2022-11-23T01:33:29.3824118Z Requested labels: windows.8xlarge.nvidia.gpu 2022-11-23T01:33:29.3824194Z Job defined at: pytorch/pytorch/.github/workflows/_win-test.yml@refs/heads/master 2022-11-23T01:33:29.3824216Z Waiting for a runner to pick up this job... 2022-11-23T01:33:29.8601907Z Job is about to start running on the runner: i-0a6df148f5ea3488e (organization) 2022-11-23T01:33:36.5684759Z Current runner version: '2.299.1' 2022-11-23T01:33:36.5693827Z Runner name: 'i-0a6df148f5ea3488e' 2022-11-23T01:33:36.5694428Z Runner group name: 'Default' 2022-11-23T01:33:36.5695164Z Machine name: 'EC2AMAZ-A10PA24' 2022-11-23T01:33:36.5697838Z ##[group]GITHUB_TOKEN Permissions 2022-11-23T01:33:36.5698502Z Actions: write 2022-11-23T01:33:36.5698826Z Checks: write 2022-11-23T01:33:36.5699094Z Contents: write 2022-11-23T01:33:36.5699418Z Deployments: write 2022-11-23T01:33:36.5699781Z Discussions: write 2022-11-23T01:33:36.5700053Z Issues: write 2022-11-23T01:33:36.5700368Z Metadata: read 2022-11-23T01:33:36.5700693Z Packages: write 2022-11-23T01:33:36.5700958Z Pages: write 2022-11-23T01:33:36.5701375Z PullRequests: write 2022-11-23T01:33:36.5701755Z RepositoryProjects: write 2022-11-23T01:33:36.5702294Z SecurityEvents: write 2022-11-23T01:33:36.5702645Z Statuses: write 2022-11-23T01:33:36.5703355Z ##[endgroup] 2022-11-23T01:33:36.5707619Z Secret source: Actions 2022-11-23T01:33:36.5708331Z Prepare workflow directory 2022-11-23T01:33:36.7180141Z Prepare all required actions 2022-11-23T01:33:36.7430044Z Getting action download info 2022-11-23T01:33:36.9594627Z Download action repository 'pytorch/pytorch@master' (SHA:1cfd3858ac54fe3883534309081631a0a892ba3f) 2022-11-23T01:34:51.5167738Z Download action repository 'pytorch/test-infra@main' (SHA:c57ff4d9a93667a5571a80a0e92c3e2674aeedfd) 2022-11-23T01:34:55.2603325Z Download action repository 'seemethere/download-artifact-s3@v4' (SHA:4a8bfae15cc25cc0785c1603ee87a9da8fd442ea) 2022-11-23T01:34:56.4832153Z Getting action download info 2022-11-23T01:34:56.6502938Z Download action repository 'malfet/checkout@silent-checkout' (SHA:c7b8fef48edfe1bca0044a44b1f7f7c4318a3076) 2022-11-23T01:34:57.8376533Z Uses: pytorch/pytorch/.github/workflows/_win-test.yml 2022-11-23T01:34:57.8379961Z ##[group] Inputs 2022-11-23T01:34:57.8380565Z build-environment: win-vs2019-cuda11.6-py3 2022-11-23T01:34:57.8380977Z cuda-version: 11.6 2022-11-23T01:34:57.8381988Z test-matrix: { include: [ { config: "default", shard: 1, num_shards: 5, runner: "windows.8xlarge.nvidia.gpu" }, { config: "default", shard: 2, num_shards: 5, runner: "windows.8xlarge.nvidia.gpu" }, { config: "default", shard: 3, num_shards: 5, runner: "windows.8xlarge.nvidia.gpu" }, { config: "default", shard: 4, num_shards: 5, runner: "windows.8xlarge.nvidia.gpu" }, { config: "default", shard: 5, num_shards: 5, runner: "windows.8xlarge.nvidia.gpu" }, { config: "functorch", shard: 1, num_shards: 1, runner: "windows.8xlarge.nvidia.gpu" }, { config: "force_on_cpu", shard: 1, num_shards: 1, runner: "windows.4xlarge" }, ]} 2022-11-23T01:34:57.8383078Z sync-tag: 2022-11-23T01:34:57.8383396Z ##[endgroup] 2022-11-23T01:34:57.8384350Z Complete job name: win-vs2019-cuda11.6-py3 / test (default, 4, 5, windows.8xlarge.nvidia.gpu) 2022-11-23T01:34:58.0972103Z ##[group]Run git config --global core.symlinks true 2022-11-23T01:34:58.0972630Z git config --global core.symlinks true 2022-11-23T01:34:58.1016164Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2022-11-23T01:34:58.1016679Z env: 2022-11-23T01:34:58.1016891Z GIT_DEFAULT_BRANCH: master 2022-11-23T01:34:58.1017127Z ##[endgroup] 2022-11-23T01:34:58.8295144Z ##[group]Run pytorch/pytorch/.github/actions/checkout-pytorch@master 2022-11-23T01:34:58.8295824Z with: 2022-11-23T01:34:58.8296196Z no-sudo: true 2022-11-23T01:34:58.8296566Z submodules: recursive 2022-11-23T01:34:58.8296799Z fetch-depth: 0 2022-11-23T01:34:58.8296987Z env: 2022-11-23T01:34:58.8297196Z GIT_DEFAULT_BRANCH: master 2022-11-23T01:34:58.8297598Z ##[endgroup] 2022-11-23T01:34:58.8738266Z ##[group]Run retry () { 2022-11-23T01:34:58.8738563Z retry () { 2022-11-23T01:34:58.8738842Z  $* || (sleep 1 && $*) || (sleep 2 && $*) || (sleep 4 && $*) || (sleep 8 && $*) 2022-11-23T01:34:58.8739101Z } 2022-11-23T01:34:58.8739526Z echo "${GITHUB_WORKSPACE}" 2022-11-23T01:34:58.8741459Z if [ -z "${NO_SUDO}" ]; then 2022-11-23T01:34:58.8741726Z  retry sudo rm -rf "${GITHUB_WORKSPACE}" 2022-11-23T01:34:58.8741978Z else 2022-11-23T01:34:58.8742274Z  retry rm -rf "${GITHUB_WORKSPACE}" 2022-11-23T01:34:58.8742500Z fi 2022-11-23T01:34:58.8742725Z mkdir "${GITHUB_WORKSPACE}" 2022-11-23T01:34:58.8779562Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2022-11-23T01:34:58.8780291Z env: 2022-11-23T01:34:58.8780513Z GIT_DEFAULT_BRANCH: master 2022-11-23T01:34:58.8780741Z NO_SUDO: true 2022-11-23T01:34:58.8780927Z ##[endgroup] 2022-11-23T01:34:58.9209462Z C:\actions-runner\_work\pytorch\pytorch 2022-11-23T01:34:59.2242480Z ##[group]Run malfet/checkout@silent-checkout 2022-11-23T01:34:59.2242776Z with: 2022-11-23T01:34:59.2242999Z ref: 1cfd3858ac54fe3883534309081631a0a892ba3f 2022-11-23T01:34:59.2245089Z fetch-depth: 0 2022-11-23T01:34:59.2245326Z submodules: recursive 2022-11-23T01:34:59.2245572Z quiet-checkout: true 2022-11-23T01:34:59.2245813Z repository: pytorch/pytorch 2022-11-23T01:34:59.2246236Z token: *** 2022-11-23T01:34:59.2246459Z ssh-strict: true 2022-11-23T01:34:59.2246692Z persist-credentials: true 2022-11-23T01:34:59.2246923Z clean: true 2022-11-23T01:34:59.2247116Z lfs: false 2022-11-23T01:34:59.2247322Z set-safe-directory: true 2022-11-23T01:34:59.2247539Z env: 2022-11-23T01:34:59.2247743Z GIT_DEFAULT_BRANCH: master 2022-11-23T01:34:59.2247951Z ##[endgroup] 2022-11-23T01:35:06.0414549Z Syncing repository: pytorch/pytorch 2022-11-23T01:35:06.0417393Z ##[group]Getting Git version info 2022-11-23T01:35:06.0417806Z Working directory is 'C:\actions-runner\_work\pytorch\pytorch' 2022-11-23T01:35:06.0574702Z [command]"C:\Program Files\Git\cmd\git.exe" version 2022-11-23T01:35:06.0866201Z git version 2.38.1.windows.1 2022-11-23T01:35:06.0918867Z ##[endgroup] 2022-11-23T01:35:06.0940192Z Copying 'C:\Users\runneruser\.gitconfig' to 'C:\actions-runner\_work\_temp\e39045b1-4c76-4182-8318-db1a3d85cdf3\.gitconfig' 2022-11-23T01:35:06.1018310Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\e39045b1-4c76-4182-8318-db1a3d85cdf3' before making global git config changes 2022-11-23T01:35:06.1019317Z Adding repository directory to the temporary git global config as a safe directory 2022-11-23T01:35:06.1029903Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\pytorch\pytorch 2022-11-23T01:35:06.1351750Z Deleting the contents of 'C:\actions-runner\_work\pytorch\pytorch' 2022-11-23T01:35:06.1364770Z ##[group]Initializing the repository 2022-11-23T01:35:06.1374712Z [command]"C:\Program Files\Git\cmd\git.exe" init C:\actions-runner\_work\pytorch\pytorch 2022-11-23T01:35:06.2306919Z Initialized empty Git repository in C:/actions-runner/_work/pytorch/pytorch/.git/ 2022-11-23T01:35:06.2361841Z [command]"C:\Program Files\Git\cmd\git.exe" remote add origin https://github.com/pytorch/pytorch 2022-11-23T01:35:06.2806838Z ##[endgroup] 2022-11-23T01:35:06.2807344Z ##[group]Disabling automatic garbage collection 2022-11-23T01:35:06.2821322Z [command]"C:\Program Files\Git\cmd\git.exe" config --local gc.auto 0 2022-11-23T01:35:06.3181868Z ##[endgroup] 2022-11-23T01:35:06.3182598Z ##[group]Setting up auth 2022-11-23T01:35:06.3204779Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand 2022-11-23T01:35:06.3570601Z [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:35:07.3442980Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2022-11-23T01:35:07.3811644Z [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:35:08.0158979Z [command]"C:\Program Files\Git\cmd\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***" 2022-11-23T01:35:08.0607509Z ##[endgroup] 2022-11-23T01:35:08.0607996Z ##[group]Fetching the repository 2022-11-23T01:35:08.0629266Z [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-23T01:37:14.0117131Z [command]"C:\Program Files\Git\cmd\git.exe" rev-parse --verify --quiet 1cfd3858ac54fe3883534309081631a0a892ba3f^{object} 2022-11-23T01:37:14.0407192Z 1cfd3858ac54fe3883534309081631a0a892ba3f 2022-11-23T01:37:14.0457990Z ##[endgroup] 2022-11-23T01:37:14.0458752Z ##[group]Determining the checkout info 2022-11-23T01:37:14.0460028Z ##[endgroup] 2022-11-23T01:37:14.0461003Z ##[group]Checking out the ref 2022-11-23T01:37:14.0470811Z [command]"C:\Program Files\Git\cmd\git.exe" checkout --quiet --force 1cfd3858ac54fe3883534309081631a0a892ba3f 2022-11-23T01:37:35.9124889Z ##[endgroup] 2022-11-23T01:37:35.9126509Z ##[group]Setting up auth for fetching submodules 2022-11-23T01:37:35.9138295Z [command]"C:\Program Files\Git\cmd\git.exe" config --global http.https://github.com/.extraheader "AUTHORIZATION: basic ***" 2022-11-23T01:37:35.9576027Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --unset-all url.https://github.com/.insteadOf 2022-11-23T01:37:35.9961870Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --add url.https://github.com/.insteadOf git@github.com: 2022-11-23T01:37:36.0382091Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --add url.https://github.com/.insteadOf org-21003710@github.com: 2022-11-23T01:37:36.0753829Z ##[endgroup] 2022-11-23T01:37:36.0754327Z ##[group]Fetching submodules 2022-11-23T01:37:36.0768191Z [command]"C:\Program Files\Git\cmd\git.exe" submodule sync --recursive 2022-11-23T01:37:36.7248640Z [command]"C:\Program Files\Git\cmd\git.exe" -c protocol.version=2 submodule update --init --force --recursive 2022-11-23T01:37:37.5742029Z Submodule 'android/libs/fbjni' (https://github.com/facebookincubator/fbjni.git) registered for path 'android/libs/fbjni' 2022-11-23T01:37:37.5743165Z Submodule 'third_party/NNPACK_deps/FP16' (https://github.com/Maratyszcza/FP16.git) registered for path 'third_party/FP16' 2022-11-23T01:37:37.5745195Z Submodule 'third_party/NNPACK_deps/FXdiv' (https://github.com/Maratyszcza/FXdiv.git) registered for path 'third_party/FXdiv' 2022-11-23T01:37:37.5746616Z Submodule 'third_party/NNPACK' (https://github.com/Maratyszcza/NNPACK.git) registered for path 'third_party/NNPACK' 2022-11-23T01:37:37.5747660Z Submodule 'third_party/QNNPACK' (https://github.com/pytorch/QNNPACK) registered for path 'third_party/QNNPACK' 2022-11-23T01:37:37.5748958Z Submodule 'third_party/VulkanMemoryAllocator' (https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git) registered for path 'third_party/VulkanMemoryAllocator' 2022-11-23T01:37:37.5750231Z Submodule 'third_party/XNNPACK' (https://github.com/google/XNNPACK.git) registered for path 'third_party/XNNPACK' 2022-11-23T01:37:37.5752403Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/benchmark' 2022-11-23T01:37:37.5753522Z Submodule 'third_party/cpuinfo' (https://github.com/pytorch/cpuinfo.git) registered for path 'third_party/cpuinfo' 2022-11-23T01:37:37.5754609Z Submodule 'third_party/cub' (https://github.com/NVlabs/cub.git) registered for path 'third_party/cub' 2022-11-23T01:37:37.5755734Z Submodule 'third_party/cudnn_frontend' (https://github.com/NVIDIA/cudnn-frontend.git) registered for path 'third_party/cudnn_frontend' 2022-11-23T01:37:37.5756492Z Submodule 'third_party/cutlass' (https://github.com/NVIDIA/cutlass.git) registered for path 'third_party/cutlass' 2022-11-23T01:37:37.5757034Z Submodule 'third_party/eigen' (https://gitlab.com/libeigen/eigen.git) registered for path 'third_party/eigen' 2022-11-23T01:37:37.5757984Z Submodule 'third_party/fbgemm' (https://github.com/pytorch/fbgemm) registered for path 'third_party/fbgemm' 2022-11-23T01:37:37.5758695Z Submodule 'third_party/flatbuffers' (https://github.com/google/flatbuffers.git) registered for path 'third_party/flatbuffers' 2022-11-23T01:37:37.5759310Z Submodule 'third_party/fmt' (https://github.com/fmtlib/fmt.git) registered for path 'third_party/fmt' 2022-11-23T01:37:37.5759866Z Submodule 'third_party/foxi' (https://github.com/houseroad/foxi.git) registered for path 'third_party/foxi' 2022-11-23T01:37:37.5760433Z Submodule 'third_party/gemmlowp/gemmlowp' (https://github.com/google/gemmlowp.git) registered for path 'third_party/gemmlowp/gemmlowp' 2022-11-23T01:37:37.5761006Z Submodule 'third_party/gloo' (https://github.com/facebookincubator/gloo) registered for path 'third_party/gloo' 2022-11-23T01:37:37.5761542Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/googletest' 2022-11-23T01:37:37.5762086Z Submodule 'third_party/ideep' (https://github.com/intel/ideep) registered for path 'third_party/ideep' 2022-11-23T01:37:37.5762641Z Submodule 'third_party/ios-cmake' (https://github.com/Yangqing/ios-cmake.git) registered for path 'third_party/ios-cmake' 2022-11-23T01:37:37.5763190Z Submodule 'third_party/ittapi' (https://github.com/intel/ittapi.git) registered for path 'third_party/ittapi' 2022-11-23T01:37:37.5763690Z Submodule 'third_party/kineto' (https://github.com/pytorch/kineto) registered for path 'third_party/kineto' 2022-11-23T01:37:37.5764211Z Submodule 'third_party/nccl/nccl' (https://github.com/NVIDIA/nccl) registered for path 'third_party/nccl/nccl' 2022-11-23T01:37:37.5764900Z Submodule 'third_party/neon2sse' (https://github.com/intel/ARM_NEON_2_x86_SSE.git) registered for path 'third_party/neon2sse' 2022-11-23T01:37:37.5765619Z Submodule 'third_party/nlohmann' (https://github.com/nlohmann/json.git) registered for path 'third_party/nlohmann' 2022-11-23T01:37:37.5766347Z Submodule 'third_party/onnx' (https://github.com/onnx/onnx.git) registered for path 'third_party/onnx' 2022-11-23T01:37:37.5766903Z Submodule 'third_party/onnx-tensorrt' (https://github.com/onnx/onnx-tensorrt) registered for path 'third_party/onnx-tensorrt' 2022-11-23T01:37:37.5767479Z Submodule 'third_party/pocketfft' (https://github.com/mreineck/pocketfft) registered for path 'third_party/pocketfft' 2022-11-23T01:37:37.5768057Z Submodule 'third_party/protobuf' (https://github.com/protocolbuffers/protobuf.git) registered for path 'third_party/protobuf' 2022-11-23T01:37:37.5768620Z Submodule 'third_party/NNPACK_deps/psimd' (https://github.com/Maratyszcza/psimd.git) registered for path 'third_party/psimd' 2022-11-23T01:37:37.5769242Z Submodule 'third_party/NNPACK_deps/pthreadpool' (https://github.com/Maratyszcza/pthreadpool.git) registered for path 'third_party/pthreadpool' 2022-11-23T01:37:37.5770299Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/pybind11' 2022-11-23T01:37:37.6142899Z Submodule 'third_party/python-enum' (https://github.com/PeachPy/enum34.git) registered for path 'third_party/python-enum' 2022-11-23T01:37:37.6143593Z Submodule 'third_party/python-peachpy' (https://github.com/malfet/PeachPy.git) registered for path 'third_party/python-peachpy' 2022-11-23T01:37:37.6144217Z Submodule 'third_party/python-six' (https://github.com/benjaminp/six.git) registered for path 'third_party/python-six' 2022-11-23T01:37:37.6144766Z Submodule 'third_party/sleef' (https://github.com/shibatch/sleef) registered for path 'third_party/sleef' 2022-11-23T01:37:37.6145269Z Submodule 'third_party/tbb' (https://github.com/01org/tbb) registered for path 'third_party/tbb' 2022-11-23T01:37:37.6145783Z Submodule 'third_party/tensorpipe' (https://github.com/pytorch/tensorpipe.git) registered for path 'third_party/tensorpipe' 2022-11-23T01:37:37.6146337Z Submodule 'third_party/zstd' (https://github.com/facebook/zstd.git) registered for path 'third_party/zstd' 2022-11-23T01:37:38.1150315Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/android/libs/fbjni'... 2022-11-23T01:37:38.5393476Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/FP16'... 2022-11-23T01:37:38.9672223Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/FXdiv'... 2022-11-23T01:37:39.6013715Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/NNPACK'... 2022-11-23T01:37:40.2868545Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/QNNPACK'... 2022-11-23T01:37:44.3262967Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/VulkanMemoryAllocator'... 2022-11-23T01:37:56.5027576Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/XNNPACK'... 2022-11-23T01:37:57.3627495Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/benchmark'... 2022-11-23T01:37:58.4193179Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/cpuinfo'... 2022-11-23T01:38:01.8602822Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/cub'... 2022-11-23T01:38:04.7947122Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/cudnn_frontend'... 2022-11-23T01:38:07.1818170Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/cutlass'... 2022-11-23T01:38:15.4381005Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/eigen'... 2022-11-23T01:38:16.7835006Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/fbgemm'... 2022-11-23T01:38:19.3761873Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/flatbuffers'... 2022-11-23T01:38:21.4158459Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/fmt'... 2022-11-23T01:38:21.8382905Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/foxi'... 2022-11-23T01:38:22.7649346Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/gemmlowp/gemmlowp'... 2022-11-23T01:38:23.3127631Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/gloo'... 2022-11-23T01:38:25.3502434Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/googletest'... 2022-11-23T01:38:26.1001230Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/ideep'... 2022-11-23T01:38:26.5344357Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/ios-cmake'... 2022-11-23T01:38:27.0208652Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/ittapi'... 2022-11-23T01:38:29.9476711Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto'... 2022-11-23T01:38:30.6853019Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/nccl/nccl'... 2022-11-23T01:38:31.2667407Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/neon2sse'... 2022-11-23T01:38:40.8393426Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/nlohmann'... 2022-11-23T01:38:43.8688468Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/onnx'... 2022-11-23T01:38:44.6237521Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt'... 2022-11-23T01:38:45.0735120Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/pocketfft'... 2022-11-23T01:38:54.7925980Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/protobuf'... 2022-11-23T01:38:55.2213136Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/psimd'... 2022-11-23T01:38:55.6803926Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/pthreadpool'... 2022-11-23T01:38:57.3363653Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/pybind11'... 2022-11-23T01:38:57.7431403Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/python-enum'... 2022-11-23T01:38:58.3991592Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/python-peachpy'... 2022-11-23T01:38:59.0087867Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/python-six'... 2022-11-23T01:39:00.0707098Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/sleef'... 2022-11-23T01:39:04.0382898Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/tbb'... 2022-11-23T01:39:05.0959740Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe'... 2022-11-23T01:39:09.1427549Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/zstd'... 2022-11-23T01:39:09.3918257Z Submodule path 'android/libs/fbjni': checked out '7e1e1fe3858c63c251c637ae41a20de425dde96f' 2022-11-23T01:39:09.5614099Z Submodule path 'third_party/FP16': checked out '4dfe081cf6bcd15db339cf2680b9281b8451eeb3' 2022-11-23T01:39:09.6877995Z Submodule path 'third_party/FXdiv': checked out 'b408327ac2a15ec3e43352421954f5b1967701d1' 2022-11-23T01:39:10.2087432Z Submodule path 'third_party/NNPACK': checked out 'c07e3a0400713d546e0dea2d5466dd22ea389c73' 2022-11-23T01:39:10.7491695Z Submodule path 'third_party/QNNPACK': checked out '7d2a4e9931a82adc3814275b6219a03e24e36b4c' 2022-11-23T01:39:11.3708801Z Submodule path 'third_party/VulkanMemoryAllocator': checked out 'a6bfc237255a6bac1513f7c1ebde6d8aed6b5191' 2022-11-23T01:39:26.7496945Z Submodule path 'third_party/XNNPACK': checked out 'ae108ef49aa5623b896fc93d4298c49d1750d9ba' 2022-11-23T01:39:27.2019253Z Submodule path 'third_party/benchmark': checked out '0d98dba29d66e93259db7daa53a9327df767a415' 2022-11-23T01:39:28.8524116Z Submodule path 'third_party/cpuinfo': checked out '8ec7bd91ad0470e61cf38f618cc1f270dede599c' 2022-11-23T01:39:29.3865653Z Submodule path 'third_party/cub': checked out 'd106ddb991a56c3df1b6d51b2409e36ba8181ce4' 2022-11-23T01:39:35.3717295Z Submodule path 'third_party/cudnn_frontend': checked out '171a7a986f7fbd9ed71bd0cf3c7ad4f55843d6b3' 2022-11-23T01:39:42.9214337Z Submodule path 'third_party/cutlass': checked out 'b72cbf957df8cf84a6d0ff91c190ad51a9c1d24a' 2022-11-23T01:39:46.9404114Z Submodule path 'third_party/eigen': checked out '3147391d946bb4b6c68edd901f2add6ac1f31f8c' 2022-11-23T01:39:47.9704750Z Submodule path 'third_party/fbgemm': checked out '4d1738b3142a6cb0c032cd639e239566010b054a' 2022-11-23T01:39:48.0033354Z Submodule 'third_party/asmjit' (https://github.com/asmjit/asmjit.git) registered for path 'third_party/fbgemm/third_party/asmjit' 2022-11-23T01:39:48.0034646Z Submodule 'third_party/cpuinfo' (https://github.com/pytorch/cpuinfo) registered for path 'third_party/fbgemm/third_party/cpuinfo' 2022-11-23T01:39:48.0035848Z Submodule 'third_party/googletest' (https://github.com/google/googletest) registered for path 'third_party/fbgemm/third_party/googletest' 2022-11-23T01:39:48.0039141Z Submodule 'third_party/hipify_torch' (https://github.com/ROCmSoftwarePlatform/hipify_torch.git) registered for path 'third_party/fbgemm/third_party/hipify_torch' 2022-11-23T01:39:49.7653921Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/asmjit'... 2022-11-23T01:39:50.8408430Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/cpuinfo'... 2022-11-23T01:39:53.1932823Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/googletest'... 2022-11-23T01:39:53.6959733Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/hipify_torch'... 2022-11-23T01:39:54.3024997Z Submodule path 'third_party/fbgemm/third_party/asmjit': checked out 'd3fbf7c9bc7c1d1365a94a45614b91c5a3706b81' 2022-11-23T01:39:55.7105767Z Submodule path 'third_party/fbgemm/third_party/cpuinfo': checked out 'ed8b86a253800bafdb7b25c5c399f91bff9cb1f3' 2022-11-23T01:39:56.3618426Z Submodule path 'third_party/fbgemm/third_party/googletest': checked out 'cbf019de22c8dd37b2108da35b2748fd702d1796' 2022-11-23T01:39:56.5170131Z Submodule path 'third_party/fbgemm/third_party/hipify_torch': checked out '1840658c184f3eeba787dae0f06c45756c1daaf5' 2022-11-23T01:39:58.4017199Z Submodule path 'third_party/flatbuffers': checked out 'd0cede9c90c5257537c293517a21376408b549fa' 2022-11-23T01:39:58.9399217Z Submodule path 'third_party/fmt': checked out '7bdf0628b1276379886c7f6dda2cef2b3b374f0b' 2022-11-23T01:39:59.0565940Z Submodule path 'third_party/foxi': checked out 'c278588e34e535f0bb8f00df3880d26928038cad' 2022-11-23T01:39:59.4912475Z Submodule path 'third_party/gemmlowp/gemmlowp': checked out '3fb5c176c17c765a3492cd2f0321b0dab712f350' 2022-11-23T01:39:59.9674547Z Submodule path 'third_party/gloo': checked out '4a5e339b764261d20fc409071dc7a8b8989aa195' 2022-11-23T01:40:00.6351278Z Submodule path 'third_party/googletest': checked out 'e2239ee6043f73722e7aa812a459f54a28552929' 2022-11-23T01:40:00.8006275Z Submodule path 'third_party/ideep': checked out '5ddc65efe0428bbce2942b3ce5e3ce15239abe2f' 2022-11-23T01:40:00.8197788Z Submodule 'mkl-dnn' (https://github.com/intel/mkl-dnn.git) registered for path 'third_party/ideep/mkl-dnn' 2022-11-23T01:40:14.9758628Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/ideep/mkl-dnn'... 2022-11-23T01:40:18.6053690Z Submodule path 'third_party/ideep/mkl-dnn': checked out 'd19d0f795c60695bd32f894c6f01771b2dfbe24d' 2022-11-23T01:40:18.6281780Z Submodule 'third_party/oneDNN' (https://github.com/oneapi-src/oneDNN.git) registered for path 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-11-23T01:40:33.0449972Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/ideep/mkl-dnn/third_party/oneDNN'... 2022-11-23T01:40:38.5301773Z Submodule path 'third_party/ideep/mkl-dnn/third_party/oneDNN': checked out '650085b2f3643aad05c629425983491d63b5c289' 2022-11-23T01:40:38.7874193Z Submodule path 'third_party/ios-cmake': checked out '8abaed637d56f1337d6e1d2c4026e25c1eade724' 2022-11-23T01:40:39.0402362Z Submodule path 'third_party/ittapi': checked out '5b8a7d7422611c3a0d799fb5fc5dd4abfae35b42' 2022-11-23T01:40:39.7603551Z Submodule path 'third_party/kineto': checked out '6c1629809068efd78a8d56b4aa479c7ec49ae562' 2022-11-23T01:40:39.7855857Z Submodule 'libkineto/third_party/fmt' (https://github.com/fmtlib/fmt.git) registered for path 'third_party/kineto/libkineto/third_party/fmt' 2022-11-23T01:40:39.7857344Z Submodule 'libkineto/third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/kineto/libkineto/third_party/googletest' 2022-11-23T01:40:41.9524207Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/fmt'... 2022-11-23T01:40:44.1506604Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/googletest'... 2022-11-23T01:40:44.5765506Z Submodule path 'third_party/kineto/libkineto/third_party/fmt': checked out '2591ab91c3898c9f6544fff04660276537d32ffd' 2022-11-23T01:40:45.3805633Z Submodule path 'third_party/kineto/libkineto/third_party/googletest': checked out '7aca84427f224eeed3144123d5230d5871e93347' 2022-11-23T01:40:45.7519753Z Submodule path 'third_party/nccl/nccl': checked out 'f89fd4777d2ef9229c039ff750ae21da01626f52' 2022-11-23T01:40:45.9088730Z Submodule path 'third_party/neon2sse': checked out '97a126f08ce318023be604d03f88bf0820a9464a' 2022-11-23T01:40:47.8041963Z Submodule path 'third_party/nlohmann': checked out '87cda1d6646592ac5866dc703c8e1839046a6806' 2022-11-23T01:40:53.0001622Z Submodule path 'third_party/onnx': checked out 'f7ee1ac60d06abe8e26c9b6bbe1e3db5286b614b' 2022-11-23T01:40:53.0270882Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/onnx/third_party/benchmark' 2022-11-23T01:40:53.0271570Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/onnx/third_party/pybind11' 2022-11-23T01:40:53.7939002Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/onnx/third_party/benchmark'... 2022-11-23T01:40:55.8141836Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/onnx/third_party/pybind11'... 2022-11-23T01:40:56.3274575Z Submodule path 'third_party/onnx/third_party/benchmark': checked out '0d98dba29d66e93259db7daa53a9327df767a415' 2022-11-23T01:40:57.0533168Z Submodule path 'third_party/onnx/third_party/pybind11': checked out 'ffa346860b306c9bbfb341aed9c14c067751feb8' 2022-11-23T01:40:57.3847736Z Submodule path 'third_party/onnx-tensorrt': checked out 'c153211418a7c57ce071d9ce2a41f8d1c85a878f' 2022-11-23T01:40:57.4047728Z Submodule 'third_party/onnx' (https://github.com/onnx/onnx.git) registered for path 'third_party/onnx-tensorrt/third_party/onnx' 2022-11-23T01:41:00.4533537Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx'... 2022-11-23T01:41:02.9769373Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx': checked out '765f5ee823a67a866f4bd28a9860e81f3c811ce8' 2022-11-23T01:41:03.0025299Z 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-23T01:41:03.0026827Z 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-23T01:41:03.7858383Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark'... 2022-11-23T01:41:05.4183762Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11'... 2022-11-23T01:41:05.6446602Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark': checked out 'e776aa0275e293707b6a0901e0e8d8a8a3679508' 2022-11-23T01:41:06.1311502Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11': checked out 'a1041190c8b8ff0cd9e2f0752248ad5e3789ea0c' 2022-11-23T01:41:06.1504942Z 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-23T01:41:06.6556861Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang'... 2022-11-23T01:41:06.7654091Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang': checked out '6a00cbc4a9b8e68b71caf7f774b3f9c753ae84d5' 2022-11-23T01:41:06.9329713Z Submodule path 'third_party/pocketfft': checked out 'ea778e37710c07723435b1be58235996d1d43a5a' 2022-11-23T01:41:11.9302712Z Submodule path 'third_party/protobuf': checked out 'd1eca4e4b421cd2997495c4b4e65cea6be4e9b8a' 2022-11-23T01:41:11.9580664Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/protobuf/third_party/benchmark' 2022-11-23T01:41:11.9582059Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/protobuf/third_party/googletest' 2022-11-23T01:41:12.8414426Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/protobuf/third_party/benchmark'... 2022-11-23T01:41:14.8014039Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/protobuf/third_party/googletest'... 2022-11-23T01:41:14.9901659Z Submodule path 'third_party/protobuf/third_party/benchmark': checked out '5b7683f49e1e9223cf9927b24f6fd3d6bd82e3f8' 2022-11-23T01:41:15.8258054Z Submodule path 'third_party/protobuf/third_party/googletest': checked out '5ec7f0c4a113e2f18ac2c6cc7df51ad6afc24081' 2022-11-23T01:41:15.9356114Z Submodule path 'third_party/psimd': checked out '072586a71b55b7f8c584153d223e95687148a900' 2022-11-23T01:41:16.1236499Z Submodule path 'third_party/pthreadpool': checked out 'a134dd5d4cee80cce15db81a72e7f929d71dd413' 2022-11-23T01:41:16.6488204Z Submodule path 'third_party/pybind11': checked out '80dc998efced8ceb2be59756668a7e90e8bef917' 2022-11-23T01:41:16.8169483Z Submodule path 'third_party/python-enum': checked out '4cfedc426c4e2fc52e3f5c2b4297e15ed8d6b8c7' 2022-11-23T01:41:17.6397688Z Submodule path 'third_party/python-peachpy': checked out 'f45429b087dd7d5bc78bb40dc7cf06425c252d67' 2022-11-23T01:41:17.7696928Z Submodule path 'third_party/python-six': checked out '15e31431af97e5e64b80af0a3f598d382bcdd49a' 2022-11-23T01:41:18.7239301Z Submodule path 'third_party/sleef': checked out 'e0a003ee838b75d11763aa9c3ef17bf71a725bff' 2022-11-23T01:41:21.5066636Z Submodule path 'third_party/tbb': checked out 'a51a90bc609bb73db8ea13841b5cf7aa4344d4a9' 2022-11-23T01:41:21.9796801Z Submodule path 'third_party/tensorpipe': checked out '52791a2fd214b2a9dc5759d36725909c1daa7f2e' 2022-11-23T01:41:22.0118174Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/tensorpipe/third_party/googletest' 2022-11-23T01:41:22.0119599Z Submodule 'third_party/libnop' (https://github.com/google/libnop.git) registered for path 'third_party/tensorpipe/third_party/libnop' 2022-11-23T01:41:22.0120912Z Submodule 'third_party/libuv' (https://github.com/libuv/libuv.git) registered for path 'third_party/tensorpipe/third_party/libuv' 2022-11-23T01:41:22.0122228Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/tensorpipe/third_party/pybind11' 2022-11-23T01:41:24.4211108Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/googletest'... 2022-11-23T01:41:24.9432242Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/libnop'... 2022-11-23T01:41:27.0677296Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/libuv'... 2022-11-23T01:41:28.6757734Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/pybind11'... 2022-11-23T01:41:29.1541200Z Submodule path 'third_party/tensorpipe/third_party/googletest': checked out 'aee0f9d9b5b87796ee8a0ab26b7587ec30e8858e' 2022-11-23T01:41:29.4288255Z Submodule path 'third_party/tensorpipe/third_party/libnop': checked out '910b55815be16109f04f4180e9adee14fb4ce281' 2022-11-23T01:41:30.2403187Z Submodule path 'third_party/tensorpipe/third_party/libuv': checked out '1dff88e5161cba5c59276d2070d2e304e4dcb242' 2022-11-23T01:41:30.7809831Z Submodule path 'third_party/tensorpipe/third_party/pybind11': checked out 'a23996fce38ff6ccfbcdc09f1e63f2c4be5ea2ef' 2022-11-23T01:41:30.8020676Z Submodule 'tools/clang' (https://github.com/wjakob/clang-cindex-python3) registered for path 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-11-23T01:41:31.3958488Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/pybind11/tools/clang'... 2022-11-23T01:41:31.4954925Z Submodule path 'third_party/tensorpipe/third_party/pybind11/tools/clang': checked out '6a00cbc4a9b8e68b71caf7f774b3f9c753ae84d5' 2022-11-23T01:41:32.5458901Z Submodule path 'third_party/zstd': checked out 'aec56a52fbab207fc639a1937d1e708a282edca8' 2022-11-23T01:41:32.5769909Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "git config --local gc.auto 0" 2022-11-23T01:41:33.1897279Z Entering 'android/libs/fbjni' 2022-11-23T01:41:33.2605416Z Entering 'third_party/FP16' 2022-11-23T01:41:33.3248789Z Entering 'third_party/FXdiv' 2022-11-23T01:41:33.3974694Z Entering 'third_party/NNPACK' 2022-11-23T01:41:33.4689249Z Entering 'third_party/QNNPACK' 2022-11-23T01:41:33.6165430Z Entering 'third_party/VulkanMemoryAllocator' 2022-11-23T01:41:33.6834355Z Entering 'third_party/XNNPACK' 2022-11-23T01:41:33.7560385Z Entering 'third_party/benchmark' 2022-11-23T01:41:33.8263593Z Entering 'third_party/cpuinfo' 2022-11-23T01:41:33.9003723Z Entering 'third_party/cub' 2022-11-23T01:41:33.9715912Z Entering 'third_party/cudnn_frontend' 2022-11-23T01:41:34.0393228Z Entering 'third_party/cutlass' 2022-11-23T01:41:34.1125199Z Entering 'third_party/eigen' 2022-11-23T01:41:34.1785773Z Entering 'third_party/fbgemm' 2022-11-23T01:41:34.2442275Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-11-23T01:41:34.3106058Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-11-23T01:41:34.3736576Z Entering 'third_party/fbgemm/third_party/googletest' 2022-11-23T01:41:34.4448494Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-11-23T01:41:34.5126667Z Entering 'third_party/flatbuffers' 2022-11-23T01:41:34.5881180Z Entering 'third_party/fmt' 2022-11-23T01:41:34.6579451Z Entering 'third_party/foxi' 2022-11-23T01:41:34.7240511Z Entering 'third_party/gemmlowp/gemmlowp' 2022-11-23T01:41:34.7939039Z Entering 'third_party/gloo' 2022-11-23T01:41:34.8683681Z Entering 'third_party/googletest' 2022-11-23T01:41:34.9425416Z Entering 'third_party/ideep' 2022-11-23T01:41:35.0107929Z Entering 'third_party/ideep/mkl-dnn' 2022-11-23T01:41:35.0774861Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-11-23T01:41:35.1546197Z Entering 'third_party/ios-cmake' 2022-11-23T01:41:35.2167014Z Entering 'third_party/ittapi' 2022-11-23T01:41:35.2871626Z Entering 'third_party/kineto' 2022-11-23T01:41:35.3493122Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-11-23T01:41:35.4197604Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-11-23T01:41:35.4948947Z Entering 'third_party/nccl/nccl' 2022-11-23T01:41:35.5631081Z Entering 'third_party/neon2sse' 2022-11-23T01:41:35.6291162Z Entering 'third_party/nlohmann' 2022-11-23T01:41:35.6934090Z Entering 'third_party/onnx' 2022-11-23T01:41:35.7596493Z Entering 'third_party/onnx/third_party/benchmark' 2022-11-23T01:41:35.8312367Z Entering 'third_party/onnx/third_party/pybind11' 2022-11-23T01:41:35.8983934Z Entering 'third_party/onnx-tensorrt' 2022-11-23T01:41:35.9698236Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-11-23T01:41:36.0422972Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-11-23T01:41:36.1131733Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-11-23T01:41:36.1805542Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-11-23T01:41:36.2534801Z Entering 'third_party/pocketfft' 2022-11-23T01:41:36.3455758Z Entering 'third_party/protobuf' 2022-11-23T01:41:36.4111700Z Entering 'third_party/protobuf/third_party/benchmark' 2022-11-23T01:41:36.4787590Z Entering 'third_party/protobuf/third_party/googletest' 2022-11-23T01:41:36.5523901Z Entering 'third_party/psimd' 2022-11-23T01:41:36.6180799Z Entering 'third_party/pthreadpool' 2022-11-23T01:41:36.6859485Z Entering 'third_party/pybind11' 2022-11-23T01:41:36.7500498Z Entering 'third_party/python-enum' 2022-11-23T01:41:36.8167726Z Entering 'third_party/python-peachpy' 2022-11-23T01:41:36.8804320Z Entering 'third_party/python-six' 2022-11-23T01:41:36.9440741Z Entering 'third_party/sleef' 2022-11-23T01:41:37.0127321Z Entering 'third_party/tbb' 2022-11-23T01:41:37.0802488Z Entering 'third_party/tensorpipe' 2022-11-23T01:41:37.1450722Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-11-23T01:41:37.2111886Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-11-23T01:41:37.2827705Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-11-23T01:41:37.3607699Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-11-23T01:41:37.4237564Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-11-23T01:41:37.5012029Z Entering 'third_party/zstd' 2022-11-23T01:41:37.5904598Z ##[endgroup] 2022-11-23T01:41:37.5906577Z ##[group]Persisting credentials for submodules 2022-11-23T01:41:37.5934779Z [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-23T01:41:38.2139172Z Entering 'android/libs/fbjni' 2022-11-23T01:41:38.2974129Z Entering 'third_party/FP16' 2022-11-23T01:41:38.3805479Z Entering 'third_party/FXdiv' 2022-11-23T01:41:38.4586567Z Entering 'third_party/NNPACK' 2022-11-23T01:41:38.5376110Z Entering 'third_party/QNNPACK' 2022-11-23T01:41:38.6202056Z Entering 'third_party/VulkanMemoryAllocator' 2022-11-23T01:41:38.7014521Z Entering 'third_party/XNNPACK' 2022-11-23T01:41:38.7852101Z Entering 'third_party/benchmark' 2022-11-23T01:41:38.8660310Z Entering 'third_party/cpuinfo' 2022-11-23T01:41:38.9443502Z Entering 'third_party/cub' 2022-11-23T01:41:39.0269047Z Entering 'third_party/cudnn_frontend' 2022-11-23T01:41:39.1111840Z Entering 'third_party/cutlass' 2022-11-23T01:41:39.1980159Z Entering 'third_party/eigen' 2022-11-23T01:41:39.2757315Z Entering 'third_party/fbgemm' 2022-11-23T01:41:39.3507029Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-11-23T01:41:39.4321935Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-11-23T01:41:39.5113711Z Entering 'third_party/fbgemm/third_party/googletest' 2022-11-23T01:41:39.5918944Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-11-23T01:41:39.6773758Z Entering 'third_party/flatbuffers' 2022-11-23T01:41:39.7591616Z Entering 'third_party/fmt' 2022-11-23T01:41:39.8391560Z Entering 'third_party/foxi' 2022-11-23T01:41:39.9187459Z Entering 'third_party/gemmlowp/gemmlowp' 2022-11-23T01:41:40.0006489Z Entering 'third_party/gloo' 2022-11-23T01:41:40.0798451Z Entering 'third_party/googletest' 2022-11-23T01:41:40.1607992Z Entering 'third_party/ideep' 2022-11-23T01:41:40.2456939Z Entering 'third_party/ideep/mkl-dnn' 2022-11-23T01:41:40.3195208Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-11-23T01:41:40.4024452Z Entering 'third_party/ios-cmake' 2022-11-23T01:41:40.4820784Z Entering 'third_party/ittapi' 2022-11-23T01:41:40.5610044Z Entering 'third_party/kineto' 2022-11-23T01:41:40.6458856Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-11-23T01:41:40.7268395Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-11-23T01:41:40.8197070Z Entering 'third_party/nccl/nccl' 2022-11-23T01:41:40.8988712Z Entering 'third_party/neon2sse' 2022-11-23T01:41:40.9820982Z Entering 'third_party/nlohmann' 2022-11-23T01:41:41.0603549Z Entering 'third_party/onnx' 2022-11-23T01:41:41.1415393Z Entering 'third_party/onnx/third_party/benchmark' 2022-11-23T01:41:41.2238287Z Entering 'third_party/onnx/third_party/pybind11' 2022-11-23T01:41:41.3089849Z Entering 'third_party/onnx-tensorrt' 2022-11-23T01:41:41.3937111Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-11-23T01:41:41.4784416Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-11-23T01:41:41.5600252Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-11-23T01:41:41.6382340Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-11-23T01:41:41.7286946Z Entering 'third_party/pocketfft' 2022-11-23T01:41:41.8070509Z Entering 'third_party/protobuf' 2022-11-23T01:41:41.8860720Z Entering 'third_party/protobuf/third_party/benchmark' 2022-11-23T01:41:41.9641336Z Entering 'third_party/protobuf/third_party/googletest' 2022-11-23T01:41:42.0490308Z Entering 'third_party/psimd' 2022-11-23T01:41:42.1280622Z Entering 'third_party/pthreadpool' 2022-11-23T01:41:42.2097384Z Entering 'third_party/pybind11' 2022-11-23T01:41:42.2946307Z Entering 'third_party/python-enum' 2022-11-23T01:41:42.3847704Z Entering 'third_party/python-peachpy' 2022-11-23T01:41:42.4718061Z Entering 'third_party/python-six' 2022-11-23T01:41:42.5647772Z Entering 'third_party/sleef' 2022-11-23T01:41:42.6507207Z Entering 'third_party/tbb' 2022-11-23T01:41:42.7364038Z Entering 'third_party/tensorpipe' 2022-11-23T01:41:42.8200543Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-11-23T01:41:42.9131051Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-11-23T01:41:43.0035561Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-11-23T01:41:43.0887623Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-11-23T01:41:43.1679594Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-11-23T01:41:43.2585280Z Entering 'third_party/zstd' 2022-11-23T01:41:43.3513348Z [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-23T01:41:43.9861583Z Entering 'android/libs/fbjni' 2022-11-23T01:41:44.0761717Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/android/libs/fbjni/config remote.origin.url 2022-11-23T01:41:44.0990875Z Entering 'third_party/FP16' 2022-11-23T01:41:44.1930932Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FP16/config remote.origin.url 2022-11-23T01:41:44.2165400Z Entering 'third_party/FXdiv' 2022-11-23T01:41:44.3059834Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FXdiv/config remote.origin.url 2022-11-23T01:41:44.3279425Z Entering 'third_party/NNPACK' 2022-11-23T01:41:44.4187157Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK/config remote.origin.url 2022-11-23T01:41:44.4421079Z Entering 'third_party/QNNPACK' 2022-11-23T01:41:44.5292228Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/QNNPACK/config remote.origin.url 2022-11-23T01:41:44.5541039Z Entering 'third_party/VulkanMemoryAllocator' 2022-11-23T01:41:44.6439438Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/VulkanMemoryAllocator/config remote.origin.url 2022-11-23T01:41:44.6658848Z Entering 'third_party/XNNPACK' 2022-11-23T01:41:44.7554980Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/XNNPACK/config remote.origin.url 2022-11-23T01:41:44.7833877Z Entering 'third_party/benchmark' 2022-11-23T01:41:44.8724792Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/benchmark/config remote.origin.url 2022-11-23T01:41:44.8954548Z Entering 'third_party/cpuinfo' 2022-11-23T01:41:44.9747153Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cpuinfo/config remote.origin.url 2022-11-23T01:41:44.9945098Z Entering 'third_party/cub' 2022-11-23T01:41:45.0780329Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cub/config remote.origin.url 2022-11-23T01:41:45.1028250Z Entering 'third_party/cudnn_frontend' 2022-11-23T01:41:45.2001047Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cudnn_frontend/config remote.origin.url 2022-11-23T01:41:45.2240451Z Entering 'third_party/cutlass' 2022-11-23T01:41:45.3152885Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cutlass/config remote.origin.url 2022-11-23T01:41:45.3379158Z Entering 'third_party/eigen' 2022-11-23T01:41:45.4281943Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/eigen/config remote.origin.url 2022-11-23T01:41:45.4514022Z Entering 'third_party/fbgemm' 2022-11-23T01:41:45.5412001Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/config remote.origin.url 2022-11-23T01:41:45.5628748Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-11-23T01:41:45.6517211Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/asmjit/config remote.origin.url 2022-11-23T01:41:45.6756655Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-11-23T01:41:45.7661965Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/cpuinfo/config remote.origin.url 2022-11-23T01:41:45.7923821Z Entering 'third_party/fbgemm/third_party/googletest' 2022-11-23T01:41:45.8875606Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/googletest/config remote.origin.url 2022-11-23T01:41:45.9129834Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-11-23T01:41:46.0000920Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/hipify_torch/config remote.origin.url 2022-11-23T01:41:46.0258836Z Entering 'third_party/flatbuffers' 2022-11-23T01:41:46.1212145Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/flatbuffers/config remote.origin.url 2022-11-23T01:41:46.1455687Z Entering 'third_party/fmt' 2022-11-23T01:41:46.2407585Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fmt/config remote.origin.url 2022-11-23T01:41:46.2622714Z Entering 'third_party/foxi' 2022-11-23T01:41:46.3526449Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/foxi/config remote.origin.url 2022-11-23T01:41:46.3754141Z Entering 'third_party/gemmlowp/gemmlowp' 2022-11-23T01:41:46.4616347Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gemmlowp/gemmlowp/config remote.origin.url 2022-11-23T01:41:46.4843752Z Entering 'third_party/gloo' 2022-11-23T01:41:46.5750069Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gloo/config remote.origin.url 2022-11-23T01:41:46.5970607Z Entering 'third_party/googletest' 2022-11-23T01:41:46.6843649Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/googletest/config remote.origin.url 2022-11-23T01:41:46.7064779Z Entering 'third_party/ideep' 2022-11-23T01:41:46.7938145Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ideep/config remote.origin.url 2022-11-23T01:41:46.8154146Z Entering 'third_party/ideep/mkl-dnn' 2022-11-23T01:41:46.9049050Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ideep/modules/mkl-dnn/config remote.origin.url 2022-11-23T01:41:46.9302414Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-11-23T01:41:47.0247451Z 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-23T01:41:47.0532650Z Entering 'third_party/ios-cmake' 2022-11-23T01:41:47.1435103Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ios-cmake/config remote.origin.url 2022-11-23T01:41:47.1660644Z Entering 'third_party/ittapi' 2022-11-23T01:41:47.2520361Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ittapi/config remote.origin.url 2022-11-23T01:41:47.2771945Z Entering 'third_party/kineto' 2022-11-23T01:41:47.3664064Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/config remote.origin.url 2022-11-23T01:41:47.3874128Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-11-23T01:41:47.4766615Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/config remote.origin.url 2022-11-23T01:41:47.5021078Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-11-23T01:41:47.5984647Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/googletest/config remote.origin.url 2022-11-23T01:41:47.6253552Z Entering 'third_party/nccl/nccl' 2022-11-23T01:41:47.7105389Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/nccl/nccl/config remote.origin.url 2022-11-23T01:41:47.7342852Z Entering 'third_party/neon2sse' 2022-11-23T01:41:47.8274630Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/neon2sse/config remote.origin.url 2022-11-23T01:41:47.8494450Z Entering 'third_party/nlohmann' 2022-11-23T01:41:47.9460496Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/nlohmann/config remote.origin.url 2022-11-23T01:41:47.9723667Z Entering 'third_party/onnx' 2022-11-23T01:41:48.0681522Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/config remote.origin.url 2022-11-23T01:41:48.0908668Z Entering 'third_party/onnx/third_party/benchmark' 2022-11-23T01:41:48.1896946Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/modules/third_party/benchmark/config remote.origin.url 2022-11-23T01:41:48.2130770Z Entering 'third_party/onnx/third_party/pybind11' 2022-11-23T01:41:48.3035034Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/modules/third_party/pybind11/config remote.origin.url 2022-11-23T01:41:48.3313311Z Entering 'third_party/onnx-tensorrt' 2022-11-23T01:41:48.4217064Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx-tensorrt/config remote.origin.url 2022-11-23T01:41:48.4425244Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-11-23T01:41:48.5305819Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx-tensorrt/modules/third_party/onnx/config remote.origin.url 2022-11-23T01:41:48.5539728Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-11-23T01:41:48.6433010Z 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-23T01:41:48.6663508Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-11-23T01:41:48.7504295Z 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-23T01:41:48.7729632Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-11-23T01:41:48.8624013Z 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-23T01:41:48.8892560Z Entering 'third_party/pocketfft' 2022-11-23T01:41:48.9822634Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/pocketfft/config remote.origin.url 2022-11-23T01:41:49.0049532Z Entering 'third_party/protobuf' 2022-11-23T01:41:49.0937414Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/config remote.origin.url 2022-11-23T01:41:49.1152839Z Entering 'third_party/protobuf/third_party/benchmark' 2022-11-23T01:41:49.2012435Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/modules/third_party/benchmark/config remote.origin.url 2022-11-23T01:41:49.2248267Z Entering 'third_party/protobuf/third_party/googletest' 2022-11-23T01:41:49.3257494Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/modules/third_party/googletest/config remote.origin.url 2022-11-23T01:41:49.3520684Z Entering 'third_party/psimd' 2022-11-23T01:41:49.4463746Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/psimd/config remote.origin.url 2022-11-23T01:41:49.4680008Z Entering 'third_party/pthreadpool' 2022-11-23T01:41:49.5570996Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/pthreadpool/config remote.origin.url 2022-11-23T01:41:49.5825725Z Entering 'third_party/pybind11' 2022-11-23T01:41:49.6693705Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/pybind11/config remote.origin.url 2022-11-23T01:41:49.6911944Z Entering 'third_party/python-enum' 2022-11-23T01:41:49.7831769Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/python-enum/config remote.origin.url 2022-11-23T01:41:49.8059496Z Entering 'third_party/python-peachpy' 2022-11-23T01:41:49.8889565Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/python-peachpy/config remote.origin.url 2022-11-23T01:41:49.9109701Z Entering 'third_party/python-six' 2022-11-23T01:41:49.9983709Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/python-six/config remote.origin.url 2022-11-23T01:41:50.0217951Z Entering 'third_party/sleef' 2022-11-23T01:41:50.1117891Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/sleef/config remote.origin.url 2022-11-23T01:41:50.1344439Z Entering 'third_party/tbb' 2022-11-23T01:41:50.2229908Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tbb/config remote.origin.url 2022-11-23T01:41:50.2454954Z Entering 'third_party/tensorpipe' 2022-11-23T01:41:50.3379092Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/config remote.origin.url 2022-11-23T01:41:50.3567271Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-11-23T01:41:50.4459701Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/googletest/config remote.origin.url 2022-11-23T01:41:50.4730251Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-11-23T01:41:50.5679867Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/libnop/config remote.origin.url 2022-11-23T01:41:50.5912431Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-11-23T01:41:50.6784260Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/libuv/config remote.origin.url 2022-11-23T01:41:50.7057688Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-11-23T01:41:50.7874729Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/config remote.origin.url 2022-11-23T01:41:50.8079384Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-11-23T01:41:50.9015293Z 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-23T01:41:50.9273741Z Entering 'third_party/zstd' 2022-11-23T01:41:51.0221513Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/zstd/config remote.origin.url 2022-11-23T01:41:51.4813257Z [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-23T01:41:52.0872434Z Entering 'android/libs/fbjni' 2022-11-23T01:41:52.1562015Z Entering 'third_party/FP16' 2022-11-23T01:41:52.2223365Z Entering 'third_party/FXdiv' 2022-11-23T01:41:52.2885870Z Entering 'third_party/NNPACK' 2022-11-23T01:41:52.3580040Z Entering 'third_party/QNNPACK' 2022-11-23T01:41:52.4240148Z Entering 'third_party/VulkanMemoryAllocator' 2022-11-23T01:41:52.4932040Z Entering 'third_party/XNNPACK' 2022-11-23T01:41:52.5659192Z Entering 'third_party/benchmark' 2022-11-23T01:41:52.6368779Z Entering 'third_party/cpuinfo' 2022-11-23T01:41:52.7019785Z Entering 'third_party/cub' 2022-11-23T01:41:52.7717593Z Entering 'third_party/cudnn_frontend' 2022-11-23T01:41:52.8390468Z Entering 'third_party/cutlass' 2022-11-23T01:41:52.9094357Z Entering 'third_party/eigen' 2022-11-23T01:41:52.9823637Z Entering 'third_party/fbgemm' 2022-11-23T01:41:53.0483163Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-11-23T01:41:53.1224672Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-11-23T01:41:53.1929316Z Entering 'third_party/fbgemm/third_party/googletest' 2022-11-23T01:41:53.2659970Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-11-23T01:41:53.3388434Z Entering 'third_party/flatbuffers' 2022-11-23T01:41:53.4123360Z Entering 'third_party/fmt' 2022-11-23T01:41:53.4810140Z Entering 'third_party/foxi' 2022-11-23T01:41:53.5524935Z Entering 'third_party/gemmlowp/gemmlowp' 2022-11-23T01:41:53.6206488Z Entering 'third_party/gloo' 2022-11-23T01:41:53.6882535Z Entering 'third_party/googletest' 2022-11-23T01:41:53.7573657Z Entering 'third_party/ideep' 2022-11-23T01:41:53.8239342Z Entering 'third_party/ideep/mkl-dnn' 2022-11-23T01:41:53.8920137Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-11-23T01:41:53.9626109Z Entering 'third_party/ios-cmake' 2022-11-23T01:41:54.0296677Z Entering 'third_party/ittapi' 2022-11-23T01:41:54.0945394Z Entering 'third_party/kineto' 2022-11-23T01:41:54.1588158Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-11-23T01:41:54.2269052Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-11-23T01:41:54.2973058Z Entering 'third_party/nccl/nccl' 2022-11-23T01:41:54.3725605Z Entering 'third_party/neon2sse' 2022-11-23T01:41:54.4399868Z Entering 'third_party/nlohmann' 2022-11-23T01:41:54.5115235Z Entering 'third_party/onnx' 2022-11-23T01:41:54.5899618Z Entering 'third_party/onnx/third_party/benchmark' 2022-11-23T01:41:54.6542341Z Entering 'third_party/onnx/third_party/pybind11' 2022-11-23T01:41:54.7233604Z Entering 'third_party/onnx-tensorrt' 2022-11-23T01:41:54.7924427Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-11-23T01:41:54.8648783Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-11-23T01:41:54.9371745Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-11-23T01:41:55.0032271Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-11-23T01:41:55.0776438Z Entering 'third_party/pocketfft' 2022-11-23T01:41:55.1479297Z Entering 'third_party/protobuf' 2022-11-23T01:41:55.2191862Z Entering 'third_party/protobuf/third_party/benchmark' 2022-11-23T01:41:55.2865300Z Entering 'third_party/protobuf/third_party/googletest' 2022-11-23T01:41:55.3568462Z Entering 'third_party/psimd' 2022-11-23T01:41:55.4296798Z Entering 'third_party/pthreadpool' 2022-11-23T01:41:55.4979471Z Entering 'third_party/pybind11' 2022-11-23T01:41:55.5654825Z Entering 'third_party/python-enum' 2022-11-23T01:41:55.6328895Z Entering 'third_party/python-peachpy' 2022-11-23T01:41:55.7077583Z Entering 'third_party/python-six' 2022-11-23T01:41:55.7827465Z Entering 'third_party/sleef' 2022-11-23T01:41:55.8488146Z Entering 'third_party/tbb' 2022-11-23T01:41:55.9409766Z Entering 'third_party/tensorpipe' 2022-11-23T01:41:56.0104116Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-11-23T01:41:56.0783145Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-11-23T01:41:56.1482409Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-11-23T01:41:56.2169540Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-11-23T01:41:56.2820860Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-11-23T01:41:56.3556400Z Entering 'third_party/zstd' 2022-11-23T01:41:56.4340237Z [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-23T01:41:57.0514734Z Entering 'android/libs/fbjni' 2022-11-23T01:41:57.1257439Z Entering 'third_party/FP16' 2022-11-23T01:41:57.1946428Z Entering 'third_party/FXdiv' 2022-11-23T01:41:57.2689273Z Entering 'third_party/NNPACK' 2022-11-23T01:41:57.3398736Z Entering 'third_party/QNNPACK' 2022-11-23T01:41:57.4119382Z Entering 'third_party/VulkanMemoryAllocator' 2022-11-23T01:41:57.4820249Z Entering 'third_party/XNNPACK' 2022-11-23T01:41:57.5504164Z Entering 'third_party/benchmark' 2022-11-23T01:41:57.6241531Z Entering 'third_party/cpuinfo' 2022-11-23T01:41:57.6951695Z Entering 'third_party/cub' 2022-11-23T01:41:57.7636200Z Entering 'third_party/cudnn_frontend' 2022-11-23T01:41:57.8315693Z Entering 'third_party/cutlass' 2022-11-23T01:41:57.9021283Z Entering 'third_party/eigen' 2022-11-23T01:41:57.9746977Z Entering 'third_party/fbgemm' 2022-11-23T01:41:58.0426149Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-11-23T01:41:58.1177761Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-11-23T01:41:58.1890324Z Entering 'third_party/fbgemm/third_party/googletest' 2022-11-23T01:41:58.2590918Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-11-23T01:41:58.3355799Z Entering 'third_party/flatbuffers' 2022-11-23T01:41:58.4051386Z Entering 'third_party/fmt' 2022-11-23T01:41:58.4702931Z Entering 'third_party/foxi' 2022-11-23T01:41:58.5385780Z Entering 'third_party/gemmlowp/gemmlowp' 2022-11-23T01:41:58.6057258Z Entering 'third_party/gloo' 2022-11-23T01:41:58.6712767Z Entering 'third_party/googletest' 2022-11-23T01:41:58.7390440Z Entering 'third_party/ideep' 2022-11-23T01:41:58.8037584Z Entering 'third_party/ideep/mkl-dnn' 2022-11-23T01:41:58.8863855Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-11-23T01:41:58.9653586Z Entering 'third_party/ios-cmake' 2022-11-23T01:41:59.0316212Z Entering 'third_party/ittapi' 2022-11-23T01:41:59.1009851Z Entering 'third_party/kineto' 2022-11-23T01:41:59.1678632Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-11-23T01:41:59.2424026Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-11-23T01:41:59.3157900Z Entering 'third_party/nccl/nccl' 2022-11-23T01:41:59.3827367Z Entering 'third_party/neon2sse' 2022-11-23T01:41:59.4563324Z Entering 'third_party/nlohmann' 2022-11-23T01:41:59.5233459Z Entering 'third_party/onnx' 2022-11-23T01:41:59.5905320Z Entering 'third_party/onnx/third_party/benchmark' 2022-11-23T01:41:59.6611200Z Entering 'third_party/onnx/third_party/pybind11' 2022-11-23T01:41:59.7315170Z Entering 'third_party/onnx-tensorrt' 2022-11-23T01:41:59.7996576Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-11-23T01:41:59.8753286Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-11-23T01:41:59.9455771Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-11-23T01:42:00.0151800Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-11-23T01:42:00.1009716Z Entering 'third_party/pocketfft' 2022-11-23T01:42:00.1719023Z Entering 'third_party/protobuf' 2022-11-23T01:42:00.2397221Z Entering 'third_party/protobuf/third_party/benchmark' 2022-11-23T01:42:00.3344957Z Entering 'third_party/protobuf/third_party/googletest' 2022-11-23T01:42:00.4075533Z Entering 'third_party/psimd' 2022-11-23T01:42:00.4768612Z Entering 'third_party/pthreadpool' 2022-11-23T01:42:00.5482358Z Entering 'third_party/pybind11' 2022-11-23T01:42:00.6204043Z Entering 'third_party/python-enum' 2022-11-23T01:42:00.6893208Z Entering 'third_party/python-peachpy' 2022-11-23T01:42:00.7576978Z Entering 'third_party/python-six' 2022-11-23T01:42:00.8280853Z Entering 'third_party/sleef' 2022-11-23T01:42:00.9024189Z Entering 'third_party/tbb' 2022-11-23T01:42:00.9726591Z Entering 'third_party/tensorpipe' 2022-11-23T01:42:01.0374836Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-11-23T01:42:01.1059805Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-11-23T01:42:01.1835026Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-11-23T01:42:01.2550286Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-11-23T01:42:01.3264400Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-11-23T01:42:01.4043763Z Entering 'third_party/zstd' 2022-11-23T01:42:01.4866039Z ##[endgroup] 2022-11-23T01:42:01.5268318Z [command]"C:\Program Files\Git\cmd\git.exe" log -1 --format='%H' 2022-11-23T01:42:01.5610617Z '1cfd3858ac54fe3883534309081631a0a892ba3f' 2022-11-23T01:42:01.6415136Z Prepare all required actions 2022-11-23T01:42:01.6415675Z Getting action download info 2022-11-23T01:42:01.8522907Z Download action repository 'actions/setup-python@v4' (SHA:13ae5bb136fac2878aff31522b9efb785519f984) 2022-11-23T01:42:02.9723591Z ##[group]Run ./.github/actions/setup-win 2022-11-23T01:42:02.9724261Z with: 2022-11-23T01:42:02.9724856Z cuda-version: 11.6 2022-11-23T01:42:02.9725366Z env: 2022-11-23T01:42:02.9725856Z GIT_DEFAULT_BRANCH: master 2022-11-23T01:42:02.9726386Z ##[endgroup] 2022-11-23T01:42:02.9939667Z ##[group]Run set -euo pipefail 2022-11-23T01:42:02.9940014Z set -euo pipefail 2022-11-23T01:42:02.9940334Z function get_ec2_metadata() { 2022-11-23T01:42:02.9940716Z  # Pulled from instance metadata endpoint for EC2 2022-11-23T01:42:02.9941186Z  # see https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instancedata-data-retrieval.html 2022-11-23T01:42:02.9941623Z  category=$1 2022-11-23T01:42:02.9942483Z  curl -fsSL "http://169.254.169.254/latest/meta-data/${category}" 2022-11-23T01:42:02.9943144Z } 2022-11-23T01:42:02.9943794Z echo "ami-id: $(get_ec2_metadata ami-id)" 2022-11-23T01:42:02.9944321Z echo "instance-id: $(get_ec2_metadata instance-id)" 2022-11-23T01:42:02.9944696Z echo "instance-type: $(get_ec2_metadata instance-type)" 2022-11-23T01:42:02.9945073Z echo "system info $(uname -a)" 2022-11-23T01:42:02.9978360Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2022-11-23T01:42:02.9978700Z env: 2022-11-23T01:42:02.9978975Z GIT_DEFAULT_BRANCH: master 2022-11-23T01:42:02.9979813Z ##[endgroup] 2022-11-23T01:42:03.1060610Z ami-id: ami-0bac16a0d43e93376 2022-11-23T01:42:03.1354619Z instance-id: i-0a6df148f5ea3488e 2022-11-23T01:42:03.1609918Z instance-type: p3.2xlarge 2022-11-23T01:42:03.1988697Z 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-23T01:42:03.2233499Z ##[group]Run Set-ItemProperty -Path "HKLM:\\SYSTEM\CurrentControlSet\Control\FileSystem" -Name "LongPathsEnabled" -Value 1 2022-11-23T01:42:03.2234520Z Set-ItemProperty -Path "HKLM:\\SYSTEM\CurrentControlSet\Control\FileSystem" -Name "LongPathsEnabled" -Value 1 2022-11-23T01:42:03.2279740Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2022-11-23T01:42:03.2280088Z env: 2022-11-23T01:42:03.2280360Z GIT_DEFAULT_BRANCH: master 2022-11-23T01:42:03.2280647Z ##[endgroup] 2022-11-23T01:42:03.7519986Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2022-11-23T01:42:03.9230028Z Finished 2022-11-23T01:42:03.9948688Z ##[group]Run Add-MpPreference -ExclusionPath $(Get-Location).tostring() -ErrorAction Ignore 2022-11-23T01:42:03.9949186Z Add-MpPreference -ExclusionPath $(Get-Location).tostring() -ErrorAction Ignore 2022-11-23T01:42:03.9979111Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2022-11-23T01:42:03.9979493Z env: 2022-11-23T01:42:03.9979772Z GIT_DEFAULT_BRANCH: master 2022-11-23T01:42:03.9980062Z ##[endgroup] 2022-11-23T01:42:04.5290422Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2022-11-23T01:42:04.6946742Z Finished 2022-11-23T01:42:05.5274417Z ##[group]Run .\.circleci\scripts\vs_install.ps1 2022-11-23T01:42:05.5275392Z .\.circleci\scripts\vs_install.ps1 2022-11-23T01:42:05.5308020Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2022-11-23T01:42:05.5308848Z env: 2022-11-23T01:42:05.5309343Z GIT_DEFAULT_BRANCH: master 2022-11-23T01:42:05.5309971Z VS_VERSION: 16.8.6 2022-11-23T01:42:05.5310475Z INSTALL_WINDOWS_SDK: 1 2022-11-23T01:42:05.5310953Z ##[endgroup] 2022-11-23T01:42:06.0501745Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2022-11-23T01:42:06.2390179Z Finished 2022-11-23T01:42:06.5986277Z Found correctly versioned existing BuildTools installation in C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools 2022-11-23T01:42:06.6850889Z ##[group]Run .circleci/scripts/windows_cuda_install.sh 2022-11-23T01:42:06.6851316Z .circleci/scripts/windows_cuda_install.sh 2022-11-23T01:42:06.6851701Z .circleci/scripts/windows_cudnn_install.sh 2022-11-23T01:42:06.6888534Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2022-11-23T01:42:06.6888912Z env: 2022-11-23T01:42:06.6889179Z GIT_DEFAULT_BRANCH: master 2022-11-23T01:42:06.6900506Z CUDA_VERSION: 11.6 2022-11-23T01:42:06.6904434Z ##[endgroup] 2022-11-23T01:42:06.8079413Z + case ${CUDA_VERSION} in 2022-11-23T01:42:06.8081534Z + cuda_installer_name=cuda_11.6.0_511.23_windows 2022-11-23T01:42:06.8082218Z + cuda_install_packages='thrust_11.6 nvcc_11.6 cuobjdump_11.6 nvprune_11.6 nvprof_11.6 cupti_11.6 cublas_11.6 cublas_dev_11.6 cudart_11.6 cufft_11.6 cufft_dev_11.6 curand_11.6 curand_dev_11.6 cusolver_11.6 cusolver_dev_11.6 cusparse_11.6 cusparse_dev_11.6 npp_11.6 npp_dev_11.6 nvrtc_11.6 nvrtc_dev_11.6 nvml_dev_11.6' 2022-11-23T01:42:06.8083415Z + [[ -f /c/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v11.6/bin/nvcc.exe ]] 2022-11-23T01:42:06.8085871Z + echo 'Existing CUDA v11.6 installation found, skipping install' 2022-11-23T01:42:06.8087753Z Existing CUDA v11.6 installation found, skipping install 2022-11-23T01:42:06.8088815Z + [[ -f /c/Program Files/NVIDIA Corporation/NvToolsExt/bin/x64/nvToolsExt64_1.dll ]] 2022-11-23T01:42:06.8342916Z + echo 'Existing nvtools installation found, skipping install' 2022-11-23T01:42:06.8343594Z Existing nvtools installation found, skipping install 2022-11-23T01:42:06.8673570Z + windows_s3_link=https://ossci-windows.s3.amazonaws.com 2022-11-23T01:42:06.8673979Z + case ${CUDA_VERSION} in 2022-11-23T01:42:06.8674458Z + cudnn_file_name=cudnn-windows-x86_64-8.3.2.44_cuda11.5-archive 2022-11-23T01:42:06.8674975Z + cudnn_installer_name=cudnn_installer.zip 2022-11-23T01:42:06.8676110Z + cudnn_installer_link=https://ossci-windows.s3.amazonaws.com/cudnn-windows-x86_64-8.3.2.44_cuda11.5-archive.zip 2022-11-23T01:42:06.8676707Z + cudnn_install_folder='C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v11.6/' 2022-11-23T01:42:06.8677430Z + [[ -f C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v11.6//include/cudnn.h ]] 2022-11-23T01:42:06.8774643Z + echo 'Existing cudnn installation found, skipping install...' 2022-11-23T01:42:06.8775395Z Existing cudnn installation found, skipping install... 2022-11-23T01:42:06.9086760Z ##[group]Run actions/setup-python@v4 2022-11-23T01:42:06.9087035Z with: 2022-11-23T01:42:06.9087302Z python-version: 3.x 2022-11-23T01:42:06.9087572Z check-latest: false 2022-11-23T01:42:06.9087771Z cache: pip 2022-11-23T01:42:06.9088226Z cache-dependency-path: **/requirements.txt **/.circleci/docker/requirements-ci.txt **/.github/requirements-gha-cache.txt 2022-11-23T01:42:06.9088836Z token: *** 2022-11-23T01:42:06.9089124Z update-environment: true 2022-11-23T01:42:06.9089344Z env: 2022-11-23T01:42:06.9089569Z GIT_DEFAULT_BRANCH: master 2022-11-23T01:42:06.9089935Z ##[endgroup] 2022-11-23T01:42:07.5667025Z Version 3.x was not found in the local cache 2022-11-23T01:42:07.8823020Z Version 3.x is available for downloading 2022-11-23T01:42:07.8824764Z Download from "https://github.com/actions/python-versions/releases/download/3.11.0-3328127706/python-3.11.0-win32-x64.zip" 2022-11-23T01:42:08.2441658Z Extract downloaded archive 2022-11-23T01:42:08.2606829Z [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\bab43992-984d-4ea4-b0da-098e25bf943f', 'C:\actions-runner\_work\_temp\b83c3635-58c2-49ba-a961-21631926de1f')" 2022-11-23T01:42:09.3286362Z Execute installation script 2022-11-23T01:42:10.0223881Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2022-11-23T01:42:10.1884490Z Finished 2022-11-23T01:42:10.2518890Z Check if Python hostedtoolcache folder exist... 2022-11-23T01:42:10.2520182Z 2022-11-23T01:42:10.2540897Z Create Python toolcache folder 2022-11-23T01:42:10.2541624Z 2022-11-23T01:42:10.2580127Z Check if current Python version is installed... 2022-11-23T01:42:10.2581566Z 2022-11-23T01:42:10.2627396Z No Python3.11.* found 2022-11-23T01:42:10.2628056Z 2022-11-23T01:42:10.2636329Z Remove registry entries for Python 3.11(x64)... 2022-11-23T01:42:10.2637683Z 2022-11-23T01:42:11.1045540Z Create Python 3.11.0 folder in C:\actions-runner\_work\_tool\Python 2022-11-23T01:42:11.1045880Z 2022-11-23T01:42:11.1073481Z Copy Python binaries to C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T01:42:11.1074489Z 2022-11-23T01:42:11.1289223Z Install Python 3.11.0 in C:\actions-runner\_work\_tool\Python... 2022-11-23T01:42:11.1292256Z 2022-11-23T01:42:57.2901181Z Create python3 symlink 2022-11-23T01:42:57.2902434Z 2022-11-23T01:42:57.3468772Z 2022-11-23T01:42:57.3473764Z Directory: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T01:42:57.3478899Z Mode LastWriteTime Length Name 2022-11-23T01:42:57.3483738Z ---- ------------- ------ ---- 2022-11-23T01:42:57.3489911Z -a---l 11/23/2022 1:42 AM 0 python3.exe 2022-11-23T01:42:57.3497633Z Install and upgrade Pip 2022-11-23T01:42:57.3500902Z 2022-11-23T01:43:00.1723933Z Looking in links: c:\Users\runneruser\AppData\Local\Temp\tmput0yg0x5 2022-11-23T01:43:00.1754227Z Requirement already satisfied: setuptools in c:\actions-runner\_work\_tool\python\3.11.0\x64\lib\site-packages (65.5.0) 2022-11-23T01:43:00.1770370Z Requirement already satisfied: pip in c:\actions-runner\_work\_tool\python\3.11.0\x64\lib\site-packages (22.3) 2022-11-23T01:43:01.2544554Z Requirement already satisfied: pip in c:\actions-runner\_work\_tool\python\3.11.0\x64\lib\site-packages (22.3) 2022-11-23T01:43:01.3880876Z Collecting pip 2022-11-23T01:43:01.4214452Z Downloading pip-22.3.1-py3-none-any.whl (2.1 MB) 2022-11-23T01:43:01.5828602Z 2022-11-23T01:43:01.5830365Z ---------------------------------------- 2.1/2.1 MB 2022-11-23T01:43:01.5831289Z 13.1 MB/s eta 0:00:00 2022-11-23T01:43:01.5834568Z 2022-11-23T01:43:01.6795432Z Installing collected packages: pip 2022-11-23T01:43:01.6796105Z Attempting uninstall: pip 2022-11-23T01:43:01.6840863Z Found existing installation: pip 22.3 2022-11-23T01:43:02.3601638Z Uninstalling pip-22.3: 2022-11-23T01:43:02.3953705Z Successfully uninstalled pip-22.3 2022-11-23T01:43:08.5410901Z Successfully installed pip-22.3.1 2022-11-23T01:43:08.7899906Z Create complete file 2022-11-23T01:43:08.7900660Z 2022-11-23T01:43:08.7915243Z 2022-11-23T01:43:08.7916381Z 2022-11-23T01:43:08.8339370Z Successfully set up CPython (3.11.0) 2022-11-23T01:43:34.4614189Z Received 11658366 of 11658366 (100.0%), 60.8 MBs/sec 2022-11-23T01:43:34.4617207Z Cache Size: ~11 MB (11658366 B) 2022-11-23T01:43:34.4673252Z [command]C:\Windows\System32\tar.exe -z -xf C:/actions-runner/_work/_temp/17929830-67e5-4656-a52b-e9d22ff570bb/cache.tgz -P -C C:/actions-runner/_work/pytorch/pytorch 2022-11-23T01:43:34.8489123Z Cache restored successfully 2022-11-23T01:43:35.1115850Z Cache restored from key: setup-python-Windows-python-3.11.0-pip-cea00ec539b2709af8423a66810a978e4769be06900e3cb8842e8370b70b0daf 2022-11-23T01:43:35.1610311Z ##[group]Run pytorch/test-infra/.github/actions/setup-ssh@main 2022-11-23T01:43:35.1610699Z with: 2022-11-23T01:43:35.1611220Z github-secret: *** 2022-11-23T01:43:35.1611487Z activate-with-label: false 2022-11-23T01:43:35.1611731Z label: with-ssh 2022-11-23T01:43:35.1612054Z remove-existing-keys: true 2022-11-23T01:43:35.1612342Z env: 2022-11-23T01:43:35.1612567Z GIT_DEFAULT_BRANCH: master 2022-11-23T01:43:35.1612938Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T01:43:35.1613417Z PKG_CONFIG_PATH: C:\actions-runner\_work\_tool\Python\3.11.0\x64/lib/pkgconfig 2022-11-23T01:43:35.1613886Z Python_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T01:43:35.1614322Z Python2_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T01:43:35.1614745Z Python3_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T01:43:35.1615050Z ##[endgroup] 2022-11-23T01:43:35.4134812Z Not on pull request and ciflow reference could not be extracted, skipping adding ssh keys 2022-11-23T01:43:35.4492963Z ##[group]Run python3 -m pip install psutil==5.9.1 2022-11-23T01:43:35.4493440Z python3 -m pip install psutil==5.9.1 2022-11-23T01:43:35.4493768Z python3 -m pip install pynvml==11.4.1 2022-11-23T01:43:35.4494123Z python3 -m tools.stats.monitor > usage_log.txt 2>&1 & 2022-11-23T01:43:35.4494487Z echo "monitor-script-pid=${!}" >> "${GITHUB_OUTPUT}" 2022-11-23T01:43:35.4532876Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2022-11-23T01:43:35.4533223Z env: 2022-11-23T01:43:35.4533459Z GIT_DEFAULT_BRANCH: master 2022-11-23T01:43:35.4533778Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T01:43:35.4534209Z PKG_CONFIG_PATH: C:\actions-runner\_work\_tool\Python\3.11.0\x64/lib/pkgconfig 2022-11-23T01:43:35.4534632Z Python_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T01:43:35.4535082Z Python2_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T01:43:35.4535616Z Python3_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T01:43:35.4535924Z ##[endgroup] 2022-11-23T01:43:36.5157645Z Collecting psutil==5.9.1 2022-11-23T01:43:36.5448909Z Downloading psutil-5.9.1.tar.gz (479 kB) 2022-11-23T01:43:36.5711522Z ------------------------------------- 479.1/479.1 kB 29.3 MB/s eta 0:00:00 2022-11-23T01:43:36.8748654Z Installing build dependencies: started 2022-11-23T01:43:42.0760451Z Installing build dependencies: finished with status 'done' 2022-11-23T01:43:42.0779919Z Getting requirements to build wheel: started 2022-11-23T01:43:43.2315846Z Getting requirements to build wheel: finished with status 'done' 2022-11-23T01:43:43.2438962Z Preparing metadata (pyproject.toml): started 2022-11-23T01:43:44.1337951Z Preparing metadata (pyproject.toml): finished with status 'done' 2022-11-23T01:43:44.1743298Z Building wheels for collected packages: psutil 2022-11-23T01:43:44.1784353Z Building wheel for psutil (pyproject.toml): started 2022-11-23T01:44:01.1579738Z Building wheel for psutil (pyproject.toml): finished with status 'done' 2022-11-23T01:44:01.1761726Z Created wheel for psutil: filename=psutil-5.9.1-cp311-cp311-win_amd64.whl size=246139 sha256=9e9204a6532d6320994cf7ed347fc3f29b2dfc4ed2b6f10005e07896df448aa5 2022-11-23T01:44:01.1764488Z Stored in directory: c:\users\runneruser\appdata\local\pip\cache\wheels\ab\69\a8\5976ca75168498f119e90888241407862bd58c619118f8920c 2022-11-23T01:44:01.2183821Z Successfully built psutil 2022-11-23T01:44:01.2978829Z Installing collected packages: psutil 2022-11-23T01:44:01.9955170Z Successfully installed psutil-5.9.1 2022-11-23T01:44:03.2864787Z Collecting pynvml==11.4.1 2022-11-23T01:44:03.3187809Z Downloading pynvml-11.4.1-py3-none-any.whl (46 kB) 2022-11-23T01:44:03.3669682Z -------------------------------------- 47.0/47.0 kB 798.8 kB/s eta 0:00:00 2022-11-23T01:44:03.4715054Z Installing collected packages: pynvml 2022-11-23T01:44:03.6841975Z Successfully installed pynvml-11.4.1 2022-11-23T01:44:03.8526375Z ##[group]Run seemethere/download-artifact-s3@v4 2022-11-23T01:44:03.8526963Z with: 2022-11-23T01:44:03.8527323Z name: win-vs2019-cuda11.6-py3 2022-11-23T01:44:03.8527620Z path: C:\3528293554\build-results 2022-11-23T01:44:03.8527889Z s3-bucket: gha-artifacts 2022-11-23T01:44:03.8528145Z region: us-east-1 2022-11-23T01:44:03.8528366Z env: 2022-11-23T01:44:03.8528729Z GIT_DEFAULT_BRANCH: master 2022-11-23T01:44:03.8529054Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T01:44:03.8529490Z PKG_CONFIG_PATH: C:\actions-runner\_work\_tool\Python\3.11.0\x64/lib/pkgconfig 2022-11-23T01:44:03.8530127Z Python_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T01:44:03.8530530Z Python2_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T01:44:03.8530926Z Python3_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T01:44:03.8531234Z ##[endgroup] 2022-11-23T01:44:05.2591892Z Found 3 objects with prefix pytorch/pytorch/3528293554/win-vs2019-cuda11.6-py3/ 2022-11-23T01:44:05.2599860Z Starting download (1/3): C:\3528293554\build-results\.ninja_log 2022-11-23T01:44:05.4294230Z Finished download (1/3): C:\3528293554\build-results\.ninja_log 2022-11-23T01:44:05.4296762Z Starting download (2/3): C:\3528293554\build-results\.pytorch-test-times.json 2022-11-23T01:44:05.4820321Z Finished download (2/3): C:\3528293554\build-results\.pytorch-test-times.json 2022-11-23T01:44:05.4826129Z Starting download (3/3): C:\3528293554\build-results\win-vs2019-cuda11.6-py3-1cfd3858ac54fe3883534309081631a0a892ba3f.7z 2022-11-23T01:44:07.3460052Z Finished download (3/3): C:\3528293554\build-results\win-vs2019-cuda11.6-py3-1cfd3858ac54fe3883534309081631a0a892ba3f.7z 2022-11-23T01:44:07.3460724Z 2022-11-23T01:44:07.3480527Z ##[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-23T01:44:07.3491476Z Artifact download has finished successfully 2022-11-23T01:44:07.3847692Z ##[group]Run tree /F C:\$Env:GITHUB_RUN_ID\build-results 2022-11-23T01:44:07.3848374Z tree /F C:\$Env:GITHUB_RUN_ID\build-results 2022-11-23T01:44:07.3879650Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2022-11-23T01:44:07.3879987Z env: 2022-11-23T01:44:07.3880224Z GIT_DEFAULT_BRANCH: master 2022-11-23T01:44:07.3880577Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T01:44:07.3881012Z PKG_CONFIG_PATH: C:\actions-runner\_work\_tool\Python\3.11.0\x64/lib/pkgconfig 2022-11-23T01:44:07.3881423Z Python_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T01:44:07.3881787Z Python2_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T01:44:07.3882177Z Python3_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T01:44:07.3882479Z ##[endgroup] 2022-11-23T01:44:07.9426914Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2022-11-23T01:44:08.0999805Z Finished 2022-11-23T01:44:08.3041108Z Folder PATH listing 2022-11-23T01:44:08.3041634Z Volume serial number is 0241-89EB 2022-11-23T01:44:08.3042039Z C:\3528293554\BUILD-RESULTS 2022-11-23T01:44:08.3058508Z .ninja_log 2022-11-23T01:44:08.3059053Z .pytorch-test-times.json 2022-11-23T01:44:08.3062591Z win-vs2019-cuda11.6-py3-1cfd3858ac54fe3883534309081631a0a892ba3f.7z 2022-11-23T01:44:08.3063251Z 2022-11-23T01:44:08.3063646Z No subfolders exist 2022-11-23T01:44:08.3063923Z 2022-11-23T01:44:08.3554984Z ##[group]Run COMMIT_MESSAGES=$(git cherry -v "origin/${GIT_DEFAULT_BRANCH:-master}") 2022-11-23T01:44:08.3555585Z COMMIT_MESSAGES=$(git cherry -v "origin/${GIT_DEFAULT_BRANCH:-master}") 2022-11-23T01:44:08.3555907Z  2022-11-23T01:44:08.3556181Z # sanitize the input commit message and PR body here: 2022-11-23T01:44:08.3556490Z # 2022-11-23T01:44:08.3556836Z # trim all new lines from commit messages + PR_BODY to avoid issues with batch environment 2022-11-23T01:44:08.3557530Z # variable copying. see https://github.com/pytorch/pytorch/pull/80043#issuecomment-1167796028 2022-11-23T01:44:08.3557964Z COMMIT_MESSAGES="${COMMIT_MESSAGES//[$'\n\r']}" 2022-11-23T01:44:08.3558500Z PR_BODY="${PR_BODY//[$'\n\r']}" 2022-11-23T01:44:08.3558731Z  2022-11-23T01:44:08.3559079Z # then trim all special characters like single and double quotes to avoid unescaped inputs to 2022-11-23T01:44:08.3559514Z # wreak havoc internally 2022-11-23T01:44:08.3559838Z export COMMIT_MESSAGES="${COMMIT_MESSAGES//[\'\"]}" 2022-11-23T01:44:08.3560161Z export PR_BODY="${PR_BODY//[\'\"]}" 2022-11-23T01:44:08.3560391Z  2022-11-23T01:44:08.3560641Z .jenkins/pytorch/win-test.sh 2022-11-23T01:44:08.3598085Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2022-11-23T01:44:08.3598419Z env: 2022-11-23T01:44:08.3598656Z GIT_DEFAULT_BRANCH: master 2022-11-23T01:44:08.3599030Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T01:44:08.3599461Z PKG_CONFIG_PATH: C:\actions-runner\_work\_tool\Python\3.11.0\x64/lib/pkgconfig 2022-11-23T01:44:08.3599865Z Python_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T01:44:08.3600262Z Python2_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T01:44:08.3600631Z Python3_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T01:44:08.3600926Z USE_CUDA: 1 2022-11-23T01:44:08.3601163Z INSTALL_WINDOWS_SDK: 1 2022-11-23T01:44:08.3601417Z PYTHON_VERSION: 3.8 2022-11-23T01:44:08.3601674Z PYTORCH_RETRY_TEST_CASES: 1 2022-11-23T01:44:08.3601920Z PYTORCH_OVERRIDE_FLAKY_SIGNAL: 1 2022-11-23T01:44:08.3602616Z VC_PRODUCT: BuildTools 2022-11-23T01:44:08.3603049Z VC_VERSION: 2022-11-23T01:44:08.3603537Z VS_VERSION: 16.8.6 2022-11-23T01:44:08.3603964Z VC_YEAR: 2019 2022-11-23T01:44:08.3604471Z AWS_DEFAULT_REGION: us-east-1 2022-11-23T01:44:08.3604930Z PR_NUMBER: 2022-11-23T01:44:08.3605201Z SHA1: 1cfd3858ac54fe3883534309081631a0a892ba3f 2022-11-23T01:44:08.3605467Z CUDA_VERSION: 11.6 2022-11-23T01:44:08.3605765Z PYTORCH_FINAL_PACKAGE_DIR: /c/3528293554/build-results/ 2022-11-23T01:44:08.3606085Z BUILD_ENVIRONMENT: win-vs2019-cuda11.6-py3 2022-11-23T01:44:08.3606454Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2022-11-23T01:44:08.3606784Z SHARD_NUMBER: 4 2022-11-23T01:44:08.3607061Z NUM_TEST_SHARDS: 5 2022-11-23T01:44:08.3607324Z TEST_CONFIG: default 2022-11-23T01:44:08.3607557Z PR_BODY: 2022-11-23T01:44:08.3607769Z TORCH_CUDA_ARCH_LIST: 7.0 2022-11-23T01:44:08.3608045Z PYTORCH_TEST_CUDA_MEM_LEAK_CHECK: 0 2022-11-23T01:44:08.3608337Z PYTORCH_TEST_RERUN_DISABLED_TESTS: 0 2022-11-23T01:44:08.3608607Z ##[endgroup] 2022-11-23T01:44:08.5044117Z +++ dirname .jenkins/pytorch/win-test.sh 2022-11-23T01:44:08.5871897Z ++ cd .jenkins/pytorch 2022-11-23T01:44:08.5872377Z ++ pwd 2022-11-23T01:44:08.5873028Z + SCRIPT_PARENT_DIR=/c/actions-runner/_work/pytorch/pytorch/.jenkins/pytorch 2022-11-23T01:44:08.5873871Z + source /c/actions-runner/_work/pytorch/pytorch/.jenkins/pytorch/common.sh 2022-11-23T01:44:08.5977067Z +++ dirname /c/actions-runner/_work/pytorch/pytorch/.jenkins/pytorch/common.sh 2022-11-23T01:44:08.6117927Z ++ source /c/actions-runner/_work/pytorch/pytorch/.jenkins/pytorch/common_utils.sh 2022-11-23T01:44:08.6127932Z +++ declare -f -t trap_add 2022-11-23T01:44:08.6136413Z ++ set -ex 2022-11-23T01:44:08.6137288Z ++ [[ win-vs2019-cuda11.6-py3 == *rocm* ]] 2022-11-23T01:44:08.6137742Z ++ BUILD_TEST_LIBTORCH=0 2022-11-23T01:44:08.6241131Z ++ git rev-parse HEAD 2022-11-23T01:44:08.6662155Z + IMAGE_COMMIT_ID=1cfd3858ac54fe3883534309081631a0a892ba3f 2022-11-23T01:44:08.6663549Z + export IMAGE_COMMIT_ID 2022-11-23T01:44:08.6664353Z + export IMAGE_COMMIT_TAG=win-vs2019-cuda11.6-py3-1cfd3858ac54fe3883534309081631a0a892ba3f 2022-11-23T01:44:08.6665286Z + IMAGE_COMMIT_TAG=win-vs2019-cuda11.6-py3-1cfd3858ac54fe3883534309081631a0a892ba3f 2022-11-23T01:44:08.6666011Z + [[ '' == *\d\e\v\e\l\o\p* ]] 2022-11-23T01:44:08.6666635Z + export TMP_DIR=/c/actions-runner/_work/pytorch/pytorch/build/win_tmp 2022-11-23T01:44:08.6667333Z + TMP_DIR=/c/actions-runner/_work/pytorch/pytorch/build/win_tmp 2022-11-23T01:44:08.6784646Z ++ cygpath -w /c/actions-runner/_work/pytorch/pytorch/build/win_tmp 2022-11-23T01:44:08.7400155Z + TMP_DIR_WIN='C:\actions-runner\_work\pytorch\pytorch\build\win_tmp' 2022-11-23T01:44:08.7400872Z + export TMP_DIR_WIN 2022-11-23T01:44:08.7401481Z + export PROJECT_DIR=/c/actions-runner/_work/pytorch/pytorch 2022-11-23T01:44:08.7402178Z + PROJECT_DIR=/c/actions-runner/_work/pytorch/pytorch 2022-11-23T01:44:08.7530132Z ++ cygpath -w /c/actions-runner/_work/pytorch/pytorch 2022-11-23T01:44:08.7744120Z + PROJECT_DIR_WIN='C:\actions-runner\_work\pytorch\pytorch' 2022-11-23T01:44:08.7744792Z + export PROJECT_DIR_WIN 2022-11-23T01:44:08.7745406Z + export TEST_DIR=/c/actions-runner/_work/pytorch/pytorch/test 2022-11-23T01:44:08.7746093Z + TEST_DIR=/c/actions-runner/_work/pytorch/pytorch/test 2022-11-23T01:44:08.7866831Z ++ cygpath -w /c/actions-runner/_work/pytorch/pytorch/test 2022-11-23T01:44:08.8062050Z + TEST_DIR_WIN='C:\actions-runner\_work\pytorch\pytorch\test' 2022-11-23T01:44:08.8062856Z + export TEST_DIR_WIN 2022-11-23T01:44:08.8063596Z + export PYTORCH_FINAL_PACKAGE_DIR=/c/3528293554/build-results/ 2022-11-23T01:44:08.8064296Z + PYTORCH_FINAL_PACKAGE_DIR=/c/3528293554/build-results/ 2022-11-23T01:44:08.8176664Z ++ cygpath -w /c/3528293554/build-results/ 2022-11-23T01:44:08.8410245Z + PYTORCH_FINAL_PACKAGE_DIR_WIN='C:\3528293554\build-results\' 2022-11-23T01:44:08.8414886Z + export PYTORCH_FINAL_PACKAGE_DIR_WIN 2022-11-23T01:44:08.8416251Z + mkdir -p /c/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch 2022-11-23T01:44:08.8860949Z + CI_SCRIPTS_DIR=/c/actions-runner/_work/pytorch/pytorch/build/win_tmp/ci_scripts 2022-11-23T01:44:08.8861997Z + mkdir -p /c/actions-runner/_work/pytorch/pytorch/build/win_tmp/ci_scripts 2022-11-23T01:44:08.9193546Z ++ ls '/c/actions-runner/_work/pytorch/pytorch/build/win_tmp/ci_scripts/*' 2022-11-23T01:44:08.9638145Z ls: cannot access '/c/actions-runner/_work/pytorch/pytorch/build/win_tmp/ci_scripts/*': No such file or directory 2022-11-23T01:44:08.9643530Z + '[' -n '' ']' 2022-11-23T01:44:08.9644469Z + export SCRIPT_HELPERS_DIR=/c/actions-runner/_work/pytorch/pytorch/.jenkins/pytorch/win-test-helpers 2022-11-23T01:44:08.9645464Z + SCRIPT_HELPERS_DIR=/c/actions-runner/_work/pytorch/pytorch/.jenkins/pytorch/win-test-helpers 2022-11-23T01:44:08.9646217Z + [[ default = \f\o\r\c\e\_\o\n\_\c\p\u ]] 2022-11-23T01:44:08.9646797Z + [[ win-vs2019-cuda11.6-py3 == *cuda* ]] 2022-11-23T01:44:08.9647442Z + export PYTORCH_TESTING_DEVICE_ONLY_FOR=cuda 2022-11-23T01:44:08.9648006Z + PYTORCH_TESTING_DEVICE_ONLY_FOR=cuda 2022-11-23T01:44:08.9648500Z + run_tests 2022-11-23T01:44:08.9649362Z + for path in '/c/Program Files/NVIDIA Corporation/NVSMI/nvidia-smi.exe' /c/Windows/System32/nvidia-smi.exe 2022-11-23T01:44:08.9650337Z + [[ -x /c/Program Files/NVIDIA Corporation/NVSMI/nvidia-smi.exe ]] 2022-11-23T01:44:08.9653256Z + '/c/Program Files/NVIDIA Corporation/NVSMI/nvidia-smi.exe' 2022-11-23T01:44:11.2115873Z Wed Nov 23 01:44:09 2022 2022-11-23T01:44:11.2117121Z +-----------------------------------------------------------------------------+ 2022-11-23T01:44:11.2119070Z | NVIDIA-SMI 462.31 Driver Version: 462.31 CUDA Version: 11.2 | 2022-11-23T01:44:11.2119940Z |-------------------------------+----------------------+----------------------+ 2022-11-23T01:44:11.2120739Z | GPU Name TCC/WDDM | Bus-Id Disp.A | Volatile Uncorr. ECC | 2022-11-23T01:44:11.2121536Z | Fan Temp Perf Pwr:Usage/Cap| Memory-Usage | GPU-Util Compute M. | 2022-11-23T01:44:11.2122419Z | | | MIG M. | 2022-11-23T01:44:11.2123054Z |===============================+======================+======================| 2022-11-23T01:44:11.2424949Z | 0 Tesla V100-SXM2... TCC | 00000000:00:1E.0 Off | 0 | 2022-11-23T01:44:11.2425571Z | N/A 33C P0 24W / 300W | 0MiB / 16258MiB | 0% Default | 2022-11-23T01:44:11.2426059Z | | | N/A | 2022-11-23T01:44:11.2426453Z +-------------------------------+----------------------+----------------------+ 2022-11-23T01:44:11.2426833Z 2022-11-23T01:44:11.2427202Z +-----------------------------------------------------------------------------+ 2022-11-23T01:44:11.2427591Z | Processes: | 2022-11-23T01:44:11.2427959Z | GPU GI CI PID Type Process name GPU Memory | 2022-11-23T01:44:11.2428502Z | ID ID Usage | 2022-11-23T01:44:11.2429028Z |=============================================================================| 2022-11-23T01:44:11.2429585Z | No running processes found | 2022-11-23T01:44:11.2430236Z +-----------------------------------------------------------------------------+ 2022-11-23T01:44:11.2897902Z + break 2022-11-23T01:44:11.2898769Z + [[ default == *functorch* ]] 2022-11-23T01:44:11.2899246Z + [[ 5 -eq 1 ]] 2022-11-23T01:44:11.2899932Z + /c/actions-runner/_work/pytorch/pytorch/.jenkins/pytorch/win-test-helpers/test_python_shard.bat 2022-11-23T01:44:11.3174948Z 2022-11-23T01:44:11.3175824Z C:\actions-runner\_work\pytorch\pytorch>call C:/actions-runner/_work/pytorch/pytorch/.jenkins/pytorch/win-test-helpers\setup_pytorch_env.bat 2022-11-23T01:44:11.3194876Z 2022-11-23T01:44:11.3195642Z 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-23T01:44:11.3196293Z call C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/ci_scripts/pytorch_env_restore.bat 2022-11-23T01:44:11.3196666Z exit /b 0 2022-11-23T01:44:11.3196885Z ) 2022-11-23T01:44:11.3199507Z 2022-11-23T01:44:11.3201410Z 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-23T01:44:11.3204975Z 2022-11-23T01:44:11.3205519Z C:\actions-runner\_work\pytorch\pytorch>set INSTALLER_DIR=C:/actions-runner/_work/pytorch/pytorch/.jenkins/pytorch/win-test-helpers\installation-helpers 2022-11-23T01:44:11.3212198Z 2022-11-23T01:44:11.3213225Z 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-23T01:44:11.3238354Z 2022-11-23T01:44:11.3239454Z C:\actions-runner\_work\pytorch\pytorch>if "win-vs2019-cuda11.6-py3" == "" (set CONDA_PARENT_DIR=C:\actions-runner\_work\pytorch\pytorch ) else (set CONDA_PARENT_DIR=C:\Jenkins ) 2022-11-23T01:44:11.3247648Z 2022-11-23T01:44:11.3248441Z C:\actions-runner\_work\pytorch\pytorch>if not exist C:\Jenkins\Miniconda3 (set INSTALL_FRESH_CONDA=1 ) 2022-11-23T01:44:11.3253128Z 2022-11-23T01:44:11.3254097Z C:\actions-runner\_work\pytorch\pytorch>if "" == "1" ( 2022-11-23T01:44:11.3255289Z 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-23T01:44:11.3255986Z if errorlevel 1 exit /b 2022-11-23T01:44:11.3256270Z if not errorlevel 0 exit /b 2022-11-23T01:44:11.3256850Z 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-23T01:44:11.3257369Z if errorlevel 1 exit /b 2022-11-23T01:44:11.3257641Z if not errorlevel 0 exit /b 2022-11-23T01:44:11.3257883Z ) 2022-11-23T01:44:11.3258279Z 2022-11-23T01:44:11.3258958Z C:\actions-runner\_work\pytorch\pytorch>call C:\Jenkins\Miniconda3\Scripts\activate.bat C:\Jenkins\Miniconda3 2022-11-23T01:44:15.9410020Z 2022-11-23T01:44:15.9410939Z (base) C:\actions-runner\_work\pytorch\pytorch>if "" == "1" ( 2022-11-23T01:44:15.9411429Z call conda install -y -q numpy"<1.23" cffi pyyaml boto3 libuv 2022-11-23T01:44:15.9411752Z if errorlevel 1 exit /b 2022-11-23T01:44:15.9412220Z if not errorlevel 0 exit /b 2022-11-23T01:44:15.9412552Z call conda install -y -q -c conda-forge cmake=3.22.3 2022-11-23T01:44:15.9412858Z if errorlevel 1 exit /b 2022-11-23T01:44:15.9413330Z if not errorlevel 0 exit /b 2022-11-23T01:44:15.9413728Z ) 2022-11-23T01:44:15.9416028Z 2022-11-23T01:44:15.9416451Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 exit /b 2022-11-23T01:44:15.9418247Z 2022-11-23T01:44:15.9418616Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 exit /b 2022-11-23T01:44:15.9422933Z 2022-11-23T01:44:15.9424009Z (base) C:\actions-runner\_work\pytorch\pytorch>if NOT "win-vs2019-cuda11.6-py3" == "" ( 2022-11-23T01:44:15.9424968Z call conda install -y -q mkl protobuf numba scipy=1.6.2 typing_extensions dataclasses 2022-11-23T01:44:15.9425630Z if errorlevel 1 exit /b 2022-11-23T01:44:15.9426211Z if not errorlevel 0 exit /b 2022-11-23T01:44:15.9426651Z ) 2022-11-23T01:44:24.2025272Z Collecting package metadata (current_repodata.json): ...working... done 2022-11-23T01:44:26.1736817Z Solving environment: ...working... done 2022-11-23T01:44:26.4686607Z 2022-11-23T01:44:26.4687297Z # All requested packages already installed. 2022-11-23T01:44:26.4687664Z 2022-11-23T01:44:26.5687546Z Retrieving notices: ...working... done 2022-11-23T01:44:27.9353429Z 2022-11-23T01:44:27.9354268Z (base) C:\actions-runner\_work\pytorch\pytorch>pushd . 2022-11-23T01:44:27.9360873Z 2022-11-23T01:44:27.9362345Z (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-23T01:44:28.1342824Z ********************************************************************** 2022-11-23T01:44:28.1343546Z ** Visual Studio 2019 Developer Command Prompt v16.8.6 2022-11-23T01:44:28.1344219Z ** Copyright (c) 2020 Microsoft Corporation 2022-11-23T01:44:28.1344797Z ********************************************************************** 2022-11-23T01:44:28.9465170Z [vcvarsall.bat] Environment initialized for: 'x64' 2022-11-23T01:44:28.9535173Z 2022-11-23T01:44:28.9536129Z (base) C:\actions-runner\_work\pytorch\pytorch>popd 2022-11-23T01:44:28.9545225Z 2022-11-23T01:44:28.9546509Z (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-23T01:44:30.6101708Z Requirement already satisfied: ninja==1.10.0.post1 in c:\jenkins\miniconda3\lib\site-packages (1.10.0.post1) 2022-11-23T01:44:30.6126661Z Requirement already satisfied: future in c:\jenkins\miniconda3\lib\site-packages (0.18.2) 2022-11-23T01:44:30.6138769Z Requirement already satisfied: hypothesis==5.35.1 in c:\jenkins\miniconda3\lib\site-packages (5.35.1) 2022-11-23T01:44:30.6152078Z Requirement already satisfied: expecttest==0.1.3 in c:\jenkins\miniconda3\lib\site-packages (0.1.3) 2022-11-23T01:44:30.6165692Z Requirement already satisfied: librosa>=0.6.2 in c:\jenkins\miniconda3\lib\site-packages (0.9.2) 2022-11-23T01:44:30.6176639Z Requirement already satisfied: scipy==1.6.3 in c:\jenkins\miniconda3\lib\site-packages (1.6.3) 2022-11-23T01:44:30.6188984Z Requirement already satisfied: psutil in c:\jenkins\miniconda3\lib\site-packages (5.9.1) 2022-11-23T01:44:30.6197289Z Requirement already satisfied: pillow in c:\jenkins\miniconda3\lib\site-packages (9.2.0) 2022-11-23T01:44:30.6223565Z Requirement already satisfied: unittest-xml-reporting<=3.2.0,>=2.0.0 in c:\jenkins\miniconda3\lib\site-packages (3.2.0) 2022-11-23T01:44:30.6231091Z Requirement already satisfied: pytest in c:\jenkins\miniconda3\lib\site-packages (7.1.3) 2022-11-23T01:44:30.6244848Z Requirement already satisfied: pytest-xdist in c:\jenkins\miniconda3\lib\site-packages (2.5.0) 2022-11-23T01:44:30.6258212Z Requirement already satisfied: pytest-shard in c:\jenkins\miniconda3\lib\site-packages (0.1.2) 2022-11-23T01:44:30.6267752Z Requirement already satisfied: pytest-rerunfailures in c:\jenkins\miniconda3\lib\site-packages (10.2) 2022-11-23T01:44:30.6279307Z Requirement already satisfied: sympy in c:\jenkins\miniconda3\lib\site-packages (1.11.1) 2022-11-23T01:44:30.6291476Z Requirement already satisfied: xdoctest==1.0.2 in c:\jenkins\miniconda3\lib\site-packages (1.0.2) 2022-11-23T01:44:30.6302897Z Requirement already satisfied: pygments==2.12.0 in c:\jenkins\miniconda3\lib\site-packages (2.12.0) 2022-11-23T01:44:30.6317463Z Requirement already satisfied: opt-einsum>=3.3 in c:\jenkins\miniconda3\lib\site-packages (3.3.0) 2022-11-23T01:44:30.6974682Z 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-23T01:44:30.6991094Z Requirement already satisfied: attrs>=19.2.0 in c:\jenkins\miniconda3\lib\site-packages (from hypothesis==5.35.1) (22.1.0) 2022-11-23T01:44:30.7191079Z 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-23T01:44:31.2105351Z Requirement already satisfied: six in c:\jenkins\miniconda3\lib\site-packages (from xdoctest==1.0.2) (1.16.0) 2022-11-23T01:44:31.2811322Z Requirement already satisfied: audioread>=2.1.9 in c:\jenkins\miniconda3\lib\site-packages (from librosa>=0.6.2) (3.0.0) 2022-11-23T01:44:31.2824037Z Requirement already satisfied: numba>=0.45.1 in c:\jenkins\miniconda3\lib\site-packages (from librosa>=0.6.2) (0.56.3) 2022-11-23T01:44:31.2836368Z 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-23T01:44:31.2849255Z Requirement already satisfied: resampy>=0.2.2 in c:\jenkins\miniconda3\lib\site-packages (from librosa>=0.6.2) (0.4.2) 2022-11-23T01:44:31.2859778Z Requirement already satisfied: decorator>=4.0.10 in c:\jenkins\miniconda3\lib\site-packages (from librosa>=0.6.2) (5.1.1) 2022-11-23T01:44:31.2874706Z Requirement already satisfied: soundfile>=0.10.2 in c:\jenkins\miniconda3\lib\site-packages (from librosa>=0.6.2) (0.11.0) 2022-11-23T01:44:31.2890702Z Requirement already satisfied: pooch>=1.0 in c:\jenkins\miniconda3\lib\site-packages (from librosa>=0.6.2) (1.6.0) 2022-11-23T01:44:31.2903497Z Requirement already satisfied: packaging>=20.0 in c:\jenkins\miniconda3\lib\site-packages (from librosa>=0.6.2) (21.3) 2022-11-23T01:44:31.2913890Z Requirement already satisfied: joblib>=0.14 in c:\jenkins\miniconda3\lib\site-packages (from librosa>=0.6.2) (1.2.0) 2022-11-23T01:44:31.3643924Z 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-23T01:44:31.3945854Z Requirement already satisfied: py>=1.8.2 in c:\jenkins\miniconda3\lib\site-packages (from pytest) (1.11.0) 2022-11-23T01:44:31.3966349Z Requirement already satisfied: tomli>=1.0.0 in c:\jenkins\miniconda3\lib\site-packages (from pytest) (2.0.1) 2022-11-23T01:44:31.3981343Z Requirement already satisfied: colorama in c:\jenkins\miniconda3\lib\site-packages (from pytest) (0.4.4) 2022-11-23T01:44:31.3996570Z Requirement already satisfied: pluggy<2.0,>=0.12 in c:\jenkins\miniconda3\lib\site-packages (from pytest) (1.0.0) 2022-11-23T01:44:31.4005926Z Requirement already satisfied: iniconfig in c:\jenkins\miniconda3\lib\site-packages (from pytest) (1.1.1) 2022-11-23T01:44:31.4279231Z Requirement already satisfied: execnet>=1.1 in c:\jenkins\miniconda3\lib\site-packages (from pytest-xdist) (1.9.0) 2022-11-23T01:44:31.4293521Z Requirement already satisfied: pytest-forked in c:\jenkins\miniconda3\lib\site-packages (from pytest-xdist) (1.4.0) 2022-11-23T01:44:31.4536431Z Requirement already satisfied: setuptools>=40.0 in c:\jenkins\miniconda3\lib\site-packages (from pytest-rerunfailures) (65.5.0) 2022-11-23T01:44:31.4679279Z Requirement already satisfied: mpmath>=0.19 in c:\jenkins\miniconda3\lib\site-packages (from sympy) (1.2.1) 2022-11-23T01:44:31.6250837Z 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-23T01:44:31.6482992Z 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-23T01:44:31.6892930Z 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-23T01:44:31.6923052Z 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-23T01:44:31.7652569Z 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-23T01:44:31.7666510Z 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-23T01:44:31.7679954Z 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-23T01:44:31.7692108Z 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-23T01:44:31.9038895Z 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-23T01:44:31.9351846Z 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-23T01:44:31.9477113Z 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-23T01:44:32.6255689Z 2022-11-23T01:44:32.6256454Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 exit /b 2022-11-23T01:44:32.6258274Z 2022-11-23T01:44:32.6259325Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 exit /b 2022-11-23T01:44:32.6261043Z 2022-11-23T01:44:32.6261600Z (base) C:\actions-runner\_work\pytorch\pytorch>set DISTUTILS_USE_SDK=1 2022-11-23T01:44:32.6265852Z 2022-11-23T01:44:32.6266344Z (base) C:\actions-runner\_work\pytorch\pytorch>if not "1" == "1" goto cuda_build_end 2022-11-23T01:44:32.6268262Z 2022-11-23T01:44:32.6268744Z (base) C:\actions-runner\_work\pytorch\pytorch>set CUDA_PATH=C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.6 2022-11-23T01:44:32.6273096Z 2022-11-23T01:44:32.6273710Z (base) C:\actions-runner\_work\pytorch\pytorch>rem version transformer, for example 10.1 to 10_1. 2022-11-23T01:44:32.6275380Z 2022-11-23T01:44:32.6275847Z (base) C:\actions-runner\_work\pytorch\pytorch>set VERSION_SUFFIX=11_6 2022-11-23T01:44:32.6279539Z 2022-11-23T01:44:32.6280221Z (base) C:\actions-runner\_work\pytorch\pytorch>set CUDA_PATH_V11_6=C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.6 2022-11-23T01:44:32.6283976Z 2022-11-23T01:44:32.6284971Z (base) C:\actions-runner\_work\pytorch\pytorch>set CUDNN_LIB_DIR=C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.6\lib\x64 2022-11-23T01:44:32.6288828Z 2022-11-23T01:44:32.6289772Z (base) C:\actions-runner\_work\pytorch\pytorch>set CUDA_TOOLKIT_ROOT_DIR=C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.6 2022-11-23T01:44:32.6292635Z 2022-11-23T01:44:32.6293541Z (base) C:\actions-runner\_work\pytorch\pytorch>set CUDNN_ROOT_DIR=C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.6 2022-11-23T01:44:32.6297183Z 2022-11-23T01:44:32.6297912Z (base) C:\actions-runner\_work\pytorch\pytorch>set NVTOOLSEXT_PATH=C:\Program Files\NVIDIA Corporation\NvToolsExt 2022-11-23T01:44:32.6302263Z 2022-11-23T01:44:32.6307081Z (base) C:\actions-runner\_work\pytorch\pytorch>set PATH=C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.6\bin;C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.6\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-23T01:44:32.6312206Z 2022-11-23T01:44:32.6312795Z (base) C:\actions-runner\_work\pytorch\pytorch>set NUMBAPRO_CUDALIB=C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.6\bin 2022-11-23T01:44:32.6313168Z 2022-11-23T01:44:32.6313513Z (base) C:\actions-runner\_work\pytorch\pytorch>set NUMBAPRO_LIBDEVICE=C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.6\nvvm\libdevice 2022-11-23T01:44:32.6316112Z 2022-11-23T01:44:32.6316756Z (base) C:\actions-runner\_work\pytorch\pytorch>set NUMBAPRO_NVVM=C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.6\nvvm\bin\nvvm64_32_0.dll 2022-11-23T01:44:32.6321929Z 2022-11-23T01:44:32.6323079Z (base) C:\actions-runner\_work\pytorch\pytorch>set PYTHONPATH=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build; 2022-11-23T01:44:32.6328653Z 2022-11-23T01:44:32.6329340Z (base) C:\actions-runner\_work\pytorch\pytorch>if NOT "win-vs2019-cuda11.6-py3" == "" ( 2022-11-23T01:44:32.6330232Z pushd C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build 2022-11-23T01:44:32.6331330Z copy /Y C:\3528293554\build-results\\win-vs2019-cuda11.6-py3-1cfd3858ac54fe3883534309081631a0a892ba3f.7z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\ 2022-11-23T01:44:32.6332586Z 7z x C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\win-vs2019-cuda11.6-py3-1cfd3858ac54fe3883534309081631a0a892ba3f.7z -aos 2022-11-23T01:44:32.6333032Z popd 2022-11-23T01:44:32.6333483Z ) else (xcopy /s C:\Jenkins\Miniconda3\Lib\site-packages\torch C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ ) 2022-11-23T01:44:32.7617735Z 1 file(s) copied. 2022-11-23T01:44:32.9841571Z 2022-11-23T01:44:32.9842276Z 7-Zip 22.01 (x64) : Copyright (c) 1999-2022 Igor Pavlov : 2022-07-15 2022-11-23T01:44:32.9842551Z 2022-11-23T01:44:32.9842744Z Scanning the drive for archives: 2022-11-23T01:44:32.9843152Z 1 file, 184390338 bytes (176 MiB) 2022-11-23T01:44:32.9843297Z 2022-11-23T01:44:32.9843676Z Extracting archive: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\win-vs2019-cuda11.6-py3-1cfd3858ac54fe3883534309081631a0a892ba3f.7z 2022-11-23T01:44:56.7490612Z -- 2022-11-23T01:44:56.7491650Z Path = C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\win-vs2019-cuda11.6-py3-1cfd3858ac54fe3883534309081631a0a892ba3f.7z 2022-11-23T01:44:56.7492446Z Type = 7z 2022-11-23T01:44:56.7492824Z Physical Size = 184390338 2022-11-23T01:44:56.7493289Z Headers Size = 131520 2022-11-23T01:44:56.7494249Z Method = LZMA2:24 BCJ 2022-11-23T01:44:56.7494646Z Solid = + 2022-11-23T01:44:56.7495032Z Blocks = 2 2022-11-23T01:44:56.7495283Z 2022-11-23T01:44:56.7497329Z Everything is Ok 2022-11-23T01:44:56.7497622Z 2022-11-23T01:44:56.7497784Z Folders: 604 2022-11-23T01:44:56.7498149Z Files: 11127 2022-11-23T01:44:56.7498518Z Size: 1184901478 2022-11-23T01:44:56.7498924Z Compressed: 184390338 2022-11-23T01:44:56.8661503Z 2022-11-23T01:44:56.8662680Z (base) C:\actions-runner\_work\pytorch\pytorch>if NOT "win-vs2019-cuda11.6-py3" == "" ( 2022-11-23T01:44:56.8663780Z echo @echo off 1>>C:\actions-runner\_work\pytorch\pytorch\build\win_tmp/ci_scripts/pytorch_env_restore_helper.bat 2022-11-23T01:44:56.8665140Z 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-23T01:44:56.8666618Z 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-23T01:44:56.8667923Z aws s3 cp "s3://ossci-windows/Restore PyTorch Environment.lnk" "C:\Users\circleci\Desktop\Restore PyTorch Environment.lnk" 2022-11-23T01:44:56.8668676Z ) 2022-11-23T01:44:58.7922076Z Completed 2.3 KiB/2.3 KiB (36.0 KiB/s) with 1 file(s) remaining 2022-11-23T01:44:58.7923538Z download: s3://ossci-windows/Restore PyTorch Environment.lnk to ..\..\..\..\Users\circleci\Desktop\Restore PyTorch Environment.lnk 2022-11-23T01:44:58.8869472Z 2022-11-23T01:44:58.8870462Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2022-11-23T01:44:58.8871548Z echo "setup pytorch env failed" 2022-11-23T01:44:58.8872066Z echo 0 2022-11-23T01:44:58.8872454Z exit /b 2022-11-23T01:44:58.8872827Z ) 2022-11-23T01:44:58.8873057Z 2022-11-23T01:44:58.8873412Z (base) C:\actions-runner\_work\pytorch\pytorch>pushd test 2022-11-23T01:44:58.8880750Z 2022-11-23T01:44:58.8881612Z (base) C:\actions-runner\_work\pytorch\pytorch\test>set GFLAGS_EXE="C:\Program Files (x86)\Windows Kits\10\Debuggers\x64\gflags.exe" 2022-11-23T01:44:58.8886313Z 2022-11-23T01:44:58.8887154Z (base) C:\actions-runner\_work\pytorch\pytorch\test>if "4" == "1" (if exist "C:\Program Files (x86)\Windows Kits\10\Debuggers\x64\gflags.exe" ( 2022-11-23T01:44:58.8887929Z echo Some smoke tests 2022-11-23T01:44:58.8888594Z "C:\Program Files (x86)\Windows Kits\10\Debuggers\x64\gflags.exe" /i python.exe +sls 2022-11-23T01:44:58.8890414Z python C:/actions-runner/_work/pytorch/pytorch/.jenkins/pytorch/win-test-helpers\run_python_nn_smoketests.py 2022-11-23T01:44:58.8891045Z if ERRORLEVEL 1 goto fail 2022-11-23T01:44:58.8891438Z "C:\Program Files (x86)\Windows Kits\10\Debuggers\x64\gflags.exe" /i python.exe -sls 2022-11-23T01:44:58.8891996Z if ERRORLEVEL 1 goto fail 2022-11-23T01:44:58.8892364Z ) ) 2022-11-23T01:44:58.8892588Z 2022-11-23T01:44:58.8893012Z (base) C:\actions-runner\_work\pytorch\pytorch\test>echo Copying over test times file 2022-11-23T01:44:58.8893420Z Copying over test times file 2022-11-23T01:44:58.8895590Z 2022-11-23T01:44:58.8896318Z (base) C:\actions-runner\_work\pytorch\pytorch\test>copy /Y "C:\3528293554\build-results\\.pytorch-test-times.json" "C:\actions-runner\_work\pytorch\pytorch" 2022-11-23T01:44:58.8912446Z 1 file(s) copied. 2022-11-23T01:44:58.8915606Z 2022-11-23T01:44:58.8916293Z (base) C:\actions-runner\_work\pytorch\pytorch\test>echo Run nn tests 2022-11-23T01:44:58.8916965Z Run nn tests 2022-11-23T01:44:58.8920122Z 2022-11-23T01:44:58.8921682Z (base) C:\actions-runner\_work\pytorch\pytorch\test>python run_test.py --exclude-jit-executor --exclude-distributed-tests --shard "4" "5" --verbose 2022-11-23T01:45:19.2419661Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:1134: DeprecationWarning: distutils Version classes are deprecated. Use packaging.version instead. 2022-11-23T01:45:19.2420306Z if torch.version.cuda is not None and LooseVersion(torch.version.cuda) >= "11.6": 2022-11-23T01:45:19.2494561Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:1152: DeprecationWarning: distutils Version classes are deprecated. Use packaging.version instead. 2022-11-23T01:45:19.2495300Z LooseVersion(torch.version.cuda) >= "11.5" and 2022-11-23T01:45:19.2495848Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:1153: DeprecationWarning: distutils Version classes are deprecated. Use packaging.version instead. 2022-11-23T01:45:19.2496522Z LooseVersion(torch.version.cuda) <= "11.6" 2022-11-23T01:45:19.2522683Z Excluding test_cpp_extensions_aot_ninja on Windows 2022-11-23T01:45:19.2523080Z Excluding test_cpp_extensions_aot_no_ninja on Windows 2022-11-23T01:45:19.2586843Z Selected tests: 2022-11-23T01:45:19.2587288Z test_jit_cuda_fuser 2022-11-23T01:45:19.2587668Z test_nn 2022-11-23T01:45:19.2587886Z test_linalg 2022-11-23T01:45:19.2588109Z test_torch 2022-11-23T01:45:19.2588345Z test_tensorexpr 2022-11-23T01:45:19.2588562Z test_cuda 2022-11-23T01:45:19.2588819Z test_multiprocessing_spawn 2022-11-23T01:45:19.2589095Z test_multiprocessing 2022-11-23T01:45:19.2589330Z test_fx 2022-11-23T01:45:19.2589526Z test_cuda_trace 2022-11-23T01:45:19.2589755Z test_indexing 2022-11-23T01:45:19.2589982Z test_overrides 2022-11-23T01:45:19.2590213Z test_jit_disabled 2022-11-23T01:45:19.2590465Z test_cuda_nvml_based_avail 2022-11-23T01:45:19.2590689Z test_show_pickle 2022-11-23T01:45:19.2590932Z test_cuda_primary_ctx 2022-11-23T01:45:19.2591187Z dynamo/test_aot_autograd 2022-11-23T01:45:19.2591441Z dynamo/test_functions 2022-11-23T01:45:19.2591693Z dynamo/test_model_output 2022-11-23T01:45:19.2592595Z dynamo/test_optimizers 2022-11-23T01:45:19.2592928Z dynamo/test_skip_non_tensor 2022-11-23T01:45:19.2593194Z inductor/test_minifier 2022-11-23T01:45:19.2593444Z lazy/test_bindings 2022-11-23T01:45:19.2593671Z test_hub 2022-11-23T01:45:19.2593859Z test_meta 2022-11-23T01:45:19.2594091Z test_quantization 2022-11-23T01:45:19.2594335Z test_jit_fuser_te 2022-11-23T01:45:19.2594570Z test_schema_check 2022-11-23T01:45:19.2594796Z test_optim 2022-11-23T01:45:19.2595002Z test_serialization 2022-11-23T01:45:19.2595238Z test_view_ops 2022-11-23T01:45:19.2595463Z test_transformers 2022-11-23T01:45:19.2595687Z test_maskedtensor 2022-11-23T01:45:19.2595923Z test_ao_sparsity 2022-11-23T01:45:19.2596127Z test_testing 2022-11-23T01:45:19.2596371Z test_xnnpack_integration 2022-11-23T01:45:19.2596613Z test_mkl_verbose 2022-11-23T01:45:19.2596852Z test_sort_and_select 2022-11-23T01:45:19.2597097Z test_mkldnn_verbose 2022-11-23T01:45:19.2597312Z test_import_stats 2022-11-23T01:45:19.2597548Z test_datapipe 2022-11-23T01:45:19.2598053Z test_nvfuser_frontend 2022-11-23T01:45:19.2598426Z test_python_dispatch 2022-11-23T01:45:19.2598685Z test_module_init 2022-11-23T01:45:19.2599100Z test_nestedtensor 2022-11-23T01:45:19.2599566Z test_functionalization 2022-11-23T01:45:19.2599814Z test_logging 2022-11-23T01:45:19.2600050Z test_namedtensor 2022-11-23T01:45:19.2600282Z test_shape_ops 2022-11-23T01:45:19.2600491Z test_proxy_tensor 2022-11-23T01:45:19.2600733Z lazy/test_step_closures 2022-11-23T01:45:19.2600976Z test_autocast 2022-11-23T01:45:19.2601219Z test_fx_reinplace_pass 2022-11-23T01:45:19.2601473Z test_native_functions 2022-11-23T01:45:19.2601691Z test_native_mha 2022-11-23T01:45:19.2601920Z test_package 2022-11-23T01:45:19.2602186Z test_set_default_mobile_cpu_allocator 2022-11-23T01:45:19.2602461Z test_dlpack 2022-11-23T01:45:19.2602678Z test_futures 2022-11-23T01:45:19.2602884Z test_function_schema 2022-11-23T01:45:19.2603124Z test_fx_passes 2022-11-23T01:45:19.2603372Z test_tensorexpr_pybind 2022-11-23T01:45:19.2603631Z nn/test_module_hooks 2022-11-23T01:45:19.2603865Z test_pytree 2022-11-23T01:45:19.2604064Z test_monitor 2022-11-23T01:45:19.2604301Z test_per_overload_api 2022-11-23T01:45:19.2604535Z test_itt 2022-11-23T01:45:19.2604762Z test_public_bindings 2022-11-23T01:45:19.2605170Z test_numba_integration 2022-11-23T01:45:19.2605386Z test_numpy_interop 2022-11-23T01:45:19.2605616Z test_complex 2022-11-23T01:45:19.2605900Z lazy/test_ts_opinfo 2022-11-23T01:45:19.2606140Z test_jit_llga_fuser 2022-11-23T01:45:19.2606374Z test_tensorboard 2022-11-23T01:45:19.2606591Z test_nvfuser_dynamo 2022-11-23T01:45:19.2606830Z lazy/test_reuse_ir 2022-11-23T01:45:19.2607096Z test_functional_autograd_benchmark 2022-11-23T01:45:19.2607359Z test_vulkan 2022-11-23T01:45:19.2607608Z backends/xeon/test_launch 2022-11-23T01:45:19.2607836Z test_license 2022-11-23T01:45:19.2608063Z test_type_hints 2022-11-23T01:45:19.2608309Z lazy/test_debug_util 2022-11-23T01:45:19.3744257Z parallel (file granularity) tests: 2022-11-23T01:45:19.3744890Z dynamo/test_aot_autograd 2022-11-23T01:45:19.3745364Z dynamo/test_functions 2022-11-23T01:45:19.3745875Z dynamo/test_model_output 2022-11-23T01:45:19.3746679Z dynamo/test_optimizers 2022-11-23T01:45:19.3747792Z dynamo/test_skip_non_tensor 2022-11-23T01:45:19.3748189Z inductor/test_minifier 2022-11-23T01:45:19.3748447Z lazy/test_bindings 2022-11-23T01:45:19.3748674Z test_hub 2022-11-23T01:45:19.3748861Z test_meta 2022-11-23T01:45:19.3749075Z test_quantization 2022-11-23T01:45:19.3749303Z test_jit_fuser_te 2022-11-23T01:45:19.3749534Z test_schema_check 2022-11-23T01:45:19.3749759Z test_optim 2022-11-23T01:45:19.3749964Z test_serialization 2022-11-23T01:45:19.3750203Z test_view_ops 2022-11-23T01:45:19.3750456Z test_transformers 2022-11-23T01:45:19.3750715Z test_maskedtensor 2022-11-23T01:45:19.3750953Z test_ao_sparsity 2022-11-23T01:45:19.3751358Z test_testing 2022-11-23T01:45:19.3751637Z test_xnnpack_integration 2022-11-23T01:45:19.3751893Z test_mkl_verbose 2022-11-23T01:45:19.3752134Z test_sort_and_select 2022-11-23T01:45:19.3752385Z test_mkldnn_verbose 2022-11-23T01:45:19.3752660Z test_import_stats 2022-11-23T01:45:19.3752871Z test_datapipe 2022-11-23T01:45:19.3753116Z test_nvfuser_frontend 2022-11-23T01:45:19.3753363Z test_python_dispatch 2022-11-23T01:45:19.3753604Z test_module_init 2022-11-23T01:45:19.3753837Z test_nestedtensor 2022-11-23T01:45:19.3754062Z test_functionalization 2022-11-23T01:45:19.3754318Z test_logging 2022-11-23T01:45:19.3754748Z test_namedtensor 2022-11-23T01:45:19.3754987Z test_shape_ops 2022-11-23T01:45:19.3755221Z test_proxy_tensor 2022-11-23T01:45:19.3755449Z lazy/test_step_closures 2022-11-23T01:45:19.3756109Z test_autocast 2022-11-23T01:45:19.3756372Z test_fx_reinplace_pass 2022-11-23T01:45:19.3756652Z test_native_functions 2022-11-23T01:45:19.3756898Z test_native_mha 2022-11-23T01:45:19.3757135Z test_package 2022-11-23T01:45:19.3757406Z test_set_default_mobile_cpu_allocator 2022-11-23T01:45:19.3757647Z test_dlpack 2022-11-23T01:45:19.3757875Z test_futures 2022-11-23T01:45:19.3758116Z test_function_schema 2022-11-23T01:45:19.3758352Z test_fx_passes 2022-11-23T01:45:19.3758600Z test_tensorexpr_pybind 2022-11-23T01:45:19.3758839Z nn/test_module_hooks 2022-11-23T01:45:19.3759073Z test_pytree 2022-11-23T01:45:19.3759297Z test_monitor 2022-11-23T01:45:19.3759534Z test_per_overload_api 2022-11-23T01:45:19.3759770Z test_itt 2022-11-23T01:45:19.3759975Z test_public_bindings 2022-11-23T01:45:19.3760229Z test_numba_integration 2022-11-23T01:45:19.3760482Z test_numpy_interop 2022-11-23T01:45:19.3760717Z test_complex 2022-11-23T01:45:19.3760952Z lazy/test_ts_opinfo 2022-11-23T01:45:19.3761172Z test_jit_llga_fuser 2022-11-23T01:45:19.3761414Z test_tensorboard 2022-11-23T01:45:19.3761661Z test_nvfuser_dynamo 2022-11-23T01:45:19.3761903Z lazy/test_reuse_ir 2022-11-23T01:45:19.3762179Z test_functional_autograd_benchmark 2022-11-23T01:45:19.3762421Z test_vulkan 2022-11-23T01:45:19.3762713Z backends/xeon/test_launch 2022-11-23T01:45:19.3762966Z test_license 2022-11-23T01:45:19.3763189Z test_type_hints 2022-11-23T01:45:19.3763427Z lazy/test_debug_util 2022-11-23T01:45:19.3763845Z serial (file granularity) tests: 2022-11-23T01:45:19.3764114Z test_jit_cuda_fuser 2022-11-23T01:45:19.3764333Z test_nn 2022-11-23T01:45:19.3764543Z test_linalg 2022-11-23T01:45:19.3764765Z test_torch 2022-11-23T01:45:19.3764971Z test_tensorexpr 2022-11-23T01:45:19.3765197Z test_cuda 2022-11-23T01:45:19.3765451Z test_multiprocessing_spawn 2022-11-23T01:45:19.3765723Z test_multiprocessing 2022-11-23T01:45:19.3765957Z test_fx 2022-11-23T01:45:19.3766148Z test_cuda_trace 2022-11-23T01:45:19.3766436Z test_indexing 2022-11-23T01:45:19.3766665Z test_overrides 2022-11-23T01:45:19.3766900Z test_jit_disabled 2022-11-23T01:45:19.3767248Z test_cuda_nvml_based_avail 2022-11-23T01:45:19.3767566Z test_show_pickle 2022-11-23T01:45:19.3767819Z test_cuda_primary_ctx 2022-11-23T01:45:24.0559865Z Running dynamo/test_aot_autograd ... [2022-11-23 01:45:24.055661] 2022-11-23T01:45:24.0567987Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'dynamo/test_aot_autograd.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:45:24.056526] 2022-11-23T01:45:24.0570922Z Ignoring disabled issues: [] 2022-11-23T01:45:24.2291352Z Running dynamo/test_functions ... [2022-11-23 01:45:24.228712] 2022-11-23T01:45:24.2302853Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'dynamo/test_functions.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:45:24.230063] 2022-11-23T01:45:24.2309006Z Ignoring disabled issues: [] 2022-11-23T01:45:28.7018068Z 2022-11-23T01:45:28.7018885Z Expand the folded group to see the log file of dynamo/test_aot_autograd 2022-11-23T01:45:28.7021100Z ##[group]PRINTING LOG FILE of dynamo/test_aot_autograd (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\dynamo-test_aot_autograd_yq7oe0f4) 2022-11-23T01:45:28.7021821Z 2022-11-23T01:45:28.7022337Z ##[endgroup] 2022-11-23T01:45:28.7023154Z FINISHED PRINTING LOG FILE of dynamo/test_aot_autograd (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\dynamo-test_aot_autograd_yq7oe0f4) 2022-11-23T01:45:28.7023836Z 2022-11-23T01:45:28.8557779Z 2022-11-23T01:45:28.8558477Z Expand the folded group to see the log file of dynamo/test_functions 2022-11-23T01:45:28.8560127Z ##[group]PRINTING LOG FILE of dynamo/test_functions (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\dynamo-test_functions_ayu19xf1) 2022-11-23T01:45:28.8560828Z 2022-11-23T01:45:28.8561453Z ##[endgroup] 2022-11-23T01:45:28.8562298Z FINISHED PRINTING LOG FILE of dynamo/test_functions (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\dynamo-test_functions_ayu19xf1) 2022-11-23T01:45:28.8562916Z 2022-11-23T01:45:33.5450810Z Running dynamo/test_model_output ... [2022-11-23 01:45:33.540199] 2022-11-23T01:45:33.5461661Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'dynamo/test_model_output.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:45:33.540199] 2022-11-23T01:45:33.5467026Z Ignoring disabled issues: [] 2022-11-23T01:45:33.7562260Z Running dynamo/test_optimizers ... [2022-11-23 01:45:33.755634] 2022-11-23T01:45:33.7576044Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'dynamo/test_optimizers.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:45:33.757033] 2022-11-23T01:45:33.7580322Z Ignoring disabled issues: [] 2022-11-23T01:45:38.1782740Z 2022-11-23T01:45:38.1783653Z Expand the folded group to see the log file of dynamo/test_model_output 2022-11-23T01:45:38.1785269Z ##[group]PRINTING LOG FILE of dynamo/test_model_output (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\dynamo-test_model_output_wtyrc891) 2022-11-23T01:45:38.1785990Z 2022-11-23T01:45:38.1786486Z ##[endgroup] 2022-11-23T01:45:38.1789785Z FINISHED PRINTING LOG FILE of dynamo/test_model_output (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\dynamo-test_model_output_wtyrc891) 2022-11-23T01:45:38.1790201Z 2022-11-23T01:45:38.1822141Z 2022-11-23T01:45:38.1822770Z Expand the folded group to see the log file of dynamo/test_optimizers 2022-11-23T01:45:38.1825603Z ##[group]PRINTING LOG FILE of dynamo/test_optimizers (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\dynamo-test_optimizers_etaqhin5) 2022-11-23T01:45:38.1826356Z 2022-11-23T01:45:38.1826888Z ##[endgroup] 2022-11-23T01:45:38.1827813Z FINISHED PRINTING LOG FILE of dynamo/test_optimizers (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\dynamo-test_optimizers_etaqhin5) 2022-11-23T01:45:38.1828517Z 2022-11-23T01:45:43.2503352Z Running dynamo/test_skip_non_tensor ... [2022-11-23 01:45:43.249961] 2022-11-23T01:45:43.2513881Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'dynamo/test_skip_non_tensor.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:45:43.251152] 2022-11-23T01:45:43.2516826Z Ignoring disabled issues: [] 2022-11-23T01:45:43.3187559Z Running inductor/test_minifier ... [2022-11-23 01:45:43.317688] 2022-11-23T01:45:43.3196358Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'inductor/test_minifier.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:45:43.319350] 2022-11-23T01:45:43.3198647Z Ignoring disabled issues: [] 2022-11-23T01:45:47.8345131Z 2022-11-23T01:45:47.8346031Z Expand the folded group to see the log file of dynamo/test_skip_non_tensor 2022-11-23T01:45:47.8347581Z ##[group]PRINTING LOG FILE of dynamo/test_skip_non_tensor (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\dynamo-test_skip_non_tensor_juo1okko) 2022-11-23T01:45:47.8348251Z 2022-11-23T01:45:47.8348856Z ##[endgroup] 2022-11-23T01:45:47.8350261Z FINISHED PRINTING LOG FILE of dynamo/test_skip_non_tensor (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\dynamo-test_skip_non_tensor_juo1okko) 2022-11-23T01:45:47.8350930Z 2022-11-23T01:45:47.9430188Z 2022-11-23T01:45:47.9431130Z Expand the folded group to see the log file of inductor/test_minifier 2022-11-23T01:45:47.9432703Z ##[group]PRINTING LOG FILE of inductor/test_minifier (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\inductor-test_minifier_2z05z0hp) 2022-11-23T01:45:47.9433400Z 2022-11-23T01:45:47.9435221Z ##[endgroup] 2022-11-23T01:45:47.9436117Z FINISHED PRINTING LOG FILE of inductor/test_minifier (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\inductor-test_minifier_2z05z0hp) 2022-11-23T01:45:47.9436754Z 2022-11-23T01:45:52.8737697Z Running lazy/test_bindings ... [2022-11-23 01:45:52.872313] 2022-11-23T01:45:52.8745046Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'lazy/test_bindings.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:45:52.872313] 2022-11-23T01:45:52.8747498Z Ignoring disabled issues: [] 2022-11-23T01:45:52.9536361Z Running test_hub ... [2022-11-23 01:45:52.953148] 2022-11-23T01:45:52.9544370Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_hub.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:45:52.953833] 2022-11-23T01:45:52.9547408Z Ignoring disabled issues: [] 2022-11-23T01:45:56.3719097Z 2022-11-23T01:45:56.3720104Z Expand the folded group to see the log file of lazy/test_bindings 2022-11-23T01:45:56.3721831Z ##[group]PRINTING LOG FILE of lazy/test_bindings (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\lazy-test_bindings_gxj475sh) 2022-11-23T01:45:56.3722535Z 2022-11-23T01:45:56.3723223Z ##[endgroup] 2022-11-23T01:45:56.3724262Z FINISHED PRINTING LOG FILE of lazy/test_bindings (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\lazy-test_bindings_gxj475sh) 2022-11-23T01:45:56.3725071Z 2022-11-23T01:45:57.1545685Z 2022-11-23T01:45:57.1546749Z Expand the folded group to see the log file of test_hub 2022-11-23T01:45:57.1548306Z ##[group]PRINTING LOG FILE of test_hub (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_hub_em9td0q6) 2022-11-23T01:45:57.1548928Z 2022-11-23T01:45:57.1549451Z ##[endgroup] 2022-11-23T01:45:57.1550247Z FINISHED PRINTING LOG FILE of test_hub (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_hub_em9td0q6) 2022-11-23T01:45:57.1551187Z 2022-11-23T01:46:01.4545894Z Running test_meta ... [2022-11-23 01:46:01.453731] 2022-11-23T01:46:01.4553714Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_meta.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:46:01.455157] 2022-11-23T01:46:01.4556982Z Ignoring disabled issues: [] 2022-11-23T01:46:02.2527111Z Running test_quantization ... [2022-11-23 01:46:02.252431] 2022-11-23T01:46:02.2534633Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_quantization.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:46:02.253124] 2022-11-23T01:46:02.2537005Z Ignoring disabled issues: [] 2022-11-23T02:07:33.7592931Z 2022-11-23T02:07:33.7593971Z Expand the folded group to see the log file of test_quantization 2022-11-23T02:07:33.7595682Z ##[group]PRINTING LOG FILE of test_quantization (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_quantization_x24pag8p) 2022-11-23T02:07:33.7620110Z 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-23T02:07:33.7621391Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-11-23T02:07:33.7621822Z 2022-11-23T02:07:33.7622007Z Running tests... 2022-11-23T02:07:33.7622597Z ---------------------------------------------------------------------- 2022-11-23T02:07:33.7623214Z Test results will be stored in test-reports\python-unittest\test_quantization 2022-11-23T02:07:33.7625015Z test_modules_import_nn_intrinsic (quantization.ao_migration.test_ao_migration.TestAOMigrationNNIntrinsic) ... ok (2.027s) 2022-11-23T02:07:33.7626290Z test_modules_import_nn_intrinsic_qat (quantization.ao_migration.test_ao_migration.TestAOMigrationNNIntrinsic) ... ok (0.002s) 2022-11-23T02:07:33.7627494Z test_modules_import_nn_intrinsic_quantized (quantization.ao_migration.test_ao_migration.TestAOMigrationNNIntrinsic) ... ok (0.001s) 2022-11-23T02:07:33.7628830Z test_modules_intrinsic_qat_conv_fused (quantization.ao_migration.test_ao_migration.TestAOMigrationNNIntrinsic) ... ok (0.001s) 2022-11-23T02:07:33.7630012Z test_modules_intrinsic_qat_linear_fused (quantization.ao_migration.test_ao_migration.TestAOMigrationNNIntrinsic) ... ok (0.001s) 2022-11-23T02:07:33.7631214Z test_modules_intrinsic_qat_linear_relu (quantization.ao_migration.test_ao_migration.TestAOMigrationNNIntrinsic) ... ok (0.001s) 2022-11-23T02:07:33.7632444Z test_modules_intrinsic_quantized_bn_relu (quantization.ao_migration.test_ao_migration.TestAOMigrationNNIntrinsic) ... ok (0.001s) 2022-11-23T02:07:33.7633625Z test_modules_intrinsic_quantized_conv_relu (quantization.ao_migration.test_ao_migration.TestAOMigrationNNIntrinsic) ... ok (0.001s) 2022-11-23T02:07:33.7634800Z test_modules_intrinsic_quantized_linear_relu (quantization.ao_migration.test_ao_migration.TestAOMigrationNNIntrinsic) ... ok (0.001s) 2022-11-23T02:07:33.7635932Z test_modules_nn_intrinsic_fused (quantization.ao_migration.test_ao_migration.TestAOMigrationNNIntrinsic) ... ok (0.001s) 2022-11-23T02:07:33.7636980Z test_package_import_nn_intrinsic (quantization.ao_migration.test_ao_migration.TestAOMigrationNNIntrinsic) ... ok (0.001s) 2022-11-23T02:07:33.7637656Z test_package_import_nn_intrinsic_modules (quantization.ao_migration.test_ao_migration.TestAOMigrationNNIntrinsic) 2022-11-23T02:07:33.7638219Z Tests the migration of the torch.nn.intrinsic.modules ... ok (0.001s) 2022-11-23T02:07:33.7638789Z test_package_import_nn_intrinsic_qat (quantization.ao_migration.test_ao_migration.TestAOMigrationNNIntrinsic) 2022-11-23T02:07:33.7639356Z Tests the migration of the torch.nn.intrinsic.modules ... ok (0.001s) 2022-11-23T02:07:33.7639939Z test_package_import_nn_intrinsic_quantized (quantization.ao_migration.test_ao_migration.TestAOMigrationNNIntrinsic) 2022-11-23T02:07:33.7641110Z Tests the migration of the torch.nn.intrinsic.quantized ... ok (0.001s) 2022-11-23T02:07:33.7641681Z test_functional_import (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) 2022-11-23T02:07:33.7642259Z Tests the migration of the torch.nn.quantized.functional ... ok (0.002s) 2022-11-23T02:07:33.7642839Z test_import_nn_qat_conv (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.001s) 2022-11-23T02:07:33.7643511Z test_import_nn_qat_dynamic_linear (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.001s) 2022-11-23T02:07:33.7644199Z test_import_nn_qat_embedding_ops (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.001s) 2022-11-23T02:07:33.7644902Z test_import_nn_qat_linear (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.001s) 2022-11-23T02:07:33.7646011Z test_import_nn_quantizable_activation (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.001s) 2022-11-23T02:07:33.7647085Z test_import_nn_quantizable_rnn (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.001s) 2022-11-23T02:07:33.7648256Z test_import_nn_quantized_dynamic_import (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.002s) 2022-11-23T02:07:33.7649506Z test_modules_activation (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.000s) 2022-11-23T02:07:33.7650822Z test_modules_batchnorm (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.003s) 2022-11-23T02:07:33.7651827Z test_modules_conv (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.000s) 2022-11-23T02:07:33.7652511Z test_modules_dropout (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.006s) 2022-11-23T02:07:33.7653177Z test_modules_embedding_ops (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.000s) 2022-11-23T02:07:33.7653806Z test_modules_functional_modules (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.000s) 2022-11-23T02:07:33.7654472Z test_modules_import (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.000s) 2022-11-23T02:07:33.7655121Z test_modules_linear (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.000s) 2022-11-23T02:07:33.7655775Z test_modules_normalization (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.012s) 2022-11-23T02:07:33.7656439Z test_modules_utils (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.001s) 2022-11-23T02:07:33.7657091Z test_package_import_nn_qat (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.001s) 2022-11-23T02:07:33.7657744Z test_package_import_nn_qat_dynamic (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) 2022-11-23T02:07:33.7658310Z Tests the migration of the torch.nn.qat.modules ... ok (0.001s) 2022-11-23T02:07:33.7658824Z test_package_import_nn_qat_modules (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) 2022-11-23T02:07:33.7659376Z Tests the migration of the torch.nn.qat.modules ... ok (0.002s) 2022-11-23T02:07:33.7659958Z test_package_import_nn_quantizable (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.001s) 2022-11-23T02:07:33.7660648Z test_package_import_nn_quantizable_modules (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) 2022-11-23T02:07:33.7661249Z Tests the migration of the torch.nn.quantizable.modules ... ok (0.001s) 2022-11-23T02:07:33.7661851Z test_package_import_nn_quantized (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.001s) 2022-11-23T02:07:33.7662552Z test_package_import_nn_quantized_dynamic (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.001s) 2022-11-23T02:07:33.7663314Z test_package_import_nn_quantized_dynamic_modules (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) 2022-11-23T02:07:33.7663903Z Tests the migration of the torch.nn.quantized.modules ... ok (0.004s) 2022-11-23T02:07:33.7664500Z test_package_import_nn_quantized_modules (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) 2022-11-23T02:07:33.7665080Z Tests the migration of the torch.nn.quantized.modules ... ok (0.002s) 2022-11-23T02:07:33.7720618Z test_function_import_fake_quantize (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.002s) 2022-11-23T02:07:33.7721496Z test_function_import_fuse_modules (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-11-23T02:07:33.7722730Z test_function_import_fuser_method_mappings (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-11-23T02:07:33.7723911Z test_function_import_observer (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.002s) 2022-11-23T02:07:33.7725073Z test_function_import_qconfig (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-11-23T02:07:33.7725986Z test_function_import_quant_type (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-11-23T02:07:33.7726604Z test_function_import_quantization_mappings (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-11-23T02:07:33.7727381Z test_function_import_quantize (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-11-23T02:07:33.7728007Z test_function_import_quantize_jit (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-11-23T02:07:33.7728596Z test_function_import_stubs (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-11-23T02:07:33.7729174Z test_function_import_utils (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.002s) 2022-11-23T02:07:33.7729766Z test_package_import_fake_quantize (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-11-23T02:07:33.7730363Z test_package_import_fuse_modules (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.000s) 2022-11-23T02:07:33.7730971Z test_package_import_fuser_method_mappings (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.002s) 2022-11-23T02:07:33.7731575Z test_package_import_observer (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.000s) 2022-11-23T02:07:33.7732215Z test_package_import_qconfig (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.003s) 2022-11-23T02:07:33.7732808Z test_package_import_quant_type (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.000s) 2022-11-23T02:07:33.7733422Z test_package_import_quantization_mappings (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.000s) 2022-11-23T02:07:33.7734024Z test_package_import_quantize (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.006s) 2022-11-23T02:07:33.7734612Z test_package_import_quantize_jit (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.000s) 2022-11-23T02:07:33.7735197Z test_package_import_stubs (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.000s) 2022-11-23T02:07:33.7735766Z test_package_import_utils (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.000s) 2022-11-23T02:07:33.7736339Z test_function_import_fx (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.000s) 2022-11-23T02:07:33.7737048Z test_function_import_fx_convert (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.010s) 2022-11-23T02:07:33.7737664Z test_function_import_fx_equalize (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.000s) 2022-11-23T02:07:33.7738279Z test_function_import_fx_fuse (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.000s) 2022-11-23T02:07:33.7738868Z test_function_import_fx_fusion_patterns (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.000s) 2022-11-23T02:07:33.7739468Z test_function_import_fx_graph_module (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.000s) 2022-11-23T02:07:33.7740065Z test_function_import_fx_match_utils (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.011s) 2022-11-23T02:07:33.7740690Z test_function_import_fx_pattern_utils (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.002s) 2022-11-23T02:07:33.7741293Z test_function_import_fx_prepare (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-11-23T02:07:33.7741910Z test_function_import_fx_quantization_patterns (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.002s) 2022-11-23T02:07:33.7742500Z test_function_import_fx_utils (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.002s) 2022-11-23T02:07:33.7743162Z test_function_import_quantize_fx (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.002s) 2022-11-23T02:07:33.7743749Z test_package_import_fx (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-11-23T02:07:33.7744323Z test_package_import_fx_convert (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-11-23T02:07:33.7744917Z test_package_import_fx_equalize (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-11-23T02:07:33.7745496Z test_package_import_fx_fuse (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-11-23T02:07:33.7746610Z test_package_import_fx_fusion_patterns (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-11-23T02:07:33.7747847Z test_package_import_fx_graph_module (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-11-23T02:07:33.7749056Z test_package_import_fx_match_utils (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-11-23T02:07:33.7750294Z test_package_import_fx_pattern_utils (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-11-23T02:07:33.7751817Z test_package_import_fx_prepare (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-11-23T02:07:33.7753082Z test_package_import_fx_quantization_patterns (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-11-23T02:07:33.7754301Z test_package_import_fx_utils (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-11-23T02:07:33.7755504Z test_package_import_quantize_fx (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-11-23T02:07:33.7756624Z test_backend_config_from_dict (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.006s) 2022-11-23T02:07:33.7757855Z test_backend_config_set_backend_pattern_config (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.003s) 2022-11-23T02:07:33.7758857Z test_backend_config_set_name (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.002s) 2022-11-23T02:07:33.7759701Z test_backend_config_to_dict (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.003s) 2022-11-23T02:07:33.7760231Z test_backend_op_config_add_dtype_config (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.002s) 2022-11-23T02:07:33.7760788Z test_backend_op_config_from_dict (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.004s) 2022-11-23T02:07:33.7761358Z test_backend_op_config_set_extra_inputs_getter (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.000s) 2022-11-23T02:07:33.7761933Z test_backend_op_config_set_fused_module (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.003s) 2022-11-23T02:07:33.7762491Z test_backend_op_config_set_fuser_method (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.000s) 2022-11-23T02:07:33.7763068Z test_backend_op_config_set_input_output_observed (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.000s) 2022-11-23T02:07:33.7763651Z test_backend_op_config_set_input_type_to_index (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.006s) 2022-11-23T02:07:33.7764245Z test_backend_op_config_set_num_tensor_args_to_observation_type (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.000s) 2022-11-23T02:07:33.7764998Z test_backend_op_config_set_observation_type (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.000s) 2022-11-23T02:07:33.7765835Z test_backend_op_config_set_qat_module (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.000s) 2022-11-23T02:07:33.7767032Z test_backend_op_config_set_reference_quantized_module (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.000s) 2022-11-23T02:07:33.7767684Z test_backend_op_config_set_root_module (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.012s) 2022-11-23T02:07:33.7768261Z test_backend_op_config_set_root_node_getter (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.004s) 2022-11-23T02:07:33.7768795Z test_backend_op_config_to_dict (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.005s) 2022-11-23T02:07:33.7769296Z test_dtype_config_from_dict (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.003s) 2022-11-23T02:07:33.7769787Z test_dtype_config_to_dict (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.003s) 2022-11-23T02:07:33.7770326Z test_conv_chain (quantization.eager.test_bias_correction_eager.TestBiasCorrectionEager) ... ok (1.130s) 2022-11-23T02:07:33.7770892Z test_linear_chain (quantization.eager.test_bias_correction_eager.TestBiasCorrectionEager) ... ok (0.308s) 2022-11-23T02:07:33.7771637Z test_compare_tensor_scalar (quantization.core.test_quantized_op.TestComparatorOps) ... ok (1.487s) 2022-11-23T02:07:33.7772424Z test_compare_tensor_tensor (quantization.core.test_quantized_op.TestComparatorOps) ... ok (0.697s) 2022-11-23T02:07:33.7773006Z test_erase_class_tensor_shapes (quantization.jit.test_deprecated_jit_quant.TestDeprecatedJitQuantized) ... ok (0.029s) 2022-11-23T02:07:33.7773603Z test_quantization_modules (quantization.jit.test_deprecated_jit_quant.TestDeprecatedJitQuantized) ... ok (0.344s) 2022-11-23T02:07:33.7774541Z 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-23T02:07:33.7775376Z warnings.warn("quantize_rnn_cell_modules function has been deprecated. " 2022-11-23T02:07:33.7776147Z 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-23T02:07:33.7776900Z warnings.warn( 2022-11-23T02:07:33.7777576Z 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-23T02:07:33.7778338Z warnings.warn( 2022-11-23T02:07:33.7779229Z 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-23T02:07:33.7779844Z warnings.warn( 2022-11-23T02:07:33.7780501Z 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-23T02:07:33.7781114Z warnings.warn( 2022-11-23T02:07:33.7781335Z ok (0.414s) 2022-11-23T02:07:33.7782042Z 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-23T02:07:33.7782812Z warnings.warn("quantize_rnn_modules function has been deprecated. " 2022-11-23T02:07:33.7783637Z 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-23T02:07:33.7784415Z warnings.warn( 2022-11-23T02:07:33.7785176Z 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-23T02:07:33.7785896Z warnings.warn( 2022-11-23T02:07:33.7786538Z 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-23T02:07:33.7787132Z warnings.warn( 2022-11-23T02:07:33.7787338Z ok (0.235s) 2022-11-23T02:07:33.7787760Z test_device_affinity (quantization.core.test_workflow_module.TestDistributed) ... skip: multi-GPU not supported (0.001s) 2022-11-23T02:07:33.7788460Z test_fake_quant_preserves_buffers (quantization.core.test_workflow_module.TestDistributed) 2022-11-23T02:07:33.7789260Z Tests that fake quant only modifies buffers in place. Note: this is important ... ok (0.007s) 2022-11-23T02:07:33.7790045Z test_observers_preserve_buffers (quantization.core.test_workflow_module.TestDistributed) 2022-11-23T02:07:33.7790945Z Tests that observers only modify buffers in place. Note: this is important ... ok (0.022s) 2022-11-23T02:07:33.7791640Z test_qat_convbn_fused_syncbn_replacement (quantization.core.test_workflow_module.TestDistributed) 2022-11-23T02:07:33.7792715Z 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-23T02:07:33.7793374Z warnings.warn( 2022-11-23T02:07:33.7793595Z ok (0.013s) 2022-11-23T02:07:33.7793929Z test_qat_data_parallel (quantization.core.test_workflow_module.TestDistributed) 2022-11-23T02:07:33.7794398Z Tests that doing QAT in nn.DataParallel does not crash. ... skip: multi-GPU not supported (0.005s) 2022-11-23T02:07:33.7795032Z test_syncbn_preserves_qconfig (quantization.core.test_workflow_module.TestDistributed) 2022-11-23T02:07:33.7795485Z Makes sure that if a BatchNorm is not fused and a qconfig exists, ... ok (0.003s) 2022-11-23T02:07:33.7796345Z 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-23T02:07:33.7797103Z warnings.warn(message, UserWarning) 2022-11-23T02:07:33.7797371Z ok (0.227s) 2022-11-23T02:07:33.7798433Z 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-23T02:07:33.7799302Z warnings.warn( 2022-11-23T02:07:33.7799517Z ok (0.860s) 2022-11-23T02:07:33.7800281Z 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-23T02:07:33.7801010Z warnings.warn( 2022-11-23T02:07:33.7801205Z ok (0.829s) 2022-11-23T02:07:33.7802032Z 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-23T02:07:33.7802752Z warnings.warn( 2022-11-23T02:07:33.7802984Z ok (0.830s) 2022-11-23T02:07:33.7803799Z 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-23T02:07:33.7804740Z warnings.warn( 2022-11-23T02:07:33.7805117Z ok (0.743s) 2022-11-23T02:07:33.7806040Z 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-23T02:07:33.7806802Z warnings.warn( 2022-11-23T02:07:33.7807005Z ok (0.745s) 2022-11-23T02:07:33.7807817Z 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-23T02:07:33.7808574Z warnings.warn( 2022-11-23T02:07:33.7808803Z ok (0.745s) 2022-11-23T02:07:33.7809195Z test_gru_api (quantization.core.test_quantized_module.TestDynamicQuantizedModule) ... ok (0.025s) 2022-11-23T02:07:33.7809759Z test_linear_api (quantization.core.test_quantized_module.TestDynamicQuantizedModule) ... ok (15.711s) 2022-11-23T02:07:33.7810314Z test_lstm_api (quantization.core.test_quantized_module.TestDynamicQuantizedModule) ... ok (0.438s) 2022-11-23T02:07:33.7810988Z test_dynamic_conv1d (quantization.core.test_quantized_op.TestDynamicQuantizedOps) ... ok (0.007s) 2022-11-23T02:07:33.7811669Z test_dynamic_conv2d (quantization.core.test_quantized_op.TestDynamicQuantizedOps) ... ok (0.006s) 2022-11-23T02:07:33.7812435Z test_dynamic_conv3d (quantization.core.test_quantized_op.TestDynamicQuantizedOps) ... ok (0.006s) 2022-11-23T02:07:33.7813532Z test_dynamic_convtranspose1d (quantization.core.test_quantized_op.TestDynamicQuantizedOps) ... ok (0.007s) 2022-11-23T02:07:33.7814105Z test_dynamic_convtranspose2d (quantization.core.test_quantized_op.TestDynamicQuantizedOps) ... ok (0.003s) 2022-11-23T02:07:33.7814648Z test_dynamic_convtranspose3d (quantization.core.test_quantized_op.TestDynamicQuantizedOps) ... ok (0.010s) 2022-11-23T02:07:33.7815321Z 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-23T02:07:33.7815960Z [W QuantUtils.h:215] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-11-23T02:07:33.7816418Z [W QuantUtils.h:215] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-11-23T02:07:33.7816898Z [W QuantUtils.h:215] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-11-23T02:07:33.7817529Z [W QuantUtils.h:215] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-11-23T02:07:33.7818003Z [W QuantUtils.h:215] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-11-23T02:07:33.7818896Z [W QuantUtils.h:215] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-11-23T02:07:33.7819581Z [W QuantUtils.h:215] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-11-23T02:07:33.7820166Z [W QuantUtils.h:215] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-11-23T02:07:33.7820624Z [W QuantUtils.h:215] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-11-23T02:07:33.7821102Z [W QuantUtils.h:215] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-11-23T02:07:33.7821581Z [W QuantUtils.h:215] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-11-23T02:07:33.7822048Z [W QuantUtils.h:215] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-11-23T02:07:33.7822509Z [W QuantUtils.h:215] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-11-23T02:07:33.7822963Z [W QuantUtils.h:215] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-11-23T02:07:33.7823427Z [W QuantUtils.h:215] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-11-23T02:07:33.7824055Z [W QuantUtils.h:215] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-11-23T02:07:33.7824540Z [W QuantUtils.h:215] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-11-23T02:07:33.7825351Z [W QuantUtils.h:215] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-11-23T02:07:33.7825694Z ok (0.098s) 2022-11-23T02:07:33.7826065Z test_qlinear (quantization.core.test_quantized_op.TestDynamicQuantizedOps) ... ok (2.245s) 2022-11-23T02:07:33.7826584Z test_qlinear_dynamic_fp16 (quantization.core.test_quantized_op.TestDynamicQuantizedOps) ... ok (0.046s) 2022-11-23T02:07:33.7827091Z test_qlinear_legacy (quantization.core.test_quantized_op.TestDynamicQuantizedOps) ... ok (0.530s) 2022-11-23T02:07:33.7827615Z test_qlstmGRU (quantization.core.test_quantized_op.TestDynamicQuantizedOps) ... ok (1.325s) 2022-11-23T02:07:33.7828116Z test_qrnncell (quantization.core.test_quantized_op.TestDynamicQuantizedOps) ... ok (2.211s) 2022-11-23T02:07:33.7828581Z test_converged (quantization.eager.test_equalize_eager.TestEqualizeEager) 2022-11-23T02:07:33.7828992Z Sanity checks on _equalize.converged working ... ok (0.003s) 2022-11-23T02:07:33.7829440Z test_cross_layer_equalization (quantization.eager.test_equalize_eager.TestEqualizeEager) 2022-11-23T02:07:33.7829910Z applies _equalize.cross_layer_equalization on two modules and checks ... ok (0.005s) 2022-11-23T02:07:33.7830596Z test_equalize (quantization.eager.test_equalize_eager.TestEqualizeEager) 2022-11-23T02:07:33.7831270Z First checks to see if _equalize.equalize can handle multiple ... ok (0.032s) 2022-11-23T02:07:33.7832368Z test_equalize_fused_convrelu (quantization.eager.test_equalize_eager.TestEqualizeEager) 2022-11-23T02:07:33.7833243Z Checks to see if eager mode equalization supports fused ... ok (0.061s) 2022-11-23T02:07:33.7834132Z test_equalize_fused_linearrelu (quantization.eager.test_equalize_eager.TestEqualizeEager) 2022-11-23T02:07:33.7835034Z Checks to see if eager mode equalization supports fused ... ok (0.053s) 2022-11-23T02:07:33.7835892Z test_input_weight_eq_observer (quantization.fx.test_equalize_fx.TestEqualizeFx) ... ok (0.453s) 2022-11-23T02:07:33.7836873Z test_input_weight_equalization_activation_values (quantization.fx.test_equalize_fx.TestEqualizeFx) 2022-11-23T02:07:33.7838805Z 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-23T02:07:33.7840103Z warnings.warn( 2022-11-23T02:07:33.7841375Z 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-23T02:07:33.7842745Z warnings.warn( 2022-11-23T02:07:33.7843209Z ok (0.371s) 2022-11-23T02:07:33.7844039Z test_input_weight_equalization_branching (quantization.fx.test_equalize_fx.TestEqualizeFx) 2022-11-23T02:07:33.7845599Z 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-23T02:07:33.7846721Z warnings.warn( 2022-11-23T02:07:33.7847713Z 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-23T02:07:33.7848658Z warnings.warn( 2022-11-23T02:07:33.7849074Z ok (0.074s) 2022-11-23T02:07:33.7849766Z test_input_weight_equalization_convert (quantization.fx.test_equalize_fx.TestEqualizeFx) 2022-11-23T02:07:33.7851747Z 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-23T02:07:33.7853350Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-11-23T02:07:33.7854770Z 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-23T02:07:33.7856175Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-11-23T02:07:33.7857865Z 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-23T02:07:33.7859367Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-11-23T02:07:33.7860791Z 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-23T02:07:33.7862348Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-11-23T02:07:33.7863863Z 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-23T02:07:33.7865429Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-11-23T02:07:33.7866840Z 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-23T02:07:33.7868241Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-11-23T02:07:33.7868865Z ok (5.697s) 2022-11-23T02:07:33.7869583Z test_input_weight_equalization_equalization_scales (quantization.fx.test_equalize_fx.TestEqualizeFx) 2022-11-23T02:07:33.7870645Z After applying the equalization functions, check if the equalization ... ok (0.184s) 2022-11-23T02:07:33.7871768Z test_input_weight_equalization_graphs (quantization.fx.test_equalize_fx.TestEqualizeFx) 2022-11-23T02:07:33.7873423Z 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-23T02:07:33.7874588Z warnings.warn( 2022-11-23T02:07:33.7875731Z 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-23T02:07:33.7876820Z warnings.warn( 2022-11-23T02:07:33.7877784Z 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-23T02:07:33.7878383Z warnings.warn( 2022-11-23T02:07:33.7878931Z 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-23T02:07:33.7879430Z warnings.warn( 2022-11-23T02:07:33.7879654Z ok (1.143s) 2022-11-23T02:07:33.7880008Z test_input_weight_equalization_prepare (quantization.fx.test_equalize_fx.TestEqualizeFx) 2022-11-23T02:07:33.7880467Z Tests that graphs created after prepare_fx is as expected ... ok (0.540s) 2022-11-23T02:07:33.7880909Z test_input_weight_equalization_results (quantization.fx.test_equalize_fx.TestEqualizeFx) 2022-11-23T02:07:33.7881369Z Tests that for small models, the results of quantized models that ... ok (0.582s) 2022-11-23T02:07:33.7881842Z test_input_weight_equalization_weights_bias (quantization.fx.test_equalize_fx.TestEqualizeFx) 2022-11-23T02:07:33.7882318Z After applying the equalization functions check if the weights and ... ok (0.201s) 2022-11-23T02:07:33.7882765Z test_selective_equalization (quantization.fx.test_equalize_fx.TestEqualizeFx) 2022-11-23T02:07:33.7883375Z Tests that we are able to run numeric suite on the equalized model ... ok (0.479s) 2022-11-23T02:07:33.7883827Z test_dict_return_type (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) ... ok (0.243s) 2022-11-23T02:07:33.7884715Z test_matching_failure_node_count (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) ... ok (0.110s) 2022-11-23T02:07:33.7885264Z test_matching_failure_node_type (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) ... ok (0.084s) 2022-11-23T02:07:33.7885904Z test_methods (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) 2022-11-23T02:07:33.7886311Z Verify that graph matching works on methods ... ok (0.117s) 2022-11-23T02:07:33.7886740Z test_nodes_before_cat (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) ... ok (0.332s) 2022-11-23T02:07:33.7887609Z 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-23T02:07:33.7888294Z warnings.warn( 2022-11-23T02:07:33.7888499Z ok (0.287s) 2022-11-23T02:07:33.7888858Z test_op_relationship_mapping (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) 2022-11-23T02:07:33.7889318Z Tests that the mapping of op relationships is complete. ... ok (0.006s) 2022-11-23T02:07:33.7889932Z test_results_order (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) ... ok (0.167s) 2022-11-23T02:07:33.7891183Z 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-23T02:07:33.7892120Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-11-23T02:07:33.7892461Z ok (0.350s) 2022-11-23T02:07:33.7892810Z test_simple_fusion (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) ... ok (0.242s) 2022-11-23T02:07:33.7893305Z test_simple_mod (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) ... ok (0.186s) 2022-11-23T02:07:33.7893811Z test_simple_mod_multi (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) ... ok (0.313s) 2022-11-23T02:07:33.7894320Z test_simple_tensor_ops (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) ... ok (0.155s) 2022-11-23T02:07:33.7894816Z test_user_defined_function (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) 2022-11-23T02:07:33.7895269Z Verify that graph matching works on user defined functions ... ok (0.091s) 2022-11-23T02:07:33.7895764Z test_mobilenet_v2 (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcherModels) ... skip: no torchvision (0.001s) 2022-11-23T02:07:33.7896706Z test_mobilenet_v2_qat (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcherModels) ... skip: no torchvision (0.001s) 2022-11-23T02:07:33.7897546Z test_add_loggers_cuda (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (39.440s) 2022-11-23T02:07:33.7898668Z 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-23T02:07:33.7899569Z warnings.warn("The TorchScript type system doesn't support " 2022-11-23T02:07:33.7899864Z ok (5.597s) 2022-11-23T02:07:33.7900265Z test_add_shadow_loggers_cuda (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.080s) 2022-11-23T02:07:33.7901224Z 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-23T02:07:33.7902223Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-11-23T02:07:33.7902547Z ok (1.400s) 2022-11-23T02:07:33.7903077Z test_add_shadow_loggers_fun_qat (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.967s) 2022-11-23T02:07:33.7903660Z test_add_shadow_loggers_meth_ptq (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) 2022-11-23T02:07:33.7904567Z Verify that add_loggers works on methods ... skipping shadow loggers for node_b: str, start_node_a: str, unknown dtype cast 2022-11-23T02:07:33.7905182Z skipping shadow loggers for node_b: torch.ao.quantization.observer.FixedQParamsObserver, start_node_a: str, unknown dtype cast 2022-11-23T02:07:33.7905723Z skipping shadow loggers for node_b: str, start_node_a: str, unknown dtype cast 2022-11-23T02:07:33.7906035Z ok (0.330s) 2022-11-23T02:07:33.7906435Z test_add_shadow_loggers_mod_ptq (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (1.887s) 2022-11-23T02:07:33.7906983Z test_add_shadow_loggers_mod_qat (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (1.070s) 2022-11-23T02:07:33.7907575Z test_extend_logger_results_with_comparison (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.213s) 2022-11-23T02:07:33.7908770Z 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-23T02:07:33.7909809Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-11-23T02:07:33.7910870Z 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-23T02:07:33.7911606Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-11-23T02:07:33.7912339Z 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-23T02:07:33.7913030Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-11-23T02:07:33.7913765Z 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-23T02:07:33.7914446Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-11-23T02:07:33.7914758Z ok (1.765s) 2022-11-23T02:07:33.7915153Z test_extract_weights_conv_fun_qat (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (1.990s) 2022-11-23T02:07:33.7915730Z test_extract_weights_cuda (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.047s) 2022-11-23T02:07:33.7916430Z test_extract_weights_dynamic (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.510s) 2022-11-23T02:07:33.7917141Z test_extract_weights_fqn (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.198s) 2022-11-23T02:07:33.7917908Z test_extract_weights_linear_fun_ptq (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.922s) 2022-11-23T02:07:33.7918482Z test_extract_weights_linear_fun_qat (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.811s) 2022-11-23T02:07:33.7919097Z test_extract_weights_mod_ptq (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (2.008s) 2022-11-23T02:07:33.7919759Z test_extract_weights_mod_qat (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (2.105s) 2022-11-23T02:07:33.7920314Z test_fp16_shadows_fp32 (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.118s) 2022-11-23T02:07:33.7921150Z 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-23T02:07:33.7922106Z skipping shadow loggers for node_b: torch.ao.quantization.observer.MinMaxObserver, start_node_a: torch.nn.modules.pooling.AdaptiveAvgPool2d, unknown dtype cast 2022-11-23T02:07:33.7922983Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.mul, start_node_a: torch._ops.quantized.PyCapsule.mul, unsupported 2022-11-23T02:07:33.7923872Z skipping shadow loggers for node_b: torch.ao.quantization.observer.MinMaxObserver, start_node_a: torch._ops.quantized.PyCapsule.mul, unknown dtype cast 2022-11-23T02:07:33.7924708Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.add, start_node_a: torch._ops.quantized.PyCapsule.add_relu, unsupported 2022-11-23T02:07:33.7925409Z 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-23T02:07:33.7925878Z ok (0.556s) 2022-11-23T02:07:33.7926258Z test_int8_shadows_fp32_simple (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.301s) 2022-11-23T02:07:33.7926911Z test_int8_shadows_int8_fun (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.317s) 2022-11-23T02:07:33.7927481Z test_int8_shadows_int8_mod (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.311s) 2022-11-23T02:07:33.7928023Z test_layer_names (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.671s) 2022-11-23T02:07:33.7928572Z test_linear_fp16_activations (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.853s) 2022-11-23T02:07:33.7929150Z test_linear_fp16_shadow_activations (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.827s) 2022-11-23T02:07:33.7929915Z test_linear_fp16_vs_linear_fp16_shadow_activations (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.118s) 2022-11-23T02:07:33.7930803Z test_linear_fp16_weights (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.489s) 2022-11-23T02:07:33.7931381Z test_linear_kwargs_shadow (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.116s) 2022-11-23T02:07:33.7931995Z test_loggers_preserve_qat_numerics (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.257s) 2022-11-23T02:07:33.7932540Z test_logging_inputs (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) 2022-11-23T02:07:33.7933191Z Verifies that logging inputs works correctly ... skipping shadow loggers for node_b: torch._VariableFunctionsClass.cat, start_node_a: torch._VariableFunctionsClass.cat, unsupported 2022-11-23T02:07:33.7933891Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.cat, start_node_a: torch._VariableFunctionsClass.cat, unsupported 2022-11-23T02:07:33.7934309Z ok (2.418s) 2022-11-23T02:07:33.7934712Z test_match_activations_fqn (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.198s) 2022-11-23T02:07:33.7935257Z test_match_activations_fun_ptq (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (1.388s) 2022-11-23T02:07:33.7935818Z test_match_activations_fun_qat (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.955s) 2022-11-23T02:07:33.7936522Z test_match_activations_meth_ptq (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) 2022-11-23T02:07:33.7937437Z Verify that add_loggers works on methods ... ok (0.448s) 2022-11-23T02:07:33.7938000Z test_match_activations_mod_ptq (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (1.444s) 2022-11-23T02:07:33.7939068Z test_match_activations_mod_qat (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.817s) 2022-11-23T02:07:33.7940412Z 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-23T02:07:33.7941806Z skipping shadow loggers for node_b: torch.ao.quantization.observer.HistogramObserver, start_node_a: _operator.mul, unsupported 2022-11-23T02:07:33.7943334Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.mul, start_node_a: torch._VariableFunctionsClass.mul, unsupported 2022-11-23T02:07:33.7944858Z skipping shadow loggers for node_b: torch.ao.quantization.observer.HistogramObserver, start_node_a: torch._VariableFunctionsClass.mul, unsupported 2022-11-23T02:07:33.7946022Z skipping shadow loggers for node_b: _operator.add, start_node_a: _operator.add, unsupported 2022-11-23T02:07:33.7947125Z skipping shadow loggers for node_b: torch.ao.quantization.observer.HistogramObserver, start_node_a: _operator.add, unsupported 2022-11-23T02:07:33.7948370Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.add, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-11-23T02:07:33.7949952Z skipping shadow loggers for node_b: torch.ao.quantization.observer.HistogramObserver, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-11-23T02:07:33.7951475Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.cat, start_node_a: torch._VariableFunctionsClass.cat, unsupported 2022-11-23T02:07:33.7952680Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.stack, start_node_a: torch._VariableFunctionsClass.stack, unsupported 2022-11-23T02:07:33.7953869Z skipping shadow loggers for node_b: torch._ops.quantized.PyCapsule.mul, start_node_a: _operator.mul, unsupported 2022-11-23T02:07:33.7955038Z skipping shadow loggers for node_b: torch._ops.quantized.PyCapsule.mul, start_node_a: torch._VariableFunctionsClass.mul, unsupported 2022-11-23T02:07:33.7956327Z skipping shadow loggers for node_b: torch._ops.quantized.PyCapsule.add, start_node_a: _operator.add, unsupported 2022-11-23T02:07:33.7957690Z skipping shadow loggers for node_b: torch._ops.quantized.PyCapsule.add, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-11-23T02:07:33.7958928Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.cat, start_node_a: torch._VariableFunctionsClass.cat, unsupported 2022-11-23T02:07:33.7960201Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.stack, start_node_a: torch._VariableFunctionsClass.stack, unsupported 2022-11-23T02:07:33.7961026Z ok (2.868s) 2022-11-23T02:07:33.7961724Z test_op_io_dtype_coverage (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) 2022-11-23T02:07:33.7962762Z Tests that all the ops quantization cares about have input and output ... ok (0.019s) 2022-11-23T02:07:33.7963856Z test_op_with_either_fp32_or_int8_input (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) 2022-11-23T02:07:33.7965174Z 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-23T02:07:33.7966725Z skipping shadow loggers for node_b: torch.ao.quantization.observer.HistogramObserver, start_node_a: torch.nn.modules.activation.ReLU, unknown dtype cast 2022-11-23T02:07:33.7968038Z skipping shadow loggers for node_b: torch.nn.functional.relu, start_node_a: torch.nn.functional.relu, unknown dtype cast 2022-11-23T02:07:33.7969390Z skipping shadow loggers for node_b: torch.ao.quantization.observer.HistogramObserver, start_node_a: torch.nn.functional.relu, unknown dtype cast 2022-11-23T02:07:33.7971071Z skipping shadow loggers for node_b: torch.nn.modules.activation.ReLU, start_node_a: torch.nn.modules.activation.ReLU, unknown dtype cast 2022-11-23T02:07:33.7972257Z skipping shadow loggers for node_b: torch.nn.functional.relu, start_node_a: torch.nn.functional.relu, unknown dtype cast 2022-11-23T02:07:33.7973008Z ok (1.443s) 2022-11-23T02:07:33.7974190Z 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-23T02:07:33.7975870Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.stack, start_node_a: torch._VariableFunctionsClass.stack, unsupported 2022-11-23T02:07:33.7977257Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.cat, start_node_a: torch._VariableFunctionsClass.cat, unsupported 2022-11-23T02:07:33.7978536Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.stack, start_node_a: torch._VariableFunctionsClass.stack, unsupported 2022-11-23T02:07:33.7979361Z ok (0.630s) 2022-11-23T02:07:33.7980123Z test_ops_with_same_fp32_and_int8_signature (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) 2022-11-23T02:07:33.7981073Z Verifies that we can match pairs of ops which have the same aten ... ok (0.953s) 2022-11-23T02:07:33.7982156Z test_shadow_activations_fqn (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.230s) 2022-11-23T02:07:33.7983635Z test_shadow_loggers_preserve_qat_numerics (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.203s) 2022-11-23T02:07:33.7984780Z test_unsupported_op_copy_skips_shadowing (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) 2022-11-23T02:07:33.7985554Z 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-23T02:07:33.7986361Z 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-23T02:07:33.7987100Z 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-23T02:07:33.7987542Z ok (0.951s) 2022-11-23T02:07:33.7987930Z test_user_defined_function (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) 2022-11-23T02:07:33.7988845Z 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-23T02:07:33.7989679Z warnings.warn("nn.functional.sigmoid is deprecated. Use torch.sigmoid instead.") 2022-11-23T02:07:33.7990378Z 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-23T02:07:33.7991059Z 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-23T02:07:33.7991550Z ok (0.574s) 2022-11-23T02:07:33.7991922Z test_user_module (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) 2022-11-23T02:07:33.7992758Z 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-23T02:07:33.7993421Z warnings.warn( 2022-11-23T02:07:33.7993653Z ok (0.457s) 2022-11-23T02:07:33.7994849Z test_user_module_scriptable (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.321s) 2022-11-23T02:07:33.7995600Z test_compare_activations_conv (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels) ... ok (2.453s) 2022-11-23T02:07:33.7996485Z test_compare_activations_linear (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels) ... ok (1.367s) 2022-11-23T02:07:33.7997599Z 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-23T02:07:33.7998547Z torch.tensor(weight_qparams["scale"], dtype=torch.float, device=device)) 2022-11-23T02:07:33.7999358Z 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-23T02:07:33.8000138Z torch.tensor(weight_qparams["zero_point"], dtype=torch.int, device=device)) 2022-11-23T02:07:33.8000458Z ok (0.483s) 2022-11-23T02:07:33.8000894Z test_compare_shadow_activations_conv (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels) ... ok (2.716s) 2022-11-23T02:07:33.8001634Z test_compare_shadow_activations_linear (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels) ... ok (1.339s) 2022-11-23T02:07:33.8002426Z test_compare_shadow_activations_lstm_dynamic (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels) ... ok (0.432s) 2022-11-23T02:07:33.8003307Z test_compare_weights_conv (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels) ... ok (1.502s) 2022-11-23T02:07:33.8003914Z test_compare_weights_linear (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels) ... ok (0.846s) 2022-11-23T02:07:33.8004516Z test_compare_weights_lstm_dynamic (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels) ... ok (0.672s) 2022-11-23T02:07:33.8005134Z test_mobilenet_v2 (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels) ... skip: no torchvision (0.001s) 2022-11-23T02:07:33.8005746Z test_resnet18 (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels) ... skip: no torchvision (0.002s) 2022-11-23T02:07:33.8006363Z test_sparsenn_compare_activations (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels) ... ok (10.851s) 2022-11-23T02:07:33.8007205Z 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-23T02:07:33.8008121Z skipping shadow loggers for node_b: torch.ao.quantization.observer.HistogramObserver, start_node_a: torch.nn.modules.sparse.EmbeddingBag, unknown dtype cast 2022-11-23T02:07:33.8008960Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.cat, start_node_a: torch._VariableFunctionsClass.cat, unsupported 2022-11-23T02:07:33.8009923Z skipping shadow loggers for node_b: torch.nn.modules.sparse.EmbeddingBag, start_node_a: torch.nn.modules.sparse.EmbeddingBag, unknown dtype cast 2022-11-23T02:07:33.8010613Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.cat, start_node_a: torch._VariableFunctionsClass.cat, unsupported 2022-11-23T02:07:33.8011291Z skipping shadow loggers for node_b: torch.nn.modules.sparse.EmbeddingBag, start_node_a: torch.nn.modules.sparse.EmbeddingBag, unknown dtype cast 2022-11-23T02:07:33.8012033Z skipping shadow loggers for node_b: torch.ao.quantization.observer.HistogramObserver, start_node_a: torch.nn.modules.sparse.EmbeddingBag, unknown dtype cast 2022-11-23T02:07:33.8012853Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.cat, start_node_a: torch._VariableFunctionsClass.cat, unsupported 2022-11-23T02:07:33.8013527Z skipping shadow loggers for node_b: torch.nn.modules.sparse.EmbeddingBag, start_node_a: torch.nn.modules.sparse.EmbeddingBag, unknown dtype cast 2022-11-23T02:07:33.8014197Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.cat, start_node_a: torch._VariableFunctionsClass.cat, unsupported 2022-11-23T02:07:33.8014605Z ok (10.874s) 2022-11-23T02:07:33.8015318Z 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-23T02:07:33.8016208Z ok (0.234s) 2022-11-23T02:07:33.8017410Z 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-23T02:07:33.8018769Z Please use torch.ao.quantization.get_default_qconfig_mapping or torch.ao.quantization.get_default_qat_qconfig_mapping. Example: 2022-11-23T02:07:33.8019366Z qconfig_mapping = get_default_qconfig_mapping("fbgemm") 2022-11-23T02:07:33.8019775Z model = prepare_fx(model, qconfig_mapping, example_inputs) 2022-11-23T02:07:33.8020242Z warnings.warn(("QConfig must specify a FixedQParamsObserver or a FixedQParamsFakeQuantize " 2022-11-23T02:07:33.8020815Z `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-23T02:07:33.8021218Z ok (0.540s) 2022-11-23T02:07:33.8021942Z 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-23T02:07:33.8022670Z ok (0.071s) 2022-11-23T02:07:33.8023362Z 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-23T02:07:33.8023887Z ok (0.249s) 2022-11-23T02:07:33.8024325Z test_logger_enabled_and_save_activations_flags (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteNShadows) ... ok (0.106s) 2022-11-23T02:07:33.8024934Z test_mobilenet_v2 (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteNShadows) ... skip: no torchvision (0.000s) 2022-11-23T02:07:33.8025655Z 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-23T02:07:33.8026342Z unable to find at least one qconfig for node %add : [#users=1] = call_function[target=operator.add](args = (%relu, %relu), kwargs = {}), skipping 2022-11-23T02:07:33.8026920Z `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-23T02:07:33.8027291Z ok (0.105s) 2022-11-23T02:07:33.8027720Z test_qconfig_multi_mapping_deduplication (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteNShadows) ... ok (0.003s) 2022-11-23T02:07:33.8028630Z 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-23T02:07:33.8029664Z ok (0.169s) 2022-11-23T02:07:33.8030253Z 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-23T02:07:33.8030794Z ok (0.265s) 2022-11-23T02:07:33.8031214Z test_qconfig_multi_mapping_insert_padding (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteNShadows) ... ok (0.011s) 2022-11-23T02:07:33.8032027Z 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-23T02:07:33.8032556Z ok (0.163s) 2022-11-23T02:07:33.8032991Z test_qconfig_multi_mapping_retroactive_padding (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteNShadows) ... ok (0.002s) 2022-11-23T02:07:33.8033575Z test_fq_module_per_channel (quantization.core.test_workflow_module.TestFakeQuantize) ... ok (0.394s) 2022-11-23T02:07:33.8034114Z test_fq_serializable_per_channel (quantization.core.test_workflow_module.TestFakeQuantize) ... ok (0.012s) 2022-11-23T02:07:33.8034658Z test_quant_min_max_override (quantization.core.test_workflow_module.TestFakeQuantize) ... ok (0.004s) 2022-11-23T02:07:33.8035326Z test_backward_per_channel (quantization.core.test_workflow_ops.TestFakeQuantizeOps) 2022-11-23T02:07:33.8036318Z Tests the backward method. ... skip: this is broken without changes to any relevant code, we need to remove hypothesis testing in CI (0.710s) 2022-11-23T02:07:33.8036918Z test_backward_per_channel_cachemask_cpu (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.028s) 2022-11-23T02:07:33.8037474Z test_backward_per_channel_cachemask_cuda (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.058s) 2022-11-23T02:07:33.8038018Z test_backward_per_tensor (quantization.core.test_workflow_ops.TestFakeQuantizeOps) 2022-11-23T02:07:33.8038464Z Tests the backward method. ... skip: temporarily disable the test (0.017s) 2022-11-23T02:07:33.8038967Z test_backward_per_tensor_cachemask_cpu (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.025s) 2022-11-23T02:07:33.8039537Z test_backward_per_tensor_cachemask_cuda (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.055s) 2022-11-23T02:07:33.8040083Z test_fake_quant_control (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.016s) 2022-11-23T02:07:33.8040632Z test_fake_quant_per_channel_qparam_range (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (1.573s) 2022-11-23T02:07:33.8041205Z test_fake_quant_preserves_qparam_shapes_for_activations (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.010s) 2022-11-23T02:07:33.8041950Z test_fixed_qparams_fq_module (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.264s) 2022-11-23T02:07:33.8042841Z test_forward_backward_per_tensor_with_amp (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.019s) 2022-11-23T02:07:33.8043382Z test_forward_per_channel (quantization.core.test_workflow_ops.TestFakeQuantizeOps) 2022-11-23T02:07:33.8043868Z Tests the forward path of the FakeQuantizePerTensorAffine op. ... ok (0.264s) 2022-11-23T02:07:33.8044388Z test_forward_per_channel_cachemask_cpu (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.027s) 2022-11-23T02:07:33.8044963Z test_forward_per_channel_cachemask_cuda (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.045s) 2022-11-23T02:07:33.8045525Z test_forward_per_channel_half_precision_numerics (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.031s) 2022-11-23T02:07:33.8046223Z test_forward_per_tensor (quantization.core.test_workflow_ops.TestFakeQuantizeOps) 2022-11-23T02:07:33.8047282Z Tests the forward path of the FakeQuantizePerTensorAffine op. ... ok (0.213s) 2022-11-23T02:07:33.8048401Z test_forward_per_tensor_cachemask_cpu (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.020s) 2022-11-23T02:07:33.8049714Z test_forward_per_tensor_cachemask_cuda (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.038s) 2022-11-23T02:07:33.8050847Z test_forward_per_tensor_half_precision_numerics (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.010s) 2022-11-23T02:07:33.8051928Z test_fq_module_per_tensor (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.278s) 2022-11-23T02:07:33.8052936Z test_fq_serializable_per_tensor (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.018s) 2022-11-23T02:07:33.8054274Z 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.014s) 2022-11-23T02:07:33.8055914Z test_learnable_backward_per_channel_cuda (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (24.046s) 2022-11-23T02:07:33.8057032Z test_learnable_backward_per_tensor_cpu (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.564s) 2022-11-23T02:07:33.8058145Z test_learnable_backward_per_tensor_cuda (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.964s) 2022-11-23T02:07:33.8059256Z test_learnable_forward_per_channel_cpu (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.257s) 2022-11-23T02:07:33.8060502Z test_learnable_forward_per_channel_cuda (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.368s) 2022-11-23T02:07:33.8061995Z 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.008s) 2022-11-23T02:07:33.8063539Z test_learnable_forward_per_tensor_cuda (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.269s) 2022-11-23T02:07:33.8064605Z test_numerical_consistency_per_channel (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.526s) 2022-11-23T02:07:33.8065704Z test_numerical_consistency_per_tensor (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.206s) 2022-11-23T02:07:33.8066701Z test_forward_hooks_preserved (quantization.eager.test_fuse_eager.TestFuseEager) 2022-11-23T02:07:33.8067599Z Test case that checks whether forward pre hooks of the first module and ... ok (0.028s) 2022-11-23T02:07:33.8068769Z test_fuse_function_customization (quantization.eager.test_fuse_eager.TestFuseEager) ... ok (0.000s) 2022-11-23T02:07:33.8069825Z test_fuse_module_eval (quantization.eager.test_fuse_eager.TestFuseEager) ... ok (0.092s) 2022-11-23T02:07:33.8070762Z test_fuse_module_train (quantization.eager.test_fuse_eager.TestFuseEager) ... ok (0.599s) 2022-11-23T02:07:33.8071671Z test_fusion_conv_with_bias (quantization.eager.test_fuse_eager.TestFuseEager) ... ok (0.077s) 2022-11-23T02:07:33.8072657Z test_fusion_convtranspose_bn_eval (quantization.eager.test_fuse_eager.TestFuseEager) ... ok (0.009s) 2022-11-23T02:07:33.8073641Z test_fusion_linear_bn_eval (quantization.eager.test_fuse_eager.TestFuseEager) ... ok (0.005s) 2022-11-23T02:07:33.8074717Z test_fusion_sequential_model_eval (quantization.eager.test_fuse_eager.TestFuseEager) ... ok (1.809s) 2022-11-23T02:07:33.8075915Z test_fusion_sequential_model_train (quantization.eager.test_fuse_eager.TestFuseEager) ... ok (0.227s) 2022-11-23T02:07:33.8077174Z 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.005s) 2022-11-23T02:07:33.8078330Z test_fuse_conv_bn_relu (quantization.fx.test_quantize_fx.TestFuseFx) ... ok (0.049s) 2022-11-23T02:07:33.8079391Z test_fuse_convtranspose_bn_eval (quantization.fx.test_quantize_fx.TestFuseFx) ... ok (0.013s) 2022-11-23T02:07:33.8080322Z test_fuse_custom_pattern (quantization.fx.test_quantize_fx.TestFuseFx) ... ok (0.007s) 2022-11-23T02:07:33.8081324Z test_fuse_linear_bn_eval (quantization.fx.test_quantize_fx.TestFuseFx) ... ok (0.014s) 2022-11-23T02:07:33.8082395Z test_fuse_module_relu (quantization.fx.test_quantize_fx.TestFuseFx) ... ok (0.013s) 2022-11-23T02:07:33.8083307Z test_fusion_pattern_with_matchallnode (quantization.fx.test_quantize_fx.TestFuseFx) 2022-11-23T02:07:33.8084242Z This test tests that the node matched by MatchAllNode will be regared as an input ... ok (0.008s) 2022-11-23T02:07:33.8085172Z test_fusion_pattern_with_multiple_inputs (quantization.fx.test_quantize_fx.TestFuseFx) 2022-11-23T02:07:33.8086015Z This test tests two keys in backend_config: root_node_getter and ... ok (0.009s) 2022-11-23T02:07:33.8086896Z test_problematic_fuse_example (quantization.fx.test_quantize_fx.TestFuseFx) ... ok (0.025s) 2022-11-23T02:07:33.8087898Z test_qconfig_fused_module (quantization.fx.test_quantize_fx.TestFuseFx) 2022-11-23T02:07:33.8088837Z TODO: add test for all fused modules ... ok (0.191s) 2022-11-23T02:07:33.8090883Z 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-23T02:07:33.8092057Z out = pt_op( 2022-11-23T02:07:33.8092459Z ok (0.011s) 2022-11-23T02:07:33.8092934Z test_fused_obs_fake_quant_backward_op (quantization.core.test_workflow_ops.TestFusedObsFakeQuant) ... ok (0.020s) 2022-11-23T02:07:33.8094092Z test_fused_obs_fake_quant_moving_avg (quantization.core.test_workflow_ops.TestFusedObsFakeQuant) 2022-11-23T02:07:33.8095224Z Tests the case where we call the fused_obs_fake_quant op multiple times ... ok (0.041s) 2022-11-23T02:07:33.8096212Z test_fused_obs_fake_quant_moving_avg_per_channel (quantization.core.test_workflow_ops.TestFusedObsFakeQuant) 2022-11-23T02:07:33.8098208Z 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-23T02:07:33.8099778Z out = pt_op( 2022-11-23T02:07:33.8100198Z ok (0.196s) 2022-11-23T02:07:33.8101131Z test_compare_fused_obs_fq_oss_module (quantization.core.test_workflow_module.TestFusedObsFakeQuantModule) ... ok (0.043s) 2022-11-23T02:07:33.8102450Z test_default_fused_qat_config (quantization.core.test_workflow_module.TestFusedObsFakeQuantModule) ... ok (0.023s) 2022-11-23T02:07:33.8103628Z test_embedding_bag_qat_config (quantization.core.test_workflow_module.TestFusedObsFakeQuantModule) ... ok (0.030s) 2022-11-23T02:07:33.8104767Z test_embedding_qat_config (quantization.core.test_workflow_module.TestFusedObsFakeQuantModule) ... ok (0.074s) 2022-11-23T02:07:33.8105901Z test_fused_mod_per_channel (quantization.core.test_workflow_module.TestFusedObsFakeQuantModule) ... ok (0.146s) 2022-11-23T02:07:33.8107047Z test_fused_mod_reduce_range (quantization.core.test_workflow_module.TestFusedObsFakeQuantModule) ... ok (0.003s) 2022-11-23T02:07:33.8108468Z test_fused_obs_fq_module (quantization.core.test_workflow_module.TestFusedObsFakeQuantModule) ... ok (0.013s) 2022-11-23T02:07:33.8109597Z test_fused_obs_fq_moving_avg_module (quantization.core.test_workflow_module.TestFusedObsFakeQuantModule) ... ok (0.034s) 2022-11-23T02:07:33.8110881Z test_quantized_add_relu_fusion (quantization.jit.test_fusion_passes.TestFusionPasses) ... ok (0.033s) 2022-11-23T02:07:33.8112025Z test_input_weight_equalization_determine_points (quantization.fx.test_model_report_fx.TestFxDetectInputWeightEqualization) ... ok (0.143s) 2022-11-23T02:07:33.8113340Z test_input_weight_equalization_report_gen (quantization.fx.test_model_report_fx.TestFxDetectInputWeightEqualization) ... ok (0.105s) 2022-11-23T02:07:33.8114915Z test_input_weight_equalization_report_gen_empty (quantization.fx.test_model_report_fx.TestFxDetectInputWeightEqualization) ... ok (0.042s) 2022-11-23T02:07:33.8116113Z test_all_outlier_report_gen (quantization.fx.test_model_report_fx.TestFxDetectOutliers) ... ok (0.046s) 2022-11-23T02:07:33.8117216Z test_multiple_run_consistent_spike_outlier_report_gen (quantization.fx.test_model_report_fx.TestFxDetectOutliers) ... ok (0.234s) 2022-11-23T02:07:33.8118335Z test_no_outlier_report_gen (quantization.fx.test_model_report_fx.TestFxDetectOutliers) ... ok (0.041s) 2022-11-23T02:07:33.8119388Z test_outlier_detection_determine_points (quantization.fx.test_model_report_fx.TestFxDetectOutliers) ... ok (0.066s) 2022-11-23T02:07:33.8120516Z test_constructor (quantization.fx.test_model_report_fx.TestFxModelReportClass) 2022-11-23T02:07:33.8121531Z Tests the constructor of the ModelReport class. ... ok (0.040s) 2022-11-23T02:07:33.8122444Z test_equalization_mapping_generation (quantization.fx.test_model_report_fx.TestFxModelReportClass) 2022-11-23T02:07:33.8123363Z Tests for generation of qconfigs by ModelReport API ... ok (0.141s) 2022-11-23T02:07:33.8124959Z test_generate_report (quantization.fx.test_model_report_fx.TestFxModelReportClass) 2022-11-23T02:07:33.8126849Z 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-23T02:07:33.8128659Z example_input = torch.tensor(torch.randint(100, (1, 3, 3, 3)), dtype=torch.float) 2022-11-23T02:07:33.8129291Z ok (0.416s) 2022-11-23T02:07:33.8129958Z test_generate_visualizer (quantization.fx.test_model_report_fx.TestFxModelReportClass) 2022-11-23T02:07:33.8130975Z Tests that the ModelReport class can properly create the ModelReportVisualizer instance ... ok (0.060s) 2022-11-23T02:07:33.8132057Z test_prepare_model_callibration (quantization.fx.test_model_report_fx.TestFxModelReportClass) 2022-11-23T02:07:33.8133113Z Tests model_report.prepare_detailed_calibration that prepares the model for callibration ... ok (0.050s) 2022-11-23T02:07:33.8134353Z test_qconfig_mapping_generation (quantization.fx.test_model_report_fx.TestFxModelReportClass) 2022-11-23T02:07:33.8135353Z Tests for generation of qconfigs by ModelReport API ... ok (0.147s) 2022-11-23T02:07:33.8136378Z test_nested_detection_case (quantization.fx.test_model_report_fx.TestFxModelReportDetectDynamicStatic) ... ok (0.135s) 2022-11-23T02:07:33.8137606Z test_conv_sub_class_considered (quantization.fx.test_model_report_fx.TestFxModelReportDetector) ... skip: Quantized operations require QNNPACK. (0.003s) 2022-11-23T02:07:33.8138573Z test_fusion_layer_in_sequential (quantization.fx.test_model_report_fx.TestFxModelReportDetector) ... ok (0.030s) 2022-11-23T02:07:33.8139399Z test_multi_linear_model_without_per_channel (quantization.fx.test_model_report_fx.TestFxModelReportDetector) ... skip: Quantized operations require QNNPACK. (0.000s) 2022-11-23T02:07:33.8140278Z test_multiple_q_config_options (quantization.fx.test_model_report_fx.TestFxModelReportDetector) ... skip: Quantized operations require QNNPACK. (0.011s) 2022-11-23T02:07:33.8141213Z test_qat_aware_model_example (quantization.fx.test_model_report_fx.TestFxModelReportDetector) ... skip: Quantized operations require QNNPACK. (0.004s) 2022-11-23T02:07:33.8142082Z test_sequential_model_format (quantization.fx.test_model_report_fx.TestFxModelReportDetector) ... skip: Quantized operations require QNNPACK. (0.003s) 2022-11-23T02:07:33.8142690Z test_simple_conv (quantization.fx.test_model_report_fx.TestFxModelReportDetector) ... ok (0.027s) 2022-11-23T02:07:33.8143241Z test_observer_after_relu (quantization.fx.test_model_report_fx.TestFxModelReportObserver) ... ok (0.047s) 2022-11-23T02:07:33.8143800Z test_random_epochs_and_batches (quantization.fx.test_model_report_fx.TestFxModelReportObserver) ... ok (0.241s) 2022-11-23T02:07:33.8144342Z test_single_batch_of_ones (quantization.fx.test_model_report_fx.TestFxModelReportObserver) ... ok (0.006s) 2022-11-23T02:07:33.8144888Z test_zero_tensor_errors (quantization.fx.test_model_report_fx.TestFxModelReportObserver) ... ok (0.024s) 2022-11-23T02:07:33.8145449Z test_generate_tables_match_with_report (quantization.fx.test_model_report_fx.TestFxModelReportVisualizer) 2022-11-23T02:07:33.8145895Z Tests the generate_table_view() ... ok (0.070s) 2022-11-23T02:07:33.8146340Z test_generate_tables_no_match (quantization.fx.test_model_report_fx.TestFxModelReportVisualizer) 2022-11-23T02:07:33.8146940Z Tests the generate_table_view() ... ok (0.082s) 2022-11-23T02:07:33.8147498Z test_generate_tables_single_feat_match (quantization.fx.test_model_report_fx.TestFxModelReportVisualizer) 2022-11-23T02:07:33.8148105Z Tests the generate_table_view() ... ok (0.057s) 2022-11-23T02:07:33.8148547Z test_get_modules_and_features (quantization.fx.test_model_report_fx.TestFxModelReportVisualizer) 2022-11-23T02:07:33.8149148Z Tests the get_all_unique_module_fqns and get_all_unique_feature_names methods of ... ok (0.057s) 2022-11-23T02:07:33.8149683Z test_histogram_observer (quantization.core.test_workflow_module.TestHistogramObserver) ... ok (41.226s) 2022-11-23T02:07:33.8150276Z test_histogram_observer_against_reference (quantization.core.test_workflow_module.TestHistogramObserver) ... ok (11.943s) 2022-11-23T02:07:33.8150861Z test_histogram_observer_extreme_inputs (quantization.core.test_workflow_module.TestHistogramObserver) 2022-11-23T02:07:33.8151340Z Ensures that the HistogramObserver is able to work correctly in ... ok (0.003s) 2022-11-23T02:07:33.8151859Z test_histogram_observer_one_sided (quantization.core.test_workflow_module.TestHistogramObserver) ... ok (0.785s) 2022-11-23T02:07:33.8152437Z test_histogram_observer_same_inputs (quantization.core.test_workflow_module.TestHistogramObserver) ... ok (1.376s) 2022-11-23T02:07:33.8153156Z test_observer_scriptable (quantization.core.test_workflow_module.TestHistogramObserver) ... ok (0.881s) 2022-11-23T02:07:33.8153748Z test_fake_quant_true_quant_compare (quantization.eager.test_model_numerics.TestModelNumericsEager) ... ok (0.317s) 2022-11-23T02:07:33.8154599Z test_float_quant_compare_per_channel (quantization.eager.test_model_numerics.TestModelNumericsEager) ... ok (0.074s) 2022-11-23T02:07:33.8155198Z test_float_quant_compare_per_tensor (quantization.eager.test_model_numerics.TestModelNumericsEager) ... ok (0.146s) 2022-11-23T02:07:33.8155801Z test_weight_only_activation_only_fakequant (quantization.eager.test_model_numerics.TestModelNumericsEager) ... ok (0.473s) 2022-11-23T02:07:33.8156380Z test_compare_model_outputs_conv_static (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.306s) 2022-11-23T02:07:33.8156982Z test_compare_model_outputs_functional_static (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.341s) 2022-11-23T02:07:33.8157592Z test_compare_model_outputs_linear_dynamic (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.010s) 2022-11-23T02:07:33.8158197Z test_compare_model_outputs_linear_static (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (1.323s) 2022-11-23T02:07:33.8158797Z test_compare_model_outputs_lstm_dynamic (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.022s) 2022-11-23T02:07:33.8159503Z test_compare_model_stub_conv_static (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.434s) 2022-11-23T02:07:33.8160268Z test_compare_model_stub_functional_static (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.436s) 2022-11-23T02:07:33.8161131Z test_compare_model_stub_linear_dynamic (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.014s) 2022-11-23T02:07:33.8161710Z test_compare_model_stub_linear_static (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (1.362s) 2022-11-23T02:07:33.8162304Z test_compare_model_stub_lstm_dynamic (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.016s) 2022-11-23T02:07:33.8162888Z test_compare_model_stub_partial (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (1.121s) 2022-11-23T02:07:33.8163483Z test_compare_model_stub_submodule_static (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.027s) 2022-11-23T02:07:33.8164070Z test_compare_weights_conv_static (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.315s) 2022-11-23T02:07:33.8164657Z test_compare_weights_linear_dynamic (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.010s) 2022-11-23T02:07:33.8165249Z test_compare_weights_linear_static (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (1.387s) 2022-11-23T02:07:33.8165924Z test_compare_weights_lstm_dynamic (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.009s) 2022-11-23T02:07:33.8166667Z test_mobilenet_v2 (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... skip: no torchvision (0.000s) 2022-11-23T02:07:33.8167506Z test_mobilenet_v3 (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... skip: no torchvision (0.000s) 2022-11-23T02:07:33.8168092Z test_output_logger (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.004s) 2022-11-23T02:07:33.8168626Z test_shadow_logger (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.003s) 2022-11-23T02:07:33.8169173Z test_histogram_observer_consistent_buffer_shape (quantization.core.test_workflow_module.TestObserver) 2022-11-23T02:07:33.8169667Z Ensures that the buffer shapes do not change from uninitialized to ... ok (0.010s) 2022-11-23T02:07:33.8170156Z test_histogram_observer_save_load_state_dict (quantization.core.test_workflow_module.TestObserver) 2022-11-23T02:07:33.8170572Z Smoke test on saving/loading state_dict ... ok (0.003s) 2022-11-23T02:07:33.8171022Z test_memoryless_minmaxobserver (quantization.core.test_workflow_module.TestObserver) ... ok (0.037s) 2022-11-23T02:07:33.8171582Z test_memoryless_perchannelminmaxobserver (quantization.core.test_workflow_module.TestObserver) ... ok (0.042s) 2022-11-23T02:07:33.8172145Z test_observer_qparams_respects_device_affinity (quantization.core.test_workflow_module.TestObserver) 2022-11-23T02:07:33.8172677Z Ensure that the scale and zero_point returned by the observer ... skip: multi-GPU not supported (0.000s) 2022-11-23T02:07:33.8173331Z test_observer_scriptable (quantization.core.test_workflow_module.TestObserver) ... ok (0.240s) 2022-11-23T02:07:33.8173987Z test_per_channel_observers (quantization.core.test_workflow_module.TestObserver) ... ok (0.788s) 2022-11-23T02:07:33.8174625Z test_per_tensor_observers (quantization.core.test_workflow_module.TestObserver) ... ok (0.211s) 2022-11-23T02:07:33.8175135Z test_save_load_state_dict_script (quantization.core.test_workflow_module.TestObserver) 2022-11-23T02:07:33.8175608Z Tests that we can save and load state_dict for observers that are scripted ... ok (0.427s) 2022-11-23T02:07:33.8176158Z test_state_dict_respects_device_affinity (quantization.core.test_workflow_module.TestObserver) ... skip: multi-GPU not supported (0.001s) 2022-11-23T02:07:33.8176821Z test_zero_numel (quantization.core.test_workflow_module.TestObserver) ... ok (0.003s) 2022-11-23T02:07:33.8177515Z 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-23T02:07:33.8178122Z warnings.warn("non-inplace resize is deprecated") 2022-11-23T02:07:33.8178390Z ok (17.234s) 2022-11-23T02:07:33.8178758Z test_reflection_pad1d (quantization.core.test_quantized_op.TestPadding) ... ok (0.627s) 2022-11-23T02:07:33.8179846Z 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.000s) 2022-11-23T02:07:33.8180994Z 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.003s) 2022-11-23T02:07:33.8181802Z test_avg_pool2d (quantization.core.test_quantized_op.TestQNNPackOps) ... skip: This Pytorch Build has not been built with or does not support QNNPACK (0.007s) 2022-11-23T02:07:33.8182470Z test_hardtanh (quantization.core.test_quantized_op.TestQNNPackOps) ... skip: This Pytorch Build has not been built with or does not support QNNPACK (0.004s) 2022-11-23T02:07:33.8183226Z 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-23T02:07:33.8183909Z 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-23T02:07:33.8184603Z 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-23T02:07:33.8185304Z 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-23T02:07:33.8185979Z test_qnnpack_mul (quantization.core.test_quantized_op.TestQNNPackOps) ... skip: This Pytorch Build has not been built with or does not support QNNPACK (0.006s) 2022-11-23T02:07:33.8186779Z 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-23T02:07:33.8187597Z test_qnnpack_sigmoid (quantization.core.test_quantized_op.TestQNNPackOps) ... skip: This Pytorch Build has not been built with or does not support QNNPACK (0.003s) 2022-11-23T02:07:33.8188448Z 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-23T02:07:33.8189135Z 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-23T02:07:33.8190131Z 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-23T02:07:33.8190878Z warnings.warn( 2022-11-23T02:07:33.8191112Z ok (0.061s) 2022-11-23T02:07:33.8191492Z test_quantization_doc_fx (quantization.core.test_docs.TestQuantizationDocs) ... ok (0.282s) 2022-11-23T02:07:33.8191985Z test_quantization_doc_ptdq (quantization.core.test_docs.TestQuantizationDocs) ... ok (0.006s) 2022-11-23T02:07:33.8192618Z test_quantization_doc_ptsq (quantization.core.test_docs.TestQuantizationDocs) ... ok (0.222s) 2022-11-23T02:07:33.8193252Z test_quantization_doc_qat (quantization.core.test_docs.TestQuantizationDocs) ... ok (0.031s) 2022-11-23T02:07:33.8194970Z 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-23T02:07:33.8196205Z if param.grad is not None: 2022-11-23T02:07:33.8196448Z ok (0.165s) 2022-11-23T02:07:33.8196864Z test_embedding_bag_padding_idx_error (quantization.jit.test_quantize_jit.TestQuantizeDynamicJitOps) ... ok (0.171s) 2022-11-23T02:07:33.8197418Z test_linear (quantization.jit.test_quantize_jit.TestQuantizeDynamicJitOps) ... ok (2.426s) 2022-11-23T02:07:33.8197962Z test_convert_dynamic_fp16 (quantization.jit.test_quantize_jit.TestQuantizeDynamicJitPasses) ... ok (0.031s) 2022-11-23T02:07:33.8198982Z 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-23T02:07:33.8199878Z ok (0.977s) 2022-11-23T02:07:33.8200277Z test_dynamic_quant_multi_uses (quantization.jit.test_quantize_jit.TestQuantizeDynamicJitPasses) ... ok (1.212s) 2022-11-23T02:07:33.8201137Z test_dynamic_shared_weights (quantization.jit.test_quantize_jit.TestQuantizeDynamicJitPasses) ... ok (1.424s) 2022-11-23T02:07:33.8201730Z test_dynamic_weight_observer (quantization.jit.test_quantize_jit.TestQuantizeDynamicJitPasses) ... ok (0.285s) 2022-11-23T02:07:33.8202301Z test_dynamic_with_if (quantization.jit.test_quantize_jit.TestQuantizeDynamicJitPasses) ... ok (3.671s) 2022-11-23T02:07:33.8202882Z test_insert_quant_dequant_linear_dynamic (quantization.jit.test_quantize_jit.TestQuantizeDynamicJitPasses) ... ok (0.289s) 2022-11-23T02:07:33.8203469Z test_prepare_dynamic (quantization.jit.test_quantize_jit.TestQuantizeDynamicJitPasses) ... ok (0.068s) 2022-11-23T02:07:33.8204042Z test_prepare_dynamic_child_qconfig (quantization.jit.test_quantize_jit.TestQuantizeDynamicJitPasses) ... ok (0.070s) 2022-11-23T02:07:33.8204590Z test_quantize_dynamic_fp16 (quantization.jit.test_quantize_jit.TestQuantizeDynamicJitPasses) ... ok (0.035s) 2022-11-23T02:07:33.8205121Z test_conv_1d (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerOps) ... ok (0.066s) 2022-11-23T02:07:33.8205616Z test_conv_2d (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerOps) ... ok (0.053s) 2022-11-23T02:07:33.8206111Z test_conv_3d (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerOps) ... ok (0.074s) 2022-11-23T02:07:33.8206770Z test_conv_transpose_1d (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerOps) ... ok (0.047s) 2022-11-23T02:07:33.8207444Z test_conv_transpose_2d (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerOps) ... ok (0.051s) 2022-11-23T02:07:33.8208122Z test_conv_transpose_3d (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerOps) ... ok (0.084s) 2022-11-23T02:07:33.8208634Z test_functional_module (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerOps) ... ok (1.049s) 2022-11-23T02:07:33.8209181Z test_int16_reference_module (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerOps) ... ok (0.028s) 2022-11-23T02:07:33.8209830Z test_leaky_relu (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerOps) ... ok (0.006s) 2022-11-23T02:07:33.8210346Z test_linear (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerOps) ... ok (0.056s) 2022-11-23T02:07:33.8210857Z test_relu (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerOps) ... ok (0.000s) 2022-11-23T02:07:33.8211414Z test_embedding_ops_dynamic (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQDynamic) ... ok (0.017s) 2022-11-23T02:07:33.8212007Z test_forward_hooks_preserved (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQDynamic) 2022-11-23T02:07:33.8212482Z Test post-training dynamic quantization on preserving ... ok (0.009s) 2022-11-23T02:07:33.8213140Z test_linear_relu_fusion (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQDynamic) ... ok (0.222s) 2022-11-23T02:07:33.8213832Z test_nested1 (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQDynamic) 2022-11-23T02:07:33.8214428Z Test quantization for nested model, top level 'fc3' and ... ok (1.787s) 2022-11-23T02:07:33.8214897Z test_nested2 (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQDynamic) 2022-11-23T02:07:33.8215381Z Another test case for quantized, we will quantize all submodules ... ok (2.061s) 2022-11-23T02:07:33.8215864Z test_nested3 (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQDynamic) 2022-11-23T02:07:33.8216313Z More complicated nested test case with child qconfig overrides ... ok (1.978s) 2022-11-23T02:07:33.8216910Z test_per_channel_linear_quantize (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQDynamic) 2022-11-23T02:07:33.8217424Z Test quantization for per_channel dynamic quantization ... ok (0.946s) 2022-11-23T02:07:33.8217906Z test_quantized_rnn (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQDynamic) 2022-11-23T02:07:33.8218471Z Test dynamic quantization, scriptability and serialization for dynamic quantized lstm modules on int8 and fp16 ... ok (3.085s) 2022-11-23T02:07:33.8219035Z test_quantized_rnn_cell (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQDynamic) 2022-11-23T02:07:33.8219794Z Test dynamic quantization, scriptability and serialization for dynamic quantized rnn cell modules on int8 and fp16 ... ok (1.477s) 2022-11-23T02:07:33.8220450Z test_single_layer (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQDynamic) 2022-11-23T02:07:33.8221136Z Dynamic Quantize SingleLayerLinearDynamicModel which has one Linear module, ... ok (0.865s) 2022-11-23T02:07:33.8221664Z test_two_layers (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQDynamic) 2022-11-23T02:07:33.8222170Z TwoLayerLinearModel has two Linear modules but we only quantize the second one ... ok (0.749s) 2022-11-23T02:07:33.8222685Z test_type_match_rule (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQDynamic) 2022-11-23T02:07:33.8223163Z Test quantization for nested model, top level 'fc3' and ... ok (1.132s) 2022-11-23T02:07:33.8223629Z test_activations (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic) 2022-11-23T02:07:33.8224037Z Test quantization of activations ... ok (1.442s) 2022-11-23T02:07:33.8224512Z test_activations_in_non_leaf_module_list (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic) 2022-11-23T02:07:33.8225033Z Ensure activations like `nn.Sigmoid` and `nn.Tanh` are properly handled in ... ok (0.010s) 2022-11-23T02:07:33.8225575Z test_convtranspose_per_channel_fails_early (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic) 2022-11-23T02:07:33.8226279Z Verifies that attempting to quantize a ConvTranspose module with per-Channel ... ok (0.004s) 2022-11-23T02:07:33.8226848Z test_convtranspose_per_channel_qconfig_none (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic) 2022-11-23T02:07:33.8227841Z Verifies that having qconfig==None for conv transpose does not crash ... ok (0.003s) 2022-11-23T02:07:33.8228339Z test_custom_module_class (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic) ... ok (0.025s) 2022-11-23T02:07:33.8228920Z test_dequant_stub (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic) ... ok (0.020s) 2022-11-23T02:07:33.8229507Z test_forward_hooks_preserved (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic) ... ok (1.290s) 2022-11-23T02:07:33.8230064Z test_manual (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic) 2022-11-23T02:07:33.8230526Z User inserts QuantStub and DeQuantStub in model code ... ok (0.966s) 2022-11-23T02:07:33.8230989Z test_nested1 (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic) 2022-11-23T02:07:33.8231422Z Test quantization for nested model, top level 'fc3' and ... ok (1.981s) 2022-11-23T02:07:33.8231898Z test_nested2 (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic) ... ok (0.817s) 2022-11-23T02:07:33.8232475Z test_nested3 (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic) 2022-11-23T02:07:33.8233099Z More complicated nested test case with child qconfig overrides ... ok (2.645s) 2022-11-23T02:07:33.8233777Z test_normalization (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic) 2022-11-23T02:07:33.8234927Z 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-23T02:07:33.8235748Z warnings.warn("None of the submodule got qconfig applied. Make sure you " 2022-11-23T02:07:33.8236079Z ok (1.131s) 2022-11-23T02:07:33.8236458Z test_quantized_embedding (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic) 2022-11-23T02:07:33.8236982Z Test the post-training quantization flow, serialization and scripting ... ok (0.171s) 2022-11-23T02:07:33.8237506Z test_quantized_embedding_bag (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic) 2022-11-23T02:07:33.8238026Z Test the post-training quantization flow, serialization and scripting ... ok (0.192s) 2022-11-23T02:07:33.8238599Z test_quantwrapper_attaches_qconfig_to_dequant (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic) ... ok (0.013s) 2022-11-23T02:07:33.8239185Z test_resnet_base (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic) 2022-11-23T02:07:33.8239844Z Test quantization for bottleneck topology used in resnet/resnext ... ok (0.698s) 2022-11-23T02:07:33.8240647Z test_save_load_state_dict (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic) 2022-11-23T02:07:33.8241193Z Test PTQ flow of creating a model and quantizing it and saving the quantized state_dict ... ok (2.236s) 2022-11-23T02:07:33.8241709Z test_single_layer (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic) 2022-11-23T02:07:33.8242224Z Quantize SingleLayerLinearModel which has one Linear module, make sure it is swapped ... ok (5.456s) 2022-11-23T02:07:33.8242740Z test_skip_quant (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic) 2022-11-23T02:07:33.8243196Z The case when we want to skip quantizing some layers ... ok (5.492s) 2022-11-23T02:07:33.8243629Z test_two_layers (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic) 2022-11-23T02:07:33.8244140Z TwoLayerLinearModel has two Linear modules but we only quantize the second one ... ok (1.010s) 2022-11-23T02:07:33.8244677Z test_add_scalar_uses_input_qparams (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQAT) ... ok (0.010s) 2022-11-23T02:07:33.8245231Z test_conv_linear (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQAT) ... ok (2.153s) 2022-11-23T02:07:33.8245986Z test_conv_linear_symm (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQAT) 2022-11-23T02:07:33.8246476Z Same as test_conv_linear but with Symmetric quantization. ... ok (0.003s) 2022-11-23T02:07:33.8247320Z test_defused_embedding_bag_linear (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQAT) ... ok (0.757s) 2022-11-23T02:07:33.8247856Z test_dropout (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQAT) ... ok (1.164s) 2022-11-23T02:07:33.8248390Z test_dynamic_qat_linear (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQAT) ... ok (0.821s) 2022-11-23T02:07:33.8248947Z test_embedding_bag_linear (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQAT) ... ok (0.692s) 2022-11-23T02:07:33.8249505Z test_embedding_qat_qconfig_equal (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQAT) ... ok (0.021s) 2022-11-23T02:07:33.8250042Z test_eval_only_fake_quant (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQAT) 2022-11-23T02:07:33.8250476Z Using FakeQuant in evaluation only mode, ... ok (0.058s) 2022-11-23T02:07:33.8251271Z test_forward_hooks_preserved (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQAT) ... ok (0.041s) 2022-11-23T02:07:33.8251793Z test_manual (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQAT) ... ok (1.524s) 2022-11-23T02:07:33.8252346Z test_mul_scalar_uses_input_qparams (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQAT) ... ok (0.013s) 2022-11-23T02:07:33.8253253Z test_qat_embedding_bag_errors (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQAT) ... ok (0.010s) 2022-11-23T02:07:33.8254478Z test_train_save_load_eval (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQAT) 2022-11-23T02:07:33.8255320Z Test QAT flow of creating a model, doing QAT and saving the quantized state_dict ... ok (0.310s) 2022-11-23T02:07:33.8256196Z test_conv_bn_folded_vs_unfolded (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQATNumerics) ... ok (1.961s) 2022-11-23T02:07:33.8257150Z test_conv_bn_relu (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQATNumerics) ... ok (0.741s) 2022-11-23T02:07:33.8258132Z test_fixed_qparam_ops (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQATNumerics) ... ok (0.023s) 2022-11-23T02:07:33.8259176Z test_leaky_relu (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQATNumerics) ... ok (0.012s) 2022-11-23T02:07:33.8259777Z test_linear_bn_numerics (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQATNumerics) ... ok (0.011s) 2022-11-23T02:07:33.8260737Z test_linear_bn_symm_numerics (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQATNumerics) ... ok (0.000s) 2022-11-23T02:07:33.8261331Z test_linear_bn_workflow (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQATNumerics) ... ok (0.056s) 2022-11-23T02:07:33.8261900Z test_relu (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQATNumerics) ... ok (0.002s) 2022-11-23T02:07:33.8262530Z test__convert_to_reference_decomposed_fx (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.044s) 2022-11-23T02:07:33.8263152Z test__convert_to_reference_decomposed_fx_dynamic_quant (quantization.fx.test_quantize_fx.TestQuantizeFx) ... skip: Quantized operations require QNNPACK. (0.003s) 2022-11-23T02:07:33.8263742Z test_assert_on_size_after_quant_layer (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-11-23T02:07:33.8264170Z Verifies that calculating a size of a quantized tensor works ... ok (0.035s) 2022-11-23T02:07:33.8264615Z test_attention (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.247s) 2022-11-23T02:07:33.8265104Z test_backend_config_check_for_weight_and_bias (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-11-23T02:07:33.8265564Z Test to make sure the backend_config check for weight and bias ... ok (0.018s) 2022-11-23T02:07:33.8266206Z test_backend_config_quantization_range (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-11-23T02:07:33.8267488Z 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-23T02:07:33.8269021Z 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 0x000001AA73DB7940>}, weight=functools.partial(, dtype=torch.qint8, qscheme=torch.per_tensor_symmetric){'factory_kwargs': .get_factory_kwargs_based_on_module_device at 0x000001AA73DB7940>}) 2022-11-23T02:07:33.8270179Z warnings.warn(("QConfig %s quantization range must fall within the backend's:\n" 2022-11-23T02:07:33.8270822Z 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-23T02:07:33.8272390Z 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 0x000001AA7FA2DEE0>}, 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 0x000001AA7FA2DEE0>}) 2022-11-23T02:07:33.8273865Z warnings.warn(("QConfig %s quantization range must fall within the backend's:\n" 2022-11-23T02:07:33.8274808Z 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-23T02:07:33.8275706Z warnings.warn("QConfig %s must specify 'quant_min' and 'quant_max', ignoring %s" % 2022-11-23T02:07:33.8276040Z ok (0.062s) 2022-11-23T02:07:33.8276369Z test_backend_config_scale_min (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-11-23T02:07:33.8277979Z 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 0x000001AA27D8A790>}, weight=functools.partial(, dtype=torch.qint8, qscheme=torch.per_tensor_symmetric){'factory_kwargs': .get_factory_kwargs_based_on_module_device at 0x000001AA27D8A790>}) 2022-11-23T02:07:33.8279606Z warnings.warn(("QConfig %s eps (%s) must be greater than or equal to " 2022-11-23T02:07:33.8281366Z 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 0x000001AA4B7CA310>}, 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 0x000001AA4B7CA310>}) 2022-11-23T02:07:33.8282872Z warnings.warn(("QConfig %s eps (%s) must be greater than or equal to " 2022-11-23T02:07:33.8283906Z 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-23T02:07:33.8284908Z warnings.warn("QConfig %s must specify 'eps', ignoring %s" % (debug_string, qconfig)) 2022-11-23T02:07:33.8285244Z ok (0.097s) 2022-11-23T02:07:33.8285739Z test_change_backend_config_for_fixed_qparam_ops (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-11-23T02:07:33.8286249Z Making sure we can skip validation of qconfigs for fixedqparam ops based ... ok (0.016s) 2022-11-23T02:07:33.8287025Z test_channel_shuffle_lowering (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.177s) 2022-11-23T02:07:33.8287501Z test_conv_bn_relu (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-11-23T02:07:33.8287942Z Tests fusion and quantization for "Conv - Bn" and "Conv - Bn - ReLU" ... ok (3.118s) 2022-11-23T02:07:33.8288493Z test_conv_linear_not_reference (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-11-23T02:07:33.8288886Z Test quantizing conv and linear ... ok (3.328s) 2022-11-23T02:07:33.8289287Z test_conv_linear_reference (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-11-23T02:07:33.8289751Z Test quantizing functional conv and linear with reference option ... ok (3.209s) 2022-11-23T02:07:33.8290209Z test_conv_lowering (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.187s) 2022-11-23T02:07:33.8290705Z test_convert_custom_config_from_dict (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.003s) 2022-11-23T02:07:33.8291265Z test_convert_custom_config_set_observed_to_quantized_mapping (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.002s) 2022-11-23T02:07:33.8291843Z test_convert_custom_config_set_preserved_attributes (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.002s) 2022-11-23T02:07:33.8292511Z test_convert_custom_config_to_dict (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.001s) 2022-11-23T02:07:33.8294054Z 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-23T02:07:33.8294798Z warnings.warn( 2022-11-23T02:07:33.8295477Z 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-23T02:07:33.8296217Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-11-23T02:07:33.8296974Z 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-23T02:07:33.8297681Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-11-23T02:07:33.8298131Z ok (0.351s) 2022-11-23T02:07:33.8298515Z test_convtranspose_per_channel_fails_early (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-11-23T02:07:33.8299127Z Verifies that attempting to quantize a ConvTranspose module with per-Channel ... ok (0.016s) 2022-11-23T02:07:33.8299634Z test_copy_node_has_shared_actpp_instance (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-11-23T02:07:33.8300268Z Test the output of CopyNode to have the same ... ok (0.086s) 2022-11-23T02:07:33.8300702Z test_custom_module_class (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.153s) 2022-11-23T02:07:33.8301214Z test_custom_module_class_input_has_multiple_users (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-11-23T02:07:33.8301684Z Tests that the flow still works when the input of custom module ... ok (0.047s) 2022-11-23T02:07:33.8302137Z test_deepcopy_preserve_attributes (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.026s) 2022-11-23T02:07:33.8302653Z test_default_quant_after_none_qconfig (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-11-23T02:07:33.8303082Z Make sure default quant is inserted properly ... ok (0.053s) 2022-11-23T02:07:33.8303487Z test_dequantize (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-11-23T02:07:33.8303897Z Test to make sure dequantize node are placed before ... ok (0.525s) 2022-11-23T02:07:33.8304309Z test_dict_output (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-11-23T02:07:33.8304741Z Make sure quantization runs for models with dictionary output ... ok (0.048s) 2022-11-23T02:07:33.8305271Z test_dynamic_linear_input_multiple_use (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-11-23T02:07:33.8305884Z Tests input for dynamic linear being used by multiple ops ... ok (0.107s) 2022-11-23T02:07:33.8306428Z test_dynamic_quant_fp16 (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.152s) 2022-11-23T02:07:33.8307017Z test_dynamic_quant_weight_observer (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-11-23T02:07:33.8307464Z Test that weight observer is run in convert step ... ok (0.044s) 2022-11-23T02:07:33.8307889Z test_dynamic_with_fusion (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-11-23T02:07:33.8308729Z 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-23T02:07:33.8309556Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-11-23T02:07:33.8309883Z ok (0.143s) 2022-11-23T02:07:33.8310245Z test_dynamic_with_fusion_multiple_uses (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-11-23T02:07:33.8310703Z Tests that dynamic quantization APIs work with Linear + Relu fusion ... ok (0.089s) 2022-11-23T02:07:33.8311147Z test_fold_quant_dequant (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-11-23T02:07:33.8311576Z Test that the sequence of quant-dequant nodes in the ... ok (0.037s) 2022-11-23T02:07:33.8311996Z test_fp32_input_fp32_output (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.036s) 2022-11-23T02:07:33.8312625Z test_fp32_input_quantized_output (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.040s) 2022-11-23T02:07:33.8313192Z test_fp32_sum (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-11-23T02:07:33.8313725Z Verifies that fp32 sum works correctly if it's before or after ... ok (0.122s) 2022-11-23T02:07:33.8314202Z test_fuse_custom_config_from_dict (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.002s) 2022-11-23T02:07:33.8314736Z test_fuse_custom_config_set_preserved_attributes (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.002s) 2022-11-23T02:07:33.8315262Z test_fuse_custom_config_to_dict (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.002s) 2022-11-23T02:07:33.8316419Z test_fused_module_qat_swap (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.049s) 2022-11-23T02:07:33.8316904Z test_fusion_pattern_unquantized (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-11-23T02:07:33.8317371Z Ensure that leaving a possible fusion pattern of multiple nodes ... ok (0.053s) 2022-11-23T02:07:33.8317842Z test_get_default_qconfig_valid_backend (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-11-23T02:07:33.8318340Z Checks that AssertionError is raised when non expected backend input is specified ... ok (0.003s) 2022-11-23T02:07:33.8319017Z test_get_executorch_backend_config (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.000s) 2022-11-23T02:07:33.8319533Z test_getattr_with_nontensor_result (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-11-23T02:07:33.8320200Z Verifies that binary ops get quantized correctly if some ... ok (0.137s) 2022-11-23T02:07:33.8320650Z test_linear_bn (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (1.871s) 2022-11-23T02:07:33.8321109Z test_linear_qint8_activation (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-11-23T02:07:33.8321549Z Test support for qint8 activation in reference pattern ... ok (0.036s) 2022-11-23T02:07:33.8322025Z test_masked_fill_nontensor_args_not_observed (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.051s) 2022-11-23T02:07:33.8322532Z test_mul_add_fp16_config (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.047s) 2022-11-23T02:07:33.8323122Z test_no_obs_between_unmatched_node_and_copy_node (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-11-23T02:07:33.8323622Z Verifies that an observer is not inserted between an unmatched ... ok (0.048s) 2022-11-23T02:07:33.8324090Z test_non_traceable_module (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.031s) 2022-11-23T02:07:33.8324542Z test_not_used (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-11-23T02:07:33.8324919Z Test quantizing a not used value ... ok (0.025s) 2022-11-23T02:07:33.8325305Z test_observer_fqn (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-11-23T02:07:33.8325910Z Test to make sure the observer FQN is based on the quantizable op/module that it is observing ... ok (0.077s) 2022-11-23T02:07:33.8326467Z test_output_lists_and_dicts (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-11-23T02:07:33.8327050Z Verify that specifying complicated output types does not crash. ... ok (0.043s) 2022-11-23T02:07:33.8327523Z test_packed_weight_fused_op (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.104s) 2022-11-23T02:07:33.8327990Z test_pattern_match (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-11-23T02:07:33.8328357Z test MatchAllNode with ... ok (0.014s) 2022-11-23T02:07:33.8328791Z test_permute_nontensor_args_not_observed (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.068s) 2022-11-23T02:07:33.8329295Z test_prepare_custom_config_from_dict (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.008s) 2022-11-23T02:07:33.8329856Z test_prepare_custom_config_set_float_to_observed_mapping (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.004s) 2022-11-23T02:07:33.8330430Z test_prepare_custom_config_set_input_quantized_indexes (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.003s) 2022-11-23T02:07:33.8331007Z test_prepare_custom_config_set_non_traceable_module_classes (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.003s) 2022-11-23T02:07:33.8331590Z test_prepare_custom_config_set_non_traceable_module_names (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.003s) 2022-11-23T02:07:33.8332328Z test_prepare_custom_config_set_output_quantized_indexes (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.003s) 2022-11-23T02:07:33.8333035Z test_prepare_custom_config_set_preserved_attributes (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.003s) 2022-11-23T02:07:33.8333727Z test_prepare_custom_config_set_standalone_module_class (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.004s) 2022-11-23T02:07:33.8334270Z test_prepare_custom_config_set_standalone_module_name (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.004s) 2022-11-23T02:07:33.8334812Z test_prepare_custom_config_to_dict (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.005s) 2022-11-23T02:07:33.8335302Z test_prepare_mode (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.244s) 2022-11-23T02:07:33.8335774Z test_prepared_model_deepcopy (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-11-23T02:07:33.8336242Z Ensures that copy.deepcopy works correctly on a prepared model. ... ok (0.037s) 2022-11-23T02:07:33.8336712Z test_preserve_attributes (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.026s) 2022-11-23T02:07:33.8337180Z test_preserve_qconfig (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-11-23T02:07:33.8337619Z Test to make sure the temporary config option to preserve qconfig attributes ... ok (0.041s) 2022-11-23T02:07:33.8338076Z test_preserve_tuple (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-11-23T02:07:33.8338592Z Test tuple input type is preserved ... ok (0.032s) 2022-11-23T02:07:33.8339160Z test_propagate_dtypes_for_known_nodes_dict_args (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.063s) 2022-11-23T02:07:33.8339855Z test_propagate_dtypes_for_known_nodes_dict_split_tuple_args (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.075s) 2022-11-23T02:07:33.8340518Z test_propagate_dtypes_for_known_nodes_dict_tuple_args (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.037s) 2022-11-23T02:07:33.8341094Z test_propagate_dtypes_for_known_nodes_list_args (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.051s) 2022-11-23T02:07:33.8341618Z test_propagate_dtypes_for_known_nodes_split_list_args (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.050s) 2022-11-23T02:07:33.8342194Z test_propagate_dtypes_for_known_nodes_split_tuple_args (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.053s) 2022-11-23T02:07:33.8342752Z test_propagate_dtypes_for_known_nodes_tuple_args (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.061s) 2022-11-23T02:07:33.8343258Z test_qat_and_script (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.588s) 2022-11-23T02:07:33.8343796Z test_qat_prepare_device_affinity (quantization.fx.test_quantize_fx.TestQuantizeFx) ... skip: multi-GPU not supported (0.000s) 2022-11-23T02:07:33.8344335Z test_qat_skip_untraced (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.070s) 2022-11-23T02:07:33.8344939Z test_qconfig_dict_setup (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.329s) 2022-11-23T02:07:33.8345429Z test_qconfig_dict_with_fused_modules (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.251s) 2022-11-23T02:07:33.8346141Z test_qconfig_for_call_func (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.180s) 2022-11-23T02:07:33.8346649Z test_qconfig_for_call_method (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.160s) 2022-11-23T02:07:33.8347135Z test_qconfig_function (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.051s) 2022-11-23T02:07:33.8347630Z test_qconfig_mapping_from_dict (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.006s) 2022-11-23T02:07:33.8348137Z test_qconfig_mapping_set_global (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.002s) 2022-11-23T02:07:33.8348657Z test_qconfig_mapping_set_module_name (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.005s) 2022-11-23T02:07:33.8349173Z test_qconfig_mapping_set_module_name_object_type_order (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.006s) 2022-11-23T02:07:33.8349721Z test_qconfig_mapping_set_module_name_regex (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.016s) 2022-11-23T02:07:33.8350359Z test_qconfig_mapping_set_object_type (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.007s) 2022-11-23T02:07:33.8350866Z test_qconfig_mapping_to_dict (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.006s) 2022-11-23T02:07:33.8351528Z test_qconfig_module_name_object_type_order (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.140s) 2022-11-23T02:07:33.8352057Z test_qconfig_module_name_regex (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.048s) 2022-11-23T02:07:33.8352886Z test_qconfig_module_type (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.046s) 2022-11-23T02:07:33.8353348Z test_qconfig_none (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.034s) 2022-11-23T02:07:33.8353828Z test_qconfig_precedence (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.083s) 2022-11-23T02:07:33.8354320Z test_qconfig_qat_module_type (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.067s) 2022-11-23T02:07:33.8354804Z test_qnnpack_backend_config (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-11-23T02:07:33.8355300Z Test whether default QNNPACK QConfigs are compatible with the QNNPACK BackendConfig. ... ok (2.191s) 2022-11-23T02:07:33.8355795Z test_qparams_buffers (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.108s) 2022-11-23T02:07:33.8356245Z test_qparams_fqn (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-11-23T02:07:33.8356623Z Test that the FQN of input_scale/zero_point is set ... ok (0.077s) 2022-11-23T02:07:33.8357056Z test_quant_output_always_observed (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-11-23T02:07:33.8357595Z If the output is hardcoded to be quantized, ensure that ... ok (0.249s) 2022-11-23T02:07:33.8358224Z test_quantized_input_fp32_output (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.035s) 2022-11-23T02:07:33.8358763Z test_quantized_input_quantized_output (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.037s) 2022-11-23T02:07:33.8359491Z test_quantized_model_type (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-11-23T02:07:33.8359926Z Test state_dict and deepcopy works properly in the quantized model ... ok (0.057s) 2022-11-23T02:07:33.8360380Z test_ref_conv_module (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-11-23T02:07:33.8360800Z Make sure the numerics for models with ref conv module ... ok (0.286s) 2022-11-23T02:07:33.8361225Z test_ref_linear_module (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-11-23T02:07:33.8361647Z Make sure the numerics for models with ref linear module ... ok (0.086s) 2022-11-23T02:07:33.8362096Z test_register_patterns (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.005s) 2022-11-23T02:07:33.8362561Z test_relu_lowering (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.041s) 2022-11-23T02:07:33.8363007Z test_remove_qconfig (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.030s) 2022-11-23T02:07:33.8363509Z test_repeat_nontensor_args_not_observed (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.036s) 2022-11-23T02:07:33.8364023Z test_reroute_tuple_getitem_patterns (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-11-23T02:07:33.8364512Z The following graph should redirect the output to `b`. After the transformation, ... ok (0.010s) 2022-11-23T02:07:33.8365178Z test_reshape_nontensor_args_not_observed (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.055s) 2022-11-23T02:07:33.8365794Z test_return_none (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.025s) 2022-11-23T02:07:33.8366365Z test_reuse_input_qconfig (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.318s) 2022-11-23T02:07:33.8366859Z test_save_observer_state_dict (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (1.377s) 2022-11-23T02:07:33.8367341Z test_sequential (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.741s) 2022-11-23T02:07:33.8367817Z test_shape_followed_by_quantized_op (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-11-23T02:07:33.8368346Z Make sure that shape does not dequantize ... ok (0.053s) 2022-11-23T02:07:33.8368798Z test_size_nontensor_args_not_observed (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.049s) 2022-11-23T02:07:33.8369321Z test_stack_trace_preserved_linear (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.035s) 2022-11-23T02:07:33.8369819Z test_standalone_module_float_interface (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.252s) 2022-11-23T02:07:33.8370358Z test_standalone_module_quantized_interface (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.256s) 2022-11-23T02:07:33.8370838Z test_state_dict (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-11-23T02:07:33.8371387Z Make sure packed params appear in state_dict ... ok (0.207s) 2022-11-23T02:07:33.8371801Z test_static_lstm (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-11-23T02:07:33.8372519Z Test statically quantized custom module LSTM followed by ops that consume individual ... ok (0.713s) 2022-11-23T02:07:33.8372988Z test_static_lstm_consume_tuple (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-11-23T02:07:33.8373472Z Test statically quantized custom module LSTM followed by a module that consumes the ... ok (0.622s) 2022-11-23T02:07:33.8373957Z test_static_lstm_with_custom_fixed_qparams (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-11-23T02:07:33.8374443Z Test statically quantized LSTM with custom fixed qparams assigned to each of the ... ok (0.189s) 2022-11-23T02:07:33.8374904Z test_sub_scalar (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.056s) 2022-11-23T02:07:33.8375474Z test_symmetric_qnnpack_qconfig_mapping (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-11-23T02:07:33.8376024Z Test whether `torch.ao.quantization.qconfig_mapping._get_symmetric_qnnpack_qconfig_mapping` ... ok (0.009s) 2022-11-23T02:07:33.8376551Z test_torch_transpose_nontensor_args_not_observed (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.045s) 2022-11-23T02:07:33.8377110Z test_torch_unsqueeze_nontensor_args_not_observed (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.051s) 2022-11-23T02:07:33.8377628Z test_trace_quantize_per_tensor (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.046s) 2022-11-23T02:07:33.8378313Z test_transpose_nontensor_args_not_observed (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.060s) 2022-11-23T02:07:33.8379095Z test_unsqueeze__nontensor_args_not_observed (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.041s) 2022-11-23T02:07:33.8379650Z test_unsqueeze_nontensor_args_not_observed (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.056s) 2022-11-23T02:07:33.8380180Z test_view_nontensor_args_not_observed (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.059s) 2022-11-23T02:07:33.8380713Z test_model_dropout (quantization.fx.test_quantize_fx.TestQuantizeFxModels) ... skip: no torchvision (0.001s) 2022-11-23T02:07:33.8381259Z test_prepare_serialize_switch_device_convert (quantization.fx.test_quantize_fx.TestQuantizeFxModels) ... ok (1.772s) 2022-11-23T02:07:33.8381805Z test_qat_embedding_linear (quantization.fx.test_quantize_fx.TestQuantizeFxModels) ... ok (1.662s) 2022-11-23T02:07:33.8382320Z test_qat_embeddingbag_linear (quantization.fx.test_quantize_fx.TestQuantizeFxModels) ... ok (1.812s) 2022-11-23T02:07:33.8382845Z test_qat_functional_linear (quantization.fx.test_quantize_fx.TestQuantizeFxModels) ... ok (0.550s) 2022-11-23T02:07:33.8383382Z test_resnet18_ddp (quantization.fx.test_quantize_fx.TestQuantizeFxModels) ... skip: no torchvision (0.002s) 2022-11-23T02:07:33.8383896Z test_resnet_base (quantization.fx.test_quantize_fx.TestQuantizeFxModels) ... ok (1.612s) 2022-11-23T02:07:33.8384541Z test_static_gpu_convert_basic (quantization.fx.test_quantize_fx.TestQuantizeFxModels) ... ok (0.543s) 2022-11-23T02:07:33.8385067Z test_switch_device_prepare_convert (quantization.fx.test_quantize_fx.TestQuantizeFxModels) ... ok (0.965s) 2022-11-23T02:07:33.8385983Z test_torchvision (quantization.fx.test_quantize_fx.TestQuantizeFxModels) ... skip: no torchvision (0.003s) 2022-11-23T02:07:33.8386487Z test_add (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (13.386s) 2022-11-23T02:07:33.8386954Z test_add_relu (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (13.563s) 2022-11-23T02:07:33.8387461Z test_add_relu_multiple_uses_of_relu (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.080s) 2022-11-23T02:07:33.8387962Z test_ave_pool_with_custom_cfg (quantization.fx.test_quantize_fx.TestQuantizeFxOps) 2022-11-23T02:07:33.8388405Z A test that checks correct patterns are produced for ... ok (0.039s) 2022-11-23T02:07:33.8388909Z test_bmm (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... skip: This is no longer needed right now, can enable later with new api (0.000s) 2022-11-23T02:07:33.8389446Z test_bmm_int_reference (quantization.fx.test_quantize_fx.TestQuantizeFxOps) 2022-11-23T02:07:33.8389887Z int8 is not supported for bmm so we won't produce reference ... ok (0.037s) 2022-11-23T02:07:33.8390318Z test_boolean_tensor (quantization.fx.test_quantize_fx.TestQuantizeFxOps) 2022-11-23T02:07:33.8390744Z Make sure we don't insert observer for boolean Tensors ... ok (0.028s) 2022-11-23T02:07:33.8391299Z test_cat (quantization.fx.test_quantize_fx.TestQuantizeFxOps) 2022-11-23T02:07:33.8391801Z quantization of the output of cat will depend on the ... ok (1.239s) 2022-11-23T02:07:33.8392359Z test_chunk (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.046s) 2022-11-23T02:07:33.8392917Z test_clamp (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (2.761s) 2022-11-23T02:07:33.8393406Z test_conv_module (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (1.062s) 2022-11-23T02:07:33.8394000Z 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-23T02:07:33.8394689Z 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-23T02:07:33.8395255Z test_copy_node_fp32_input (quantization.fx.test_quantize_fx.TestQuantizeFxOps) 2022-11-23T02:07:33.8395675Z CopyNode works for both fp32 and int8 inputs, this is a test to make ... ok (0.042s) 2022-11-23T02:07:33.8396205Z 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-23T02:07:33.8396741Z test_elu (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (1.582s) 2022-11-23T02:07:33.8397207Z test_embedding (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.198s) 2022-11-23T02:07:33.8397802Z test_embedding_bag (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.151s) 2022-11-23T02:07:33.8398406Z test_fixed_qparams_ops (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.807s) 2022-11-23T02:07:33.8399050Z test_fixed_qparams_ops_fp16 (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.096s) 2022-11-23T02:07:33.8399532Z test_fixed_qparams_ops_qint8 (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.114s) 2022-11-23T02:07:33.8400042Z test_fixed_qparams_ops_wrong_qconfig (quantization.fx.test_quantize_fx.TestQuantizeFxOps) 2022-11-23T02:07:33.8401677Z 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 0x000001AA7EC75430>}, weight=functools.partial(, dtype=torch.qint8, qscheme=torch.per_tensor_symmetric){'factory_kwargs': .get_factory_kwargs_based_on_module_device at 0x000001AA7EC75430>}). 2022-11-23T02:07:33.8403421Z Please use torch.ao.quantization.get_default_qconfig_mapping or torch.ao.quantization.get_default_qat_qconfig_mapping. Example: 2022-11-23T02:07:33.8403897Z qconfig_mapping = get_default_qconfig_mapping("fbgemm") 2022-11-23T02:07:33.8404418Z model = prepare_fx(model, qconfig_mapping, example_inputs) 2022-11-23T02:07:33.8404991Z warnings.warn(("QConfig must specify a FixedQParamsObserver or a FixedQParamsFakeQuantize " 2022-11-23T02:07:33.8406667Z 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 0x000001AA7EC75040>}, weight=functools.partial(, dtype=torch.qint8, qscheme=torch.per_tensor_symmetric){'factory_kwargs': .get_factory_kwargs_based_on_module_device at 0x000001AA7EC75040>}). 2022-11-23T02:07:33.8408696Z Please use torch.ao.quantization.get_default_qconfig_mapping or torch.ao.quantization.get_default_qat_qconfig_mapping. Example: 2022-11-23T02:07:33.8409267Z qconfig_mapping = get_default_qconfig_mapping("fbgemm") 2022-11-23T02:07:33.8409653Z model = prepare_fx(model, qconfig_mapping, example_inputs) 2022-11-23T02:07:33.8410118Z warnings.warn(("QConfig must specify a FixedQParamsObserver or a FixedQParamsFakeQuantize " 2022-11-23T02:07:33.8411987Z 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 0x000001AA7EC758B0>}, weight=functools.partial(, dtype=torch.qint8, qscheme=torch.per_tensor_symmetric){'factory_kwargs': .get_factory_kwargs_based_on_module_device at 0x000001AA7EC758B0>}). 2022-11-23T02:07:33.8413508Z Please use torch.ao.quantization.get_default_qconfig_mapping or torch.ao.quantization.get_default_qat_qconfig_mapping. Example: 2022-11-23T02:07:33.8414007Z qconfig_mapping = get_default_qconfig_mapping("fbgemm") 2022-11-23T02:07:33.8414393Z model = prepare_fx(model, qconfig_mapping, example_inputs) 2022-11-23T02:07:33.8414856Z warnings.warn(("QConfig must specify a FixedQParamsObserver or a FixedQParamsFakeQuantize " 2022-11-23T02:07:33.8416380Z 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 0x000001AA7EC75CA0>}, weight=functools.partial(, dtype=torch.qint8, qscheme=torch.per_tensor_symmetric){'factory_kwargs': .get_factory_kwargs_based_on_module_device at 0x000001AA7EC75CA0>}). 2022-11-23T02:07:33.8418246Z Please use torch.ao.quantization.get_default_qconfig_mapping or torch.ao.quantization.get_default_qat_qconfig_mapping. Example: 2022-11-23T02:07:33.8418435Z qconfig_mapping = get_default_qconfig_mapping("fbgemm") 2022-11-23T02:07:33.8418746Z model = prepare_fx(model, qconfig_mapping, example_inputs) 2022-11-23T02:07:33.8419012Z warnings.warn(("QConfig must specify a FixedQParamsObserver or a FixedQParamsFakeQuantize " 2022-11-23T02:07:33.8419104Z ok (0.052s) 2022-11-23T02:07:33.8419319Z test_float_functional (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.158s) 2022-11-23T02:07:33.8419554Z test_functional_conv (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (19.579s) 2022-11-23T02:07:33.8419787Z test_functional_linear (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (25.846s) 2022-11-23T02:07:33.8420071Z test_gelu_normal (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... skip: TODO: reenable with backend_config api (0.002s) 2022-11-23T02:07:33.8420398Z test_gelu_reference (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... skip: This is no longer needed right now, can enable later with new api (0.003s) 2022-11-23T02:07:33.8420612Z test_general_shape_ops (quantization.fx.test_quantize_fx.TestQuantizeFxOps) 2022-11-23T02:07:33.8420786Z A test that checks dequantize will be swapped for ... ok (0.713s) 2022-11-23T02:07:33.8420998Z test_general_value_ops (quantization.fx.test_quantize_fx.TestQuantizeFxOps) 2022-11-23T02:07:33.8421180Z A test that checks correct patterns are produced for ... ok (0.114s) 2022-11-23T02:07:33.8421467Z test_getitem (quantization.fx.test_quantize_fx.TestQuantizeFxOps) 2022-11-23T02:07:33.8421701Z Make sure we only insert observer for getitem if the following node is matched ... ok (0.141s) 2022-11-23T02:07:33.8421923Z test_hardswish (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (1.766s) 2022-11-23T02:07:33.8422145Z test_instance_norm (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (3.148s) 2022-11-23T02:07:33.8422375Z test_int8_input_no_unnecessary_fq (quantization.fx.test_quantize_fx.TestQuantizeFxOps) 2022-11-23T02:07:33.8422560Z If the inputs to the graph are quantized and the only node ... ok (0.037s) 2022-11-23T02:07:33.8422782Z test_layer_norm (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (1.205s) 2022-11-23T02:07:33.8422999Z test_leaky_relu (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (1.707s) 2022-11-23T02:07:33.8423229Z test_linear_dynamic_fp16 (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.910s) 2022-11-23T02:07:33.8423452Z test_linear_module (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (8.248s) 2022-11-23T02:07:33.8423665Z test_linear_static_fp16 (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.830s) 2022-11-23T02:07:33.8424141Z test_mish_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-23T02:07:33.8424367Z test_mul (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (13.644s) 2022-11-23T02:07:33.8424583Z test_mul_relu (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (13.364s) 2022-11-23T02:07:33.8424922Z test_multiple_qconfigs_for_single_value (quantization.fx.test_quantize_fx.TestQuantizeFxOps) 2022-11-23T02:07:33.8425093Z Test multiple qconfigs for a single value ... ok (0.035s) 2022-11-23T02:07:33.8425864Z 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-23T02:07:33.8426075Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-11-23T02:07:33.8426161Z ok (0.857s) 2022-11-23T02:07:33.8426481Z test_prelu (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.895s) 2022-11-23T02:07:33.8426706Z test_qbatch_norm (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.836s) 2022-11-23T02:07:33.8426936Z test_qbatch_norm_relu (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (4.131s) 2022-11-23T02:07:33.8427149Z test_qmatmul (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.262s) 2022-11-23T02:07:33.8427385Z test_quantized_add_qat (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.075s) 2022-11-23T02:07:33.8427603Z test_quantized_conv_relu (quantization.fx.test_quantize_fx.TestQuantizeFxOps) 2022-11-23T02:07:33.8427767Z tests for conv1d_relu/conv2d_relu/conv3d_relu ... ok (4.655s) 2022-11-23T02:07:33.8427994Z test_quantized_mul_qat (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.061s) 2022-11-23T02:07:33.8428228Z test_ref_pattern_multi_use (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.190s) 2022-11-23T02:07:33.8428453Z test_reshape_fp16 (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.075s) 2022-11-23T02:07:33.8428658Z test_rnn (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (1.045s) 2022-11-23T02:07:33.8428872Z test_rnn_cell (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (2.096s) 2022-11-23T02:07:33.8429178Z test_silu_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-23T02:07:33.8429542Z test_softmax_normal (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... skip: TODO: reenable with backend_config api (0.000s) 2022-11-23T02:07:33.8429891Z test_softmax_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-23T02:07:33.8430194Z test_sub (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... skip: This is no longer needed right now, can enable later with new api (0.000s) 2022-11-23T02:07:33.8430490Z test_sum (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... skip: This is no longer needed right now, can enable later with new api (0.000s) 2022-11-23T02:07:33.8430838Z test_conv (quantization.jit.test_quantize_jit.TestQuantizeJit) ... ok (3.130s) 2022-11-23T02:07:33.8431061Z test_conv_bn (quantization.jit.test_quantize_jit.TestQuantizeJit) ... ok (0.748s) 2022-11-23T02:07:33.8431288Z test_conv_transpose (quantization.jit.test_quantize_jit.TestQuantizeJit) ... ok (0.000s) 2022-11-23T02:07:33.8431760Z test_linear_dynamic_fp16 (quantization.jit.test_quantize_jit.TestQuantizeJit) ... [W QuantUtils.h:215] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-11-23T02:07:33.8432129Z [W QuantUtils.h:215] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-11-23T02:07:33.8432220Z ok (0.084s) 2022-11-23T02:07:33.8433350Z 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-23T02:07:33.8433474Z if param.grad is not None: 2022-11-23T02:07:33.8433561Z ok (2.204s) 2022-11-23T02:07:33.8433795Z test_observer_with_ignored_function (quantization.jit.test_quantize_jit.TestQuantizeJit) 2022-11-23T02:07:33.8433988Z Test observers with ignored function and make sure it works in ... ok (2.552s) 2022-11-23T02:07:33.8434687Z 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-23T02:07:33.8434787Z warnings.warn( 2022-11-23T02:07:33.8434871Z ok (6.021s) 2022-11-23T02:07:33.8435109Z test_single_linear_dynamic (quantization.jit.test_quantize_jit.TestQuantizeJit) ... ok (0.003s) 2022-11-23T02:07:33.8435327Z test_skip_quant (quantization.jit.test_quantize_jit.TestQuantizeJit) ... ok (8.857s) 2022-11-23T02:07:33.8435555Z test_cat_linear (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (0.169s) 2022-11-23T02:07:33.8435777Z test_clamp (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (7.914s) 2022-11-23T02:07:33.8436027Z test_conv_with_benchmark_flag (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (0.000s) 2022-11-23T02:07:33.8436249Z test_dequantize_tuple (quantization.jit.test_quantize_jit.TestQuantizeJitOps) 2022-11-23T02:07:33.8436423Z Make sure dequantize can support Tuple of tensor ... ok (2.436s) 2022-11-23T02:07:33.8436638Z test_elu (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (24.583s) 2022-11-23T02:07:33.8436841Z test_general_shape_ops (quantization.jit.test_quantize_jit.TestQuantizeJitOps) 2022-11-23T02:07:33.8437012Z A test that checks dequantize will be swapped for ... ok (0.315s) 2022-11-23T02:07:33.8437362Z test_general_value_ops (quantization.jit.test_quantize_jit.TestQuantizeJitOps) 2022-11-23T02:07:33.8437640Z A test that checks correct patterns are produced for ... ok (0.778s) 2022-11-23T02:07:33.8437881Z test_group_norm (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (15.436s) 2022-11-23T02:07:33.8438215Z test_hardswish (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (18.474s) 2022-11-23T02:07:33.8438909Z 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-23T02:07:33.8439360Z [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-23T02:07:33.8439806Z [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-23T02:07:33.8440231Z [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-23T02:07:33.8440678Z [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-23T02:07:33.8441105Z [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-23T02:07:33.8441546Z [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-23T02:07:33.8441968Z [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-23T02:07:33.8442502Z [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-23T02:07:33.8442929Z [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-23T02:07:33.8443364Z [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-23T02:07:33.8443890Z [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-23T02:07:33.8444363Z [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-23T02:07:33.8444992Z [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-23T02:07:33.8445569Z [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-23T02:07:33.8445997Z [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-23T02:07:33.8446431Z [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-23T02:07:33.8446853Z [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-23T02:07:33.8446941Z ok (28.059s) 2022-11-23T02:07:33.8447172Z test_layer_norm (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (15.936s) 2022-11-23T02:07:33.8447379Z test_linear (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (28.740s) 2022-11-23T02:07:33.8447606Z test_qbatch_norm (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (16.416s) 2022-11-23T02:07:33.8447876Z test_qbatch_norm_relu_BNFuncInplaceRelu (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (10.431s) 2022-11-23T02:07:33.8448129Z test_qbatch_norm_relu_BNFuncRelu (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (10.531s) 2022-11-23T02:07:33.8448378Z test_qbatch_norm_relu_BNRelu (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (21.363s) 2022-11-23T02:07:33.8448611Z test_quantized_add (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (9.113s) 2022-11-23T02:07:33.8448835Z test_quantized_add_alpha (quantization.jit.test_quantize_jit.TestQuantizeJitOps) 2022-11-23T02:07:33.8449037Z Test quant fusion for multiple aten::add using same ... ok (3.057s) 2022-11-23T02:07:33.8449377Z test_quantized_add_relu (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (17.085s) 2022-11-23T02:07:33.8449608Z test_quantized_add_relu_alpha (quantization.jit.test_quantize_jit.TestQuantizeJitOps) 2022-11-23T02:07:33.8449793Z Test quant fusion for multiple aten::add using same ... ok (34.695s) 2022-11-23T02:07:33.8450041Z test_quantized_add_scalar (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (5.749s) 2022-11-23T02:07:33.8450296Z test_quantized_add_scalar_relu (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (11.331s) 2022-11-23T02:07:33.8450653Z test_quantized_cat (quantization.jit.test_quantize_jit.TestQuantizeJitOps) 2022-11-23T02:07:33.8450845Z quantization of the output of cat will be depend on the ... ok (3.014s) 2022-11-23T02:07:33.8451078Z test_quantized_conv (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (6.635s) 2022-11-23T02:07:33.8451438Z test_quantized_conv_relu (quantization.jit.test_quantize_jit.TestQuantizeJitOps) 2022-11-23T02:07:33.8451614Z tests for conv1d_relu/conv2d_relu/conv3d_relu ... ok (26.026s) 2022-11-23T02:07:33.8451958Z test_quantized_mul (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (3.658s) 2022-11-23T02:07:33.8452321Z test_quantized_mul_relu (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (16.857s) 2022-11-23T02:07:33.8452704Z test_quantized_mul_scalar (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (3.285s) 2022-11-23T02:07:33.8453053Z test_quantized_mul_scalar_relu (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (10.559s) 2022-11-23T02:07:33.8453304Z test_conv_trace (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.180s) 2022-11-23T02:07:33.8453558Z test_convtranspose_trace (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.130s) 2022-11-23T02:07:33.8453801Z test_dedup_module_uses (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.013s) 2022-11-23T02:07:33.8454048Z test_finalize_debug (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.193s) 2022-11-23T02:07:33.8454295Z test_finalize_for_linear (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.154s) 2022-11-23T02:07:33.8454546Z test_foldbn_complex_cases (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (2.368s) 2022-11-23T02:07:33.8454787Z test_foldbn_in_submodule (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.197s) 2022-11-23T02:07:33.8455016Z test_foldbn_no_fusion (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) 2022-11-23T02:07:33.8455206Z Test that we don't fuse the cases when module type does not match ... ok (0.014s) 2022-11-23T02:07:33.8455462Z test_foldbn_shared_classtype (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.567s) 2022-11-23T02:07:33.8455706Z test_foldbn_trivial (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.162s) 2022-11-23T02:07:33.8455959Z test_foldbn_trivial_nobias (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.154s) 2022-11-23T02:07:33.8456197Z test_fuse_linear (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.090s) 2022-11-23T02:07:33.8456435Z test_inplace_option (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.370s) 2022-11-23T02:07:33.8456678Z test_insert_observers (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.110s) 2022-11-23T02:07:33.8456950Z test_insert_observers_child_qconfig (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.126s) 2022-11-23T02:07:33.8457204Z test_insert_observers_for_general_ops (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) 2022-11-23T02:07:33.8457389Z Make sure we skip observers for ops that doesn't require ... ok (0.090s) 2022-11-23T02:07:33.8457625Z test_insert_observers_for_if (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.231s) 2022-11-23T02:07:33.8458156Z test_insert_observers_for_if_consistent_observation (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) 2022-11-23T02:07:33.8458328Z check quantization for if works as long as ... ok (0.857s) 2022-11-23T02:07:33.8458591Z test_insert_observers_for_nested_if (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.271s) 2022-11-23T02:07:33.8458866Z test_insert_observers_for_reused_weight (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.059s) 2022-11-23T02:07:33.8459265Z test_insert_observers_interface (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.247s) 2022-11-23T02:07:33.8459664Z test_insert_observers_interface_unshare_type (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.295s) 2022-11-23T02:07:33.8459930Z test_insert_observers_propagate_observed (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) 2022-11-23T02:07:33.8460136Z Make sure we propagate observed property through general ops ... ok (0.076s) 2022-11-23T02:07:33.8460432Z test_insert_observers_propagate_observed_for_function (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.086s) 2022-11-23T02:07:33.8460710Z test_insert_observers_propagate_observed_in_submodule (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) 2022-11-23T02:07:33.8460911Z Make sure we propagate observed property through general ops ... ok (0.099s) 2022-11-23T02:07:33.8461185Z test_insert_observers_shared_class_type (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.076s) 2022-11-23T02:07:33.8461526Z test_insert_observers_skip_values (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.263s) 2022-11-23T02:07:33.8461808Z test_insert_observers_weight_dtype (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.069s) 2022-11-23T02:07:33.8462064Z test_insert_quant_dequant (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.284s) 2022-11-23T02:07:33.8462346Z test_insert_quant_dequant_shared_class_type (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.431s) 2022-11-23T02:07:33.8462599Z test_interface_with_fork (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.359s) 2022-11-23T02:07:33.8462834Z test_module_list (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.257s) 2022-11-23T02:07:33.8463065Z test_quantize_fork_wait (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) 2022-11-23T02:07:33.8463574Z 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-23T02:07:33.8463660Z ok (0.200s) 2022-11-23T02:07:33.8463924Z test_replicate_dequant_same_value (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.165s) 2022-11-23T02:07:33.8464180Z test_replicate_dequantize (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.022s) 2022-11-23T02:07:33.8464428Z test_replicate_dequantize_in_block (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.022s) 2022-11-23T02:07:33.8464668Z test_replicate_quantize_for_if (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) 2022-11-23T02:07:33.8465326Z 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-23T02:07:33.8465741Z [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-23T02:07:33.8466273Z [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-23T02:07:33.8466974Z [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-23T02:07:33.8467061Z ok (0.341s) 2022-11-23T02:07:33.8467323Z test_skip_dequant_constant_prop (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.187s) 2022-11-23T02:07:33.8467581Z test_swap_functional_linear (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.019s) 2022-11-23T02:07:33.8467906Z test_benchmark (quantization.core.test_quantized_op.TestQuantizedConv) ... skip: used for local benchmarking, comment when we want to run it (0.007s) 2022-11-23T02:07:33.8468132Z test_qconv1d (quantization.core.test_quantized_op.TestQuantizedConv) ... ok (1.638s) 2022-11-23T02:07:33.8468555Z 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.016s) 2022-11-23T02:07:33.8468795Z test_qconv1d_unpack (quantization.core.test_quantized_op.TestQuantizedConv) ... ok (0.682s) 2022-11-23T02:07:33.8469017Z test_qconv2d (quantization.core.test_quantized_op.TestQuantizedConv) ... ok (8.424s) 2022-11-23T02:07:33.8469510Z 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.021s) 2022-11-23T02:07:33.8469755Z test_qconv2d_unpack (quantization.core.test_quantized_op.TestQuantizedConv) ... ok (0.946s) 2022-11-23T02:07:33.8469973Z test_qconv3d (quantization.core.test_quantized_op.TestQuantizedConv) ... ok (1.022s) 2022-11-23T02:07:33.8470204Z test_qconv3d_unpack (quantization.core.test_quantized_op.TestQuantizedConv) ... ok (1.238s) 2022-11-23T02:07:33.8470451Z test_qconv_transpose1d (quantization.core.test_quantized_op.TestQuantizedConv) ... ok (0.002s) 2022-11-23T02:07:33.8470826Z 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.009s) 2022-11-23T02:07:33.8471189Z 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.012s) 2022-11-23T02:07:33.8471442Z test_embedding (quantization.core.test_quantized_op.TestQuantizedEmbeddingOps) ... ok (0.276s) 2022-11-23T02:07:33.8471699Z test_embedding_2d_indices (quantization.core.test_quantized_op.TestQuantizedEmbeddingOps) 2022-11-23T02:07:33.8472018Z Tests the case where 2D indices are passed into the operator ... ok (0.000s) 2022-11-23T02:07:33.8472289Z test_embedding_bag_2bit (quantization.core.test_quantized_op.TestQuantizedEmbeddingOps) ... ok (0.326s) 2022-11-23T02:07:33.8472696Z test_embedding_bag_2bit_unpack (quantization.core.test_quantized_op.TestQuantizedEmbeddingOps) ... skip: Test needs Caffe2 (0.006s) 2022-11-23T02:07:33.8473078Z test_embedding_bag_2d_indices (quantization.core.test_quantized_op.TestQuantizedEmbeddingOps) 2022-11-23T02:07:33.8473278Z Tests the case where 2D indices are passed into the operator ... ok (0.000s) 2022-11-23T02:07:33.8473540Z test_embedding_bag_4bit (quantization.core.test_quantized_op.TestQuantizedEmbeddingOps) ... ok (0.304s) 2022-11-23T02:07:33.8473848Z test_embedding_bag_4bit_unpack (quantization.core.test_quantized_op.TestQuantizedEmbeddingOps) ... skip: Test needs Caffe2 (0.001s) 2022-11-23T02:07:33.8474091Z test_embedding_bag_byte (quantization.core.test_quantized_op.TestQuantizedEmbeddingOps) ... ok (0.277s) 2022-11-23T02:07:33.8474384Z test_embedding_bag_byte_unpack (quantization.core.test_quantized_op.TestQuantizedEmbeddingOps) ... skip: Test needs Caffe2 (0.001s) 2022-11-23T02:07:33.8474765Z test_conv1d_api (quantization.core.test_quantized_functional.TestQuantizedFunctionalOps) ... ok (0.204s) 2022-11-23T02:07:33.8475040Z test_conv2d_api (quantization.core.test_quantized_functional.TestQuantizedFunctionalOps) ... ok (0.213s) 2022-11-23T02:07:33.8475305Z test_conv3d_api (quantization.core.test_quantized_functional.TestQuantizedFunctionalOps) ... ok (0.331s) 2022-11-23T02:07:33.8476030Z 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-23T02:07:33.8476131Z warnings.warn( 2022-11-23T02:07:33.8476215Z ok (0.107s) 2022-11-23T02:07:33.8476493Z test_relu_api (quantization.core.test_quantized_functional.TestQuantizedFunctionalOps) ... ok (0.006s) 2022-11-23T02:07:33.8476720Z test_qlinear (quantization.core.test_quantized_op.TestQuantizedLinear) ... ok (2.064s) 2022-11-23T02:07:33.8477153Z 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.030s) 2022-11-23T02:07:33.8477394Z test_qlinear_unpack (quantization.core.test_quantized_op.TestQuantizedLinear) ... ok (0.287s) 2022-11-23T02:07:33.8477706Z test_adaptive_avg_pool (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (3.506s) 2022-11-23T02:07:33.8477972Z test_adaptive_avg_pool2d_nhwc (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.193s) 2022-11-23T02:07:33.8478227Z test_adaptive_avg_pool3d_ndhwc (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.152s) 2022-11-23T02:07:33.8478594Z test_add_scalar_relu (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.483s) 2022-11-23T02:07:33.8478822Z test_advanced_indexing (quantization.core.test_quantized_op.TestQuantizedOps) 2022-11-23T02:07:33.8479017Z Verifies that the x[:, [0], :, :] syntax works for quantized tensors. ... ok (0.016s) 2022-11-23T02:07:33.8479327Z test_avg_pool2d (quantization.core.test_quantized_op.TestQuantizedOps) 2022-11-23T02:07:33.8479685Z Note: we currently cannot test the divisor_override, because quantized op will clamp the result ... ok (2.885s) 2022-11-23T02:07:33.8479910Z test_avg_pool2d_nhwc (quantization.core.test_quantized_op.TestQuantizedOps) 2022-11-23T02:07:33.8480159Z Note: 1) we currently cannot test the divisor_override, because quantized op will clamp the result ... ok (3.072s) 2022-11-23T02:07:33.8480366Z test_avg_pool3d (quantization.core.test_quantized_op.TestQuantizedOps) 2022-11-23T02:07:33.8480610Z Note: we currently cannot test the divisor_override, because quantized op will clamp the result ... ok (13.804s) 2022-11-23T02:07:33.8480809Z test_avg_pool3d_nhwc (quantization.core.test_quantized_op.TestQuantizedOps) 2022-11-23T02:07:33.8481055Z Note: 1) we currently cannot test the divisor_override, because quantized op will clamp the result ... ok (20.351s) 2022-11-23T02:07:33.8481277Z test_batch_norm (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (2.039s) 2022-11-23T02:07:33.8481507Z test_batch_norm_relu (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (1.672s) 2022-11-23T02:07:33.8481721Z test_cat (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.650s) 2022-11-23T02:07:33.8481942Z test_cat_nhwc (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.665s) 2022-11-23T02:07:33.8482173Z test_channel_shuffle (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (4.543s) 2022-11-23T02:07:33.8482409Z test_custom_module_lstm (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (77.594s) 2022-11-23T02:07:33.8483099Z 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-23T02:07:33.8483198Z warnings.warn( 2022-11-23T02:07:33.8483284Z ok (23.888s) 2022-11-23T02:07:33.8483962Z 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-23T02:07:33.8484241Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-11-23T02:07:33.8484327Z ok (0.021s) 2022-11-23T02:07:33.8484545Z test_equal (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.514s) 2022-11-23T02:07:33.8484776Z test_group_norm (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (13.548s) 2022-11-23T02:07:33.8485112Z test_hardswish (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (1.050s) 2022-11-23T02:07:33.8485347Z test_hardtanh (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (1.399s) 2022-11-23T02:07:33.8485576Z test_instance_norm (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (2.007s) 2022-11-23T02:07:33.8485879Z test_interpolate (quantization.core.test_quantized_op.TestQuantizedOps) 2022-11-23T02:07:33.8486265Z This test cover upsample_nearest2d and upsample_bilinear2d ... ok (8.404s) 2022-11-23T02:07:33.8486493Z test_interpolate3d (quantization.core.test_quantized_op.TestQuantizedOps) 2022-11-23T02:07:33.8486650Z This test cover upsample_nearest3d ... ok (40.065s) 2022-11-23T02:07:33.8486874Z test_leaky_relu (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.051s) 2022-11-23T02:07:33.8487133Z test_leaky_relu_observed_output (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.892s) 2022-11-23T02:07:33.8487375Z test_linear_bias_unpack (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.003s) 2022-11-23T02:07:33.8487596Z test_max_pool1d (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.577s) 2022-11-23T02:07:33.8487818Z test_max_pool2d (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (1.574s) 2022-11-23T02:07:33.8488247Z 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.019s) 2022-11-23T02:07:33.8488480Z test_max_pool2d_nhwc (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (1.424s) 2022-11-23T02:07:33.8488695Z test_mean (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.370s) 2022-11-23T02:07:33.8488926Z test_mul_scalar_relu (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.581s) 2022-11-23T02:07:33.8489816Z 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-23T02:07:33.8489906Z ok (0.000s) 2022-11-23T02:07:33.8490340Z 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.000s) 2022-11-23T02:07:33.8490889Z 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.000s) 2022-11-23T02:07:33.8491149Z test_qadd_relu_different_qparams (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.016s) 2022-11-23T02:07:33.8491392Z test_qadd_relu_same_qparams (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.008s) 2022-11-23T02:07:33.8491741Z test_qcelu (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.285s) 2022-11-23T02:07:33.8491973Z test_qclamp (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (1.629s) 2022-11-23T02:07:33.8492188Z test_qelu (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.355s) 2022-11-23T02:07:33.8492492Z test_qgelu (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.413s) 2022-11-23T02:07:33.8492755Z test_qhardsigmoid (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.633s) 2022-11-23T02:07:33.8493079Z test_qlayer_norm (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.177s) 2022-11-23T02:07:33.8493301Z test_qmatmul (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.182s) 2022-11-23T02:07:33.8493531Z test_qmul_broadcast (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.007s) 2022-11-23T02:07:33.8493786Z test_qmul_relu_different_qparams (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.024s) 2022-11-23T02:07:33.8494108Z test_qmul_relu_same_qparams (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.739s) 2022-11-23T02:07:33.8494345Z test_qprelu (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.119s) 2022-11-23T02:07:33.8494540Z test_qrelu (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (10.362s) 2022-11-23T02:07:33.8494747Z test_qrelu6 (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.483s) 2022-11-23T02:07:33.8494973Z test_qsoftmax (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.232s) 2022-11-23T02:07:33.8495276Z test_qsoftmax_qnnpack (quantization.core.test_quantized_op.TestQuantizedOps) ... skip: Quantized operations require QNNPACK. (0.001s) 2022-11-23T02:07:33.8495631Z 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-23T02:07:33.8495864Z test_qthreshold (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.310s) 2022-11-23T02:07:33.8496513Z 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-23T02:07:33.8496639Z indices = torch.tensor(X).long() 2022-11-23T02:07:33.8496725Z ok (0.141s) 2022-11-23T02:07:33.8497037Z test_quantized_mean_qnnpack (quantization.core.test_quantized_op.TestQuantizedOps) ... skip: Quantized operations require QNNPACK. (0.003s) 2022-11-23T02:07:33.8497257Z test_sigmoid (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.367s) 2022-11-23T02:07:33.8497497Z test_sigmoid_non_observed (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (1.322s) 2022-11-23T02:07:33.8497709Z test_std (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (1.582s) 2022-11-23T02:07:33.8497961Z test_bfp16_quantize (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.004s) 2022-11-23T02:07:33.8498489Z 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.013s) 2022-11-23T02:07:33.8499565Z test_choose_qparams_optimized (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.037s) 2022-11-23T02:07:33.8499811Z test_clone (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.012s) 2022-11-23T02:07:33.8500096Z test_compare_per_channel_device_numerics (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.122s) 2022-11-23T02:07:33.8500379Z test_compare_per_tensor_device_numerics (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.010s) 2022-11-23T02:07:33.8500665Z test_cuda_quantization_does_not_pin_memory (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.000s) 2022-11-23T02:07:33.8500945Z test_decomposed_dequantize_per_tensor (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.000s) 2022-11-23T02:07:33.8501218Z test_decomposed_dynamic_quant_pattern (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.010s) 2022-11-23T02:07:33.8501500Z test_decomposed_quantize_per_channel (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.000s) 2022-11-23T02:07:33.8501778Z test_decomposed_quantize_per_tensor (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.010s) 2022-11-23T02:07:33.8502035Z test_dequantize_fp16_cpu (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.000s) 2022-11-23T02:07:33.8502274Z test_dequantize_fp16_cuda (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.000s) 2022-11-23T02:07:33.8503046Z 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-23T02:07:33.8503235Z y = torch._saturate_weight_to_fp16(x) 2022-11-23T02:07:33.8503309Z ok (0.000s) 2022-11-23T02:07:33.8503566Z test_jit_serialization (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.028s) 2022-11-23T02:07:33.8503847Z test_per_channel_qtensor_creation_cpu (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.004s) 2022-11-23T02:07:33.8504125Z test_per_channel_qtensor_creation_cuda (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.007s) 2022-11-23T02:07:33.8504405Z test_per_channel_qtensor_to_memory_format (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.004s) 2022-11-23T02:07:33.8504668Z test_per_channel_to_device (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.008s) 2022-11-23T02:07:33.8505074Z test_per_tensor_qtensor_to_memory_format (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.005s) 2022-11-23T02:07:33.8505338Z test_per_tensor_to_device (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.004s) 2022-11-23T02:07:33.8506215Z 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-23T02:07:33.8506356Z warnings.warn(message, UserWarning) 2022-11-23T02:07:33.8506444Z ok (0.023s) 2022-11-23T02:07:33.8506697Z test_qscheme_pickle (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.007s) 2022-11-23T02:07:33.8506976Z test_qtensor_channel_float_assignment (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.067s) 2022-11-23T02:07:33.8507219Z test_qtensor_copy (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.016s) 2022-11-23T02:07:33.8507463Z test_qtensor_cpu (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.019s) 2022-11-23T02:07:33.8507812Z test_qtensor_creation (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.010s) 2022-11-23T02:07:33.8508057Z test_qtensor_cuda (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.032s) 2022-11-23T02:07:33.8508306Z test_qtensor_dtypes (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.003s) 2022-11-23T02:07:33.8508567Z test_qtensor_fill_per_channel (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.043s) 2022-11-23T02:07:33.8508841Z test_qtensor_fill_per_channel_nhwc (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.079s) 2022-11-23T02:07:33.8509104Z test_qtensor_fill_per_tensor (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.026s) 2022-11-23T02:07:33.8509373Z test_qtensor_fill_per_tensor_nhwc (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.043s) 2022-11-23T02:07:33.8509639Z test_qtensor_float_assignment (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.016s) 2022-11-23T02:07:33.8509880Z test_qtensor_index_put_cpu (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.033s) 2022-11-23T02:07:33.8510138Z test_qtensor_index_put_cuda (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.025s) 2022-11-23T02:07:33.8510399Z test_qtensor_index_select_cpu (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.003s) 2022-11-23T02:07:33.8510664Z test_qtensor_index_select_cuda (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.003s) 2022-11-23T02:07:33.8510986Z test_qtensor_int_repr (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.000s) 2022-11-23T02:07:33.8511271Z test_qtensor_legacy_new_failure (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.006s) 2022-11-23T02:07:33.8511700Z test_qtensor_load_save (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.024s) 2022-11-23T02:07:33.8512097Z test_qtensor_masked_fill_cpu (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.025s) 2022-11-23T02:07:33.8512762Z test_qtensor_masked_fill_cuda (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.046s) 2022-11-23T02:07:33.8513743Z test_qtensor_per_channel_load_save (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.015s) 2022-11-23T02:07:33.8514688Z test_qtensor_per_channel_permute (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.006s) 2022-11-23T02:07:33.8515609Z test_qtensor_permute (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.039s) 2022-11-23T02:07:33.8516176Z test_qtensor_quant_dequant (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.009s) 2022-11-23T02:07:33.8516708Z test_qtensor_quantize_per_channel (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (1.318s) 2022-11-23T02:07:33.8517254Z test_qtensor_reshape (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.014s) 2022-11-23T02:07:33.8517975Z 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-23T02:07:33.8518749Z warnings.warn("non-inplace resize is deprecated") 2022-11-23T02:07:33.8519217Z ok (0.007s) 2022-11-23T02:07:33.8519737Z test_qtensor_sub_byte_aligned_cols (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.006s) 2022-11-23T02:07:33.8520295Z test_qtensor_sub_byte_not_aligned_cols (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.020s) 2022-11-23T02:07:33.8520839Z test_qtensor_unsqueeze (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.010s) 2022-11-23T02:07:33.8521337Z test_qtensor_view (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.013s) 2022-11-23T02:07:33.8521989Z test_quant_pin_memory (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.003s) 2022-11-23T02:07:33.8522545Z test_quantize_per_channel_float_qparams (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (1.270s) 2022-11-23T02:07:33.8523088Z test_quantize_per_channel_sub_byte (quantization.core.test_quantized_tensor.TestQuantizedTensor) 2022-11-23T02:07:33.8523554Z Tests the per channel quantization scheme for 4-bit qtensors. ... ok (0.071s) 2022-11-23T02:07:33.8524007Z test_repeat (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.002s) 2022-11-23T02:07:33.8524532Z test_torch_qtensor_deepcopy (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.000s) 2022-11-23T02:07:33.8525230Z test_observer_scriptable (quantization.core.test_workflow_module.TestRecordHistogramObserver) ... ok (0.044s) 2022-11-23T02:07:33.8526040Z test_record_observer (quantization.core.test_workflow_module.TestRecordHistogramObserver) ... ok (0.006s) 2022-11-23T02:07:33.8526580Z test_rnn (quantization.core.test_quantized_module.TestReferenceQuantizedModule) 2022-11-23T02:07:33.8527046Z Checks the rnn reference quantized modules has correct numerics ... ok (0.024s) 2022-11-23T02:07:33.8527518Z test_rnn_cell (quantization.core.test_quantized_module.TestReferenceQuantizedModule) 2022-11-23T02:07:33.8527998Z Checks the rnn cell reference quantized modules has correct numerics ... ok (0.018s) 2022-11-23T02:07:33.8528471Z test_sparse (quantization.core.test_quantized_module.TestReferenceQuantizedModule) 2022-11-23T02:07:33.8528957Z Embedding and EmbeddingBag ... ok (0.013s) 2022-11-23T02:07:33.8529494Z test_conv2d (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.105s) 2022-11-23T02:07:33.8530021Z test_conv2d_graph (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.037s) 2022-11-23T02:07:33.8530625Z test_conv2d_graph_v2 (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.030s) 2022-11-23T02:07:33.8531228Z test_conv2d_graph_v3 (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.039s) 2022-11-23T02:07:33.8531969Z test_conv2d_nobias (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.087s) 2022-11-23T02:07:33.8532824Z test_conv2d_nobias_graph (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.037s) 2022-11-23T02:07:33.8533448Z test_conv2d_nobias_graph_v2 (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.024s) 2022-11-23T02:07:33.8534066Z test_conv2d_nobias_graph_v3 (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.038s) 2022-11-23T02:07:33.8534600Z test_conv2d_relu (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.093s) 2022-11-23T02:07:33.8535116Z test_conv3d (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.024s) 2022-11-23T02:07:33.8536105Z test_conv3d_relu (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.022s) 2022-11-23T02:07:33.8537005Z test_default_qat_qconfig (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.017s) 2022-11-23T02:07:33.8537900Z test_linear (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.081s) 2022-11-23T02:07:33.8539036Z test_linear_dynamic (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.117s) 2022-11-23T02:07:33.8539931Z test_linear_relu (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.068s) 2022-11-23T02:07:33.8540930Z 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-23T02:07:33.8541901Z warnings.warn( 2022-11-23T02:07:33.8542578Z 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-23T02:07:33.8543315Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-11-23T02:07:33.8544061Z 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-23T02:07:33.8544759Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-11-23T02:07:33.8545066Z ok (0.697s) 2022-11-23T02:07:33.8545432Z test_lstm (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.098s) 2022-11-23T02:07:33.8545969Z test_per_channel_observer (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.005s) 2022-11-23T02:07:33.8546502Z test_per_tensor_observer (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.004s) 2022-11-23T02:07:33.8547025Z test_batch_norm2d (quantization.core.test_quantized_module.TestStaticQuantizedModule) 2022-11-23T02:07:33.8547468Z Tests the correctness of the batchnorm2d module. ... ok (0.003s) 2022-11-23T02:07:33.8548325Z 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-23T02:07:33.8549001Z warnings.warn( 2022-11-23T02:07:33.8549219Z ok (0.008s) 2022-11-23T02:07:33.8549592Z test_batch_norm3d (quantization.core.test_quantized_module.TestStaticQuantizedModule) 2022-11-23T02:07:33.8550209Z Tests the correctness of the batchnorm3d module. ... ok (0.008s) 2022-11-23T02:07:33.8550824Z test_batch_norm3d_serialization (quantization.core.test_quantized_module.TestStaticQuantizedModule) ... ok (0.013s) 2022-11-23T02:07:33.8551492Z test_channel_shuffle (quantization.core.test_quantized_module.TestStaticQuantizedModule) 2022-11-23T02:07:33.8551940Z Tests the correctness of the ChannelShuffle module. ... ok (0.006s) 2022-11-23T02:07:33.8552403Z test_conv1d_api (quantization.core.test_quantized_module.TestStaticQuantizedModule) ... ok (5.948s) 2022-11-23T02:07:33.8552938Z test_conv2d_api (quantization.core.test_quantized_module.TestStaticQuantizedModule) ... ok (5.971s) 2022-11-23T02:07:33.8553442Z test_conv3d_api (quantization.core.test_quantized_module.TestStaticQuantizedModule) ... ok (1.025s) 2022-11-23T02:07:33.8553941Z test_dropout (quantization.core.test_quantized_module.TestStaticQuantizedModule) 2022-11-23T02:07:33.8554374Z Tests the correctness of the dropout module. ... ok (0.007s) 2022-11-23T02:07:33.8554847Z test_dropout_serialization (quantization.core.test_quantized_module.TestStaticQuantizedModule) ... ok (0.013s) 2022-11-23T02:07:33.8555367Z test_elu (quantization.core.test_quantized_module.TestStaticQuantizedModule) 2022-11-23T02:07:33.8555779Z Tests the correctness of the ELU module. ... ok (0.004s) 2022-11-23T02:07:33.8556229Z test_embedding_api (quantization.core.test_quantized_module.TestStaticQuantizedModule) ... ok (8.342s) 2022-11-23T02:07:33.8556750Z test_embedding_bag_api (quantization.core.test_quantized_module.TestStaticQuantizedModule) 2022-11-23T02:07:33.8557258Z Test execution and serialization for dynamic quantized embedding_bag modules on int8 ... ok (8.958s) 2022-11-23T02:07:33.8557750Z test_group_norm (quantization.core.test_quantized_module.TestStaticQuantizedModule) 2022-11-23T02:07:33.8558178Z Tests the correctness of the groupnorm module. ... ok (0.008s) 2022-11-23T02:07:33.8558762Z test_instance_norm (quantization.core.test_quantized_module.TestStaticQuantizedModule) 2022-11-23T02:07:33.8559541Z Tests the correctness of the instancenorm{n}d modules. ... ok (0.018s) 2022-11-23T02:07:33.8560264Z test_layer_norm (quantization.core.test_quantized_module.TestStaticQuantizedModule) 2022-11-23T02:07:33.8560988Z Tests the correctness of the layernorm module. ... ok (0.008s) 2022-11-23T02:07:33.8561748Z test_leaky_relu (quantization.core.test_quantized_module.TestStaticQuantizedModule) ... ok (0.005s) 2022-11-23T02:07:33.8562531Z test_linear_api (quantization.core.test_quantized_module.TestStaticQuantizedModule) ... ok (47.324s) 2022-11-23T02:07:33.8563061Z test_pool_api (quantization.core.test_quantized_module.TestStaticQuantizedModule) 2022-11-23T02:07:33.8563489Z Tests the correctness of the pool module. ... ok (0.036s) 2022-11-23T02:07:33.8563951Z test_prelu (quantization.core.test_quantized_module.TestStaticQuantizedModule) ... ok (0.003s) 2022-11-23T02:07:33.8564484Z test_quant_dequant_api (quantization.core.test_quantized_module.TestStaticQuantizedModule) ... ok (0.003s) 2022-11-23T02:07:33.8565019Z test_relu (quantization.core.test_quantized_module.TestStaticQuantizedModule) ... ok (0.003s) 2022-11-23T02:07:33.8565544Z test_sigmoid (quantization.core.test_quantized_module.TestStaticQuantizedModule) ... ok (0.003s) 2022-11-23T02:07:33.8566100Z test_subgraph_rewriter_annotations_int (quantization.fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (11.530s) 2022-11-23T02:07:33.8566988Z test_subgraph_rewriter_correct_output_replacement (quantization.fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.074s) 2022-11-23T02:07:33.8567874Z test_subgraph_rewriter_graph_argument_order (quantization.fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.048s) 2022-11-23T02:07:33.8568552Z test_subgraph_rewriter_internal_pattern_nodes_cannot_have_users_that_are_not_matched (quantization.fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.037s) 2022-11-23T02:07:33.8569208Z test_subgraph_rewriter_multiple_pattern_match (quantization.fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.047s) 2022-11-23T02:07:33.8569799Z test_subgraph_rewriter_pattern_is_entire_graph (quantization.fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.041s) 2022-11-23T02:07:33.8570428Z test_subgraph_rewriter_pattern_output_pattern_node_can_have_users_that_are_not_matched (quantization.fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.049s) 2022-11-23T02:07:33.8571062Z test_subgraph_rewriter_placeholder_matching (quantization.fx.test_subgraph_rewriter.TestSubgraphRewriter) 2022-11-23T02:07:33.8571554Z This tests that a placeholder Node can be matched to a Node with ... ok (0.039s) 2022-11-23T02:07:33.8572057Z test_subgraph_rewriter_preserves_logic (quantization.fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.058s) 2022-11-23T02:07:33.8572660Z test_subgraph_rewriter_replaces_referenced_submodules (quantization.fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.040s) 2022-11-23T02:07:33.8573270Z test_subgraph_rewriter_single_pattern_match (quantization.fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.044s) 2022-11-23T02:07:33.8573854Z test_subgraph_rewriter_traced_as_callable (quantization.fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.047s) 2022-11-23T02:07:33.8574433Z test_subgraph_rewriter_with_oneliner_pattern (quantization.fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.052s) 2022-11-23T02:07:33.8575023Z test_subgraph_writer_replace_consecutive_submodules (quantization.fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.054s) 2022-11-23T02:07:33.8575564Z test_get_fqn_to_example_inputs_complex_args (quantization.core.test_utils.TestUtils) 2022-11-23T02:07:33.8576010Z Test that we can record complex example inputs such as lists and dicts ... ok (0.015s) 2022-11-23T02:07:33.8576457Z test_get_fqn_to_example_inputs_default_kwargs (quantization.core.test_utils.TestUtils) 2022-11-23T02:07:33.8577049Z Test that we can get example inputs for functions with default keyword arguments ... ok (0.013s) 2022-11-23T02:07:33.8577518Z test_get_fqn_to_example_inputs_simple (quantization.core.test_utils.TestUtils) ... ok (0.010s) 2022-11-23T02:07:33.8577985Z test_quantize_weight_clamping_per_channel (quantization.core.test_utils.TestUtils) 2022-11-23T02:07:33.8578443Z Test quant_{min, max} from per channel observer is honored by `_quantize_weight` method ... ok (0.006s) 2022-11-23T02:07:33.8578908Z test_quantize_weight_clamping_per_tensor (quantization.core.test_utils.TestUtils) 2022-11-23T02:07:33.8579378Z Test quant_{min, max} from per tensor observer is honored by `_quantize_weight` method ... ok (0.000s) 2022-11-23T02:07:33.8579629Z 2022-11-23T02:07:33.8579824Z ---------------------------------------------------------------------- 2022-11-23T02:07:33.8580142Z Ran 977 tests in 1275.062s 2022-11-23T02:07:33.8580290Z 2022-11-23T02:07:33.8580387Z OK (skipped=67) 2022-11-23T02:07:33.8580527Z 2022-11-23T02:07:33.8580640Z Generating XML reports... 2022-11-23T02:07:33.8581188Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.ao_migration.test_ao_migration.TestAOMigrationNNIntrinsic-20221123014615.xml 2022-11-23T02:07:33.8582003Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized-20221123014615.xml 2022-11-23T02:07:33.8582841Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.ao_migration.test_quantization.TestAOMigrationQuantization-20221123014615.xml 2022-11-23T02:07:33.8584179Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx-20221123014615.xml 2022-11-23T02:07:33.8585035Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.core.test_backend_config.TestBackendConfig-20221123014615.xml 2022-11-23T02:07:33.8585839Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.eager.test_bias_correction_eager.TestBiasCorrectionEager-20221123014615.xml 2022-11-23T02:07:33.8586609Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.core.test_quantized_op.TestComparatorOps-20221123014615.xml 2022-11-23T02:07:33.8587379Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.jit.test_deprecated_jit_quant.TestDeprecatedJitQuantized-20221123014615.xml 2022-11-23T02:07:33.8588149Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.core.test_workflow_module.TestDistributed-20221123014615.xml 2022-11-23T02:07:33.8588916Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.core.test_quantized_module.TestDynamicQuantizedModule-20221123014615.xml 2022-11-23T02:07:33.8589698Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.core.test_quantized_op.TestDynamicQuantizedOps-20221123014615.xml 2022-11-23T02:07:33.8590457Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.eager.test_equalize_eager.TestEqualizeEager-20221123014615.xml 2022-11-23T02:07:33.8591150Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.fx.test_equalize_fx.TestEqualizeFx-20221123014615.xml 2022-11-23T02:07:33.8591861Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher-20221123014615.xml 2022-11-23T02:07:33.8592619Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs-20221123014615.xml 2022-11-23T02:07:33.8593409Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels-20221123014615.xml 2022-11-23T02:07:33.8594314Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteNShadows-20221123014615.xml 2022-11-23T02:07:33.8595060Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.core.test_workflow_module.TestFakeQuantize-20221123014615.xml 2022-11-23T02:07:33.8595791Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.core.test_workflow_ops.TestFakeQuantizeOps-20221123014615.xml 2022-11-23T02:07:33.8596518Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.eager.test_fuse_eager.TestFuseEager-20221123014615.xml 2022-11-23T02:07:33.8597205Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.fx.test_quantize_fx.TestFuseFx-20221123014615.xml 2022-11-23T02:07:33.8597894Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.core.test_workflow_ops.TestFusedObsFakeQuant-20221123014615.xml 2022-11-23T02:07:33.8599033Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.core.test_workflow_module.TestFusedObsFakeQuantModule-20221123014615.xml 2022-11-23T02:07:33.8599944Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.jit.test_fusion_passes.TestFusionPasses-20221123014615.xml 2022-11-23T02:07:33.8600725Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.fx.test_model_report_fx.TestFxDetectInputWeightEqualization-20221123014615.xml 2022-11-23T02:07:33.8601644Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.fx.test_model_report_fx.TestFxDetectOutliers-20221123014615.xml 2022-11-23T02:07:33.8602950Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.fx.test_model_report_fx.TestFxModelReportClass-20221123014615.xml 2022-11-23T02:07:33.8604353Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.fx.test_model_report_fx.TestFxModelReportDetectDynamicStatic-20221123014615.xml 2022-11-23T02:07:33.8605572Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.fx.test_model_report_fx.TestFxModelReportDetector-20221123014615.xml 2022-11-23T02:07:33.8606405Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.fx.test_model_report_fx.TestFxModelReportObserver-20221123014615.xml 2022-11-23T02:07:33.8607297Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.fx.test_model_report_fx.TestFxModelReportVisualizer-20221123014615.xml 2022-11-23T02:07:33.8608071Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.core.test_workflow_module.TestHistogramObserver-20221123014615.xml 2022-11-23T02:07:33.8608845Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.eager.test_model_numerics.TestModelNumericsEager-20221123014615.xml 2022-11-23T02:07:33.8609614Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager-20221123014615.xml 2022-11-23T02:07:33.8610376Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.core.test_workflow_module.TestObserver-20221123014615.xml 2022-11-23T02:07:33.8611093Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.core.test_quantized_op.TestPadding-20221123014615.xml 2022-11-23T02:07:33.8611821Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.core.test_docs.TestQuantizationDocs-20221123014615.xml 2022-11-23T02:07:33.8612574Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.jit.test_quantize_jit.TestQuantizeDynamicJitOps-20221123014615.xml 2022-11-23T02:07:33.8613348Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.jit.test_quantize_jit.TestQuantizeDynamicJitPasses-20221123014615.xml 2022-11-23T02:07:33.8614254Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerOps-20221123014615.xml 2022-11-23T02:07:33.8615449Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQDynamic-20221123014615.xml 2022-11-23T02:07:33.8616896Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic-20221123014615.xml 2022-11-23T02:07:33.8618340Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQAT-20221123014615.xml 2022-11-23T02:07:33.8619744Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQATNumerics-20221123014615.xml 2022-11-23T02:07:33.8621131Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.fx.test_quantize_fx.TestQuantizeFx-20221123014615.xml 2022-11-23T02:07:33.8622234Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.fx.test_quantize_fx.TestQuantizeFxModels-20221123014615.xml 2022-11-23T02:07:33.8622966Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.fx.test_quantize_fx.TestQuantizeFxOps-20221123014615.xml 2022-11-23T02:07:33.8623826Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.jit.test_quantize_jit.TestQuantizeJit-20221123014615.xml 2022-11-23T02:07:33.8624570Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.jit.test_quantize_jit.TestQuantizeJitOps-20221123014615.xml 2022-11-23T02:07:33.8625299Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.jit.test_quantize_jit.TestQuantizeJitPasses-20221123014615.xml 2022-11-23T02:07:33.8626277Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.core.test_quantized_op.TestQuantizedConv-20221123014615.xml 2022-11-23T02:07:33.8627033Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.core.test_quantized_op.TestQuantizedEmbeddingOps-20221123014615.xml 2022-11-23T02:07:33.8627831Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.core.test_quantized_functional.TestQuantizedFunctionalOps-20221123014615.xml 2022-11-23T02:07:33.8628594Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.core.test_quantized_op.TestQuantizedLinear-20221123014615.xml 2022-11-23T02:07:33.8629322Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.core.test_quantized_op.TestQuantizedOps-20221123014615.xml 2022-11-23T02:07:33.8630070Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.core.test_quantized_tensor.TestQuantizedTensor-20221123014615.xml 2022-11-23T02:07:33.8630847Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.core.test_workflow_module.TestRecordHistogramObserver-20221123014615.xml 2022-11-23T02:07:33.8631655Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.core.test_quantized_module.TestReferenceQuantizedModule-20221123014615.xml 2022-11-23T02:07:33.8632513Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.bc.test_backward_compatibility.TestSerialization-20221123014615.xml 2022-11-23T02:07:33.8633301Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.core.test_quantized_module.TestStaticQuantizedModule-20221123014615.xml 2022-11-23T02:07:33.8634082Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.fx.test_subgraph_rewriter.TestSubgraphRewriter-20221123014615.xml 2022-11-23T02:07:33.8634920Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.core.test_utils.TestUtils-20221123014615.xml 2022-11-23T02:07:33.8635638Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.fx.test_numeric_suite_fx.TestFXGraphMatcherModels-20221123014615.xml 2022-11-23T02:07:33.8636352Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.core.test_quantized_op.TestQNNPackOps-20221123014615.xml 2022-11-23T02:07:33.8636720Z 2022-11-23T02:07:33.8637076Z ##[endgroup] 2022-11-23T02:07:33.8637536Z FINISHED PRINTING LOG FILE of test_quantization (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_quantization_x24pag8p) 2022-11-23T02:07:33.8637880Z 2022-11-23T02:07:38.3749219Z Running test_jit_fuser_te ... [2022-11-23 02:07:38.372298] 2022-11-23T02:07:38.3756096Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_jit_fuser_te.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:07:38.375349] 2022-11-23T02:07:38.3758513Z Ignoring disabled issues: [] 2022-11-23T02:20:23.7797547Z 2022-11-23T02:20:23.7798590Z Expand the folded group to see the log file of test_jit_fuser_te 2022-11-23T02:20:23.7800219Z ##[group]PRINTING LOG FILE of test_jit_fuser_te (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_jit_fuser_te_wuz1uqs9) 2022-11-23T02:20:23.7935465Z monkeytype is not installed. Skipping tests for Profile-Directed Typing 2022-11-23T02:20:23.7935947Z 2022-11-23T02:20:23.7936119Z Running tests... 2022-11-23T02:20:23.7936953Z ---------------------------------------------------------------------- 2022-11-23T02:20:23.7937751Z Test results will be stored in test-reports\python-unittest\test_jit_fuser_te 2022-11-23T02:20:23.7938583Z test_autodiff_fallback (jit.test_fuser_common.TestFuserCommon) ... ok (2.081s) 2022-11-23T02:20:23.7941705Z test_failures___rmatmul___cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:23.7942877Z test_failures_frac_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:23.7943832Z test_failures_matmul_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.002s) 2022-11-23T02:20:23.7944861Z test_nnc_correctness_H_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.7946029Z test_nnc_correctness_H_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.7947106Z test_nnc_correctness_H_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.7948311Z test_nnc_correctness_H_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.7949518Z 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-23T02:20:23.7950543Z test_nnc_correctness_H_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.7951544Z test_nnc_correctness_H_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.7953051Z test_nnc_correctness_H_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.7954052Z 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-23T02:20:23.7955035Z test_nnc_correctness_H_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.7956283Z 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-23T02:20:23.7957263Z test_nnc_correctness_H_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.7958258Z test_nnc_correctness_H_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T02:20:23.7959261Z test_nnc_correctness_T_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.7960480Z 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-23T02:20:23.7961676Z 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-23T02:20:23.7962713Z test_nnc_correctness_T_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T02:20:23.7963733Z test_nnc_correctness_T_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.7964766Z test_nnc_correctness_T_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.7965916Z test_nnc_correctness_T_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.7966942Z test_nnc_correctness_T_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T02:20:23.7967941Z 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-23T02:20:23.7968939Z test_nnc_correctness_T_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.7969925Z test_nnc_correctness_T_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.7970915Z 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-23T02:20:23.7971902Z 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-23T02:20:23.7972921Z test_nnc_correctness___getitem___cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.7973962Z 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-23T02:20:23.7975026Z 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-23T02:20:23.7976094Z 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-23T02:20:23.7977255Z 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-23T02:20:23.7978526Z test_nnc_correctness___getitem___cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.7979586Z test_nnc_correctness___getitem___cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.7980782Z test_nnc_correctness___getitem___cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.7981819Z 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-23T02:20:23.7982855Z test_nnc_correctness___getitem___cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.7983920Z test_nnc_correctness___getitem___cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.7984960Z test_nnc_correctness___getitem___cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.7985983Z test_nnc_correctness___getitem___cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T02:20:23.7987032Z test_nnc_correctness___radd___cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.7988077Z test_nnc_correctness___radd___cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.7989232Z test_nnc_correctness___radd___cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.7990309Z test_nnc_correctness___radd___cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.7991354Z test_nnc_correctness___radd___cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T02:20:23.7992393Z test_nnc_correctness___radd___cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.7993408Z test_nnc_correctness___radd___cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.7994420Z test_nnc_correctness___radd___cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.7995444Z test_nnc_correctness___radd___cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-11-23T02:20:23.7996462Z 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-23T02:20:23.7997450Z 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-23T02:20:23.7998473Z 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-23T02:20:23.7999487Z 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-23T02:20:23.8000507Z 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-23T02:20:23.8001517Z test_nnc_correctness___rand___cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.8002591Z test_nnc_correctness___rand___cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.8003753Z 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-23T02:20:23.8004887Z 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-23T02:20:23.8006046Z 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-23T02:20:23.8007163Z test_nnc_correctness___rdiv___cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.8008212Z test_nnc_correctness___rdiv___cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.8009542Z 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-23T02:20:23.8010698Z 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-23T02:20:23.8011767Z 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-23T02:20:23.8013002Z 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-23T02:20:23.8014058Z 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-23T02:20:23.8015180Z 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-23T02:20:23.8016873Z 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-23T02:20:23.8018131Z 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-23T02:20:23.8019297Z 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-23T02:20:23.8020457Z 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-23T02:20:23.8021730Z test_nnc_correctness___rmatmul___cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T02:20:23.8023036Z test_nnc_correctness___rmatmul___cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.8024233Z test_nnc_correctness___rmatmul___cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.8025400Z test_nnc_correctness___rmatmul___cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.8026557Z test_nnc_correctness___rmatmul___cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T02:20:23.8027714Z test_nnc_correctness___rmod___cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.8028861Z test_nnc_correctness___rmod___cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.8030240Z test_nnc_correctness___rmod___cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.8031395Z test_nnc_correctness___rmod___cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T02:20:23.8032518Z 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-23T02:20:23.8033666Z 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-23T02:20:23.8034803Z 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-23T02:20:23.8035955Z 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-23T02:20:23.8037099Z 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-23T02:20:23.8038244Z test_nnc_correctness___rmul___cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.8039386Z 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-23T02:20:23.8040725Z 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-23T02:20:23.8041921Z test_nnc_correctness___rmul___cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.8043066Z test_nnc_correctness___rmul___cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.8044218Z 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-23T02:20:23.8045341Z test_nnc_correctness___rmul___cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.8046491Z test_nnc_correctness___rmul___cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.8047634Z test_nnc_correctness___rmul___cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.8048775Z test_nnc_correctness___rmul___cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.8049915Z 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-23T02:20:23.8051037Z 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-23T02:20:23.8052185Z test_nnc_correctness___ror___cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T02:20:23.8053328Z test_nnc_correctness___ror___cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.8054434Z test_nnc_correctness___ror___cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.8055759Z test_nnc_correctness___ror___cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.8056897Z test_nnc_correctness___ror___cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-11-23T02:20:23.8058047Z test_nnc_correctness___ror___cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.8059191Z test_nnc_correctness___rpow___cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.8060356Z test_nnc_correctness___rpow___cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.8061748Z test_nnc_correctness___rpow___cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.8063126Z test_nnc_correctness___rpow___cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.8064276Z test_nnc_correctness___rpow___cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.8065440Z test_nnc_correctness___rpow___cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.8066732Z test_nnc_correctness___rpow___cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.8067887Z test_nnc_correctness___rpow___cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.8069030Z test_nnc_correctness___rpow___cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.8070172Z test_nnc_correctness___rpow___cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.8071307Z 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-23T02:20:23.8072446Z 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-23T02:20:23.8073603Z test_nnc_correctness___rsub___cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.8074766Z test_nnc_correctness___rsub___cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T02:20:23.8075922Z 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-23T02:20:23.8077046Z 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-23T02:20:23.8078204Z test_nnc_correctness___rsub___cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T02:20:23.8079341Z test_nnc_correctness___rsub___cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.8080481Z test_nnc_correctness___rsub___cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T02:20:23.8081602Z 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-23T02:20:23.8082933Z 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-23T02:20:23.8084042Z test_nnc_correctness___rsub___cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.013s) 2022-11-23T02:20:23.8085187Z 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-23T02:20:23.8086315Z test_nnc_correctness___rxor___cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.8087468Z 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-23T02:20:23.8088581Z 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-23T02:20:23.8089717Z test_nnc_correctness___rxor___cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.8090842Z test_nnc_correctness___rxor___cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.8092204Z 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-23T02:20:23.8093469Z 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-23T02:20:23.8094702Z test_nnc_correctness__softmax_backward_data_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.8095949Z test_nnc_correctness__softmax_backward_data_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.8097134Z 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-23T02:20:23.8098277Z 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-23T02:20:23.8099431Z 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-23T02:20:23.8100567Z test_nnc_correctness_abs_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.8101737Z 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-23T02:20:23.8102880Z 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-23T02:20:23.8104037Z 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-23T02:20:23.8105166Z 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-23T02:20:23.8106297Z test_nnc_correctness_abs_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.8107409Z test_nnc_correctness_abs_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T02:20:23.8108742Z 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-23T02:20:23.8109867Z 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-23T02:20:23.8110963Z test_nnc_correctness_abs_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.8112126Z test_nnc_correctness_acos_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T02:20:23.8113248Z 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-23T02:20:23.8114403Z 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-23T02:20:23.8115585Z 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-23T02:20:23.8116723Z test_nnc_correctness_acos_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.8117860Z test_nnc_correctness_acos_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.012s) 2022-11-23T02:20:23.8119174Z test_nnc_correctness_acos_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.8120335Z test_nnc_correctness_acos_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.8121486Z test_nnc_correctness_acos_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.8122625Z test_nnc_correctness_acos_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T02:20:23.8123754Z 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-23T02:20:23.8124889Z 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-23T02:20:23.8126022Z 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-23T02:20:23.8127176Z 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-23T02:20:23.8128338Z test_nnc_correctness_acosh_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.8129487Z 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-23T02:20:23.8130660Z test_nnc_correctness_acosh_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.8131832Z test_nnc_correctness_acosh_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.8132971Z 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-23T02:20:23.8134114Z 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-23T02:20:23.8136247Z 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-23T02:20:23.8137391Z 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-23T02:20:23.8138535Z 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-23T02:20:23.8139678Z test_nnc_correctness_acosh_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.007s) 2022-11-23T02:20:23.8140810Z test_nnc_correctness_acosh_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.8141955Z test_nnc_correctness_acosh_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.8143114Z test_nnc_correctness_add_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.8144227Z test_nnc_correctness_add_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.8145382Z 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-23T02:20:23.8146699Z 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-23T02:20:23.8147876Z 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-23T02:20:23.8148897Z test_nnc_correctness_add_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.8149486Z test_nnc_correctness_add_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.8150068Z 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-23T02:20:23.8151079Z test_nnc_correctness_add_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.8152193Z test_nnc_correctness_add_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.8153330Z 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-23T02:20:23.8154446Z test_nnc_correctness_add_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.8155563Z test_nnc_correctness_add_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.8156696Z 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-23T02:20:23.8157867Z test_nnc_correctness_addbmm_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.8159068Z 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-23T02:20:23.8160215Z test_nnc_correctness_addbmm_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.8161565Z test_nnc_correctness_addbmm_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.8162729Z test_nnc_correctness_addbmm_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.007s) 2022-11-23T02:20:23.8164001Z 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-23T02:20:23.8165424Z test_nnc_correctness_addcdiv_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.8166611Z test_nnc_correctness_addcdiv_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.8167802Z test_nnc_correctness_addcdiv_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.8168941Z test_nnc_correctness_addcdiv_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.8170106Z test_nnc_correctness_addcdiv_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.8171443Z 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-23T02:20:23.8172645Z 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-23T02:20:23.8173831Z test_nnc_correctness_addcmul_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.8175004Z 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-23T02:20:23.8176175Z 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-23T02:20:23.8177293Z test_nnc_correctness_addcmul_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.8178463Z test_nnc_correctness_addcmul_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T02:20:23.8179623Z test_nnc_correctness_addcmul_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.8180766Z test_nnc_correctness_addcmul_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.8181907Z test_nnc_correctness_addcmul_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.8183060Z test_nnc_correctness_addcmul_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.8184205Z 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-23T02:20:23.8185376Z test_nnc_correctness_addmm_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.8186544Z test_nnc_correctness_addmm_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T02:20:23.8187869Z test_nnc_correctness_addmm_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.8189010Z 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-23T02:20:23.8190149Z test_nnc_correctness_addmm_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.8191339Z test_nnc_correctness_addmm_decomposed_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T02:20:23.8192578Z test_nnc_correctness_addmm_decomposed_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.8193802Z test_nnc_correctness_addmm_decomposed_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.8195037Z 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-23T02:20:23.8196245Z test_nnc_correctness_addmm_decomposed_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.8197604Z 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-23T02:20:23.8198789Z test_nnc_correctness_addmv_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.8199925Z test_nnc_correctness_addmv_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.8201122Z 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-23T02:20:23.8202264Z test_nnc_correctness_addmv_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.8203411Z 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-23T02:20:23.8204560Z 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-23T02:20:23.8205716Z test_nnc_correctness_addr_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.8206842Z 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-23T02:20:23.8208009Z 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-23T02:20:23.8209169Z test_nnc_correctness_addr_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.8210321Z test_nnc_correctness_addr_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.8211467Z 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-23T02:20:23.8212605Z 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-23T02:20:23.8213946Z test_nnc_correctness_addr_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.8215060Z test_nnc_correctness_addr_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.8216184Z test_nnc_correctness_addr_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.8217305Z test_nnc_correctness_addr_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.8218441Z test_nnc_correctness_addr_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.8219586Z test_nnc_correctness_all_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.8220721Z test_nnc_correctness_all_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.8221979Z test_nnc_correctness_all_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.8223137Z test_nnc_correctness_all_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.8224530Z 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-23T02:20:23.8225694Z test_nnc_correctness_all_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.8226809Z test_nnc_correctness_all_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.8227939Z test_nnc_correctness_all_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.8229062Z test_nnc_correctness_all_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T02:20:23.8230175Z test_nnc_correctness_all_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.8231294Z test_nnc_correctness_all_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.8232407Z test_nnc_correctness_all_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.8233423Z test_nnc_correctness_allclose_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.000s) 2022-11-23T02:20:23.8234384Z test_nnc_correctness_allclose_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.010s) 2022-11-23T02:20:23.8235335Z test_nnc_correctness_allclose_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.000s) 2022-11-23T02:20:23.8236272Z test_nnc_correctness_allclose_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.000s) 2022-11-23T02:20:23.8237214Z test_nnc_correctness_allclose_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.000s) 2022-11-23T02:20:23.8238145Z test_nnc_correctness_allclose_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.000s) 2022-11-23T02:20:23.8239195Z test_nnc_correctness_amax_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T02:20:23.8240319Z test_nnc_correctness_amax_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.8241652Z 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-23T02:20:23.8242802Z test_nnc_correctness_amax_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.8243917Z test_nnc_correctness_amax_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.8245038Z 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-23T02:20:23.8246173Z 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-23T02:20:23.8247313Z 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-23T02:20:23.8248420Z test_nnc_correctness_amax_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.8249554Z 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-23T02:20:23.8250664Z test_nnc_correctness_amin_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.8251994Z 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-23T02:20:23.8253141Z 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-23T02:20:23.8254301Z test_nnc_correctness_amin_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.8255442Z 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-23T02:20:23.8256547Z test_nnc_correctness_amin_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.8257685Z test_nnc_correctness_amin_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.8258804Z test_nnc_correctness_amin_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.8259937Z test_nnc_correctness_amin_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.8261050Z test_nnc_correctness_amin_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.8262168Z test_nnc_correctness_aminmax_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.8263330Z test_nnc_correctness_aminmax_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.8264496Z 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-23T02:20:23.8265891Z test_nnc_correctness_aminmax_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-11-23T02:20:23.8267169Z test_nnc_correctness_aminmax_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.8268523Z 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-23T02:20:23.8269676Z test_nnc_correctness_aminmax_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.8270823Z test_nnc_correctness_aminmax_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.8272142Z 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-23T02:20:23.8273488Z 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-23T02:20:23.8274650Z test_nnc_correctness_angle_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.8275810Z 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-23T02:20:23.8276989Z test_nnc_correctness_angle_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.8279225Z test_nnc_correctness_angle_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.8280443Z 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-23T02:20:23.8281603Z test_nnc_correctness_angle_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.8282754Z test_nnc_correctness_angle_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.8283897Z 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-23T02:20:23.8285384Z test_nnc_correctness_angle_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.8286623Z 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-23T02:20:23.8287755Z test_nnc_correctness_angle_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T02:20:23.8288904Z 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-23T02:20:23.8290051Z 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-23T02:20:23.8291338Z test_nnc_correctness_any_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.8292692Z test_nnc_correctness_any_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T02:20:23.8293857Z test_nnc_correctness_any_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.8294994Z test_nnc_correctness_any_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.8296313Z test_nnc_correctness_any_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.8297548Z test_nnc_correctness_any_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.8298891Z test_nnc_correctness_any_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.012s) 2022-11-23T02:20:23.8300024Z 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-23T02:20:23.8301145Z test_nnc_correctness_any_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.8302277Z 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-23T02:20:23.8303570Z test_nnc_correctness_arange_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.8304932Z test_nnc_correctness_arange_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.8306072Z test_nnc_correctness_arange_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.8307380Z test_nnc_correctness_arange_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T02:20:23.8308549Z test_nnc_correctness_arange_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.8309669Z test_nnc_correctness_arange_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.8311031Z test_nnc_correctness_arange_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.8312292Z test_nnc_correctness_arange_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.8313435Z test_nnc_correctness_arange_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.013s) 2022-11-23T02:20:23.8314538Z test_nnc_correctness_argmax_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.8315657Z 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-23T02:20:23.8316994Z 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-23T02:20:23.8318317Z test_nnc_correctness_argmax_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.8319485Z 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-23T02:20:23.8320596Z 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-23T02:20:23.8321782Z 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-23T02:20:23.8322938Z test_nnc_correctness_argmax_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.8324603Z test_nnc_correctness_argmax_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.8325746Z test_nnc_correctness_argmin_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.8326897Z test_nnc_correctness_argmin_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.8328068Z test_nnc_correctness_argmin_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.8329222Z test_nnc_correctness_argmin_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.8330571Z 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-23T02:20:23.8331817Z 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-23T02:20:23.8332947Z 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-23T02:20:23.8334093Z 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-23T02:20:23.8335405Z 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-23T02:20:23.8336802Z 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-23T02:20:23.8338110Z 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-23T02:20:23.8339266Z 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-23T02:20:23.8340422Z 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-23T02:20:23.8341595Z 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-23T02:20:23.8342868Z test_nnc_correctness_argsort_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.8344197Z test_nnc_correctness_argsort_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T02:20:23.8345357Z test_nnc_correctness_argsort_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.8346521Z test_nnc_correctness_argsort_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.8347687Z test_nnc_correctness_argwhere_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.8348999Z test_nnc_correctness_argwhere_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-11-23T02:20:23.8350387Z 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-23T02:20:23.8351580Z test_nnc_correctness_argwhere_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.8352945Z 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-23T02:20:23.8354113Z test_nnc_correctness_argwhere_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.8355422Z test_nnc_correctness_argwhere_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.8356788Z test_nnc_correctness_argwhere_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.8357960Z test_nnc_correctness_argwhere_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.8359136Z test_nnc_correctness_argwhere_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.8360286Z 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-23T02:20:23.8361454Z test_nnc_correctness_argwhere_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.8363130Z test_nnc_correctness_as_strided_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.8364334Z test_nnc_correctness_as_strided_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.8365510Z test_nnc_correctness_as_strided_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.8366713Z test_nnc_correctness_as_strided_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.8367881Z test_nnc_correctness_as_strided_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.8369396Z 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-23T02:20:23.8370583Z test_nnc_correctness_as_strided_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.8371776Z test_nnc_correctness_as_strided_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.8372958Z test_nnc_correctness_as_strided_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.8374100Z 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-23T02:20:23.8375480Z test_nnc_correctness_as_strided_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.8376754Z 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-23T02:20:23.8377917Z test_nnc_correctness_as_strided_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.8379099Z test_nnc_correctness_as_strided_scatter_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T02:20:23.8380477Z test_nnc_correctness_as_strided_scatter_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.8382057Z test_nnc_correctness_as_strided_scatter_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.8383279Z test_nnc_correctness_as_strided_scatter_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.8384513Z test_nnc_correctness_as_strided_scatter_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-11-23T02:20:23.8385715Z 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-23T02:20:23.8386950Z test_nnc_correctness_as_strided_scatter_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.8388380Z 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-23T02:20:23.8389680Z 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-23T02:20:23.8391043Z test_nnc_correctness_as_strided_scatter_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.8392254Z 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-23T02:20:23.8393463Z test_nnc_correctness_as_strided_scatter_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.8394872Z test_nnc_correctness_as_strided_scatter_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.8396177Z 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-23T02:20:23.8397318Z test_nnc_correctness_asin_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.8398469Z test_nnc_correctness_asin_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.8399632Z 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-23T02:20:23.8400943Z 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-23T02:20:23.8402299Z test_nnc_correctness_asin_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.8403448Z test_nnc_correctness_asin_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.8404598Z 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-23T02:20:23.8405701Z test_nnc_correctness_asin_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.8406961Z test_nnc_correctness_asin_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.8408477Z test_nnc_correctness_asin_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T02:20:23.8409616Z test_nnc_correctness_asin_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.8410730Z test_nnc_correctness_asin_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.8411881Z test_nnc_correctness_asinh_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.8413130Z test_nnc_correctness_asinh_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-11-23T02:20:23.8414491Z 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-23T02:20:23.8415665Z test_nnc_correctness_asinh_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.8416836Z test_nnc_correctness_asinh_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.8418152Z test_nnc_correctness_asinh_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.8419323Z test_nnc_correctness_asinh_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.8420798Z test_nnc_correctness_asinh_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.8421998Z test_nnc_correctness_asinh_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.8423125Z test_nnc_correctness_asinh_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.8424254Z test_nnc_correctness_asinh_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.8425404Z test_nnc_correctness_asinh_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.8426777Z test_nnc_correctness_asinh_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.8428016Z test_nnc_correctness_atan2_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.8429133Z 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-23T02:20:23.8430282Z 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-23T02:20:23.8431433Z 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-23T02:20:23.8432736Z test_nnc_correctness_atan2_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.8434068Z test_nnc_correctness_atan2_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.8435406Z test_nnc_correctness_atan2_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.8436534Z test_nnc_correctness_atan2_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.8437656Z test_nnc_correctness_atan2_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T02:20:23.8438942Z test_nnc_correctness_atan2_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.8440314Z test_nnc_correctness_atan_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.8441458Z test_nnc_correctness_atan_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.8442626Z test_nnc_correctness_atan_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T02:20:23.8443784Z test_nnc_correctness_atan_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.8445055Z test_nnc_correctness_atan_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.8446589Z 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-23T02:20:23.8447741Z test_nnc_correctness_atan_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T02:20:23.8448861Z test_nnc_correctness_atan_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.8450002Z test_nnc_correctness_atan_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.8451108Z 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-23T02:20:23.8452363Z 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-23T02:20:23.8453701Z test_nnc_correctness_atan_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.8454851Z test_nnc_correctness_atan_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.8455998Z 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-23T02:20:23.8457145Z 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-23T02:20:23.8458419Z 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-23T02:20:23.8459803Z test_nnc_correctness_atanh_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.8460963Z test_nnc_correctness_atanh_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.8462119Z 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-23T02:20:23.8463423Z 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-23T02:20:23.8464566Z test_nnc_correctness_atanh_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.8466040Z test_nnc_correctness_atanh_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.8467188Z test_nnc_correctness_atanh_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.8468321Z test_nnc_correctness_atanh_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.8469449Z 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-23T02:20:23.8470575Z test_nnc_correctness_atanh_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.8471878Z test_nnc_correctness_atleast_1d_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T02:20:23.8473234Z test_nnc_correctness_atleast_1d_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.8474591Z test_nnc_correctness_atleast_1d_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.8475769Z test_nnc_correctness_atleast_1d_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.013s) 2022-11-23T02:20:23.8476969Z test_nnc_correctness_atleast_1d_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.8478263Z test_nnc_correctness_atleast_1d_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.8479619Z test_nnc_correctness_atleast_1d_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.8480779Z test_nnc_correctness_atleast_1d_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.8481927Z test_nnc_correctness_atleast_1d_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.8483082Z 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-23T02:20:23.8484373Z test_nnc_correctness_atleast_1d_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.8485736Z test_nnc_correctness_atleast_1d_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.8486868Z 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-23T02:20:23.8488057Z test_nnc_correctness_atleast_2d_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.8489223Z test_nnc_correctness_atleast_2d_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.8490709Z test_nnc_correctness_atleast_2d_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.8492109Z test_nnc_correctness_atleast_2d_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.8493295Z test_nnc_correctness_atleast_2d_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.8494483Z test_nnc_correctness_atleast_2d_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.8495659Z test_nnc_correctness_atleast_2d_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.8496831Z test_nnc_correctness_atleast_2d_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.8498324Z 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-23T02:20:23.8499444Z test_nnc_correctness_atleast_2d_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.8500612Z test_nnc_correctness_atleast_2d_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.8501930Z test_nnc_correctness_atleast_2d_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T02:20:23.8503103Z 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-23T02:20:23.8504591Z 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-23T02:20:23.8505778Z test_nnc_correctness_atleast_3d_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.8506933Z test_nnc_correctness_atleast_3d_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.013s) 2022-11-23T02:20:23.8508136Z test_nnc_correctness_atleast_3d_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T02:20:23.8509322Z test_nnc_correctness_atleast_3d_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T02:20:23.8510740Z test_nnc_correctness_atleast_3d_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T02:20:23.8512017Z 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-23T02:20:23.8513171Z 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-23T02:20:23.8514344Z test_nnc_correctness_atleast_3d_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.8515506Z test_nnc_correctness_atleast_3d_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.8516791Z test_nnc_correctness_atleast_3d_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.8518323Z test_nnc_correctness_atleast_3d_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.8519481Z 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-23T02:20:23.8520646Z 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-23T02:20:23.8521869Z 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-23T02:20:23.8523226Z 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-23T02:20:23.8524593Z test_nnc_correctness_baddbmm_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.8525760Z test_nnc_correctness_baddbmm_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.8526914Z 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-23T02:20:23.8528079Z test_nnc_correctness_bernoulli_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T02:20:23.8529561Z 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-23T02:20:23.8530956Z test_nnc_correctness_bernoulli_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.8532123Z 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-23T02:20:23.8533166Z test_nnc_correctness_bfloat16_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.000s) 2022-11-23T02:20:23.8534115Z test_nnc_correctness_bfloat16_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-11-23T02:20:23.8535027Z test_nnc_correctness_bfloat16_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-11-23T02:20:23.8536127Z test_nnc_correctness_bfloat16_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-11-23T02:20:23.8537297Z test_nnc_correctness_bfloat16_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-11-23T02:20:23.8538230Z test_nnc_correctness_bfloat16_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-11-23T02:20:23.8539158Z test_nnc_correctness_bfloat16_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-11-23T02:20:23.8540083Z test_nnc_correctness_bfloat16_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-11-23T02:20:23.8541002Z test_nnc_correctness_bfloat16_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-11-23T02:20:23.8541875Z test_nnc_correctness_bfloat16_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-11-23T02:20:23.8542994Z test_nnc_correctness_bfloat16_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-11-23T02:20:23.8544016Z test_nnc_correctness_bfloat16_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-11-23T02:20:23.8544931Z test_nnc_correctness_bfloat16_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-11-23T02:20:23.8545970Z 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-23T02:20:23.8547305Z test_nnc_correctness_bincount_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.8548581Z test_nnc_correctness_bincount_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.8549929Z 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-23T02:20:23.8551054Z test_nnc_correctness_bincount_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.8552218Z test_nnc_correctness_bitwise_and_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.8553394Z test_nnc_correctness_bitwise_and_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.8554571Z 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-23T02:20:23.8555919Z test_nnc_correctness_bitwise_and_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.8557187Z 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-23T02:20:23.8558513Z 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-23T02:20:23.8559707Z 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-23T02:20:23.8560882Z test_nnc_correctness_bitwise_left_shift_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.8562328Z test_nnc_correctness_bitwise_left_shift_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.8563619Z test_nnc_correctness_bitwise_left_shift_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.8564793Z test_nnc_correctness_bitwise_left_shift_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.8565980Z test_nnc_correctness_bitwise_not_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-11-23T02:20:23.8567147Z 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-23T02:20:23.8568430Z 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-23T02:20:23.8569849Z 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-23T02:20:23.8571000Z 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-23T02:20:23.8572145Z test_nnc_correctness_bitwise_not_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.8573313Z 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-23T02:20:23.8575469Z 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-23T02:20:23.8576793Z 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-23T02:20:23.8577955Z 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-23T02:20:23.8579115Z test_nnc_correctness_bitwise_or_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T02:20:23.8580266Z test_nnc_correctness_bitwise_or_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T02:20:23.8581580Z test_nnc_correctness_bitwise_right_shift_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T02:20:23.8583019Z test_nnc_correctness_bitwise_right_shift_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T02:20:23.8584228Z test_nnc_correctness_bitwise_right_shift_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.8585442Z test_nnc_correctness_bitwise_right_shift_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.8586810Z test_nnc_correctness_bitwise_right_shift_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.007s) 2022-11-23T02:20:23.8588147Z test_nnc_correctness_bitwise_xor_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T02:20:23.8589546Z test_nnc_correctness_bitwise_xor_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T02:20:23.8590680Z test_nnc_correctness_bitwise_xor_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T02:20:23.8591840Z test_nnc_correctness_bitwise_xor_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T02:20:23.8593003Z test_nnc_correctness_bitwise_xor_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T02:20:23.8594287Z test_nnc_correctness_bitwise_xor_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T02:20:23.8595646Z test_nnc_correctness_block_diag_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T02:20:23.8596828Z test_nnc_correctness_block_diag_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T02:20:23.8598000Z test_nnc_correctness_block_diag_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.8599205Z test_nnc_correctness_block_diag_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.8600403Z test_nnc_correctness_block_diag_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T02:20:23.8601848Z test_nnc_correctness_block_diag_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T02:20:23.8603219Z test_nnc_correctness_block_diag_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T02:20:23.8604380Z test_nnc_correctness_block_diag_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T02:20:23.8605531Z test_nnc_correctness_block_diag_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T02:20:23.8606691Z test_nnc_correctness_block_diag_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T02:20:23.8608184Z test_nnc_correctness_block_diag_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T02:20:23.8609349Z test_nnc_correctness_block_diag_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T02:20:23.8610495Z test_nnc_correctness_block_diag_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T02:20:23.8611634Z test_nnc_correctness_bmm_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T02:20:23.8612785Z 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-23T02:20:23.8614402Z test_nnc_correctness_bmm_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.8615696Z test_nnc_correctness_bmm_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.8616895Z test_nnc_correctness_bmm_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.8618046Z test_nnc_correctness_bmm_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T02:20:23.8619178Z test_nnc_correctness_bool_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.8620415Z test_nnc_correctness_bool_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T02:20:23.8621824Z 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-23T02:20:23.8622976Z test_nnc_correctness_bool_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.8624146Z test_nnc_correctness_bool_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.8625286Z test_nnc_correctness_bool_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.8626522Z test_nnc_correctness_bool_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.8627887Z 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-23T02:20:23.8629020Z test_nnc_correctness_bool_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.8630140Z test_nnc_correctness_bool_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.8631446Z test_nnc_correctness_bool_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.8632513Z test_nnc_correctness_bool_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.8633997Z test_nnc_correctness_bool_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.8635175Z test_nnc_correctness_broadcast_shapes_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.8636405Z test_nnc_correctness_broadcast_tensors_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.8637588Z test_nnc_correctness_broadcast_tensors_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.8638822Z test_nnc_correctness_broadcast_tensors_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.8640283Z test_nnc_correctness_broadcast_tensors_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.8641792Z test_nnc_correctness_broadcast_tensors_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.8643044Z test_nnc_correctness_broadcast_tensors_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.8644254Z test_nnc_correctness_broadcast_tensors_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.8645473Z test_nnc_correctness_broadcast_tensors_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T02:20:23.8646877Z test_nnc_correctness_broadcast_tensors_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.8648183Z test_nnc_correctness_broadcast_tensors_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.8649395Z test_nnc_correctness_broadcast_tensors_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.8650579Z test_nnc_correctness_broadcast_tensors_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-11-23T02:20:23.8651799Z test_nnc_correctness_broadcast_to_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.8653212Z 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-23T02:20:23.8654513Z test_nnc_correctness_broadcast_to_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.8655718Z 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-23T02:20:23.8656915Z 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-23T02:20:23.8658113Z test_nnc_correctness_broadcast_to_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.8659736Z 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-23T02:20:23.8661040Z test_nnc_correctness_broadcast_to_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.8662208Z test_nnc_correctness_broadcast_to_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.8663361Z 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-23T02:20:23.8664506Z test_nnc_correctness_broadcast_to_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.8665820Z test_nnc_correctness_broadcast_to_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.8667206Z test_nnc_correctness_bucketize_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.8668373Z test_nnc_correctness_bucketize_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.8669714Z test_nnc_correctness_bucketize_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.8670884Z test_nnc_correctness_bucketize_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T02:20:23.8672042Z test_nnc_correctness_bucketize_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.8673384Z test_nnc_correctness_bucketize_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.8674581Z test_nnc_correctness_bucketize_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.8675711Z test_nnc_correctness_bucketize_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T02:20:23.8677014Z test_nnc_correctness_byte_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.8678383Z test_nnc_correctness_byte_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.8679566Z test_nnc_correctness_byte_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.8680734Z test_nnc_correctness_byte_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.8681874Z test_nnc_correctness_byte_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T02:20:23.8683031Z test_nnc_correctness_byte_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.8684170Z test_nnc_correctness_byte_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.8685305Z test_nnc_correctness_byte_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.8686616Z test_nnc_correctness_byte_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T02:20:23.8687755Z test_nnc_correctness_byte_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.8688885Z test_nnc_correctness_byte_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.8690018Z test_nnc_correctness_byte_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.8691191Z test_nnc_correctness_cartesian_prod_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.8692390Z test_nnc_correctness_cartesian_prod_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T02:20:23.8693751Z test_nnc_correctness_cartesian_prod_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.8695110Z 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-23T02:20:23.8696494Z 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-23T02:20:23.8697704Z test_nnc_correctness_cartesian_prod_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-11-23T02:20:23.8698862Z test_nnc_correctness_cartesian_prod_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.8700070Z test_nnc_correctness_cartesian_prod_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.8701266Z 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-23T02:20:23.8702449Z 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-23T02:20:23.8703630Z test_nnc_correctness_cartesian_prod_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.8704816Z 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-23T02:20:23.8705993Z 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-23T02:20:23.8707120Z 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-23T02:20:23.8708252Z 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-23T02:20:23.8709409Z 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-23T02:20:23.8710538Z test_nnc_correctness_cat_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.8711677Z 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-23T02:20:23.8712964Z 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-23T02:20:23.8713574Z test_nnc_correctness_cat_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.8714152Z 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-23T02:20:23.8714727Z test_nnc_correctness_cat_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.8715300Z test_nnc_correctness_cat_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.8715862Z 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-23T02:20:23.8716439Z test_nnc_correctness_cat_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.8716999Z test_nnc_correctness_cdist_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.8717586Z 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-23T02:20:23.8718703Z test_nnc_correctness_cdouble_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.000s) 2022-11-23T02:20:23.8719252Z test_nnc_correctness_cdouble_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.006s) 2022-11-23T02:20:23.8719736Z test_nnc_correctness_cdouble_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.000s) 2022-11-23T02:20:23.8720235Z test_nnc_correctness_cdouble_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.000s) 2022-11-23T02:20:23.8720715Z test_nnc_correctness_cdouble_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.000s) 2022-11-23T02:20:23.8721246Z test_nnc_correctness_cdouble_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.000s) 2022-11-23T02:20:23.8721711Z test_nnc_correctness_cdouble_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.000s) 2022-11-23T02:20:23.8722189Z test_nnc_correctness_cdouble_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.011s) 2022-11-23T02:20:23.8722666Z test_nnc_correctness_cdouble_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-11-23T02:20:23.8723129Z test_nnc_correctness_cdouble_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-11-23T02:20:23.8723588Z test_nnc_correctness_cdouble_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-11-23T02:20:23.8724051Z test_nnc_correctness_cdouble_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-11-23T02:20:23.8724512Z test_nnc_correctness_cdouble_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-11-23T02:20:23.8725236Z test_nnc_correctness_ceil_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T02:20:23.8726088Z 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-23T02:20:23.8727262Z 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-23T02:20:23.8728402Z test_nnc_correctness_ceil_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.8729528Z test_nnc_correctness_ceil_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.8730861Z test_nnc_correctness_ceil_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.8731977Z 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-23T02:20:23.8733109Z test_nnc_correctness_ceil_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.8734250Z test_nnc_correctness_ceil_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.8735262Z test_nnc_correctness_cfloat_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-11-23T02:20:23.8736194Z test_nnc_correctness_cfloat_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-11-23T02:20:23.8737102Z test_nnc_correctness_cfloat_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-11-23T02:20:23.8738052Z test_nnc_correctness_cfloat_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-11-23T02:20:23.8738978Z test_nnc_correctness_cfloat_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-11-23T02:20:23.8739915Z test_nnc_correctness_cfloat_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-11-23T02:20:23.8740996Z test_nnc_correctness_cfloat_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-11-23T02:20:23.8741925Z test_nnc_correctness_cfloat_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-11-23T02:20:23.8742839Z test_nnc_correctness_cfloat_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-11-23T02:20:23.8743742Z test_nnc_correctness_cfloat_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-11-23T02:20:23.8744633Z test_nnc_correctness_cfloat_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-11-23T02:20:23.8745529Z test_nnc_correctness_cfloat_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-11-23T02:20:23.8746411Z test_nnc_correctness_cfloat_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-11-23T02:20:23.8747435Z test_nnc_correctness_chalf_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.8748543Z test_nnc_correctness_chalf_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.8749702Z test_nnc_correctness_chalf_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.8750887Z test_nnc_correctness_chalf_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.8752042Z test_nnc_correctness_chalf_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.8753196Z test_nnc_correctness_chalf_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.8754355Z test_nnc_correctness_chalf_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.8755485Z test_nnc_correctness_chalf_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.8756612Z test_nnc_correctness_chalf_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.8757929Z test_nnc_correctness_chalf_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.8759061Z test_nnc_correctness_chalf_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T02:20:23.8760143Z test_nnc_correctness_chalf_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.8761280Z test_nnc_correctness_chalf_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.8762440Z 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-23T02:20:23.8763563Z test_nnc_correctness_char_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-11-23T02:20:23.8764709Z test_nnc_correctness_char_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.8765873Z test_nnc_correctness_char_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.8767024Z test_nnc_correctness_char_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.8768310Z test_nnc_correctness_char_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.8769531Z 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-23T02:20:23.8770642Z 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-23T02:20:23.8771761Z test_nnc_correctness_char_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.8772890Z 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-23T02:20:23.8774016Z test_nnc_correctness_char_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.8775123Z test_nnc_correctness_char_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.8776227Z test_nnc_correctness_char_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.8777377Z test_nnc_correctness_cholesky_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.8778538Z 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-23T02:20:23.8779712Z test_nnc_correctness_cholesky_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.8780882Z test_nnc_correctness_cholesky_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.8782189Z test_nnc_correctness_cholesky_inverse_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.8783609Z test_nnc_correctness_cholesky_inverse_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.8785012Z test_nnc_correctness_cholesky_inverse_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.8786215Z test_nnc_correctness_cholesky_inverse_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.8787433Z test_nnc_correctness_cholesky_solve_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.8788645Z test_nnc_correctness_cholesky_solve_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.8789861Z 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-23T02:20:23.8791049Z 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-23T02:20:23.8792236Z 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-23T02:20:23.8793385Z test_nnc_correctness_chunk_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.8794686Z 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-23T02:20:23.8795878Z test_nnc_correctness_chunk_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.8797045Z 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-23T02:20:23.8798206Z test_nnc_correctness_chunk_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.8799337Z test_nnc_correctness_chunk_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.8800480Z test_nnc_correctness_chunk_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T02:20:23.8801629Z test_nnc_correctness_chunk_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.8802772Z test_nnc_correctness_chunk_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.8803915Z test_nnc_correctness_chunk_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.8805025Z test_nnc_correctness_chunk_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.009s) 2022-11-23T02:20:23.8806149Z 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-23T02:20:23.8807323Z 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-23T02:20:23.8808488Z 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-23T02:20:23.8809621Z test_nnc_correctness_clamp_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.8810958Z test_nnc_correctness_clamp_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.8812099Z 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-23T02:20:23.8813259Z 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-23T02:20:23.8814412Z test_nnc_correctness_clamp_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.8815557Z test_nnc_correctness_clamp_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.8816680Z 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-23T02:20:23.8817856Z 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-23T02:20:23.8819004Z 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-23T02:20:23.8820158Z test_nnc_correctness_clamp_max_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T02:20:23.8821542Z 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-23T02:20:23.8822740Z test_nnc_correctness_clamp_max_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.8823916Z 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-23T02:20:23.8825066Z test_nnc_correctness_clamp_max_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T02:20:23.8826221Z test_nnc_correctness_clamp_max_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.8827341Z test_nnc_correctness_clamp_max_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.8828511Z test_nnc_correctness_clamp_max_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.8829687Z test_nnc_correctness_clamp_min_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T02:20:23.8830860Z 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-23T02:20:23.8832026Z 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-23T02:20:23.8833187Z test_nnc_correctness_clamp_min_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.8834363Z test_nnc_correctness_clamp_min_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.8835505Z test_nnc_correctness_clamp_min_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.012s) 2022-11-23T02:20:23.8836851Z test_nnc_correctness_clamp_min_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.8838022Z test_nnc_correctness_clamp_min_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.8839143Z test_nnc_correctness_clamp_min_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.8840307Z test_nnc_correctness_clamp_min_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.8841462Z 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-23T02:20:23.8842608Z test_nnc_correctness_clone_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.8843763Z 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-23T02:20:23.8844908Z test_nnc_correctness_clone_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.8846076Z test_nnc_correctness_clone_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.8847393Z test_nnc_correctness_clone_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.8848563Z test_nnc_correctness_clone_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.8849713Z test_nnc_correctness_clone_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.8850852Z test_nnc_correctness_clone_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.8851983Z test_nnc_correctness_clone_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.8853107Z test_nnc_correctness_clone_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.8854243Z test_nnc_correctness_clone_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.8855352Z test_nnc_correctness_clone_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.8856181Z 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-23T02:20:23.8856786Z test_nnc_correctness_column_stack_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.8857396Z 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-23T02:20:23.8858014Z test_nnc_correctness_column_stack_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.8858611Z test_nnc_correctness_column_stack_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T02:20:23.8859220Z test_nnc_correctness_column_stack_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.8859989Z test_nnc_correctness_column_stack_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.8860591Z 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-23T02:20:23.8861177Z test_nnc_correctness_column_stack_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T02:20:23.8861771Z 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-23T02:20:23.8862354Z 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-23T02:20:23.8862939Z 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-23T02:20:23.8863523Z test_nnc_correctness_column_stack_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.8864114Z test_nnc_correctness_combinations_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.012s) 2022-11-23T02:20:23.8864780Z test_nnc_correctness_combinations_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.8865416Z 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-23T02:20:23.8866032Z test_nnc_correctness_combinations_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.8866648Z 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-23T02:20:23.8867253Z test_nnc_correctness_combinations_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.8867858Z 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-23T02:20:23.8868456Z test_nnc_correctness_combinations_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.8869046Z 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-23T02:20:23.8869639Z test_nnc_correctness_combinations_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.8870227Z test_nnc_correctness_combinations_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.8870802Z 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-23T02:20:23.8871391Z test_nnc_correctness_complex_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.8871982Z test_nnc_correctness_complex_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.8872566Z test_nnc_correctness_complex_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.8873244Z test_nnc_correctness_conj_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.8873823Z test_nnc_correctness_conj_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T02:20:23.8874403Z 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-23T02:20:23.8874990Z test_nnc_correctness_conj_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.8875579Z 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-23T02:20:23.8876172Z test_nnc_correctness_conj_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T02:20:23.8876736Z test_nnc_correctness_conj_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.8877309Z test_nnc_correctness_conj_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.8877963Z test_nnc_correctness_conj_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.8878554Z test_nnc_correctness_conj_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.8879123Z 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-23T02:20:23.8879692Z test_nnc_correctness_conj_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.8880259Z test_nnc_correctness_conj_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.8880842Z 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-23T02:20:23.8881441Z test_nnc_correctness_conj_physical_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.8882035Z 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-23T02:20:23.8882648Z test_nnc_correctness_conj_physical_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.8883259Z test_nnc_correctness_conj_physical_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.8884347Z 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-23T02:20:23.8885109Z test_nnc_correctness_conj_physical_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.8885703Z test_nnc_correctness_conj_physical_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.8886303Z 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-23T02:20:23.8887005Z test_nnc_correctness_conj_physical_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.8887598Z test_nnc_correctness_conj_physical_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.8888186Z test_nnc_correctness_conj_physical_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.8888765Z test_nnc_correctness_conj_physical_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.8889363Z test_nnc_correctness_constant_pad_nd_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T02:20:23.8890166Z 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-23T02:20:23.8890939Z test_nnc_correctness_constant_pad_nd_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.8891695Z 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-23T02:20:23.8892406Z test_nnc_correctness_constant_pad_nd_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T02:20:23.8893025Z 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-23T02:20:23.8893622Z 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-23T02:20:23.8894227Z 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-23T02:20:23.8894821Z 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-23T02:20:23.8895395Z test_nnc_correctness_constant_pad_nd_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.8896000Z test_nnc_correctness_constant_pad_nd_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.8896771Z test_nnc_correctness_constant_pad_nd_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.8897667Z test_nnc_correctness_contiguous_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.8898267Z test_nnc_correctness_contiguous_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.8898862Z 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-23T02:20:23.8899470Z 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-23T02:20:23.8900078Z test_nnc_correctness_contiguous_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T02:20:23.8900680Z 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-23T02:20:23.8901389Z 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-23T02:20:23.8901957Z test_nnc_correctness_contiguous_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.8902542Z 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-23T02:20:23.8903314Z 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-23T02:20:23.8904212Z 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-23T02:20:23.8904806Z test_nnc_correctness_contiguous_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.8905391Z test_nnc_correctness_contiguous_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.8905984Z test_nnc_correctness_copysign_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.8906660Z test_nnc_correctness_copysign_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T02:20:23.8907269Z test_nnc_correctness_copysign_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.8907857Z test_nnc_correctness_copysign_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.8908439Z test_nnc_correctness_copysign_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.8909134Z test_nnc_correctness_copysign_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T02:20:23.8909763Z 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-23T02:20:23.8910656Z test_nnc_correctness_copysign_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.8911250Z 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-23T02:20:23.8911832Z 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-23T02:20:23.8912423Z 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-23T02:20:23.8913024Z test_nnc_correctness_corrcoef_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.8913629Z test_nnc_correctness_corrcoef_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.8914203Z test_nnc_correctness_corrcoef_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T02:20:23.8914793Z test_nnc_correctness_corrcoef_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.8915634Z test_nnc_correctness_corrcoef_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.8916382Z test_nnc_correctness_corrcoef_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.8917167Z test_nnc_correctness_corrcoef_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.8917755Z test_nnc_correctness_corrcoef_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.012s) 2022-11-23T02:20:23.8918339Z 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-23T02:20:23.8918917Z 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-23T02:20:23.8919503Z 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-23T02:20:23.8920075Z 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-23T02:20:23.8920639Z 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-23T02:20:23.8921356Z 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-23T02:20:23.8922137Z test_nnc_correctness_cos_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.8922892Z 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-23T02:20:23.8923626Z test_nnc_correctness_cos_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.8924201Z 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-23T02:20:23.8924770Z test_nnc_correctness_cos_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.8925338Z test_nnc_correctness_cos_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.8925898Z test_nnc_correctness_cos_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.8926445Z test_nnc_correctness_cos_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.8927013Z test_nnc_correctness_cos_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.8927582Z test_nnc_correctness_cosh_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.8928153Z 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-23T02:20:23.8928896Z 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-23T02:20:23.8929785Z test_nnc_correctness_cosh_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.8931092Z 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-23T02:20:23.8931676Z 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-23T02:20:23.8932254Z 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-23T02:20:23.8932832Z test_nnc_correctness_cosh_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T02:20:23.8933391Z test_nnc_correctness_cosh_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.8933964Z test_nnc_correctness_cosh_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.8934535Z test_nnc_correctness_cosh_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.8935292Z test_nnc_correctness_cosh_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T02:20:23.8936269Z test_nnc_correctness_cosh_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.8937494Z test_nnc_correctness_count_nonzero_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.8938664Z test_nnc_correctness_count_nonzero_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.8939868Z test_nnc_correctness_count_nonzero_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T02:20:23.8941060Z test_nnc_correctness_count_nonzero_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.8942386Z test_nnc_correctness_count_nonzero_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.8943751Z test_nnc_correctness_count_nonzero_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.8944924Z test_nnc_correctness_count_nonzero_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T02:20:23.8946070Z test_nnc_correctness_count_nonzero_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.8947229Z test_nnc_correctness_count_nonzero_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.8948502Z test_nnc_correctness_count_nonzero_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.8949806Z test_nnc_correctness_count_nonzero_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.8950976Z test_nnc_correctness_count_nonzero_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-11-23T02:20:23.8952121Z test_nnc_correctness_cov_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.8953461Z test_nnc_correctness_cov_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.8954596Z 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-23T02:20:23.8955999Z 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-23T02:20:23.8957153Z test_nnc_correctness_cov_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.8958275Z 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-23T02:20:23.8959417Z 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-23T02:20:23.8960542Z 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-23T02:20:23.8961789Z 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-23T02:20:23.8963076Z 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-23T02:20:23.8964363Z test_nnc_correctness_cov_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.8965527Z test_nnc_correctness_cross_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.8966683Z test_nnc_correctness_cross_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.8967944Z test_nnc_correctness_cross_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.8969246Z 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-23T02:20:23.8970409Z test_nnc_correctness_cross_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.8971537Z test_nnc_correctness_cross_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.8972675Z test_nnc_correctness_cross_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.8973941Z 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-23T02:20:23.8975233Z test_nnc_correctness_cross_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.007s) 2022-11-23T02:20:23.8976363Z test_nnc_correctness_cross_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.8977508Z test_nnc_correctness_cummax_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.8978645Z test_nnc_correctness_cummax_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.8979802Z test_nnc_correctness_cummax_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T02:20:23.8981406Z test_nnc_correctness_cummax_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.8988606Z test_nnc_correctness_cummax_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.8989787Z 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-23T02:20:23.8990932Z test_nnc_correctness_cummax_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.8992059Z test_nnc_correctness_cummax_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.8993316Z 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-23T02:20:23.8994658Z test_nnc_correctness_cummax_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T02:20:23.8995782Z test_nnc_correctness_cummin_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.8997111Z test_nnc_correctness_cummin_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.8998270Z 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-23T02:20:23.8999549Z test_nnc_correctness_cummin_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.9000876Z 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-23T02:20:23.9002036Z test_nnc_correctness_cummin_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.9003174Z test_nnc_correctness_cummin_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T02:20:23.9004325Z test_nnc_correctness_cummin_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.9005439Z test_nnc_correctness_cummin_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.9006763Z test_nnc_correctness_cummin_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.9008008Z test_nnc_correctness_cumprod_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T02:20:23.9009198Z test_nnc_correctness_cumprod_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9010391Z test_nnc_correctness_cumprod_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9011568Z 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-23T02:20:23.9012851Z 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-23T02:20:23.9014389Z test_nnc_correctness_cumprod_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9015542Z test_nnc_correctness_cumprod_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9016697Z 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-23T02:20:23.9017855Z test_nnc_correctness_cumprod_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.9019081Z test_nnc_correctness_cumprod_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.9020475Z test_nnc_correctness_cumprod_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9021702Z test_nnc_correctness_cumsum_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9022873Z 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-23T02:20:23.9024039Z 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-23T02:20:23.9025466Z test_nnc_correctness_cumsum_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9026781Z test_nnc_correctness_cumsum_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T02:20:23.9027949Z 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-23T02:20:23.9029111Z test_nnc_correctness_cumsum_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.9030253Z 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-23T02:20:23.9031370Z 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-23T02:20:23.9032770Z test_nnc_correctness_cumsum_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T02:20:23.9033929Z test_nnc_correctness_cumsum_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.9035126Z 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-23T02:20:23.9036389Z 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-23T02:20:23.9037654Z test_nnc_correctness_cumulative_trapezoid_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T02:20:23.9039124Z test_nnc_correctness_cumulative_trapezoid_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.9040375Z test_nnc_correctness_cumulative_trapezoid_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9041776Z test_nnc_correctness_cumulative_trapezoid_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9043020Z test_nnc_correctness_cumulative_trapezoid_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9044320Z test_nnc_correctness_cumulative_trapezoid_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9045723Z test_nnc_correctness_cumulative_trapezoid_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9046961Z test_nnc_correctness_cumulative_trapezoid_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9048187Z 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-23T02:20:23.9049403Z 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-23T02:20:23.9050561Z test_nnc_correctness_deg2rad_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9052017Z 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-23T02:20:23.9053342Z 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-23T02:20:23.9054538Z 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-23T02:20:23.9055720Z test_nnc_correctness_deg2rad_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9056835Z test_nnc_correctness_deg2rad_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9058177Z test_nnc_correctness_deg2rad_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9059451Z test_nnc_correctness_deg2rad_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9060615Z test_nnc_correctness_deg2rad_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.9061753Z test_nnc_correctness_diag_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.9062897Z test_nnc_correctness_diag_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.9064152Z 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-23T02:20:23.9065514Z test_nnc_correctness_diag_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T02:20:23.9066687Z test_nnc_correctness_diag_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.9067825Z test_nnc_correctness_diag_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.9068965Z test_nnc_correctness_diag_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T02:20:23.9132674Z test_nnc_correctness_diag_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.9133919Z test_nnc_correctness_diag_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.9135105Z test_nnc_correctness_diag_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.013s) 2022-11-23T02:20:23.9136489Z test_nnc_correctness_diag_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T02:20:23.9137730Z test_nnc_correctness_diag_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T02:20:23.9138885Z test_nnc_correctness_diag_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T02:20:23.9140054Z test_nnc_correctness_diag_embed_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T02:20:23.9140638Z test_nnc_correctness_diag_embed_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T02:20:23.9142381Z test_nnc_correctness_diag_embed_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T02:20:23.9143040Z test_nnc_correctness_diag_embed_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T02:20:23.9143813Z test_nnc_correctness_diag_embed_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T02:20:23.9144417Z test_nnc_correctness_diag_embed_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.9145004Z test_nnc_correctness_diag_embed_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.9145585Z test_nnc_correctness_diag_embed_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T02:20:23.9146176Z 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-23T02:20:23.9146745Z test_nnc_correctness_diag_embed_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.9147336Z test_nnc_correctness_diag_embed_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.012s) 2022-11-23T02:20:23.9147912Z test_nnc_correctness_diag_embed_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T02:20:23.9148470Z test_nnc_correctness_diag_embed_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T02:20:23.9149166Z test_nnc_correctness_diagflat_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.9149748Z test_nnc_correctness_diagflat_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9150516Z 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-23T02:20:23.9151310Z 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-23T02:20:23.9151884Z 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-23T02:20:23.9152456Z test_nnc_correctness_diagflat_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9153039Z test_nnc_correctness_diagflat_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9153613Z 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-23T02:20:23.9154184Z 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-23T02:20:23.9154755Z test_nnc_correctness_diagflat_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9155319Z test_nnc_correctness_diagflat_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T02:20:23.9156021Z test_nnc_correctness_diagflat_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9156958Z test_nnc_correctness_diagonal_copy_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.9157680Z 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-23T02:20:23.9158296Z test_nnc_correctness_diagonal_copy_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.9158900Z test_nnc_correctness_diagonal_copy_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T02:20:23.9159508Z test_nnc_correctness_diagonal_copy_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.9160110Z test_nnc_correctness_diagonal_copy_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.9160710Z 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-23T02:20:23.9161305Z test_nnc_correctness_diagonal_copy_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T02:20:23.9161900Z test_nnc_correctness_diagonal_copy_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T02:20:23.9162565Z test_nnc_correctness_diagonal_copy_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9163163Z test_nnc_correctness_diagonal_copy_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.9163846Z test_nnc_correctness_diagonal_copy_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9164551Z test_nnc_correctness_diagonal_copy_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.9165302Z test_nnc_correctness_diagonal_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.9165878Z test_nnc_correctness_diagonal_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9166469Z test_nnc_correctness_diagonal_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9167073Z test_nnc_correctness_diagonal_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9167664Z test_nnc_correctness_diagonal_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9168255Z 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-23T02:20:23.9168831Z 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-23T02:20:23.9169493Z 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-23T02:20:23.9170218Z 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-23T02:20:23.9171017Z test_nnc_correctness_diagonal_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.9171589Z 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-23T02:20:23.9172174Z 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-23T02:20:23.9172752Z 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-23T02:20:23.9173369Z 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-23T02:20:23.9173986Z test_nnc_correctness_diagonal_scatter_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.9174603Z test_nnc_correctness_diagonal_scatter_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9175205Z test_nnc_correctness_diagonal_scatter_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9175819Z test_nnc_correctness_diagonal_scatter_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.9176538Z test_nnc_correctness_diagonal_scatter_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.9177417Z test_nnc_correctness_diagonal_scatter_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9178333Z test_nnc_correctness_diagonal_scatter_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9187810Z test_nnc_correctness_diagonal_scatter_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.9188678Z test_nnc_correctness_diagonal_scatter_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9189267Z 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-23T02:20:23.9189837Z test_nnc_correctness_diff_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T02:20:23.9190555Z test_nnc_correctness_diff_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.9191141Z 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-23T02:20:23.9191880Z test_nnc_correctness_diff_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.9192459Z test_nnc_correctness_diff_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T02:20:23.9193005Z test_nnc_correctness_diff_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9193561Z 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-23T02:20:23.9194269Z test_nnc_correctness_diff_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9194863Z test_nnc_correctness_diff_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9195422Z test_nnc_correctness_diff_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9195980Z test_nnc_correctness_diff_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9196539Z test_nnc_correctness_digamma_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9197111Z test_nnc_correctness_digamma_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9197820Z test_nnc_correctness_digamma_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.9198510Z 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-23T02:20:23.9199197Z test_nnc_correctness_digamma_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9199762Z test_nnc_correctness_digamma_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9200334Z test_nnc_correctness_digamma_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9200888Z test_nnc_correctness_digamma_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9201443Z test_nnc_correctness_digamma_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.9201998Z test_nnc_correctness_dist_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9202754Z test_nnc_correctness_dist_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T02:20:23.9203318Z test_nnc_correctness_dist_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9203878Z 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-23T02:20:23.9204612Z test_nnc_correctness_dist_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.9205289Z test_nnc_correctness_dist_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T02:20:23.9206010Z test_nnc_correctness_div_floor_rounding_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.9206599Z test_nnc_correctness_div_floor_rounding_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.9207178Z test_nnc_correctness_div_floor_rounding_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.9207924Z test_nnc_correctness_div_floor_rounding_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T02:20:23.9208521Z test_nnc_correctness_div_floor_rounding_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.9209129Z test_nnc_correctness_div_floor_rounding_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.9209718Z test_nnc_correctness_div_floor_rounding_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.012s) 2022-11-23T02:20:23.9210319Z test_nnc_correctness_div_floor_rounding_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T02:20:23.9211051Z test_nnc_correctness_div_floor_rounding_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T02:20:23.9211664Z 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.004s) 2022-11-23T02:20:23.9212482Z 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.004s) 2022-11-23T02:20:23.9213101Z 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.004s) 2022-11-23T02:20:23.9213710Z 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.004s) 2022-11-23T02:20:23.9214316Z 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.003s) 2022-11-23T02:20:23.9214925Z 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.003s) 2022-11-23T02:20:23.9215491Z 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.003s) 2022-11-23T02:20:23.9216264Z 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.002s) 2022-11-23T02:20:23.9216856Z 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.002s) 2022-11-23T02:20:23.9217420Z 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-23T02:20:23.9218181Z 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.000s) 2022-11-23T02:20:23.9218881Z 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.006s) 2022-11-23T02:20:23.9219580Z 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.000s) 2022-11-23T02:20:23.9220190Z test_nnc_correctness_div_trunc_rounding_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.9220779Z test_nnc_correctness_div_trunc_rounding_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.9221583Z test_nnc_correctness_div_trunc_rounding_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T02:20:23.9222185Z test_nnc_correctness_div_trunc_rounding_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.9222764Z test_nnc_correctness_div_trunc_rounding_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.9223376Z test_nnc_correctness_div_trunc_rounding_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.9223950Z test_nnc_correctness_div_trunc_rounding_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T02:20:23.9224692Z test_nnc_correctness_div_trunc_rounding_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.9225404Z test_nnc_correctness_div_trunc_rounding_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.9226062Z test_nnc_correctness_dot_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.9226654Z test_nnc_correctness_dot_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.9227219Z test_nnc_correctness_dot_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.013s) 2022-11-23T02:20:23.9227779Z test_nnc_correctness_dot_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.9228327Z test_nnc_correctness_dot_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.9228880Z test_nnc_correctness_dot_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.9229436Z test_nnc_correctness_double_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.9230169Z test_nnc_correctness_double_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.9230744Z test_nnc_correctness_double_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.9231444Z test_nnc_correctness_double_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.9232208Z test_nnc_correctness_double_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.9232792Z test_nnc_correctness_double_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T02:20:23.9233357Z test_nnc_correctness_double_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.9233906Z test_nnc_correctness_double_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.009s) 2022-11-23T02:20:23.9234461Z 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-23T02:20:23.9235154Z test_nnc_correctness_double_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9235706Z 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-23T02:20:23.9236253Z test_nnc_correctness_double_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.9236813Z test_nnc_correctness_double_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.9237511Z test_nnc_correctness_dsplit_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T02:20:23.9238197Z test_nnc_correctness_dsplit_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.9238882Z test_nnc_correctness_dsplit_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.9239458Z test_nnc_correctness_dsplit_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T02:20:23.9240030Z test_nnc_correctness_dsplit_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.9240606Z test_nnc_correctness_dsplit_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.9241172Z test_nnc_correctness_dsplit_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.9241734Z test_nnc_correctness_dsplit_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-11-23T02:20:23.9242301Z test_nnc_correctness_dsplit_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9242862Z 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-23T02:20:23.9243725Z test_nnc_correctness_dsplit_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.9244390Z test_nnc_correctness_dsplit_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9245067Z test_nnc_correctness_dsplit_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.9245666Z test_nnc_correctness_dstack_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9246219Z test_nnc_correctness_dstack_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.9246798Z test_nnc_correctness_dstack_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9247397Z test_nnc_correctness_dstack_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9247975Z test_nnc_correctness_dstack_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9248548Z test_nnc_correctness_dstack_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9249267Z test_nnc_correctness_dstack_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.9249953Z test_nnc_correctness_dstack_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9250543Z test_nnc_correctness_dstack_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9251261Z test_nnc_correctness_dstack_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.9251823Z test_nnc_correctness_dstack_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T02:20:23.9252368Z test_nnc_correctness_dstack_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9252941Z test_nnc_correctness_dstack_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.9253484Z test_nnc_correctness_einsum_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.9254071Z test_nnc_correctness_einsum_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T02:20:23.9254663Z test_nnc_correctness_einsum_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9255256Z test_nnc_correctness_einsum_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9255824Z 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-23T02:20:23.9256520Z 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-23T02:20:23.9257076Z test_nnc_correctness_empty_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-11-23T02:20:23.9257795Z test_nnc_correctness_empty_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-11-23T02:20:23.9258244Z test_nnc_correctness_empty_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-11-23T02:20:23.9258696Z test_nnc_correctness_empty_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-11-23T02:20:23.9259139Z test_nnc_correctness_empty_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-11-23T02:20:23.9259598Z test_nnc_correctness_empty_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-11-23T02:20:23.9260027Z test_nnc_correctness_empty_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-11-23T02:20:23.9260462Z test_nnc_correctness_empty_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-11-23T02:20:23.9260891Z test_nnc_correctness_empty_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-11-23T02:20:23.9261325Z test_nnc_correctness_empty_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-11-23T02:20:23.9261760Z test_nnc_correctness_empty_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-11-23T02:20:23.9262182Z test_nnc_correctness_empty_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-11-23T02:20:23.9262713Z test_nnc_correctness_empty_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-11-23T02:20:23.9263534Z test_nnc_correctness_empty_like_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-11-23T02:20:23.9264113Z test_nnc_correctness_empty_like_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-11-23T02:20:23.9264579Z test_nnc_correctness_empty_like_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-11-23T02:20:23.9265039Z test_nnc_correctness_empty_like_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.000s) 2022-11-23T02:20:23.9265516Z test_nnc_correctness_empty_like_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.003s) 2022-11-23T02:20:23.9265983Z test_nnc_correctness_empty_like_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.000s) 2022-11-23T02:20:23.9266413Z test_nnc_correctness_empty_like_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.000s) 2022-11-23T02:20:23.9266865Z test_nnc_correctness_empty_like_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.006s) 2022-11-23T02:20:23.9267320Z test_nnc_correctness_empty_like_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.000s) 2022-11-23T02:20:23.9267756Z test_nnc_correctness_empty_like_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.000s) 2022-11-23T02:20:23.9268200Z test_nnc_correctness_empty_like_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.000s) 2022-11-23T02:20:23.9268660Z test_nnc_correctness_empty_like_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.000s) 2022-11-23T02:20:23.9269207Z test_nnc_correctness_empty_like_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.000s) 2022-11-23T02:20:23.9269880Z test_nnc_correctness_eq_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-11-23T02:20:23.9270503Z test_nnc_correctness_eq_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.9271093Z test_nnc_correctness_eq_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9271652Z test_nnc_correctness_eq_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.9272198Z test_nnc_correctness_eq_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.9272939Z 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-23T02:20:23.9273485Z 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-23T02:20:23.9274042Z test_nnc_correctness_eq_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.9274617Z 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-23T02:20:23.9275169Z 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-23T02:20:23.9275859Z 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-23T02:20:23.9276595Z 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-23T02:20:23.9277148Z test_nnc_correctness_eq_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9277894Z test_nnc_correctness_equal_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9278477Z test_nnc_correctness_equal_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.9279080Z test_nnc_correctness_equal_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T02:20:23.9279666Z 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-23T02:20:23.9280225Z 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-23T02:20:23.9280783Z test_nnc_correctness_equal_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.9281367Z 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-23T02:20:23.9282055Z test_nnc_correctness_equal_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.9282801Z test_nnc_correctness_equal_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T02:20:23.9283363Z test_nnc_correctness_equal_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.9283922Z test_nnc_correctness_equal_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.9284471Z 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-23T02:20:23.9285043Z test_nnc_correctness_erf_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.9285592Z test_nnc_correctness_erf_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.012s) 2022-11-23T02:20:23.9286344Z test_nnc_correctness_erf_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.9286888Z 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-23T02:20:23.9287425Z 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-23T02:20:23.9287978Z test_nnc_correctness_erf_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9288683Z 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-23T02:20:23.9289375Z test_nnc_correctness_erf_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9289946Z test_nnc_correctness_erf_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.9290519Z 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-23T02:20:23.9291079Z test_nnc_correctness_erfc_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.9291786Z test_nnc_correctness_erfc_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9292382Z 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-23T02:20:23.9292924Z test_nnc_correctness_erfc_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9293486Z 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-23T02:20:23.9294048Z 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-23T02:20:23.9294608Z test_nnc_correctness_erfc_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.9295174Z 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-23T02:20:23.9295725Z test_nnc_correctness_erfc_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T02:20:23.9296287Z 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-23T02:20:23.9296847Z test_nnc_correctness_erfinv_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.9297420Z test_nnc_correctness_erfinv_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.9297977Z test_nnc_correctness_erfinv_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T02:20:23.9298543Z 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-23T02:20:23.9299122Z 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-23T02:20:23.9300891Z test_nnc_correctness_erfinv_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.9301462Z test_nnc_correctness_erfinv_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.9302016Z test_nnc_correctness_erfinv_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.012s) 2022-11-23T02:20:23.9302594Z 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-23T02:20:23.9303161Z 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-23T02:20:23.9303720Z test_nnc_correctness_exp2_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9304304Z 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-23T02:20:23.9304855Z 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-23T02:20:23.9305474Z test_nnc_correctness_exp2_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.9306190Z test_nnc_correctness_exp2_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9306782Z 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-23T02:20:23.9307332Z test_nnc_correctness_exp2_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9307896Z test_nnc_correctness_exp2_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.9308447Z 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-23T02:20:23.9309014Z 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-23T02:20:23.9309576Z 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-23T02:20:23.9310169Z 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-23T02:20:23.9310732Z test_nnc_correctness_exp_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.9311298Z 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-23T02:20:23.9311861Z 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-23T02:20:23.9312418Z test_nnc_correctness_exp_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.9312995Z test_nnc_correctness_exp_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.9313550Z test_nnc_correctness_exp_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.9314245Z test_nnc_correctness_exp_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T02:20:23.9314789Z test_nnc_correctness_exp_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.9315350Z test_nnc_correctness_exp_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.9315923Z test_nnc_correctness_exp_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.9316636Z test_nnc_correctness_expand_as_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T02:20:23.9317398Z test_nnc_correctness_expand_as_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.9318018Z test_nnc_correctness_expand_as_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.9318601Z test_nnc_correctness_expand_as_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.9319176Z test_nnc_correctness_expand_as_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.9319908Z test_nnc_correctness_expand_as_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T02:20:23.9320500Z 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-23T02:20:23.9321152Z test_nnc_correctness_expand_as_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.9321708Z test_nnc_correctness_expand_as_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T02:20:23.9322281Z test_nnc_correctness_expand_as_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9322861Z test_nnc_correctness_expand_as_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9323449Z test_nnc_correctness_expand_as_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.9324017Z test_nnc_correctness_expand_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.9324583Z test_nnc_correctness_expand_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9325168Z test_nnc_correctness_expand_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.9325753Z 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-23T02:20:23.9326341Z 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-23T02:20:23.9326898Z test_nnc_correctness_expand_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9327468Z test_nnc_correctness_expand_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.9328216Z test_nnc_correctness_expand_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.9328782Z 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-23T02:20:23.9329334Z 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-23T02:20:23.9329914Z 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-23T02:20:23.9330463Z test_nnc_correctness_expand_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.9331038Z test_nnc_correctness_expm1_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T02:20:23.9331593Z 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-23T02:20:23.9332156Z test_nnc_correctness_expm1_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9332869Z test_nnc_correctness_expm1_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T02:20:23.9333457Z test_nnc_correctness_expm1_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.9334025Z test_nnc_correctness_expm1_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.9334599Z test_nnc_correctness_expm1_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.9335138Z test_nnc_correctness_expm1_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T02:20:23.9335686Z test_nnc_correctness_expm1_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.9336253Z test_nnc_correctness_expm1_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.9336809Z test_nnc_correctness_eye_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.9337365Z test_nnc_correctness_eye_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.9337943Z test_nnc_correctness_eye_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T02:20:23.9338512Z test_nnc_correctness_eye_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.9339073Z test_nnc_correctness_eye_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.9339634Z test_nnc_correctness_eye_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.9340181Z test_nnc_correctness_eye_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T02:20:23.9340909Z test_nnc_correctness_eye_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.9341439Z test_nnc_correctness_eye_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.9342002Z 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-23T02:20:23.9342551Z test_nnc_correctness_eye_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T02:20:23.9343139Z test_nnc_correctness_eye_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.9343696Z test_nnc_correctness_fft_fft2_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.9344284Z test_nnc_correctness_fft_fft2_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.9344876Z test_nnc_correctness_fft_fft2_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9345459Z test_nnc_correctness_fft_fft2_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9346174Z test_nnc_correctness_fft_fft2_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.9346776Z test_nnc_correctness_fft_fft2_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.9347330Z test_nnc_correctness_fft_fft2_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9348052Z test_nnc_correctness_fft_fft2_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.9348834Z test_nnc_correctness_fft_fft2_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.9349394Z test_nnc_correctness_fft_fft2_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9349974Z test_nnc_correctness_fft_fft2_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9350539Z 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-23T02:20:23.9351128Z test_nnc_correctness_fft_fft_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9351693Z test_nnc_correctness_fft_fft_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9352273Z test_nnc_correctness_fft_fft_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9352851Z test_nnc_correctness_fft_fft_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.9353429Z test_nnc_correctness_fft_fft_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.9353996Z test_nnc_correctness_fft_fft_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.9354731Z test_nnc_correctness_fft_fft_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.007s) 2022-11-23T02:20:23.9355295Z test_nnc_correctness_fft_fft_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.9355846Z test_nnc_correctness_fft_fft_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9356402Z test_nnc_correctness_fft_fft_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9356959Z 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-23T02:20:23.9357506Z test_nnc_correctness_fft_fft_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9358072Z test_nnc_correctness_fft_fftn_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9358648Z 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-23T02:20:23.9359227Z 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-23T02:20:23.9359965Z test_nnc_correctness_fft_fftn_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9360576Z 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-23T02:20:23.9361154Z test_nnc_correctness_fft_fftn_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.9361719Z 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-23T02:20:23.9362293Z test_nnc_correctness_fft_fftn_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9362863Z 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-23T02:20:23.9363421Z test_nnc_correctness_fft_fftn_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9363998Z test_nnc_correctness_fft_fftn_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T02:20:23.9364568Z test_nnc_correctness_fft_fftn_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9365149Z test_nnc_correctness_fft_fftshift_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.9365725Z test_nnc_correctness_fft_fftshift_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.9366329Z test_nnc_correctness_fft_fftshift_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.9366916Z test_nnc_correctness_fft_fftshift_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T02:20:23.9367695Z test_nnc_correctness_fft_fftshift_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.9368268Z 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-23T02:20:23.9368850Z 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-23T02:20:23.9369446Z test_nnc_correctness_fft_fftshift_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.9370041Z 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-23T02:20:23.9370599Z 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-23T02:20:23.9371178Z 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-23T02:20:23.9371756Z test_nnc_correctness_fft_fftshift_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.9372319Z test_nnc_correctness_fft_fftshift_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-11-23T02:20:23.9373572Z 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-23T02:20:23.9374210Z test_nnc_correctness_fft_hfft2_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9374809Z test_nnc_correctness_fft_hfft2_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9375380Z 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-23T02:20:23.9375948Z 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-23T02:20:23.9376522Z 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-23T02:20:23.9377093Z 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-23T02:20:23.9377658Z 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-23T02:20:23.9378238Z 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-23T02:20:23.9378805Z test_nnc_correctness_fft_hfft2_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.9379356Z test_nnc_correctness_fft_hfft2_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9379931Z test_nnc_correctness_fft_hfft2_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9380499Z 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-23T02:20:23.9381256Z 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-23T02:20:23.9381843Z 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-23T02:20:23.9382419Z test_nnc_correctness_fft_hfft_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.9383003Z test_nnc_correctness_fft_hfft_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.9383565Z test_nnc_correctness_fft_hfft_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.9384134Z 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-23T02:20:23.9384702Z test_nnc_correctness_fft_hfft_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-11-23T02:20:23.9385271Z test_nnc_correctness_fft_hfft_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T02:20:23.9385827Z test_nnc_correctness_fft_hfft_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T02:20:23.9386545Z test_nnc_correctness_fft_hfft_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T02:20:23.9387134Z test_nnc_correctness_fft_hfft_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T02:20:23.9387694Z test_nnc_correctness_fft_hfftn_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T02:20:23.9388293Z 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-23T02:20:23.9388889Z test_nnc_correctness_fft_hfftn_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9389487Z 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-23T02:20:23.9390080Z 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-23T02:20:23.9390651Z test_nnc_correctness_fft_hfftn_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9391268Z 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-23T02:20:23.9391832Z 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-23T02:20:23.9392411Z test_nnc_correctness_fft_hfftn_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T02:20:23.9392987Z test_nnc_correctness_fft_hfftn_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9393559Z test_nnc_correctness_fft_hfftn_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.9394131Z test_nnc_correctness_fft_hfftn_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.9394876Z test_nnc_correctness_fft_ifft2_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T02:20:23.9395467Z test_nnc_correctness_fft_ifft2_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.9396052Z test_nnc_correctness_fft_ifft2_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.9396638Z test_nnc_correctness_fft_ifft2_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.9397201Z test_nnc_correctness_fft_ifft2_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.9397772Z test_nnc_correctness_fft_ifft2_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T02:20:23.9398353Z test_nnc_correctness_fft_ifft2_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.9398909Z test_nnc_correctness_fft_ifft2_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.9399624Z 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-23T02:20:23.9400180Z test_nnc_correctness_fft_ifft2_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T02:20:23.9400756Z test_nnc_correctness_fft_ifft2_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9401332Z test_nnc_correctness_fft_ifft2_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9401903Z test_nnc_correctness_fft_ifft_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9402494Z test_nnc_correctness_fft_ifft_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9403087Z test_nnc_correctness_fft_ifft_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9403675Z test_nnc_correctness_fft_ifft_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9404429Z 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-23T02:20:23.9405215Z 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-23T02:20:23.9405787Z 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-23T02:20:23.9406361Z test_nnc_correctness_fft_ifft_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.9406923Z test_nnc_correctness_fft_ifft_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.9407498Z test_nnc_correctness_fft_ifft_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9408232Z test_nnc_correctness_fft_ifft_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9408813Z 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-23T02:20:23.9409381Z test_nnc_correctness_fft_ifftn_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9409964Z test_nnc_correctness_fft_ifftn_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T02:20:23.9410675Z 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-23T02:20:23.9411419Z test_nnc_correctness_fft_ifftn_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.9412069Z test_nnc_correctness_fft_ifftn_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.9412644Z test_nnc_correctness_fft_ifftn_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.9413374Z test_nnc_correctness_fft_ifftn_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T02:20:23.9413955Z test_nnc_correctness_fft_ifftn_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.9414512Z test_nnc_correctness_fft_ifftn_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.9415079Z test_nnc_correctness_fft_ifftn_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T02:20:23.9415643Z 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-23T02:20:23.9416220Z 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-23T02:20:23.9416939Z test_nnc_correctness_fft_ifftshift_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.9417538Z 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-23T02:20:23.9418329Z test_nnc_correctness_fft_ifftshift_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T02:20:23.9418953Z 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-23T02:20:23.9419538Z test_nnc_correctness_fft_ifftshift_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.9420136Z test_nnc_correctness_fft_ifftshift_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.9420728Z test_nnc_correctness_fft_ifftshift_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T02:20:23.9421361Z test_nnc_correctness_fft_ifftshift_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.9422118Z test_nnc_correctness_fft_ifftshift_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.9422700Z test_nnc_correctness_fft_ifftshift_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.9423408Z test_nnc_correctness_fft_ifftshift_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.9424113Z test_nnc_correctness_fft_ifftshift_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.012s) 2022-11-23T02:20:23.9424700Z 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-23T02:20:23.9425351Z 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-23T02:20:23.9425918Z test_nnc_correctness_fft_ihfft2_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.9426501Z test_nnc_correctness_fft_ihfft2_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9427213Z test_nnc_correctness_fft_ihfft2_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9427816Z 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-23T02:20:23.9428381Z 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-23T02:20:23.9428968Z 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-23T02:20:23.9429527Z 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-23T02:20:23.9430105Z test_nnc_correctness_fft_ihfft2_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.9430822Z test_nnc_correctness_fft_ihfft_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9431567Z test_nnc_correctness_fft_ihfft_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9432137Z test_nnc_correctness_fft_ihfft_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.9432718Z test_nnc_correctness_fft_ihfft_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9433290Z test_nnc_correctness_fft_ihfft_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9433867Z test_nnc_correctness_fft_ihfft_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9434430Z test_nnc_correctness_fft_ihfft_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9434992Z 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-23T02:20:23.9435733Z test_nnc_correctness_fft_ihfft_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.9436301Z test_nnc_correctness_fft_ihfftn_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.9437027Z test_nnc_correctness_fft_ihfftn_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T02:20:23.9437806Z test_nnc_correctness_fft_ihfftn_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.9438387Z test_nnc_correctness_fft_ihfftn_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.9438950Z test_nnc_correctness_fft_ihfftn_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.9439524Z test_nnc_correctness_fft_ihfftn_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-11-23T02:20:23.9440097Z test_nnc_correctness_fft_ihfftn_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.9440664Z 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-23T02:20:23.9441393Z 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-23T02:20:23.9441984Z 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-23T02:20:23.9442592Z test_nnc_correctness_fft_irfft2_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9443302Z test_nnc_correctness_fft_irfft2_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9444000Z test_nnc_correctness_fft_irfft2_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.9444688Z test_nnc_correctness_fft_irfft2_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.9445259Z test_nnc_correctness_fft_irfft2_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9445829Z test_nnc_correctness_fft_irfft2_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9446404Z test_nnc_correctness_fft_irfft2_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.9446967Z test_nnc_correctness_fft_irfft2_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.9447554Z test_nnc_correctness_fft_irfft2_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9448128Z test_nnc_correctness_fft_irfft2_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9448711Z 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-23T02:20:23.9449578Z test_nnc_correctness_fft_irfft_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9450232Z test_nnc_correctness_fft_irfft_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9450916Z test_nnc_correctness_fft_irfft_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.9451499Z test_nnc_correctness_fft_irfft_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.9452075Z test_nnc_correctness_fft_irfft_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T02:20:23.9452663Z test_nnc_correctness_fft_irfft_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.9453229Z test_nnc_correctness_fft_irfft_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T02:20:23.9453785Z test_nnc_correctness_fft_irfft_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.9454356Z 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-23T02:20:23.9455071Z test_nnc_correctness_fft_irfft_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T02:20:23.9455653Z 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-23T02:20:23.9456363Z test_nnc_correctness_fft_irfft_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.9457117Z 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-23T02:20:23.9457721Z 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-23T02:20:23.9458309Z test_nnc_correctness_fft_irfftn_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T02:20:23.9458909Z test_nnc_correctness_fft_irfftn_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.9459486Z test_nnc_correctness_fft_irfftn_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.9460068Z test_nnc_correctness_fft_irfftn_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.014s) 2022-11-23T02:20:23.9460646Z test_nnc_correctness_fft_irfftn_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T02:20:23.9461225Z test_nnc_correctness_fft_irfftn_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T02:20:23.9461794Z test_nnc_correctness_fft_irfftn_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T02:20:23.9462464Z test_nnc_correctness_fft_irfftn_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T02:20:23.9463312Z test_nnc_correctness_fft_irfftn_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T02:20:23.9463976Z test_nnc_correctness_fft_irfftn_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T02:20:23.9464546Z test_nnc_correctness_fft_rfft2_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T02:20:23.9465123Z test_nnc_correctness_fft_rfft2_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T02:20:23.9465692Z 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-23T02:20:23.9466261Z test_nnc_correctness_fft_rfft2_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.9466834Z test_nnc_correctness_fft_rfft2_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.9467393Z test_nnc_correctness_fft_rfft2_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.9467964Z test_nnc_correctness_fft_rfft2_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.012s) 2022-11-23T02:20:23.9468810Z test_nnc_correctness_fft_rfft2_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T02:20:23.9469505Z test_nnc_correctness_fft_rfft2_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T02:20:23.9470168Z test_nnc_correctness_fft_rfft_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T02:20:23.9470752Z test_nnc_correctness_fft_rfft_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T02:20:23.9471330Z test_nnc_correctness_fft_rfft_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.9471899Z test_nnc_correctness_fft_rfft_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9472458Z test_nnc_correctness_fft_rfft_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9473018Z test_nnc_correctness_fft_rfft_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9473595Z test_nnc_correctness_fft_rfft_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9474147Z test_nnc_correctness_fft_rfft_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9474710Z test_nnc_correctness_fft_rfft_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.9475417Z test_nnc_correctness_fft_rfftn_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9476199Z test_nnc_correctness_fft_rfftn_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T02:20:23.9476785Z test_nnc_correctness_fft_rfftn_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.9477525Z 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-23T02:20:23.9478093Z test_nnc_correctness_fft_rfftn_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.9478649Z test_nnc_correctness_fft_rfftn_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T02:20:23.9479222Z test_nnc_correctness_fft_rfftn_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.9479787Z test_nnc_correctness_fft_rfftn_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.9480361Z 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-23T02:20:23.9480821Z test_nnc_correctness_fill_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: No fill_ op (0.000s) 2022-11-23T02:20:23.9481249Z test_nnc_correctness_fill_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: No fill_ op (0.010s) 2022-11-23T02:20:23.9481828Z test_nnc_correctness_fill_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: No fill_ op (0.002s) 2022-11-23T02:20:23.9482641Z test_nnc_correctness_fill_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: No fill_ op (0.002s) 2022-11-23T02:20:23.9483125Z test_nnc_correctness_fill_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: No fill_ op (0.001s) 2022-11-23T02:20:23.9483564Z test_nnc_correctness_fill_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: No fill_ op (0.001s) 2022-11-23T02:20:23.9483995Z test_nnc_correctness_fill_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: No fill_ op (0.002s) 2022-11-23T02:20:23.9484448Z test_nnc_correctness_fill_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: No fill_ op (0.002s) 2022-11-23T02:20:23.9484870Z test_nnc_correctness_fill_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: No fill_ op (0.002s) 2022-11-23T02:20:23.9485287Z test_nnc_correctness_fill_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: No fill_ op (0.001s) 2022-11-23T02:20:23.9485703Z test_nnc_correctness_fill_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: No fill_ op (0.001s) 2022-11-23T02:20:23.9486133Z test_nnc_correctness_fill_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: No fill_ op (0.002s) 2022-11-23T02:20:23.9486549Z test_nnc_correctness_fill_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: No fill_ op (0.002s) 2022-11-23T02:20:23.9487128Z 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-23T02:20:23.9487873Z 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-23T02:20:23.9488596Z test_nnc_correctness_flatten_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.9489287Z test_nnc_correctness_flatten_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9489873Z test_nnc_correctness_flatten_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9490446Z test_nnc_correctness_flatten_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.9491005Z 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-23T02:20:23.9491760Z 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-23T02:20:23.9492322Z test_nnc_correctness_flatten_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9492888Z test_nnc_correctness_flatten_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.9493461Z test_nnc_correctness_flatten_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.9494025Z test_nnc_correctness_flatten_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.9494721Z test_nnc_correctness_flatten_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.007s) 2022-11-23T02:20:23.9495495Z test_nnc_correctness_flip_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.9496047Z 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-23T02:20:23.9496632Z 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-23T02:20:23.9497340Z test_nnc_correctness_flip_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.009s) 2022-11-23T02:20:23.9497923Z test_nnc_correctness_flip_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.9498494Z 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-23T02:20:23.9499064Z 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-23T02:20:23.9499619Z 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-23T02:20:23.9500167Z test_nnc_correctness_flip_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-11-23T02:20:23.9500891Z test_nnc_correctness_flip_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9501634Z test_nnc_correctness_flip_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.9502200Z test_nnc_correctness_flip_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.9502779Z test_nnc_correctness_fliplr_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9503340Z 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-23T02:20:23.9503920Z 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-23T02:20:23.9504496Z 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-23T02:20:23.9505070Z test_nnc_correctness_fliplr_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.9505832Z 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-23T02:20:23.9506392Z test_nnc_correctness_fliplr_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9507087Z test_nnc_correctness_fliplr_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.9507762Z test_nnc_correctness_fliplr_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T02:20:23.9508397Z 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-23T02:20:23.9508980Z test_nnc_correctness_fliplr_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9509519Z 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-23T02:20:23.9510099Z test_nnc_correctness_flipud_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.9510830Z test_nnc_correctness_flipud_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.9511425Z test_nnc_correctness_flipud_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.9512003Z test_nnc_correctness_flipud_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T02:20:23.9512594Z 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-23T02:20:23.9513290Z test_nnc_correctness_flipud_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.9513838Z 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-23T02:20:23.9514591Z test_nnc_correctness_flipud_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-11-23T02:20:23.9515147Z test_nnc_correctness_flipud_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.9515723Z test_nnc_correctness_flipud_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.9516289Z test_nnc_correctness_flipud_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.9516859Z test_nnc_correctness_flipud_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.9517414Z test_nnc_correctness_float_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.9517980Z test_nnc_correctness_float_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.9518549Z test_nnc_correctness_float_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.9520001Z 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-23T02:20:23.9520787Z 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-23T02:20:23.9521394Z test_nnc_correctness_float_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.9521978Z test_nnc_correctness_float_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.9522534Z test_nnc_correctness_float_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9523093Z 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-23T02:20:23.9523646Z test_nnc_correctness_float_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.9524193Z test_nnc_correctness_float_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.9524744Z test_nnc_correctness_float_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.9525466Z test_nnc_correctness_float_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.007s) 2022-11-23T02:20:23.9526202Z test_nnc_correctness_float_power_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.9526953Z 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-23T02:20:23.9527627Z 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-23T02:20:23.9528224Z test_nnc_correctness_float_power_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.9528830Z 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-23T02:20:23.9529408Z 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-23T02:20:23.9529986Z test_nnc_correctness_float_power_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.9530585Z test_nnc_correctness_float_power_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.9531151Z test_nnc_correctness_float_power_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.9531718Z test_nnc_correctness_float_power_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.9532441Z test_nnc_correctness_float_power_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.9533024Z test_nnc_correctness_float_power_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9533973Z test_nnc_correctness_floor_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9534536Z 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-23T02:20:23.9535110Z test_nnc_correctness_floor_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.9535665Z test_nnc_correctness_floor_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T02:20:23.9536227Z 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-23T02:20:23.9536758Z test_nnc_correctness_floor_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T02:20:23.9537304Z 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-23T02:20:23.9537869Z 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-23T02:20:23.9538419Z 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-23T02:20:23.9539249Z 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-23T02:20:23.9539999Z 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-23T02:20:23.9540643Z 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-23T02:20:23.9541237Z 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-23T02:20:23.9541815Z 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-23T02:20:23.9542388Z 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-23T02:20:23.9542974Z test_nnc_correctness_floor_divide_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.9543563Z test_nnc_correctness_floor_divide_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.9544147Z test_nnc_correctness_floor_divide_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.9544715Z 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-23T02:20:23.9545262Z 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-23T02:20:23.9545886Z 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-23T02:20:23.9546465Z 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-23T02:20:23.9547076Z 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-23T02:20:23.9547878Z test_nnc_correctness_fmax_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.9548449Z test_nnc_correctness_fmax_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9548986Z 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-23T02:20:23.9549541Z 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-23T02:20:23.9550092Z 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-23T02:20:23.9550667Z test_nnc_correctness_fmin_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9551228Z test_nnc_correctness_fmin_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9551785Z 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-23T02:20:23.9552511Z 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-23T02:20:23.9553352Z 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-23T02:20:23.9553922Z 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-23T02:20:23.9554476Z 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-23T02:20:23.9555039Z 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-23T02:20:23.9555606Z test_nnc_correctness_fmin_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9556154Z 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-23T02:20:23.9556711Z test_nnc_correctness_fmod_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9557259Z test_nnc_correctness_fmod_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9557796Z test_nnc_correctness_fmod_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9558334Z test_nnc_correctness_fmod_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.9558873Z test_nnc_correctness_fmod_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.9559433Z test_nnc_correctness_fmod_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.9560007Z test_nnc_correctness_fmod_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T02:20:23.9560560Z test_nnc_correctness_fmod_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.9561295Z test_nnc_correctness_fmod_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.9561873Z test_nnc_correctness_frac_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.9562429Z test_nnc_correctness_frac_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T02:20:23.9562987Z 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-23T02:20:23.9563549Z test_nnc_correctness_frac_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.9564114Z test_nnc_correctness_frexp_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.9564703Z test_nnc_correctness_frexp_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.9565256Z test_nnc_correctness_frexp_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T02:20:23.9565838Z test_nnc_correctness_full_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.9566521Z test_nnc_correctness_full_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.9567126Z test_nnc_correctness_full_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.9567694Z test_nnc_correctness_full_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T02:20:23.9568263Z test_nnc_correctness_full_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.9568828Z test_nnc_correctness_full_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.9569385Z test_nnc_correctness_full_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.9569938Z test_nnc_correctness_full_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T02:20:23.9570505Z test_nnc_correctness_full_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.9571063Z test_nnc_correctness_full_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.9571609Z test_nnc_correctness_full_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.9572300Z test_nnc_correctness_full_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.9572843Z test_nnc_correctness_full_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T02:20:23.9573427Z test_nnc_correctness_full_like_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.9573992Z 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-23T02:20:23.9574755Z 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-23T02:20:23.9575344Z test_nnc_correctness_full_like_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-11-23T02:20:23.9575926Z test_nnc_correctness_full_like_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.9576487Z test_nnc_correctness_full_like_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9577004Z test_nnc_correctness_full_like_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9577318Z test_nnc_correctness_full_like_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9577918Z test_nnc_correctness_full_like_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9578459Z test_nnc_correctness_full_like_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9579399Z test_nnc_correctness_full_like_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9579989Z test_nnc_correctness_full_like_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9580551Z test_nnc_correctness_gather_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9581132Z 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-23T02:20:23.9581715Z 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-23T02:20:23.9582227Z 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-23T02:20:23.9582748Z test_nnc_correctness_gather_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.9583304Z 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-23T02:20:23.9583865Z 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-23T02:20:23.9584570Z test_nnc_correctness_gather_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T02:20:23.9585128Z 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-23T02:20:23.9585894Z test_nnc_correctness_gather_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.9586480Z 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-23T02:20:23.9587035Z test_nnc_correctness_gather_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.9587769Z test_nnc_correctness_gcd_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T02:20:23.9588320Z 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-23T02:20:23.9588875Z test_nnc_correctness_gcd_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.9589432Z 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-23T02:20:23.9589994Z 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-23T02:20:23.9590560Z test_nnc_correctness_ge_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9591286Z test_nnc_correctness_ge_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.9591846Z test_nnc_correctness_ge_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9592592Z test_nnc_correctness_ge_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.9593814Z test_nnc_correctness_ge_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9594423Z test_nnc_correctness_ge_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.9594982Z test_nnc_correctness_ge_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9595558Z 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-23T02:20:23.9596098Z 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-23T02:20:23.9596668Z test_nnc_correctness_ge_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9597242Z test_nnc_correctness_geqrf_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9597972Z test_nnc_correctness_geqrf_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T02:20:23.9598691Z test_nnc_correctness_geqrf_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T02:20:23.9599354Z test_nnc_correctness_geqrf_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.9599815Z test_nnc_correctness_gradient_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.006s) 2022-11-23T02:20:23.9600285Z test_nnc_correctness_gradient_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.000s) 2022-11-23T02:20:23.9600770Z test_nnc_correctness_gradient_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.000s) 2022-11-23T02:20:23.9601218Z test_nnc_correctness_gradient_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.010s) 2022-11-23T02:20:23.9601661Z test_nnc_correctness_gradient_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.000s) 2022-11-23T02:20:23.9602303Z test_nnc_correctness_gradient_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.000s) 2022-11-23T02:20:23.9602742Z test_nnc_correctness_gradient_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.000s) 2022-11-23T02:20:23.9603185Z test_nnc_correctness_gradient_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.000s) 2022-11-23T02:20:23.9603631Z test_nnc_correctness_gradient_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.000s) 2022-11-23T02:20:23.9604060Z test_nnc_correctness_gradient_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-11-23T02:20:23.9604793Z 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-23T02:20:23.9605490Z test_nnc_correctness_grid_sampler_2d_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9606214Z test_nnc_correctness_grid_sampler_2d_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9606770Z test_nnc_correctness_gt_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9607326Z test_nnc_correctness_gt_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9608055Z test_nnc_correctness_gt_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.9608627Z 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-23T02:20:23.9609170Z test_nnc_correctness_gt_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.9609737Z 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-23T02:20:23.9610281Z test_nnc_correctness_gt_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.9610836Z test_nnc_correctness_gt_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9611529Z test_nnc_correctness_gt_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9612186Z test_nnc_correctness_gt_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9612870Z test_nnc_correctness_half_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9613433Z 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-23T02:20:23.9614011Z test_nnc_correctness_half_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9614574Z test_nnc_correctness_half_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9615166Z test_nnc_correctness_half_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.9615714Z test_nnc_correctness_half_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.9616453Z test_nnc_correctness_half_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.9617010Z test_nnc_correctness_half_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T02:20:23.9617551Z 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-23T02:20:23.9618222Z 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-23T02:20:23.9618905Z test_nnc_correctness_half_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.9619555Z test_nnc_correctness_half_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T02:20:23.9620159Z test_nnc_correctness_heaviside_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9620732Z test_nnc_correctness_heaviside_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9621364Z test_nnc_correctness_heaviside_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9622116Z test_nnc_correctness_heaviside_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.9622707Z 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-23T02:20:23.9623297Z 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-23T02:20:23.9623872Z test_nnc_correctness_heaviside_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9624572Z 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-23T02:20:23.9625136Z test_nnc_correctness_heaviside_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9625912Z test_nnc_correctness_heaviside_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9626486Z test_nnc_correctness_histc_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9627043Z 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-23T02:20:23.9627597Z 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-23T02:20:23.9628155Z test_nnc_correctness_histc_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9628698Z 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-23T02:20:23.9629254Z test_nnc_correctness_histc_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9629819Z 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-23T02:20:23.9630544Z 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-23T02:20:23.9631268Z 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-23T02:20:23.9631845Z 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-23T02:20:23.9632604Z test_nnc_correctness_hsplit_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.9633168Z test_nnc_correctness_hsplit_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.007s) 2022-11-23T02:20:23.9633750Z test_nnc_correctness_hsplit_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9634322Z test_nnc_correctness_hsplit_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.9634888Z test_nnc_correctness_hsplit_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9635456Z test_nnc_correctness_hsplit_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.9636163Z test_nnc_correctness_hsplit_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9636736Z test_nnc_correctness_hsplit_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9637314Z 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-23T02:20:23.9638001Z 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-23T02:20:23.9638558Z test_nnc_correctness_hstack_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.9639340Z 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-23T02:20:23.9639925Z test_nnc_correctness_hstack_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.9640512Z 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-23T02:20:23.9641082Z test_nnc_correctness_hstack_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9641648Z test_nnc_correctness_hstack_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9642190Z test_nnc_correctness_hstack_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9642780Z 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-23T02:20:23.9643332Z test_nnc_correctness_hstack_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9643884Z 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-23T02:20:23.9644755Z test_nnc_correctness_hstack_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.9645305Z test_nnc_correctness_hstack_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.9646072Z test_nnc_correctness_hypot_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T02:20:23.9646657Z test_nnc_correctness_hypot_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.9647220Z test_nnc_correctness_hypot_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9647779Z test_nnc_correctness_hypot_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.9648344Z test_nnc_correctness_i0_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9648890Z test_nnc_correctness_i0_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.9649616Z test_nnc_correctness_i0_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9650180Z test_nnc_correctness_i0_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9650733Z test_nnc_correctness_i0_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9651399Z test_nnc_correctness_i0_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9651956Z test_nnc_correctness_i0_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.9652685Z test_nnc_correctness_i0_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9653244Z test_nnc_correctness_i0_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.9653809Z test_nnc_correctness_i0_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9654376Z test_nnc_correctness_igamma_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9654957Z test_nnc_correctness_igamma_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9655533Z test_nnc_correctness_igammac_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9656105Z test_nnc_correctness_igammac_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.9656680Z test_nnc_correctness_imag_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T02:20:23.9657258Z test_nnc_correctness_imag_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9658141Z test_nnc_correctness_imag_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.9658734Z test_nnc_correctness_index_add_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.9659504Z test_nnc_correctness_index_add_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.9660115Z test_nnc_correctness_index_add_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T02:20:23.9660696Z test_nnc_correctness_index_add_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9661280Z 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-23T02:20:23.9661849Z 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-23T02:20:23.9662433Z test_nnc_correctness_index_add_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9663007Z 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-23T02:20:23.9663733Z test_nnc_correctness_index_add_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.9664313Z test_nnc_correctness_index_add_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.9665020Z test_nnc_correctness_index_add_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9665715Z 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-23T02:20:23.9666371Z test_nnc_correctness_index_add_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.9666969Z 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-23T02:20:23.9667553Z test_nnc_correctness_index_copy_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.9668132Z test_nnc_correctness_index_copy_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.9668738Z test_nnc_correctness_index_copy_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9669329Z test_nnc_correctness_index_copy_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.9669932Z test_nnc_correctness_index_copy_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.9670482Z test_nnc_correctness_index_copy_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9671053Z test_nnc_correctness_index_copy_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9672008Z test_nnc_correctness_index_copy_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9672752Z 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-23T02:20:23.9673323Z test_nnc_correctness_index_copy_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.9673920Z test_nnc_correctness_index_copy_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.9674495Z test_nnc_correctness_index_fill_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T02:20:23.9675072Z test_nnc_correctness_index_fill_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.9675666Z test_nnc_correctness_index_fill_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.9676256Z test_nnc_correctness_index_fill_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.9676840Z test_nnc_correctness_index_fill_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T02:20:23.9677575Z 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-23T02:20:23.9678286Z test_nnc_correctness_index_fill_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9678977Z 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-23T02:20:23.9679638Z test_nnc_correctness_index_fill_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.9680198Z 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-23T02:20:23.9680776Z test_nnc_correctness_index_fill_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.9681352Z test_nnc_correctness_index_fill_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.9681933Z 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-23T02:20:23.9682511Z test_nnc_correctness_index_put_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.9683106Z 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-23T02:20:23.9683686Z test_nnc_correctness_index_put_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9684271Z 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-23T02:20:23.9684954Z test_nnc_correctness_index_put_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.9685640Z test_nnc_correctness_index_put_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9686493Z test_nnc_correctness_index_put_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.9687057Z test_nnc_correctness_index_put_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.9687633Z test_nnc_correctness_index_put_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T02:20:23.9688200Z test_nnc_correctness_index_put_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9688775Z test_nnc_correctness_index_put_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.9689345Z test_nnc_correctness_index_put_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.9689926Z test_nnc_correctness_index_reduce_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.9690525Z test_nnc_correctness_index_reduce_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.008s) 2022-11-23T02:20:23.9691261Z test_nnc_correctness_index_reduce_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.9691978Z 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-23T02:20:23.9692574Z test_nnc_correctness_index_reduce_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9693368Z 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-23T02:20:23.9693955Z test_nnc_correctness_index_reduce_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9694682Z test_nnc_correctness_index_reduce_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9695282Z 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-23T02:20:23.9695884Z test_nnc_correctness_index_select_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9696465Z test_nnc_correctness_index_select_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9697079Z 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-23T02:20:23.9697666Z test_nnc_correctness_index_select_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9698270Z test_nnc_correctness_index_select_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9698968Z test_nnc_correctness_index_select_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.9699661Z test_nnc_correctness_index_select_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.9700516Z 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-23T02:20:23.9701101Z test_nnc_correctness_index_select_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T02:20:23.9701676Z 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-23T02:20:23.9702256Z 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-23T02:20:23.9702835Z test_nnc_correctness_index_select_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.9703387Z test_nnc_correctness_index_select_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.9703954Z test_nnc_correctness_inner_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T02:20:23.9704544Z test_nnc_correctness_inner_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.9705390Z test_nnc_correctness_inner_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.9705994Z test_nnc_correctness_inner_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.9706765Z test_nnc_correctness_inner_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T02:20:23.9707358Z test_nnc_correctness_inner_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.9707906Z test_nnc_correctness_int_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.9708463Z test_nnc_correctness_int_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.9709052Z test_nnc_correctness_int_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.9709601Z test_nnc_correctness_int_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T02:20:23.9710162Z test_nnc_correctness_int_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.9710709Z test_nnc_correctness_int_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.9711242Z 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-23T02:20:23.9711882Z test_nnc_correctness_int_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T02:20:23.9712430Z test_nnc_correctness_int_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9713158Z test_nnc_correctness_int_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9713884Z test_nnc_correctness_int_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9714443Z test_nnc_correctness_int_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9715013Z test_nnc_correctness_isclose_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9715598Z test_nnc_correctness_isclose_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9716166Z 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-23T02:20:23.9716756Z 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-23T02:20:23.9717327Z 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-23T02:20:23.9717889Z test_nnc_correctness_isclose_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9718600Z 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-23T02:20:23.9719325Z test_nnc_correctness_isclose_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9720072Z 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-23T02:20:23.9720642Z test_nnc_correctness_isclose_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9721248Z test_nnc_correctness_isclose_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.9721818Z 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-23T02:20:23.9722405Z test_nnc_correctness_isfinite_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T02:20:23.9722971Z test_nnc_correctness_isfinite_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9723571Z test_nnc_correctness_isfinite_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.9724161Z 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-23T02:20:23.9724745Z test_nnc_correctness_isfinite_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T02:20:23.9725431Z 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-23T02:20:23.9726021Z 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-23T02:20:23.9726768Z test_nnc_correctness_isfinite_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.9727340Z test_nnc_correctness_isfinite_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.9728081Z test_nnc_correctness_isfinite_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-11-23T02:20:23.9728646Z test_nnc_correctness_isfinite_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9729216Z 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-23T02:20:23.9729811Z test_nnc_correctness_isfinite_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.9730364Z 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-23T02:20:23.9730913Z test_nnc_correctness_isin_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.9731455Z test_nnc_correctness_isin_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9732108Z test_nnc_correctness_isin_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T02:20:23.9732943Z 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-23T02:20:23.9733615Z test_nnc_correctness_isin_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9734192Z 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-23T02:20:23.9734737Z test_nnc_correctness_isin_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9735323Z 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-23T02:20:23.9735864Z test_nnc_correctness_isinf_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.9736444Z 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-23T02:20:23.9737031Z test_nnc_correctness_isinf_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9737613Z test_nnc_correctness_isinf_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9738189Z test_nnc_correctness_isinf_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.9738887Z test_nnc_correctness_isinf_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9739448Z test_nnc_correctness_isinf_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9740210Z test_nnc_correctness_isinf_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.9740785Z test_nnc_correctness_isinf_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.9742116Z test_nnc_correctness_isinf_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.9742673Z test_nnc_correctness_isinf_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T02:20:23.9743240Z test_nnc_correctness_isinf_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.9743814Z test_nnc_correctness_isnan_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.9744377Z test_nnc_correctness_isnan_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.9744939Z test_nnc_correctness_isnan_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-11-23T02:20:23.9745656Z 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-23T02:20:23.9746341Z test_nnc_correctness_isnan_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9746987Z test_nnc_correctness_isnan_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9747723Z test_nnc_correctness_isnan_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.9748306Z test_nnc_correctness_isnan_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.9748851Z test_nnc_correctness_isnan_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9749398Z 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-23T02:20:23.9749947Z test_nnc_correctness_isnan_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.9750503Z test_nnc_correctness_isnan_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.9751089Z 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-23T02:20:23.9751655Z test_nnc_correctness_isneginf_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9752373Z test_nnc_correctness_isneginf_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.9753064Z test_nnc_correctness_isneginf_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9753726Z test_nnc_correctness_isneginf_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9754306Z 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-23T02:20:23.9754882Z test_nnc_correctness_isneginf_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T02:20:23.9755448Z 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-23T02:20:23.9756203Z 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-23T02:20:23.9756774Z test_nnc_correctness_isneginf_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.9757344Z test_nnc_correctness_isposinf_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T02:20:23.9757918Z test_nnc_correctness_isposinf_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.9758607Z test_nnc_correctness_isposinf_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9759191Z test_nnc_correctness_isposinf_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9759963Z test_nnc_correctness_isposinf_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.9760518Z test_nnc_correctness_isposinf_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.9761233Z test_nnc_correctness_isposinf_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9761814Z 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-23T02:20:23.9762386Z test_nnc_correctness_isposinf_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9762969Z test_nnc_correctness_isposinf_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9763543Z test_nnc_correctness_isreal_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9764108Z 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-23T02:20:23.9764700Z test_nnc_correctness_isreal_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.9765402Z test_nnc_correctness_isreal_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T02:20:23.9765977Z test_nnc_correctness_isreal_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.9766761Z 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-23T02:20:23.9767327Z 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-23T02:20:23.9767890Z test_nnc_correctness_isreal_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.9768462Z test_nnc_correctness_isreal_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.9769031Z test_nnc_correctness_isreal_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.9769761Z 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-23T02:20:23.9770304Z test_nnc_correctness_isreal_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.9770873Z 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-23T02:20:23.9771467Z test_nnc_correctness_istft_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.9772162Z test_nnc_correctness_istft_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9772791Z test_nnc_correctness_jiterator_2inputs_2outputs_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.9773614Z test_nnc_correctness_jiterator_2inputs_2outputs_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9774232Z test_nnc_correctness_jiterator_2inputs_2outputs_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9774858Z test_nnc_correctness_jiterator_2inputs_2outputs_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.9775639Z test_nnc_correctness_jiterator_2inputs_2outputs_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.9776288Z test_nnc_correctness_jiterator_2inputs_2outputs_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T02:20:23.9776915Z test_nnc_correctness_jiterator_2inputs_2outputs_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9777525Z test_nnc_correctness_jiterator_2inputs_2outputs_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.9778143Z test_nnc_correctness_jiterator_2inputs_2outputs_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.9778884Z test_nnc_correctness_jiterator_2inputs_2outputs_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T02:20:23.9779501Z test_nnc_correctness_jiterator_2inputs_2outputs_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.9780338Z test_nnc_correctness_jiterator_2inputs_2outputs_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.9780986Z 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.000s) 2022-11-23T02:20:23.9781615Z 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.000s) 2022-11-23T02:20:23.9782280Z 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.002s) 2022-11-23T02:20:23.9782939Z 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-23T02:20:23.9783763Z 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-23T02:20:23.9784390Z 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.002s) 2022-11-23T02:20:23.9785042Z 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-23T02:20:23.9785796Z 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-23T02:20:23.9786620Z 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-23T02:20:23.9787257Z 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.002s) 2022-11-23T02:20:23.9787963Z 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.002s) 2022-11-23T02:20:23.9788604Z 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.003s) 2022-11-23T02:20:23.9789367Z test_nnc_correctness_jiterator_binary_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.9789980Z test_nnc_correctness_jiterator_binary_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9790595Z test_nnc_correctness_jiterator_binary_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9791202Z test_nnc_correctness_jiterator_binary_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.9791803Z 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-23T02:20:23.9792522Z test_nnc_correctness_jiterator_binary_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9793334Z test_nnc_correctness_jiterator_binary_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9793928Z 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-23T02:20:23.9794526Z test_nnc_correctness_jiterator_binary_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.9795115Z 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-23T02:20:23.9795713Z test_nnc_correctness_jiterator_binary_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.9796308Z test_nnc_correctness_jiterator_binary_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T02:20:23.9796918Z 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.000s) 2022-11-23T02:20:23.9797740Z 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.000s) 2022-11-23T02:20:23.9798370Z 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.000s) 2022-11-23T02:20:23.9799166Z 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.000s) 2022-11-23T02:20:23.9799977Z 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.002s) 2022-11-23T02:20:23.9800611Z 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-23T02:20:23.9801240Z 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.003s) 2022-11-23T02:20:23.9801849Z 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.002s) 2022-11-23T02:20:23.9802615Z 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.003s) 2022-11-23T02:20:23.9803250Z 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-23T02:20:23.9803867Z 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.002s) 2022-11-23T02:20:23.9804479Z 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.002s) 2022-11-23T02:20:23.9805072Z test_nnc_correctness_jiterator_unary_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.9805644Z test_nnc_correctness_jiterator_unary_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.9806251Z test_nnc_correctness_jiterator_unary_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9806855Z test_nnc_correctness_jiterator_unary_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9807452Z 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-23T02:20:23.9808074Z 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-23T02:20:23.9808667Z test_nnc_correctness_jiterator_unary_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9809265Z test_nnc_correctness_jiterator_unary_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.9809852Z test_nnc_correctness_jiterator_unary_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.9810727Z test_nnc_correctness_jiterator_unary_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.9811430Z test_nnc_correctness_jiterator_unary_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.9812118Z test_nnc_correctness_jiterator_unary_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.9812696Z test_nnc_correctness_kron_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T02:20:23.9813251Z test_nnc_correctness_kron_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.9813818Z test_nnc_correctness_kron_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.9814395Z test_nnc_correctness_kron_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.9814963Z test_nnc_correctness_kron_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T02:20:23.9815513Z test_nnc_correctness_kron_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9816729Z test_nnc_correctness_kron_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9817337Z test_nnc_correctness_kron_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9817887Z test_nnc_correctness_kron_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9818440Z test_nnc_correctness_kron_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9818995Z test_nnc_correctness_kron_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9819553Z test_nnc_correctness_kron_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9820132Z test_nnc_correctness_kthvalue_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.9820708Z test_nnc_correctness_kthvalue_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9821333Z test_nnc_correctness_kthvalue_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9821904Z test_nnc_correctness_kthvalue_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9822474Z test_nnc_correctness_kthvalue_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9823044Z test_nnc_correctness_kthvalue_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9823623Z test_nnc_correctness_kthvalue_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9824204Z test_nnc_correctness_kthvalue_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9824937Z 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-23T02:20:23.9825487Z test_nnc_correctness_lcm_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T02:20:23.9826028Z 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-23T02:20:23.9826571Z test_nnc_correctness_lcm_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.9827255Z test_nnc_correctness_lcm_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.9827843Z test_nnc_correctness_ldexp_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.9828599Z test_nnc_correctness_ldexp_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T02:20:23.9829183Z test_nnc_correctness_ldexp_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.9829757Z test_nnc_correctness_ldexp_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.9830497Z test_nnc_correctness_ldexp_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.9831086Z test_nnc_correctness_ldexp_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.9831648Z test_nnc_correctness_ldexp_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.9832222Z 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-23T02:20:23.9832797Z test_nnc_correctness_ldexp_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.9833353Z 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-23T02:20:23.9833923Z test_nnc_correctness_ldexp_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T02:20:23.9834474Z 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-23T02:20:23.9835026Z test_nnc_correctness_le_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.9835571Z test_nnc_correctness_le_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.9836129Z test_nnc_correctness_le_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T02:20:23.9836696Z test_nnc_correctness_le_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9837231Z test_nnc_correctness_le_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9837774Z 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-23T02:20:23.9838510Z test_nnc_correctness_le_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9839061Z 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-23T02:20:23.9839615Z 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-23T02:20:23.9840176Z 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-23T02:20:23.9840750Z 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-23T02:20:23.9841332Z 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-23T02:20:23.9841915Z 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-23T02:20:23.9842493Z test_nnc_correctness_lerp_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T02:20:23.9843044Z 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-23T02:20:23.9843747Z 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-23T02:20:23.9844331Z test_nnc_correctness_lgamma_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.9844928Z test_nnc_correctness_lgamma_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.9845494Z test_nnc_correctness_lgamma_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9846060Z test_nnc_correctness_lgamma_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9846637Z test_nnc_correctness_lgamma_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.9847184Z 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-23T02:20:23.9847721Z 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-23T02:20:23.9848282Z test_nnc_correctness_lgamma_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T02:20:23.9848842Z test_nnc_correctness_lgamma_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.9849464Z 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-23T02:20:23.9850077Z 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-23T02:20:23.9850687Z test_nnc_correctness_linalg_cholesky_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T02:20:23.9851454Z test_nnc_correctness_linalg_cholesky_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.9852063Z 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-23T02:20:23.9852672Z 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-23T02:20:23.9853291Z 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-23T02:20:23.9853875Z 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-23T02:20:23.9854474Z test_nnc_correctness_linalg_cond_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.9855085Z test_nnc_correctness_linalg_cond_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.9855667Z test_nnc_correctness_linalg_cond_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.9856394Z test_nnc_correctness_linalg_cond_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-11-23T02:20:23.9857003Z 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-23T02:20:23.9857603Z test_nnc_correctness_linalg_cross_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9858195Z 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-23T02:20:23.9858910Z test_nnc_correctness_linalg_cross_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.9859488Z 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-23T02:20:23.9860279Z test_nnc_correctness_linalg_cross_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9860871Z test_nnc_correctness_linalg_cross_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9861456Z 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-23T02:20:23.9862036Z test_nnc_correctness_linalg_cross_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.9862615Z 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-23T02:20:23.9863213Z test_nnc_correctness_linalg_det_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.9863813Z 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-23T02:20:23.9864359Z 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-23T02:20:23.9865120Z 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-23T02:20:23.9865737Z 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-23T02:20:23.9866361Z test_nnc_correctness_linalg_det_singular_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.9866977Z test_nnc_correctness_linalg_det_singular_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9867590Z test_nnc_correctness_linalg_det_singular_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9868177Z test_nnc_correctness_linalg_eig_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9868777Z test_nnc_correctness_linalg_eig_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.9869339Z 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-23T02:20:23.9870072Z test_nnc_correctness_linalg_eig_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.9870685Z test_nnc_correctness_linalg_eigh_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T02:20:23.9871283Z test_nnc_correctness_linalg_eigh_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.9871887Z test_nnc_correctness_linalg_eigh_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.9872470Z test_nnc_correctness_linalg_eigh_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.9873070Z test_nnc_correctness_linalg_eigvals_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-11-23T02:20:23.9873710Z test_nnc_correctness_linalg_eigvals_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T02:20:23.9874292Z 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-23T02:20:23.9874908Z test_nnc_correctness_linalg_eigvals_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9875484Z test_nnc_correctness_linalg_eigvalsh_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9876072Z test_nnc_correctness_linalg_eigvalsh_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9876663Z 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-23T02:20:23.9877261Z 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-23T02:20:23.9878082Z test_nnc_correctness_linalg_householder_product_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.9878721Z 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-23T02:20:23.9879343Z test_nnc_correctness_linalg_householder_product_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.9879982Z test_nnc_correctness_linalg_householder_product_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9880577Z 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-23T02:20:23.9881161Z test_nnc_correctness_linalg_inv_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9881751Z test_nnc_correctness_linalg_inv_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9882334Z 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-23T02:20:23.9883082Z test_nnc_correctness_linalg_inv_ex_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9883701Z test_nnc_correctness_linalg_inv_ex_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9884283Z test_nnc_correctness_linalg_inv_ex_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.9884888Z test_nnc_correctness_linalg_inv_ex_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.9885499Z test_nnc_correctness_linalg_ldl_factor_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.9886098Z test_nnc_correctness_linalg_ldl_factor_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T02:20:23.9886708Z test_nnc_correctness_linalg_ldl_factor_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.9887307Z test_nnc_correctness_linalg_ldl_factor_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.9887923Z 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.000s) 2022-11-23T02:20:23.9888532Z 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.000s) 2022-11-23T02:20:23.9889144Z 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-23T02:20:23.9889747Z 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-23T02:20:23.9890351Z 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-23T02:20:23.9890941Z test_nnc_correctness_linalg_ldl_solve_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T02:20:23.9891719Z 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-23T02:20:23.9892309Z test_nnc_correctness_linalg_ldl_solve_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9892928Z test_nnc_correctness_linalg_lstsq_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9893524Z test_nnc_correctness_linalg_lstsq_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9894098Z test_nnc_correctness_linalg_lstsq_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.9894687Z test_nnc_correctness_linalg_lstsq_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9895342Z 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.003s) 2022-11-23T02:20:23.9895964Z 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.002s) 2022-11-23T02:20:23.9896734Z 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.003s) 2022-11-23T02:20:23.9897387Z 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.002s) 2022-11-23T02:20:23.9897988Z test_nnc_correctness_linalg_lu_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.9898576Z test_nnc_correctness_linalg_lu_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9899154Z test_nnc_correctness_linalg_lu_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9899750Z test_nnc_correctness_linalg_lu_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9900349Z test_nnc_correctness_linalg_lu_factor_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T02:20:23.9900975Z 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-23T02:20:23.9901550Z 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-23T02:20:23.9902145Z 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-23T02:20:23.9902734Z 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.003s) 2022-11-23T02:20:23.9903358Z 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-23T02:20:23.9903948Z 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-23T02:20:23.9904715Z 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-23T02:20:23.9905331Z test_nnc_correctness_linalg_lu_solve_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.9905923Z test_nnc_correctness_linalg_lu_solve_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9906524Z test_nnc_correctness_linalg_lu_solve_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9907109Z 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-23T02:20:23.9907719Z test_nnc_correctness_linalg_matrix_norm_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.9908330Z test_nnc_correctness_linalg_matrix_norm_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9908936Z test_nnc_correctness_linalg_matrix_norm_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9909689Z test_nnc_correctness_linalg_matrix_norm_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.9910321Z test_nnc_correctness_linalg_matrix_norm_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9910917Z test_nnc_correctness_linalg_matrix_norm_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9911532Z test_nnc_correctness_linalg_matrix_power_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.9912145Z 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-23T02:20:23.9912748Z 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-23T02:20:23.9913341Z test_nnc_correctness_linalg_matrix_power_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T02:20:23.9913962Z 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-23T02:20:23.9914560Z 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-23T02:20:23.9915152Z 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-23T02:20:23.9915893Z test_nnc_correctness_linalg_matrix_rank_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-11-23T02:20:23.9916658Z 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.002s) 2022-11-23T02:20:23.9917411Z 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.002s) 2022-11-23T02:20:23.9918227Z 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.003s) 2022-11-23T02:20:23.9918877Z 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.002s) 2022-11-23T02:20:23.9919471Z test_nnc_correctness_linalg_multi_dot_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.9920075Z test_nnc_correctness_linalg_multi_dot_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9920687Z test_nnc_correctness_linalg_multi_dot_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9921332Z test_nnc_correctness_linalg_multi_dot_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9921929Z test_nnc_correctness_linalg_multi_dot_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9922685Z 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-23T02:20:23.9923512Z 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-23T02:20:23.9924223Z test_nnc_correctness_linalg_norm_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.9924803Z 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-23T02:20:23.9925384Z test_nnc_correctness_linalg_norm_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.9925957Z 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-23T02:20:23.9926555Z test_nnc_correctness_linalg_norm_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9927187Z 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-23T02:20:23.9927861Z 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.002s) 2022-11-23T02:20:23.9928516Z 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-23T02:20:23.9929138Z 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.002s) 2022-11-23T02:20:23.9929916Z 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-23T02:20:23.9930670Z 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-23T02:20:23.9931540Z test_nnc_correctness_linalg_pinv_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.9932132Z test_nnc_correctness_linalg_pinv_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.9932722Z test_nnc_correctness_linalg_pinv_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.9933312Z test_nnc_correctness_linalg_pinv_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T02:20:23.9933927Z test_nnc_correctness_linalg_pinv_hermitian_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.9934548Z test_nnc_correctness_linalg_pinv_hermitian_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.9935176Z test_nnc_correctness_linalg_pinv_hermitian_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.9935766Z test_nnc_correctness_linalg_pinv_hermitian_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T02:20:23.9936683Z test_nnc_correctness_linalg_pinv_singular_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.9937444Z test_nnc_correctness_linalg_pinv_singular_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.9938130Z test_nnc_correctness_linalg_pinv_singular_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.9938736Z test_nnc_correctness_linalg_pinv_singular_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T02:20:23.9939330Z 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-23T02:20:23.9939908Z test_nnc_correctness_linalg_qr_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.9940492Z test_nnc_correctness_linalg_qr_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9941083Z test_nnc_correctness_linalg_qr_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.9941689Z test_nnc_correctness_linalg_slogdet_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9942286Z test_nnc_correctness_linalg_slogdet_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.9943020Z test_nnc_correctness_linalg_slogdet_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9943625Z test_nnc_correctness_linalg_slogdet_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T02:20:23.9944424Z test_nnc_correctness_linalg_solve_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T02:20:23.9945035Z test_nnc_correctness_linalg_solve_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T02:20:23.9945798Z test_nnc_correctness_linalg_solve_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T02:20:23.9946353Z test_nnc_correctness_linalg_solve_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T02:20:23.9946973Z test_nnc_correctness_linalg_solve_ex_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T02:20:23.9947574Z test_nnc_correctness_linalg_solve_ex_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T02:20:23.9948173Z test_nnc_correctness_linalg_solve_ex_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T02:20:23.9948763Z 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-23T02:20:23.9949387Z test_nnc_correctness_linalg_solve_triangular_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.9950126Z test_nnc_correctness_linalg_solve_triangular_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T02:20:23.9951105Z test_nnc_correctness_linalg_solve_triangular_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.9951748Z test_nnc_correctness_linalg_solve_triangular_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.012s) 2022-11-23T02:20:23.9952345Z test_nnc_correctness_linalg_svd_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T02:20:23.9952930Z test_nnc_correctness_linalg_svd_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T02:20:23.9953504Z test_nnc_correctness_linalg_svd_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T02:20:23.9954084Z test_nnc_correctness_linalg_svd_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T02:20:23.9954693Z test_nnc_correctness_linalg_svdvals_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T02:20:23.9955280Z test_nnc_correctness_linalg_svdvals_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T02:20:23.9955874Z test_nnc_correctness_linalg_svdvals_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T02:20:23.9956521Z test_nnc_correctness_linalg_svdvals_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T02:20:23.9956854Z test_nnc_correctness_linalg_tensorinv_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T02:20:23.9957162Z test_nnc_correctness_linalg_tensorinv_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T02:20:23.9957597Z test_nnc_correctness_linalg_tensorinv_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T02:20:23.9959080Z test_nnc_correctness_linalg_tensorinv_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T02:20:23.9959693Z test_nnc_correctness_linalg_tensorsolve_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T02:20:23.9960312Z test_nnc_correctness_linalg_tensorsolve_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T02:20:23.9960936Z test_nnc_correctness_linalg_tensorsolve_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9961530Z 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-23T02:20:23.9962144Z test_nnc_correctness_linalg_vander_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9962754Z test_nnc_correctness_linalg_vander_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9963469Z test_nnc_correctness_linalg_vander_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9964322Z 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-23T02:20:23.9965032Z test_nnc_correctness_linalg_vander_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.9965619Z 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-23T02:20:23.9966207Z test_nnc_correctness_linalg_vander_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.9966796Z test_nnc_correctness_linalg_vander_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9967381Z 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-23T02:20:23.9967976Z 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-23T02:20:23.9968592Z test_nnc_correctness_linalg_vecdot_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T02:20:23.9969201Z test_nnc_correctness_linalg_vecdot_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9969897Z test_nnc_correctness_linalg_vecdot_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.9970482Z 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-23T02:20:23.9971316Z test_nnc_correctness_linalg_vecdot_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.9971917Z test_nnc_correctness_linalg_vector_norm_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T02:20:23.9972703Z test_nnc_correctness_linalg_vector_norm_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.9973326Z 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-23T02:20:23.9973915Z test_nnc_correctness_linalg_vector_norm_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.9974519Z test_nnc_correctness_linalg_vector_norm_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T02:20:23.9975110Z test_nnc_correctness_linalg_vector_norm_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.9975691Z test_nnc_correctness_linspace_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9976283Z test_nnc_correctness_linspace_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9976993Z test_nnc_correctness_linspace_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9977684Z test_nnc_correctness_linspace_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9978508Z test_nnc_correctness_linspace_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9979104Z test_nnc_correctness_linspace_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9979688Z test_nnc_correctness_linspace_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9980259Z 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-23T02:20:23.9980830Z 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-23T02:20:23.9981403Z test_nnc_correctness_linspace_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9981989Z test_nnc_correctness_linspace_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9982546Z 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-23T02:20:23.9983092Z test_nnc_correctness_log10_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9983794Z 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-23T02:20:23.9984477Z 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-23T02:20:23.9985140Z test_nnc_correctness_log10_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.9985701Z test_nnc_correctness_log10_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.9986278Z test_nnc_correctness_log10_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.9987020Z test_nnc_correctness_log10_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T02:20:23.9987573Z test_nnc_correctness_log10_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.9988108Z test_nnc_correctness_log10_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.9988676Z test_nnc_correctness_log10_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.9989217Z test_nnc_correctness_log10_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T02:20:23.9989790Z 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-23T02:20:23.9990475Z 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-23T02:20:23.9991158Z test_nnc_correctness_log1p_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.9991968Z test_nnc_correctness_log1p_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:23.9992562Z test_nnc_correctness_log1p_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.012s) 2022-11-23T02:20:23.9993121Z 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-23T02:20:23.9993703Z 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-23T02:20:23.9994246Z 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-23T02:20:23.9994785Z 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-23T02:20:23.9995356Z test_nnc_correctness_log1p_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9995916Z test_nnc_correctness_log2_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:23.9996462Z test_nnc_correctness_log2_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.9997164Z 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-23T02:20:23.9997847Z 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-23T02:20:23.9998495Z 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-23T02:20:23.9999055Z test_nnc_correctness_log2_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:23.9999597Z test_nnc_correctness_log2_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.0000315Z 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-23T02:20:24.0000865Z test_nnc_correctness_log2_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.0001406Z test_nnc_correctness_log2_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.0001958Z test_nnc_correctness_log2_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.0002527Z test_nnc_correctness_log2_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.0003080Z 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-23T02:20:24.0003765Z 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-23T02:20:24.0004413Z test_nnc_correctness_log_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.008s) 2022-11-23T02:20:24.0005085Z test_nnc_correctness_log_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.0005798Z test_nnc_correctness_log_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.0006382Z test_nnc_correctness_log_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.0006951Z test_nnc_correctness_log_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.0007502Z test_nnc_correctness_log_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.0008043Z 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-23T02:20:24.0008594Z test_nnc_correctness_log_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.0009144Z 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-23T02:20:24.0009673Z test_nnc_correctness_log_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.0010330Z test_nnc_correctness_log_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.0011033Z test_nnc_correctness_log_softmax_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.0011716Z 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-23T02:20:24.0012293Z test_nnc_correctness_log_softmax_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.0012895Z test_nnc_correctness_log_softmax_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.0013504Z 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.002s) 2022-11-23T02:20:24.0014273Z 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-23T02:20:24.0014892Z 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.000s) 2022-11-23T02:20:24.0015527Z 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.000s) 2022-11-23T02:20:24.0016156Z 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.006s) 2022-11-23T02:20:24.0016906Z 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.000s) 2022-11-23T02:20:24.0017628Z 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.000s) 2022-11-23T02:20:24.0018318Z 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.000s) 2022-11-23T02:20:24.0018917Z 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.010s) 2022-11-23T02:20:24.0019659Z 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.000s) 2022-11-23T02:20:24.0020272Z 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-23T02:20:24.0020876Z 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-23T02:20:24.0021520Z 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-23T02:20:24.0022109Z test_nnc_correctness_logaddexp2_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T02:20:24.0022711Z test_nnc_correctness_logaddexp2_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.0023418Z test_nnc_correctness_logaddexp2_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.0023999Z 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-23T02:20:24.0024785Z test_nnc_correctness_logaddexp_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-11-23T02:20:24.0025382Z test_nnc_correctness_logaddexp_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.0025977Z test_nnc_correctness_logcumsumexp_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.0026586Z 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-23T02:20:24.0027164Z test_nnc_correctness_logcumsumexp_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.0027918Z 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-23T02:20:24.0028492Z 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-23T02:20:24.0029076Z test_nnc_correctness_logdet_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.0029649Z test_nnc_correctness_logdet_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.0030335Z test_nnc_correctness_logdet_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.0031024Z 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-23T02:20:24.0031713Z test_nnc_correctness_logical_and_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.0032307Z test_nnc_correctness_logical_and_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.0032904Z test_nnc_correctness_logical_and_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.0034178Z test_nnc_correctness_logical_and_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.0034821Z test_nnc_correctness_logical_and_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.0035432Z 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-23T02:20:24.0036004Z test_nnc_correctness_logical_and_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.0036569Z test_nnc_correctness_logical_and_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.0037252Z test_nnc_correctness_logical_and_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T02:20:24.0037933Z 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-23T02:20:24.0038615Z 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-23T02:20:24.0039203Z test_nnc_correctness_logical_not_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.0039776Z test_nnc_correctness_logical_not_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.0040352Z test_nnc_correctness_logical_not_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.014s) 2022-11-23T02:20:24.0040938Z 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-23T02:20:24.0041495Z 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-23T02:20:24.0042251Z test_nnc_correctness_logical_not_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.0042835Z test_nnc_correctness_logical_not_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.0043404Z test_nnc_correctness_logical_not_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.0044107Z 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-23T02:20:24.0044795Z 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-23T02:20:24.0045454Z test_nnc_correctness_logical_not_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.0046079Z 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-23T02:20:24.0046644Z test_nnc_correctness_logical_or_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.0047211Z 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-23T02:20:24.0047964Z 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-23T02:20:24.0048580Z 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-23T02:20:24.0049166Z test_nnc_correctness_logical_or_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.0049747Z 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-23T02:20:24.0050334Z test_nnc_correctness_logical_or_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T02:20:24.0051037Z test_nnc_correctness_logical_or_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.0051593Z test_nnc_correctness_logical_or_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.0052356Z 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-23T02:20:24.0052949Z 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-23T02:20:24.0053512Z test_nnc_correctness_logical_or_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.0054094Z test_nnc_correctness_logical_xor_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.0054683Z test_nnc_correctness_logical_xor_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.0055281Z test_nnc_correctness_logical_xor_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.0056045Z test_nnc_correctness_logical_xor_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-11-23T02:20:24.0056634Z 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-23T02:20:24.0057208Z 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-23T02:20:24.0057931Z 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-23T02:20:24.0058513Z test_nnc_correctness_logical_xor_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.0059284Z test_nnc_correctness_logical_xor_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.0059871Z 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-23T02:20:24.0060445Z test_nnc_correctness_logical_xor_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.0061006Z test_nnc_correctness_logical_xor_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.0061735Z test_nnc_correctness_logit_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.0062304Z test_nnc_correctness_logit_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.0062877Z 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-23T02:20:24.0063438Z 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-23T02:20:24.0064002Z 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-23T02:20:24.0064689Z test_nnc_correctness_logit_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.0065351Z test_nnc_correctness_logit_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.0065977Z test_nnc_correctness_logit_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.0066556Z test_nnc_correctness_logit_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.0067107Z test_nnc_correctness_logit_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.0067686Z test_nnc_correctness_logspace_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.0068283Z test_nnc_correctness_logspace_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.0068887Z 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-23T02:20:24.0069459Z test_nnc_correctness_logspace_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T02:20:24.0070219Z 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-23T02:20:24.0070781Z test_nnc_correctness_logspace_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.0071479Z test_nnc_correctness_logspace_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.0072178Z test_nnc_correctness_logspace_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T02:20:24.0072832Z 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-23T02:20:24.0073414Z test_nnc_correctness_logspace_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.0073985Z test_nnc_correctness_logspace_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.0074566Z 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-23T02:20:24.0075300Z 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-23T02:20:24.0075901Z 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-23T02:20:24.0076476Z test_nnc_correctness_logsumexp_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.0077063Z test_nnc_correctness_logsumexp_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.0077755Z 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-23T02:20:24.0078319Z test_nnc_correctness_logsumexp_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.0079095Z test_nnc_correctness_logsumexp_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.0079664Z test_nnc_correctness_logsumexp_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.0080243Z test_nnc_correctness_logsumexp_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.0080798Z test_nnc_correctness_long_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.0081374Z test_nnc_correctness_long_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.0081940Z test_nnc_correctness_long_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.0082511Z test_nnc_correctness_long_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.0083083Z test_nnc_correctness_long_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T02:20:24.0083807Z test_nnc_correctness_long_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.0084496Z 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-23T02:20:24.0085039Z test_nnc_correctness_long_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.0085773Z test_nnc_correctness_long_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T02:20:24.0086356Z 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-23T02:20:24.0086884Z test_nnc_correctness_long_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.0087447Z 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-23T02:20:24.0088064Z test_nnc_correctness_long_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.0088630Z test_nnc_correctness_lt_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.0089348Z 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-23T02:20:24.0089941Z 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-23T02:20:24.0090484Z 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-23T02:20:24.0091160Z test_nnc_correctness_lt_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.0091708Z test_nnc_correctness_lt_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.0092437Z test_nnc_correctness_lt_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.0092991Z test_nnc_correctness_lt_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.0093535Z test_nnc_correctness_lt_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.0094092Z test_nnc_correctness_lt_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.0094676Z test_nnc_correctness_lu_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.0095240Z test_nnc_correctness_lu_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.0095799Z 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-23T02:20:24.0096336Z 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-23T02:20:24.0096911Z 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-23T02:20:24.0097774Z test_nnc_correctness_lu_solve_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.0098363Z test_nnc_correctness_lu_solve_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.0099094Z test_nnc_correctness_lu_solve_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.008s) 2022-11-23T02:20:24.0099698Z 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-23T02:20:24.0100283Z test_nnc_correctness_lu_unpack_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.0100867Z 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-23T02:20:24.0101455Z test_nnc_correctness_lu_unpack_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.0102014Z 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-23T02:20:24.0102549Z 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-23T02:20:24.0103279Z test_nnc_correctness_mH_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.0103830Z test_nnc_correctness_mH_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.0104507Z test_nnc_correctness_mH_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.0105066Z 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-23T02:20:24.0105814Z 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-23T02:20:24.0106383Z test_nnc_correctness_mH_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.0106933Z test_nnc_correctness_mH_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.0107480Z test_nnc_correctness_mH_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T02:20:24.0108034Z test_nnc_correctness_mH_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.0108588Z test_nnc_correctness_mH_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T02:20:24.0109137Z 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-23T02:20:24.0109718Z test_nnc_correctness_mT_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T02:20:24.0110263Z 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-23T02:20:24.0110830Z 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-23T02:20:24.0111790Z 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-23T02:20:24.0112509Z test_nnc_correctness_mT_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T02:20:24.0113066Z test_nnc_correctness_mT_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.0113631Z test_nnc_correctness_mT_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.0114169Z test_nnc_correctness_mT_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.0114704Z test_nnc_correctness_mT_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T02:20:24.0115264Z test_nnc_correctness_mT_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.0115803Z test_nnc_correctness_mT_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.0116360Z test_nnc_correctness_mT_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.0117041Z test_nnc_correctness_mT_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.0117645Z test_nnc_correctness_masked_amax_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.012s) 2022-11-23T02:20:24.0118378Z 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-23T02:20:24.0119064Z test_nnc_correctness_masked_amax_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.0119721Z test_nnc_correctness_masked_amax_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.0120315Z test_nnc_correctness_masked_amax_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.0120888Z test_nnc_correctness_masked_amax_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.0121498Z test_nnc_correctness_masked_amax_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.0122082Z 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-23T02:20:24.0122654Z 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-23T02:20:24.0123246Z 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-23T02:20:24.0123822Z test_nnc_correctness_masked_amin_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.0124407Z 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-23T02:20:24.0125288Z test_nnc_correctness_masked_amin_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.0126060Z test_nnc_correctness_masked_amin_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.0126643Z test_nnc_correctness_masked_amin_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.0127225Z test_nnc_correctness_masked_amin_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.0127795Z 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-23T02:20:24.0128372Z test_nnc_correctness_masked_amin_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.0128971Z 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-23T02:20:24.0129574Z 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-23T02:20:24.0130161Z 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-23T02:20:24.0130906Z test_nnc_correctness_masked_argmax_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.0131632Z test_nnc_correctness_masked_argmax_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.0132346Z test_nnc_correctness_masked_argmax_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T02:20:24.0132961Z test_nnc_correctness_masked_argmax_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.0133563Z test_nnc_correctness_masked_argmax_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.0134134Z test_nnc_correctness_masked_argmax_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.0134724Z test_nnc_correctness_masked_argmin_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T02:20:24.0135302Z test_nnc_correctness_masked_argmin_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.0135896Z test_nnc_correctness_masked_argmin_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.0136496Z test_nnc_correctness_masked_argmin_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.0137070Z test_nnc_correctness_masked_argmin_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T02:20:24.0137658Z test_nnc_correctness_masked_argmin_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.0138327Z test_nnc_correctness_masked_argmin_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.0139193Z test_nnc_correctness_masked_argmin_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.0139841Z test_nnc_correctness_masked_argmin_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.0140440Z test_nnc_correctness_masked_cumprod_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T02:20:24.0141059Z test_nnc_correctness_masked_cumprod_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.0141654Z test_nnc_correctness_masked_cumprod_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.0142257Z test_nnc_correctness_masked_cumprod_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.0142866Z test_nnc_correctness_masked_cumprod_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T02:20:24.0143462Z test_nnc_correctness_masked_cumprod_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.0144201Z 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-23T02:20:24.0144929Z test_nnc_correctness_masked_cumprod_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.0145532Z test_nnc_correctness_masked_cumprod_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T02:20:24.0146304Z test_nnc_correctness_masked_cumprod_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.0146893Z test_nnc_correctness_masked_cumprod_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.0147493Z test_nnc_correctness_masked_cumsum_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.0148086Z test_nnc_correctness_masked_cumsum_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.0148672Z test_nnc_correctness_masked_cumsum_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.0149272Z test_nnc_correctness_masked_cumsum_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.0149861Z test_nnc_correctness_masked_cumsum_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.0150445Z test_nnc_correctness_masked_cumsum_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.0151019Z test_nnc_correctness_masked_cumsum_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.0151732Z test_nnc_correctness_masked_cumsum_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.0152405Z test_nnc_correctness_masked_cumsum_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.0153248Z test_nnc_correctness_masked_cumsum_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.0153820Z test_nnc_correctness_masked_cumsum_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.0154403Z test_nnc_correctness_masked_fill_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.0154987Z 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-23T02:20:24.0155577Z 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-23T02:20:24.0156184Z test_nnc_correctness_masked_fill_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.0156786Z test_nnc_correctness_masked_fill_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.0157365Z test_nnc_correctness_masked_fill_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.0158245Z 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-23T02:20:24.0158848Z test_nnc_correctness_masked_fill_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.0159600Z test_nnc_correctness_masked_fill_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T02:20:24.0160180Z test_nnc_correctness_masked_fill_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.0160758Z test_nnc_correctness_masked_fill_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.0161327Z test_nnc_correctness_masked_fill_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.0161908Z test_nnc_correctness_masked_fill_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.0162507Z test_nnc_correctness_masked_log_softmax_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.0163113Z test_nnc_correctness_masked_log_softmax_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.0163721Z test_nnc_correctness_masked_log_softmax_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.0164313Z test_nnc_correctness_masked_log_softmax_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.0165064Z test_nnc_correctness_masked_logaddexp_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-11-23T02:20:24.0165763Z test_nnc_correctness_masked_logaddexp_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.0166436Z test_nnc_correctness_masked_logaddexp_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.0167231Z test_nnc_correctness_masked_logsumexp_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.0167842Z test_nnc_correctness_masked_logsumexp_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.0168418Z test_nnc_correctness_masked_logsumexp_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.0169027Z 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-23T02:20:24.0169632Z test_nnc_correctness_masked_logsumexp_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.0170227Z 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-23T02:20:24.0170813Z test_nnc_correctness_masked_logsumexp_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.0171549Z test_nnc_correctness_masked_logsumexp_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.0172378Z 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-23T02:20:24.0173002Z test_nnc_correctness_masked_mean_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T02:20:24.0173647Z 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-23T02:20:24.0174242Z test_nnc_correctness_masked_mean_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.0174834Z test_nnc_correctness_masked_mean_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.0175423Z test_nnc_correctness_masked_mean_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.0176000Z test_nnc_correctness_masked_mean_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.0176592Z 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-23T02:20:24.0177163Z test_nnc_correctness_masked_mean_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.0177735Z 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-23T02:20:24.0178289Z test_nnc_correctness_masked_mean_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T02:20:24.0178990Z test_nnc_correctness_masked_mean_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.0179671Z test_nnc_correctness_masked_mean_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.0181249Z test_nnc_correctness_masked_median_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.0181841Z test_nnc_correctness_masked_median_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T02:20:24.0182431Z test_nnc_correctness_masked_median_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.0183016Z test_nnc_correctness_masked_norm_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.0183598Z test_nnc_correctness_masked_norm_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.0184190Z test_nnc_correctness_masked_norm_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.0184762Z test_nnc_correctness_masked_norm_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.0185496Z test_nnc_correctness_masked_normalize_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.0186205Z test_nnc_correctness_masked_normalize_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.0187072Z test_nnc_correctness_masked_normalize_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.0187694Z test_nnc_correctness_masked_normalize_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.0188315Z test_nnc_correctness_masked_normalize_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.0188909Z test_nnc_correctness_masked_normalize_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.0189491Z test_nnc_correctness_masked_prod_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.0190076Z test_nnc_correctness_masked_prod_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.0190673Z test_nnc_correctness_masked_prod_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.0191274Z test_nnc_correctness_masked_prod_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.0191975Z test_nnc_correctness_masked_prod_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.0192556Z 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-23T02:20:24.0193258Z test_nnc_correctness_masked_prod_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.0193954Z test_nnc_correctness_masked_prod_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.0194523Z test_nnc_correctness_masked_prod_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T02:20:24.0195269Z test_nnc_correctness_masked_prod_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.0195854Z test_nnc_correctness_masked_prod_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.0196425Z test_nnc_correctness_masked_prod_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.0197038Z test_nnc_correctness_masked_scatter_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T02:20:24.0197625Z 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-23T02:20:24.0198243Z 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-23T02:20:24.0198975Z 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-23T02:20:24.0199576Z 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-23T02:20:24.0200494Z 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-23T02:20:24.0201113Z 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-23T02:20:24.0201691Z 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-23T02:20:24.0202280Z 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-23T02:20:24.0202861Z 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-23T02:20:24.0203443Z test_nnc_correctness_masked_scatter_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.0203999Z test_nnc_correctness_masked_scatter_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.0204592Z test_nnc_correctness_masked_select_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.0205203Z test_nnc_correctness_masked_select_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.0205925Z test_nnc_correctness_masked_select_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.0206635Z test_nnc_correctness_masked_select_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.0207305Z test_nnc_correctness_masked_select_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.0207899Z test_nnc_correctness_masked_select_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.0208482Z test_nnc_correctness_masked_select_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.0209249Z test_nnc_correctness_masked_select_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.0209844Z test_nnc_correctness_masked_select_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T02:20:24.0210435Z test_nnc_correctness_masked_select_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.0211022Z test_nnc_correctness_masked_select_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.0211596Z test_nnc_correctness_masked_select_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.0212319Z test_nnc_correctness_masked_softmax_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T02:20:24.0212930Z test_nnc_correctness_masked_softmax_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.0213695Z test_nnc_correctness_masked_softmax_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.0214457Z test_nnc_correctness_masked_softmax_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.0215073Z test_nnc_correctness_masked_softmin_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T02:20:24.0215663Z test_nnc_correctness_masked_softmin_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.0216254Z test_nnc_correctness_masked_softmin_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.0216847Z test_nnc_correctness_masked_softmin_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.0217431Z test_nnc_correctness_masked_std_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T02:20:24.0218020Z test_nnc_correctness_masked_std_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.0218613Z 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-23T02:20:24.0219313Z test_nnc_correctness_masked_std_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.0220010Z 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-23T02:20:24.0220668Z test_nnc_correctness_masked_std_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.012s) 2022-11-23T02:20:24.0221304Z test_nnc_correctness_masked_std_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.0221881Z test_nnc_correctness_masked_std_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.0222625Z 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-23T02:20:24.0223207Z 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-23T02:20:24.0223776Z 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-23T02:20:24.0224367Z 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-23T02:20:24.0224935Z 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-23T02:20:24.0225660Z 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-23T02:20:24.0226257Z 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-23T02:20:24.0227035Z test_nnc_correctness_masked_sum_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.0227619Z test_nnc_correctness_masked_sum_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.0228361Z 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-23T02:20:24.0228949Z test_nnc_correctness_masked_sum_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.0229509Z test_nnc_correctness_masked_sum_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.0230091Z test_nnc_correctness_masked_sum_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.0230671Z test_nnc_correctness_masked_sum_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.0231245Z test_nnc_correctness_masked_sum_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.0231843Z test_nnc_correctness_masked_var_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.008s) 2022-11-23T02:20:24.0232569Z test_nnc_correctness_masked_var_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.0233286Z test_nnc_correctness_masked_var_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.0233938Z test_nnc_correctness_masked_var_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.0234520Z test_nnc_correctness_masked_var_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.0235123Z test_nnc_correctness_masked_var_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.0235688Z test_nnc_correctness_masked_var_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.0236256Z test_nnc_correctness_masked_var_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.0237002Z test_nnc_correctness_masked_var_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.0237544Z test_nnc_correctness_masked_var_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.0238119Z test_nnc_correctness_masked_var_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.0238700Z test_nnc_correctness_matmul_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.0239403Z test_nnc_correctness_matmul_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.0240090Z test_nnc_correctness_matmul_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.0240766Z 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-23T02:20:24.0241335Z test_nnc_correctness_matmul_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T02:20:24.0242072Z test_nnc_correctness_matmul_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.0242674Z test_nnc_correctness_matrix_exp_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.0243264Z test_nnc_correctness_matrix_exp_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T02:20:24.0243877Z test_nnc_correctness_matrix_exp_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.0244453Z test_nnc_correctness_matrix_exp_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T02:20:24.0245032Z test_nnc_correctness_matrix_exp_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.0245744Z test_nnc_correctness_matrix_exp_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.0246332Z test_nnc_correctness_max_binary_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.013s) 2022-11-23T02:20:24.0247105Z test_nnc_correctness_max_binary_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T02:20:24.0247681Z test_nnc_correctness_max_binary_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T02:20:24.0248260Z 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-23T02:20:24.0248861Z 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-23T02:20:24.0249423Z 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-23T02:20:24.0250004Z 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-23T02:20:24.0250754Z test_nnc_correctness_max_binary_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.0251320Z test_nnc_correctness_max_binary_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.0251886Z test_nnc_correctness_max_binary_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.0252658Z 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.002s) 2022-11-23T02:20:24.0253400Z 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.002s) 2022-11-23T02:20:24.0254144Z 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.003s) 2022-11-23T02:20:24.0254798Z 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.002s) 2022-11-23T02:20:24.0255397Z 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.002s) 2022-11-23T02:20:24.0256701Z 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-23T02:20:24.0257361Z 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-23T02:20:24.0257956Z 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-23T02:20:24.0258568Z 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-23T02:20:24.0259297Z 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.002s) 2022-11-23T02:20:24.0260008Z 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.002s) 2022-11-23T02:20:24.0260672Z 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.002s) 2022-11-23T02:20:24.0261279Z 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.002s) 2022-11-23T02:20:24.0261876Z 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.000s) 2022-11-23T02:20:24.0262478Z 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.003s) 2022-11-23T02:20:24.0263079Z 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.000s) 2022-11-23T02:20:24.0263691Z 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.006s) 2022-11-23T02:20:24.0264277Z 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.002s) 2022-11-23T02:20:24.0265064Z 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.002s) 2022-11-23T02:20:24.0265805Z 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-23T02:20:24.0266428Z 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-23T02:20:24.0267204Z 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.002s) 2022-11-23T02:20:24.0267798Z 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.002s) 2022-11-23T02:20:24.0268415Z 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.002s) 2022-11-23T02:20:24.0268971Z test_nnc_correctness_maximum_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.0269531Z test_nnc_correctness_maximum_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.0270252Z test_nnc_correctness_maximum_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.0270863Z test_nnc_correctness_maximum_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.0271437Z test_nnc_correctness_maximum_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.0272000Z test_nnc_correctness_maximum_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T02:20:24.0272694Z 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-23T02:20:24.0273385Z test_nnc_correctness_maximum_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.0274058Z test_nnc_correctness_maximum_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.0274599Z test_nnc_correctness_maximum_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.0275180Z test_nnc_correctness_mean_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.0275765Z test_nnc_correctness_mean_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T02:20:24.0276338Z test_nnc_correctness_mean_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.0276925Z test_nnc_correctness_mean_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.0277480Z test_nnc_correctness_mean_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.0278044Z test_nnc_correctness_mean_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T02:20:24.0278785Z 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-23T02:20:24.0279494Z 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-23T02:20:24.0280147Z test_nnc_correctness_median_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.0280799Z 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-23T02:20:24.0281358Z 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-23T02:20:24.0281927Z 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-23T02:20:24.0282478Z test_nnc_correctness_median_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.0283035Z test_nnc_correctness_median_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.0283800Z 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.002s) 2022-11-23T02:20:24.0284427Z 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.002s) 2022-11-23T02:20:24.0285043Z 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.003s) 2022-11-23T02:20:24.0285799Z 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.002s) 2022-11-23T02:20:24.0286400Z 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.002s) 2022-11-23T02:20:24.0286925Z 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.002s) 2022-11-23T02:20:24.0287580Z 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.002s) 2022-11-23T02:20:24.0288194Z 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.002s) 2022-11-23T02:20:24.0288789Z 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.003s) 2022-11-23T02:20:24.0289385Z 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.000s) 2022-11-23T02:20:24.0289989Z 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-23T02:20:24.0290607Z 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.000s) 2022-11-23T02:20:24.0291238Z test_nnc_correctness_meshgrid_variadic_tensors_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T02:20:24.0292048Z 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-23T02:20:24.0292674Z test_nnc_correctness_meshgrid_variadic_tensors_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.0293312Z 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-23T02:20:24.0293940Z 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-23T02:20:24.0294561Z test_nnc_correctness_meshgrid_variadic_tensors_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.012s) 2022-11-23T02:20:24.0295192Z test_nnc_correctness_meshgrid_variadic_tensors_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.0295811Z 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-23T02:20:24.0296434Z 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-23T02:20:24.0297205Z 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-23T02:20:24.0297981Z 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-23T02:20:24.0298722Z test_nnc_correctness_meshgrid_variadic_tensors_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.0299409Z 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-23T02:20:24.0299975Z 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-23T02:20:24.0300565Z test_nnc_correctness_min_binary_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.0301151Z test_nnc_correctness_min_binary_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.0301719Z test_nnc_correctness_min_binary_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.0302300Z 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-23T02:20:24.0302878Z test_nnc_correctness_min_binary_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.0303442Z test_nnc_correctness_min_binary_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.0304031Z test_nnc_correctness_min_binary_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.0304608Z test_nnc_correctness_min_binary_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.0305406Z 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.003s) 2022-11-23T02:20:24.0306009Z 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.000s) 2022-11-23T02:20:24.0306603Z 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.006s) 2022-11-23T02:20:24.0307212Z 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.000s) 2022-11-23T02:20:24.0307815Z 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.000s) 2022-11-23T02:20:24.0308411Z 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.000s) 2022-11-23T02:20:24.0309003Z 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.011s) 2022-11-23T02:20:24.0309600Z 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.003s) 2022-11-23T02:20:24.0310344Z 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.003s) 2022-11-23T02:20:24.0310961Z 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.002s) 2022-11-23T02:20:24.0311567Z 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.002s) 2022-11-23T02:20:24.0312184Z 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.002s) 2022-11-23T02:20:24.0312759Z 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.002s) 2022-11-23T02:20:24.0313382Z test_nnc_correctness_min_reduction_with_dim_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T02:20:24.0313981Z 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-23T02:20:24.0314732Z 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-23T02:20:24.0315444Z 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.000s) 2022-11-23T02:20:24.0316139Z 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.000s) 2022-11-23T02:20:24.0316735Z 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.000s) 2022-11-23T02:20:24.0317968Z 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.000s) 2022-11-23T02:20:24.0319180Z test_nnc_correctness_minimum_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.0320527Z test_nnc_correctness_minimum_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.0321748Z test_nnc_correctness_minimum_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-11-23T02:20:24.0322912Z test_nnc_correctness_minimum_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.0324066Z test_nnc_correctness_minimum_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.0325207Z test_nnc_correctness_minimum_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.0326369Z test_nnc_correctness_minimum_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T02:20:24.0327519Z test_nnc_correctness_minimum_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.0328650Z test_nnc_correctness_minimum_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.0329770Z test_nnc_correctness_minimum_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.0331236Z 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-23T02:20:24.0332597Z test_nnc_correctness_mm_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.0333925Z test_nnc_correctness_mm_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.0335311Z test_nnc_correctness_mm_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.0336483Z test_nnc_correctness_mm_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.0337604Z test_nnc_correctness_mm_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.0338766Z test_nnc_correctness_mode_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.0339924Z test_nnc_correctness_mode_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.0341062Z test_nnc_correctness_mode_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.0342197Z test_nnc_correctness_mode_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.0343320Z test_nnc_correctness_mode_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.0344523Z test_nnc_correctness_mode_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.0345651Z test_nnc_correctness_mode_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.0346860Z test_nnc_correctness_mode_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.0348420Z test_nnc_correctness_mode_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.0349561Z test_nnc_correctness_mode_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.0350694Z test_nnc_correctness_movedim_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.0351858Z test_nnc_correctness_movedim_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.0353044Z test_nnc_correctness_movedim_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.0354215Z test_nnc_correctness_movedim_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T02:20:24.0355404Z 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-23T02:20:24.0356560Z 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-23T02:20:24.0357694Z 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-23T02:20:24.0359003Z 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-23T02:20:24.0360192Z 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-23T02:20:24.0361351Z 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-23T02:20:24.0362489Z 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-23T02:20:24.0363646Z test_nnc_correctness_movedim_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.0364803Z 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-23T02:20:24.0365832Z test_nnc_correctness_msort_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.0366443Z test_nnc_correctness_msort_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.0367039Z test_nnc_correctness_msort_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T02:20:24.0367617Z test_nnc_correctness_msort_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T02:20:24.0368225Z test_nnc_correctness_msort_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T02:20:24.0368803Z 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-23T02:20:24.0369374Z test_nnc_correctness_msort_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.0369952Z test_nnc_correctness_msort_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T02:20:24.0370697Z test_nnc_correctness_msort_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.0371270Z 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-23T02:20:24.0371848Z 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-23T02:20:24.0372431Z 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-23T02:20:24.0373021Z test_nnc_correctness_mul_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.012s) 2022-11-23T02:20:24.0373603Z test_nnc_correctness_mul_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.0374168Z test_nnc_correctness_mul_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.0374744Z test_nnc_correctness_mul_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.0375391Z test_nnc_correctness_mul_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.0375979Z test_nnc_correctness_mul_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.0376537Z 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-23T02:20:24.0377093Z test_nnc_correctness_mul_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.0377652Z test_nnc_correctness_mul_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.0378216Z test_nnc_correctness_mul_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.0378810Z test_nnc_correctness_multinomial_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.0379398Z 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-23T02:20:24.0379996Z test_nnc_correctness_multinomial_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.0380588Z test_nnc_correctness_mv_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.0381166Z test_nnc_correctness_mv_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.0381745Z test_nnc_correctness_mv_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.0382329Z test_nnc_correctness_mv_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T02:20:24.0382893Z test_nnc_correctness_mv_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.0383551Z test_nnc_correctness_mv_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.0384146Z 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.000s) 2022-11-23T02:20:24.0384776Z 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.010s) 2022-11-23T02:20:24.0385404Z 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-23T02:20:24.0386063Z 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.003s) 2022-11-23T02:20:24.0386662Z 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-23T02:20:24.0387266Z 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.003s) 2022-11-23T02:20:24.0387953Z 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.003s) 2022-11-23T02:20:24.0388659Z 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.003s) 2022-11-23T02:20:24.0389293Z 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.003s) 2022-11-23T02:20:24.0389902Z 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.003s) 2022-11-23T02:20:24.0390525Z 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.003s) 2022-11-23T02:20:24.0391141Z 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.005s) 2022-11-23T02:20:24.0391744Z 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.002s) 2022-11-23T02:20:24.0392349Z 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.003s) 2022-11-23T02:20:24.0392958Z 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.000s) 2022-11-23T02:20:24.0393559Z 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.003s) 2022-11-23T02:20:24.0394169Z 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-23T02:20:24.0394788Z 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.006s) 2022-11-23T02:20:24.0395404Z 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-23T02:20:24.0396020Z 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.000s) 2022-11-23T02:20:24.0396722Z 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-23T02:20:24.0397327Z 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-23T02:20:24.0397931Z 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.011s) 2022-11-23T02:20:24.0398538Z 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.002s) 2022-11-23T02:20:24.0399151Z test_nnc_correctness_nan_to_num_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.0399734Z test_nnc_correctness_nan_to_num_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.0400341Z 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-23T02:20:24.0400945Z test_nnc_correctness_nan_to_num_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.0401555Z 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-23T02:20:24.0402225Z 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-23T02:20:24.0402838Z 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-23T02:20:24.0403619Z test_nnc_correctness_nan_to_num_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.0404327Z 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-23T02:20:24.0405193Z 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-23T02:20:24.0405785Z test_nnc_correctness_nanmean_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.0406382Z test_nnc_correctness_nanmean_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.0406970Z 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-23T02:20:24.0407570Z test_nnc_correctness_nanmean_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.0408167Z 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-23T02:20:24.0408776Z test_nnc_correctness_nanmedian_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.0409386Z test_nnc_correctness_nanmedian_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.0409978Z test_nnc_correctness_nanmedian_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.0410680Z 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-23T02:20:24.0411436Z 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-23T02:20:24.0412227Z 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-23T02:20:24.0412821Z 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-23T02:20:24.0413418Z 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-23T02:20:24.0414017Z test_nnc_correctness_nanquantile_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.0414594Z test_nnc_correctness_nansum_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-11-23T02:20:24.0415182Z 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-23T02:20:24.0415811Z test_nnc_correctness_nansum_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.0416682Z 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-23T02:20:24.0417291Z 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-23T02:20:24.0417870Z 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-23T02:20:24.0418632Z 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-23T02:20:24.0419220Z test_nnc_correctness_nansum_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T02:20:24.0419952Z 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-23T02:20:24.0420927Z test_nnc_correctness_nansum_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.0421722Z 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-23T02:20:24.0422338Z 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-23T02:20:24.0422942Z test_nnc_correctness_narrow_copy_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.0423551Z test_nnc_correctness_narrow_copy_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.0424162Z test_nnc_correctness_narrow_copy_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.0424768Z test_nnc_correctness_narrow_copy_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.0425366Z 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-23T02:20:24.0426652Z test_nnc_correctness_narrow_copy_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T02:20:24.0427239Z test_nnc_correctness_narrow_copy_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.0427805Z 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-23T02:20:24.0428394Z 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-23T02:20:24.0428992Z test_nnc_correctness_narrow_copy_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T02:20:24.0429586Z test_nnc_correctness_narrow_copy_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.0430173Z test_nnc_correctness_narrow_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.0430761Z test_nnc_correctness_narrow_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.0431449Z test_nnc_correctness_narrow_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.0432075Z test_nnc_correctness_narrow_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-11-23T02:20:24.0432672Z 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-23T02:20:24.0433274Z 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-23T02:20:24.0433844Z test_nnc_correctness_narrow_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.0434433Z test_nnc_correctness_narrow_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.0435023Z test_nnc_correctness_narrow_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.0435595Z test_nnc_correctness_narrow_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.0436162Z 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-23T02:20:24.0436731Z test_nnc_correctness_narrow_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.0437311Z test_nnc_correctness_narrow_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.0437913Z test_nnc_correctness_native_batch_norm_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.0438531Z test_nnc_correctness_native_batch_norm_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.0439148Z test_nnc_correctness_native_batch_norm_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.0439838Z test_nnc_correctness_native_batch_norm_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.0440466Z test_nnc_correctness_native_dropout_backward_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.0441109Z test_nnc_correctness_native_dropout_backward_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.0441745Z test_nnc_correctness_native_dropout_backward_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.0442382Z test_nnc_correctness_native_dropout_backward_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.0443008Z test_nnc_correctness_native_layer_norm_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.0443625Z test_nnc_correctness_native_layer_norm_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.0444759Z test_nnc_correctness_native_layer_norm_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.0446104Z test_nnc_correctness_native_layer_norm_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.0447278Z test_nnc_correctness_ne_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.0448404Z 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-23T02:20:24.0449537Z test_nnc_correctness_ne_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.0450694Z test_nnc_correctness_ne_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T02:20:24.0451811Z test_nnc_correctness_ne_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.0452943Z test_nnc_correctness_ne_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.0454075Z test_nnc_correctness_ne_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.0455218Z test_nnc_correctness_ne_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-11-23T02:20:24.0456328Z test_nnc_correctness_ne_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.0457455Z test_nnc_correctness_ne_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.0458557Z test_nnc_correctness_ne_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.0459685Z test_nnc_correctness_ne_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.0460827Z 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-23T02:20:24.0462189Z 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-23T02:20:24.0463346Z 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-23T02:20:24.0464525Z test_nnc_correctness_neg_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.0465703Z test_nnc_correctness_neg_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.0466830Z 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-23T02:20:24.0467956Z 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-23T02:20:24.0469093Z 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-23T02:20:24.0470182Z 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-23T02:20:24.0471299Z test_nnc_correctness_neg_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.0472540Z test_nnc_correctness_neg_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.0473698Z 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-23T02:20:24.0474737Z test_nnc_correctness_new_empty_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.000s) 2022-11-23T02:20:24.0475681Z test_nnc_correctness_new_empty_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.003s) 2022-11-23T02:20:24.0476814Z test_nnc_correctness_new_empty_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.000s) 2022-11-23T02:20:24.0477346Z test_nnc_correctness_new_empty_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.000s) 2022-11-23T02:20:24.0477829Z test_nnc_correctness_new_empty_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.006s) 2022-11-23T02:20:24.0478332Z test_nnc_correctness_new_empty_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.000s) 2022-11-23T02:20:24.0478811Z test_nnc_correctness_new_empty_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.000s) 2022-11-23T02:20:24.0479283Z test_nnc_correctness_new_empty_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.000s) 2022-11-23T02:20:24.0479764Z test_nnc_correctness_new_empty_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.000s) 2022-11-23T02:20:24.0480233Z test_nnc_correctness_new_empty_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.010s) 2022-11-23T02:20:24.0480692Z test_nnc_correctness_new_empty_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.000s) 2022-11-23T02:20:24.0481141Z test_nnc_correctness_new_empty_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.000s) 2022-11-23T02:20:24.0481618Z test_nnc_correctness_new_empty_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.000s) 2022-11-23T02:20:24.0482162Z test_nnc_correctness_new_empty_strided_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-11-23T02:20:24.0482759Z test_nnc_correctness_new_empty_strided_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-11-23T02:20:24.0483558Z test_nnc_correctness_new_empty_strided_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: Expected: new_empty_strided is not comparable (0.010s) 2022-11-23T02:20:24.0484167Z test_nnc_correctness_new_empty_strided_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-11-23T02:20:24.0484760Z test_nnc_correctness_new_empty_strided_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-11-23T02:20:24.0485351Z test_nnc_correctness_new_empty_strided_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-11-23T02:20:24.0485948Z test_nnc_correctness_new_empty_strided_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-11-23T02:20:24.0486513Z test_nnc_correctness_new_empty_strided_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-11-23T02:20:24.0487102Z test_nnc_correctness_new_empty_strided_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: Expected: new_empty_strided is not comparable (0.010s) 2022-11-23T02:20:24.0487816Z test_nnc_correctness_new_empty_strided_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-11-23T02:20:24.0488401Z test_nnc_correctness_new_empty_strided_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-11-23T02:20:24.0489087Z test_nnc_correctness_new_empty_strided_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-11-23T02:20:24.0489691Z test_nnc_correctness_new_empty_strided_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-11-23T02:20:24.0490284Z test_nnc_correctness_new_full_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.0490885Z test_nnc_correctness_new_full_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.012s) 2022-11-23T02:20:24.0491475Z 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-23T02:20:24.0492068Z 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-23T02:20:24.0492669Z test_nnc_correctness_new_full_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.0493263Z 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-23T02:20:24.0493854Z test_nnc_correctness_new_full_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.0494437Z 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-23T02:20:24.0495024Z test_nnc_correctness_new_full_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.0495611Z test_nnc_correctness_new_full_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.0496183Z test_nnc_correctness_new_full_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.0496764Z test_nnc_correctness_new_full_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.0497451Z 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-23T02:20:24.0498022Z test_nnc_correctness_new_ones_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.0498606Z test_nnc_correctness_new_ones_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.0499203Z test_nnc_correctness_new_ones_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.0499806Z test_nnc_correctness_new_ones_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.0500401Z test_nnc_correctness_new_ones_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.0500990Z test_nnc_correctness_new_ones_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.0501570Z test_nnc_correctness_new_ones_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.0502243Z 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-23T02:20:24.0502847Z test_nnc_correctness_new_ones_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.0503405Z test_nnc_correctness_new_ones_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T02:20:24.0503994Z test_nnc_correctness_new_ones_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.0504580Z test_nnc_correctness_new_ones_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.0505329Z test_nnc_correctness_new_ones_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.0505935Z test_nnc_correctness_new_zeros_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T02:20:24.0506796Z test_nnc_correctness_new_zeros_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.0507404Z 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-23T02:20:24.0508021Z test_nnc_correctness_new_zeros_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.0508629Z 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-23T02:20:24.0509318Z 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-23T02:20:24.0510720Z 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-23T02:20:24.0511844Z test_nnc_correctness_new_zeros_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.0513384Z test_nnc_correctness_new_zeros_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T02:20:24.0514668Z test_nnc_correctness_new_zeros_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.0515738Z test_nnc_correctness_new_zeros_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.0516797Z test_nnc_correctness_new_zeros_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.0517935Z test_nnc_correctness_new_zeros_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.0519225Z 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-23T02:20:24.0520587Z 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-23T02:20:24.0521848Z 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-23T02:20:24.0523124Z 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.003s) 2022-11-23T02:20:24.0525308Z 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.002s) 2022-11-23T02:20:24.0526915Z 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.003s) 2022-11-23T02:20:24.0528352Z 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-23T02:20:24.0529704Z 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.003s) 2022-11-23T02:20:24.0531039Z 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-23T02:20:24.0532322Z 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.006s) 2022-11-23T02:20:24.0533711Z 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.000s) 2022-11-23T02:20:24.0535162Z 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.000s) 2022-11-23T02:20:24.0536444Z 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.000s) 2022-11-23T02:20:24.0537744Z 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.000s) 2022-11-23T02:20:24.0539023Z 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.011s) 2022-11-23T02:20:24.0540395Z 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-23T02:20:24.0542026Z 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.003s) 2022-11-23T02:20:24.0543380Z 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.002s) 2022-11-23T02:20:24.0544700Z 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.003s) 2022-11-23T02:20:24.0546036Z 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-23T02:20:24.0547445Z 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.002s) 2022-11-23T02:20:24.0548868Z 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.003s) 2022-11-23T02:20:24.0550196Z 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.002s) 2022-11-23T02:20:24.0551658Z 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.003s) 2022-11-23T02:20:24.0552992Z 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.002s) 2022-11-23T02:20:24.0554377Z 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.002s) 2022-11-23T02:20:24.0555818Z 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-23T02:20:24.0557095Z 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-23T02:20:24.0558296Z 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.002s) 2022-11-23T02:20:24.0559502Z 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.002s) 2022-11-23T02:20:24.0560182Z test_nnc_correctness_nn_functional_adaptive_max_pool3d_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T02:20:24.0560987Z 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.002s) 2022-11-23T02:20:24.0561772Z 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-23T02:20:24.0562578Z 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.000s) 2022-11-23T02:20:24.0563216Z 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.006s) 2022-11-23T02:20:24.0564013Z 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.000s) 2022-11-23T02:20:24.0564649Z 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.000s) 2022-11-23T02:20:24.0565275Z 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.000s) 2022-11-23T02:20:24.0565899Z 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.000s) 2022-11-23T02:20:24.0566537Z 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.010s) 2022-11-23T02:20:24.0567292Z 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.000s) 2022-11-23T02:20:24.0567961Z 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.000s) 2022-11-23T02:20:24.0568918Z 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.000s) 2022-11-23T02:20:24.0569648Z 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.010s) 2022-11-23T02:20:24.0570297Z 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.000s) 2022-11-23T02:20:24.0570930Z 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-23T02:20:24.0571553Z 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.000s) 2022-11-23T02:20:24.0572187Z 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-23T02:20:24.0572824Z 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.012s) 2022-11-23T02:20:24.0573430Z 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.002s) 2022-11-23T02:20:24.0574153Z 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.003s) 2022-11-23T02:20:24.0574986Z 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.004s) 2022-11-23T02:20:24.0575918Z 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.004s) 2022-11-23T02:20:24.0576583Z 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.003s) 2022-11-23T02:20:24.0577252Z 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-23T02:20:24.0577946Z test_nnc_correctness_nn_functional_bilinear_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-11-23T02:20:24.0578527Z 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-23T02:20:24.0579156Z 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-23T02:20:24.0579788Z 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-23T02:20:24.0580388Z test_nnc_correctness_nn_functional_binary_cross_entropy_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-11-23T02:20:24.0581086Z test_nnc_correctness_nn_functional_binary_cross_entropy_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-11-23T02:20:24.0581651Z test_nnc_correctness_nn_functional_binary_cross_entropy_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-11-23T02:20:24.0582428Z test_nnc_correctness_nn_functional_binary_cross_entropy_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-11-23T02:20:24.0583073Z 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.000s) 2022-11-23T02:20:24.0583853Z 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.000s) 2022-11-23T02:20:24.0584669Z 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.000s) 2022-11-23T02:20:24.0585769Z 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.006s) 2022-11-23T02:20:24.0586440Z test_nnc_correctness_nn_functional_celu_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.0587064Z test_nnc_correctness_nn_functional_celu_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.0587912Z test_nnc_correctness_nn_functional_celu_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.0589198Z test_nnc_correctness_nn_functional_celu_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T02:20:24.0590315Z 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-23T02:20:24.0591471Z 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-23T02:20:24.0592474Z 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-23T02:20:24.0593359Z 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-23T02:20:24.0594658Z test_nnc_correctness_nn_functional_conv1d_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T02:20:24.0595961Z 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-23T02:20:24.0597406Z 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-23T02:20:24.0598661Z test_nnc_correctness_nn_functional_conv2d_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.0599912Z test_nnc_correctness_nn_functional_conv2d_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T02:20:24.0601190Z 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-23T02:20:24.0602808Z test_nnc_correctness_nn_functional_conv2d_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.0604072Z test_nnc_correctness_nn_functional_conv2d_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.0605344Z test_nnc_correctness_nn_functional_conv2d_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.0606556Z test_nnc_correctness_nn_functional_conv2d_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.0608018Z 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.002s) 2022-11-23T02:20:24.0609716Z 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-23T02:20:24.0611071Z 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-23T02:20:24.0612395Z 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.003s) 2022-11-23T02:20:24.0613739Z 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.003s) 2022-11-23T02:20:24.0615172Z 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-23T02:20:24.0616708Z 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.002s) 2022-11-23T02:20:24.0617983Z 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-23T02:20:24.0619330Z 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-23T02:20:24.0620672Z 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.002s) 2022-11-23T02:20:24.0622221Z 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.002s) 2022-11-23T02:20:24.0623706Z 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.003s) 2022-11-23T02:20:24.0625218Z 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.000s) 2022-11-23T02:20:24.0626525Z 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-23T02:20:24.0627869Z 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.006s) 2022-11-23T02:20:24.0629493Z 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-23T02:20:24.0630949Z 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.000s) 2022-11-23T02:20:24.0632273Z 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-23T02:20:24.0633636Z 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.010s) 2022-11-23T02:20:24.0635287Z 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-23T02:20:24.0636855Z 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.000s) 2022-11-23T02:20:24.0638169Z 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-23T02:20:24.0639546Z 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-23T02:20:24.0640897Z 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.012s) 2022-11-23T02:20:24.0642390Z 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.003s) 2022-11-23T02:20:24.0643906Z 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.003s) 2022-11-23T02:20:24.0645264Z 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.002s) 2022-11-23T02:20:24.0646625Z 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.002s) 2022-11-23T02:20:24.0647935Z 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.003s) 2022-11-23T02:20:24.0649413Z 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-23T02:20:24.0650940Z 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.002s) 2022-11-23T02:20:24.0652253Z 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-23T02:20:24.0653786Z 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-23T02:20:24.0655135Z test_nnc_correctness_nn_functional_cosine_similarity_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.0656765Z 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.002s) 2022-11-23T02:20:24.0658073Z 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-23T02:20:24.0659342Z 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.002s) 2022-11-23T02:20:24.0660628Z 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.002s) 2022-11-23T02:20:24.0662055Z 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-23T02:20:24.0663732Z 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-23T02:20:24.0664995Z 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-23T02:20:24.0666278Z 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-23T02:20:24.0667523Z test_nnc_correctness_nn_functional_dropout2d_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.0668955Z test_nnc_correctness_nn_functional_dropout2d_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.0670402Z test_nnc_correctness_nn_functional_dropout2d_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.0671681Z 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-23T02:20:24.0672978Z 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-23T02:20:24.0674242Z test_nnc_correctness_nn_functional_dropout3d_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T02:20:24.0675870Z 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-23T02:20:24.0677124Z test_nnc_correctness_nn_functional_dropout_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.0678394Z 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-23T02:20:24.0679667Z test_nnc_correctness_nn_functional_dropout_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T02:20:24.0681320Z test_nnc_correctness_nn_functional_dropout_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.0682779Z test_nnc_correctness_nn_functional_elu_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.0684044Z test_nnc_correctness_nn_functional_elu_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.0685295Z 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-23T02:20:24.0686551Z test_nnc_correctness_nn_functional_elu_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.0687971Z 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.003s) 2022-11-23T02:20:24.0689457Z 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.003s) 2022-11-23T02:20:24.0690746Z 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.002s) 2022-11-23T02:20:24.0692258Z 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.002s) 2022-11-23T02:20:24.0693550Z test_nnc_correctness_nn_functional_embedding_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.0695124Z test_nnc_correctness_nn_functional_embedding_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.0696374Z test_nnc_correctness_nn_functional_embedding_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.0697648Z test_nnc_correctness_nn_functional_embedding_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.0699028Z 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.002s) 2022-11-23T02:20:24.0700577Z 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.002s) 2022-11-23T02:20:24.0702113Z 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.002s) 2022-11-23T02:20:24.0703528Z 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.003s) 2022-11-23T02:20:24.0704959Z 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.000s) 2022-11-23T02:20:24.0706507Z 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.003s) 2022-11-23T02:20:24.0708072Z 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-23T02:20:24.0709769Z 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.006s) 2022-11-23T02:20:24.0711212Z 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.002s) 2022-11-23T02:20:24.0712816Z 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.002s) 2022-11-23T02:20:24.0714374Z 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.003s) 2022-11-23T02:20:24.0715812Z 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.002s) 2022-11-23T02:20:24.0717189Z 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.002s) 2022-11-23T02:20:24.0718564Z 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.003s) 2022-11-23T02:20:24.0720496Z 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.003s) 2022-11-23T02:20:24.0722002Z 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.002s) 2022-11-23T02:20:24.0723385Z 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.002s) 2022-11-23T02:20:24.0724748Z 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.003s) 2022-11-23T02:20:24.0726389Z 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.002s) 2022-11-23T02:20:24.0727695Z 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.002s) 2022-11-23T02:20:24.0729037Z 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.003s) 2022-11-23T02:20:24.0730353Z 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.003s) 2022-11-23T02:20:24.0731994Z 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.002s) 2022-11-23T02:20:24.0733340Z test_nnc_correctness_nn_functional_gaussian_nll_loss_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T02:20:24.0734626Z 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.002s) 2022-11-23T02:20:24.0735953Z 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.000s) 2022-11-23T02:20:24.0737545Z test_nnc_correctness_nn_functional_gelu_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.0738962Z test_nnc_correctness_nn_functional_gelu_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.0740218Z test_nnc_correctness_nn_functional_gelu_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.008s) 2022-11-23T02:20:24.0741454Z test_nnc_correctness_nn_functional_gelu_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T02:20:24.0742696Z test_nnc_correctness_nn_functional_glu_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T02:20:24.0744082Z test_nnc_correctness_nn_functional_glu_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T02:20:24.0745497Z test_nnc_correctness_nn_functional_glu_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T02:20:24.0746722Z test_nnc_correctness_nn_functional_glu_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T02:20:24.0748191Z 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.004s) 2022-11-23T02:20:24.0749506Z 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-23T02:20:24.0751112Z 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-23T02:20:24.0752385Z 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.006s) 2022-11-23T02:20:24.0753645Z 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.000s) 2022-11-23T02:20:24.0754947Z 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.000s) 2022-11-23T02:20:24.0756360Z 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.012s) 2022-11-23T02:20:24.0757820Z test_nnc_correctness_nn_functional_hardshrink_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T02:20:24.0759109Z test_nnc_correctness_nn_functional_hardshrink_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T02:20:24.0760392Z 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-23T02:20:24.0761692Z test_nnc_correctness_nn_functional_hardshrink_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.0763313Z test_nnc_correctness_nn_functional_hardsigmoid_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.0764800Z test_nnc_correctness_nn_functional_hardsigmoid_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.0766054Z test_nnc_correctness_nn_functional_hardsigmoid_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.0767331Z test_nnc_correctness_nn_functional_hardsigmoid_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.0768793Z test_nnc_correctness_nn_functional_hardswish_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T02:20:24.0770249Z test_nnc_correctness_nn_functional_hardswish_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T02:20:24.0771531Z test_nnc_correctness_nn_functional_hardswish_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.0772803Z test_nnc_correctness_nn_functional_hardswish_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.0774107Z test_nnc_correctness_nn_functional_hardtanh_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.0775925Z test_nnc_correctness_nn_functional_hardtanh_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.0777234Z test_nnc_correctness_nn_functional_hardtanh_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.0778469Z test_nnc_correctness_nn_functional_hardtanh_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.0779766Z 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-23T02:20:24.0781165Z test_nnc_correctness_nn_functional_hardtanh_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.0782621Z 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-23T02:20:24.0783871Z test_nnc_correctness_nn_functional_hardtanh_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T02:20:24.0785204Z 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-23T02:20:24.0786567Z 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.000s) 2022-11-23T02:20:24.0788214Z 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-23T02:20:24.0789532Z 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-23T02:20:24.0790872Z 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.012s) 2022-11-23T02:20:24.0792165Z 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.003s) 2022-11-23T02:20:24.0794713Z 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.002s) 2022-11-23T02:20:24.0796015Z 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-23T02:20:24.0797262Z 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-23T02:20:24.0798575Z 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-23T02:20:24.0799985Z 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-23T02:20:24.0801403Z 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-23T02:20:24.0802721Z 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-23T02:20:24.0804253Z 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-23T02:20:24.0805595Z 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.002s) 2022-11-23T02:20:24.0807268Z 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-23T02:20:24.0808563Z 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-23T02:20:24.0809980Z 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-23T02:20:24.0811324Z 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-23T02:20:24.0812936Z 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-23T02:20:24.0814278Z 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.003s) 2022-11-23T02:20:24.0839614Z 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-23T02:20:24.0841086Z 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-23T02:20:24.0842444Z 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.003s) 2022-11-23T02:20:24.0843940Z 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.002s) 2022-11-23T02:20:24.0845447Z 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.003s) 2022-11-23T02:20:24.0847052Z 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.002s) 2022-11-23T02:20:24.0848365Z 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.003s) 2022-11-23T02:20:24.0849749Z 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-23T02:20:24.0851457Z 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-23T02:20:24.0852839Z 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.007s) 2022-11-23T02:20:24.0854189Z 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-23T02:20:24.0855509Z 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.002s) 2022-11-23T02:20:24.0857266Z 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-23T02:20:24.0857936Z 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-23T02:20:24.0858547Z 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.002s) 2022-11-23T02:20:24.0859174Z 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-23T02:20:24.0859795Z 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.003s) 2022-11-23T02:20:24.0860447Z 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.003s) 2022-11-23T02:20:24.0861066Z 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.002s) 2022-11-23T02:20:24.0861690Z 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.002s) 2022-11-23T02:20:24.0862463Z 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-23T02:20:24.0863173Z 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.003s) 2022-11-23T02:20:24.0863897Z 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-23T02:20:24.0864537Z 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-23T02:20:24.0865150Z 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-23T02:20:24.0866019Z 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-23T02:20:24.0866655Z 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.002s) 2022-11-23T02:20:24.0867293Z 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-23T02:20:24.0867889Z 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-23T02:20:24.0868508Z test_nnc_correctness_nn_functional_linear_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.0869304Z 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-23T02:20:24.0870084Z test_nnc_correctness_nn_functional_linear_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T02:20:24.0870712Z 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-23T02:20:24.0871520Z test_nnc_correctness_nn_functional_linear_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.0872169Z 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-23T02:20:24.0872839Z 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-23T02:20:24.0873510Z 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.011s) 2022-11-23T02:20:24.0874172Z 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.003s) 2022-11-23T02:20:24.0874825Z 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.003s) 2022-11-23T02:20:24.0875607Z test_nnc_correctness_nn_functional_logsigmoid_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.0876404Z test_nnc_correctness_nn_functional_logsigmoid_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.0877049Z test_nnc_correctness_nn_functional_logsigmoid_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.0877705Z test_nnc_correctness_nn_functional_logsigmoid_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.0878369Z 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.002s) 2022-11-23T02:20:24.0878987Z 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.002s) 2022-11-23T02:20:24.0879852Z 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.003s) 2022-11-23T02:20:24.0880524Z 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.002s) 2022-11-23T02:20:24.0881188Z 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.002s) 2022-11-23T02:20:24.0881985Z 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.003s) 2022-11-23T02:20:24.0882826Z 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.005s) 2022-11-23T02:20:24.0883475Z 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.004s) 2022-11-23T02:20:24.0884132Z test_nnc_correctness_nn_functional_margin_ranking_loss_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T02:20:24.0884693Z test_nnc_correctness_nn_functional_max_pool1d_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: Works on some configs (0.000s) 2022-11-23T02:20:24.0885508Z 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.010s) 2022-11-23T02:20:24.0886150Z 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.004s) 2022-11-23T02:20:24.0886803Z 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.004s) 2022-11-23T02:20:24.0887440Z 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.004s) 2022-11-23T02:20:24.0888182Z 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.004s) 2022-11-23T02:20:24.0888942Z 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.004s) 2022-11-23T02:20:24.0889676Z 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.004s) 2022-11-23T02:20:24.0890297Z 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.004s) 2022-11-23T02:20:24.0890955Z 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.004s) 2022-11-23T02:20:24.0891564Z 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.004s) 2022-11-23T02:20:24.0892208Z 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.003s) 2022-11-23T02:20:24.0892850Z 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.003s) 2022-11-23T02:20:24.0893507Z 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.000s) 2022-11-23T02:20:24.0894360Z 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.000s) 2022-11-23T02:20:24.0895005Z 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.006s) 2022-11-23T02:20:24.0895672Z 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.000s) 2022-11-23T02:20:24.0896346Z 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.000s) 2022-11-23T02:20:24.0896971Z 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.000s) 2022-11-23T02:20:24.0897611Z 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.011s) 2022-11-23T02:20:24.0898264Z 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-23T02:20:24.0899094Z 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-23T02:20:24.0899900Z 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.003s) 2022-11-23T02:20:24.0900754Z 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.003s) 2022-11-23T02:20:24.0901413Z 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-23T02:20:24.0902036Z 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.003s) 2022-11-23T02:20:24.0902681Z 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.003s) 2022-11-23T02:20:24.0903335Z 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-23T02:20:24.0904004Z 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.003s) 2022-11-23T02:20:24.0904658Z 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.003s) 2022-11-23T02:20:24.0905275Z 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-23T02:20:24.0905871Z test_nnc_correctness_nn_functional_mish_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.0906454Z test_nnc_correctness_nn_functional_mish_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.0907078Z test_nnc_correctness_nn_functional_mish_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.0907929Z 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.003s) 2022-11-23T02:20:24.0908543Z 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.003s) 2022-11-23T02:20:24.0909165Z 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.003s) 2022-11-23T02:20:24.0909817Z 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.003s) 2022-11-23T02:20:24.0910462Z 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-23T02:20:24.0911133Z 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-23T02:20:24.0911793Z 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.003s) 2022-11-23T02:20:24.0913264Z 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.003s) 2022-11-23T02:20:24.0913983Z 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.002s) 2022-11-23T02:20:24.0914682Z 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.002s) 2022-11-23T02:20:24.0915359Z 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.003s) 2022-11-23T02:20:24.0916172Z 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.000s) 2022-11-23T02:20:24.0917038Z 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.000s) 2022-11-23T02:20:24.0917738Z 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.008s) 2022-11-23T02:20:24.0918417Z 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.003s) 2022-11-23T02:20:24.0919094Z 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.003s) 2022-11-23T02:20:24.0919725Z 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.002s) 2022-11-23T02:20:24.0920384Z 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.002s) 2022-11-23T02:20:24.0921015Z 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-23T02:20:24.0921716Z 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.003s) 2022-11-23T02:20:24.0922583Z 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-23T02:20:24.0923245Z test_nnc_correctness_nn_functional_normalize_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.0923888Z test_nnc_correctness_nn_functional_normalize_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.0924510Z test_nnc_correctness_nn_functional_normalize_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.0925138Z test_nnc_correctness_nn_functional_normalize_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.0925802Z test_nnc_correctness_nn_functional_normalize_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.0926416Z 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.003s) 2022-11-23T02:20:24.0927250Z 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.003s) 2022-11-23T02:20:24.0927924Z 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.003s) 2022-11-23T02:20:24.0928582Z 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.003s) 2022-11-23T02:20:24.0929237Z 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.003s) 2022-11-23T02:20:24.0929879Z 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.003s) 2022-11-23T02:20:24.0930554Z 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-23T02:20:24.0931200Z 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.005s) 2022-11-23T02:20:24.0931823Z 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.004s) 2022-11-23T02:20:24.0932463Z 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.004s) 2022-11-23T02:20:24.0933082Z 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.004s) 2022-11-23T02:20:24.0933732Z 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.004s) 2022-11-23T02:20:24.0934357Z 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.004s) 2022-11-23T02:20:24.0935011Z 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-23T02:20:24.0935859Z 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.000s) 2022-11-23T02:20:24.0936510Z 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.006s) 2022-11-23T02:20:24.0937136Z 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.000s) 2022-11-23T02:20:24.0937780Z 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.011s) 2022-11-23T02:20:24.0938422Z 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.004s) 2022-11-23T02:20:24.0939070Z 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.004s) 2022-11-23T02:20:24.0939684Z 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.004s) 2022-11-23T02:20:24.0940293Z 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.004s) 2022-11-23T02:20:24.0941122Z 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.004s) 2022-11-23T02:20:24.0941797Z 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.004s) 2022-11-23T02:20:24.0942436Z 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.004s) 2022-11-23T02:20:24.0943078Z 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.004s) 2022-11-23T02:20:24.0943721Z 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.003s) 2022-11-23T02:20:24.0944363Z 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.005s) 2022-11-23T02:20:24.0945027Z 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-23T02:20:24.0945665Z 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.006s) 2022-11-23T02:20:24.0946276Z 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-23T02:20:24.0947077Z 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-23T02:20:24.0947912Z 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.004s) 2022-11-23T02:20:24.0948582Z 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.004s) 2022-11-23T02:20:24.0949445Z 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.004s) 2022-11-23T02:20:24.0950082Z 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.004s) 2022-11-23T02:20:24.0950746Z 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.004s) 2022-11-23T02:20:24.0951412Z 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.004s) 2022-11-23T02:20:24.0952103Z 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.004s) 2022-11-23T02:20:24.0952768Z 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.004s) 2022-11-23T02:20:24.0953414Z 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-23T02:20:24.0954090Z 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.002s) 2022-11-23T02:20:24.0954919Z 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-23T02:20:24.0955555Z 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.000s) 2022-11-23T02:20:24.0956234Z 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-23T02:20:24.0956883Z 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.000s) 2022-11-23T02:20:24.0957543Z 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.006s) 2022-11-23T02:20:24.0958155Z test_nnc_correctness_nn_functional_pdist_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.0958789Z test_nnc_correctness_nn_functional_pdist_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.0959449Z 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.010s) 2022-11-23T02:20:24.0960071Z 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.000s) 2022-11-23T02:20:24.0960725Z 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.000s) 2022-11-23T02:20:24.0961371Z 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.013s) 2022-11-23T02:20:24.0962022Z 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.004s) 2022-11-23T02:20:24.0962881Z 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.004s) 2022-11-23T02:20:24.0963519Z 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.004s) 2022-11-23T02:20:24.0964161Z 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.004s) 2022-11-23T02:20:24.0964815Z 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.004s) 2022-11-23T02:20:24.0965430Z 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.004s) 2022-11-23T02:20:24.0966057Z 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.004s) 2022-11-23T02:20:24.0966706Z 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.004s) 2022-11-23T02:20:24.0967353Z 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.004s) 2022-11-23T02:20:24.0968201Z 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-23T02:20:24.0968878Z 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-23T02:20:24.0969567Z 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.006s) 2022-11-23T02:20:24.0970209Z 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.004s) 2022-11-23T02:20:24.0970843Z 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.004s) 2022-11-23T02:20:24.0971486Z 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.004s) 2022-11-23T02:20:24.0972108Z 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.004s) 2022-11-23T02:20:24.0972769Z 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.004s) 2022-11-23T02:20:24.0973398Z 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.004s) 2022-11-23T02:20:24.0974035Z 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.004s) 2022-11-23T02:20:24.0974668Z 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.004s) 2022-11-23T02:20:24.0975331Z 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.004s) 2022-11-23T02:20:24.0975982Z 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.004s) 2022-11-23T02:20:24.0976849Z 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.004s) 2022-11-23T02:20:24.0977512Z 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.004s) 2022-11-23T02:20:24.0978147Z 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.004s) 2022-11-23T02:20:24.0978788Z 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.004s) 2022-11-23T02:20:24.0979408Z 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.004s) 2022-11-23T02:20:24.0980058Z 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.004s) 2022-11-23T02:20:24.0980700Z 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.004s) 2022-11-23T02:20:24.0981525Z test_nnc_correctness_nn_functional_prelu_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T02:20:24.0982186Z test_nnc_correctness_nn_functional_prelu_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.0982788Z test_nnc_correctness_nn_functional_prelu_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.0983431Z test_nnc_correctness_nn_functional_relu6_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T02:20:24.0984043Z 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-23T02:20:24.0984660Z 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-23T02:20:24.0985274Z 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-23T02:20:24.0985900Z 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-23T02:20:24.0986526Z test_nnc_correctness_nn_functional_relu6_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.0987141Z test_nnc_correctness_nn_functional_relu6_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.0987763Z test_nnc_correctness_nn_functional_relu6_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.0988367Z test_nnc_correctness_nn_functional_relu6_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-11-23T02:20:24.0988987Z test_nnc_correctness_nn_functional_relu_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.0989778Z test_nnc_correctness_nn_functional_relu_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.0990389Z test_nnc_correctness_nn_functional_relu_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.0991014Z test_nnc_correctness_nn_functional_relu_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.0991625Z test_nnc_correctness_nn_functional_relu_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.0992246Z test_nnc_correctness_nn_functional_relu_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.0992871Z test_nnc_correctness_nn_functional_relu_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.0993475Z test_nnc_correctness_nn_functional_relu_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.0994095Z test_nnc_correctness_nn_functional_relu_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.0994888Z 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-23T02:20:24.0995535Z 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-23T02:20:24.0996175Z test_nnc_correctness_nn_functional_rrelu_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.0996803Z test_nnc_correctness_nn_functional_rrelu_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.0997415Z test_nnc_correctness_nn_functional_selu_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.0998035Z test_nnc_correctness_nn_functional_selu_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.0998640Z test_nnc_correctness_nn_functional_selu_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.0999256Z test_nnc_correctness_nn_functional_selu_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.0999866Z test_nnc_correctness_nn_functional_silu_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1000488Z test_nnc_correctness_nn_functional_silu_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.1001104Z 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-23T02:20:24.1001733Z test_nnc_correctness_nn_functional_silu_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.1002333Z 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.000s) 2022-11-23T02:20:24.1003327Z 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.006s) 2022-11-23T02:20:24.1004131Z 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.000s) 2022-11-23T02:20:24.1004773Z 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.000s) 2022-11-23T02:20:24.1005394Z 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.000s) 2022-11-23T02:20:24.1006029Z 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.000s) 2022-11-23T02:20:24.1006669Z 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-23T02:20:24.1007288Z 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-23T02:20:24.1007908Z 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-23T02:20:24.1008738Z 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-23T02:20:24.1009391Z test_nnc_correctness_nn_functional_softmin_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1010052Z 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-23T02:20:24.1010717Z 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-23T02:20:24.1011354Z 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-23T02:20:24.1012023Z 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.002s) 2022-11-23T02:20:24.1012682Z 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.002s) 2022-11-23T02:20:24.1013334Z 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.002s) 2022-11-23T02:20:24.1013964Z 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-23T02:20:24.1014609Z 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.003s) 2022-11-23T02:20:24.1015271Z 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.002s) 2022-11-23T02:20:24.1015929Z 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.002s) 2022-11-23T02:20:24.1016772Z 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.002s) 2022-11-23T02:20:24.1017414Z test_nnc_correctness_nn_functional_softplus_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.1018035Z test_nnc_correctness_nn_functional_softplus_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.1018681Z test_nnc_correctness_nn_functional_softplus_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.1019324Z test_nnc_correctness_nn_functional_softplus_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.008s) 2022-11-23T02:20:24.1019961Z 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-23T02:20:24.1020600Z 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-23T02:20:24.1021324Z 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-23T02:20:24.1022134Z 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-23T02:20:24.1022795Z 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-23T02:20:24.1023441Z test_nnc_correctness_nn_functional_softsign_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.1024067Z test_nnc_correctness_nn_functional_softsign_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.1024717Z test_nnc_correctness_nn_functional_softsign_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1025348Z test_nnc_correctness_nn_functional_softsign_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1025982Z test_nnc_correctness_nn_functional_softsign_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1026608Z test_nnc_correctness_nn_functional_softsign_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.1027229Z test_nnc_correctness_nn_functional_softsign_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.1027865Z test_nnc_correctness_nn_functional_softsign_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.1028468Z test_nnc_correctness_nn_functional_softsign_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T02:20:24.1029095Z test_nnc_correctness_nn_functional_softsign_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1029728Z test_nnc_correctness_nn_functional_softsign_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1030559Z 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-23T02:20:24.1031222Z test_nnc_correctness_nn_functional_tanhshrink_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.1031866Z test_nnc_correctness_nn_functional_tanhshrink_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.1032499Z test_nnc_correctness_nn_functional_tanhshrink_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T02:20:24.1033123Z test_nnc_correctness_nn_functional_tanhshrink_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.1033773Z test_nnc_correctness_nn_functional_tanhshrink_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.1034401Z test_nnc_correctness_nn_functional_tanhshrink_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.1035001Z test_nnc_correctness_nn_functional_tanhshrink_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T02:20:24.1035817Z test_nnc_correctness_nn_functional_tanhshrink_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.1036473Z test_nnc_correctness_nn_functional_tanhshrink_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.1037126Z test_nnc_correctness_nn_functional_tanhshrink_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.1037746Z test_nnc_correctness_nn_functional_threshold_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.1038404Z test_nnc_correctness_nn_functional_threshold_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T02:20:24.1039047Z 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-23T02:20:24.1039669Z 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-23T02:20:24.1040262Z test_nnc_correctness_nn_functional_threshold_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.1040867Z test_nnc_correctness_nn_functional_threshold_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.012s) 2022-11-23T02:20:24.1041486Z test_nnc_correctness_nn_functional_threshold_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.1042109Z test_nnc_correctness_nn_functional_threshold_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1042742Z test_nnc_correctness_nn_functional_threshold_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1043605Z 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-23T02:20:24.1044302Z 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.002s) 2022-11-23T02:20:24.1044969Z 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.003s) 2022-11-23T02:20:24.1045650Z 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-23T02:20:24.1046318Z 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-23T02:20:24.1046970Z 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.002s) 2022-11-23T02:20:24.1047628Z 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.003s) 2022-11-23T02:20:24.1048269Z 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-23T02:20:24.1049129Z 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-23T02:20:24.1049812Z 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-23T02:20:24.1050488Z 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.002s) 2022-11-23T02:20:24.1051208Z 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.002s) 2022-11-23T02:20:24.1051924Z 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.002s) 2022-11-23T02:20:24.1052633Z 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-23T02:20:24.1053314Z 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.000s) 2022-11-23T02:20:24.1054008Z 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.000s) 2022-11-23T02:20:24.1054738Z 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.006s) 2022-11-23T02:20:24.1055430Z 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.000s) 2022-11-23T02:20:24.1056125Z 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-23T02:20:24.1056820Z 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-23T02:20:24.1058777Z 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.010s) 2022-11-23T02:20:24.1059467Z 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.003s) 2022-11-23T02:20:24.1060123Z test_nnc_correctness_nn_functional_unfold_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.1060761Z test_nnc_correctness_nn_functional_unfold_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1061415Z test_nnc_correctness_nn_functional_unfold_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1062049Z test_nnc_correctness_nn_functional_unfold_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1062643Z test_nnc_correctness_nn_functional_unfold_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.1063456Z 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-23T02:20:24.1064132Z 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-23T02:20:24.1064813Z 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.003s) 2022-11-23T02:20:24.1065481Z 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.000s) 2022-11-23T02:20:24.1066150Z 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.000s) 2022-11-23T02:20:24.1066825Z 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.000s) 2022-11-23T02:20:24.1067462Z 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.011s) 2022-11-23T02:20:24.1068128Z 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.005s) 2022-11-23T02:20:24.1068715Z test_nnc_correctness_nonzero_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T02:20:24.1069301Z test_nnc_correctness_nonzero_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T02:20:24.1069931Z test_nnc_correctness_nonzero_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T02:20:24.1070537Z test_nnc_correctness_nonzero_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T02:20:24.1071117Z test_nnc_correctness_nonzero_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T02:20:24.1071908Z test_nnc_correctness_nonzero_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T02:20:24.1072503Z test_nnc_correctness_nonzero_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T02:20:24.1073094Z test_nnc_correctness_nonzero_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.1073663Z test_nnc_correctness_nonzero_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1074244Z test_nnc_correctness_nonzero_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1074802Z test_nnc_correctness_nonzero_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.1075387Z 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-23T02:20:24.1075952Z test_nnc_correctness_nonzero_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.1076517Z test_nnc_correctness_norm_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T02:20:24.1077285Z 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-23T02:20:24.1077911Z 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-23T02:20:24.1078496Z test_nnc_correctness_norm_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.1079057Z test_nnc_correctness_norm_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-11-23T02:20:24.1079632Z test_nnc_correctness_norm_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1080190Z test_nnc_correctness_norm_fro_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.1080789Z test_nnc_correctness_norm_fro_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.1081408Z test_nnc_correctness_norm_fro_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1081999Z test_nnc_correctness_norm_fro_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1082551Z test_nnc_correctness_norm_fro_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.1083118Z test_nnc_correctness_norm_fro_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.1083725Z test_nnc_correctness_norm_inf_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1084333Z 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-23T02:20:24.1085165Z test_nnc_correctness_norm_inf_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.1085739Z 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-23T02:20:24.1086325Z 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-23T02:20:24.1086911Z 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-23T02:20:24.1087504Z 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-23T02:20:24.1088131Z 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-23T02:20:24.1088720Z 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-23T02:20:24.1089300Z test_nnc_correctness_norm_nuc_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.1089898Z test_nnc_correctness_normal_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.1090679Z test_nnc_correctness_normal_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.1091253Z test_nnc_correctness_normal_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.1091832Z test_nnc_correctness_normal_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T02:20:24.1092457Z test_nnc_correctness_normal_number_mean_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.1093064Z test_nnc_correctness_normal_number_mean_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.1093688Z test_nnc_correctness_normal_number_mean_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.1094292Z test_nnc_correctness_normal_number_mean_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T02:20:24.1094885Z test_nnc_correctness_ones_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.1095480Z test_nnc_correctness_ones_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.1096061Z test_nnc_correctness_ones_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.1096644Z test_nnc_correctness_ones_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T02:20:24.1097238Z test_nnc_correctness_ones_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.1097809Z 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-23T02:20:24.1098377Z test_nnc_correctness_ones_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1099171Z 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-23T02:20:24.1099732Z test_nnc_correctness_ones_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.1100288Z test_nnc_correctness_ones_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1100872Z test_nnc_correctness_ones_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1101442Z test_nnc_correctness_ones_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.1101999Z 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-23T02:20:24.1102586Z test_nnc_correctness_ones_like_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1103181Z 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-23T02:20:24.1103952Z test_nnc_correctness_ones_like_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1104715Z 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-23T02:20:24.1105406Z 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-23T02:20:24.1106030Z 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-23T02:20:24.1106430Z test_nnc_correctness_ones_like_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T02:20:24.1106732Z test_nnc_correctness_ones_like_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.1107037Z 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-23T02:20:24.1107335Z test_nnc_correctness_ones_like_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.1107635Z test_nnc_correctness_ones_like_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T02:20:24.1107929Z test_nnc_correctness_ones_like_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.1108213Z test_nnc_correctness_ones_like_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.1108519Z test_nnc_correctness_ormqr_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.1108817Z test_nnc_correctness_ormqr_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.1109113Z test_nnc_correctness_ormqr_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-11-23T02:20:24.1109629Z test_nnc_correctness_ormqr_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1109935Z 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-23T02:20:24.1110230Z 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-23T02:20:24.1110537Z 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-23T02:20:24.1110834Z 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-23T02:20:24.1111249Z 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-23T02:20:24.1111589Z test_nnc_correctness_outer_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.1111878Z test_nnc_correctness_outer_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1112314Z 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-23T02:20:24.1112937Z 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-23T02:20:24.1113416Z test_nnc_correctness_outer_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1113720Z 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-23T02:20:24.1114003Z 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-23T02:20:24.1114308Z test_nnc_correctness_pca_lowrank_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.1114616Z test_nnc_correctness_pca_lowrank_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1114919Z 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-23T02:20:24.1115215Z test_nnc_correctness_permute_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.1115525Z test_nnc_correctness_permute_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.1115832Z test_nnc_correctness_permute_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.1116133Z test_nnc_correctness_permute_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.1116434Z test_nnc_correctness_permute_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.1116733Z test_nnc_correctness_permute_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.1117139Z test_nnc_correctness_permute_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T02:20:24.1117433Z test_nnc_correctness_permute_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.1117729Z test_nnc_correctness_permute_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.1118027Z test_nnc_correctness_permute_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.1118323Z test_nnc_correctness_permute_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T02:20:24.1118766Z test_nnc_correctness_permute_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1119083Z 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-23T02:20:24.1119523Z test_nnc_correctness_pinverse_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1120007Z test_nnc_correctness_pinverse_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.1120829Z 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-23T02:20:24.1121232Z 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-23T02:20:24.1121529Z 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-23T02:20:24.1121858Z 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.002s) 2022-11-23T02:20:24.1122182Z 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.002s) 2022-11-23T02:20:24.1122510Z 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.002s) 2022-11-23T02:20:24.1122832Z 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.002s) 2022-11-23T02:20:24.1123148Z 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.003s) 2022-11-23T02:20:24.1123472Z 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.003s) 2022-11-23T02:20:24.1123787Z 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.003s) 2022-11-23T02:20:24.1124101Z 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.002s) 2022-11-23T02:20:24.1124411Z 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.003s) 2022-11-23T02:20:24.1124726Z 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-23T02:20:24.1125313Z 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.003s) 2022-11-23T02:20:24.1125642Z 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.000s) 2022-11-23T02:20:24.1125961Z 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.006s) 2022-11-23T02:20:24.1126647Z 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.000s) 2022-11-23T02:20:24.1126962Z 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.000s) 2022-11-23T02:20:24.1127279Z 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.010s) 2022-11-23T02:20:24.1127589Z 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.000s) 2022-11-23T02:20:24.1127896Z 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.000s) 2022-11-23T02:20:24.1128299Z 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.010s) 2022-11-23T02:20:24.1128633Z 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-23T02:20:24.1128954Z 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-23T02:20:24.1129273Z 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.002s) 2022-11-23T02:20:24.1129586Z 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.002s) 2022-11-23T02:20:24.1129904Z 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.003s) 2022-11-23T02:20:24.1130213Z 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-23T02:20:24.1130521Z 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.002s) 2022-11-23T02:20:24.1130831Z 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.003s) 2022-11-23T02:20:24.1131152Z 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.002s) 2022-11-23T02:20:24.1131472Z 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.002s) 2022-11-23T02:20:24.1131952Z 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.003s) 2022-11-23T02:20:24.1132279Z 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.003s) 2022-11-23T02:20:24.1132687Z 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.002s) 2022-11-23T02:20:24.1133305Z 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.002s) 2022-11-23T02:20:24.1133625Z 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.002s) 2022-11-23T02:20:24.1133938Z 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.002s) 2022-11-23T02:20:24.1134244Z 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.002s) 2022-11-23T02:20:24.1134563Z 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-23T02:20:24.1134878Z 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-23T02:20:24.1135198Z 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-23T02:20:24.1135590Z 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.000s) 2022-11-23T02:20:24.1135917Z 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.000s) 2022-11-23T02:20:24.1136234Z 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.006s) 2022-11-23T02:20:24.1136542Z 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.000s) 2022-11-23T02:20:24.1136850Z 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.000s) 2022-11-23T02:20:24.1137158Z 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.000s) 2022-11-23T02:20:24.1137465Z test_nnc_correctness_positive_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-11-23T02:20:24.1137775Z test_nnc_correctness_positive_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1138081Z test_nnc_correctness_positive_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.1138551Z test_nnc_correctness_positive_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1138869Z test_nnc_correctness_positive_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.1139168Z test_nnc_correctness_positive_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1139662Z test_nnc_correctness_positive_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1140200Z test_nnc_correctness_positive_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1140501Z test_nnc_correctness_positive_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1140798Z 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-23T02:20:24.1141096Z test_nnc_correctness_positive_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1141393Z test_nnc_correctness_positive_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1141687Z 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-23T02:20:24.1141984Z 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-23T02:20:24.1142282Z test_nnc_correctness_pow_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1142579Z test_nnc_correctness_pow_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1142944Z 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-23T02:20:24.1143246Z test_nnc_correctness_pow_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1143529Z 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-23T02:20:24.1143816Z test_nnc_correctness_pow_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.1144107Z 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-23T02:20:24.1144392Z test_nnc_correctness_pow_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.1144678Z test_nnc_correctness_pow_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T02:20:24.1144968Z test_nnc_correctness_pow_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.1145440Z test_nnc_correctness_prod_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.1145735Z test_nnc_correctness_prod_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.1146040Z test_nnc_correctness_prod_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.1146665Z test_nnc_correctness_prod_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.012s) 2022-11-23T02:20:24.1146978Z test_nnc_correctness_prod_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1147273Z test_nnc_correctness_prod_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1147667Z test_nnc_correctness_prod_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.1147953Z test_nnc_correctness_prod_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T02:20:24.1148243Z test_nnc_correctness_prod_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1148526Z 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-23T02:20:24.1148816Z 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-23T02:20:24.1149104Z test_nnc_correctness_prod_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1149387Z 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-23T02:20:24.1149680Z test_nnc_correctness_put_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1149969Z test_nnc_correctness_put_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.1150335Z 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-23T02:20:24.1150652Z test_nnc_correctness_put_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.1150947Z test_nnc_correctness_put_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T02:20:24.1151242Z 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-23T02:20:24.1151532Z test_nnc_correctness_put_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.1151980Z test_nnc_correctness_put_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.1152280Z test_nnc_correctness_put_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T02:20:24.1152564Z test_nnc_correctness_put_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.1153199Z test_nnc_correctness_put_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.1153506Z test_nnc_correctness_put_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.1153879Z test_nnc_correctness_qr_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.1154178Z test_nnc_correctness_qr_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.012s) 2022-11-23T02:20:24.1154466Z 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-23T02:20:24.1154744Z test_nnc_correctness_qr_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1155139Z test_nnc_correctness_quantile_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.1155440Z 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-23T02:20:24.1155743Z test_nnc_correctness_rad2deg_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1156038Z 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-23T02:20:24.1156335Z test_nnc_correctness_rad2deg_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.1156638Z test_nnc_correctness_rad2deg_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.1156929Z test_nnc_correctness_rad2deg_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.1157225Z test_nnc_correctness_rad2deg_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1157584Z test_nnc_correctness_rad2deg_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1157887Z test_nnc_correctness_rad2deg_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.1158178Z test_nnc_correctness_rad2deg_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1158632Z test_nnc_correctness_rad2deg_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1158942Z test_nnc_correctness_rand_like_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1159249Z test_nnc_correctness_rand_like_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1159867Z 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-23T02:20:24.1160188Z test_nnc_correctness_rand_like_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.1160489Z test_nnc_correctness_rand_like_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.1160787Z test_nnc_correctness_rand_like_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.1161086Z test_nnc_correctness_rand_like_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T02:20:24.1161388Z test_nnc_correctness_randint_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.1161670Z test_nnc_correctness_randint_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.1161957Z test_nnc_correctness_randint_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.1162349Z test_nnc_correctness_randint_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T02:20:24.1162643Z 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-23T02:20:24.1162927Z 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-23T02:20:24.1163227Z test_nnc_correctness_randint_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1163520Z 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-23T02:20:24.1163809Z 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-23T02:20:24.1164120Z test_nnc_correctness_randint_like_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1164425Z 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-23T02:20:24.1164729Z 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-23T02:20:24.1165262Z test_nnc_correctness_randint_like_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.1165593Z test_nnc_correctness_randint_like_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.1165899Z test_nnc_correctness_randint_like_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.1166556Z test_nnc_correctness_randint_like_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.1166870Z test_nnc_correctness_randint_like_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1167175Z test_nnc_correctness_randint_like_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.1167473Z test_nnc_correctness_randn_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1167774Z test_nnc_correctness_randn_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1168076Z test_nnc_correctness_randn_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.1168374Z test_nnc_correctness_randn_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.1168668Z test_nnc_correctness_randn_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.1168958Z test_nnc_correctness_randn_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T02:20:24.1169251Z test_nnc_correctness_randn_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.1169654Z test_nnc_correctness_randn_like_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.1169963Z test_nnc_correctness_randn_like_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.1170267Z test_nnc_correctness_randn_like_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T02:20:24.1170577Z test_nnc_correctness_randn_like_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.1170881Z test_nnc_correctness_randn_like_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.1171181Z test_nnc_correctness_randn_like_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.1171478Z test_nnc_correctness_randn_like_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.1171922Z test_nnc_correctness_ravel_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T02:20:24.1172222Z test_nnc_correctness_ravel_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.1172598Z test_nnc_correctness_ravel_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.1173252Z test_nnc_correctness_ravel_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.1173575Z test_nnc_correctness_ravel_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T02:20:24.1173869Z test_nnc_correctness_ravel_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.1174155Z test_nnc_correctness_ravel_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.1174457Z test_nnc_correctness_ravel_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.1174747Z test_nnc_correctness_ravel_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.1175038Z test_nnc_correctness_ravel_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-11-23T02:20:24.1175326Z 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-23T02:20:24.1175616Z test_nnc_correctness_ravel_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.1175900Z 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-23T02:20:24.1176193Z test_nnc_correctness_real_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1176482Z test_nnc_correctness_real_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1176782Z test_nnc_correctness_real_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.1177174Z test_nnc_correctness_real_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T02:20:24.1177456Z test_nnc_correctness_real_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.1177750Z test_nnc_correctness_real_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1178044Z test_nnc_correctness_real_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1178325Z test_nnc_correctness_real_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1178783Z test_nnc_correctness_real_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.1179067Z test_nnc_correctness_real_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1179357Z test_nnc_correctness_real_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1179957Z test_nnc_correctness_real_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.1180331Z test_nnc_correctness_real_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1180655Z test_nnc_correctness_reciprocal_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.1180961Z test_nnc_correctness_reciprocal_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.1181275Z 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-23T02:20:24.1181585Z test_nnc_correctness_reciprocal_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.1181900Z test_nnc_correctness_reciprocal_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T02:20:24.1182205Z test_nnc_correctness_reciprocal_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.1182504Z test_nnc_correctness_reciprocal_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.1182809Z test_nnc_correctness_reciprocal_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.1183109Z test_nnc_correctness_reciprocal_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.1183397Z test_nnc_correctness_reciprocal_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.012s) 2022-11-23T02:20:24.1183697Z test_nnc_correctness_reciprocal_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1183998Z test_nnc_correctness_reciprocal_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1184326Z test_nnc_correctness_remainder_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-11-23T02:20:24.1184632Z test_nnc_correctness_remainder_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1184934Z test_nnc_correctness_remainder_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1185405Z test_nnc_correctness_remainder_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T02:20:24.1185709Z 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-23T02:20:24.1185998Z 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-23T02:20:24.1186597Z test_nnc_correctness_remainder_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1186907Z test_nnc_correctness_remainder_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1187207Z 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-23T02:20:24.1187584Z test_nnc_correctness_renorm_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1187902Z test_nnc_correctness_renorm_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1188203Z test_nnc_correctness_renorm_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1188505Z test_nnc_correctness_renorm_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.1188805Z test_nnc_correctness_renorm_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1189103Z test_nnc_correctness_renorm_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1189404Z 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-23T02:20:24.1189698Z 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-23T02:20:24.1190002Z test_nnc_correctness_repeat_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.1190302Z test_nnc_correctness_repeat_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T02:20:24.1190599Z 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-23T02:20:24.1190895Z 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-23T02:20:24.1191180Z test_nnc_correctness_repeat_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.1191474Z test_nnc_correctness_repeat_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T02:20:24.1191993Z test_nnc_correctness_repeat_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.1192283Z test_nnc_correctness_repeat_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.1192560Z test_nnc_correctness_repeat_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.1193196Z test_nnc_correctness_repeat_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T02:20:24.1193533Z test_nnc_correctness_repeat_interleave_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.1193852Z test_nnc_correctness_repeat_interleave_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.1194175Z test_nnc_correctness_repeat_interleave_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.1194495Z test_nnc_correctness_repeat_interleave_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.1194897Z test_nnc_correctness_repeat_interleave_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.012s) 2022-11-23T02:20:24.1195231Z test_nnc_correctness_repeat_interleave_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1195536Z test_nnc_correctness_repeat_interleave_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1195855Z test_nnc_correctness_repeat_interleave_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.1196167Z test_nnc_correctness_repeat_interleave_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.1196482Z test_nnc_correctness_repeat_interleave_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1196792Z test_nnc_correctness_repeat_interleave_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1197105Z test_nnc_correctness_repeat_interleave_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.1197418Z 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-23T02:20:24.1197722Z 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-23T02:20:24.1198022Z test_nnc_correctness_reshape_as_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1198476Z 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-23T02:20:24.1198820Z 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-23T02:20:24.1199127Z test_nnc_correctness_reshape_as_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1200233Z test_nnc_correctness_reshape_as_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1200540Z 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-23T02:20:24.1200850Z test_nnc_correctness_reshape_as_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1201151Z test_nnc_correctness_reshape_as_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1201440Z 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-23T02:20:24.1201742Z test_nnc_correctness_reshape_as_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.1202040Z test_nnc_correctness_reshape_as_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.1202335Z test_nnc_correctness_reshape_as_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T02:20:24.1202725Z test_nnc_correctness_reshape_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.1203038Z test_nnc_correctness_reshape_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.1203342Z test_nnc_correctness_reshape_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.1203652Z test_nnc_correctness_reshape_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T02:20:24.1203954Z test_nnc_correctness_reshape_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T02:20:24.1204253Z 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-23T02:20:24.1204557Z 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-23T02:20:24.1204854Z 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-23T02:20:24.1205335Z 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-23T02:20:24.1205637Z 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-23T02:20:24.1205932Z 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-23T02:20:24.1206612Z 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-23T02:20:24.1206917Z 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-23T02:20:24.1207217Z test_nnc_correctness_resize__cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.1207611Z test_nnc_correctness_resize__cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.1207915Z test_nnc_correctness_resize__cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.1208215Z test_nnc_correctness_resize__cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1208519Z 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-23T02:20:24.1208816Z test_nnc_correctness_resize__cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.1209116Z test_nnc_correctness_resize__cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.1209407Z test_nnc_correctness_resize__cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T02:20:24.1209699Z test_nnc_correctness_resize__cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.1210061Z 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-23T02:20:24.1210352Z 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-23T02:20:24.1210642Z test_nnc_correctness_resize__cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-11-23T02:20:24.1210949Z test_nnc_correctness_resize_as__cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.1211242Z test_nnc_correctness_resize_as__cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.1211549Z test_nnc_correctness_resize_as__cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.1212032Z test_nnc_correctness_resize_as__cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.1212344Z test_nnc_correctness_resize_as__cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.1212647Z test_nnc_correctness_resize_as__cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.1213291Z test_nnc_correctness_resize_as__cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.1213602Z test_nnc_correctness_resize_as__cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.1213898Z test_nnc_correctness_resize_as__cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.1214198Z test_nnc_correctness_resize_as__cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.1214491Z test_nnc_correctness_resize_as__cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.1214882Z test_nnc_correctness_resize_as__cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.1215191Z test_nnc_correctness_resolve_conj_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.1215489Z 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-23T02:20:24.1215803Z test_nnc_correctness_resolve_conj_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.1216113Z 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-23T02:20:24.1216415Z test_nnc_correctness_resolve_conj_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T02:20:24.1216718Z 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-23T02:20:24.1217013Z test_nnc_correctness_resolve_conj_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.1217314Z test_nnc_correctness_resolve_conj_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.1217677Z test_nnc_correctness_resolve_conj_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T02:20:24.1217985Z test_nnc_correctness_resolve_conj_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1218286Z 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-23T02:20:24.1218744Z test_nnc_correctness_resolve_conj_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1219051Z test_nnc_correctness_resolve_neg_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1219358Z test_nnc_correctness_resolve_neg_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1220012Z test_nnc_correctness_resolve_neg_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T02:20:24.1220329Z 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-23T02:20:24.1220642Z 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-23T02:20:24.1220945Z test_nnc_correctness_resolve_neg_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1221290Z test_nnc_correctness_resolve_neg_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1221593Z test_nnc_correctness_resolve_neg_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1221893Z test_nnc_correctness_resolve_neg_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1222292Z 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-23T02:20:24.1222593Z test_nnc_correctness_resolve_neg_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1222890Z test_nnc_correctness_resolve_neg_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.1223187Z test_nnc_correctness_resolve_neg_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T02:20:24.1223485Z 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-23T02:20:24.1223775Z test_nnc_correctness_roll_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.1224077Z test_nnc_correctness_roll_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.1224374Z test_nnc_correctness_roll_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T02:20:24.1224671Z 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-23T02:20:24.1225246Z test_nnc_correctness_roll_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.1225578Z 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-23T02:20:24.1225864Z 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-23T02:20:24.1226481Z test_nnc_correctness_roll_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T02:20:24.1226793Z 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-23T02:20:24.1227087Z test_nnc_correctness_roll_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.1227374Z test_nnc_correctness_roll_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.1227640Z test_nnc_correctness_roll_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T02:20:24.1227939Z test_nnc_correctness_rot90_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.1228219Z test_nnc_correctness_rot90_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.1228517Z test_nnc_correctness_rot90_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.1228818Z test_nnc_correctness_rot90_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.1229113Z test_nnc_correctness_rot90_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T02:20:24.1229410Z test_nnc_correctness_rot90_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.1229809Z test_nnc_correctness_rot90_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.1230102Z test_nnc_correctness_rot90_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.1230383Z test_nnc_correctness_rot90_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T02:20:24.1230665Z test_nnc_correctness_rot90_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1230956Z 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-23T02:20:24.1231248Z 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-23T02:20:24.1231480Z test_nnc_correctness_round_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-11-23T02:20:24.1231952Z test_nnc_correctness_round_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1232257Z test_nnc_correctness_round_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1232616Z test_nnc_correctness_round_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.1233087Z test_nnc_correctness_round_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.1233586Z 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-23T02:20:24.1233873Z test_nnc_correctness_round_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1234163Z test_nnc_correctness_round_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1234456Z test_nnc_correctness_round_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.1234771Z test_nnc_correctness_round_decimals_0_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.1235080Z test_nnc_correctness_round_decimals_0_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.1235394Z test_nnc_correctness_round_decimals_0_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1235705Z test_nnc_correctness_round_decimals_0_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1236017Z 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-23T02:20:24.1236322Z 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-23T02:20:24.1236629Z 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-23T02:20:24.1237041Z test_nnc_correctness_round_decimals_3_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T02:20:24.1237359Z 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-23T02:20:24.1237676Z 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-23T02:20:24.1237991Z 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-23T02:20:24.1238295Z 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-23T02:20:24.1238704Z 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-23T02:20:24.1239022Z 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-23T02:20:24.1239321Z 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-23T02:20:24.1239768Z test_nnc_correctness_rsqrt_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T02:20:24.1240984Z test_nnc_correctness_rsqrt_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.1241351Z test_nnc_correctness_rsqrt_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.1241653Z test_nnc_correctness_rsqrt_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.1241940Z test_nnc_correctness_rsqrt_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.1242233Z test_nnc_correctness_rsqrt_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1242517Z test_nnc_correctness_rsqrt_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1242792Z test_nnc_correctness_rsqrt_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1243084Z 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-23T02:20:24.1243380Z 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-23T02:20:24.1243656Z 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-23T02:20:24.1243951Z test_nnc_correctness_rsub_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.1244247Z test_nnc_correctness_rsub_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.1244542Z test_nnc_correctness_rsub_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.1244828Z 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-23T02:20:24.1245388Z test_nnc_correctness_rsub_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.1245759Z test_nnc_correctness_rsub_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.1246040Z 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-23T02:20:24.1246481Z test_nnc_correctness_rsub_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.1246994Z 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-23T02:20:24.1247471Z test_nnc_correctness_rsub_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1247786Z test_nnc_correctness_scalar_tensor_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.1248092Z test_nnc_correctness_scalar_tensor_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.1248500Z 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-23T02:20:24.1248831Z 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-23T02:20:24.1249143Z test_nnc_correctness_scalar_tensor_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T02:20:24.1249457Z test_nnc_correctness_scalar_tensor_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.1249765Z test_nnc_correctness_scalar_tensor_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.1250071Z test_nnc_correctness_scalar_tensor_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.1250376Z test_nnc_correctness_scalar_tensor_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.1250679Z test_nnc_correctness_scalar_tensor_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-11-23T02:20:24.1250976Z test_nnc_correctness_scalar_tensor_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.1251279Z test_nnc_correctness_scalar_tensor_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1251585Z test_nnc_correctness_scalar_tensor_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1251893Z 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-23T02:20:24.1252192Z test_nnc_correctness_scatter_add_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1252659Z test_nnc_correctness_scatter_add_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1253066Z 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-23T02:20:24.1253368Z test_nnc_correctness_scatter_add_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1254015Z test_nnc_correctness_scatter_add_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1254328Z 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-23T02:20:24.1254630Z 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-23T02:20:24.1254936Z test_nnc_correctness_scatter_add_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1255230Z 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-23T02:20:24.1255527Z test_nnc_correctness_scatter_add_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.1255908Z test_nnc_correctness_scatter_add_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1256225Z test_nnc_correctness_scatter_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T02:20:24.1256520Z test_nnc_correctness_scatter_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1256829Z test_nnc_correctness_scatter_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.1257129Z 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-23T02:20:24.1257432Z test_nnc_correctness_scatter_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.1257733Z test_nnc_correctness_scatter_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T02:20:24.1258028Z test_nnc_correctness_scatter_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.1258324Z test_nnc_correctness_scatter_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.1258618Z test_nnc_correctness_scatter_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.1258912Z test_nnc_correctness_scatter_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T02:20:24.1259397Z test_nnc_correctness_scatter_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.1259697Z test_nnc_correctness_scatter_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.1260018Z test_nnc_correctness_scatter_reduce_amax_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.1260703Z test_nnc_correctness_scatter_reduce_amax_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T02:20:24.1261001Z test_nnc_correctness_scatter_reduce_amax_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.1261301Z test_nnc_correctness_scatter_reduce_amax_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.1261620Z test_nnc_correctness_scatter_reduce_amax_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.1261925Z 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-23T02:20:24.1262227Z test_nnc_correctness_scatter_reduce_amax_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T02:20:24.1262538Z test_nnc_correctness_scatter_reduce_amax_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.1262849Z test_nnc_correctness_scatter_reduce_amax_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.1263247Z test_nnc_correctness_scatter_reduce_amin_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.1263575Z test_nnc_correctness_scatter_reduce_amin_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-11-23T02:20:24.1263889Z 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-23T02:20:24.1264189Z test_nnc_correctness_scatter_reduce_amin_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.1264494Z 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-23T02:20:24.1264797Z 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-23T02:20:24.1265096Z test_nnc_correctness_scatter_reduce_amin_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.1265406Z test_nnc_correctness_scatter_reduce_amin_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1265714Z 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-23T02:20:24.1266194Z test_nnc_correctness_scatter_reduce_mean_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1266516Z 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-23T02:20:24.1266817Z test_nnc_correctness_scatter_reduce_mean_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1267427Z test_nnc_correctness_scatter_reduce_mean_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1267843Z 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-23T02:20:24.1268154Z 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-23T02:20:24.1268457Z test_nnc_correctness_scatter_reduce_mean_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1268769Z test_nnc_correctness_scatter_reduce_mean_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1269079Z test_nnc_correctness_scatter_reduce_mean_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.1269398Z test_nnc_correctness_scatter_reduce_prod_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1269716Z test_nnc_correctness_scatter_reduce_prod_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.1270023Z test_nnc_correctness_scatter_reduce_prod_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1270390Z test_nnc_correctness_scatter_reduce_prod_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1270713Z test_nnc_correctness_scatter_reduce_prod_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1271015Z test_nnc_correctness_scatter_reduce_prod_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.1271314Z 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-23T02:20:24.1271621Z test_nnc_correctness_scatter_reduce_prod_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.1271935Z test_nnc_correctness_scatter_reduce_prod_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.1272247Z test_nnc_correctness_scatter_reduce_sum_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T02:20:24.1272557Z test_nnc_correctness_scatter_reduce_sum_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1273067Z test_nnc_correctness_scatter_reduce_sum_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.1297250Z test_nnc_correctness_scatter_reduce_sum_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1297891Z test_nnc_correctness_scatter_reduce_sum_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1298467Z test_nnc_correctness_scatter_reduce_sum_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.1299077Z test_nnc_correctness_scatter_reduce_sum_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1299929Z test_nnc_correctness_scatter_reduce_sum_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.1300534Z test_nnc_correctness_scatter_reduce_sum_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1301138Z test_nnc_correctness_scatter_reduce_sum_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1301762Z test_nnc_correctness_searchsorted_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.1302362Z test_nnc_correctness_searchsorted_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1303124Z test_nnc_correctness_searchsorted_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.1303875Z test_nnc_correctness_searchsorted_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1304545Z test_nnc_correctness_searchsorted_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.1305321Z test_nnc_correctness_searchsorted_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1305953Z test_nnc_correctness_searchsorted_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.1306568Z test_nnc_correctness_searchsorted_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.1307200Z test_nnc_correctness_segment_reduce_lengths_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.1307800Z 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-23T02:20:24.1308450Z test_nnc_correctness_segment_reduce_lengths_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.1309076Z 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-23T02:20:24.1309838Z test_nnc_correctness_segment_reduce_offsets_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T02:20:24.1310600Z 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-23T02:20:24.1311320Z test_nnc_correctness_segment_reduce_offsets_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.1311954Z test_nnc_correctness_segment_reduce_offsets_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.1312559Z test_nnc_correctness_select_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.1313136Z test_nnc_correctness_select_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.012s) 2022-11-23T02:20:24.1313713Z test_nnc_correctness_select_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1314482Z test_nnc_correctness_select_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1315063Z test_nnc_correctness_select_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.1315635Z 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-23T02:20:24.1316363Z test_nnc_correctness_select_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1316944Z test_nnc_correctness_select_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1317695Z 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-23T02:20:24.1318287Z test_nnc_correctness_select_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1318852Z 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-23T02:20:24.1319622Z test_nnc_correctness_select_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.1320236Z 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-23T02:20:24.1320839Z test_nnc_correctness_select_scatter_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1321503Z test_nnc_correctness_select_scatter_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1322108Z test_nnc_correctness_select_scatter_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.1322711Z test_nnc_correctness_select_scatter_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1323475Z test_nnc_correctness_select_scatter_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T02:20:24.1324187Z test_nnc_correctness_select_scatter_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1324926Z test_nnc_correctness_select_scatter_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.1325535Z 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-23T02:20:24.1326121Z test_nnc_correctness_select_scatter_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.1326746Z test_nnc_correctness_select_scatter_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T02:20:24.1327325Z 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-23T02:20:24.1327882Z test_nnc_correctness_sgn_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1328684Z 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-23T02:20:24.1329288Z 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-23T02:20:24.1329991Z test_nnc_correctness_sgn_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1330594Z test_nnc_correctness_sgn_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1331401Z 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-23T02:20:24.1331965Z 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-23T02:20:24.1332542Z 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-23T02:20:24.1333103Z 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-23T02:20:24.1333650Z 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-23T02:20:24.1334389Z test_nnc_correctness_sgn_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1335003Z test_nnc_correctness_sgn_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.1335592Z test_nnc_correctness_short_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.1336176Z test_nnc_correctness_short_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1336910Z test_nnc_correctness_short_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1337602Z test_nnc_correctness_short_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1338290Z test_nnc_correctness_short_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.1338866Z test_nnc_correctness_short_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.1339444Z test_nnc_correctness_short_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.1340048Z test_nnc_correctness_short_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T02:20:24.1340621Z test_nnc_correctness_short_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.1341192Z test_nnc_correctness_short_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.1341773Z test_nnc_correctness_short_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T02:20:24.1342336Z test_nnc_correctness_short_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.1343164Z test_nnc_correctness_sigmoid_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.1343857Z test_nnc_correctness_sigmoid_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.1344557Z test_nnc_correctness_sigmoid_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.1345293Z test_nnc_correctness_sigmoid_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-11-23T02:20:24.1345894Z test_nnc_correctness_sigmoid_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1346490Z test_nnc_correctness_sigmoid_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.1347055Z 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-23T02:20:24.1347637Z test_nnc_correctness_sigmoid_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1348414Z test_nnc_correctness_sigmoid_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1349007Z test_nnc_correctness_sigmoid_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.1349586Z test_nnc_correctness_sigmoid_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1350298Z test_nnc_correctness_sigmoid_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1350988Z test_nnc_correctness_sigmoid_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.1351650Z test_nnc_correctness_sign_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.1352234Z test_nnc_correctness_sign_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1352814Z test_nnc_correctness_sign_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1353400Z 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-23T02:20:24.1353955Z 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-23T02:20:24.1354528Z test_nnc_correctness_sign_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1355082Z test_nnc_correctness_sign_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1355630Z 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-23T02:20:24.1356196Z test_nnc_correctness_sign_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.1357115Z test_nnc_correctness_sign_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.1357906Z test_nnc_correctness_signal_windows_cosine_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T02:20:24.1358506Z test_nnc_correctness_signal_windows_cosine_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.1359128Z test_nnc_correctness_signal_windows_cosine_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.1359749Z test_nnc_correctness_signal_windows_cosine_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.1360418Z test_nnc_correctness_signal_windows_exponential_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T02:20:24.1361068Z test_nnc_correctness_signal_windows_exponential_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.1361707Z test_nnc_correctness_signal_windows_exponential_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.1362527Z test_nnc_correctness_signal_windows_exponential_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.1363323Z test_nnc_correctness_signal_windows_gaussian_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.1364087Z test_nnc_correctness_signal_windows_gaussian_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T02:20:24.1364803Z test_nnc_correctness_signal_windows_gaussian_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.1365425Z test_nnc_correctness_signal_windows_gaussian_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.1366090Z test_nnc_correctness_signal_windows_kaiser_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.1366714Z test_nnc_correctness_signal_windows_kaiser_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T02:20:24.1367286Z 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-23T02:20:24.1367927Z test_nnc_correctness_signal_windows_kaiser_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.1368520Z 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-23T02:20:24.1369080Z test_nnc_correctness_signbit_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.1369826Z test_nnc_correctness_signbit_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-11-23T02:20:24.1370519Z test_nnc_correctness_signbit_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1371419Z test_nnc_correctness_signbit_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.1371989Z test_nnc_correctness_signbit_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.1372566Z test_nnc_correctness_signbit_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1373156Z test_nnc_correctness_signbit_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1373718Z test_nnc_correctness_signbit_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.1374307Z test_nnc_correctness_signbit_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1374910Z test_nnc_correctness_sin_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1375468Z 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-23T02:20:24.1376049Z 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-23T02:20:24.1377059Z 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-23T02:20:24.1377754Z test_nnc_correctness_sin_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.1378273Z 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-23T02:20:24.1378851Z test_nnc_correctness_sin_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1379422Z test_nnc_correctness_sin_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1379981Z 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-23T02:20:24.1380556Z 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-23T02:20:24.1381094Z test_nnc_correctness_sin_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.1381673Z test_nnc_correctness_sin_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T02:20:24.1382256Z test_nnc_correctness_sin_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.1382951Z test_nnc_correctness_sinc_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T02:20:24.1383632Z test_nnc_correctness_sinc_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.1384315Z test_nnc_correctness_sinc_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.1384849Z test_nnc_correctness_sinc_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T02:20:24.1386198Z test_nnc_correctness_sinc_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.1386709Z test_nnc_correctness_sinc_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T02:20:24.1387208Z test_nnc_correctness_sinc_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.1387726Z 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-23T02:20:24.1388239Z test_nnc_correctness_sinc_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.012s) 2022-11-23T02:20:24.1388736Z test_nnc_correctness_sinc_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T02:20:24.1389269Z test_nnc_correctness_sinc_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T02:20:24.1389937Z test_nnc_correctness_sinc_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T02:20:24.1390662Z 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-23T02:20:24.1391393Z test_nnc_correctness_sinh_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T02:20:24.1391990Z test_nnc_correctness_sinh_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T02:20:24.1392539Z test_nnc_correctness_sinh_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T02:20:24.1393104Z test_nnc_correctness_sinh_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T02:20:24.1393685Z test_nnc_correctness_sinh_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T02:20:24.1394272Z 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-23T02:20:24.1394853Z test_nnc_correctness_sinh_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T02:20:24.1395434Z test_nnc_correctness_sinh_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.1396122Z test_nnc_correctness_sinh_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.008s) 2022-11-23T02:20:24.1396787Z test_nnc_correctness_sinh_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T02:20:24.1397543Z test_nnc_correctness_sinh_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T02:20:24.1398140Z test_nnc_correctness_sinh_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T02:20:24.1398740Z test_nnc_correctness_slice_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T02:20:24.1399319Z test_nnc_correctness_slice_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T02:20:24.1400115Z test_nnc_correctness_slice_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T02:20:24.1400729Z 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-23T02:20:24.1401327Z test_nnc_correctness_slice_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.1401934Z test_nnc_correctness_slice_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1402614Z 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-23T02:20:24.1403284Z test_nnc_correctness_slice_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.1403967Z 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-23T02:20:24.1404554Z test_nnc_correctness_slice_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1405125Z 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-23T02:20:24.1405841Z 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-23T02:20:24.1406427Z test_nnc_correctness_slice_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1407055Z test_nnc_correctness_slice_scatter_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1407669Z 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-23T02:20:24.1408285Z test_nnc_correctness_slice_scatter_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1408982Z 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-23T02:20:24.1409673Z 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-23T02:20:24.1410353Z 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-23T02:20:24.1411039Z test_nnc_correctness_slice_scatter_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.1411636Z test_nnc_correctness_slice_scatter_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.1412218Z test_nnc_correctness_slice_scatter_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.1412788Z test_nnc_correctness_slice_scatter_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.008s) 2022-11-23T02:20:24.1413370Z test_nnc_correctness_softmax_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1414115Z test_nnc_correctness_softmax_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1414672Z test_nnc_correctness_softmax_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1415239Z 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-23T02:20:24.1415848Z 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-23T02:20:24.1416543Z 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-23T02:20:24.1417296Z test_nnc_correctness_softmax_with_dtype_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.1417900Z test_nnc_correctness_softmax_with_dtype_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.1418466Z 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-23T02:20:24.1419136Z test_nnc_correctness_softmax_with_dtype_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1419722Z test_nnc_correctness_softmax_with_dtype_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1420298Z 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-23T02:20:24.1420874Z 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-23T02:20:24.1421504Z test_nnc_correctness_softmax_with_dtype_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1422090Z 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-23T02:20:24.1422808Z test_nnc_correctness_softmax_with_dtype_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.1423509Z test_nnc_correctness_sort_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.1424181Z test_nnc_correctness_sort_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.1424753Z test_nnc_correctness_sort_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.1425322Z test_nnc_correctness_sort_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T02:20:24.1425920Z 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-23T02:20:24.1426490Z 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-23T02:20:24.1427070Z test_nnc_correctness_sort_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.1427864Z 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-23T02:20:24.1428420Z test_nnc_correctness_sort_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-11-23T02:20:24.1429169Z test_nnc_correctness_sparse_sampled_addmm_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.1429807Z test_nnc_correctness_sparse_sampled_addmm_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1430659Z test_nnc_correctness_sparse_sampled_addmm_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1431313Z test_nnc_correctness_sparse_sampled_addmm_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.1431920Z test_nnc_correctness_special_airy_ai_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.1432530Z test_nnc_correctness_special_airy_ai_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1433331Z test_nnc_correctness_special_airy_ai_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1433977Z test_nnc_correctness_special_airy_ai_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.1434567Z test_nnc_correctness_special_airy_ai_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.1435167Z test_nnc_correctness_special_airy_ai_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1435863Z test_nnc_correctness_special_airy_ai_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1436589Z test_nnc_correctness_special_airy_ai_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1437318Z test_nnc_correctness_special_bessel_j0_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T02:20:24.1437947Z 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-23T02:20:24.1438571Z test_nnc_correctness_special_bessel_j0_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.1439240Z test_nnc_correctness_special_bessel_j0_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.1439871Z 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-23T02:20:24.1440475Z test_nnc_correctness_special_bessel_j0_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.1441052Z test_nnc_correctness_special_bessel_j0_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T02:20:24.1441653Z test_nnc_correctness_special_bessel_j0_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.1442609Z test_nnc_correctness_special_bessel_j1_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.1443447Z test_nnc_correctness_special_bessel_j1_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.1444090Z test_nnc_correctness_special_bessel_j1_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.1444712Z test_nnc_correctness_special_bessel_j1_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T02:20:24.1445300Z 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-23T02:20:24.1445921Z 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-23T02:20:24.1446512Z test_nnc_correctness_special_bessel_j1_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.1447126Z test_nnc_correctness_special_bessel_j1_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T02:20:24.1447938Z 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-23T02:20:24.1448699Z 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-23T02:20:24.1449334Z test_nnc_correctness_special_bessel_y0_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.1450125Z test_nnc_correctness_special_bessel_y0_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T02:20:24.1450735Z test_nnc_correctness_special_bessel_y0_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1451356Z test_nnc_correctness_special_bessel_y0_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1451944Z test_nnc_correctness_special_bessel_y0_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1452554Z test_nnc_correctness_special_bessel_y0_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.1453179Z test_nnc_correctness_special_bessel_y1_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.1453815Z test_nnc_correctness_special_bessel_y1_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.1454386Z test_nnc_correctness_special_bessel_y1_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1454979Z test_nnc_correctness_special_bessel_y1_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1455691Z test_nnc_correctness_special_bessel_y1_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T02:20:24.1456723Z test_nnc_correctness_special_bessel_y1_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.1457310Z test_nnc_correctness_special_bessel_y1_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.1457922Z test_nnc_correctness_special_bessel_y1_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.1458461Z test_nnc_correctness_special_chebyshev_polynomial_t_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-11-23T02:20:24.1458988Z test_nnc_correctness_special_chebyshev_polynomial_t_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-11-23T02:20:24.1459492Z test_nnc_correctness_special_chebyshev_polynomial_t_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-11-23T02:20:24.1460021Z test_nnc_correctness_special_chebyshev_polynomial_t_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-11-23T02:20:24.1460535Z test_nnc_correctness_special_chebyshev_polynomial_t_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-11-23T02:20:24.1461055Z test_nnc_correctness_special_chebyshev_polynomial_t_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-11-23T02:20:24.1461586Z test_nnc_correctness_special_chebyshev_polynomial_t_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-11-23T02:20:24.1463210Z test_nnc_correctness_special_chebyshev_polynomial_t_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-11-23T02:20:24.1463783Z test_nnc_correctness_special_chebyshev_polynomial_u_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-11-23T02:20:24.1464302Z test_nnc_correctness_special_chebyshev_polynomial_u_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-11-23T02:20:24.1464848Z test_nnc_correctness_special_chebyshev_polynomial_u_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-11-23T02:20:24.1465379Z test_nnc_correctness_special_chebyshev_polynomial_u_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-11-23T02:20:24.1465898Z test_nnc_correctness_special_chebyshev_polynomial_u_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-11-23T02:20:24.1466413Z test_nnc_correctness_special_chebyshev_polynomial_u_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-11-23T02:20:24.1466947Z test_nnc_correctness_special_chebyshev_polynomial_u_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-11-23T02:20:24.1467452Z test_nnc_correctness_special_chebyshev_polynomial_u_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-11-23T02:20:24.1467950Z test_nnc_correctness_special_chebyshev_polynomial_v_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-11-23T02:20:24.1468601Z test_nnc_correctness_special_chebyshev_polynomial_v_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-11-23T02:20:24.1469142Z test_nnc_correctness_special_chebyshev_polynomial_v_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-11-23T02:20:24.1469852Z test_nnc_correctness_special_chebyshev_polynomial_v_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-11-23T02:20:24.1470367Z test_nnc_correctness_special_chebyshev_polynomial_v_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-11-23T02:20:24.1470874Z test_nnc_correctness_special_chebyshev_polynomial_v_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-11-23T02:20:24.1471390Z test_nnc_correctness_special_chebyshev_polynomial_v_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-11-23T02:20:24.1472137Z test_nnc_correctness_special_chebyshev_polynomial_v_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.004s) 2022-11-23T02:20:24.1472777Z test_nnc_correctness_special_chebyshev_polynomial_w_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.000s) 2022-11-23T02:20:24.1473300Z test_nnc_correctness_special_chebyshev_polynomial_w_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.003s) 2022-11-23T02:20:24.1473812Z test_nnc_correctness_special_chebyshev_polynomial_w_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.000s) 2022-11-23T02:20:24.1474352Z test_nnc_correctness_special_chebyshev_polynomial_w_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.000s) 2022-11-23T02:20:24.1474864Z test_nnc_correctness_special_chebyshev_polynomial_w_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.006s) 2022-11-23T02:20:24.1475506Z test_nnc_correctness_special_chebyshev_polynomial_w_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.000s) 2022-11-23T02:20:24.1476243Z test_nnc_correctness_special_chebyshev_polynomial_w_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.000s) 2022-11-23T02:20:24.1476783Z test_nnc_correctness_special_chebyshev_polynomial_w_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.000s) 2022-11-23T02:20:24.1477386Z test_nnc_correctness_special_entr_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.1478165Z test_nnc_correctness_special_entr_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T02:20:24.1478823Z test_nnc_correctness_special_entr_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.1479426Z test_nnc_correctness_special_entr_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.1480005Z test_nnc_correctness_special_entr_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1480602Z test_nnc_correctness_special_entr_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1481196Z test_nnc_correctness_special_entr_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1481904Z test_nnc_correctness_special_entr_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.1482725Z 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-23T02:20:24.1483334Z 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-23T02:20:24.1483946Z test_nnc_correctness_special_erfcx_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.1484553Z test_nnc_correctness_special_erfcx_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.1485150Z 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-23T02:20:24.1485766Z 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-23T02:20:24.1486356Z 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-23T02:20:24.1487186Z test_nnc_correctness_special_erfcx_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.1487796Z test_nnc_correctness_special_erfcx_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T02:20:24.1488507Z test_nnc_correctness_special_erfcx_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1489236Z test_nnc_correctness_special_hermite_polynomial_h_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.003s) 2022-11-23T02:20:24.1489782Z test_nnc_correctness_special_hermite_polynomial_h_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.000s) 2022-11-23T02:20:24.1490282Z test_nnc_correctness_special_hermite_polynomial_h_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.000s) 2022-11-23T02:20:24.1490803Z test_nnc_correctness_special_hermite_polynomial_h_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.006s) 2022-11-23T02:20:24.1491284Z test_nnc_correctness_special_hermite_polynomial_h_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.000s) 2022-11-23T02:20:24.1491800Z test_nnc_correctness_special_hermite_polynomial_h_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.000s) 2022-11-23T02:20:24.1492520Z test_nnc_correctness_special_hermite_polynomial_h_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.000s) 2022-11-23T02:20:24.1493049Z test_nnc_correctness_special_hermite_polynomial_h_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.000s) 2022-11-23T02:20:24.1493580Z test_nnc_correctness_special_hermite_polynomial_he_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.000s) 2022-11-23T02:20:24.1494099Z test_nnc_correctness_special_hermite_polynomial_he_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.010s) 2022-11-23T02:20:24.1494756Z test_nnc_correctness_special_hermite_polynomial_he_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.000s) 2022-11-23T02:20:24.1495409Z test_nnc_correctness_special_hermite_polynomial_he_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.000s) 2022-11-23T02:20:24.1496017Z test_nnc_correctness_special_hermite_polynomial_he_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.000s) 2022-11-23T02:20:24.1496547Z test_nnc_correctness_special_hermite_polynomial_he_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.000s) 2022-11-23T02:20:24.1497048Z test_nnc_correctness_special_hermite_polynomial_he_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.000s) 2022-11-23T02:20:24.1497551Z test_nnc_correctness_special_hermite_polynomial_he_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.010s) 2022-11-23T02:20:24.1498147Z test_nnc_correctness_special_i0e_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T02:20:24.1498736Z 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-23T02:20:24.1499334Z 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-23T02:20:24.1499932Z test_nnc_correctness_special_i0e_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1500520Z 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-23T02:20:24.1501125Z test_nnc_correctness_special_i0e_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.1501949Z test_nnc_correctness_special_i0e_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.1502553Z test_nnc_correctness_special_i0e_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T02:20:24.1503160Z test_nnc_correctness_special_i0e_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.1503743Z test_nnc_correctness_special_i0e_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.1504339Z test_nnc_correctness_special_i1_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.1504935Z test_nnc_correctness_special_i1_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.012s) 2022-11-23T02:20:24.1505531Z test_nnc_correctness_special_i1_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.1506272Z test_nnc_correctness_special_i1_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1507165Z test_nnc_correctness_special_i1_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1507881Z test_nnc_correctness_special_i1_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1508483Z test_nnc_correctness_special_i1_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.1509086Z test_nnc_correctness_special_i1_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1509664Z test_nnc_correctness_special_i1e_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.1510266Z test_nnc_correctness_special_i1e_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1510861Z test_nnc_correctness_special_i1e_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.1511453Z test_nnc_correctness_special_i1e_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1512069Z 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-23T02:20:24.1512665Z 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-23T02:20:24.1513259Z 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-23T02:20:24.1513842Z test_nnc_correctness_special_i1e_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.1514360Z test_nnc_correctness_special_laguerre_polynomial_l_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-11-23T02:20:24.1514899Z test_nnc_correctness_special_laguerre_polynomial_l_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-11-23T02:20:24.1515638Z test_nnc_correctness_special_laguerre_polynomial_l_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-11-23T02:20:24.1516155Z test_nnc_correctness_special_laguerre_polynomial_l_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-11-23T02:20:24.1516679Z test_nnc_correctness_special_laguerre_polynomial_l_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.000s) 2022-11-23T02:20:24.1517219Z test_nnc_correctness_special_laguerre_polynomial_l_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.003s) 2022-11-23T02:20:24.1517742Z test_nnc_correctness_special_laguerre_polynomial_l_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.000s) 2022-11-23T02:20:24.1518277Z test_nnc_correctness_special_laguerre_polynomial_l_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.000s) 2022-11-23T02:20:24.1518805Z test_nnc_correctness_special_legendre_polynomial_p_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.006s) 2022-11-23T02:20:24.1519355Z test_nnc_correctness_special_legendre_polynomial_p_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-11-23T02:20:24.1519866Z test_nnc_correctness_special_legendre_polynomial_p_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-11-23T02:20:24.1520389Z test_nnc_correctness_special_legendre_polynomial_p_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-11-23T02:20:24.1520900Z test_nnc_correctness_special_legendre_polynomial_p_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-11-23T02:20:24.1521662Z test_nnc_correctness_special_legendre_polynomial_p_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-11-23T02:20:24.1522225Z test_nnc_correctness_special_legendre_polynomial_p_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-11-23T02:20:24.1522860Z test_nnc_correctness_special_legendre_polynomial_p_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-11-23T02:20:24.1523596Z test_nnc_correctness_special_log_ndtr_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.1524317Z test_nnc_correctness_special_log_ndtr_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1524912Z test_nnc_correctness_special_log_ndtr_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.1525543Z 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-23T02:20:24.1526133Z test_nnc_correctness_special_log_ndtr_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.1526738Z 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-23T02:20:24.1527357Z test_nnc_correctness_special_log_ndtr_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.1527958Z test_nnc_correctness_special_log_ndtr_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1528606Z 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.002s) 2022-11-23T02:20:24.1529213Z 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.002s) 2022-11-23T02:20:24.1530080Z 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-23T02:20:24.1530721Z 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-23T02:20:24.1531349Z 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.002s) 2022-11-23T02:20:24.1531992Z test_nnc_correctness_special_modified_bessel_i0_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T02:20:24.1532631Z 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.000s) 2022-11-23T02:20:24.1533273Z 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-23T02:20:24.1533901Z 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.000s) 2022-11-23T02:20:24.1534529Z 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.006s) 2022-11-23T02:20:24.1535343Z 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.000s) 2022-11-23T02:20:24.1536000Z 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.000s) 2022-11-23T02:20:24.1536634Z 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.000s) 2022-11-23T02:20:24.1537272Z 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-23T02:20:24.1537897Z 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.011s) 2022-11-23T02:20:24.1538536Z 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.002s) 2022-11-23T02:20:24.1539179Z 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.002s) 2022-11-23T02:20:24.1539836Z 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.003s) 2022-11-23T02:20:24.1540474Z 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.002s) 2022-11-23T02:20:24.1541115Z 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.003s) 2022-11-23T02:20:24.1541738Z 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.002s) 2022-11-23T02:20:24.1542324Z 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.003s) 2022-11-23T02:20:24.1542971Z 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-23T02:20:24.1543805Z 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.003s) 2022-11-23T02:20:24.1544406Z 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-23T02:20:24.1545043Z 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-23T02:20:24.1545697Z 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.002s) 2022-11-23T02:20:24.1546335Z 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-23T02:20:24.1546981Z 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.002s) 2022-11-23T02:20:24.1547594Z 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.002s) 2022-11-23T02:20:24.1548235Z 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.002s) 2022-11-23T02:20:24.1549048Z 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.002s) 2022-11-23T02:20:24.1549689Z test_nnc_correctness_special_ndtr_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1550302Z 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-23T02:20:24.1550892Z test_nnc_correctness_special_ndtr_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.1551490Z test_nnc_correctness_special_ndtr_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.1552123Z 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-23T02:20:24.1552720Z test_nnc_correctness_special_ndtr_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T02:20:24.1553280Z test_nnc_correctness_special_ndtr_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.1553888Z test_nnc_correctness_special_ndtr_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.1554632Z test_nnc_correctness_special_ndtr_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.1555315Z test_nnc_correctness_special_ndtr_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T02:20:24.1556055Z test_nnc_correctness_special_ndtri_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.1556649Z test_nnc_correctness_special_ndtri_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.1557489Z test_nnc_correctness_special_ndtri_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.1558088Z test_nnc_correctness_special_ndtri_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T02:20:24.1558676Z test_nnc_correctness_special_ndtri_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.1559281Z test_nnc_correctness_special_ndtri_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.1559874Z test_nnc_correctness_special_ndtri_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.1560474Z test_nnc_correctness_special_ndtri_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.1561184Z 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.012s) 2022-11-23T02:20:24.1561863Z 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.003s) 2022-11-23T02:20:24.1562721Z 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.003s) 2022-11-23T02:20:24.1563440Z 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.003s) 2022-11-23T02:20:24.1564089Z 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-23T02:20:24.1564755Z 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.002s) 2022-11-23T02:20:24.1565440Z 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.002s) 2022-11-23T02:20:24.1566127Z 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.003s) 2022-11-23T02:20:24.1566791Z 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.003s) 2022-11-23T02:20:24.1567448Z 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.003s) 2022-11-23T02:20:24.1568090Z 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.003s) 2022-11-23T02:20:24.1568717Z 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.003s) 2022-11-23T02:20:24.1569382Z 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.003s) 2022-11-23T02:20:24.1570017Z 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.003s) 2022-11-23T02:20:24.1570900Z 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.003s) 2022-11-23T02:20:24.1571540Z 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.003s) 2022-11-23T02:20:24.1572193Z 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.003s) 2022-11-23T02:20:24.1572824Z 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.002s) 2022-11-23T02:20:24.1573455Z 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.002s) 2022-11-23T02:20:24.1574118Z 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.002s) 2022-11-23T02:20:24.1574763Z 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.003s) 2022-11-23T02:20:24.1575411Z 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.003s) 2022-11-23T02:20:24.1576244Z 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.003s) 2022-11-23T02:20:24.1576941Z 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.003s) 2022-11-23T02:20:24.1577608Z 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.003s) 2022-11-23T02:20:24.1578173Z test_nnc_correctness_special_shifted_chebyshev_polynomial_t_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-11-23T02:20:24.1578741Z test_nnc_correctness_special_shifted_chebyshev_polynomial_t_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-11-23T02:20:24.1579290Z test_nnc_correctness_special_shifted_chebyshev_polynomial_t_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-11-23T02:20:24.1579844Z test_nnc_correctness_special_shifted_chebyshev_polynomial_t_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-11-23T02:20:24.1580385Z test_nnc_correctness_special_shifted_chebyshev_polynomial_t_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-11-23T02:20:24.1580930Z test_nnc_correctness_special_shifted_chebyshev_polynomial_t_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-11-23T02:20:24.1581491Z test_nnc_correctness_special_shifted_chebyshev_polynomial_t_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-11-23T02:20:24.1582045Z test_nnc_correctness_special_shifted_chebyshev_polynomial_t_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-11-23T02:20:24.1582606Z test_nnc_correctness_special_shifted_chebyshev_polynomial_u_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.000s) 2022-11-23T02:20:24.1583173Z test_nnc_correctness_special_shifted_chebyshev_polynomial_u_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.003s) 2022-11-23T02:20:24.1583702Z test_nnc_correctness_special_shifted_chebyshev_polynomial_u_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.000s) 2022-11-23T02:20:24.1584236Z test_nnc_correctness_special_shifted_chebyshev_polynomial_u_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.000s) 2022-11-23T02:20:24.1584978Z test_nnc_correctness_special_shifted_chebyshev_polynomial_u_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.006s) 2022-11-23T02:20:24.1585523Z test_nnc_correctness_special_shifted_chebyshev_polynomial_u_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.000s) 2022-11-23T02:20:24.1586059Z test_nnc_correctness_special_shifted_chebyshev_polynomial_u_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.000s) 2022-11-23T02:20:24.1586631Z test_nnc_correctness_special_shifted_chebyshev_polynomial_u_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.000s) 2022-11-23T02:20:24.1587195Z test_nnc_correctness_special_shifted_chebyshev_polynomial_v_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.000s) 2022-11-23T02:20:24.1587748Z test_nnc_correctness_special_shifted_chebyshev_polynomial_v_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.000s) 2022-11-23T02:20:24.1588301Z test_nnc_correctness_special_shifted_chebyshev_polynomial_v_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.010s) 2022-11-23T02:20:24.1588847Z test_nnc_correctness_special_shifted_chebyshev_polynomial_v_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-11-23T02:20:24.1589389Z test_nnc_correctness_special_shifted_chebyshev_polynomial_v_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-11-23T02:20:24.1589949Z test_nnc_correctness_special_shifted_chebyshev_polynomial_v_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-11-23T02:20:24.1590667Z test_nnc_correctness_special_shifted_chebyshev_polynomial_v_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-11-23T02:20:24.1591229Z test_nnc_correctness_special_shifted_chebyshev_polynomial_v_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-11-23T02:20:24.1591779Z test_nnc_correctness_special_shifted_chebyshev_polynomial_w_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-11-23T02:20:24.1592341Z test_nnc_correctness_special_shifted_chebyshev_polynomial_w_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-11-23T02:20:24.1592889Z test_nnc_correctness_special_shifted_chebyshev_polynomial_w_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-11-23T02:20:24.1593439Z test_nnc_correctness_special_shifted_chebyshev_polynomial_w_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-11-23T02:20:24.1593987Z test_nnc_correctness_special_shifted_chebyshev_polynomial_w_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-11-23T02:20:24.1594534Z test_nnc_correctness_special_shifted_chebyshev_polynomial_w_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.004s) 2022-11-23T02:20:24.1595069Z test_nnc_correctness_special_shifted_chebyshev_polynomial_w_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-11-23T02:20:24.1595623Z test_nnc_correctness_special_shifted_chebyshev_polynomial_w_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-11-23T02:20:24.1596256Z 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.003s) 2022-11-23T02:20:24.1596913Z 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.003s) 2022-11-23T02:20:24.1597584Z 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.002s) 2022-11-23T02:20:24.1598231Z 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.002s) 2022-11-23T02:20:24.1599090Z 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.002s) 2022-11-23T02:20:24.1599713Z 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.002s) 2022-11-23T02:20:24.1600371Z 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.002s) 2022-11-23T02:20:24.1600999Z 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.002s) 2022-11-23T02:20:24.1601618Z test_nnc_correctness_special_xlog1py_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1602258Z test_nnc_correctness_special_xlog1py_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1602874Z test_nnc_correctness_special_xlog1py_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.1603481Z test_nnc_correctness_special_xlog1py_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1604260Z test_nnc_correctness_special_xlog1py_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1604882Z test_nnc_correctness_special_xlog1py_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.1605502Z test_nnc_correctness_special_xlog1py_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1606114Z test_nnc_correctness_special_xlog1py_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.1606731Z test_nnc_correctness_special_xlog1py_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.1607336Z test_nnc_correctness_special_xlog1py_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1607947Z test_nnc_correctness_special_zeta_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1608534Z test_nnc_correctness_special_zeta_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1609111Z test_nnc_correctness_special_zeta_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1609709Z 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-23T02:20:24.1610301Z test_nnc_correctness_special_zeta_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.1610910Z test_nnc_correctness_special_zeta_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.1611638Z test_nnc_correctness_special_zeta_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.007s) 2022-11-23T02:20:24.1612453Z 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-23T02:20:24.1613876Z 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-23T02:20:24.1614466Z test_nnc_correctness_split_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1615066Z 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-23T02:20:24.1615665Z 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-23T02:20:24.1616262Z test_nnc_correctness_split_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1616843Z test_nnc_correctness_split_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T02:20:24.1617413Z test_nnc_correctness_split_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.1617993Z test_nnc_correctness_split_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.1618771Z test_nnc_correctness_split_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1619356Z test_nnc_correctness_split_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1619896Z test_nnc_correctness_split_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1620487Z test_nnc_correctness_split_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1621064Z test_nnc_correctness_split_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1621727Z test_nnc_correctness_split_list_args_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1622345Z test_nnc_correctness_split_list_args_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.1622955Z 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-23T02:20:24.1623586Z test_nnc_correctness_split_list_args_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.1624179Z test_nnc_correctness_split_list_args_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T02:20:24.1624790Z test_nnc_correctness_split_list_args_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.1625418Z test_nnc_correctness_split_list_args_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.1626011Z test_nnc_correctness_split_list_args_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.1626605Z test_nnc_correctness_split_list_args_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T02:20:24.1627436Z test_nnc_correctness_split_list_args_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.1628028Z 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-23T02:20:24.1628596Z 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-23T02:20:24.1629221Z 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-23T02:20:24.1629820Z 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-23T02:20:24.1630428Z test_nnc_correctness_split_with_sizes_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1631052Z test_nnc_correctness_split_with_sizes_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1631655Z test_nnc_correctness_split_with_sizes_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1632466Z test_nnc_correctness_split_with_sizes_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1633092Z test_nnc_correctness_split_with_sizes_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1633694Z test_nnc_correctness_split_with_sizes_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1634307Z test_nnc_correctness_split_with_sizes_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.1634893Z test_nnc_correctness_split_with_sizes_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1635500Z test_nnc_correctness_split_with_sizes_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.1636113Z test_nnc_correctness_split_with_sizes_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1636700Z test_nnc_correctness_split_with_sizes_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1637287Z test_nnc_correctness_sqrt_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.1637879Z test_nnc_correctness_sqrt_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.1638466Z test_nnc_correctness_sqrt_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.1639037Z test_nnc_correctness_sqrt_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T02:20:24.1639618Z test_nnc_correctness_sqrt_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.1640203Z test_nnc_correctness_sqrt_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.1640985Z test_nnc_correctness_sqrt_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.1641563Z test_nnc_correctness_sqrt_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T02:20:24.1642099Z test_nnc_correctness_sqrt_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.1642671Z test_nnc_correctness_sqrt_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.1643254Z test_nnc_correctness_sqrt_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.1643821Z test_nnc_correctness_sqrt_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.1644385Z test_nnc_correctness_sqrt_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T02:20:24.1644956Z test_nnc_correctness_square_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.1645704Z test_nnc_correctness_square_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.1646332Z test_nnc_correctness_square_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.1646912Z test_nnc_correctness_square_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T02:20:24.1647505Z test_nnc_correctness_square_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.1648081Z test_nnc_correctness_square_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1648666Z test_nnc_correctness_square_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.1649265Z 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-23T02:20:24.1649834Z test_nnc_correctness_square_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1650403Z test_nnc_correctness_square_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1650993Z test_nnc_correctness_square_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.1651569Z test_nnc_correctness_square_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.1652165Z test_nnc_correctness_squeeze_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1652738Z test_nnc_correctness_squeeze_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1653339Z 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-23T02:20:24.1654159Z 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-23T02:20:24.1654771Z 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-23T02:20:24.1655366Z test_nnc_correctness_squeeze_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1655963Z 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-23T02:20:24.1656560Z test_nnc_correctness_squeeze_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1657140Z 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-23T02:20:24.1657716Z test_nnc_correctness_squeeze_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.1658289Z test_nnc_correctness_squeeze_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.1658871Z 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-23T02:20:24.1659658Z test_nnc_correctness_squeeze_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T02:20:24.1660272Z 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-23T02:20:24.1660863Z test_nnc_correctness_stack_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.1661466Z 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-23T02:20:24.1662054Z test_nnc_correctness_stack_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T02:20:24.1662647Z 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-23T02:20:24.1663225Z test_nnc_correctness_stack_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.1663796Z 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-23T02:20:24.1664383Z 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-23T02:20:24.1664978Z test_nnc_correctness_stack_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1665542Z test_nnc_correctness_stack_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.1666112Z test_nnc_correctness_stack_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1666689Z test_nnc_correctness_stack_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1667263Z test_nnc_correctness_stack_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1668040Z test_nnc_correctness_std_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.1668616Z test_nnc_correctness_std_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1669207Z test_nnc_correctness_std_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1669776Z test_nnc_correctness_std_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.1670342Z test_nnc_correctness_std_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.1670912Z test_nnc_correctness_std_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1671511Z test_nnc_correctness_std_mean_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1672102Z 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-23T02:20:24.1672901Z test_nnc_correctness_std_mean_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.1673491Z test_nnc_correctness_std_mean_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1674078Z test_nnc_correctness_std_mean_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T02:20:24.1674692Z 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-23T02:20:24.1675298Z test_nnc_correctness_stft_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.1675872Z test_nnc_correctness_stft_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.1676443Z test_nnc_correctness_stft_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.1677015Z test_nnc_correctness_stft_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T02:20:24.1677586Z test_nnc_correctness_sub_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.1678181Z test_nnc_correctness_sub_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.1678761Z test_nnc_correctness_sub_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.1679352Z test_nnc_correctness_sub_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.1679923Z test_nnc_correctness_sub_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T02:20:24.1680492Z test_nnc_correctness_sub_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.1681264Z test_nnc_correctness_sub_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.1681822Z test_nnc_correctness_sub_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.1682385Z test_nnc_correctness_sub_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T02:20:24.1682952Z 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-23T02:20:24.1683526Z 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-23T02:20:24.1684088Z test_nnc_correctness_sub_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.1684675Z test_nnc_correctness_sum_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T02:20:24.1685246Z 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-23T02:20:24.1685826Z 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-23T02:20:24.1687216Z test_nnc_correctness_sum_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.1687846Z test_nnc_correctness_sum_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T02:20:24.1688439Z 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-23T02:20:24.1689013Z 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-23T02:20:24.1689575Z 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-23T02:20:24.1690164Z 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-23T02:20:24.1690729Z 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-23T02:20:24.1691269Z 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-23T02:20:24.1691810Z 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-23T02:20:24.1692395Z 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-23T02:20:24.1692986Z 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-23T02:20:24.1693587Z 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-23T02:20:24.1694194Z 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-23T02:20:24.1694790Z test_nnc_correctness_sum_to_size_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.1695598Z 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-23T02:20:24.1696182Z test_nnc_correctness_sum_to_size_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1696801Z test_nnc_correctness_sum_to_size_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T02:20:24.1697393Z test_nnc_correctness_sum_to_size_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1697945Z test_nnc_correctness_sum_to_size_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.1698536Z test_nnc_correctness_sum_to_size_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.1699145Z test_nnc_correctness_sum_to_size_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T02:20:24.1699716Z test_nnc_correctness_sum_to_size_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1700287Z test_nnc_correctness_svd_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1701073Z test_nnc_correctness_svd_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1701671Z test_nnc_correctness_svd_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1702235Z test_nnc_correctness_svd_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1702835Z test_nnc_correctness_svd_lowrank_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1703418Z test_nnc_correctness_svd_lowrank_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1704034Z test_nnc_correctness_symeig_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1704628Z test_nnc_correctness_symeig_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1705202Z test_nnc_correctness_symeig_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1705805Z test_nnc_correctness_symeig_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T02:20:24.1706365Z test_nnc_correctness_t_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T02:20:24.1706927Z test_nnc_correctness_t_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T02:20:24.1707533Z test_nnc_correctness_t_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.1708109Z test_nnc_correctness_t_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.1708663Z 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-23T02:20:24.1709541Z 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-23T02:20:24.1710127Z 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-23T02:20:24.1710674Z 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-23T02:20:24.1711228Z test_nnc_correctness_t_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.1711795Z 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-23T02:20:24.1712365Z 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-23T02:20:24.1713038Z 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-23T02:20:24.1713768Z test_nnc_correctness_take_along_dim_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.1714660Z test_nnc_correctness_take_along_dim_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.1715322Z 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-23T02:20:24.1715936Z 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-23T02:20:24.1716550Z 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-23T02:20:24.1717143Z test_nnc_correctness_take_along_dim_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.1717723Z test_nnc_correctness_take_along_dim_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.1718313Z 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-23T02:20:24.1718905Z 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-23T02:20:24.1719653Z 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-23T02:20:24.1720339Z test_nnc_correctness_take_along_dim_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.1720982Z test_nnc_correctness_take_along_dim_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.1721632Z 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-23T02:20:24.1722203Z 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-23T02:20:24.1722799Z 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-23T02:20:24.1723628Z test_nnc_correctness_take_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1724195Z 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-23T02:20:24.1724774Z 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-23T02:20:24.1725340Z test_nnc_correctness_take_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1726041Z test_nnc_correctness_take_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.1726793Z test_nnc_correctness_take_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.1727343Z test_nnc_correctness_take_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.1727918Z test_nnc_correctness_take_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T02:20:24.1728506Z test_nnc_correctness_take_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.1729281Z 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-23T02:20:24.1729898Z 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-23T02:20:24.1730480Z test_nnc_correctness_tan_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T02:20:24.1731051Z test_nnc_correctness_tan_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.1731619Z test_nnc_correctness_tan_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1732350Z 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-23T02:20:24.1733084Z 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-23T02:20:24.1733659Z 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-23T02:20:24.1734237Z 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-23T02:20:24.1734801Z test_nnc_correctness_tan_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.1735361Z test_nnc_correctness_tan_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1735948Z test_nnc_correctness_tan_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1736517Z test_nnc_correctness_tan_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.1737089Z 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-23T02:20:24.1737871Z test_nnc_correctness_tanh_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1738621Z 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-23T02:20:24.1739350Z 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-23T02:20:24.1739953Z 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-23T02:20:24.1740550Z 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-23T02:20:24.1741115Z 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-23T02:20:24.1741685Z test_nnc_correctness_tanh_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1742249Z test_nnc_correctness_tanh_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1742812Z 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-23T02:20:24.1743580Z 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-23T02:20:24.1744173Z test_nnc_correctness_tanh_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.1744915Z test_nnc_correctness_tanh_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.007s) 2022-11-23T02:20:24.1745676Z test_nnc_correctness_tensor_split_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.1746267Z test_nnc_correctness_tensor_split_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.1746906Z test_nnc_correctness_tensor_split_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1747500Z test_nnc_correctness_tensor_split_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1748089Z test_nnc_correctness_tensor_split_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.1748718Z test_nnc_correctness_tensor_split_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.1749320Z test_nnc_correctness_tensor_split_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.1749922Z test_nnc_correctness_tensor_split_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.1750633Z test_nnc_correctness_tensor_split_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1751329Z test_nnc_correctness_tensor_split_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1752211Z test_nnc_correctness_tensor_split_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1752812Z test_nnc_correctness_tensor_split_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.1753406Z 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-23T02:20:24.1754031Z test_nnc_correctness_tensordot_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1754634Z test_nnc_correctness_tensordot_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1755230Z 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-23T02:20:24.1755835Z test_nnc_correctness_tensordot_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.1756419Z 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-23T02:20:24.1757133Z 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-23T02:20:24.1758037Z 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-23T02:20:24.1758763Z test_nnc_correctness_tile_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.1759364Z test_nnc_correctness_tile_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.1759945Z test_nnc_correctness_tile_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.1760528Z test_nnc_correctness_tile_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T02:20:24.1761092Z test_nnc_correctness_tile_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.1761669Z 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-23T02:20:24.1762240Z 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-23T02:20:24.1762817Z test_nnc_correctness_tile_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-11-23T02:20:24.1763381Z test_nnc_correctness_tile_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1765338Z 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-23T02:20:24.1765738Z 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-23T02:20:24.1766040Z 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-23T02:20:24.1766342Z 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-23T02:20:24.1766834Z test_nnc_correctness_to_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1767128Z test_nnc_correctness_to_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.1767420Z test_nnc_correctness_to_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.1767706Z test_nnc_correctness_to_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1767993Z 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-23T02:20:24.1768287Z test_nnc_correctness_to_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1768571Z 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-23T02:20:24.1768856Z test_nnc_correctness_to_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.1769140Z test_nnc_correctness_to_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1769535Z test_nnc_correctness_to_sparse_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T02:20:24.1771069Z test_nnc_correctness_to_sparse_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1771898Z test_nnc_correctness_to_sparse_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.1772216Z test_nnc_correctness_to_sparse_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.1772517Z test_nnc_correctness_to_sparse_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.1772820Z test_nnc_correctness_to_sparse_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.007s) 2022-11-23T02:20:24.1773112Z 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-23T02:20:24.1773410Z test_nnc_correctness_to_sparse_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1773712Z test_nnc_correctness_to_sparse_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1774010Z 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-23T02:20:24.1774304Z test_nnc_correctness_to_sparse_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.1774603Z 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-23T02:20:24.1774898Z 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-23T02:20:24.1775307Z test_nnc_correctness_topk_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.1775590Z 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-23T02:20:24.1775867Z test_nnc_correctness_topk_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T02:20:24.1776159Z test_nnc_correctness_topk_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1778082Z test_nnc_correctness_topk_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.1778386Z test_nnc_correctness_topk_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.1778678Z test_nnc_correctness_topk_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.1778960Z test_nnc_correctness_topk_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-11-23T02:20:24.1779242Z test_nnc_correctness_trace_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1779616Z test_nnc_correctness_trace_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1779934Z test_nnc_correctness_trace_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.1780237Z test_nnc_correctness_trace_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.1780545Z test_nnc_correctness_trace_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.1780840Z test_nnc_correctness_trace_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1781128Z test_nnc_correctness_trace_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.1781427Z test_nnc_correctness_trace_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.1781721Z test_nnc_correctness_trace_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1782019Z test_nnc_correctness_trace_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1782304Z test_nnc_correctness_trace_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1782594Z test_nnc_correctness_trace_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.1784544Z test_nnc_correctness_trace_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.1784871Z test_nnc_correctness_transpose_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1785172Z test_nnc_correctness_transpose_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1785589Z test_nnc_correctness_transpose_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1785895Z 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-23T02:20:24.1786201Z test_nnc_correctness_transpose_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.1786504Z test_nnc_correctness_transpose_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.1786806Z test_nnc_correctness_transpose_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T02:20:24.1787107Z test_nnc_correctness_transpose_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.1787407Z test_nnc_correctness_transpose_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.1787705Z test_nnc_correctness_transpose_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.1787994Z test_nnc_correctness_transpose_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-11-23T02:20:24.1788366Z test_nnc_correctness_transpose_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1788679Z test_nnc_correctness_transpose_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1788990Z 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-23T02:20:24.1790940Z test_nnc_correctness_trapezoid_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.1791270Z test_nnc_correctness_trapezoid_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.1791574Z test_nnc_correctness_trapezoid_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.1791875Z test_nnc_correctness_trapezoid_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.1792178Z test_nnc_correctness_trapezoid_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.1792481Z test_nnc_correctness_trapezoid_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1792778Z test_nnc_correctness_trapezoid_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1793066Z test_nnc_correctness_trapezoid_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.1793366Z test_nnc_correctness_trapezoid_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.1793664Z test_nnc_correctness_trapezoid_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1794068Z test_nnc_correctness_trapz_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1794372Z test_nnc_correctness_trapz_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1794668Z test_nnc_correctness_trapz_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T02:20:24.1794965Z test_nnc_correctness_trapz_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1795258Z 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-23T02:20:24.1796697Z 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-23T02:20:24.1797501Z test_nnc_correctness_trapz_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T02:20:24.1797793Z 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-23T02:20:24.1798070Z 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-23T02:20:24.1798445Z 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-23T02:20:24.1798738Z 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-23T02:20:24.1799060Z test_nnc_correctness_triangular_solve_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1799378Z test_nnc_correctness_triangular_solve_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1799692Z test_nnc_correctness_triangular_solve_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.1800010Z test_nnc_correctness_triangular_solve_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.1800298Z test_nnc_correctness_tril_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1800598Z 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-23T02:20:24.1800902Z test_nnc_correctness_tril_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1801200Z test_nnc_correctness_tril_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1801492Z test_nnc_correctness_tril_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1801781Z 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-23T02:20:24.1803720Z test_nnc_correctness_tril_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1804038Z test_nnc_correctness_tril_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1804434Z 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-23T02:20:24.1804712Z test_nnc_correctness_tril_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1804996Z test_nnc_correctness_tril_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1805278Z 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-23T02:20:24.1805579Z test_nnc_correctness_tril_indices_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.1805884Z test_nnc_correctness_tril_indices_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.1806172Z test_nnc_correctness_triu_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T02:20:24.1806471Z test_nnc_correctness_triu_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.1806834Z test_nnc_correctness_triu_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.1807142Z test_nnc_correctness_triu_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.1807432Z test_nnc_correctness_triu_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-11-23T02:20:24.1807715Z test_nnc_correctness_triu_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1807991Z test_nnc_correctness_triu_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1808274Z test_nnc_correctness_triu_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1810181Z test_nnc_correctness_triu_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1810478Z test_nnc_correctness_triu_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1810762Z 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-23T02:20:24.1811046Z test_nnc_correctness_triu_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1811345Z 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-23T02:20:24.1811644Z test_nnc_correctness_triu_indices_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1811953Z test_nnc_correctness_true_divide_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1812254Z test_nnc_correctness_true_divide_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1813216Z test_nnc_correctness_true_divide_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1813527Z test_nnc_correctness_true_divide_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1813838Z 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-23T02:20:24.1814147Z test_nnc_correctness_true_divide_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.1814452Z test_nnc_correctness_true_divide_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.1815966Z test_nnc_correctness_true_divide_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.1816790Z test_nnc_correctness_true_divide_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.1817094Z test_nnc_correctness_true_divide_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T02:20:24.1817392Z 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-23T02:20:24.1817804Z 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-23T02:20:24.1818116Z test_nnc_correctness_true_divide_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.1818418Z test_nnc_correctness_trunc_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T02:20:24.1818715Z 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-23T02:20:24.1818993Z 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-23T02:20:24.1819282Z 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-23T02:20:24.1819575Z test_nnc_correctness_trunc_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.1819857Z test_nnc_correctness_trunc_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.012s) 2022-11-23T02:20:24.1820135Z 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-23T02:20:24.1820425Z test_nnc_correctness_trunc_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1820714Z test_nnc_correctness_trunc_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1821049Z 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-23T02:20:24.1821337Z 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-23T02:20:24.1823296Z test_nnc_correctness_unbind_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1823725Z test_nnc_correctness_unbind_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1824032Z 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-23T02:20:24.1824329Z test_nnc_correctness_unbind_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.1824629Z test_nnc_correctness_unbind_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.1824925Z 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-23T02:20:24.1825218Z test_nnc_correctness_unbind_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1825499Z 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-23T02:20:24.1825774Z test_nnc_correctness_unbind_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.1826129Z test_nnc_correctness_unbind_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.1826436Z test_nnc_correctness_unbind_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1826739Z test_nnc_correctness_unflatten_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1827042Z test_nnc_correctness_unflatten_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1827348Z test_nnc_correctness_unflatten_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.1827656Z test_nnc_correctness_unflatten_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.1829633Z test_nnc_correctness_unflatten_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.1829970Z test_nnc_correctness_unflatten_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T02:20:24.1830275Z test_nnc_correctness_unflatten_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.1830571Z test_nnc_correctness_unflatten_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.1830872Z test_nnc_correctness_unflatten_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.1831173Z test_nnc_correctness_unflatten_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T02:20:24.1831470Z test_nnc_correctness_unflatten_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.1831765Z test_nnc_correctness_unflatten_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.1832163Z test_nnc_correctness_unflatten_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.1832469Z test_nnc_correctness_unfold_copy_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.1832769Z test_nnc_correctness_unfold_copy_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T02:20:24.1833080Z test_nnc_correctness_unfold_copy_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.1833388Z test_nnc_correctness_unfold_copy_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.1833699Z test_nnc_correctness_unfold_copy_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.1834001Z test_nnc_correctness_unfold_copy_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-11-23T02:20:24.1834302Z 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-23T02:20:24.1836331Z test_nnc_correctness_unfold_copy_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.1836660Z test_nnc_correctness_unfold_copy_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1836958Z test_nnc_correctness_unfold_copy_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1837260Z test_nnc_correctness_unfold_copy_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.1837559Z test_nnc_correctness_unfold_copy_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1837851Z test_nnc_correctness_unfold_copy_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1838156Z test_nnc_correctness_unfold_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1838451Z test_nnc_correctness_unfold_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1838750Z test_nnc_correctness_unfold_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1839035Z test_nnc_correctness_unfold_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1839336Z test_nnc_correctness_unfold_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1839630Z test_nnc_correctness_unfold_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1839923Z 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-23T02:20:24.1840216Z test_nnc_correctness_unfold_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1840601Z test_nnc_correctness_unfold_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1842544Z 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-23T02:20:24.1842853Z test_nnc_correctness_unfold_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.1843144Z test_nnc_correctness_unfold_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.1843429Z test_nnc_correctness_unfold_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T02:20:24.1843726Z test_nnc_correctness_uniform_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.1844035Z test_nnc_correctness_uniform_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.1844338Z test_nnc_correctness_uniform_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.1844633Z test_nnc_correctness_uniform_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-11-23T02:20:24.1845015Z 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-23T02:20:24.1845331Z test_nnc_correctness_uniform_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1845647Z 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-23T02:20:24.1845965Z 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-23T02:20:24.1846271Z test_nnc_correctness_unique_consecutive_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.1846590Z test_nnc_correctness_unique_consecutive_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.1846899Z test_nnc_correctness_unique_consecutive_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1848368Z 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-23T02:20:24.1849186Z 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-23T02:20:24.1849504Z test_nnc_correctness_unique_consecutive_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1849813Z 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-23T02:20:24.1850109Z test_nnc_correctness_unique_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.1850403Z test_nnc_correctness_unique_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.1850804Z 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-23T02:20:24.1851092Z test_nnc_correctness_unique_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T02:20:24.1851386Z test_nnc_correctness_unique_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.1851675Z test_nnc_correctness_unique_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.1851953Z 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-23T02:20:24.1852247Z test_nnc_correctness_unique_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.1852540Z test_nnc_correctness_unique_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T02:20:24.1852844Z test_nnc_correctness_unsqueeze_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.1853144Z 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-23T02:20:24.1853519Z test_nnc_correctness_unsqueeze_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1855475Z test_nnc_correctness_unsqueeze_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.1855802Z 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-23T02:20:24.1856104Z test_nnc_correctness_unsqueeze_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1856404Z test_nnc_correctness_unsqueeze_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1856709Z test_nnc_correctness_unsqueeze_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.1857007Z test_nnc_correctness_unsqueeze_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.1857304Z test_nnc_correctness_unsqueeze_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.1857595Z test_nnc_correctness_unsqueeze_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.1857893Z 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-23T02:20:24.1858189Z 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-23T02:20:24.1858486Z test_nnc_correctness_var_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1858782Z test_nnc_correctness_var_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T02:20:24.1859065Z 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-23T02:20:24.1859457Z test_nnc_correctness_var_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.1859739Z 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-23T02:20:24.1861158Z test_nnc_correctness_var_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.1861987Z test_nnc_correctness_var_mean_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T02:20:24.1862305Z test_nnc_correctness_var_mean_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.1862611Z test_nnc_correctness_var_mean_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.1862910Z test_nnc_correctness_var_mean_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.1863195Z test_nnc_correctness_var_mean_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T02:20:24.1863989Z test_nnc_correctness_var_mean_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1864346Z test_nnc_correctness_vdot_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1864643Z test_nnc_correctness_vdot_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.1864947Z test_nnc_correctness_vdot_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.1865240Z test_nnc_correctness_vdot_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1865530Z test_nnc_correctness_vdot_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1865819Z test_nnc_correctness_vdot_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.1866069Z test_nnc_correctness_view_as_complex_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-11-23T02:20:24.1866378Z test_nnc_correctness_view_as_complex_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1867908Z test_nnc_correctness_view_as_complex_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1868223Z test_nnc_correctness_view_as_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1869014Z test_nnc_correctness_view_as_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.1869330Z 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-23T02:20:24.1869631Z test_nnc_correctness_view_as_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1870060Z test_nnc_correctness_view_as_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1870357Z test_nnc_correctness_view_as_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1870652Z test_nnc_correctness_view_as_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1870954Z 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-23T02:20:24.1871246Z test_nnc_correctness_view_as_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.1871536Z test_nnc_correctness_view_as_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.1871831Z test_nnc_correctness_view_as_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1872118Z 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-23T02:20:24.1872406Z test_nnc_correctness_view_as_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1872789Z test_nnc_correctness_view_as_real_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1873113Z 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-23T02:20:24.1873420Z 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-23T02:20:24.1875351Z test_nnc_correctness_view_copy_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.1875664Z test_nnc_correctness_view_copy_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1875968Z test_nnc_correctness_view_copy_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1876256Z test_nnc_correctness_view_copy_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.1876554Z test_nnc_correctness_view_copy_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.1876851Z test_nnc_correctness_view_copy_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1877145Z test_nnc_correctness_view_copy_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1877437Z test_nnc_correctness_view_copy_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1877733Z test_nnc_correctness_view_copy_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.1878028Z test_nnc_correctness_view_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.1878419Z test_nnc_correctness_view_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1878715Z test_nnc_correctness_view_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1878997Z test_nnc_correctness_view_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1879290Z test_nnc_correctness_view_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.1879582Z 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-23T02:20:24.1880983Z test_nnc_correctness_view_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.1881777Z test_nnc_correctness_view_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T02:20:24.1882083Z test_nnc_correctness_view_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.1882366Z test_nnc_correctness_view_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.1882731Z test_nnc_correctness_view_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.1883032Z test_nnc_correctness_view_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-11-23T02:20:24.1883327Z test_nnc_correctness_view_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1883627Z 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-23T02:20:24.1883920Z 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-23T02:20:24.1884222Z test_nnc_correctness_vsplit_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.1884530Z test_nnc_correctness_vsplit_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.1884831Z test_nnc_correctness_vsplit_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1885130Z 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-23T02:20:24.1885418Z test_nnc_correctness_vsplit_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.1885714Z 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-23T02:20:24.1886007Z 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-23T02:20:24.1887455Z test_nnc_correctness_vsplit_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1888245Z test_nnc_correctness_vsplit_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.1888657Z 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-23T02:20:24.1888940Z test_nnc_correctness_vsplit_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.1889237Z test_nnc_correctness_vstack_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1889526Z 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-23T02:20:24.1889829Z test_nnc_correctness_vstack_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1890130Z test_nnc_correctness_vstack_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1890431Z test_nnc_correctness_vstack_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.1890727Z test_nnc_correctness_vstack_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.1891012Z test_nnc_correctness_vstack_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.1891376Z test_nnc_correctness_vstack_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T02:20:24.1891683Z test_nnc_correctness_vstack_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.1891975Z test_nnc_correctness_vstack_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.1892255Z test_nnc_correctness_vstack_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.1892541Z test_nnc_correctness_vstack_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T02:20:24.1893984Z test_nnc_correctness_vstack_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1894782Z test_nnc_correctness_where_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.1895076Z test_nnc_correctness_where_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.1895380Z test_nnc_correctness_where_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1895678Z 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-23T02:20:24.1895977Z test_nnc_correctness_where_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.1896277Z 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-23T02:20:24.1896563Z test_nnc_correctness_where_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.1896861Z test_nnc_correctness_where_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1897255Z test_nnc_correctness_where_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1897547Z test_nnc_correctness_where_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.1897814Z test_nnc_correctness_where_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.1898105Z test_nnc_correctness_where_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1898386Z test_nnc_correctness_where_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1898686Z test_nnc_correctness_xlogy_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1898971Z test_nnc_correctness_xlogy_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1900393Z test_nnc_correctness_xlogy_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.1901267Z test_nnc_correctness_xlogy_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.1901582Z test_nnc_correctness_xlogy_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1901877Z 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-23T02:20:24.1902171Z 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-23T02:20:24.1902450Z test_nnc_correctness_xlogy_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.1902736Z 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-23T02:20:24.1903023Z test_nnc_correctness_xlogy_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1903316Z test_nnc_correctness_zero__cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1903599Z test_nnc_correctness_zero__cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1903900Z test_nnc_correctness_zero__cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.1904200Z test_nnc_correctness_zero__cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.1904494Z 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-23T02:20:24.1904789Z test_nnc_correctness_zero__cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1905072Z 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-23T02:20:24.1905444Z test_nnc_correctness_zero__cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T02:20:24.1907323Z 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-23T02:20:24.1907624Z 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-23T02:20:24.1907911Z 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-23T02:20:24.1908207Z test_nnc_correctness_zero__cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T02:20:24.1908498Z 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-23T02:20:24.1908789Z test_nnc_correctness_zeros_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.1909088Z 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-23T02:20:24.1909387Z 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-23T02:20:24.1909768Z test_nnc_correctness_zeros_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T02:20:24.1910077Z 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-23T02:20:24.1910371Z test_nnc_correctness_zeros_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.1910666Z 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-23T02:20:24.1910952Z test_nnc_correctness_zeros_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T02:20:24.1911231Z 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-23T02:20:24.1911507Z test_nnc_correctness_zeros_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.1911791Z 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-23T02:20:24.1913678Z 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-23T02:20:24.1914012Z test_nnc_correctness_zeros_like_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T02:20:24.1914311Z 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-23T02:20:24.1914622Z test_nnc_correctness_zeros_like_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.1914928Z test_nnc_correctness_zeros_like_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.1915233Z test_nnc_correctness_zeros_like_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T02:20:24.1915636Z test_nnc_correctness_zeros_like_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.1915936Z test_nnc_correctness_zeros_like_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.1916227Z test_nnc_correctness_zeros_like_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:20:24.1916511Z test_nnc_correctness_zeros_like_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-11-23T02:20:24.1916807Z test_nnc_correctness_zeros_like_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.1917101Z 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-23T02:20:24.1917400Z 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-23T02:20:24.1917698Z 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-23T02:20:24.1917959Z test_unsupported_H_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.1918291Z test_unsupported_T_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.1920233Z test_unsupported___getitem___cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.1920519Z test_unsupported___rpow___cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.1920787Z test_unsupported___rsub___cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.1921104Z test_unsupported__softmax_backward_data_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.1921370Z test_unsupported_acosh_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.1921633Z test_unsupported_addbmm_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.1921899Z test_unsupported_addcdiv_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.1922161Z test_unsupported_addmm_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.1922420Z test_unsupported_addmv_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.1922681Z test_unsupported_addr_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.1922937Z test_unsupported_all_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.1923204Z test_unsupported_allclose_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.1923460Z test_unsupported_amax_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.1923711Z test_unsupported_amin_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.1923974Z test_unsupported_aminmax_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.1924233Z test_unsupported_angle_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.1924591Z test_unsupported_any_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.1925966Z test_unsupported_arange_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.1926733Z test_unsupported_argmax_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.1926994Z test_unsupported_argmin_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.1927264Z test_unsupported_argsort_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.1927533Z test_unsupported_argwhere_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.1927789Z test_unsupported_as_strided_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.1928074Z test_unsupported_as_strided_scatter_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.1928334Z test_unsupported_asinh_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.1928589Z test_unsupported_atanh_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.1928940Z test_unsupported_atleast_1d_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.1929220Z test_unsupported_atleast_2d_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.1929476Z test_unsupported_atleast_3d_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.1929750Z test_unsupported_baddbmm_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.1930022Z test_unsupported_bernoulli_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.1930285Z test_unsupported_bfloat16_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.1930548Z test_unsupported_block_diag_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.1930809Z test_unsupported_bmm_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.1931089Z test_unsupported_broadcast_shapes_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.1932986Z test_unsupported_broadcast_tensors_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.1933293Z test_unsupported_broadcast_to_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.1933563Z test_unsupported_bucketize_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.1933840Z test_unsupported_cartesian_prod_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.1934099Z test_unsupported_cat_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.1934366Z test_unsupported_cdist_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.1934634Z test_unsupported_cdouble_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.1934900Z test_unsupported_cfloat_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.1935267Z test_unsupported_chalf_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.1935536Z test_unsupported_cholesky_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.1935819Z test_unsupported_cholesky_inverse_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.1936094Z test_unsupported_cholesky_solve_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.1936357Z test_unsupported_chunk_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.1936626Z test_unsupported_clamp_max_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.1936877Z test_unsupported_clamp_min_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.1937141Z test_unsupported_clone_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.1937415Z test_unsupported_column_stack_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.1938848Z test_unsupported_combinations_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.1939727Z test_unsupported_complex_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.1940013Z test_unsupported_conj_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.1940286Z test_unsupported_conj_physical_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.1940565Z test_unsupported_constant_pad_nd_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.1940833Z test_unsupported_copysign_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.1941100Z test_unsupported_corrcoef_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.1941374Z test_unsupported_count_nonzero_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.1941636Z test_unsupported_cov_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.1941900Z test_unsupported_cross_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.1942166Z test_unsupported_cummax_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.1942424Z test_unsupported_cummin_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.1942693Z test_unsupported_cumprod_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.1942945Z test_unsupported_cumsum_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.1943234Z test_unsupported_cumulative_trapezoid_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.1943505Z test_unsupported_deg2rad_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.1943765Z test_unsupported_diag_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.1944031Z test_unsupported_diag_embed_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.1946054Z test_unsupported_diagflat_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.002s) 2022-11-23T02:20:24.1946339Z test_unsupported_diagonal_copy_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.003s) 2022-11-23T02:20:24.1946606Z test_unsupported_diagonal_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T02:20:24.1946884Z test_unsupported_diagonal_scatter_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T02:20:24.1947151Z test_unsupported_diff_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.006s) 2022-11-23T02:20:24.1947418Z test_unsupported_digamma_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T02:20:24.1947658Z test_unsupported_dist_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T02:20:24.1947918Z test_unsupported_dot_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T02:20:24.1948182Z test_unsupported_dsplit_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T02:20:24.1948439Z test_unsupported_dstack_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T02:20:24.1948702Z test_unsupported_einsum_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.1949054Z test_unsupported_empty_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.1949340Z test_unsupported_empty_like_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.1949603Z test_unsupported_equal_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.1949868Z test_unsupported_erfinv_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.1950126Z test_unsupported_exp2_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.1950384Z test_unsupported_eye_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.1952255Z test_unsupported_fft_fft2_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.1952547Z test_unsupported_fft_fft_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.1952814Z test_unsupported_fft_fftn_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.1953087Z test_unsupported_fft_fftshift_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.1953357Z test_unsupported_fft_hfft2_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.1953619Z test_unsupported_fft_hfft_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.1953886Z test_unsupported_fft_hfftn_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.1954155Z test_unsupported_fft_ifft2_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.1954420Z test_unsupported_fft_ifft_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.1954684Z test_unsupported_fft_ifftn_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.1955058Z test_unsupported_fft_ifftshift_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.1955325Z test_unsupported_fft_ihfft2_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.1955587Z test_unsupported_fft_ihfft_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.1955852Z test_unsupported_fft_ihfftn_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.1956120Z test_unsupported_fft_irfft2_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.1956384Z test_unsupported_fft_irfft_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.1956631Z test_unsupported_fft_irfftn_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.1956899Z test_unsupported_fft_rfft2_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.1958784Z test_unsupported_fft_rfft_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.1959070Z test_unsupported_fft_rfftn_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.1959296Z test_unsupported_fill_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: No fill_ op (0.001s) 2022-11-23T02:20:24.1959649Z test_unsupported_flatten_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.1959925Z test_unsupported_flip_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.1960187Z test_unsupported_fliplr_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.1960445Z test_unsupported_flipud_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.1960721Z test_unsupported_float_power_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T02:20:24.1960995Z test_unsupported_floor_divide_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T02:20:24.1961253Z test_unsupported_fmax_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T02:20:24.1961509Z test_unsupported_fmin_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.003s) 2022-11-23T02:20:24.1961773Z test_unsupported_frexp_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T02:20:24.1962031Z test_unsupported_full_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T02:20:24.1962299Z test_unsupported_full_like_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T02:20:24.1962563Z test_unsupported_gather_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T02:20:24.1962824Z test_unsupported_geqrf_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.006s) 2022-11-23T02:20:24.1963090Z test_unsupported_gradient_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T02:20:24.1964501Z test_unsupported_grid_sampler_2d_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T02:20:24.1965278Z test_unsupported_heaviside_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T02:20:24.1965546Z test_unsupported_histc_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T02:20:24.1966348Z test_unsupported_hsplit_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T02:20:24.1966605Z test_unsupported_hstack_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T02:20:24.1966859Z test_unsupported_hypot_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T02:20:24.1967119Z test_unsupported_i0_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T02:20:24.1967389Z test_unsupported_igamma_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.010s) 2022-11-23T02:20:24.1967637Z test_unsupported_igammac_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T02:20:24.1967905Z test_unsupported_index_add_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T02:20:24.1968175Z test_unsupported_index_copy_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T02:20:24.1968445Z test_unsupported_index_fill_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T02:20:24.1968712Z test_unsupported_index_put_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T02:20:24.1968984Z test_unsupported_index_reduce_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T02:20:24.1969349Z test_unsupported_index_select_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T02:20:24.1969629Z test_unsupported_inner_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T02:20:24.1971570Z test_unsupported_isclose_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.010s) 2022-11-23T02:20:24.1971862Z test_unsupported_isfinite_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T02:20:24.1972120Z test_unsupported_isin_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T02:20:24.1972378Z test_unsupported_isinf_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T02:20:24.1972647Z test_unsupported_isneginf_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T02:20:24.1972914Z test_unsupported_isposinf_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T02:20:24.1973176Z test_unsupported_isreal_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T02:20:24.1973480Z test_unsupported_jiterator_2inputs_2outputs_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T02:20:24.1973789Z test_unsupported_jiterator_4inputs_with_extra_args_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T02:20:24.1974068Z test_unsupported_jiterator_binary_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.010s) 2022-11-23T02:20:24.1974367Z test_unsupported_jiterator_binary_return_by_ref_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T02:20:24.1974647Z test_unsupported_jiterator_unary_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T02:20:24.1974904Z test_unsupported_kron_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T02:20:24.1975169Z test_unsupported_kthvalue_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T02:20:24.1975542Z test_unsupported_ldexp_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T02:20:24.1975817Z test_unsupported_linalg_cholesky_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T02:20:24.1976100Z test_unsupported_linalg_cholesky_ex_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.010s) 2022-11-23T02:20:24.1977967Z test_unsupported_linalg_cond_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T02:20:24.1978262Z test_unsupported_linalg_cross_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T02:20:24.1978533Z test_unsupported_linalg_det_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T02:20:24.1978806Z test_unsupported_linalg_det_singular_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T02:20:24.1979071Z test_unsupported_linalg_eig_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.010s) 2022-11-23T02:20:24.1979343Z test_unsupported_linalg_eigh_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.002s) 2022-11-23T02:20:24.1979618Z test_unsupported_linalg_eigvals_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.002s) 2022-11-23T02:20:24.1979982Z test_unsupported_linalg_eigvalsh_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.002s) 2022-11-23T02:20:24.1980297Z test_unsupported_linalg_householder_product_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.002s) 2022-11-23T02:20:24.1980565Z test_unsupported_linalg_inv_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.002s) 2022-11-23T02:20:24.1980840Z test_unsupported_linalg_inv_ex_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.002s) 2022-11-23T02:20:24.1981120Z test_unsupported_linalg_ldl_factor_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.002s) 2022-11-23T02:20:24.1981405Z test_unsupported_linalg_ldl_factor_ex_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.002s) 2022-11-23T02:20:24.1981682Z test_unsupported_linalg_ldl_solve_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.002s) 2022-11-23T02:20:24.1981957Z test_unsupported_linalg_lstsq_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.002s) 2022-11-23T02:20:24.1982249Z test_unsupported_linalg_lstsq_grad_oriented_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.002s) 2022-11-23T02:20:24.1982521Z test_unsupported_linalg_lu_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.002s) 2022-11-23T02:20:24.1984442Z test_unsupported_linalg_lu_factor_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.002s) 2022-11-23T02:20:24.1984741Z test_unsupported_linalg_lu_factor_ex_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.002s) 2022-11-23T02:20:24.1985014Z test_unsupported_linalg_lu_solve_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.002s) 2022-11-23T02:20:24.1985299Z test_unsupported_linalg_matrix_norm_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.002s) 2022-11-23T02:20:24.1985578Z test_unsupported_linalg_matrix_power_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.002s) 2022-11-23T02:20:24.1985856Z test_unsupported_linalg_matrix_rank_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.1986263Z test_unsupported_linalg_matrix_rank_hermitian_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.002s) 2022-11-23T02:20:24.1986536Z test_unsupported_linalg_multi_dot_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.003s) 2022-11-23T02:20:24.1986805Z test_unsupported_linalg_norm_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T02:20:24.1987110Z test_unsupported_linalg_norm_subgradients_at_zero_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T02:20:24.1987380Z test_unsupported_linalg_pinv_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.006s) 2022-11-23T02:20:24.1987668Z test_unsupported_linalg_pinv_hermitian_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.002s) 2022-11-23T02:20:24.1987955Z test_unsupported_linalg_pinv_singular_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.002s) 2022-11-23T02:20:24.1988220Z test_unsupported_linalg_qr_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.002s) 2022-11-23T02:20:24.1988495Z test_unsupported_linalg_slogdet_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.003s) 2022-11-23T02:20:24.1988765Z test_unsupported_linalg_solve_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.002s) 2022-11-23T02:20:24.1990250Z test_unsupported_linalg_solve_ex_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.002s) 2022-11-23T02:20:24.1990591Z test_unsupported_linalg_solve_triangular_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.002s) 2022-11-23T02:20:24.1991362Z test_unsupported_linalg_svd_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.1991658Z test_unsupported_linalg_svdvals_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.1991940Z test_unsupported_linalg_tensorinv_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.1992224Z test_unsupported_linalg_tensorsolve_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.1992502Z test_unsupported_linalg_vander_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.1992775Z test_unsupported_linalg_vecdot_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.1993054Z test_unsupported_linalg_vector_norm_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.1993326Z test_unsupported_linspace_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.1993595Z test_unsupported_log_softmax_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.1993882Z test_unsupported_log_softmax_with_dtype_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.1994150Z test_unsupported_logaddexp2_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.1994426Z test_unsupported_logaddexp_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.1994701Z test_unsupported_logcumsumexp_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.1994963Z test_unsupported_logdet_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.1995330Z test_unsupported_logical_and_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.1995599Z test_unsupported_logical_not_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.1995868Z test_unsupported_logical_or_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.1997735Z test_unsupported_logical_xor_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.1998019Z test_unsupported_logit_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.002s) 2022-11-23T02:20:24.1998290Z test_unsupported_logspace_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T02:20:24.1998561Z test_unsupported_logsumexp_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T02:20:24.1998821Z test_unsupported_lu_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.003s) 2022-11-23T02:20:24.1999082Z test_unsupported_lu_solve_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T02:20:24.1999346Z test_unsupported_lu_unpack_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T02:20:24.1999597Z test_unsupported_mH_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T02:20:24.1999940Z test_unsupported_mT_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T02:20:24.2000225Z test_unsupported_masked_amax_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.006s) 2022-11-23T02:20:24.2000479Z test_unsupported_masked_amin_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T02:20:24.2000755Z test_unsupported_masked_argmax_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T02:20:24.2001027Z test_unsupported_masked_argmin_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T02:20:24.2001302Z test_unsupported_masked_cumprod_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T02:20:24.2001579Z test_unsupported_masked_cumsum_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T02:20:24.2001861Z test_unsupported_masked_log_softmax_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T02:20:24.2002145Z test_unsupported_masked_logaddexp_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T02:20:24.2004018Z test_unsupported_masked_logsumexp_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T02:20:24.2004319Z test_unsupported_masked_mean_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.011s) 2022-11-23T02:20:24.2004595Z test_unsupported_masked_median_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.2004860Z test_unsupported_masked_norm_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.2005142Z test_unsupported_masked_normalize_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.2005406Z test_unsupported_masked_prod_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.2005683Z test_unsupported_masked_scatter_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.2006056Z test_unsupported_masked_select_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.2006330Z test_unsupported_masked_softmax_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.2006602Z test_unsupported_masked_softmin_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.2006871Z test_unsupported_masked_std_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.2007139Z test_unsupported_masked_sum_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.2007406Z test_unsupported_masked_var_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.2007679Z test_unsupported_matrix_exp_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.2007980Z test_unsupported_max_pool2d_with_indices_backward_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.2008264Z test_unsupported_max_reduction_no_dim_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.2008552Z test_unsupported_max_reduction_with_dim_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.2010614Z test_unsupported_maximum_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.2010930Z test_unsupported_median_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.2011221Z test_unsupported_meshgrid_list_of_tensors_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.2011521Z test_unsupported_meshgrid_variadic_tensors_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.2011806Z test_unsupported_min_reduction_no_dim_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.2012088Z test_unsupported_min_reduction_with_dim_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.2012337Z test_unsupported_minimum_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.2012595Z test_unsupported_mode_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.2012855Z test_unsupported_movedim_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.2013121Z test_unsupported_msort_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.2013395Z test_unsupported_multinomial_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.2013654Z test_unsupported_mv_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.2013941Z test_unsupported_mvlgamma_mvlgamma_p_1_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.2014221Z test_unsupported_mvlgamma_mvlgamma_p_3_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.2014492Z test_unsupported_mvlgamma_mvlgamma_p_5_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.2014758Z test_unsupported_nan_to_num_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.2015120Z test_unsupported_nanmean_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.002s) 2022-11-23T02:20:24.2016997Z test_unsupported_nanmedian_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T02:20:24.2017292Z test_unsupported_nanquantile_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T02:20:24.2017554Z test_unsupported_nansum_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.003s) 2022-11-23T02:20:24.2017829Z test_unsupported_narrow_copy_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T02:20:24.2018093Z test_unsupported_narrow_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T02:20:24.2018373Z test_unsupported_native_batch_norm_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T02:20:24.2018667Z test_unsupported_native_dropout_backward_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T02:20:24.2018946Z test_unsupported_native_layer_norm_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T02:20:24.2019211Z test_unsupported_new_empty_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T02:20:24.2019990Z test_unsupported_new_empty_strided_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T02:20:24.2020315Z test_unsupported_new_full_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T02:20:24.2020580Z test_unsupported_new_ones_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.011s) 2022-11-23T02:20:24.2020853Z test_unsupported_new_zeros_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.002s) 2022-11-23T02:20:24.2021165Z test_unsupported_nextafter_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.002s) 2022-11-23T02:20:24.2021486Z test_unsupported_nn_functional__scaled_dot_product_attention_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.002s) 2022-11-23T02:20:24.2023491Z test_unsupported_nn_functional_adaptive_avg_pool1d_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.002s) 2022-11-23T02:20:24.2023828Z test_unsupported_nn_functional_adaptive_avg_pool2d_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.002s) 2022-11-23T02:20:24.2024130Z test_unsupported_nn_functional_adaptive_avg_pool3d_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.002s) 2022-11-23T02:20:24.2024417Z test_unsupported_nn_functional_adaptive_max_pool1d_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.002s) 2022-11-23T02:20:24.2024714Z test_unsupported_nn_functional_adaptive_max_pool2d_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.002s) 2022-11-23T02:20:24.2025013Z test_unsupported_nn_functional_adaptive_max_pool3d_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.002s) 2022-11-23T02:20:24.2025307Z test_unsupported_nn_functional_alpha_dropout_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.002s) 2022-11-23T02:20:24.2025599Z test_unsupported_nn_functional_avg_pool1d_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.2025888Z test_unsupported_nn_functional_avg_pool2d_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.2026308Z test_unsupported_nn_functional_avg_pool3d_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.2026598Z test_unsupported_nn_functional_batch_norm_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.2026903Z test_unsupported_nn_functional_batch_norm_without_cudnn_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.2027191Z test_unsupported_nn_functional_bilinear_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.2027497Z test_unsupported_nn_functional_binary_cross_entropy_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.2027817Z test_unsupported_nn_functional_binary_cross_entropy_with_logits_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.2028099Z test_unsupported_nn_functional_celu_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.2030113Z test_unsupported_nn_functional_conv1d_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.2030406Z test_unsupported_nn_functional_conv2d_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.2030704Z test_unsupported_nn_functional_conv_transpose1d_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.2031093Z test_unsupported_nn_functional_conv_transpose2d_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.002s) 2022-11-23T02:20:24.2031410Z test_unsupported_nn_functional_conv_transpose3d_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T02:20:24.2031720Z test_unsupported_nn_functional_cosine_embedding_loss_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T02:20:24.2032018Z test_unsupported_nn_functional_cosine_similarity_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.003s) 2022-11-23T02:20:24.2032386Z test_unsupported_nn_functional_cross_entropy_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T02:20:24.2032671Z test_unsupported_nn_functional_ctc_loss_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T02:20:24.2032963Z test_unsupported_nn_functional_dropout2d_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T02:20:24.2033258Z test_unsupported_nn_functional_dropout3d_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T02:20:24.2033549Z test_unsupported_nn_functional_dropout_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.006s) 2022-11-23T02:20:24.2033829Z test_unsupported_nn_functional_elu_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T02:20:24.2034127Z test_unsupported_nn_functional_embedding_bag_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T02:20:24.2034416Z test_unsupported_nn_functional_embedding_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T02:20:24.2035878Z test_unsupported_nn_functional_feature_alpha_dropout_with_train_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T02:20:24.2036714Z test_unsupported_nn_functional_feature_alpha_dropout_without_train_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T02:20:24.2037131Z test_unsupported_nn_functional_fractional_max_pool2d_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T02:20:24.2037438Z test_unsupported_nn_functional_fractional_max_pool3d_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T02:20:24.2037736Z test_unsupported_nn_functional_gaussian_nll_loss_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T02:20:24.2038018Z test_unsupported_nn_functional_gelu_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.011s) 2022-11-23T02:20:24.2038304Z test_unsupported_nn_functional_glu_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.2038599Z test_unsupported_nn_functional_grid_sample_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.2038891Z test_unsupported_nn_functional_group_norm_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.2039179Z test_unsupported_nn_functional_hinge_embedding_loss_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.2039463Z test_unsupported_nn_functional_huber_loss_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.2039757Z test_unsupported_nn_functional_instance_norm_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.2040131Z test_unsupported_nn_functional_interpolate_area_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.2040453Z test_unsupported_nn_functional_interpolate_bicubic_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.2040769Z test_unsupported_nn_functional_interpolate_bilinear_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.2041073Z test_unsupported_nn_functional_interpolate_linear_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.2043007Z test_unsupported_nn_functional_interpolate_nearest_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.2043332Z test_unsupported_nn_functional_interpolate_trilinear_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.2043622Z test_unsupported_nn_functional_kl_div_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.2043908Z test_unsupported_nn_functional_l1_loss_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.2044204Z test_unsupported_nn_functional_layer_norm_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.2044488Z test_unsupported_nn_functional_linear_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.2044792Z test_unsupported_nn_functional_local_response_norm_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.2045086Z test_unsupported_nn_functional_logsigmoid_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.2045390Z test_unsupported_nn_functional_margin_ranking_loss_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.2045680Z test_unsupported_nn_functional_max_pool1d_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.2045962Z test_unsupported_nn_functional_max_pool2d_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.2046343Z test_unsupported_nn_functional_max_pool3d_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.2046635Z test_unsupported_nn_functional_max_unpool1d_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.002s) 2022-11-23T02:20:24.2046936Z test_unsupported_nn_functional_max_unpool1d_grad_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.2047226Z test_unsupported_nn_functional_max_unpool2d_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.2048646Z test_unsupported_nn_functional_max_unpool2d_grad_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.2049450Z test_unsupported_nn_functional_max_unpool3d_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.2049756Z test_unsupported_nn_functional_max_unpool3d_grad_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.2050037Z test_unsupported_nn_functional_mish_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.2050323Z test_unsupported_nn_functional_mse_loss_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.2050705Z test_unsupported_nn_functional_multi_margin_loss_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.2051028Z test_unsupported_nn_functional_multilabel_margin_loss_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T02:20:24.2051343Z test_unsupported_nn_functional_multilabel_soft_margin_loss_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.002s) 2022-11-23T02:20:24.2051634Z test_unsupported_nn_functional_nll_loss_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T02:20:24.2051926Z test_unsupported_nn_functional_normalize_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.003s) 2022-11-23T02:20:24.2052219Z test_unsupported_nn_functional_pad_circular_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T02:20:24.2052515Z test_unsupported_nn_functional_pad_constant_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T02:20:24.2052809Z test_unsupported_nn_functional_pad_reflect_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T02:20:24.2053110Z test_unsupported_nn_functional_pad_replicate_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T02:20:24.2053417Z test_unsupported_nn_functional_pairwise_distance_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.006s) 2022-11-23T02:20:24.2053683Z test_unsupported_nn_functional_pdist_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.2055719Z test_unsupported_nn_functional_pixel_shuffle_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.2056056Z test_unsupported_nn_functional_pixel_unshuffle_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.2056352Z test_unsupported_nn_functional_poisson_nll_loss_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.2056636Z test_unsupported_nn_functional_prelu_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.2057018Z test_unsupported_nn_functional_rrelu_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.2057301Z test_unsupported_nn_functional_selu_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.2057581Z test_unsupported_nn_functional_silu_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.2057881Z test_unsupported_nn_functional_smooth_l1_loss_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.2058173Z test_unsupported_nn_functional_soft_margin_loss_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.2058462Z test_unsupported_nn_functional_softmin_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.2058766Z test_unsupported_nn_functional_softmin_with_dtype_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.2059057Z test_unsupported_nn_functional_softshrink_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.2059359Z test_unsupported_nn_functional_triplet_margin_loss_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.2059748Z test_unsupported_nn_functional_triplet_margin_with_distance_loss_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.2060046Z test_unsupported_nn_functional_unfold_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.2060348Z test_unsupported_nn_functional_upsample_bilinear_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.2062319Z test_unsupported_nn_functional_upsample_nearest_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.2062600Z test_unsupported_nonzero_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.2062861Z test_unsupported_norm_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.2063127Z test_unsupported_norm_fro_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.2063427Z test_unsupported_norm_inf_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.2063696Z test_unsupported_norm_nuc_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.2063960Z test_unsupported_normal_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.2064245Z test_unsupported_normal_number_mean_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.2064504Z test_unsupported_ones_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.2064773Z test_unsupported_ones_like_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.2065042Z test_unsupported_ormqr_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.2065299Z test_unsupported_outer_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.2065568Z test_unsupported_pca_lowrank_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.2065944Z test_unsupported_pinverse_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.2066191Z test_unsupported_polar_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.2066480Z test_unsupported_polygamma_polygamma_n_0_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.002s) 2022-11-23T02:20:24.2066759Z test_unsupported_polygamma_polygamma_n_1_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T02:20:24.2068635Z test_unsupported_polygamma_polygamma_n_2_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T02:20:24.2068951Z test_unsupported_polygamma_polygamma_n_3_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.003s) 2022-11-23T02:20:24.2069240Z test_unsupported_polygamma_polygamma_n_4_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T02:20:24.2069512Z test_unsupported_positive_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T02:20:24.2069774Z test_unsupported_prod_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T02:20:24.2070033Z test_unsupported_put_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T02:20:24.2070288Z test_unsupported_qr_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.006s) 2022-11-23T02:20:24.2070640Z test_unsupported_quantile_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.2070922Z test_unsupported_rad2deg_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.2071190Z test_unsupported_rand_like_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.2071456Z test_unsupported_randint_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.2071725Z test_unsupported_randint_like_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.2071986Z test_unsupported_randn_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.2072254Z test_unsupported_randn_like_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.2072520Z test_unsupported_ravel_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.2072780Z test_unsupported_real_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.2073041Z test_unsupported_renorm_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.2074452Z test_unsupported_repeat_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.2075241Z test_unsupported_repeat_interleave_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.2075509Z test_unsupported_resize__cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.2075783Z test_unsupported_resize_as__cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.2076057Z test_unsupported_resolve_conj_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.2076327Z test_unsupported_resolve_neg_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.2076690Z test_unsupported_roll_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.2076953Z test_unsupported_rot90_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.2077212Z test_unsupported_round_decimals_0_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.2077489Z test_unsupported_round_decimals_3_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.2077773Z test_unsupported_round_decimals_neg_3_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.2078045Z test_unsupported_scalar_tensor_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.2078316Z test_unsupported_scatter_add_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.2078583Z test_unsupported_scatter_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.2078867Z test_unsupported_scatter_reduce_amax_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.2079141Z test_unsupported_scatter_reduce_amin_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.2079410Z test_unsupported_scatter_reduce_mean_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.2080894Z test_unsupported_scatter_reduce_prod_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.2081712Z test_unsupported_scatter_reduce_sum_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.2081995Z test_unsupported_searchsorted_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.2082284Z test_unsupported_segment_reduce_lengths_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.002s) 2022-11-23T02:20:24.2082565Z test_unsupported_segment_reduce_offsets_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.002s) 2022-11-23T02:20:24.2082830Z test_unsupported_select_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.002s) 2022-11-23T02:20:24.2083109Z test_unsupported_select_scatter_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.002s) 2022-11-23T02:20:24.2083369Z test_unsupported_sgn_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.002s) 2022-11-23T02:20:24.2083658Z test_unsupported_signal_windows_cosine_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.002s) 2022-11-23T02:20:24.2083955Z test_unsupported_signal_windows_exponential_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T02:20:24.2084241Z test_unsupported_signal_windows_gaussian_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.003s) 2022-11-23T02:20:24.2084527Z test_unsupported_signal_windows_kaiser_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T02:20:24.2084792Z test_unsupported_signbit_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.006s) 2022-11-23T02:20:24.2085048Z test_unsupported_sinc_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T02:20:24.2085309Z test_unsupported_slice_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T02:20:24.2085682Z test_unsupported_slice_scatter_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T02:20:24.2085947Z test_unsupported_softmax_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T02:20:24.2087837Z test_unsupported_softmax_with_dtype_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T02:20:24.2088120Z test_unsupported_sort_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T02:20:24.2088415Z test_unsupported_sparse_sampled_addmm_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T02:20:24.2088691Z test_unsupported_special_airy_ai_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T02:20:24.2088955Z test_unsupported_special_bessel_j0_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T02:20:24.2089238Z test_unsupported_special_bessel_j1_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T02:20:24.2089519Z test_unsupported_special_bessel_y0_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.011s) 2022-11-23T02:20:24.2089793Z test_unsupported_special_bessel_y1_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.002s) 2022-11-23T02:20:24.2090063Z test_unsupported_special_chebyshev_polynomial_t_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-11-23T02:20:24.2090417Z test_unsupported_special_chebyshev_polynomial_u_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-11-23T02:20:24.2090697Z test_unsupported_special_chebyshev_polynomial_v_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-11-23T02:20:24.2090962Z test_unsupported_special_chebyshev_polynomial_w_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-11-23T02:20:24.2091236Z test_unsupported_special_entr_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.002s) 2022-11-23T02:20:24.2091509Z test_unsupported_special_erfcx_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.002s) 2022-11-23T02:20:24.2091771Z test_unsupported_special_hermite_polynomial_h_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-11-23T02:20:24.2092031Z test_unsupported_special_hermite_polynomial_he_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-11-23T02:20:24.2092304Z test_unsupported_special_i0e_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.002s) 2022-11-23T02:20:24.2094185Z test_unsupported_special_i1_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.002s) 2022-11-23T02:20:24.2094494Z test_unsupported_special_i1e_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.002s) 2022-11-23T02:20:24.2094761Z test_unsupported_special_laguerre_polynomial_l_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-11-23T02:20:24.2095021Z test_unsupported_special_legendre_polynomial_p_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-11-23T02:20:24.2095300Z test_unsupported_special_log_ndtr_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.002s) 2022-11-23T02:20:24.2095596Z test_unsupported_special_modified_bessel_i0_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.002s) 2022-11-23T02:20:24.2095887Z test_unsupported_special_modified_bessel_i1_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.2096166Z test_unsupported_special_modified_bessel_k0_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.002s) 2022-11-23T02:20:24.2096559Z test_unsupported_special_modified_bessel_k1_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.003s) 2022-11-23T02:20:24.2096832Z test_unsupported_special_ndtr_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T02:20:24.2097106Z test_unsupported_special_ndtri_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T02:20:24.2097421Z test_unsupported_special_polygamma_special_polygamma_n_0_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.006s) 2022-11-23T02:20:24.2097726Z test_unsupported_special_scaled_modified_bessel_k0_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.2098027Z test_unsupported_special_scaled_modified_bessel_k1_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.002s) 2022-11-23T02:20:24.2098307Z test_unsupported_special_shifted_chebyshev_polynomial_t_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-11-23T02:20:24.2098583Z test_unsupported_special_shifted_chebyshev_polynomial_u_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-11-23T02:20:24.2098855Z test_unsupported_special_shifted_chebyshev_polynomial_v_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-11-23T02:20:24.2100356Z test_unsupported_special_shifted_chebyshev_polynomial_w_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-11-23T02:20:24.2101245Z test_unsupported_special_spherical_bessel_j0_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.2101569Z test_unsupported_special_xlog1py_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.2101850Z test_unsupported_special_zeta_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.2102113Z test_unsupported_split_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.2102390Z test_unsupported_split_list_args_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.2102666Z test_unsupported_split_with_sizes_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.2102939Z test_unsupported_square_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.2103202Z test_unsupported_squeeze_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.2103466Z test_unsupported_stack_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.2103725Z test_unsupported_std_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.2103989Z test_unsupported_std_mean_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.2104249Z test_unsupported_stft_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.2104516Z test_unsupported_sum_to_size_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.2104776Z test_unsupported_svd_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.2105045Z test_unsupported_svd_lowrank_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.2105306Z test_unsupported_symeig_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.2105671Z test_unsupported_take_along_dim_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.2107087Z test_unsupported_take_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.2107865Z test_unsupported_tensor_split_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.2108141Z test_unsupported_tensordot_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.2108406Z test_unsupported_tile_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.2108665Z test_unsupported_to_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.002s) 2022-11-23T02:20:24.2108935Z test_unsupported_to_sparse_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T02:20:24.2109197Z test_unsupported_topk_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.003s) 2022-11-23T02:20:24.2109458Z test_unsupported_trace_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T02:20:24.2109726Z test_unsupported_trapezoid_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T02:20:24.2109967Z test_unsupported_trapz_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T02:20:24.2110334Z test_unsupported_triangular_solve_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T02:20:24.2110608Z test_unsupported_tril_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.006s) 2022-11-23T02:20:24.2110866Z test_unsupported_triu_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T02:20:24.2111133Z test_unsupported_unbind_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T02:20:24.2111404Z test_unsupported_unflatten_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T02:20:24.2111675Z test_unsupported_unfold_copy_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T02:20:24.2111939Z test_unsupported_unfold_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T02:20:24.2112204Z test_unsupported_uniform_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T02:20:24.2112487Z test_unsupported_unique_consecutive_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T02:20:24.2112748Z test_unsupported_unique_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T02:20:24.2113009Z test_unsupported_var_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.011s) 2022-11-23T02:20:24.2113274Z test_unsupported_var_mean_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.2113533Z test_unsupported_vdot_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.002s) 2022-11-23T02:20:24.2113810Z test_unsupported_view_as_complex_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.2114077Z test_unsupported_view_copy_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.002s) 2022-11-23T02:20:24.2114339Z test_unsupported_vsplit_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.2114683Z test_unsupported_vstack_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.2114944Z test_unsupported_xlogy_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.2115205Z test_unsupported_zero__cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.2115458Z test_unsupported_zeros_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.002s) 2022-11-23T02:20:24.2115728Z test_unsupported_zeros_like_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.2115985Z test_working___radd___cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.2116239Z test_working___rdiv___cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.2116487Z test_working___rmod___cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.2116729Z test_working___rmul___cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.2116978Z test_working_abs_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.2117214Z test_working_acos_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.2119335Z test_working_add_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.2119640Z test_working_addcmul_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.2119917Z test_working_addmm_decomposed_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.2120172Z test_working_asin_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.2120425Z test_working_atan2_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.2120677Z test_working_atan_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.2120926Z test_working_bool_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.2121208Z test_working_byte_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.2121461Z test_working_ceil_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.2121707Z test_working_char_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.2121963Z test_working_clamp_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.2122227Z test_working_contiguous_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.2122474Z test_working_cos_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.2122716Z test_working_cosh_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.2122989Z test_working_div_floor_rounding_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.2123264Z test_working_div_no_rounding_mode_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.2123530Z test_working_div_trunc_rounding_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.2124320Z test_working_double_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.2124572Z test_working_eq_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.2124818Z test_working_erf_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.2125065Z test_working_erfc_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.2125315Z test_working_exp_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.2125582Z test_working_expand_as_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.2125837Z test_working_expand_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.2126071Z test_working_expm1_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.2126326Z test_working_float_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.2126576Z test_working_floor_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.2126821Z test_working_fmod_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.2127069Z test_working_ge_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.2127407Z test_working_gt_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.2127676Z test_working_half_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.2127925Z test_working_int_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.2128178Z test_working_isnan_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.2128425Z test_working_le_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.2128671Z test_working_lerp_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.2128930Z test_working_lgamma_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.2129184Z test_working_log10_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.2129433Z test_working_log1p_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.2129680Z test_working_log2_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.2129930Z test_working_log_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.2130175Z test_working_long_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.2130420Z test_working_lt_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T02:20:24.2130680Z test_working_masked_fill_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.002s) 2022-11-23T02:20:24.2130940Z test_working_max_binary_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T02:20:24.2131189Z test_working_mean_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T02:20:24.2131446Z test_working_min_binary_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T02:20:24.2131780Z test_working_mm_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.003s) 2022-11-23T02:20:24.2132028Z test_working_mul_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T02:20:24.2132268Z test_working_ne_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T02:20:24.2132499Z test_working_neg_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T02:20:24.2132784Z test_working_nn_functional_hardshrink_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T02:20:24.2133071Z test_working_nn_functional_hardsigmoid_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T02:20:24.2133352Z test_working_nn_functional_hardswish_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T02:20:24.2133633Z test_working_nn_functional_hardtanh_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.006s) 2022-11-23T02:20:24.2135104Z test_working_nn_functional_leaky_relu_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T02:20:24.2135894Z test_working_nn_functional_relu6_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T02:20:24.2136176Z test_working_nn_functional_relu_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T02:20:24.2136548Z test_working_nn_functional_softplus_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T02:20:24.2136840Z test_working_nn_functional_softsign_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T02:20:24.2137128Z test_working_nn_functional_tanhshrink_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T02:20:24.2137409Z test_working_nn_functional_threshold_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T02:20:24.2137668Z test_working_permute_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T02:20:24.2137917Z test_working_pow_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T02:20:24.2138184Z test_working_reciprocal_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T02:20:24.2138448Z test_working_remainder_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T02:20:24.2138706Z test_working_reshape_as_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.010s) 2022-11-23T02:20:24.2138964Z test_working_reshape_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.2139219Z test_working_round_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.2139472Z test_working_rsqrt_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.2139723Z test_working_rsub_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.002s) 2022-11-23T02:20:24.2139979Z test_working_short_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.2140234Z test_working_sigmoid_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.2140481Z test_working_sign_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.2140816Z test_working_sin_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.2141068Z test_working_sinh_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.2141311Z test_working_sqrt_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.2141539Z test_working_sub_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.2141787Z test_working_sum_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.2142037Z test_working_t_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.2142280Z test_working_tan_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.2142530Z test_working_tanh_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.2142795Z test_working_transpose_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.2143055Z test_working_true_divide_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.2143303Z test_working_trunc_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.2143564Z test_working_unsqueeze_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.2143893Z test_working_view_as_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.2144158Z test_working_view_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.2144411Z test_working_where_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T02:20:24.2144572Z test_abs (__main__.TestTEFuserDynamic) ... ok (0.824s) 2022-11-23T02:20:24.2144764Z test_adaptive_avg_pool2d (__main__.TestTEFuserDynamic) ... ok (0.043s) 2022-11-23T02:20:24.2144933Z test_add_bool (__main__.TestTEFuserDynamic) ... ok (0.889s) 2022-11-23T02:20:24.2145100Z test_addcmul (__main__.TestTEFuserDynamic) ... ok (0.381s) 2022-11-23T02:20:24.2145349Z test_arg_configurations_smoke (__main__.TestTEFuserDynamic) ... skip: TODO: chunk dynamic shapes (0.006s) 2022-11-23T02:20:24.2145525Z test_autocast_down (__main__.TestTEFuserDynamic) ... ok (0.225s) 2022-11-23T02:20:24.2145702Z test_autocast_up (__main__.TestTEFuserDynamic) ... ok (0.206s) 2022-11-23T02:20:24.2145875Z test_batch_norm (__main__.TestTEFuserDynamic) ... ok (118.573s) 2022-11-23T02:20:24.2146038Z test_binary_div_ops (__main__.TestTEFuserDynamic) ... ok (12.218s) 2022-11-23T02:20:24.2146208Z test_binary_ops (__main__.TestTEFuserDynamic) ... ok (35.876s) 2022-11-23T02:20:24.2146383Z test_binary_pow (__main__.TestTEFuserDynamic) ... ok (2.544s) 2022-11-23T02:20:24.2146565Z test_binary_scalar_ops (__main__.TestTEFuserDynamic) ... ok (0.514s) 2022-11-23T02:20:24.2146865Z test_binary_tensor_scalar_ops (__main__.TestTEFuserDynamic) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.012s) 2022-11-23T02:20:24.2147039Z test_bitwise_ops (__main__.TestTEFuserDynamic) ... ok (6.004s) 2022-11-23T02:20:24.2147212Z test_broadcast (__main__.TestTEFuserDynamic) ... ok (0.506s) 2022-11-23T02:20:24.2147378Z test_cat_2k_args (__main__.TestTEFuserDynamic) ... ok (1.293s) 2022-11-23T02:20:24.2147554Z test_cat_graph_opt (__main__.TestTEFuserDynamic) ... ok (0.053s) 2022-11-23T02:20:24.2147751Z test_channels_last_dims_dynamic (__main__.TestTEFuserDynamic) ... ok (4.073s) 2022-11-23T02:20:24.2147932Z test_checks_cat_inputs (__main__.TestTEFuserDynamic) ... ok (0.636s) 2022-11-23T02:20:24.2148227Z test_chunk (__main__.TestTEFuserDynamic) ... skip: TODO: chunk dynamic shapes (0.000s) 2022-11-23T02:20:24.2148464Z test_chunk_correctness (__main__.TestTEFuserDynamic) ... skip: TODO: chunk dynamic shapes (0.000s) 2022-11-23T02:20:24.2148692Z test_chunk_distributes (__main__.TestTEFuserDynamic) ... skip: TODO: chunk dynamic shapes (0.000s) 2022-11-23T02:20:24.2148951Z test_chunk_motion_deduplicates_inputs (__main__.TestTEFuserDynamic) ... skip: TODO: chunk dynamic shapes (0.000s) 2022-11-23T02:20:24.2149169Z test_chunk_mul_one (__main__.TestTEFuserDynamic) ... skip: TODO: chunk dynamic shapes (0.010s) 2022-11-23T02:20:24.2149396Z test_chunk_multiple (__main__.TestTEFuserDynamic) ... skip: TODO: chunk dynamic shapes (0.000s) 2022-11-23T02:20:24.2149559Z test_clamp (__main__.TestTEFuserDynamic) ... ok (6.772s) 2022-11-23T02:20:24.2149717Z test_clamp_double (__main__.TestTEFuserDynamic) ... ok (0.461s) 2022-11-23T02:20:24.2149885Z test_clamp_int (__main__.TestTEFuserDynamic) ... ok (0.479s) 2022-11-23T02:20:24.2150071Z test_comparison_eq_ne (__main__.TestTEFuserDynamic) ... ok (0.637s) 2022-11-23T02:20:24.2150252Z test_comparison_ge_le (__main__.TestTEFuserDynamic) ... ok (0.707s) 2022-11-23T02:20:24.2150425Z test_comparison_gt_lt (__main__.TestTEFuserDynamic) ... ok (0.638s) 2022-11-23T02:20:24.2150589Z test_concat (__main__.TestTEFuserDynamic) ... ok (0.338s) 2022-11-23T02:20:24.2150767Z test_concat_invariant (__main__.TestTEFuserDynamic) ... ok (0.608s) 2022-11-23T02:20:24.2151007Z test_constant_chunk_shapes (__main__.TestTEFuserDynamic) ... skip: TODO: chunk dynamic shapes (0.005s) 2022-11-23T02:20:24.2151306Z test_conv2d (__main__.TestTEFuserDynamic) ... skip: don't run conv with dynamic shapes (0.003s) 2022-11-23T02:20:24.2151574Z test_conv2d_depthwise (__main__.TestTEFuserDynamic) ... skip: Too slow to run with the TE interpreter (0.000s) 2022-11-23T02:20:24.2151810Z test_cuda_half (__main__.TestTEFuserDynamic) ... skip: no half support with profiling on (0.006s) 2022-11-23T02:20:24.2151972Z test_dims (__main__.TestTEFuserDynamic) ... ok (0.105s) 2022-11-23T02:20:24.2152140Z test_disabled (__main__.TestTEFuserDynamic) ... ok (0.010s) 2022-11-23T02:20:24.2152302Z test_div_bool (__main__.TestTEFuserDynamic) ... ok (0.286s) 2022-11-23T02:20:24.2152471Z test_dynamic_cat (__main__.TestTEFuserDynamic) ... ok (0.020s) 2022-11-23T02:20:24.2152649Z test_dynamic_shapes (__main__.TestTEFuserDynamic) ... ok (61.217s) 2022-11-23T02:20:24.2152833Z test_eq_unsqueeze_type_as (__main__.TestTEFuserDynamic) ... ok (0.946s) 2022-11-23T02:20:24.2152974Z test_erf (__main__.TestTEFuserDynamic) ... ok (1.276s) 2022-11-23T02:20:24.2153174Z test_exhaust_specializations (__main__.TestTEFuserDynamic) ... ok (0.010s) 2022-11-23T02:20:24.2153330Z test_exp (__main__.TestTEFuserDynamic) ... ok (0.338s) 2022-11-23T02:20:24.2153565Z test_fusion_reuse_multi_gpu (__main__.TestTEFuserDynamic) ... skip: needs non-zero device (0.001s) 2022-11-23T02:20:24.2153725Z test_gelu (__main__.TestTEFuserDynamic) ... ok (0.009s) 2022-11-23T02:20:24.2153913Z test_hardsigmoid_fwd_bwd (__main__.TestTEFuserDynamic) ... ok (0.056s) 2022-11-23T02:20:24.2154095Z test_hardswish_fwd_bwd (__main__.TestTEFuserDynamic) ... ok (0.070s) 2022-11-23T02:20:24.2154288Z test_inlined_optimized_graph (__main__.TestTEFuserDynamic) ... ok (0.042s) 2022-11-23T02:20:24.2154448Z test_isnan (__main__.TestTEFuserDynamic) ... ok (5.052s) 2022-11-23T02:20:24.2154684Z test_kernel_cache_multi_gpu (__main__.TestTEFuserDynamic) ... skip: needs non-zero device (0.002s) 2022-11-23T02:20:24.2154842Z test_lerp (__main__.TestTEFuserDynamic) ... ok (0.596s) 2022-11-23T02:20:24.2155149Z test_list_ops (__main__.TestTEFuserDynamic) ... skip: FIXME: fuser doesn't include ListConstruct nodes to the group causing a failure (0.000s) 2022-11-23T02:20:24.2155305Z test_lstm (__main__.TestTEFuserDynamic) ... ok (2.332s) 2022-11-23T02:20:24.2155474Z test_lstm_concat (__main__.TestTEFuserDynamic) ... ok (0.604s) 2022-11-23T02:20:24.2155755Z test_lstm_gates_permutations (__main__.TestTEFuserDynamic) ... ok (13.332s) 2022-11-23T02:20:24.2155925Z test_lstm_traced (__main__.TestTEFuserDynamic) ... ok (0.877s) 2022-11-23T02:20:24.2156141Z test_masked_fill (__main__.TestTEFuserDynamic) ... skip: Temporarily disabled (0.000s) 2022-11-23T02:20:24.2156349Z test_matmul (__main__.TestTEFuserDynamic) ... skip: don't run conv with dynamic shapes (0.011s) 2022-11-23T02:20:24.2156574Z test_milstm (__main__.TestTEFuserDynamic) ... skip: don't run conv with dynamic shapes (0.003s) 2022-11-23T02:20:24.2156741Z test_minmax (__main__.TestTEFuserDynamic) ... ok (4.904s) 2022-11-23T02:20:24.2156920Z test_minmax_int_ops (__main__.TestTEFuserDynamic) ... ok (2.688s) 2022-11-23T02:20:24.2157082Z test_mul_bool (__main__.TestTEFuserDynamic) ... ok (0.271s) 2022-11-23T02:20:24.2157246Z test_neg_pow (__main__.TestTEFuserDynamic) ... ok (0.058s) 2022-11-23T02:20:24.2157477Z test_nonzero_device_cuda (__main__.TestTEFuserDynamic) ... skip: needs non-zero device (0.001s) 2022-11-23T02:20:24.2157639Z test_nop (__main__.TestTEFuserDynamic) ... ok (0.001s) 2022-11-23T02:20:24.2158088Z test_profiler (__main__.TestTEFuserDynamic) ... STAGE:2022-11-23 02:12:51 4960:1248 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T02:20:24.2158469Z STAGE:2022-11-23 02:12:51 4960:1248 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T02:20:24.2158923Z STAGE:2022-11-23 02:12:51 4960:1248 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T02:20:24.2159022Z ok (0.028s) 2022-11-23T02:20:24.2159270Z test_rand_broadcast_cuda (__main__.TestTEFuserDynamic) ... skip: rand_like is not supported yet (0.004s) 2022-11-23T02:20:24.2159499Z test_rand_cuda (__main__.TestTEFuserDynamic) ... skip: rand_like is not supported yet (0.003s) 2022-11-23T02:20:24.2159730Z test_rand_diamond (__main__.TestTEFuserDynamic) ... skip: rand_like is not supported yet (0.002s) 2022-11-23T02:20:24.2159890Z test_relu (__main__.TestTEFuserDynamic) ... ok (0.355s) 2022-11-23T02:20:24.2160060Z test_relu_fwd_bwd (__main__.TestTEFuserDynamic) ... ok (0.036s) 2022-11-23T02:20:24.2160264Z test_remove_output_used_only_in_size (__main__.TestTEFuserDynamic) ... ok (0.280s) 2022-11-23T02:20:24.2160426Z test_scalar (__main__.TestTEFuserDynamic) ... ok (0.022s) 2022-11-23T02:20:24.2160602Z test_scalar_arg (__main__.TestTEFuserDynamic) ... ok (0.860s) 2022-11-23T02:20:24.2160770Z test_scalar_only_inputs (__main__.TestTEFuserDynamic) ... ok (0.015s) 2022-11-23T02:20:24.2160950Z test_skip_grad_in_check (__main__.TestTEFuserDynamic) ... ok (0.016s) 2022-11-23T02:20:24.2161126Z test_small_constant (__main__.TestTEFuserDynamic) ... ok (0.546s) 2022-11-23T02:20:24.2161328Z test_sub_gt_and (__main__.TestTEFuserDynamic) ... ok (0.579s) 2022-11-23T02:20:24.2161491Z test_sum_dim (__main__.TestTEFuserDynamic) ... ok (0.055s) 2022-11-23T02:20:24.2161670Z test_sum_keepdim_cast (__main__.TestTEFuserDynamic) ... ok (0.026s) 2022-11-23T02:20:24.2161837Z test_sum_simple (__main__.TestTEFuserDynamic) ... ok (0.031s) 2022-11-23T02:20:24.2162003Z test_superslomo (__main__.TestTEFuserDynamic) ... ok (0.406s) 2022-11-23T02:20:24.2162184Z test_tensor_scalar_ops (__main__.TestTEFuserDynamic) ... ok (0.983s) 2022-11-23T02:20:24.2162362Z test_ternary_norm_ops (__main__.TestTEFuserDynamic) ... ok (52.798s) 2022-11-23T02:20:24.2162536Z test_ternary_ops (__main__.TestTEFuserDynamic) ... ok (2.909s) 2022-11-23T02:20:24.2162704Z test_threshold (__main__.TestTEFuserDynamic) ... ok (0.504s) 2022-11-23T02:20:24.2162869Z test_to_device (__main__.TestTEFuserDynamic) ... ok (0.023s) 2022-11-23T02:20:24.2163102Z test_to_dtype (__main__.TestTEFuserDynamic) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T02:20:24.2163357Z test_torch_to (__main__.TestTEFuserDynamic) ... ok (9.358s) 2022-11-23T02:20:24.2163527Z test_type_as_cat (__main__.TestTEFuserDynamic) ... ok (1.439s) 2022-11-23T02:20:24.2163679Z test_typecheck (__main__.TestTEFuserDynamic) ... ok (0.031s) 2022-11-23T02:20:24.2163945Z test_unary_ops (__main__.TestTEFuserDynamic) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.2164116Z test_unrolled_cat (__main__.TestTEFuserDynamic) ... ok (0.025s) 2022-11-23T02:20:24.2164315Z test_unsqueeze_size_calculation (__main__.TestTEFuserDynamic) ... ok (0.696s) 2022-11-23T02:20:24.2164499Z test_unsqueeze_var_dim (__main__.TestTEFuserDynamic) ... ok (0.148s) 2022-11-23T02:20:24.2165116Z 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-23T02:20:24.2165227Z return v.to(dtype) 2022-11-23T02:20:24.2165313Z ok (0.829s) 2022-11-23T02:20:24.2167154Z test_where_and_typing (__main__.TestTEFuserDynamic) ... ok (0.521s) 2022-11-23T02:20:24.2167337Z test_where_ops (__main__.TestTEFuserDynamic) ... ok (6.767s) 2022-11-23T02:20:24.2167730Z 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-23T02:20:24.2167877Z warnings.warn("Only works in script mode") 2022-11-23T02:20:24.2168436Z ok (0.103s) 2022-11-23T02:20:24.2168680Z test_zero_element_tensors (__main__.TestTEFuserDynamic) ... ok (0.528s) 2022-11-23T02:20:24.2168839Z test_abs (__main__.TestTEFuserStatic) ... ok (0.440s) 2022-11-23T02:20:24.2169026Z test_adaptive_avg_pool2d (__main__.TestTEFuserStatic) ... ok (0.037s) 2022-11-23T02:20:24.2169195Z test_add_bool (__main__.TestTEFuserStatic) ... ok (0.838s) 2022-11-23T02:20:24.2169359Z test_addcmul (__main__.TestTEFuserStatic) ... ok (0.310s) 2022-11-23T02:20:24.2169541Z test_arg_configurations_smoke (__main__.TestTEFuserStatic) ... ok (0.258s) 2022-11-23T02:20:24.2169711Z test_autocast_down (__main__.TestTEFuserStatic) ... ok (0.226s) 2022-11-23T02:20:24.2169880Z test_autocast_up (__main__.TestTEFuserStatic) ... ok (0.214s) 2022-11-23T02:20:24.2170049Z test_batch_norm (__main__.TestTEFuserStatic) ... ok (100.136s) 2022-11-23T02:20:24.2170228Z test_binary_div_ops (__main__.TestTEFuserStatic) ... ok (11.996s) 2022-11-23T02:20:24.2170400Z test_binary_ops (__main__.TestTEFuserStatic) ... ok (35.512s) 2022-11-23T02:20:24.2170569Z test_binary_pow (__main__.TestTEFuserStatic) ... ok (2.500s) 2022-11-23T02:20:24.2170749Z test_binary_scalar_ops (__main__.TestTEFuserStatic) ... ok (0.497s) 2022-11-23T02:20:24.2171041Z test_binary_tensor_scalar_ops (__main__.TestTEFuserStatic) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:20:24.2171208Z test_bitwise_ops (__main__.TestTEFuserStatic) ... ok (5.707s) 2022-11-23T02:20:24.2171374Z test_broadcast (__main__.TestTEFuserStatic) ... ok (0.480s) 2022-11-23T02:20:24.2171535Z test_cat_2k_args (__main__.TestTEFuserStatic) ... ok (1.332s) 2022-11-23T02:20:24.2171704Z test_cat_graph_opt (__main__.TestTEFuserStatic) ... ok (0.027s) 2022-11-23T02:20:24.2171899Z test_channels_last_dims_dynamic (__main__.TestTEFuserStatic) ... ok (3.877s) 2022-11-23T02:20:24.2172078Z test_checks_cat_inputs (__main__.TestTEFuserStatic) ... ok (0.521s) 2022-11-23T02:20:24.2172236Z test_chunk (__main__.TestTEFuserStatic) ... ok (0.515s) 2022-11-23T02:20:24.2172398Z test_chunk_correctness (__main__.TestTEFuserStatic) ... ok (5.689s) 2022-11-23T02:20:24.2172574Z test_chunk_distributes (__main__.TestTEFuserStatic) ... ok (0.333s) 2022-11-23T02:20:24.2172784Z test_chunk_motion_deduplicates_inputs (__main__.TestTEFuserStatic) ... ok (0.862s) 2022-11-23T02:20:24.2173071Z test_chunk_mul_one (__main__.TestTEFuserStatic) ... ok (18.693s) 2022-11-23T02:20:24.2173242Z test_chunk_multiple (__main__.TestTEFuserStatic) ... ok (0.636s) 2022-11-23T02:20:24.2173399Z test_clamp (__main__.TestTEFuserStatic) ... ok (6.559s) 2022-11-23T02:20:24.2173569Z test_clamp_double (__main__.TestTEFuserStatic) ... ok (0.454s) 2022-11-23T02:20:24.2173736Z test_clamp_int (__main__.TestTEFuserStatic) ... ok (0.471s) 2022-11-23T02:20:24.2173918Z test_comparison_eq_ne (__main__.TestTEFuserStatic) ... ok (0.609s) 2022-11-23T02:20:24.2174100Z test_comparison_ge_le (__main__.TestTEFuserStatic) ... ok (0.648s) 2022-11-23T02:20:24.2174274Z test_comparison_gt_lt (__main__.TestTEFuserStatic) ... ok (0.644s) 2022-11-23T02:20:24.2174433Z test_concat (__main__.TestTEFuserStatic) ... ok (0.275s) 2022-11-23T02:20:24.2174610Z test_concat_invariant (__main__.TestTEFuserStatic) ... ok (0.540s) 2022-11-23T02:20:24.2175346Z 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-23T02:20:24.2175447Z r = torch.tensor(4) 2022-11-23T02:20:24.2175530Z ok (1.066s) 2022-11-23T02:20:24.2175697Z test_conv2d (__main__.TestTEFuserStatic) ... ok (0.065s) 2022-11-23T02:20:24.2176019Z test_conv2d_depthwise (__main__.TestTEFuserStatic) ... skip: Too slow to run with the TE interpreter (0.002s) 2022-11-23T02:20:24.2176265Z test_cuda_half (__main__.TestTEFuserStatic) ... skip: no half support with profiling on (0.004s) 2022-11-23T02:20:24.2176407Z test_dims (__main__.TestTEFuserStatic) ... ok (0.115s) 2022-11-23T02:20:24.2176576Z test_disabled (__main__.TestTEFuserStatic) ... ok (0.015s) 2022-11-23T02:20:24.2176736Z test_div_bool (__main__.TestTEFuserStatic) ... ok (0.330s) 2022-11-23T02:20:24.2176905Z test_dynamic_cat (__main__.TestTEFuserStatic) ... ok (0.018s) 2022-11-23T02:20:24.2177081Z test_dynamic_shapes (__main__.TestTEFuserStatic) ... ok (61.287s) 2022-11-23T02:20:24.2177264Z test_eq_unsqueeze_type_as (__main__.TestTEFuserStatic) ... ok (0.927s) 2022-11-23T02:20:24.2177418Z test_erf (__main__.TestTEFuserStatic) ... ok (1.033s) 2022-11-23T02:20:24.2177613Z test_exhaust_specializations (__main__.TestTEFuserStatic) ... ok (0.015s) 2022-11-23T02:20:24.2177769Z test_exp (__main__.TestTEFuserStatic) ... ok (0.374s) 2022-11-23T02:20:24.2177998Z test_fusion_reuse_multi_gpu (__main__.TestTEFuserStatic) ... skip: needs non-zero device (0.000s) 2022-11-23T02:20:24.2178155Z test_gelu (__main__.TestTEFuserStatic) ... ok (0.000s) 2022-11-23T02:20:24.2178340Z test_hardsigmoid_fwd_bwd (__main__.TestTEFuserStatic) ... ok (0.054s) 2022-11-23T02:20:24.2178525Z test_hardswish_fwd_bwd (__main__.TestTEFuserStatic) ... ok (0.053s) 2022-11-23T02:20:24.2178714Z test_inlined_optimized_graph (__main__.TestTEFuserStatic) ... ok (0.032s) 2022-11-23T02:20:24.2178870Z test_isnan (__main__.TestTEFuserStatic) ... ok (3.819s) 2022-11-23T02:20:24.2179098Z test_kernel_cache_multi_gpu (__main__.TestTEFuserStatic) ... skip: needs non-zero device (0.003s) 2022-11-23T02:20:24.2179238Z test_lerp (__main__.TestTEFuserStatic) ... ok (0.563s) 2022-11-23T02:20:24.2179542Z test_list_ops (__main__.TestTEFuserStatic) ... skip: FIXME: fuser doesn't include ListConstruct nodes to the group causing a failure (0.003s) 2022-11-23T02:20:24.2179694Z test_lstm (__main__.TestTEFuserStatic) ... ok (0.727s) 2022-11-23T02:20:24.2179860Z test_lstm_concat (__main__.TestTEFuserStatic) ... ok (0.655s) 2022-11-23T02:20:24.2180048Z test_lstm_gates_permutations (__main__.TestTEFuserStatic) ... ok (7.932s) 2022-11-23T02:20:24.2180305Z test_lstm_traced (__main__.TestTEFuserStatic) ... ok (0.577s) 2022-11-23T02:20:24.2180518Z test_masked_fill (__main__.TestTEFuserStatic) ... skip: Temporarily disabled (0.006s) 2022-11-23T02:20:24.2180681Z test_matmul (__main__.TestTEFuserStatic) ... ok (0.985s) 2022-11-23T02:20:24.2180839Z test_milstm (__main__.TestTEFuserStatic) ... ok (4.241s) 2022-11-23T02:20:24.2180993Z test_minmax (__main__.TestTEFuserStatic) ... ok (4.673s) 2022-11-23T02:20:24.2181165Z test_minmax_int_ops (__main__.TestTEFuserStatic) ... ok (2.522s) 2022-11-23T02:20:24.2181325Z test_mul_bool (__main__.TestTEFuserStatic) ... ok (0.260s) 2022-11-23T02:20:24.2181491Z test_neg_pow (__main__.TestTEFuserStatic) ... ok (0.053s) 2022-11-23T02:20:24.2181721Z test_nonzero_device_cuda (__main__.TestTEFuserStatic) ... skip: needs non-zero device (0.001s) 2022-11-23T02:20:24.2181876Z test_nop (__main__.TestTEFuserStatic) ... ok (0.001s) 2022-11-23T02:20:24.2182322Z test_profiler (__main__.TestTEFuserStatic) ... STAGE:2022-11-23 02:19:07 4960:1248 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T02:20:24.2182704Z STAGE:2022-11-23 02:19:07 4960:1248 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T02:20:24.2183091Z STAGE:2022-11-23 02:19:07 4960:1248 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T02:20:24.2183176Z ok (0.014s) 2022-11-23T02:20:24.2183477Z test_rand_broadcast_cuda (__main__.TestTEFuserStatic) ... skip: rand_like is not supported yet (0.003s) 2022-11-23T02:20:24.2183714Z test_rand_cuda (__main__.TestTEFuserStatic) ... skip: rand_like is not supported yet (0.002s) 2022-11-23T02:20:24.2183943Z test_rand_diamond (__main__.TestTEFuserStatic) ... skip: rand_like is not supported yet (0.001s) 2022-11-23T02:20:24.2184104Z test_relu (__main__.TestTEFuserStatic) ... ok (0.321s) 2022-11-23T02:20:24.2184274Z test_relu_fwd_bwd (__main__.TestTEFuserStatic) ... ok (0.033s) 2022-11-23T02:20:24.2184476Z test_remove_output_used_only_in_size (__main__.TestTEFuserStatic) ... ok (0.257s) 2022-11-23T02:20:24.2184636Z test_scalar (__main__.TestTEFuserStatic) ... ok (0.023s) 2022-11-23T02:20:24.2184805Z test_scalar_arg (__main__.TestTEFuserStatic) ... ok (0.769s) 2022-11-23T02:20:24.2185075Z test_scalar_only_inputs (__main__.TestTEFuserStatic) ... ok (0.016s) 2022-11-23T02:20:24.2185411Z test_skip_grad_in_check (__main__.TestTEFuserStatic) ... ok (0.015s) 2022-11-23T02:20:24.2185741Z test_small_constant (__main__.TestTEFuserStatic) ... ok (0.553s) 2022-11-23T02:20:24.2186054Z test_sub_gt_and (__main__.TestTEFuserStatic) ... ok (0.528s) 2022-11-23T02:20:24.2186364Z test_sum_dim (__main__.TestTEFuserStatic) ... ok (0.048s) 2022-11-23T02:20:24.2186698Z test_sum_keepdim_cast (__main__.TestTEFuserStatic) ... ok (0.025s) 2022-11-23T02:20:24.2187033Z test_sum_simple (__main__.TestTEFuserStatic) ... ok (0.020s) 2022-11-23T02:20:24.2187351Z test_superslomo (__main__.TestTEFuserStatic) ... ok (0.371s) 2022-11-23T02:20:24.2187662Z test_tensor_scalar_ops (__main__.TestTEFuserStatic) ... ok (1.000s) 2022-11-23T02:20:24.2188004Z test_ternary_norm_ops (__main__.TestTEFuserStatic) ... ok (45.160s) 2022-11-23T02:20:24.2188327Z test_ternary_ops (__main__.TestTEFuserStatic) ... ok (2.824s) 2022-11-23T02:20:24.2188651Z test_threshold (__main__.TestTEFuserStatic) ... ok (0.453s) 2022-11-23T02:20:24.2188984Z test_to_device (__main__.TestTEFuserStatic) ... ok (0.022s) 2022-11-23T02:20:24.2189412Z test_to_dtype (__main__.TestTEFuserStatic) ... skip: Compiles with TensorExprKernel (0.002s) 2022-11-23T02:20:24.2189723Z test_torch_to (__main__.TestTEFuserStatic) ... ok (10.586s) 2022-11-23T02:20:24.2190037Z test_type_as_cat (__main__.TestTEFuserStatic) ... ok (1.134s) 2022-11-23T02:20:24.2190532Z test_typecheck (__main__.TestTEFuserStatic) ... ok (0.034s) 2022-11-23T02:20:24.2191029Z test_unary_ops (__main__.TestTEFuserStatic) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:20:24.2191360Z test_unrolled_cat (__main__.TestTEFuserStatic) ... ok (0.020s) 2022-11-23T02:20:24.2191725Z test_unsqueeze_size_calculation (__main__.TestTEFuserStatic) ... ok (0.780s) 2022-11-23T02:20:24.2192067Z test_unsqueeze_var_dim (__main__.TestTEFuserStatic) ... ok (0.233s) 2022-11-23T02:20:24.2192419Z test_unsupported_dtypes (__main__.TestTEFuserStatic) ... ok (0.129s) 2022-11-23T02:20:24.2192779Z test_where_and_typing (__main__.TestTEFuserStatic) ... ok (0.611s) 2022-11-23T02:20:24.2193107Z test_where_ops (__main__.TestTEFuserStatic) ... ok (7.469s) 2022-11-23T02:20:24.2193816Z 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-23T02:20:24.2194116Z warnings.warn("Only works in script mode") 2022-11-23T02:20:24.2194257Z ok (0.066s) 2022-11-23T02:20:24.2194597Z test_zero_element_tensors (__main__.TestTEFuserStatic) ... ok (0.548s) 2022-11-23T02:20:24.2194617Z 2022-11-23T02:20:24.2194963Z ---------------------------------------------------------------------- 2022-11-23T02:20:24.2195163Z Ran 6201 tests in 756.547s 2022-11-23T02:20:24.2195178Z 2022-11-23T02:20:24.2195358Z OK (skipped=6031) 2022-11-23T02:20:24.2195371Z 2022-11-23T02:20:24.2195573Z Generating XML reports... 2022-11-23T02:20:24.2196351Z Generated XML report: test-reports\python-unittest\test_jit_fuser_te\TEST-jit.test_fuser_common.TestFuserCommon-20221123020744.xml 2022-11-23T02:20:24.2196943Z Generated XML report: test-reports\python-unittest\test_jit_fuser_te\TEST-TestTEFuserDynamic-20221123020744.xml 2022-11-23T02:20:24.2197511Z Generated XML report: test-reports\python-unittest\test_jit_fuser_te\TEST-TestTEFuserStatic-20221123020744.xml 2022-11-23T02:20:24.2198090Z Generated XML report: test-reports\python-unittest\test_jit_fuser_te\TEST-TestNNCOpInfoCUDA-20221123020744.xml 2022-11-23T02:20:24.2198110Z 2022-11-23T02:20:24.2198935Z ##[endgroup] 2022-11-23T02:20:24.2199535Z FINISHED PRINTING LOG FILE of test_jit_fuser_te (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_jit_fuser_te_wuz1uqs9) 2022-11-23T02:20:24.2199554Z 2022-11-23T02:20:28.2969157Z Running test_schema_check ... [2022-11-23 02:20:28.294759] 2022-11-23T02:20:28.2976156Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_schema_check.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:20:28.294759] 2022-11-23T02:20:28.2978566Z Ignoring disabled issues: [] 2022-11-23T02:24:30.6700489Z 2022-11-23T02:24:30.6701466Z Expand the folded group to see the log file of test_meta 2022-11-23T02:24:30.6703133Z ##[group]PRINTING LOG FILE of test_meta (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_meta_j8pirdgo) 2022-11-23T02:24:30.7508900Z 2022-11-23T02:24:30.7509429Z Running tests... 2022-11-23T02:24:30.7510098Z ---------------------------------------------------------------------- 2022-11-23T02:24:30.7512781Z Test results will be stored in test-reports\python-unittest\test_meta 2022-11-23T02:24:30.7513810Z test_dispatch_meta_inplace_H_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (2.410s) 2022-11-23T02:24:30.7514873Z test_dispatch_meta_inplace_H_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.7516002Z test_dispatch_meta_inplace_H_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.7516885Z test_dispatch_meta_inplace_H_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.011s) 2022-11-23T02:24:30.7517762Z test_dispatch_meta_inplace_H_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.7518962Z test_dispatch_meta_inplace_H_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.7519873Z test_dispatch_meta_inplace_H_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.7520758Z test_dispatch_meta_inplace_H_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.7521738Z test_dispatch_meta_inplace_H_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.7522614Z test_dispatch_meta_inplace_H_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.7523451Z test_dispatch_meta_inplace_H_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.7524301Z test_dispatch_meta_inplace_H_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.7525157Z test_dispatch_meta_inplace_H_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.7526006Z test_dispatch_meta_inplace_T_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.7526963Z test_dispatch_meta_inplace_T_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.7527919Z test_dispatch_meta_inplace_T_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.7528976Z test_dispatch_meta_inplace_T_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.7529888Z test_dispatch_meta_inplace_T_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.7530741Z test_dispatch_meta_inplace_T_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.7531610Z test_dispatch_meta_inplace_T_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.7532570Z test_dispatch_meta_inplace_T_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.7533428Z test_dispatch_meta_inplace_T_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.7534415Z test_dispatch_meta_inplace_T_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.7535264Z test_dispatch_meta_inplace_T_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.7536109Z test_dispatch_meta_inplace_T_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:30.7536961Z test_dispatch_meta_inplace_T_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.7537842Z test_dispatch_meta_inplace___getitem___cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:30.7538743Z test_dispatch_meta_inplace___getitem___cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.7539731Z test_dispatch_meta_inplace___getitem___cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.7540811Z test_dispatch_meta_inplace___getitem___cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:24:30.7541705Z test_dispatch_meta_inplace___getitem___cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.7542599Z test_dispatch_meta_inplace___getitem___cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.7543667Z test_dispatch_meta_inplace___getitem___cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.7544551Z test_dispatch_meta_inplace___getitem___cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.7545423Z test_dispatch_meta_inplace___getitem___cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.011s) 2022-11-23T02:24:30.7546388Z test_dispatch_meta_inplace___getitem___cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.7547401Z test_dispatch_meta_inplace___getitem___cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.7548287Z test_dispatch_meta_inplace___getitem___cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.7549159Z test_dispatch_meta_inplace___getitem___cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.7550016Z test_dispatch_meta_inplace___radd___cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.7550881Z test_dispatch_meta_inplace___radd___cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.7551771Z test_dispatch_meta_inplace___radd___cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.7552856Z test_dispatch_meta_inplace___radd___cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.7553958Z test_dispatch_meta_inplace___radd___cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.7554916Z test_dispatch_meta_inplace___radd___cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.7555819Z test_dispatch_meta_inplace___radd___cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.7556680Z test_dispatch_meta_inplace___radd___cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.7557531Z test_dispatch_meta_inplace___radd___cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.7558394Z test_dispatch_meta_inplace___radd___cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.7559349Z test_dispatch_meta_inplace___radd___cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.7560295Z test_dispatch_meta_inplace___radd___cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.7561232Z test_dispatch_meta_inplace___rand___cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.7562103Z test_dispatch_meta_inplace___rand___cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.7562961Z test_dispatch_meta_inplace___rand___cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.7563793Z test_dispatch_meta_inplace___rand___cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.7564625Z test_dispatch_meta_inplace___rand___cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.7565464Z test_dispatch_meta_inplace___rand___cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.7566438Z test_dispatch_meta_inplace___rdiv___cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.7567468Z test_dispatch_meta_inplace___rdiv___cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.7568506Z test_dispatch_meta_inplace___rdiv___cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.7569401Z test_dispatch_meta_inplace___rdiv___cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.7570295Z test_dispatch_meta_inplace___rdiv___cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.7571184Z test_dispatch_meta_inplace___rdiv___cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.7572062Z test_dispatch_meta_inplace___rdiv___cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.7572999Z test_dispatch_meta_inplace___rdiv___cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.7574011Z test_dispatch_meta_inplace___rdiv___cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.7574876Z test_dispatch_meta_inplace___rdiv___cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.7575725Z test_dispatch_meta_inplace___rdiv___cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.7576592Z test_dispatch_meta_inplace___rdiv___cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.7577608Z test_dispatch_meta_inplace___rmatmul___cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:30.7578559Z test_dispatch_meta_inplace___rmatmul___cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.7579562Z test_dispatch_meta_inplace___rmatmul___cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.7580609Z test_dispatch_meta_inplace___rmatmul___cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.7581490Z test_dispatch_meta_inplace___rmatmul___cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.7582376Z test_dispatch_meta_inplace___rmatmul___cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:30.7583263Z test_dispatch_meta_inplace___rmod___cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.7584142Z test_dispatch_meta_inplace___rmod___cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.7585019Z test_dispatch_meta_inplace___rmod___cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:24:30.7585980Z test_dispatch_meta_inplace___rmod___cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.7586919Z test_dispatch_meta_inplace___rmod___cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.7587869Z test_dispatch_meta_inplace___rmod___cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.7588747Z test_dispatch_meta_inplace___rmod___cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:24:30.7589596Z test_dispatch_meta_inplace___rmod___cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.7590471Z test_dispatch_meta_inplace___rmod___cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:30.7591332Z test_dispatch_meta_inplace___rmul___cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.7592372Z test_dispatch_meta_inplace___rmul___cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:30.7593378Z test_dispatch_meta_inplace___rmul___cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.7594424Z test_dispatch_meta_inplace___rmul___cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.7595318Z test_dispatch_meta_inplace___rmul___cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.7596190Z test_dispatch_meta_inplace___rmul___cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.7597050Z test_dispatch_meta_inplace___rmul___cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.7597905Z test_dispatch_meta_inplace___rmul___cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.7598757Z test_dispatch_meta_inplace___rmul___cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.7599703Z test_dispatch_meta_inplace___rmul___cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.7600724Z test_dispatch_meta_inplace___rmul___cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.7601740Z test_dispatch_meta_inplace___rmul___cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.7602637Z test_dispatch_meta_inplace___ror___cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.7603501Z test_dispatch_meta_inplace___ror___cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.7604371Z test_dispatch_meta_inplace___ror___cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.7605194Z test_dispatch_meta_inplace___ror___cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.7606139Z test_dispatch_meta_inplace___ror___cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.7607078Z test_dispatch_meta_inplace___ror___cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.7608020Z test_dispatch_meta_inplace___rpow___cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.7608913Z test_dispatch_meta_inplace___rpow___cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:30.7609797Z test_dispatch_meta_inplace___rpow___cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.7610689Z test_dispatch_meta_inplace___rpow___cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.7611569Z test_dispatch_meta_inplace___rpow___cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.7612513Z test_dispatch_meta_inplace___rpow___cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.7613373Z test_dispatch_meta_inplace___rpow___cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.7614383Z test_dispatch_meta_inplace___rpow___cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.7615254Z test_dispatch_meta_inplace___rpow___cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.7616268Z test_dispatch_meta_inplace___rpow___cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.7617127Z test_dispatch_meta_inplace___rpow___cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.7617998Z test_dispatch_meta_inplace___rsub___cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.7618894Z test_dispatch_meta_inplace___rsub___cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:30.7619880Z test_dispatch_meta_inplace___rsub___cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.7620918Z test_dispatch_meta_inplace___rsub___cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.7621775Z test_dispatch_meta_inplace___rsub___cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.7622651Z test_dispatch_meta_inplace___rsub___cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:24:30.7623514Z test_dispatch_meta_inplace___rsub___cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.7624383Z test_dispatch_meta_inplace___rsub___cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.7625244Z test_dispatch_meta_inplace___rsub___cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.7626297Z test_dispatch_meta_inplace___rsub___cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.7627372Z test_dispatch_meta_inplace___rsub___cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.011s) 2022-11-23T02:24:30.7628309Z test_dispatch_meta_inplace___rxor___cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.7629187Z test_dispatch_meta_inplace___rxor___cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:30.7630130Z test_dispatch_meta_inplace___rxor___cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.7630982Z test_dispatch_meta_inplace___rxor___cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:30.7631839Z test_dispatch_meta_inplace___rxor___cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.7632803Z test_dispatch_meta_inplace___rxor___cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.7633788Z test_dispatch_meta_inplace__softmax_backward_data_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.7634846Z test_dispatch_meta_inplace__softmax_backward_data_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.7635791Z test_dispatch_meta_inplace__softmax_backward_data_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.7636744Z test_dispatch_meta_inplace__softmax_backward_data_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.7637522Z test_dispatch_meta_inplace_abs_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:30.7638235Z test_dispatch_meta_inplace_abs_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:30.7639019Z test_dispatch_meta_inplace_abs_cuda_complex128 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (1.463s) 2022-11-23T02:24:30.7639969Z test_dispatch_meta_inplace_abs_cuda_complex32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T02:24:30.7641193Z test_dispatch_meta_inplace_abs_cuda_complex64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T02:24:30.7641972Z test_dispatch_meta_inplace_abs_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:30.7642674Z test_dispatch_meta_inplace_abs_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:30.7643342Z test_dispatch_meta_inplace_abs_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:30.7644033Z test_dispatch_meta_inplace_abs_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:30.7644735Z test_dispatch_meta_inplace_abs_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:30.7645427Z test_dispatch_meta_inplace_abs_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:30.7646111Z test_dispatch_meta_inplace_abs_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:30.7646901Z test_dispatch_meta_inplace_abs_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:30.7647756Z test_dispatch_meta_inplace_acos_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:30.7648527Z test_dispatch_meta_inplace_acos_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.130s) 2022-11-23T02:24:30.7649304Z test_dispatch_meta_inplace_acos_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:30.7650030Z test_dispatch_meta_inplace_acos_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:30.7650890Z test_dispatch_meta_inplace_acos_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:30.7651639Z test_dispatch_meta_inplace_acos_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:30.7652343Z test_dispatch_meta_inplace_acos_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:30.7653116Z test_dispatch_meta_inplace_acos_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:30.7653971Z test_dispatch_meta_inplace_acos_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:24:30.7654887Z test_dispatch_meta_inplace_acos_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.010s) 2022-11-23T02:24:30.7655726Z test_dispatch_meta_inplace_acos_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:24:30.7656545Z test_dispatch_meta_inplace_acos_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.010s) 2022-11-23T02:24:30.7657385Z test_dispatch_meta_inplace_acos_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:24:30.7658152Z test_dispatch_meta_inplace_acosh_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:30.7658950Z test_dispatch_meta_inplace_acosh_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.007s) 2022-11-23T02:24:30.7659815Z test_dispatch_meta_inplace_acosh_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:30.7660632Z test_dispatch_meta_inplace_acosh_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:30.7661456Z test_dispatch_meta_inplace_acosh_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:30.7662178Z test_dispatch_meta_inplace_acosh_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:30.7662895Z test_dispatch_meta_inplace_acosh_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:30.7663602Z test_dispatch_meta_inplace_acosh_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:30.7664391Z test_dispatch_meta_inplace_acosh_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:24:30.7665231Z test_dispatch_meta_inplace_acosh_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T02:24:30.7666214Z test_dispatch_meta_inplace_acosh_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.006s) 2022-11-23T02:24:30.7667134Z test_dispatch_meta_inplace_acosh_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:24:30.7668154Z test_dispatch_meta_inplace_acosh_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:24:30.7668958Z test_dispatch_meta_inplace_add_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:30.7669692Z test_dispatch_meta_inplace_add_cuda_bool (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:24:30.7670437Z test_dispatch_meta_inplace_add_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:24:30.7671184Z test_dispatch_meta_inplace_add_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:30.7671981Z test_dispatch_meta_inplace_add_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:30.7672791Z test_dispatch_meta_inplace_add_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:30.7673799Z test_dispatch_meta_inplace_add_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:30.7674800Z test_dispatch_meta_inplace_add_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:30.7675720Z test_dispatch_meta_inplace_add_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:24:30.7676570Z test_dispatch_meta_inplace_add_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:24:30.7677346Z test_dispatch_meta_inplace_add_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:24:30.7678178Z test_dispatch_meta_inplace_add_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:24:30.7678905Z test_dispatch_meta_inplace_add_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:24:30.7679659Z test_dispatch_meta_inplace_addbmm_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (26.404s) 2022-11-23T02:24:30.7680522Z test_dispatch_meta_inplace_addbmm_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.050s) 2022-11-23T02:24:30.7681367Z test_dispatch_meta_inplace_addbmm_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.074s) 2022-11-23T02:24:30.7682203Z test_dispatch_meta_inplace_addbmm_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.085s) 2022-11-23T02:24:30.7682967Z test_dispatch_meta_inplace_addbmm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.072s) 2022-11-23T02:24:30.7683726Z test_dispatch_meta_inplace_addbmm_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.041s) 2022-11-23T02:24:30.7684482Z test_dispatch_meta_inplace_addcdiv_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-11-23T02:24:30.7685304Z test_dispatch_meta_inplace_addcdiv_cuda_complex128 (__main__.TestMetaCUDA) ... ok (8.149s) 2022-11-23T02:24:30.7686115Z test_dispatch_meta_inplace_addcdiv_cuda_complex64 (__main__.TestMetaCUDA) ... ok (3.729s) 2022-11-23T02:24:30.7686979Z test_dispatch_meta_inplace_addcdiv_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:30.7687769Z test_dispatch_meta_inplace_addcdiv_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-11-23T02:24:30.7688667Z test_dispatch_meta_inplace_addcdiv_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:24:30.7689432Z test_dispatch_meta_inplace_addcmul_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:30.7690195Z test_dispatch_meta_inplace_addcmul_cuda_complex128 (__main__.TestMetaCUDA) ... ok (3.473s) 2022-11-23T02:24:30.7690963Z test_dispatch_meta_inplace_addcmul_cuda_complex64 (__main__.TestMetaCUDA) ... ok (3.305s) 2022-11-23T02:24:30.7691689Z test_dispatch_meta_inplace_addcmul_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:24:30.7692449Z test_dispatch_meta_inplace_addcmul_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:24:30.7693195Z test_dispatch_meta_inplace_addcmul_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:24:30.7695291Z test_dispatch_meta_inplace_addcmul_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:24:30.7696044Z test_dispatch_meta_inplace_addcmul_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:24:30.7696772Z test_dispatch_meta_inplace_addcmul_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:30.7697504Z test_dispatch_meta_inplace_addcmul_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:24:30.7698226Z test_dispatch_meta_inplace_addcmul_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:24:30.7698978Z test_dispatch_meta_inplace_addmm_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:30.7699729Z test_dispatch_meta_inplace_addmm_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:30.7700477Z test_dispatch_meta_inplace_addmm_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:30.7701232Z test_dispatch_meta_inplace_addmm_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:30.7701983Z test_dispatch_meta_inplace_addmm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:30.7702714Z test_dispatch_meta_inplace_addmm_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:30.7703465Z test_dispatch_meta_inplace_addmm_decomposed_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:30.7704323Z test_dispatch_meta_inplace_addmm_decomposed_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:30.7705169Z test_dispatch_meta_inplace_addmm_decomposed_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:30.7706223Z test_dispatch_meta_inplace_addmm_decomposed_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:30.7707202Z test_dispatch_meta_inplace_addmm_decomposed_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:30.7708020Z test_dispatch_meta_inplace_addmm_decomposed_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:30.7708833Z test_dispatch_meta_inplace_addmv_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:30.7709591Z test_dispatch_meta_inplace_addmv_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:30.7710362Z test_dispatch_meta_inplace_addmv_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:30.7711110Z test_dispatch_meta_inplace_addmv_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:30.7711828Z test_dispatch_meta_inplace_addmv_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:30.7712555Z test_dispatch_meta_inplace_addmv_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:30.7713276Z test_dispatch_meta_inplace_addr_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:30.7714002Z test_dispatch_meta_inplace_addr_cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:30.7714749Z test_dispatch_meta_inplace_addr_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:30.7715514Z test_dispatch_meta_inplace_addr_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:30.7716251Z test_dispatch_meta_inplace_addr_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:30.7716958Z test_dispatch_meta_inplace_addr_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:30.7717677Z test_dispatch_meta_inplace_addr_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:30.7718400Z test_dispatch_meta_inplace_addr_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:30.7719130Z test_dispatch_meta_inplace_addr_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:30.7719857Z test_dispatch_meta_inplace_addr_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:30.7720575Z test_dispatch_meta_inplace_addr_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:30.7721428Z test_dispatch_meta_inplace_addr_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:30.7722264Z test_dispatch_meta_inplace_all_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.7723239Z test_dispatch_meta_inplace_all_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.7724274Z test_dispatch_meta_inplace_all_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.7725188Z test_dispatch_meta_inplace_all_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.7726145Z test_dispatch_meta_inplace_all_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.7727140Z test_dispatch_meta_inplace_all_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.7728064Z test_dispatch_meta_inplace_all_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.7728937Z test_dispatch_meta_inplace_all_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.7729838Z test_dispatch_meta_inplace_all_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.7730722Z test_dispatch_meta_inplace_all_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:24:30.7731705Z test_dispatch_meta_inplace_all_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.7732625Z test_dispatch_meta_inplace_all_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.7733522Z test_dispatch_meta_inplace_allclose_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.7734468Z test_dispatch_meta_inplace_allclose_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.7735396Z test_dispatch_meta_inplace_allclose_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.7736316Z test_dispatch_meta_inplace_allclose_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.7737233Z test_dispatch_meta_inplace_allclose_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.7738156Z test_dispatch_meta_inplace_allclose_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.7739045Z test_dispatch_meta_inplace_amax_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.7739938Z test_dispatch_meta_inplace_amax_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.7740884Z test_dispatch_meta_inplace_amax_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.7741799Z test_dispatch_meta_inplace_amax_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.7742696Z test_dispatch_meta_inplace_amax_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.7743596Z test_dispatch_meta_inplace_amax_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.7744487Z test_dispatch_meta_inplace_amax_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.7745386Z test_dispatch_meta_inplace_amax_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.7746282Z test_dispatch_meta_inplace_amax_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.7747329Z test_dispatch_meta_inplace_amax_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.7748217Z test_dispatch_meta_inplace_amin_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.7749110Z test_dispatch_meta_inplace_amin_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.7749977Z test_dispatch_meta_inplace_amin_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.7750864Z test_dispatch_meta_inplace_amin_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.7751733Z test_dispatch_meta_inplace_amin_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.7752612Z test_dispatch_meta_inplace_amin_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.7753483Z test_dispatch_meta_inplace_amin_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.7754412Z test_dispatch_meta_inplace_amin_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.7755282Z test_dispatch_meta_inplace_amin_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.7756423Z test_dispatch_meta_inplace_amin_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.7757352Z test_dispatch_meta_inplace_aminmax_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:30.7758296Z test_dispatch_meta_inplace_aminmax_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.7759219Z test_dispatch_meta_inplace_aminmax_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.7760143Z test_dispatch_meta_inplace_aminmax_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.7761055Z test_dispatch_meta_inplace_aminmax_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:24:30.7762032Z test_dispatch_meta_inplace_aminmax_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.7762930Z test_dispatch_meta_inplace_aminmax_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.7763814Z test_dispatch_meta_inplace_aminmax_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.7764689Z test_dispatch_meta_inplace_aminmax_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.7765548Z test_dispatch_meta_inplace_aminmax_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.7766423Z test_dispatch_meta_inplace_angle_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.7767301Z test_dispatch_meta_inplace_angle_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.7768214Z test_dispatch_meta_inplace_angle_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.7769120Z test_dispatch_meta_inplace_angle_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.7770005Z test_dispatch_meta_inplace_angle_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.7770875Z test_dispatch_meta_inplace_angle_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.7771911Z test_dispatch_meta_inplace_angle_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.7772760Z test_dispatch_meta_inplace_angle_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.7773633Z test_dispatch_meta_inplace_angle_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.7774494Z test_dispatch_meta_inplace_angle_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.7775358Z test_dispatch_meta_inplace_angle_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.7776232Z test_dispatch_meta_inplace_any_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.7777116Z test_dispatch_meta_inplace_any_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.7778000Z test_dispatch_meta_inplace_any_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.7778881Z test_dispatch_meta_inplace_any_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.7779758Z test_dispatch_meta_inplace_any_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.7780719Z test_dispatch_meta_inplace_any_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.7781628Z test_dispatch_meta_inplace_any_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.7782491Z test_dispatch_meta_inplace_any_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.7783357Z test_dispatch_meta_inplace_any_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.7784188Z test_dispatch_meta_inplace_any_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.7785030Z test_dispatch_meta_inplace_any_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:30.7785868Z test_dispatch_meta_inplace_any_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.7786747Z test_dispatch_meta_inplace_arange_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.7787598Z test_dispatch_meta_inplace_arange_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.7788481Z test_dispatch_meta_inplace_arange_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.005s) 2022-11-23T02:24:30.7789363Z test_dispatch_meta_inplace_arange_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.7790231Z test_dispatch_meta_inplace_arange_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.7791094Z test_dispatch_meta_inplace_arange_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.7791958Z test_dispatch_meta_inplace_arange_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.7792832Z test_dispatch_meta_inplace_arange_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.7793713Z test_dispatch_meta_inplace_arange_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.7794587Z test_dispatch_meta_inplace_argmax_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:24:30.7795612Z test_dispatch_meta_inplace_argmax_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.7796492Z test_dispatch_meta_inplace_argmax_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.7797357Z test_dispatch_meta_inplace_argmax_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.7798225Z test_dispatch_meta_inplace_argmax_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.7799074Z test_dispatch_meta_inplace_argmax_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.7799925Z test_dispatch_meta_inplace_argmax_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.7800924Z test_dispatch_meta_inplace_argmax_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.7821920Z test_dispatch_meta_inplace_argmax_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:24:30.7822807Z test_dispatch_meta_inplace_argmin_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.7823594Z test_dispatch_meta_inplace_argmin_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.7824294Z test_dispatch_meta_inplace_argmin_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.7824844Z test_dispatch_meta_inplace_argmin_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.7825356Z test_dispatch_meta_inplace_argmin_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.7825873Z test_dispatch_meta_inplace_argmin_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.7826462Z test_dispatch_meta_inplace_argmin_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.7827000Z test_dispatch_meta_inplace_argmin_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.7827896Z test_dispatch_meta_inplace_argmin_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.7828443Z test_dispatch_meta_inplace_argsort_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.7829082Z test_dispatch_meta_inplace_argsort_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.7830081Z test_dispatch_meta_inplace_argsort_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.7831154Z test_dispatch_meta_inplace_argsort_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.7832881Z test_dispatch_meta_inplace_argsort_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.7833894Z test_dispatch_meta_inplace_argsort_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.7834757Z test_dispatch_meta_inplace_argsort_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.7835287Z test_dispatch_meta_inplace_argsort_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.7835809Z test_dispatch_meta_inplace_argsort_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.7836513Z test_dispatch_meta_inplace_argwhere_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.7837043Z test_dispatch_meta_inplace_argwhere_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.7837704Z test_dispatch_meta_inplace_argwhere_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.7838253Z test_dispatch_meta_inplace_argwhere_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.7838788Z test_dispatch_meta_inplace_argwhere_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.7839302Z test_dispatch_meta_inplace_argwhere_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.7839832Z test_dispatch_meta_inplace_argwhere_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.7840360Z test_dispatch_meta_inplace_argwhere_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.7840882Z test_dispatch_meta_inplace_argwhere_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.7841393Z test_dispatch_meta_inplace_argwhere_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.7841990Z test_dispatch_meta_inplace_argwhere_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.7843480Z test_dispatch_meta_inplace_argwhere_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.7844031Z test_dispatch_meta_inplace_as_strided_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:30.7844456Z test_dispatch_meta_inplace_as_strided_cuda_bool (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:30.7844910Z test_dispatch_meta_inplace_as_strided_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:24:30.7845362Z test_dispatch_meta_inplace_as_strided_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:30.7845802Z test_dispatch_meta_inplace_as_strided_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:30.7846247Z test_dispatch_meta_inplace_as_strided_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:30.7846687Z test_dispatch_meta_inplace_as_strided_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:30.7847125Z test_dispatch_meta_inplace_as_strided_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:30.7847533Z test_dispatch_meta_inplace_as_strided_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:30.7847965Z test_dispatch_meta_inplace_as_strided_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:30.7848393Z test_dispatch_meta_inplace_as_strided_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:30.7848816Z test_dispatch_meta_inplace_as_strided_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:30.7849242Z test_dispatch_meta_inplace_as_strided_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:30.7849744Z test_dispatch_meta_inplace_as_strided_scatter_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:24:30.7850302Z test_dispatch_meta_inplace_as_strided_scatter_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.7850847Z test_dispatch_meta_inplace_as_strided_scatter_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.7851411Z test_dispatch_meta_inplace_as_strided_scatter_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.7852210Z test_dispatch_meta_inplace_as_strided_scatter_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.7852773Z test_dispatch_meta_inplace_as_strided_scatter_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.7853327Z test_dispatch_meta_inplace_as_strided_scatter_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.7853869Z test_dispatch_meta_inplace_as_strided_scatter_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.7854421Z test_dispatch_meta_inplace_as_strided_scatter_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:24:30.7854965Z test_dispatch_meta_inplace_as_strided_scatter_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.7855489Z test_dispatch_meta_inplace_as_strided_scatter_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.7856026Z test_dispatch_meta_inplace_as_strided_scatter_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.7856569Z test_dispatch_meta_inplace_as_strided_scatter_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.7857047Z test_dispatch_meta_inplace_asin_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:30.7857601Z test_dispatch_meta_inplace_asin_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:30.7858084Z test_dispatch_meta_inplace_asin_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:30.7858523Z test_dispatch_meta_inplace_asin_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:30.7858960Z test_dispatch_meta_inplace_asin_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:30.7859372Z test_dispatch_meta_inplace_asin_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:30.7859797Z test_dispatch_meta_inplace_asin_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:30.7860217Z test_dispatch_meta_inplace_asin_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:30.7860679Z test_dispatch_meta_inplace_asin_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:30.7861171Z test_dispatch_meta_inplace_asin_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:24:30.7861649Z test_dispatch_meta_inplace_asin_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T02:24:30.7862141Z test_dispatch_meta_inplace_asin_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T02:24:30.7862610Z test_dispatch_meta_inplace_asin_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:30.7863072Z test_dispatch_meta_inplace_asinh_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:30.7863544Z test_dispatch_meta_inplace_asinh_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.006s) 2022-11-23T02:24:30.7864005Z test_dispatch_meta_inplace_asinh_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:30.7864441Z test_dispatch_meta_inplace_asinh_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:30.7864877Z test_dispatch_meta_inplace_asinh_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:30.7865309Z test_dispatch_meta_inplace_asinh_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:30.7865715Z test_dispatch_meta_inplace_asinh_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:30.7866139Z test_dispatch_meta_inplace_asinh_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:30.7866700Z test_dispatch_meta_inplace_asinh_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:30.7867197Z test_dispatch_meta_inplace_asinh_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:30.7867696Z test_dispatch_meta_inplace_asinh_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:30.7868188Z test_dispatch_meta_inplace_asinh_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:30.7868691Z test_dispatch_meta_inplace_asinh_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:30.7869138Z test_dispatch_meta_inplace_atan2_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:30.7869603Z test_dispatch_meta_inplace_atan2_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:30.7870067Z test_dispatch_meta_inplace_atan2_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:30.7870493Z test_dispatch_meta_inplace_atan2_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:30.7870913Z test_dispatch_meta_inplace_atan2_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:30.7871375Z test_dispatch_meta_inplace_atan2_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.010s) 2022-11-23T02:24:30.7871868Z test_dispatch_meta_inplace_atan2_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:24:30.7872418Z test_dispatch_meta_inplace_atan2_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:24:30.7872928Z test_dispatch_meta_inplace_atan2_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:24:30.7873427Z test_dispatch_meta_inplace_atan2_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:30.7873887Z test_dispatch_meta_inplace_atan_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:30.7874353Z test_dispatch_meta_inplace_atan_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:24:30.7874819Z test_dispatch_meta_inplace_atan_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:30.7875255Z test_dispatch_meta_inplace_atan_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:30.7875672Z test_dispatch_meta_inplace_atan_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:30.7876103Z test_dispatch_meta_inplace_atan_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:30.7876522Z test_dispatch_meta_inplace_atan_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:30.7876943Z test_dispatch_meta_inplace_atan_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:30.7877413Z test_dispatch_meta_inplace_atan_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:30.7877905Z test_dispatch_meta_inplace_atan_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T02:24:30.7878404Z test_dispatch_meta_inplace_atan_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T02:24:30.7878883Z test_dispatch_meta_inplace_atan_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:30.7879378Z test_dispatch_meta_inplace_atan_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:24:30.7879840Z test_dispatch_meta_inplace_atanh_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:30.7880306Z test_dispatch_meta_inplace_atanh_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:24:30.7880857Z test_dispatch_meta_inplace_atanh_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:30.7881291Z test_dispatch_meta_inplace_atanh_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:30.7881720Z test_dispatch_meta_inplace_atanh_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:30.7882128Z test_dispatch_meta_inplace_atanh_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:30.7882550Z test_dispatch_meta_inplace_atanh_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:30.7882976Z test_dispatch_meta_inplace_atanh_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:30.7883439Z test_dispatch_meta_inplace_atanh_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:24:30.7883939Z test_dispatch_meta_inplace_atanh_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:24:30.7884438Z test_dispatch_meta_inplace_atanh_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:24:30.7884930Z test_dispatch_meta_inplace_atanh_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:24:30.7885404Z test_dispatch_meta_inplace_atanh_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:30.7885920Z test_dispatch_meta_inplace_atleast_1d_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.7886526Z test_dispatch_meta_inplace_atleast_1d_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.7887077Z test_dispatch_meta_inplace_atleast_1d_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.7887610Z test_dispatch_meta_inplace_atleast_1d_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.7888142Z test_dispatch_meta_inplace_atleast_1d_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.7888672Z test_dispatch_meta_inplace_atleast_1d_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:30.7889187Z test_dispatch_meta_inplace_atleast_1d_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.7889684Z test_dispatch_meta_inplace_atleast_1d_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.7890207Z test_dispatch_meta_inplace_atleast_1d_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.7890724Z test_dispatch_meta_inplace_atleast_1d_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:24:30.7891239Z test_dispatch_meta_inplace_atleast_1d_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.7891757Z test_dispatch_meta_inplace_atleast_1d_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.7892274Z test_dispatch_meta_inplace_atleast_1d_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.7892795Z test_dispatch_meta_inplace_atleast_2d_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.7893319Z test_dispatch_meta_inplace_atleast_2d_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.7893832Z test_dispatch_meta_inplace_atleast_2d_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.7894364Z test_dispatch_meta_inplace_atleast_2d_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.7894976Z test_dispatch_meta_inplace_atleast_2d_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:24:30.7895509Z test_dispatch_meta_inplace_atleast_2d_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.7896030Z test_dispatch_meta_inplace_atleast_2d_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.7896546Z test_dispatch_meta_inplace_atleast_2d_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.7897067Z test_dispatch_meta_inplace_atleast_2d_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.7897583Z test_dispatch_meta_inplace_atleast_2d_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.7898080Z test_dispatch_meta_inplace_atleast_2d_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.7898598Z test_dispatch_meta_inplace_atleast_2d_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.7899111Z test_dispatch_meta_inplace_atleast_2d_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.7899633Z test_dispatch_meta_inplace_atleast_3d_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.7900224Z test_dispatch_meta_inplace_atleast_3d_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.7900770Z test_dispatch_meta_inplace_atleast_3d_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.7901302Z test_dispatch_meta_inplace_atleast_3d_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.7901835Z test_dispatch_meta_inplace_atleast_3d_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.7902363Z test_dispatch_meta_inplace_atleast_3d_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.7902864Z test_dispatch_meta_inplace_atleast_3d_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.011s) 2022-11-23T02:24:30.7903373Z test_dispatch_meta_inplace_atleast_3d_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.7903893Z test_dispatch_meta_inplace_atleast_3d_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.7904410Z test_dispatch_meta_inplace_atleast_3d_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.7904926Z test_dispatch_meta_inplace_atleast_3d_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.7905444Z test_dispatch_meta_inplace_atleast_3d_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.7905960Z test_dispatch_meta_inplace_atleast_3d_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.7906431Z test_dispatch_meta_inplace_baddbmm_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.169s) 2022-11-23T02:24:30.7906856Z test_dispatch_meta_inplace_baddbmm_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:30.7907301Z test_dispatch_meta_inplace_baddbmm_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:30.7907736Z test_dispatch_meta_inplace_baddbmm_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:30.7908166Z test_dispatch_meta_inplace_baddbmm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:30.7908682Z test_dispatch_meta_inplace_baddbmm_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:30.7909174Z test_dispatch_meta_inplace_bernoulli_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.7909701Z test_dispatch_meta_inplace_bernoulli_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.7910209Z test_dispatch_meta_inplace_bernoulli_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.7910723Z test_dispatch_meta_inplace_bernoulli_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.7911248Z test_dispatch_meta_inplace_bfloat16_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.7911764Z test_dispatch_meta_inplace_bfloat16_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.7912293Z test_dispatch_meta_inplace_bfloat16_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.7912829Z test_dispatch_meta_inplace_bfloat16_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.7913473Z test_dispatch_meta_inplace_bfloat16_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.7914052Z test_dispatch_meta_inplace_bfloat16_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.7914979Z test_dispatch_meta_inplace_bfloat16_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.7915531Z test_dispatch_meta_inplace_bfloat16_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.7916048Z test_dispatch_meta_inplace_bfloat16_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.7916565Z test_dispatch_meta_inplace_bfloat16_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.7917072Z test_dispatch_meta_inplace_bfloat16_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.7917577Z test_dispatch_meta_inplace_bfloat16_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.7918090Z test_dispatch_meta_inplace_bfloat16_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.7918595Z test_dispatch_meta_inplace_bincount_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.7919084Z test_dispatch_meta_inplace_bincount_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.7919595Z test_dispatch_meta_inplace_bincount_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.7920235Z test_dispatch_meta_inplace_bincount_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.7920758Z test_dispatch_meta_inplace_bincount_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.7921510Z test_dispatch_meta_inplace_bitwise_and_cuda_bool (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:30.7921954Z test_dispatch_meta_inplace_bitwise_and_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:30.7922387Z test_dispatch_meta_inplace_bitwise_and_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:30.7922798Z test_dispatch_meta_inplace_bitwise_and_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:30.7923216Z test_dispatch_meta_inplace_bitwise_and_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:30.7923750Z test_dispatch_meta_inplace_bitwise_and_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:30.7924198Z test_dispatch_meta_inplace_bitwise_left_shift_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:30.7924651Z test_dispatch_meta_inplace_bitwise_left_shift_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:30.7925110Z test_dispatch_meta_inplace_bitwise_left_shift_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:30.7925555Z test_dispatch_meta_inplace_bitwise_left_shift_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:30.7925990Z test_dispatch_meta_inplace_bitwise_left_shift_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:30.7926573Z test_dispatch_meta_inplace_bitwise_not_cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:30.7927080Z test_dispatch_meta_inplace_bitwise_not_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:30.7927812Z test_dispatch_meta_inplace_bitwise_not_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:30.7928248Z test_dispatch_meta_inplace_bitwise_not_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:30.7928667Z test_dispatch_meta_inplace_bitwise_not_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:30.7929098Z test_dispatch_meta_inplace_bitwise_not_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:30.7929503Z test_dispatch_meta_inplace_bitwise_or_cuda_bool (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:30.7930016Z test_dispatch_meta_inplace_bitwise_or_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:30.7930460Z test_dispatch_meta_inplace_bitwise_or_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:30.7930882Z test_dispatch_meta_inplace_bitwise_or_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:30.7931308Z test_dispatch_meta_inplace_bitwise_or_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:30.7931734Z test_dispatch_meta_inplace_bitwise_or_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:30.7932193Z test_dispatch_meta_inplace_bitwise_right_shift_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:30.7932639Z test_dispatch_meta_inplace_bitwise_right_shift_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:30.7933274Z test_dispatch_meta_inplace_bitwise_right_shift_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:30.7933855Z test_dispatch_meta_inplace_bitwise_right_shift_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:30.7934521Z test_dispatch_meta_inplace_bitwise_right_shift_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:30.7934963Z test_dispatch_meta_inplace_bitwise_xor_cuda_bool (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:30.7935406Z test_dispatch_meta_inplace_bitwise_xor_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:30.7935842Z test_dispatch_meta_inplace_bitwise_xor_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:30.7936248Z test_dispatch_meta_inplace_bitwise_xor_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:30.7936680Z test_dispatch_meta_inplace_bitwise_xor_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:30.7937112Z test_dispatch_meta_inplace_bitwise_xor_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:30.7937607Z test_dispatch_meta_inplace_block_diag_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.7938141Z test_dispatch_meta_inplace_block_diag_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.7938682Z test_dispatch_meta_inplace_block_diag_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.7939331Z test_dispatch_meta_inplace_block_diag_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.7940027Z test_dispatch_meta_inplace_block_diag_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.7940837Z test_dispatch_meta_inplace_block_diag_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.7941371Z test_dispatch_meta_inplace_block_diag_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.7941909Z test_dispatch_meta_inplace_block_diag_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.7942435Z test_dispatch_meta_inplace_block_diag_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.7942953Z test_dispatch_meta_inplace_block_diag_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.7943478Z test_dispatch_meta_inplace_block_diag_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:30.7943997Z test_dispatch_meta_inplace_block_diag_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.7944799Z test_dispatch_meta_inplace_block_diag_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.7945395Z test_dispatch_meta_inplace_bmm_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.7946068Z test_dispatch_meta_inplace_bmm_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:24:30.7946598Z test_dispatch_meta_inplace_bmm_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.7947429Z test_dispatch_meta_inplace_bmm_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.7947944Z test_dispatch_meta_inplace_bmm_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.7948454Z test_dispatch_meta_inplace_bmm_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.7948968Z test_dispatch_meta_inplace_bool_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.7949465Z test_dispatch_meta_inplace_bool_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.7950109Z test_dispatch_meta_inplace_bool_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.7950644Z test_dispatch_meta_inplace_bool_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.011s) 2022-11-23T02:24:30.7951170Z test_dispatch_meta_inplace_bool_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.7951681Z test_dispatch_meta_inplace_bool_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.7952445Z test_dispatch_meta_inplace_bool_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.7952967Z test_dispatch_meta_inplace_bool_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.7953804Z test_dispatch_meta_inplace_bool_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.7954296Z test_dispatch_meta_inplace_bool_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.7954803Z test_dispatch_meta_inplace_bool_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.7955426Z test_dispatch_meta_inplace_bool_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.7955927Z test_dispatch_meta_inplace_bool_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.7956770Z test_dispatch_meta_inplace_broadcast_shapes_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.7957533Z test_dispatch_meta_inplace_broadcast_tensors_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.7958090Z test_dispatch_meta_inplace_broadcast_tensors_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.7958646Z test_dispatch_meta_inplace_broadcast_tensors_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.7959393Z test_dispatch_meta_inplace_broadcast_tensors_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.7960231Z test_dispatch_meta_inplace_broadcast_tensors_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.7960797Z test_dispatch_meta_inplace_broadcast_tensors_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.7961396Z test_dispatch_meta_inplace_broadcast_tensors_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.7962055Z test_dispatch_meta_inplace_broadcast_tensors_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.7962621Z test_dispatch_meta_inplace_broadcast_tensors_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.7963172Z test_dispatch_meta_inplace_broadcast_tensors_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.7963713Z test_dispatch_meta_inplace_broadcast_tensors_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.7964254Z test_dispatch_meta_inplace_broadcast_tensors_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.7964773Z test_dispatch_meta_inplace_broadcast_to_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.7965510Z test_dispatch_meta_inplace_broadcast_to_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.7966069Z test_dispatch_meta_inplace_broadcast_to_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.7966711Z test_dispatch_meta_inplace_broadcast_to_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.7967346Z test_dispatch_meta_inplace_broadcast_to_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.7967984Z test_dispatch_meta_inplace_broadcast_to_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8084356Z test_dispatch_meta_inplace_broadcast_to_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8085258Z test_dispatch_meta_inplace_broadcast_to_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8085803Z test_dispatch_meta_inplace_broadcast_to_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8086318Z test_dispatch_meta_inplace_broadcast_to_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8087044Z test_dispatch_meta_inplace_broadcast_to_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8087567Z test_dispatch_meta_inplace_broadcast_to_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:30.8088080Z test_dispatch_meta_inplace_bucketize_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8088595Z test_dispatch_meta_inplace_bucketize_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8089104Z test_dispatch_meta_inplace_bucketize_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8089717Z test_dispatch_meta_inplace_bucketize_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8090248Z test_dispatch_meta_inplace_bucketize_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8090869Z test_dispatch_meta_inplace_bucketize_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8091567Z test_dispatch_meta_inplace_bucketize_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8092072Z test_dispatch_meta_inplace_bucketize_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8092682Z test_dispatch_meta_inplace_byte_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8093195Z test_dispatch_meta_inplace_byte_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8093690Z test_dispatch_meta_inplace_byte_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8094206Z test_dispatch_meta_inplace_byte_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8094709Z test_dispatch_meta_inplace_byte_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8095189Z test_dispatch_meta_inplace_byte_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8095673Z test_dispatch_meta_inplace_byte_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8096161Z test_dispatch_meta_inplace_byte_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8096793Z test_dispatch_meta_inplace_byte_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8097282Z test_dispatch_meta_inplace_byte_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8098077Z test_dispatch_meta_inplace_byte_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.8098584Z test_dispatch_meta_inplace_byte_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8099084Z test_dispatch_meta_inplace_cartesian_prod_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8099615Z test_dispatch_meta_inplace_cartesian_prod_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8100150Z test_dispatch_meta_inplace_cartesian_prod_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8100690Z test_dispatch_meta_inplace_cartesian_prod_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8101217Z test_dispatch_meta_inplace_cartesian_prod_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:30.8101851Z test_dispatch_meta_inplace_cartesian_prod_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.8102371Z test_dispatch_meta_inplace_cartesian_prod_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:30.8102880Z test_dispatch_meta_inplace_cartesian_prod_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8103558Z test_dispatch_meta_inplace_cartesian_prod_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8104080Z test_dispatch_meta_inplace_cartesian_prod_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.007s) 2022-11-23T02:24:30.8104908Z test_dispatch_meta_inplace_cartesian_prod_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:30.8105438Z test_dispatch_meta_inplace_cartesian_prod_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:30.8105950Z test_dispatch_meta_inplace_cat_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.8106446Z test_dispatch_meta_inplace_cat_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.8106939Z test_dispatch_meta_inplace_cat_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.8107531Z test_dispatch_meta_inplace_cat_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.8108054Z test_dispatch_meta_inplace_cat_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8108532Z test_dispatch_meta_inplace_cat_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8109025Z test_dispatch_meta_inplace_cat_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.8109517Z test_dispatch_meta_inplace_cat_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.8109998Z test_dispatch_meta_inplace_cat_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.8110639Z test_dispatch_meta_inplace_cat_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.8111210Z test_dispatch_meta_inplace_cat_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8111909Z test_dispatch_meta_inplace_cat_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.8112441Z test_dispatch_meta_inplace_cat_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:30.8112924Z test_dispatch_meta_inplace_cdist_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.8113421Z test_dispatch_meta_inplace_cdist_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8113916Z test_dispatch_meta_inplace_cdouble_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.8114415Z test_dispatch_meta_inplace_cdouble_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8114925Z test_dispatch_meta_inplace_cdouble_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:30.8115431Z test_dispatch_meta_inplace_cdouble_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8116770Z test_dispatch_meta_inplace_cdouble_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8117469Z test_dispatch_meta_inplace_cdouble_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.005s) 2022-11-23T02:24:30.8118100Z test_dispatch_meta_inplace_cdouble_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.8118810Z test_dispatch_meta_inplace_cdouble_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.8119325Z test_dispatch_meta_inplace_cdouble_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.8119821Z test_dispatch_meta_inplace_cdouble_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8120310Z test_dispatch_meta_inplace_cdouble_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.8120791Z test_dispatch_meta_inplace_cdouble_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.8121283Z test_dispatch_meta_inplace_cdouble_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.8121735Z test_dispatch_meta_inplace_ceil_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:30.8122146Z test_dispatch_meta_inplace_ceil_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:30.8122655Z test_dispatch_meta_inplace_ceil_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:30.8123077Z test_dispatch_meta_inplace_ceil_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:30.8123480Z test_dispatch_meta_inplace_ceil_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:30.8124027Z test_dispatch_meta_inplace_ceil_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:30.8124431Z test_dispatch_meta_inplace_ceil_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:30.8124946Z test_dispatch_meta_inplace_ceil_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:30.8125519Z test_dispatch_meta_inplace_ceil_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:30.8125985Z test_dispatch_meta_inplace_cfloat_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8126488Z test_dispatch_meta_inplace_cfloat_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8127036Z test_dispatch_meta_inplace_cfloat_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8127554Z test_dispatch_meta_inplace_cfloat_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8128061Z test_dispatch_meta_inplace_cfloat_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.8128569Z test_dispatch_meta_inplace_cfloat_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8129063Z test_dispatch_meta_inplace_cfloat_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8129555Z test_dispatch_meta_inplace_cfloat_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8130054Z test_dispatch_meta_inplace_cfloat_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8130672Z test_dispatch_meta_inplace_cfloat_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8131175Z test_dispatch_meta_inplace_cfloat_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8132552Z test_dispatch_meta_inplace_cfloat_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:24:30.8133058Z test_dispatch_meta_inplace_cfloat_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.8133543Z test_dispatch_meta_inplace_chalf_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8134044Z test_dispatch_meta_inplace_chalf_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8134547Z test_dispatch_meta_inplace_chalf_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.8135060Z test_dispatch_meta_inplace_chalf_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8135568Z test_dispatch_meta_inplace_chalf_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.8136062Z test_dispatch_meta_inplace_chalf_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.8136556Z test_dispatch_meta_inplace_chalf_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8137040Z test_dispatch_meta_inplace_chalf_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8137739Z test_dispatch_meta_inplace_chalf_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8138246Z test_dispatch_meta_inplace_chalf_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8139069Z test_dispatch_meta_inplace_chalf_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8139574Z test_dispatch_meta_inplace_chalf_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8140058Z test_dispatch_meta_inplace_chalf_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8140558Z test_dispatch_meta_inplace_char_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8141054Z test_dispatch_meta_inplace_char_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8141554Z test_dispatch_meta_inplace_char_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.8142049Z test_dispatch_meta_inplace_char_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8142553Z test_dispatch_meta_inplace_char_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8143058Z test_dispatch_meta_inplace_char_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8143551Z test_dispatch_meta_inplace_char_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8144034Z test_dispatch_meta_inplace_char_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8144652Z test_dispatch_meta_inplace_char_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8145148Z test_dispatch_meta_inplace_char_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.8145925Z test_dispatch_meta_inplace_char_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8146406Z test_dispatch_meta_inplace_char_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8147440Z test_dispatch_meta_inplace_char_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8147950Z test_dispatch_meta_inplace_cholesky_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8148469Z test_dispatch_meta_inplace_cholesky_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8148981Z test_dispatch_meta_inplace_cholesky_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.8149500Z test_dispatch_meta_inplace_cholesky_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8150028Z test_dispatch_meta_inplace_cholesky_inverse_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8150576Z test_dispatch_meta_inplace_cholesky_inverse_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8151269Z test_dispatch_meta_inplace_cholesky_inverse_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8151805Z test_dispatch_meta_inplace_cholesky_inverse_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8152631Z test_dispatch_meta_inplace_cholesky_solve_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8153278Z test_dispatch_meta_inplace_cholesky_solve_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:24:30.8153828Z test_dispatch_meta_inplace_cholesky_solve_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8154338Z test_dispatch_meta_inplace_cholesky_solve_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8154854Z test_dispatch_meta_inplace_chunk_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8155350Z test_dispatch_meta_inplace_chunk_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8155852Z test_dispatch_meta_inplace_chunk_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8156354Z test_dispatch_meta_inplace_chunk_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8156863Z test_dispatch_meta_inplace_chunk_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8157360Z test_dispatch_meta_inplace_chunk_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8157981Z test_dispatch_meta_inplace_chunk_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8158482Z test_dispatch_meta_inplace_chunk_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8159259Z test_dispatch_meta_inplace_chunk_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8159760Z test_dispatch_meta_inplace_chunk_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8160257Z test_dispatch_meta_inplace_chunk_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8160744Z test_dispatch_meta_inplace_chunk_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8161227Z test_dispatch_meta_inplace_chunk_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8162206Z test_dispatch_meta_inplace_clamp_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:24:30.8162624Z test_dispatch_meta_inplace_clamp_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:30.8163042Z test_dispatch_meta_inplace_clamp_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:30.8163444Z test_dispatch_meta_inplace_clamp_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:30.8163857Z test_dispatch_meta_inplace_clamp_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:30.8164253Z test_dispatch_meta_inplace_clamp_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:30.8164841Z test_dispatch_meta_inplace_clamp_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:30.8165234Z test_dispatch_meta_inplace_clamp_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:30.8165769Z test_dispatch_meta_inplace_clamp_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:30.8166372Z test_dispatch_meta_inplace_clamp_max_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:30.8166799Z test_dispatch_meta_inplace_clamp_max_cuda_bool (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:30.8167206Z test_dispatch_meta_inplace_clamp_max_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:30.8167628Z test_dispatch_meta_inplace_clamp_max_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:30.8168042Z test_dispatch_meta_inplace_clamp_max_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:24:30.8168552Z test_dispatch_meta_inplace_clamp_max_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:30.8168979Z test_dispatch_meta_inplace_clamp_max_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:30.8169389Z test_dispatch_meta_inplace_clamp_max_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:30.8169810Z test_dispatch_meta_inplace_clamp_max_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:30.8170212Z test_dispatch_meta_inplace_clamp_max_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:24:30.8170630Z test_dispatch_meta_inplace_clamp_min_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:30.8171048Z test_dispatch_meta_inplace_clamp_min_cuda_bool (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:30.8171577Z test_dispatch_meta_inplace_clamp_min_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:30.8172009Z test_dispatch_meta_inplace_clamp_min_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:30.8172515Z test_dispatch_meta_inplace_clamp_min_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:30.8173109Z test_dispatch_meta_inplace_clamp_min_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:30.8173521Z test_dispatch_meta_inplace_clamp_min_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:24:30.8173923Z test_dispatch_meta_inplace_clamp_min_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:24:30.8174327Z test_dispatch_meta_inplace_clamp_min_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:30.8174731Z test_dispatch_meta_inplace_clamp_min_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:24:30.8175193Z test_dispatch_meta_inplace_clone_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8175706Z test_dispatch_meta_inplace_clone_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8176212Z test_dispatch_meta_inplace_clone_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8176710Z test_dispatch_meta_inplace_clone_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8177745Z test_dispatch_meta_inplace_clone_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8178430Z test_dispatch_meta_inplace_clone_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8178938Z test_dispatch_meta_inplace_clone_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8179756Z test_dispatch_meta_inplace_clone_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.8180271Z test_dispatch_meta_inplace_clone_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.8180781Z test_dispatch_meta_inplace_clone_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8181258Z test_dispatch_meta_inplace_clone_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.8181760Z test_dispatch_meta_inplace_clone_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8182262Z test_dispatch_meta_inplace_clone_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8182778Z test_dispatch_meta_inplace_column_stack_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8183290Z test_dispatch_meta_inplace_column_stack_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.8183924Z test_dispatch_meta_inplace_column_stack_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8184477Z test_dispatch_meta_inplace_column_stack_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.8185138Z test_dispatch_meta_inplace_column_stack_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.8185671Z test_dispatch_meta_inplace_column_stack_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8186483Z test_dispatch_meta_inplace_column_stack_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:30.8187005Z test_dispatch_meta_inplace_column_stack_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8187521Z test_dispatch_meta_inplace_column_stack_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:24:30.8188029Z test_dispatch_meta_inplace_column_stack_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8188535Z test_dispatch_meta_inplace_column_stack_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8189050Z test_dispatch_meta_inplace_column_stack_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8189564Z test_dispatch_meta_inplace_column_stack_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8190083Z test_dispatch_meta_inplace_combinations_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:24:30.8190597Z test_dispatch_meta_inplace_combinations_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8191127Z test_dispatch_meta_inplace_combinations_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8191650Z test_dispatch_meta_inplace_combinations_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.8192995Z test_dispatch_meta_inplace_combinations_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.8193725Z test_dispatch_meta_inplace_combinations_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.8194243Z test_dispatch_meta_inplace_combinations_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.8194767Z test_dispatch_meta_inplace_combinations_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8195284Z test_dispatch_meta_inplace_combinations_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8195790Z test_dispatch_meta_inplace_combinations_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8196310Z test_dispatch_meta_inplace_combinations_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8196823Z test_dispatch_meta_inplace_combinations_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8197349Z test_dispatch_meta_inplace_complex_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8197849Z test_dispatch_meta_inplace_complex_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8198955Z test_dispatch_meta_inplace_complex_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8199515Z test_dispatch_meta_inplace_conj_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8200341Z test_dispatch_meta_inplace_conj_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8200840Z test_dispatch_meta_inplace_conj_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8201354Z test_dispatch_meta_inplace_conj_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8201867Z test_dispatch_meta_inplace_conj_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8202360Z test_dispatch_meta_inplace_conj_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8202857Z test_dispatch_meta_inplace_conj_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8203359Z test_dispatch_meta_inplace_conj_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8203853Z test_dispatch_meta_inplace_conj_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8204337Z test_dispatch_meta_inplace_conj_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8204817Z test_dispatch_meta_inplace_conj_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8205315Z test_dispatch_meta_inplace_conj_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8205935Z test_dispatch_meta_inplace_conj_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.8206404Z test_dispatch_meta_inplace_conj_physical_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:30.8207145Z test_dispatch_meta_inplace_conj_physical_cuda_bool (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:30.8207600Z test_dispatch_meta_inplace_conj_physical_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:30.8208166Z test_dispatch_meta_inplace_conj_physical_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.337s) 2022-11-23T02:24:30.8208594Z test_dispatch_meta_inplace_conj_physical_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:30.8209040Z test_dispatch_meta_inplace_conj_physical_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:30.8209472Z test_dispatch_meta_inplace_conj_physical_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.001s) 2022-11-23T02:24:30.8209899Z test_dispatch_meta_inplace_conj_physical_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:30.8210332Z test_dispatch_meta_inplace_conj_physical_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:30.8210756Z test_dispatch_meta_inplace_conj_physical_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:30.8211175Z test_dispatch_meta_inplace_conj_physical_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:30.8211592Z test_dispatch_meta_inplace_conj_physical_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:30.8212013Z test_dispatch_meta_inplace_conj_physical_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:30.8212630Z test_dispatch_meta_inplace_constant_pad_nd_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8213152Z test_dispatch_meta_inplace_constant_pad_nd_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8214292Z test_dispatch_meta_inplace_constant_pad_nd_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8214869Z test_dispatch_meta_inplace_constant_pad_nd_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:24:30.8215395Z test_dispatch_meta_inplace_constant_pad_nd_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8215922Z test_dispatch_meta_inplace_constant_pad_nd_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8216435Z test_dispatch_meta_inplace_constant_pad_nd_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8216954Z test_dispatch_meta_inplace_constant_pad_nd_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8217466Z test_dispatch_meta_inplace_constant_pad_nd_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8217982Z test_dispatch_meta_inplace_constant_pad_nd_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8218500Z test_dispatch_meta_inplace_constant_pad_nd_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8219019Z test_dispatch_meta_inplace_constant_pad_nd_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8219667Z test_dispatch_meta_inplace_contiguous_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8220195Z test_dispatch_meta_inplace_contiguous_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8220996Z test_dispatch_meta_inplace_contiguous_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8221540Z test_dispatch_meta_inplace_contiguous_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8222070Z test_dispatch_meta_inplace_contiguous_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8222580Z test_dispatch_meta_inplace_contiguous_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8223201Z test_dispatch_meta_inplace_contiguous_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8223719Z test_dispatch_meta_inplace_contiguous_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8224232Z test_dispatch_meta_inplace_contiguous_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8224750Z test_dispatch_meta_inplace_contiguous_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8225266Z test_dispatch_meta_inplace_contiguous_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8225756Z test_dispatch_meta_inplace_contiguous_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8226426Z test_dispatch_meta_inplace_contiguous_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8226943Z test_dispatch_meta_inplace_copysign_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:30.8227619Z test_dispatch_meta_inplace_copysign_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:24:30.8228178Z test_dispatch_meta_inplace_copysign_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:30.8228602Z test_dispatch_meta_inplace_copysign_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:30.8229094Z test_dispatch_meta_inplace_copysign_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:30.8229550Z test_dispatch_meta_inplace_copysign_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:30.8230043Z test_dispatch_meta_inplace_copysign_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:30.8230534Z test_dispatch_meta_inplace_copysign_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:30.8231012Z test_dispatch_meta_inplace_copysign_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:24:30.8231503Z test_dispatch_meta_inplace_copysign_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.006s) 2022-11-23T02:24:30.8232009Z test_dispatch_meta_inplace_corrcoef_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8232530Z test_dispatch_meta_inplace_corrcoef_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8233198Z test_dispatch_meta_inplace_corrcoef_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8233718Z test_dispatch_meta_inplace_corrcoef_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8234512Z test_dispatch_meta_inplace_corrcoef_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8235038Z test_dispatch_meta_inplace_corrcoef_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8235551Z test_dispatch_meta_inplace_corrcoef_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8236072Z test_dispatch_meta_inplace_corrcoef_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.011s) 2022-11-23T02:24:30.8236576Z test_dispatch_meta_inplace_corrcoef_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8237073Z test_dispatch_meta_inplace_corrcoef_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8237672Z test_dispatch_meta_inplace_corrcoef_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8238103Z test_dispatch_meta_inplace_cos_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:30.8238565Z test_dispatch_meta_inplace_cos_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:30.8239002Z test_dispatch_meta_inplace_cos_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:30.8239420Z test_dispatch_meta_inplace_cos_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:30.8239955Z test_dispatch_meta_inplace_cos_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:30.8240388Z test_dispatch_meta_inplace_cos_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:30.8240783Z test_dispatch_meta_inplace_cos_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:30.8241480Z test_dispatch_meta_inplace_cos_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:30.8241930Z test_dispatch_meta_inplace_cos_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:30.8242412Z test_dispatch_meta_inplace_cos_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:30.8242897Z test_dispatch_meta_inplace_cos_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T02:24:30.8243367Z test_dispatch_meta_inplace_cos_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:30.8243927Z test_dispatch_meta_inplace_cos_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:30.8244389Z test_dispatch_meta_inplace_cosh_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:30.8244827Z test_dispatch_meta_inplace_cosh_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:30.8245271Z test_dispatch_meta_inplace_cosh_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:30.8245688Z test_dispatch_meta_inplace_cosh_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:30.8246101Z test_dispatch_meta_inplace_cosh_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:30.8246513Z test_dispatch_meta_inplace_cosh_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:30.8247050Z test_dispatch_meta_inplace_cosh_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:30.8247455Z test_dispatch_meta_inplace_cosh_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:30.8248201Z test_dispatch_meta_inplace_cosh_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:24:30.8248696Z test_dispatch_meta_inplace_cosh_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.012s) 2022-11-23T02:24:30.8249182Z test_dispatch_meta_inplace_cosh_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:30.8249661Z test_dispatch_meta_inplace_cosh_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:30.8250134Z test_dispatch_meta_inplace_cosh_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:30.8250640Z test_dispatch_meta_inplace_count_nonzero_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8251156Z test_dispatch_meta_inplace_count_nonzero_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.8251673Z test_dispatch_meta_inplace_count_nonzero_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.8252208Z test_dispatch_meta_inplace_count_nonzero_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8252844Z test_dispatch_meta_inplace_count_nonzero_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8253465Z test_dispatch_meta_inplace_count_nonzero_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8254005Z test_dispatch_meta_inplace_count_nonzero_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8254661Z test_dispatch_meta_inplace_count_nonzero_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8255587Z test_dispatch_meta_inplace_count_nonzero_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8271300Z test_dispatch_meta_inplace_count_nonzero_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8272149Z test_dispatch_meta_inplace_count_nonzero_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8273234Z test_dispatch_meta_inplace_count_nonzero_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8273880Z test_dispatch_meta_inplace_cov_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8274814Z test_dispatch_meta_inplace_cov_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8276050Z test_dispatch_meta_inplace_cov_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8277301Z test_dispatch_meta_inplace_cov_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8278366Z test_dispatch_meta_inplace_cov_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8279350Z test_dispatch_meta_inplace_cov_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.8280308Z test_dispatch_meta_inplace_cov_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8281272Z test_dispatch_meta_inplace_cov_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.8282236Z test_dispatch_meta_inplace_cov_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8283323Z test_dispatch_meta_inplace_cov_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:30.8284400Z test_dispatch_meta_inplace_cov_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8285453Z test_dispatch_meta_inplace_cross_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8286478Z test_dispatch_meta_inplace_cross_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8287500Z test_dispatch_meta_inplace_cross_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8288473Z test_dispatch_meta_inplace_cross_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:24:30.8289484Z test_dispatch_meta_inplace_cross_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8290609Z test_dispatch_meta_inplace_cross_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8291768Z test_dispatch_meta_inplace_cross_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8292965Z test_dispatch_meta_inplace_cross_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8293944Z test_dispatch_meta_inplace_cross_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8294932Z test_dispatch_meta_inplace_cross_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8295949Z test_dispatch_meta_inplace_cummax_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:24:30.8296945Z test_dispatch_meta_inplace_cummax_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8298096Z test_dispatch_meta_inplace_cummax_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8299269Z test_dispatch_meta_inplace_cummax_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8300273Z test_dispatch_meta_inplace_cummax_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8301275Z test_dispatch_meta_inplace_cummax_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8302265Z test_dispatch_meta_inplace_cummax_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8303261Z test_dispatch_meta_inplace_cummax_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8304554Z test_dispatch_meta_inplace_cummax_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:24:30.8305731Z test_dispatch_meta_inplace_cummax_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8306725Z test_dispatch_meta_inplace_cummin_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8307740Z test_dispatch_meta_inplace_cummin_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8308753Z test_dispatch_meta_inplace_cummin_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8309761Z test_dispatch_meta_inplace_cummin_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8310764Z test_dispatch_meta_inplace_cummin_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8311890Z test_dispatch_meta_inplace_cummin_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8313024Z test_dispatch_meta_inplace_cummin_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:24:30.8313993Z test_dispatch_meta_inplace_cummin_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8314985Z test_dispatch_meta_inplace_cummin_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8315981Z test_dispatch_meta_inplace_cummin_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8316889Z test_dispatch_meta_inplace_cumprod_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:30.8317731Z test_dispatch_meta_inplace_cumprod_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:30.8318713Z test_dispatch_meta_inplace_cumprod_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:30.8319672Z test_dispatch_meta_inplace_cumprod_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:30.8320485Z test_dispatch_meta_inplace_cumprod_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:30.8321495Z test_dispatch_meta_inplace_cumprod_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:30.8322330Z test_dispatch_meta_inplace_cumprod_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:30.8323149Z test_dispatch_meta_inplace_cumprod_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:30.8323966Z test_dispatch_meta_inplace_cumprod_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:30.8324902Z test_dispatch_meta_inplace_cumprod_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:30.8325762Z test_dispatch_meta_inplace_cumprod_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:30.8326910Z test_dispatch_meta_inplace_cumsum_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: Function is in dispatch early skips (0.000s) 2022-11-23T02:24:30.8327970Z test_dispatch_meta_inplace_cumsum_cuda_complex128 (__main__.TestMetaCUDA) ... skip: Function is in dispatch early skips (0.000s) 2022-11-23T02:24:30.8329036Z test_dispatch_meta_inplace_cumsum_cuda_complex64 (__main__.TestMetaCUDA) ... skip: Function is in dispatch early skips (0.000s) 2022-11-23T02:24:30.8330076Z test_dispatch_meta_inplace_cumsum_cuda_float16 (__main__.TestMetaCUDA) ... skip: Function is in dispatch early skips (0.006s) 2022-11-23T02:24:30.8331120Z test_dispatch_meta_inplace_cumsum_cuda_float32 (__main__.TestMetaCUDA) ... skip: Function is in dispatch early skips (0.000s) 2022-11-23T02:24:30.8332279Z test_dispatch_meta_inplace_cumsum_cuda_float64 (__main__.TestMetaCUDA) ... skip: Function is in dispatch early skips (0.000s) 2022-11-23T02:24:30.8333655Z test_dispatch_meta_inplace_cumsum_cuda_int16 (__main__.TestMetaCUDA) ... skip: Function is in dispatch early skips (0.000s) 2022-11-23T02:24:30.8334672Z test_dispatch_meta_inplace_cumsum_cuda_int32 (__main__.TestMetaCUDA) ... skip: Function is in dispatch early skips (0.000s) 2022-11-23T02:24:30.8335680Z test_dispatch_meta_inplace_cumsum_cuda_int64 (__main__.TestMetaCUDA) ... skip: Function is in dispatch early skips (0.000s) 2022-11-23T02:24:30.8336716Z test_dispatch_meta_inplace_cumsum_cuda_int8 (__main__.TestMetaCUDA) ... skip: Function is in dispatch early skips (0.000s) 2022-11-23T02:24:30.8337750Z test_dispatch_meta_inplace_cumsum_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Function is in dispatch early skips (0.000s) 2022-11-23T02:24:30.8338907Z test_dispatch_meta_inplace_cumulative_trapezoid_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.011s) 2022-11-23T02:24:30.8340202Z test_dispatch_meta_inplace_cumulative_trapezoid_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.8341313Z test_dispatch_meta_inplace_cumulative_trapezoid_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.8342422Z test_dispatch_meta_inplace_cumulative_trapezoid_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.8343510Z test_dispatch_meta_inplace_cumulative_trapezoid_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8344609Z test_dispatch_meta_inplace_cumulative_trapezoid_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.8345693Z test_dispatch_meta_inplace_cumulative_trapezoid_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.8346791Z test_dispatch_meta_inplace_cumulative_trapezoid_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.8347869Z test_dispatch_meta_inplace_cumulative_trapezoid_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.8348956Z test_dispatch_meta_inplace_cumulative_trapezoid_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8350243Z test_dispatch_meta_inplace_cumulative_trapezoid_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8351340Z test_dispatch_meta_inplace_deg2rad_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:30.8352450Z test_dispatch_meta_inplace_deg2rad_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:24:30.8353443Z test_dispatch_meta_inplace_deg2rad_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:30.8354291Z test_dispatch_meta_inplace_deg2rad_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:30.8355132Z test_dispatch_meta_inplace_deg2rad_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:30.8356035Z test_dispatch_meta_inplace_deg2rad_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:24:30.8357023Z test_dispatch_meta_inplace_deg2rad_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:30.8358011Z test_dispatch_meta_inplace_deg2rad_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:24:30.8359000Z test_dispatch_meta_inplace_deg2rad_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.006s) 2022-11-23T02:24:30.8359955Z test_dispatch_meta_inplace_deg2rad_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:24:30.8360983Z test_dispatch_meta_inplace_diag_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8362157Z test_dispatch_meta_inplace_diag_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8363195Z test_dispatch_meta_inplace_diag_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8364209Z test_dispatch_meta_inplace_diag_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:24:30.8365240Z test_dispatch_meta_inplace_diag_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8366227Z test_dispatch_meta_inplace_diag_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8367238Z test_dispatch_meta_inplace_diag_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8368346Z test_dispatch_meta_inplace_diag_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8369498Z test_dispatch_meta_inplace_diag_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8370471Z test_dispatch_meta_inplace_diag_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8371454Z test_dispatch_meta_inplace_diag_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8372437Z test_dispatch_meta_inplace_diag_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8373432Z test_dispatch_meta_inplace_diag_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8374456Z test_dispatch_meta_inplace_diag_embed_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8375493Z test_dispatch_meta_inplace_diag_embed_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8376528Z test_dispatch_meta_inplace_diag_embed_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8377573Z test_dispatch_meta_inplace_diag_embed_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8378808Z test_dispatch_meta_inplace_diag_embed_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8379843Z test_dispatch_meta_inplace_diag_embed_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8380876Z test_dispatch_meta_inplace_diag_embed_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8381899Z test_dispatch_meta_inplace_diag_embed_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8382936Z test_dispatch_meta_inplace_diag_embed_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8383949Z test_dispatch_meta_inplace_diag_embed_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8384968Z test_dispatch_meta_inplace_diag_embed_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8386067Z test_dispatch_meta_inplace_diag_embed_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8387103Z test_dispatch_meta_inplace_diag_embed_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8388119Z test_dispatch_meta_inplace_diagflat_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8389312Z test_dispatch_meta_inplace_diagflat_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8390374Z test_dispatch_meta_inplace_diagflat_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8391411Z test_dispatch_meta_inplace_diagflat_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8392464Z test_dispatch_meta_inplace_diagflat_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8393459Z test_dispatch_meta_inplace_diagflat_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8394490Z test_dispatch_meta_inplace_diagflat_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8395496Z test_dispatch_meta_inplace_diagflat_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8396517Z test_dispatch_meta_inplace_diagflat_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.8397508Z test_dispatch_meta_inplace_diagflat_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8398518Z test_dispatch_meta_inplace_diagflat_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8399612Z test_dispatch_meta_inplace_diagflat_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:30.8400744Z test_dispatch_meta_inplace_diagonal_copy_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8401844Z test_dispatch_meta_inplace_diagonal_copy_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8402889Z test_dispatch_meta_inplace_diagonal_copy_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8403954Z test_dispatch_meta_inplace_diagonal_copy_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:24:30.8405019Z test_dispatch_meta_inplace_diagonal_copy_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8406254Z test_dispatch_meta_inplace_diagonal_copy_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8407286Z test_dispatch_meta_inplace_diagonal_copy_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8408316Z test_dispatch_meta_inplace_diagonal_copy_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8409343Z test_dispatch_meta_inplace_diagonal_copy_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8410392Z test_dispatch_meta_inplace_diagonal_copy_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8411419Z test_dispatch_meta_inplace_diagonal_copy_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8412474Z test_dispatch_meta_inplace_diagonal_copy_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:24:30.8413502Z test_dispatch_meta_inplace_diagonal_copy_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8414544Z test_dispatch_meta_inplace_diagonal_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8415545Z test_dispatch_meta_inplace_diagonal_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8416729Z test_dispatch_meta_inplace_diagonal_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8417802Z test_dispatch_meta_inplace_diagonal_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8418840Z test_dispatch_meta_inplace_diagonal_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8419859Z test_dispatch_meta_inplace_diagonal_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8420881Z test_dispatch_meta_inplace_diagonal_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8421910Z test_dispatch_meta_inplace_diagonal_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8422932Z test_dispatch_meta_inplace_diagonal_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8423959Z test_dispatch_meta_inplace_diagonal_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8424951Z test_dispatch_meta_inplace_diagonal_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8425952Z test_dispatch_meta_inplace_diagonal_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8427013Z test_dispatch_meta_inplace_diagonal_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:30.8428039Z test_dispatch_meta_inplace_diagonal_scatter_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8429171Z test_dispatch_meta_inplace_diagonal_scatter_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8430258Z test_dispatch_meta_inplace_diagonal_scatter_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8431338Z test_dispatch_meta_inplace_diagonal_scatter_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8432383Z test_dispatch_meta_inplace_diagonal_scatter_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8433614Z test_dispatch_meta_inplace_diagonal_scatter_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8434655Z test_dispatch_meta_inplace_diagonal_scatter_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.8435716Z test_dispatch_meta_inplace_diagonal_scatter_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.8436755Z test_dispatch_meta_inplace_diagonal_scatter_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:30.8437829Z test_dispatch_meta_inplace_diagonal_scatter_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8438874Z test_dispatch_meta_inplace_diff_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8439871Z test_dispatch_meta_inplace_diff_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8440743Z test_dispatch_meta_inplace_diff_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8441280Z test_dispatch_meta_inplace_diff_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:30.8441794Z test_dispatch_meta_inplace_diff_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8442424Z test_dispatch_meta_inplace_diff_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8443368Z test_dispatch_meta_inplace_diff_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8444371Z test_dispatch_meta_inplace_diff_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:24:30.8445365Z test_dispatch_meta_inplace_diff_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8446355Z test_dispatch_meta_inplace_diff_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8447335Z test_dispatch_meta_inplace_diff_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8448328Z test_dispatch_meta_inplace_diff_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8449320Z test_dispatch_meta_inplace_digamma_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:24:30.8450239Z test_dispatch_meta_inplace_digamma_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.949s) 2022-11-23T02:24:30.8451056Z test_dispatch_meta_inplace_digamma_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.570s) 2022-11-23T02:24:30.8451909Z test_dispatch_meta_inplace_digamma_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.588s) 2022-11-23T02:24:30.8452800Z test_dispatch_meta_inplace_digamma_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:30.8453779Z test_dispatch_meta_inplace_digamma_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:30.8454753Z test_dispatch_meta_inplace_digamma_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:30.8455735Z test_dispatch_meta_inplace_digamma_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:30.8456858Z test_dispatch_meta_inplace_digamma_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:30.8457989Z test_dispatch_meta_inplace_dist_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8459182Z test_dispatch_meta_inplace_dist_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.8460211Z test_dispatch_meta_inplace_dist_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8461217Z test_dispatch_meta_inplace_dist_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8462222Z test_dispatch_meta_inplace_dist_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8463223Z test_dispatch_meta_inplace_dist_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8464186Z test_dispatch_meta_inplace_div_floor_rounding_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.041s) 2022-11-23T02:24:30.8465092Z test_dispatch_meta_inplace_div_floor_rounding_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.036s) 2022-11-23T02:24:30.8465987Z test_dispatch_meta_inplace_div_floor_rounding_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.034s) 2022-11-23T02:24:30.8466874Z test_dispatch_meta_inplace_div_floor_rounding_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-11-23T02:24:30.8467766Z test_dispatch_meta_inplace_div_floor_rounding_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:24:30.8468647Z test_dispatch_meta_inplace_div_floor_rounding_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:30.8469513Z test_dispatch_meta_inplace_div_floor_rounding_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:30.8470555Z test_dispatch_meta_inplace_div_floor_rounding_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:24:30.8471462Z test_dispatch_meta_inplace_div_floor_rounding_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:30.8472355Z test_dispatch_meta_inplace_div_no_rounding_mode_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:30.8473344Z test_dispatch_meta_inplace_div_no_rounding_mode_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:30.8474348Z test_dispatch_meta_inplace_div_no_rounding_mode_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:30.8475273Z test_dispatch_meta_inplace_div_no_rounding_mode_cuda_complex32 (__main__.TestMetaCUDA) ... ok (2.810s) 2022-11-23T02:24:30.8476200Z test_dispatch_meta_inplace_div_no_rounding_mode_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:30.8477107Z test_dispatch_meta_inplace_div_no_rounding_mode_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:30.8478043Z test_dispatch_meta_inplace_div_no_rounding_mode_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:30.8478912Z test_dispatch_meta_inplace_div_no_rounding_mode_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:30.8479899Z test_dispatch_meta_inplace_div_no_rounding_mode_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:30.8480932Z test_dispatch_meta_inplace_div_no_rounding_mode_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T02:24:30.8481982Z test_dispatch_meta_inplace_div_no_rounding_mode_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:24:30.8483004Z test_dispatch_meta_inplace_div_no_rounding_mode_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:24:30.8484048Z test_dispatch_meta_inplace_div_no_rounding_mode_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:24:30.8485020Z test_dispatch_meta_inplace_div_trunc_rounding_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:30.8485907Z test_dispatch_meta_inplace_div_trunc_rounding_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:30.8486965Z test_dispatch_meta_inplace_div_trunc_rounding_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:30.8487854Z test_dispatch_meta_inplace_div_trunc_rounding_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:30.8488734Z test_dispatch_meta_inplace_div_trunc_rounding_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:30.8489611Z test_dispatch_meta_inplace_div_trunc_rounding_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:30.8490484Z test_dispatch_meta_inplace_div_trunc_rounding_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:30.8491383Z test_dispatch_meta_inplace_div_trunc_rounding_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:30.8492253Z test_dispatch_meta_inplace_div_trunc_rounding_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:30.8493184Z test_dispatch_meta_inplace_dot_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:24:30.8494201Z test_dispatch_meta_inplace_dot_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8495229Z test_dispatch_meta_inplace_dot_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8496214Z test_dispatch_meta_inplace_dot_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8497226Z test_dispatch_meta_inplace_dot_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8498349Z test_dispatch_meta_inplace_dot_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.8499376Z test_dispatch_meta_inplace_double_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.8500382Z test_dispatch_meta_inplace_double_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.8501391Z test_dispatch_meta_inplace_double_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.8502433Z test_dispatch_meta_inplace_double_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.8503453Z test_dispatch_meta_inplace_double_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.8504479Z test_dispatch_meta_inplace_double_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.8505490Z test_dispatch_meta_inplace_double_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.8506495Z test_dispatch_meta_inplace_double_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.8507481Z test_dispatch_meta_inplace_double_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8508491Z test_dispatch_meta_inplace_double_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8509462Z test_dispatch_meta_inplace_double_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8510471Z test_dispatch_meta_inplace_double_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8511496Z test_dispatch_meta_inplace_double_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8512510Z test_dispatch_meta_inplace_dsplit_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8513532Z test_dispatch_meta_inplace_dsplit_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8514724Z test_dispatch_meta_inplace_dsplit_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8515765Z test_dispatch_meta_inplace_dsplit_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8516795Z test_dispatch_meta_inplace_dsplit_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8517793Z test_dispatch_meta_inplace_dsplit_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.8518821Z test_dispatch_meta_inplace_dsplit_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.8519842Z test_dispatch_meta_inplace_dsplit_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8520849Z test_dispatch_meta_inplace_dsplit_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.8521854Z test_dispatch_meta_inplace_dsplit_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8522860Z test_dispatch_meta_inplace_dsplit_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8523869Z test_dispatch_meta_inplace_dsplit_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8524878Z test_dispatch_meta_inplace_dsplit_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8526026Z test_dispatch_meta_inplace_dstack_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8527116Z test_dispatch_meta_inplace_dstack_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:24:30.8528150Z test_dispatch_meta_inplace_dstack_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8529186Z test_dispatch_meta_inplace_dstack_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8530223Z test_dispatch_meta_inplace_dstack_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8531240Z test_dispatch_meta_inplace_dstack_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8532250Z test_dispatch_meta_inplace_dstack_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8533250Z test_dispatch_meta_inplace_dstack_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8534220Z test_dispatch_meta_inplace_dstack_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8535226Z test_dispatch_meta_inplace_dstack_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:24:30.8536219Z test_dispatch_meta_inplace_dstack_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8537222Z test_dispatch_meta_inplace_dstack_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8538227Z test_dispatch_meta_inplace_dstack_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8539255Z test_dispatch_meta_inplace_einsum_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8540296Z test_dispatch_meta_inplace_einsum_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8541305Z test_dispatch_meta_inplace_einsum_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8542480Z test_dispatch_meta_inplace_einsum_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.011s) 2022-11-23T02:24:30.8543489Z test_dispatch_meta_inplace_einsum_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.8544487Z test_dispatch_meta_inplace_einsum_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8545482Z test_dispatch_meta_inplace_empty_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.8546472Z test_dispatch_meta_inplace_empty_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8547497Z test_dispatch_meta_inplace_empty_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.8548507Z test_dispatch_meta_inplace_empty_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8549023Z test_dispatch_meta_inplace_empty_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8549511Z test_dispatch_meta_inplace_empty_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8549994Z test_dispatch_meta_inplace_empty_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8550631Z test_dispatch_meta_inplace_empty_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8551124Z test_dispatch_meta_inplace_empty_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.8551608Z test_dispatch_meta_inplace_empty_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8552088Z test_dispatch_meta_inplace_empty_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8552571Z test_dispatch_meta_inplace_empty_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8553069Z test_dispatch_meta_inplace_empty_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.8553574Z test_dispatch_meta_inplace_empty_like_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8554075Z test_dispatch_meta_inplace_empty_like_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8554599Z test_dispatch_meta_inplace_empty_like_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8555115Z test_dispatch_meta_inplace_empty_like_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8555635Z test_dispatch_meta_inplace_empty_like_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8556137Z test_dispatch_meta_inplace_empty_like_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8556651Z test_dispatch_meta_inplace_empty_like_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8557160Z test_dispatch_meta_inplace_empty_like_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8557655Z test_dispatch_meta_inplace_empty_like_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8558134Z test_dispatch_meta_inplace_empty_like_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8558963Z test_dispatch_meta_inplace_empty_like_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8559545Z test_dispatch_meta_inplace_empty_like_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.8559983Z test_dispatch_meta_inplace_empty_like_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8560195Z test_dispatch_meta_inplace_eq_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:30.8560613Z test_dispatch_meta_inplace_eq_cuda_bool (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:30.8561001Z test_dispatch_meta_inplace_eq_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:24:30.8561208Z test_dispatch_meta_inplace_eq_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:30.8561409Z test_dispatch_meta_inplace_eq_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:30.8561611Z test_dispatch_meta_inplace_eq_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:30.8561801Z test_dispatch_meta_inplace_eq_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:30.8561972Z test_dispatch_meta_inplace_eq_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:30.8562170Z test_dispatch_meta_inplace_eq_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:30.8562357Z test_dispatch_meta_inplace_eq_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:30.8562540Z test_dispatch_meta_inplace_eq_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:30.8562834Z test_dispatch_meta_inplace_eq_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:30.8563047Z test_dispatch_meta_inplace_eq_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:30.8563305Z test_dispatch_meta_inplace_equal_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8563562Z test_dispatch_meta_inplace_equal_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8563822Z test_dispatch_meta_inplace_equal_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.013s) 2022-11-23T02:24:30.8564079Z test_dispatch_meta_inplace_equal_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.8564332Z test_dispatch_meta_inplace_equal_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.8564584Z test_dispatch_meta_inplace_equal_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8564828Z test_dispatch_meta_inplace_equal_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8565079Z test_dispatch_meta_inplace_equal_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8565331Z test_dispatch_meta_inplace_equal_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8565580Z test_dispatch_meta_inplace_equal_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8565825Z test_dispatch_meta_inplace_equal_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8566075Z test_dispatch_meta_inplace_equal_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8566275Z test_dispatch_meta_inplace_erf_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:30.8566516Z test_dispatch_meta_inplace_erf_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:24:30.8566712Z test_dispatch_meta_inplace_erf_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:30.8566989Z test_dispatch_meta_inplace_erf_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:30.8567188Z test_dispatch_meta_inplace_erf_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:30.8567413Z test_dispatch_meta_inplace_erf_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T02:24:30.8567651Z test_dispatch_meta_inplace_erf_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:24:30.8567890Z test_dispatch_meta_inplace_erf_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:30.8568129Z test_dispatch_meta_inplace_erf_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:30.8568360Z test_dispatch_meta_inplace_erf_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:30.8568566Z test_dispatch_meta_inplace_erfc_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.301s) 2022-11-23T02:24:30.8568798Z test_dispatch_meta_inplace_erfc_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:24:30.8568996Z test_dispatch_meta_inplace_erfc_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.311s) 2022-11-23T02:24:30.8569195Z test_dispatch_meta_inplace_erfc_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.303s) 2022-11-23T02:24:30.8569385Z test_dispatch_meta_inplace_erfc_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.345s) 2022-11-23T02:24:30.8570366Z test_dispatch_meta_inplace_erfc_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:30.8570667Z test_dispatch_meta_inplace_erfc_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:30.8570908Z test_dispatch_meta_inplace_erfc_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:30.8571154Z test_dispatch_meta_inplace_erfc_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:30.8571389Z test_dispatch_meta_inplace_erfc_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:30.8571633Z test_dispatch_meta_inplace_erfinv_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:30.8571836Z test_dispatch_meta_inplace_erfinv_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.304s) 2022-11-23T02:24:30.8572040Z test_dispatch_meta_inplace_erfinv_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.275s) 2022-11-23T02:24:30.8572245Z test_dispatch_meta_inplace_erfinv_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.437s) 2022-11-23T02:24:30.8572489Z test_dispatch_meta_inplace_erfinv_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:30.8572725Z test_dispatch_meta_inplace_erfinv_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:30.8572958Z test_dispatch_meta_inplace_erfinv_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T02:24:30.8573196Z test_dispatch_meta_inplace_erfinv_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:30.8573421Z test_dispatch_meta_inplace_erfinv_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:24:30.8573620Z test_dispatch_meta_inplace_exp2_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.250s) 2022-11-23T02:24:30.8573862Z test_dispatch_meta_inplace_exp2_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:24:30.8574059Z test_dispatch_meta_inplace_exp2_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.235s) 2022-11-23T02:24:30.8574257Z test_dispatch_meta_inplace_exp2_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.249s) 2022-11-23T02:24:30.8574452Z test_dispatch_meta_inplace_exp2_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.282s) 2022-11-23T02:24:30.8574807Z test_dispatch_meta_inplace_exp2_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:30.8575046Z test_dispatch_meta_inplace_exp2_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:30.8575280Z test_dispatch_meta_inplace_exp2_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:30.8575517Z test_dispatch_meta_inplace_exp2_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:30.8575756Z test_dispatch_meta_inplace_exp2_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:30.8575955Z test_dispatch_meta_inplace_exp_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:30.8576191Z test_dispatch_meta_inplace_exp_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:24:30.8576397Z test_dispatch_meta_inplace_exp_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.638s) 2022-11-23T02:24:30.8576599Z test_dispatch_meta_inplace_exp_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.638s) 2022-11-23T02:24:30.8576794Z test_dispatch_meta_inplace_exp_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.590s) 2022-11-23T02:24:30.8576991Z test_dispatch_meta_inplace_exp_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:30.8577181Z test_dispatch_meta_inplace_exp_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:30.8577436Z test_dispatch_meta_inplace_exp_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:30.8577693Z test_dispatch_meta_inplace_exp_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:30.8577929Z test_dispatch_meta_inplace_exp_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:30.8578152Z test_dispatch_meta_inplace_exp_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:30.8578389Z test_dispatch_meta_inplace_exp_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:30.8578626Z test_dispatch_meta_inplace_exp_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:30.8578887Z test_dispatch_meta_inplace_expand_as_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8579145Z test_dispatch_meta_inplace_expand_as_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8579409Z test_dispatch_meta_inplace_expand_as_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8579674Z test_dispatch_meta_inplace_expand_as_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8579937Z test_dispatch_meta_inplace_expand_as_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8580192Z test_dispatch_meta_inplace_expand_as_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8580449Z test_dispatch_meta_inplace_expand_as_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8580700Z test_dispatch_meta_inplace_expand_as_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8580955Z test_dispatch_meta_inplace_expand_as_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8581207Z test_dispatch_meta_inplace_expand_as_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8581457Z test_dispatch_meta_inplace_expand_as_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8581792Z test_dispatch_meta_inplace_expand_as_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8582045Z test_dispatch_meta_inplace_expand_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8582296Z test_dispatch_meta_inplace_expand_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.8582560Z test_dispatch_meta_inplace_expand_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8582817Z test_dispatch_meta_inplace_expand_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8583070Z test_dispatch_meta_inplace_expand_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:30.8583323Z test_dispatch_meta_inplace_expand_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8583568Z test_dispatch_meta_inplace_expand_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8583814Z test_dispatch_meta_inplace_expand_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8584052Z test_dispatch_meta_inplace_expand_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:24:30.8584366Z test_dispatch_meta_inplace_expand_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8584630Z test_dispatch_meta_inplace_expand_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8584881Z test_dispatch_meta_inplace_expand_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8585087Z test_dispatch_meta_inplace_expm1_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:30.8585311Z test_dispatch_meta_inplace_expm1_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:24:30.8585513Z test_dispatch_meta_inplace_expm1_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:30.8585713Z test_dispatch_meta_inplace_expm1_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:30.8585911Z test_dispatch_meta_inplace_expm1_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:30.8586154Z test_dispatch_meta_inplace_expm1_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:30.8586384Z test_dispatch_meta_inplace_expm1_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:30.8586612Z test_dispatch_meta_inplace_expm1_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:30.8586849Z test_dispatch_meta_inplace_expm1_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:30.8587087Z test_dispatch_meta_inplace_expm1_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:30.8587335Z test_dispatch_meta_inplace_eye_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8587579Z test_dispatch_meta_inplace_eye_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8587835Z test_dispatch_meta_inplace_eye_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8588085Z test_dispatch_meta_inplace_eye_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8588335Z test_dispatch_meta_inplace_eye_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8588672Z test_dispatch_meta_inplace_eye_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8588919Z test_dispatch_meta_inplace_eye_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8589163Z test_dispatch_meta_inplace_eye_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8589408Z test_dispatch_meta_inplace_eye_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8589653Z test_dispatch_meta_inplace_eye_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8589895Z test_dispatch_meta_inplace_eye_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.8590136Z test_dispatch_meta_inplace_eye_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8590386Z test_dispatch_meta_inplace_fft_fft2_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8590648Z test_dispatch_meta_inplace_fft_fft2_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:30.8590905Z test_dispatch_meta_inplace_fft_fft2_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8591226Z test_dispatch_meta_inplace_fft_fft2_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8591495Z test_dispatch_meta_inplace_fft_fft2_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8591732Z test_dispatch_meta_inplace_fft_fft2_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:24:30.8591980Z test_dispatch_meta_inplace_fft_fft2_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8592230Z test_dispatch_meta_inplace_fft_fft2_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8592477Z test_dispatch_meta_inplace_fft_fft2_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8592720Z test_dispatch_meta_inplace_fft_fft2_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8592967Z test_dispatch_meta_inplace_fft_fft2_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8593213Z test_dispatch_meta_inplace_fft_fft2_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8593544Z test_dispatch_meta_inplace_fft_fft_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8593802Z test_dispatch_meta_inplace_fft_fft_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:24:30.8594059Z test_dispatch_meta_inplace_fft_fft_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8594314Z test_dispatch_meta_inplace_fft_fft_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8594567Z test_dispatch_meta_inplace_fft_fft_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8594820Z test_dispatch_meta_inplace_fft_fft_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8595065Z test_dispatch_meta_inplace_fft_fft_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8595394Z test_dispatch_meta_inplace_fft_fft_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8595642Z test_dispatch_meta_inplace_fft_fft_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8595884Z test_dispatch_meta_inplace_fft_fft_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:24:30.8596129Z test_dispatch_meta_inplace_fft_fft_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.8596376Z test_dispatch_meta_inplace_fft_fft_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8596620Z test_dispatch_meta_inplace_fft_fftn_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8596881Z test_dispatch_meta_inplace_fft_fftn_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8597140Z test_dispatch_meta_inplace_fft_fftn_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8597394Z test_dispatch_meta_inplace_fft_fftn_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8597644Z test_dispatch_meta_inplace_fft_fftn_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.009s) 2022-11-23T02:24:30.8597896Z test_dispatch_meta_inplace_fft_fftn_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8598205Z test_dispatch_meta_inplace_fft_fftn_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8598470Z test_dispatch_meta_inplace_fft_fftn_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8598718Z test_dispatch_meta_inplace_fft_fftn_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8598962Z test_dispatch_meta_inplace_fft_fftn_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8599196Z test_dispatch_meta_inplace_fft_fftn_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8599445Z test_dispatch_meta_inplace_fft_fftn_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8599711Z test_dispatch_meta_inplace_fft_fftshift_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8599967Z test_dispatch_meta_inplace_fft_fftshift_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8600232Z test_dispatch_meta_inplace_fft_fftshift_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8600498Z test_dispatch_meta_inplace_fft_fftshift_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8600755Z test_dispatch_meta_inplace_fft_fftshift_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8601012Z test_dispatch_meta_inplace_fft_fftshift_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8601274Z test_dispatch_meta_inplace_fft_fftshift_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8601533Z test_dispatch_meta_inplace_fft_fftshift_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8601784Z test_dispatch_meta_inplace_fft_fftshift_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8602121Z test_dispatch_meta_inplace_fft_fftshift_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8602380Z test_dispatch_meta_inplace_fft_fftshift_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8602635Z test_dispatch_meta_inplace_fft_fftshift_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8602886Z test_dispatch_meta_inplace_fft_fftshift_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8603142Z test_dispatch_meta_inplace_fft_hfft2_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8603401Z test_dispatch_meta_inplace_fft_hfft2_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8603662Z test_dispatch_meta_inplace_fft_hfft2_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8603923Z test_dispatch_meta_inplace_fft_hfft2_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8604174Z test_dispatch_meta_inplace_fft_hfft2_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8604425Z test_dispatch_meta_inplace_fft_hfft2_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8604674Z test_dispatch_meta_inplace_fft_hfft2_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8604988Z test_dispatch_meta_inplace_fft_hfft2_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8605255Z test_dispatch_meta_inplace_fft_hfft2_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8605503Z test_dispatch_meta_inplace_fft_hfft2_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8605751Z test_dispatch_meta_inplace_fft_hfft2_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8606003Z test_dispatch_meta_inplace_fft_hfft2_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8606251Z test_dispatch_meta_inplace_fft_hfft_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8606512Z test_dispatch_meta_inplace_fft_hfft_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.8606768Z test_dispatch_meta_inplace_fft_hfft_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8607007Z test_dispatch_meta_inplace_fft_hfft_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8607261Z test_dispatch_meta_inplace_fft_hfft_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8607510Z test_dispatch_meta_inplace_fft_hfft_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8607761Z test_dispatch_meta_inplace_fft_hfft_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:30.8608081Z test_dispatch_meta_inplace_fft_hfft_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8608332Z test_dispatch_meta_inplace_fft_hfft_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8608574Z test_dispatch_meta_inplace_fft_hfft_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8608818Z test_dispatch_meta_inplace_fft_hfft_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:24:30.8609146Z test_dispatch_meta_inplace_fft_hfft_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8609394Z test_dispatch_meta_inplace_fft_hfftn_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8609653Z test_dispatch_meta_inplace_fft_hfftn_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8609914Z test_dispatch_meta_inplace_fft_hfftn_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8610174Z test_dispatch_meta_inplace_fft_hfftn_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8610428Z test_dispatch_meta_inplace_fft_hfftn_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.8610685Z test_dispatch_meta_inplace_fft_hfftn_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8610936Z test_dispatch_meta_inplace_fft_hfftn_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8611186Z test_dispatch_meta_inplace_fft_hfftn_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8611436Z test_dispatch_meta_inplace_fft_hfftn_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8611742Z test_dispatch_meta_inplace_fft_hfftn_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8612006Z test_dispatch_meta_inplace_fft_hfftn_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8612258Z test_dispatch_meta_inplace_fft_hfftn_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8612506Z test_dispatch_meta_inplace_fft_ifft2_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8612765Z test_dispatch_meta_inplace_fft_ifft2_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8613020Z test_dispatch_meta_inplace_fft_ifft2_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8613281Z test_dispatch_meta_inplace_fft_ifft2_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8613535Z test_dispatch_meta_inplace_fft_ifft2_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8613784Z test_dispatch_meta_inplace_fft_ifft2_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8614035Z test_dispatch_meta_inplace_fft_ifft2_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8614284Z test_dispatch_meta_inplace_fft_ifft2_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8614516Z test_dispatch_meta_inplace_fft_ifft2_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8614758Z test_dispatch_meta_inplace_fft_ifft2_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8615009Z test_dispatch_meta_inplace_fft_ifft2_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8615256Z test_dispatch_meta_inplace_fft_ifft2_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8615502Z test_dispatch_meta_inplace_fft_ifft_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8615844Z test_dispatch_meta_inplace_fft_ifft_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8616101Z test_dispatch_meta_inplace_fft_ifft_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8616359Z test_dispatch_meta_inplace_fft_ifft_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8616609Z test_dispatch_meta_inplace_fft_ifft_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.004s) 2022-11-23T02:24:30.8616863Z test_dispatch_meta_inplace_fft_ifft_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8617114Z test_dispatch_meta_inplace_fft_ifft_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8617366Z test_dispatch_meta_inplace_fft_ifft_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8617614Z test_dispatch_meta_inplace_fft_ifft_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8617856Z test_dispatch_meta_inplace_fft_ifft_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8618101Z test_dispatch_meta_inplace_fft_ifft_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8618412Z test_dispatch_meta_inplace_fft_ifft_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8618673Z test_dispatch_meta_inplace_fft_ifftn_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.8618932Z test_dispatch_meta_inplace_fft_ifftn_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8619196Z test_dispatch_meta_inplace_fft_ifftn_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8619455Z test_dispatch_meta_inplace_fft_ifftn_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8619707Z test_dispatch_meta_inplace_fft_ifftn_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8619962Z test_dispatch_meta_inplace_fft_ifftn_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8620216Z test_dispatch_meta_inplace_fft_ifftn_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8620464Z test_dispatch_meta_inplace_fft_ifftn_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8620717Z test_dispatch_meta_inplace_fft_ifftn_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8620962Z test_dispatch_meta_inplace_fft_ifftn_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8621210Z test_dispatch_meta_inplace_fft_ifftn_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8621458Z test_dispatch_meta_inplace_fft_ifftn_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8621725Z test_dispatch_meta_inplace_fft_ifftshift_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.8621983Z test_dispatch_meta_inplace_fft_ifftshift_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8622232Z test_dispatch_meta_inplace_fft_ifftshift_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8622585Z test_dispatch_meta_inplace_fft_ifftshift_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8622843Z test_dispatch_meta_inplace_fft_ifftshift_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8623101Z test_dispatch_meta_inplace_fft_ifftshift_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8623365Z test_dispatch_meta_inplace_fft_ifftshift_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8623624Z test_dispatch_meta_inplace_fft_ifftshift_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8623882Z test_dispatch_meta_inplace_fft_ifftshift_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8624143Z test_dispatch_meta_inplace_fft_ifftshift_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8624395Z test_dispatch_meta_inplace_fft_ifftshift_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.8624649Z test_dispatch_meta_inplace_fft_ifftshift_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8624901Z test_dispatch_meta_inplace_fft_ifftshift_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:30.8625216Z test_dispatch_meta_inplace_fft_ihfft2_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8625485Z test_dispatch_meta_inplace_fft_ihfft2_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8625740Z test_dispatch_meta_inplace_fft_ihfft2_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8625997Z test_dispatch_meta_inplace_fft_ihfft2_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8626247Z test_dispatch_meta_inplace_fft_ihfft2_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:24:30.8626495Z test_dispatch_meta_inplace_fft_ihfft2_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8626743Z test_dispatch_meta_inplace_fft_ihfft2_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8627052Z test_dispatch_meta_inplace_fft_ihfft2_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8627303Z test_dispatch_meta_inplace_fft_ihfft2_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8627558Z test_dispatch_meta_inplace_fft_ihfft_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8627815Z test_dispatch_meta_inplace_fft_ihfft_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8628067Z test_dispatch_meta_inplace_fft_ihfft_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:24:30.8628320Z test_dispatch_meta_inplace_fft_ihfft_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8628571Z test_dispatch_meta_inplace_fft_ihfft_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8628819Z test_dispatch_meta_inplace_fft_ihfft_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8629067Z test_dispatch_meta_inplace_fft_ihfft_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.8629406Z test_dispatch_meta_inplace_fft_ihfft_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.8629653Z test_dispatch_meta_inplace_fft_ihfft_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.8629902Z test_dispatch_meta_inplace_fft_ihfftn_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8630141Z test_dispatch_meta_inplace_fft_ihfftn_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8630397Z test_dispatch_meta_inplace_fft_ihfftn_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8630651Z test_dispatch_meta_inplace_fft_ihfftn_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8630900Z test_dispatch_meta_inplace_fft_ihfftn_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8631153Z test_dispatch_meta_inplace_fft_ihfftn_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8631394Z test_dispatch_meta_inplace_fft_ihfftn_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8631642Z test_dispatch_meta_inplace_fft_ihfftn_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.8631957Z test_dispatch_meta_inplace_fft_ihfftn_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.8632219Z test_dispatch_meta_inplace_fft_irfft2_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.8632482Z test_dispatch_meta_inplace_fft_irfft2_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8632744Z test_dispatch_meta_inplace_fft_irfft2_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.8633004Z test_dispatch_meta_inplace_fft_irfft2_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.8633258Z test_dispatch_meta_inplace_fft_irfft2_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.8633510Z test_dispatch_meta_inplace_fft_irfft2_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8633766Z test_dispatch_meta_inplace_fft_irfft2_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8634014Z test_dispatch_meta_inplace_fft_irfft2_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8634261Z test_dispatch_meta_inplace_fft_irfft2_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.8634505Z test_dispatch_meta_inplace_fft_irfft2_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8634751Z test_dispatch_meta_inplace_fft_irfft2_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8635001Z test_dispatch_meta_inplace_fft_irfft2_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:30.8635254Z test_dispatch_meta_inplace_fft_irfft_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8635514Z test_dispatch_meta_inplace_fft_irfft_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8635776Z test_dispatch_meta_inplace_fft_irfft_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8636189Z test_dispatch_meta_inplace_fft_irfft_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:24:30.8636444Z test_dispatch_meta_inplace_fft_irfft_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8636695Z test_dispatch_meta_inplace_fft_irfft_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8636949Z test_dispatch_meta_inplace_fft_irfft_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8637202Z test_dispatch_meta_inplace_fft_irfft_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8637451Z test_dispatch_meta_inplace_fft_irfft_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8637680Z test_dispatch_meta_inplace_fft_irfft_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8637931Z test_dispatch_meta_inplace_fft_irfft_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8638179Z test_dispatch_meta_inplace_fft_irfft_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.011s) 2022-11-23T02:24:30.8638429Z test_dispatch_meta_inplace_fft_irfftn_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8638755Z test_dispatch_meta_inplace_fft_irfftn_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8639031Z test_dispatch_meta_inplace_fft_irfftn_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8639291Z test_dispatch_meta_inplace_fft_irfftn_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8639550Z test_dispatch_meta_inplace_fft_irfftn_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8639802Z test_dispatch_meta_inplace_fft_irfftn_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.8640057Z test_dispatch_meta_inplace_fft_irfftn_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8640305Z test_dispatch_meta_inplace_fft_irfftn_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8640557Z test_dispatch_meta_inplace_fft_irfftn_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8640801Z test_dispatch_meta_inplace_fft_irfftn_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8641051Z test_dispatch_meta_inplace_fft_irfftn_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8641305Z test_dispatch_meta_inplace_fft_irfftn_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8641556Z test_dispatch_meta_inplace_fft_rfft2_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8641809Z test_dispatch_meta_inplace_fft_rfft2_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8642063Z test_dispatch_meta_inplace_fft_rfft2_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8642315Z test_dispatch_meta_inplace_fft_rfft2_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8642563Z test_dispatch_meta_inplace_fft_rfft2_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8643392Z test_dispatch_meta_inplace_fft_rfft2_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8643640Z test_dispatch_meta_inplace_fft_rfft2_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8643890Z test_dispatch_meta_inplace_fft_rfft2_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8644141Z test_dispatch_meta_inplace_fft_rfft2_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8644395Z test_dispatch_meta_inplace_fft_rfft_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8644648Z test_dispatch_meta_inplace_fft_rfft_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8644899Z test_dispatch_meta_inplace_fft_rfft_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8645155Z test_dispatch_meta_inplace_fft_rfft_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8645404Z test_dispatch_meta_inplace_fft_rfft_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8645652Z test_dispatch_meta_inplace_fft_rfft_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.8645885Z test_dispatch_meta_inplace_fft_rfft_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8646218Z test_dispatch_meta_inplace_fft_rfft_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8646478Z test_dispatch_meta_inplace_fft_rfft_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8646727Z test_dispatch_meta_inplace_fft_rfftn_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8646985Z test_dispatch_meta_inplace_fft_rfftn_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8647236Z test_dispatch_meta_inplace_fft_rfftn_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8647487Z test_dispatch_meta_inplace_fft_rfftn_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:24:30.8647740Z test_dispatch_meta_inplace_fft_rfftn_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8647987Z test_dispatch_meta_inplace_fft_rfftn_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8648236Z test_dispatch_meta_inplace_fft_rfftn_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8648487Z test_dispatch_meta_inplace_fft_rfftn_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8648732Z test_dispatch_meta_inplace_fft_rfftn_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8648935Z test_dispatch_meta_inplace_fill_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:30.8649132Z test_dispatch_meta_inplace_fill_cuda_bool (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:30.8649335Z test_dispatch_meta_inplace_fill_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:30.8649541Z test_dispatch_meta_inplace_fill_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:30.8649743Z test_dispatch_meta_inplace_fill_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:30.8649943Z test_dispatch_meta_inplace_fill_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:30.8650224Z test_dispatch_meta_inplace_fill_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:30.8650422Z test_dispatch_meta_inplace_fill_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:30.8650616Z test_dispatch_meta_inplace_fill_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:30.8650805Z test_dispatch_meta_inplace_fill_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:30.8651000Z test_dispatch_meta_inplace_fill_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:30.8651179Z test_dispatch_meta_inplace_fill_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:30.8651367Z test_dispatch_meta_inplace_fill_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:30.8651623Z test_dispatch_meta_inplace_flatten_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8651875Z test_dispatch_meta_inplace_flatten_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8652140Z test_dispatch_meta_inplace_flatten_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8652401Z test_dispatch_meta_inplace_flatten_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8652657Z test_dispatch_meta_inplace_flatten_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8652981Z test_dispatch_meta_inplace_flatten_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8653249Z test_dispatch_meta_inplace_flatten_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.011s) 2022-11-23T02:24:30.8653502Z test_dispatch_meta_inplace_flatten_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8653754Z test_dispatch_meta_inplace_flatten_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8654002Z test_dispatch_meta_inplace_flatten_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8654250Z test_dispatch_meta_inplace_flatten_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8654500Z test_dispatch_meta_inplace_flatten_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8654748Z test_dispatch_meta_inplace_flatten_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8654995Z test_dispatch_meta_inplace_flip_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8655239Z test_dispatch_meta_inplace_flip_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8655495Z test_dispatch_meta_inplace_flip_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8655749Z test_dispatch_meta_inplace_flip_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8655996Z test_dispatch_meta_inplace_flip_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8656237Z test_dispatch_meta_inplace_flip_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8656488Z test_dispatch_meta_inplace_flip_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8656731Z test_dispatch_meta_inplace_flip_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8656976Z test_dispatch_meta_inplace_flip_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8657298Z test_dispatch_meta_inplace_flip_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8657543Z test_dispatch_meta_inplace_flip_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8657789Z test_dispatch_meta_inplace_flip_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8658031Z test_dispatch_meta_inplace_fliplr_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8658281Z test_dispatch_meta_inplace_fliplr_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8658541Z test_dispatch_meta_inplace_fliplr_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8658798Z test_dispatch_meta_inplace_fliplr_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8659048Z test_dispatch_meta_inplace_fliplr_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8659299Z test_dispatch_meta_inplace_fliplr_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8659552Z test_dispatch_meta_inplace_fliplr_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.8659864Z test_dispatch_meta_inplace_fliplr_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8660129Z test_dispatch_meta_inplace_fliplr_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8660370Z test_dispatch_meta_inplace_fliplr_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.8660759Z test_dispatch_meta_inplace_fliplr_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.8661344Z test_dispatch_meta_inplace_fliplr_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.8661856Z test_dispatch_meta_inplace_flipud_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.8662319Z test_dispatch_meta_inplace_flipud_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8662868Z test_dispatch_meta_inplace_flipud_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.8663227Z test_dispatch_meta_inplace_flipud_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8663485Z test_dispatch_meta_inplace_flipud_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8663741Z test_dispatch_meta_inplace_flipud_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8663994Z test_dispatch_meta_inplace_flipud_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.8664241Z test_dispatch_meta_inplace_flipud_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8664490Z test_dispatch_meta_inplace_flipud_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8664733Z test_dispatch_meta_inplace_flipud_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.8664982Z test_dispatch_meta_inplace_flipud_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8665342Z test_dispatch_meta_inplace_flipud_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8665594Z test_dispatch_meta_inplace_float_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8665844Z test_dispatch_meta_inplace_float_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8666101Z test_dispatch_meta_inplace_float_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.8666360Z test_dispatch_meta_inplace_float_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8666599Z test_dispatch_meta_inplace_float_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8666846Z test_dispatch_meta_inplace_float_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8667099Z test_dispatch_meta_inplace_float_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.8667347Z test_dispatch_meta_inplace_float_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8667593Z test_dispatch_meta_inplace_float_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8667838Z test_dispatch_meta_inplace_float_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.8668153Z test_dispatch_meta_inplace_float_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8668414Z test_dispatch_meta_inplace_float_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8668658Z test_dispatch_meta_inplace_float_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8668931Z test_dispatch_meta_inplace_float_power_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: Function is in dispatch early skips (0.002s) 2022-11-23T02:24:30.8669195Z test_dispatch_meta_inplace_float_power_cuda_bool (__main__.TestMetaCUDA) ... skip: Function is in dispatch early skips (0.001s) 2022-11-23T02:24:30.8669468Z test_dispatch_meta_inplace_float_power_cuda_complex128 (__main__.TestMetaCUDA) ... skip: Function is in dispatch early skips (0.001s) 2022-11-23T02:24:30.8669743Z test_dispatch_meta_inplace_float_power_cuda_complex64 (__main__.TestMetaCUDA) ... skip: Function is in dispatch early skips (0.002s) 2022-11-23T02:24:30.8670008Z test_dispatch_meta_inplace_float_power_cuda_float16 (__main__.TestMetaCUDA) ... skip: Function is in dispatch early skips (0.000s) 2022-11-23T02:24:30.8670269Z test_dispatch_meta_inplace_float_power_cuda_float32 (__main__.TestMetaCUDA) ... skip: Function is in dispatch early skips (0.003s) 2022-11-23T02:24:30.8670524Z test_dispatch_meta_inplace_float_power_cuda_float64 (__main__.TestMetaCUDA) ... skip: Function is in dispatch early skips (0.000s) 2022-11-23T02:24:30.8670785Z test_dispatch_meta_inplace_float_power_cuda_int16 (__main__.TestMetaCUDA) ... skip: Function is in dispatch early skips (0.000s) 2022-11-23T02:24:30.8671036Z test_dispatch_meta_inplace_float_power_cuda_int32 (__main__.TestMetaCUDA) ... skip: Function is in dispatch early skips (0.000s) 2022-11-23T02:24:30.8671295Z test_dispatch_meta_inplace_float_power_cuda_int64 (__main__.TestMetaCUDA) ... skip: Function is in dispatch early skips (0.000s) 2022-11-23T02:24:30.8671558Z test_dispatch_meta_inplace_float_power_cuda_int8 (__main__.TestMetaCUDA) ... skip: Function is in dispatch early skips (0.006s) 2022-11-23T02:24:30.8671812Z test_dispatch_meta_inplace_float_power_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Function is in dispatch early skips (0.000s) 2022-11-23T02:24:30.8672098Z test_dispatch_meta_inplace_floor_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:30.8672301Z test_dispatch_meta_inplace_floor_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:30.8672501Z test_dispatch_meta_inplace_floor_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:30.8672695Z test_dispatch_meta_inplace_floor_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:30.8672892Z test_dispatch_meta_inplace_floor_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:30.8673082Z test_dispatch_meta_inplace_floor_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:30.8673255Z test_dispatch_meta_inplace_floor_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:30.8673451Z test_dispatch_meta_inplace_floor_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:30.8673637Z test_dispatch_meta_inplace_floor_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:30.8673853Z test_dispatch_meta_inplace_floor_divide_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.051s) 2022-11-23T02:24:30.8674066Z test_dispatch_meta_inplace_floor_divide_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.038s) 2022-11-23T02:24:30.8674278Z test_dispatch_meta_inplace_floor_divide_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-11-23T02:24:30.8674485Z test_dispatch_meta_inplace_floor_divide_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.034s) 2022-11-23T02:24:30.8674691Z test_dispatch_meta_inplace_floor_divide_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:24:30.8674961Z test_dispatch_meta_inplace_floor_divide_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:24:30.8675182Z test_dispatch_meta_inplace_floor_divide_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:24:30.8675387Z test_dispatch_meta_inplace_floor_divide_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:24:30.8675595Z test_dispatch_meta_inplace_floor_divide_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:24:30.8675848Z test_dispatch_meta_inplace_fmax_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8676096Z test_dispatch_meta_inplace_fmax_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8676346Z test_dispatch_meta_inplace_fmax_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8676601Z test_dispatch_meta_inplace_fmax_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8676848Z test_dispatch_meta_inplace_fmax_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.8677098Z test_dispatch_meta_inplace_fmax_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:30.8677347Z test_dispatch_meta_inplace_fmax_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:30.8677589Z test_dispatch_meta_inplace_fmax_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8677831Z test_dispatch_meta_inplace_fmax_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8678077Z test_dispatch_meta_inplace_fmax_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:30.8678333Z test_dispatch_meta_inplace_fmin_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8678557Z test_dispatch_meta_inplace_fmin_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8678801Z test_dispatch_meta_inplace_fmin_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:24:30.8679132Z test_dispatch_meta_inplace_fmin_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8679380Z test_dispatch_meta_inplace_fmin_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8679625Z test_dispatch_meta_inplace_fmin_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8679861Z test_dispatch_meta_inplace_fmin_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8680105Z test_dispatch_meta_inplace_fmin_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8680346Z test_dispatch_meta_inplace_fmin_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8680589Z test_dispatch_meta_inplace_fmin_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8680792Z test_dispatch_meta_inplace_fmod_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:30.8680994Z test_dispatch_meta_inplace_fmod_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:30.8681192Z test_dispatch_meta_inplace_fmod_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:30.8681390Z test_dispatch_meta_inplace_fmod_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:30.8681586Z test_dispatch_meta_inplace_fmod_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:24:30.8682260Z test_dispatch_meta_inplace_fmod_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:30.8682507Z test_dispatch_meta_inplace_fmod_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:30.8682700Z test_dispatch_meta_inplace_fmod_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:30.8682890Z test_dispatch_meta_inplace_fmod_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:30.8683095Z test_dispatch_meta_inplace_frac_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:30.8683295Z test_dispatch_meta_inplace_frac_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:30.8683488Z test_dispatch_meta_inplace_frac_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:30.8683668Z test_dispatch_meta_inplace_frac_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:30.8683922Z test_dispatch_meta_inplace_frexp_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8684179Z test_dispatch_meta_inplace_frexp_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8684425Z test_dispatch_meta_inplace_frexp_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8684675Z test_dispatch_meta_inplace_full_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8684923Z test_dispatch_meta_inplace_full_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8685233Z test_dispatch_meta_inplace_full_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8685493Z test_dispatch_meta_inplace_full_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8685749Z test_dispatch_meta_inplace_full_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8685999Z test_dispatch_meta_inplace_full_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8686247Z test_dispatch_meta_inplace_full_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8686610Z test_dispatch_meta_inplace_full_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8686855Z test_dispatch_meta_inplace_full_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8687103Z test_dispatch_meta_inplace_full_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8687349Z test_dispatch_meta_inplace_full_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8687600Z test_dispatch_meta_inplace_full_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8687844Z test_dispatch_meta_inplace_full_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8688100Z test_dispatch_meta_inplace_full_like_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8688351Z test_dispatch_meta_inplace_full_like_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8688610Z test_dispatch_meta_inplace_full_like_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8688870Z test_dispatch_meta_inplace_full_like_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8689125Z test_dispatch_meta_inplace_full_like_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8689449Z test_dispatch_meta_inplace_full_like_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8689717Z test_dispatch_meta_inplace_full_like_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8689971Z test_dispatch_meta_inplace_full_like_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8690226Z test_dispatch_meta_inplace_full_like_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8690470Z test_dispatch_meta_inplace_full_like_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8690719Z test_dispatch_meta_inplace_full_like_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8690955Z test_dispatch_meta_inplace_full_like_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8691212Z test_dispatch_meta_inplace_gather_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8691460Z test_dispatch_meta_inplace_gather_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8691722Z test_dispatch_meta_inplace_gather_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8691979Z test_dispatch_meta_inplace_gather_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8692232Z test_dispatch_meta_inplace_gather_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8692482Z test_dispatch_meta_inplace_gather_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8692729Z test_dispatch_meta_inplace_gather_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8692978Z test_dispatch_meta_inplace_gather_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.8693225Z test_dispatch_meta_inplace_gather_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8693558Z test_dispatch_meta_inplace_gather_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:30.8693807Z test_dispatch_meta_inplace_gather_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8694054Z test_dispatch_meta_inplace_gather_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:24:30.8694253Z test_dispatch_meta_inplace_gcd_cuda_int16 (__main__.TestMetaCUDA) ... ok (2.089s) 2022-11-23T02:24:30.8694445Z test_dispatch_meta_inplace_gcd_cuda_int32 (__main__.TestMetaCUDA) ... ok (2.176s) 2022-11-23T02:24:30.8694628Z test_dispatch_meta_inplace_gcd_cuda_int64 (__main__.TestMetaCUDA) ... ok (2.307s) 2022-11-23T02:24:30.8694820Z test_dispatch_meta_inplace_gcd_cuda_int8 (__main__.TestMetaCUDA) ... ok (2.186s) 2022-11-23T02:24:30.8695014Z test_dispatch_meta_inplace_gcd_cuda_uint8 (__main__.TestMetaCUDA) ... ok (2.312s) 2022-11-23T02:24:30.8695216Z test_dispatch_meta_inplace_ge_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:30.8695407Z test_dispatch_meta_inplace_ge_cuda_bool (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:30.8695604Z test_dispatch_meta_inplace_ge_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:30.8695795Z test_dispatch_meta_inplace_ge_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:30.8695981Z test_dispatch_meta_inplace_ge_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:30.8696230Z test_dispatch_meta_inplace_ge_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:30.8696430Z test_dispatch_meta_inplace_ge_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:30.8696612Z test_dispatch_meta_inplace_ge_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:24:30.8696800Z test_dispatch_meta_inplace_ge_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:30.8696994Z test_dispatch_meta_inplace_ge_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:30.8697255Z test_dispatch_meta_inplace_geqrf_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8697515Z test_dispatch_meta_inplace_geqrf_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8697768Z test_dispatch_meta_inplace_geqrf_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8698021Z test_dispatch_meta_inplace_geqrf_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8698280Z test_dispatch_meta_inplace_gradient_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8698543Z test_dispatch_meta_inplace_gradient_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8698807Z test_dispatch_meta_inplace_gradient_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.8699063Z test_dispatch_meta_inplace_gradient_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8699319Z test_dispatch_meta_inplace_gradient_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8699578Z test_dispatch_meta_inplace_gradient_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8699831Z test_dispatch_meta_inplace_gradient_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8700082Z test_dispatch_meta_inplace_gradient_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.8700411Z test_dispatch_meta_inplace_gradient_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8700663Z test_dispatch_meta_inplace_gradient_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8700929Z test_dispatch_meta_inplace_grid_sampler_2d_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8701188Z test_dispatch_meta_inplace_grid_sampler_2d_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8701444Z test_dispatch_meta_inplace_grid_sampler_2d_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8701642Z test_dispatch_meta_inplace_gt_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:30.8701833Z test_dispatch_meta_inplace_gt_cuda_bool (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:24:30.8702033Z test_dispatch_meta_inplace_gt_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:30.8702209Z test_dispatch_meta_inplace_gt_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:30.8702395Z test_dispatch_meta_inplace_gt_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:30.8702586Z test_dispatch_meta_inplace_gt_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:30.8702779Z test_dispatch_meta_inplace_gt_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:30.8702966Z test_dispatch_meta_inplace_gt_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:30.8703224Z test_dispatch_meta_inplace_gt_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:30.8703432Z test_dispatch_meta_inplace_gt_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:30.8703686Z test_dispatch_meta_inplace_half_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8703936Z test_dispatch_meta_inplace_half_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8704194Z test_dispatch_meta_inplace_half_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8704448Z test_dispatch_meta_inplace_half_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8704695Z test_dispatch_meta_inplace_half_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.8704939Z test_dispatch_meta_inplace_half_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8705188Z test_dispatch_meta_inplace_half_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8705432Z test_dispatch_meta_inplace_half_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8705681Z test_dispatch_meta_inplace_half_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8705919Z test_dispatch_meta_inplace_half_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8706162Z test_dispatch_meta_inplace_half_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8706407Z test_dispatch_meta_inplace_half_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:24:30.8706619Z test_dispatch_meta_inplace_heaviside_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:30.8706823Z test_dispatch_meta_inplace_heaviside_cuda_bool (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:24:30.8707030Z test_dispatch_meta_inplace_heaviside_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:30.8707303Z test_dispatch_meta_inplace_heaviside_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:30.8707505Z test_dispatch_meta_inplace_heaviside_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:24:30.8707707Z test_dispatch_meta_inplace_heaviside_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:30.8707902Z test_dispatch_meta_inplace_heaviside_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:30.8708103Z test_dispatch_meta_inplace_heaviside_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:30.8708308Z test_dispatch_meta_inplace_heaviside_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:24:30.8708513Z test_dispatch_meta_inplace_heaviside_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:24:30.8708764Z test_dispatch_meta_inplace_histc_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8709018Z test_dispatch_meta_inplace_histc_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8709264Z test_dispatch_meta_inplace_histc_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.8709503Z test_dispatch_meta_inplace_histc_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8709750Z test_dispatch_meta_inplace_histc_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:30.8710064Z test_dispatch_meta_inplace_histc_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8710335Z test_dispatch_meta_inplace_hsplit_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8710580Z test_dispatch_meta_inplace_hsplit_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8710845Z test_dispatch_meta_inplace_hsplit_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8711101Z test_dispatch_meta_inplace_hsplit_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:24:30.8711355Z test_dispatch_meta_inplace_hsplit_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8711607Z test_dispatch_meta_inplace_hsplit_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8711859Z test_dispatch_meta_inplace_hsplit_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8712107Z test_dispatch_meta_inplace_hsplit_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8712352Z test_dispatch_meta_inplace_hsplit_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8712596Z test_dispatch_meta_inplace_hsplit_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8712841Z test_dispatch_meta_inplace_hsplit_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8713087Z test_dispatch_meta_inplace_hsplit_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:24:30.8713341Z test_dispatch_meta_inplace_hsplit_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8713579Z test_dispatch_meta_inplace_hstack_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8713828Z test_dispatch_meta_inplace_hstack_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8714175Z test_dispatch_meta_inplace_hstack_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8714430Z test_dispatch_meta_inplace_hstack_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8714684Z test_dispatch_meta_inplace_hstack_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8714936Z test_dispatch_meta_inplace_hstack_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.012s) 2022-11-23T02:24:30.8715187Z test_dispatch_meta_inplace_hstack_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8715431Z test_dispatch_meta_inplace_hstack_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8715676Z test_dispatch_meta_inplace_hstack_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8715923Z test_dispatch_meta_inplace_hstack_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8716170Z test_dispatch_meta_inplace_hstack_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8716417Z test_dispatch_meta_inplace_hstack_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.8716662Z test_dispatch_meta_inplace_hstack_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.8716927Z test_dispatch_meta_inplace_hypot_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:30.8717143Z test_dispatch_meta_inplace_hypot_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:30.8717347Z test_dispatch_meta_inplace_hypot_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:30.8717549Z test_dispatch_meta_inplace_hypot_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:30.8717745Z test_dispatch_meta_inplace_i0_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.587s) 2022-11-23T02:24:30.8717984Z test_dispatch_meta_inplace_i0_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:24:30.8718179Z test_dispatch_meta_inplace_i0_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.421s) 2022-11-23T02:24:30.8718370Z test_dispatch_meta_inplace_i0_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.382s) 2022-11-23T02:24:30.8718560Z test_dispatch_meta_inplace_i0_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.482s) 2022-11-23T02:24:30.8718795Z test_dispatch_meta_inplace_i0_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T02:24:30.8719016Z test_dispatch_meta_inplace_i0_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:30.8719249Z test_dispatch_meta_inplace_i0_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:30.8719490Z test_dispatch_meta_inplace_i0_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:30.8719718Z test_dispatch_meta_inplace_i0_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:30.8719923Z test_dispatch_meta_inplace_igamma_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:30.8720126Z test_dispatch_meta_inplace_igamma_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:30.8720331Z test_dispatch_meta_inplace_igammac_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:24:30.8720536Z test_dispatch_meta_inplace_igammac_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:30.8720792Z test_dispatch_meta_inplace_imag_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8721129Z test_dispatch_meta_inplace_imag_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8721383Z test_dispatch_meta_inplace_imag_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8721590Z test_dispatch_meta_inplace_index_add_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:30.8721793Z test_dispatch_meta_inplace_index_add_cuda_bool (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:30.8722008Z test_dispatch_meta_inplace_index_add_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:30.8722222Z test_dispatch_meta_inplace_index_add_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:30.8722434Z test_dispatch_meta_inplace_index_add_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:24:30.8722638Z test_dispatch_meta_inplace_index_add_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:24:30.8722846Z test_dispatch_meta_inplace_index_add_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:30.8723050Z test_dispatch_meta_inplace_index_add_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:30.8723249Z test_dispatch_meta_inplace_index_add_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:24:30.8723447Z test_dispatch_meta_inplace_index_add_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:24:30.8723646Z test_dispatch_meta_inplace_index_add_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:24:30.8723896Z test_dispatch_meta_inplace_index_add_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:24:30.8724109Z test_dispatch_meta_inplace_index_add_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:24:30.8724320Z test_dispatch_meta_inplace_index_copy_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:30.8724519Z test_dispatch_meta_inplace_index_copy_cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:30.8724739Z test_dispatch_meta_inplace_index_copy_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:30.8724951Z test_dispatch_meta_inplace_index_copy_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:24:30.8725159Z test_dispatch_meta_inplace_index_copy_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:30.8725364Z test_dispatch_meta_inplace_index_copy_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:30.8725564Z test_dispatch_meta_inplace_index_copy_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:30.8725768Z test_dispatch_meta_inplace_index_copy_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:30.8725970Z test_dispatch_meta_inplace_index_copy_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:30.8726172Z test_dispatch_meta_inplace_index_copy_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:30.8726375Z test_dispatch_meta_inplace_index_copy_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:30.8726579Z test_dispatch_meta_inplace_index_copy_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:30.8726846Z test_dispatch_meta_inplace_index_fill_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:30.8727047Z test_dispatch_meta_inplace_index_fill_cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:30.8727261Z test_dispatch_meta_inplace_index_fill_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:30.8727475Z test_dispatch_meta_inplace_index_fill_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:30.8727680Z test_dispatch_meta_inplace_index_fill_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:30.8727868Z test_dispatch_meta_inplace_index_fill_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:30.8728167Z test_dispatch_meta_inplace_index_fill_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:30.8728371Z test_dispatch_meta_inplace_index_fill_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:30.8728571Z test_dispatch_meta_inplace_index_fill_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:30.8728765Z test_dispatch_meta_inplace_index_fill_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:30.8728963Z test_dispatch_meta_inplace_index_fill_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:30.8729164Z test_dispatch_meta_inplace_index_fill_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:30.8729374Z test_dispatch_meta_inplace_index_put_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:30.8729575Z test_dispatch_meta_inplace_index_put_cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:30.8729788Z test_dispatch_meta_inplace_index_put_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:30.8730001Z test_dispatch_meta_inplace_index_put_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:24:30.8730211Z test_dispatch_meta_inplace_index_put_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:30.8730415Z test_dispatch_meta_inplace_index_put_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:30.8730618Z test_dispatch_meta_inplace_index_put_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:30.8730818Z test_dispatch_meta_inplace_index_put_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:30.8731082Z test_dispatch_meta_inplace_index_put_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:30.8731287Z test_dispatch_meta_inplace_index_put_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:30.8731486Z test_dispatch_meta_inplace_index_put_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:24:30.8731694Z test_dispatch_meta_inplace_index_put_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:30.8731893Z test_dispatch_meta_inplace_index_put_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:30.8732091Z test_dispatch_meta_inplace_index_reduce_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.058s) 2022-11-23T02:24:30.8732301Z test_dispatch_meta_inplace_index_reduce_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.071s) 2022-11-23T02:24:30.8732510Z test_dispatch_meta_inplace_index_reduce_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.078s) 2022-11-23T02:24:30.8732720Z test_dispatch_meta_inplace_index_reduce_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.081s) 2022-11-23T02:24:30.8732925Z test_dispatch_meta_inplace_index_reduce_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.076s) 2022-11-23T02:24:30.8733130Z test_dispatch_meta_inplace_index_reduce_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.059s) 2022-11-23T02:24:30.8733337Z test_dispatch_meta_inplace_index_reduce_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.084s) 2022-11-23T02:24:30.8733539Z test_dispatch_meta_inplace_index_reduce_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.079s) 2022-11-23T02:24:30.8733739Z test_dispatch_meta_inplace_index_reduce_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.066s) 2022-11-23T02:24:30.8734005Z test_dispatch_meta_inplace_index_select_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.8734262Z test_dispatch_meta_inplace_index_select_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.8734535Z test_dispatch_meta_inplace_index_select_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.8734802Z test_dispatch_meta_inplace_index_select_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.8735057Z test_dispatch_meta_inplace_index_select_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.8735403Z test_dispatch_meta_inplace_index_select_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.8735667Z test_dispatch_meta_inplace_index_select_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.8735930Z test_dispatch_meta_inplace_index_select_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.8736191Z test_dispatch_meta_inplace_index_select_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.8736448Z test_dispatch_meta_inplace_index_select_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.8736704Z test_dispatch_meta_inplace_index_select_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.8736963Z test_dispatch_meta_inplace_index_select_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.8737214Z test_dispatch_meta_inplace_index_select_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8737468Z test_dispatch_meta_inplace_inner_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8737724Z test_dispatch_meta_inplace_inner_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.8738042Z test_dispatch_meta_inplace_inner_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.8738393Z test_dispatch_meta_inplace_inner_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.8738628Z test_dispatch_meta_inplace_inner_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.8738881Z test_dispatch_meta_inplace_inner_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.8739131Z test_dispatch_meta_inplace_int_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.8739372Z test_dispatch_meta_inplace_int_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.8739627Z test_dispatch_meta_inplace_int_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.8739875Z test_dispatch_meta_inplace_int_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.8740126Z test_dispatch_meta_inplace_int_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:30.8740374Z test_dispatch_meta_inplace_int_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8740619Z test_dispatch_meta_inplace_int_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.8740860Z test_dispatch_meta_inplace_int_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:30.8741101Z test_dispatch_meta_inplace_int_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8741348Z test_dispatch_meta_inplace_int_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8741589Z test_dispatch_meta_inplace_int_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:24:30.8741830Z test_dispatch_meta_inplace_int_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8742167Z test_dispatch_meta_inplace_isclose_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8742419Z test_dispatch_meta_inplace_isclose_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8742680Z test_dispatch_meta_inplace_isclose_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8742937Z test_dispatch_meta_inplace_isclose_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:24:30.8743193Z test_dispatch_meta_inplace_isclose_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8743445Z test_dispatch_meta_inplace_isclose_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8743692Z test_dispatch_meta_inplace_isclose_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8743943Z test_dispatch_meta_inplace_isclose_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8744194Z test_dispatch_meta_inplace_isclose_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.011s) 2022-11-23T02:24:30.8744433Z test_dispatch_meta_inplace_isclose_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.8744743Z test_dispatch_meta_inplace_isclose_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8745004Z test_dispatch_meta_inplace_isclose_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8745263Z test_dispatch_meta_inplace_isfinite_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8745518Z test_dispatch_meta_inplace_isfinite_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8745764Z test_dispatch_meta_inplace_isfinite_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8746023Z test_dispatch_meta_inplace_isfinite_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8746282Z test_dispatch_meta_inplace_isfinite_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8746539Z test_dispatch_meta_inplace_isfinite_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8746790Z test_dispatch_meta_inplace_isfinite_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8747043Z test_dispatch_meta_inplace_isfinite_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8747297Z test_dispatch_meta_inplace_isfinite_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8747546Z test_dispatch_meta_inplace_isfinite_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:30.8747790Z test_dispatch_meta_inplace_isfinite_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8748038Z test_dispatch_meta_inplace_isfinite_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8748290Z test_dispatch_meta_inplace_isfinite_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8748539Z test_dispatch_meta_inplace_isin_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8748787Z test_dispatch_meta_inplace_isin_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8749112Z test_dispatch_meta_inplace_isin_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8749358Z test_dispatch_meta_inplace_isin_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8749604Z test_dispatch_meta_inplace_isin_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8749853Z test_dispatch_meta_inplace_isin_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8750096Z test_dispatch_meta_inplace_isin_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8750342Z test_dispatch_meta_inplace_isin_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8750594Z test_dispatch_meta_inplace_isinf_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8750838Z test_dispatch_meta_inplace_isinf_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8751092Z test_dispatch_meta_inplace_isinf_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8751344Z test_dispatch_meta_inplace_isinf_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8751663Z test_dispatch_meta_inplace_isinf_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.8751928Z test_dispatch_meta_inplace_isinf_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8752179Z test_dispatch_meta_inplace_isinf_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8752480Z test_dispatch_meta_inplace_isinf_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:30.8752727Z test_dispatch_meta_inplace_isinf_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8752955Z test_dispatch_meta_inplace_isinf_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8753192Z test_dispatch_meta_inplace_isinf_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8753439Z test_dispatch_meta_inplace_isinf_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:24:30.8753683Z test_dispatch_meta_inplace_isinf_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8753935Z test_dispatch_meta_inplace_isnan_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8754180Z test_dispatch_meta_inplace_isnan_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8754435Z test_dispatch_meta_inplace_isnan_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8754689Z test_dispatch_meta_inplace_isnan_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8754935Z test_dispatch_meta_inplace_isnan_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8755188Z test_dispatch_meta_inplace_isnan_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8755436Z test_dispatch_meta_inplace_isnan_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:24:30.8756233Z test_dispatch_meta_inplace_isnan_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8756481Z test_dispatch_meta_inplace_isnan_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8756721Z test_dispatch_meta_inplace_isnan_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8756965Z test_dispatch_meta_inplace_isnan_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8757216Z test_dispatch_meta_inplace_isnan_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8757475Z test_dispatch_meta_inplace_isneginf_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8757725Z test_dispatch_meta_inplace_isneginf_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8757980Z test_dispatch_meta_inplace_isneginf_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8758234Z test_dispatch_meta_inplace_isneginf_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8758481Z test_dispatch_meta_inplace_isneginf_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8758734Z test_dispatch_meta_inplace_isneginf_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8759069Z test_dispatch_meta_inplace_isneginf_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8759334Z test_dispatch_meta_inplace_isneginf_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8759586Z test_dispatch_meta_inplace_isneginf_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8759841Z test_dispatch_meta_inplace_isneginf_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8760097Z test_dispatch_meta_inplace_isposinf_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8760348Z test_dispatch_meta_inplace_isposinf_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8760601Z test_dispatch_meta_inplace_isposinf_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8760838Z test_dispatch_meta_inplace_isposinf_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8761091Z test_dispatch_meta_inplace_isposinf_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8761343Z test_dispatch_meta_inplace_isposinf_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8761592Z test_dispatch_meta_inplace_isposinf_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8761841Z test_dispatch_meta_inplace_isposinf_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8762089Z test_dispatch_meta_inplace_isposinf_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8762336Z test_dispatch_meta_inplace_isposinf_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8762602Z test_dispatch_meta_inplace_isreal_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8763112Z test_dispatch_meta_inplace_isreal_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8763784Z test_dispatch_meta_inplace_isreal_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8764342Z test_dispatch_meta_inplace_isreal_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8764794Z test_dispatch_meta_inplace_isreal_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8765271Z test_dispatch_meta_inplace_isreal_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8765533Z test_dispatch_meta_inplace_isreal_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8765832Z test_dispatch_meta_inplace_isreal_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8766079Z test_dispatch_meta_inplace_isreal_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8766324Z test_dispatch_meta_inplace_isreal_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8766605Z test_dispatch_meta_inplace_isreal_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.8766864Z test_dispatch_meta_inplace_isreal_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8767133Z test_dispatch_meta_inplace_isreal_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:30.8767480Z test_dispatch_meta_inplace_istft_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8767753Z test_dispatch_meta_inplace_istft_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8768042Z test_dispatch_meta_inplace_jiterator_2inputs_2outputs_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8768320Z test_dispatch_meta_inplace_jiterator_2inputs_2outputs_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8768607Z test_dispatch_meta_inplace_jiterator_2inputs_2outputs_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:24:30.8768888Z test_dispatch_meta_inplace_jiterator_2inputs_2outputs_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8769255Z test_dispatch_meta_inplace_jiterator_2inputs_2outputs_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8769576Z test_dispatch_meta_inplace_jiterator_2inputs_2outputs_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:30.8770093Z test_dispatch_meta_inplace_jiterator_2inputs_2outputs_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8770707Z test_dispatch_meta_inplace_jiterator_2inputs_2outputs_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8771332Z test_dispatch_meta_inplace_jiterator_2inputs_2outputs_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8771959Z test_dispatch_meta_inplace_jiterator_2inputs_2outputs_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8772347Z test_dispatch_meta_inplace_jiterator_2inputs_2outputs_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8772666Z test_dispatch_meta_inplace_jiterator_2inputs_2outputs_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8773105Z 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:24:30.8773425Z 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:24:30.8773750Z 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:24:30.8774084Z 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:24:30.8774408Z 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:24:30.8774722Z 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:24:30.8775052Z 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:24:30.8775377Z 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:24:30.8775648Z 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:24:30.8776028Z 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:24:30.8776362Z 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:24:30.8776744Z 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:24:30.8777399Z test_dispatch_meta_inplace_jiterator_binary_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8777982Z test_dispatch_meta_inplace_jiterator_binary_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8778559Z test_dispatch_meta_inplace_jiterator_binary_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8779088Z test_dispatch_meta_inplace_jiterator_binary_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8779403Z test_dispatch_meta_inplace_jiterator_binary_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8779696Z test_dispatch_meta_inplace_jiterator_binary_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8779984Z test_dispatch_meta_inplace_jiterator_binary_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.8780276Z test_dispatch_meta_inplace_jiterator_binary_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8780577Z test_dispatch_meta_inplace_jiterator_binary_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8780871Z test_dispatch_meta_inplace_jiterator_binary_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8781161Z test_dispatch_meta_inplace_jiterator_binary_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8781449Z test_dispatch_meta_inplace_jiterator_binary_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8781878Z test_dispatch_meta_inplace_jiterator_binary_return_by_ref_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8782193Z test_dispatch_meta_inplace_jiterator_binary_return_by_ref_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:24:30.8782518Z test_dispatch_meta_inplace_jiterator_binary_return_by_ref_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8782838Z test_dispatch_meta_inplace_jiterator_binary_return_by_ref_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8783157Z test_dispatch_meta_inplace_jiterator_binary_return_by_ref_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8783462Z test_dispatch_meta_inplace_jiterator_binary_return_by_ref_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8784078Z test_dispatch_meta_inplace_jiterator_binary_return_by_ref_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8784695Z test_dispatch_meta_inplace_jiterator_binary_return_by_ref_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8785315Z test_dispatch_meta_inplace_jiterator_binary_return_by_ref_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8785989Z test_dispatch_meta_inplace_jiterator_binary_return_by_ref_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8786333Z test_dispatch_meta_inplace_jiterator_binary_return_by_ref_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8786650Z test_dispatch_meta_inplace_jiterator_binary_return_by_ref_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8786957Z test_dispatch_meta_inplace_jiterator_unary_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8787252Z test_dispatch_meta_inplace_jiterator_unary_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8787555Z test_dispatch_meta_inplace_jiterator_unary_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8787859Z test_dispatch_meta_inplace_jiterator_unary_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8788158Z test_dispatch_meta_inplace_jiterator_unary_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8788445Z test_dispatch_meta_inplace_jiterator_unary_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8788731Z test_dispatch_meta_inplace_jiterator_unary_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8789019Z test_dispatch_meta_inplace_jiterator_unary_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8789269Z test_dispatch_meta_inplace_jiterator_unary_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8789556Z test_dispatch_meta_inplace_jiterator_unary_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8789845Z test_dispatch_meta_inplace_jiterator_unary_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8790140Z test_dispatch_meta_inplace_jiterator_unary_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8790723Z test_dispatch_meta_inplace_kron_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8791281Z test_dispatch_meta_inplace_kron_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8791875Z test_dispatch_meta_inplace_kron_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8792423Z test_dispatch_meta_inplace_kron_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8792853Z test_dispatch_meta_inplace_kron_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8793142Z test_dispatch_meta_inplace_kron_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8793422Z test_dispatch_meta_inplace_kron_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8793704Z test_dispatch_meta_inplace_kron_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8793975Z test_dispatch_meta_inplace_kron_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8794250Z test_dispatch_meta_inplace_kron_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.8794530Z test_dispatch_meta_inplace_kron_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8794899Z test_dispatch_meta_inplace_kron_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:30.8795208Z test_dispatch_meta_inplace_kthvalue_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8795496Z test_dispatch_meta_inplace_kthvalue_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8795781Z test_dispatch_meta_inplace_kthvalue_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8796065Z test_dispatch_meta_inplace_kthvalue_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8796346Z test_dispatch_meta_inplace_kthvalue_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8796634Z test_dispatch_meta_inplace_kthvalue_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8796916Z test_dispatch_meta_inplace_kthvalue_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8797194Z test_dispatch_meta_inplace_kthvalue_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8797674Z test_dispatch_meta_inplace_lcm_cuda_int16 (__main__.TestMetaCUDA) ... ok (2.483s) 2022-11-23T02:24:30.8798112Z test_dispatch_meta_inplace_lcm_cuda_int32 (__main__.TestMetaCUDA) ... ok (2.352s) 2022-11-23T02:24:30.8798534Z test_dispatch_meta_inplace_lcm_cuda_int64 (__main__.TestMetaCUDA) ... ok (2.559s) 2022-11-23T02:24:30.8798842Z test_dispatch_meta_inplace_lcm_cuda_int8 (__main__.TestMetaCUDA) ... ok (2.355s) 2022-11-23T02:24:30.8799331Z test_dispatch_meta_inplace_lcm_cuda_uint8 (__main__.TestMetaCUDA) ... ok (2.496s) 2022-11-23T02:24:30.8799687Z test_dispatch_meta_inplace_ldexp_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:30.8799980Z test_dispatch_meta_inplace_ldexp_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.006s) 2022-11-23T02:24:30.8800220Z test_dispatch_meta_inplace_ldexp_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:30.8800462Z test_dispatch_meta_inplace_ldexp_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:24:30.8800807Z test_dispatch_meta_inplace_ldexp_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:24:30.8801043Z test_dispatch_meta_inplace_ldexp_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:30.8801267Z test_dispatch_meta_inplace_ldexp_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:30.8801544Z test_dispatch_meta_inplace_ldexp_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.006s) 2022-11-23T02:24:30.8801813Z test_dispatch_meta_inplace_ldexp_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.006s) 2022-11-23T02:24:30.8802085Z test_dispatch_meta_inplace_ldexp_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.006s) 2022-11-23T02:24:30.8802354Z test_dispatch_meta_inplace_ldexp_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.006s) 2022-11-23T02:24:30.8802629Z test_dispatch_meta_inplace_ldexp_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.006s) 2022-11-23T02:24:30.8802868Z test_dispatch_meta_inplace_le_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:30.8803097Z test_dispatch_meta_inplace_le_cuda_bool (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:30.8803328Z test_dispatch_meta_inplace_le_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:30.8803549Z test_dispatch_meta_inplace_le_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:30.8803776Z test_dispatch_meta_inplace_le_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:30.8804741Z test_dispatch_meta_inplace_le_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:30.8805157Z test_dispatch_meta_inplace_le_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:30.8805628Z test_dispatch_meta_inplace_le_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:30.8805879Z test_dispatch_meta_inplace_le_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:30.8806103Z test_dispatch_meta_inplace_le_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:30.8806474Z test_dispatch_meta_inplace_lerp_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:24:30.8806935Z test_dispatch_meta_inplace_lerp_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.069s) 2022-11-23T02:24:30.8807205Z test_dispatch_meta_inplace_lerp_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.073s) 2022-11-23T02:24:30.8807436Z test_dispatch_meta_inplace_lerp_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:30.8807673Z test_dispatch_meta_inplace_lerp_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-11-23T02:24:30.8807895Z test_dispatch_meta_inplace_lerp_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:24:30.8808178Z test_dispatch_meta_inplace_lgamma_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.006s) 2022-11-23T02:24:30.8808421Z test_dispatch_meta_inplace_lgamma_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.521s) 2022-11-23T02:24:30.8808656Z test_dispatch_meta_inplace_lgamma_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.517s) 2022-11-23T02:24:30.8808887Z test_dispatch_meta_inplace_lgamma_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.541s) 2022-11-23T02:24:30.8809163Z test_dispatch_meta_inplace_lgamma_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:30.8809428Z test_dispatch_meta_inplace_lgamma_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:30.8809691Z test_dispatch_meta_inplace_lgamma_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:24:30.8809959Z test_dispatch_meta_inplace_lgamma_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2022-11-23T02:24:30.8810234Z test_dispatch_meta_inplace_lgamma_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:24:30.8810672Z test_dispatch_meta_inplace_linalg_cholesky_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.8810978Z test_dispatch_meta_inplace_linalg_cholesky_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.8811278Z test_dispatch_meta_inplace_linalg_cholesky_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.8811576Z test_dispatch_meta_inplace_linalg_cholesky_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.8812226Z test_dispatch_meta_inplace_linalg_cholesky_ex_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.8812830Z test_dispatch_meta_inplace_linalg_cholesky_ex_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.8813557Z test_dispatch_meta_inplace_linalg_cholesky_ex_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.8814088Z test_dispatch_meta_inplace_linalg_cholesky_ex_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.8814404Z test_dispatch_meta_inplace_linalg_cond_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.8815192Z test_dispatch_meta_inplace_linalg_cond_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.8815559Z test_dispatch_meta_inplace_linalg_cond_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:30.8815857Z test_dispatch_meta_inplace_linalg_cond_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.8816167Z test_dispatch_meta_inplace_linalg_cross_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.8816465Z test_dispatch_meta_inplace_linalg_cross_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.8816756Z test_dispatch_meta_inplace_linalg_cross_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.8817048Z test_dispatch_meta_inplace_linalg_cross_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8817342Z test_dispatch_meta_inplace_linalg_cross_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:30.8817631Z test_dispatch_meta_inplace_linalg_cross_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8817917Z test_dispatch_meta_inplace_linalg_cross_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:24:30.8818206Z test_dispatch_meta_inplace_linalg_cross_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8818545Z test_dispatch_meta_inplace_linalg_cross_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8819165Z test_dispatch_meta_inplace_linalg_cross_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8819755Z test_dispatch_meta_inplace_linalg_det_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8820398Z test_dispatch_meta_inplace_linalg_det_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.011s) 2022-11-23T02:24:30.8820894Z test_dispatch_meta_inplace_linalg_det_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.8821318Z test_dispatch_meta_inplace_linalg_det_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.8821627Z test_dispatch_meta_inplace_linalg_det_singular_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8821933Z test_dispatch_meta_inplace_linalg_det_singular_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8822239Z test_dispatch_meta_inplace_linalg_det_singular_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8822540Z test_dispatch_meta_inplace_linalg_det_singular_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8822836Z test_dispatch_meta_inplace_linalg_eig_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8823135Z test_dispatch_meta_inplace_linalg_eig_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8823431Z test_dispatch_meta_inplace_linalg_eig_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.8823720Z test_dispatch_meta_inplace_linalg_eig_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8824019Z test_dispatch_meta_inplace_linalg_eigh_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8824733Z test_dispatch_meta_inplace_linalg_eigh_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8825099Z test_dispatch_meta_inplace_linalg_eigh_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8825495Z test_dispatch_meta_inplace_linalg_eigh_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8826194Z test_dispatch_meta_inplace_linalg_eigvals_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8826782Z test_dispatch_meta_inplace_linalg_eigvals_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8827485Z test_dispatch_meta_inplace_linalg_eigvals_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8827925Z test_dispatch_meta_inplace_linalg_eigvals_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8828238Z test_dispatch_meta_inplace_linalg_eigvalsh_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8828536Z test_dispatch_meta_inplace_linalg_eigvalsh_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8828839Z test_dispatch_meta_inplace_linalg_eigvalsh_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8829127Z test_dispatch_meta_inplace_linalg_eigvalsh_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8829447Z test_dispatch_meta_inplace_linalg_householder_product_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8829774Z test_dispatch_meta_inplace_linalg_householder_product_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8830090Z test_dispatch_meta_inplace_linalg_householder_product_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8830405Z test_dispatch_meta_inplace_linalg_householder_product_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8830827Z test_dispatch_meta_inplace_linalg_inv_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8831123Z test_dispatch_meta_inplace_linalg_inv_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8831415Z test_dispatch_meta_inplace_linalg_inv_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8831707Z test_dispatch_meta_inplace_linalg_inv_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8832004Z test_dispatch_meta_inplace_linalg_inv_ex_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8832346Z test_dispatch_meta_inplace_linalg_inv_ex_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8832977Z test_dispatch_meta_inplace_linalg_inv_ex_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8833541Z test_dispatch_meta_inplace_linalg_inv_ex_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8834188Z test_dispatch_meta_inplace_linalg_ldl_factor_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8834697Z test_dispatch_meta_inplace_linalg_ldl_factor_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.8835478Z test_dispatch_meta_inplace_linalg_ldl_factor_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8835848Z test_dispatch_meta_inplace_linalg_ldl_factor_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8836166Z test_dispatch_meta_inplace_linalg_ldl_factor_ex_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:30.8836474Z test_dispatch_meta_inplace_linalg_ldl_factor_ex_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8836779Z test_dispatch_meta_inplace_linalg_ldl_factor_ex_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8837077Z test_dispatch_meta_inplace_linalg_ldl_factor_ex_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8837384Z test_dispatch_meta_inplace_linalg_ldl_solve_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:24:30.8837686Z test_dispatch_meta_inplace_linalg_ldl_solve_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8837982Z test_dispatch_meta_inplace_linalg_ldl_solve_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8838228Z test_dispatch_meta_inplace_linalg_ldl_solve_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8838522Z test_dispatch_meta_inplace_linalg_lstsq_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8838819Z test_dispatch_meta_inplace_linalg_lstsq_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8839150Z test_dispatch_meta_inplace_linalg_lstsq_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8839769Z test_dispatch_meta_inplace_linalg_lstsq_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8840403Z test_dispatch_meta_inplace_linalg_lstsq_grad_oriented_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:24:30.8841311Z test_dispatch_meta_inplace_linalg_lstsq_grad_oriented_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8841678Z test_dispatch_meta_inplace_linalg_lstsq_grad_oriented_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8841992Z test_dispatch_meta_inplace_linalg_lstsq_grad_oriented_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8842290Z test_dispatch_meta_inplace_linalg_lu_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8842581Z test_dispatch_meta_inplace_linalg_lu_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8842867Z test_dispatch_meta_inplace_linalg_lu_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8843158Z test_dispatch_meta_inplace_linalg_lu_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8843464Z test_dispatch_meta_inplace_linalg_lu_factor_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:24:30.8843761Z test_dispatch_meta_inplace_linalg_lu_factor_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8844522Z test_dispatch_meta_inplace_linalg_lu_factor_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8844881Z test_dispatch_meta_inplace_linalg_lu_factor_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8845187Z test_dispatch_meta_inplace_linalg_lu_factor_ex_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8845503Z test_dispatch_meta_inplace_linalg_lu_factor_ex_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8845814Z test_dispatch_meta_inplace_linalg_lu_factor_ex_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:24:30.8846364Z test_dispatch_meta_inplace_linalg_lu_factor_ex_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8846960Z test_dispatch_meta_inplace_linalg_lu_solve_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8847593Z test_dispatch_meta_inplace_linalg_lu_solve_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8848240Z test_dispatch_meta_inplace_linalg_lu_solve_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8848551Z test_dispatch_meta_inplace_linalg_lu_solve_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:24:30.8848853Z test_dispatch_meta_inplace_linalg_matrix_norm_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8849158Z test_dispatch_meta_inplace_linalg_matrix_norm_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8849462Z test_dispatch_meta_inplace_linalg_matrix_norm_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8849763Z test_dispatch_meta_inplace_linalg_matrix_norm_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8850061Z test_dispatch_meta_inplace_linalg_matrix_norm_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8850483Z test_dispatch_meta_inplace_linalg_matrix_norm_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8850795Z test_dispatch_meta_inplace_linalg_matrix_power_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8851101Z test_dispatch_meta_inplace_linalg_matrix_power_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8851400Z test_dispatch_meta_inplace_linalg_matrix_power_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8851654Z test_dispatch_meta_inplace_linalg_matrix_power_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8851959Z test_dispatch_meta_inplace_linalg_matrix_rank_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8852262Z test_dispatch_meta_inplace_linalg_matrix_rank_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8852562Z test_dispatch_meta_inplace_linalg_matrix_rank_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8852976Z test_dispatch_meta_inplace_linalg_matrix_rank_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8853666Z test_dispatch_meta_inplace_linalg_matrix_rank_hermitian_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8855047Z test_dispatch_meta_inplace_linalg_matrix_rank_hermitian_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8855447Z test_dispatch_meta_inplace_linalg_matrix_rank_hermitian_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8855775Z test_dispatch_meta_inplace_linalg_matrix_rank_hermitian_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8856074Z test_dispatch_meta_inplace_linalg_multi_dot_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8856379Z test_dispatch_meta_inplace_linalg_multi_dot_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8856676Z test_dispatch_meta_inplace_linalg_multi_dot_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8856971Z test_dispatch_meta_inplace_linalg_multi_dot_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8857255Z test_dispatch_meta_inplace_linalg_multi_dot_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8857535Z test_dispatch_meta_inplace_linalg_multi_dot_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8857829Z test_dispatch_meta_inplace_linalg_norm_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8858125Z test_dispatch_meta_inplace_linalg_norm_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8858420Z test_dispatch_meta_inplace_linalg_norm_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8858713Z test_dispatch_meta_inplace_linalg_norm_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8859001Z test_dispatch_meta_inplace_linalg_norm_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.8859289Z test_dispatch_meta_inplace_linalg_norm_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8860000Z test_dispatch_meta_inplace_linalg_norm_subgradients_at_zero_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:30.8860659Z 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:24:30.8861418Z 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:24:30.8861965Z 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:24:30.8862289Z test_dispatch_meta_inplace_linalg_norm_subgradients_at_zero_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:24:30.8862591Z 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:24:30.8862891Z test_dispatch_meta_inplace_linalg_pinv_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8863186Z test_dispatch_meta_inplace_linalg_pinv_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8863476Z test_dispatch_meta_inplace_linalg_pinv_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8863852Z test_dispatch_meta_inplace_linalg_pinv_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8864190Z test_dispatch_meta_inplace_linalg_pinv_hermitian_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8864503Z test_dispatch_meta_inplace_linalg_pinv_hermitian_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8864813Z test_dispatch_meta_inplace_linalg_pinv_hermitian_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:24:30.8865116Z test_dispatch_meta_inplace_linalg_pinv_hermitian_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8865468Z 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.000s) 2022-11-23T02:24:30.8865814Z 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:24:30.8866111Z 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:24:30.8866554Z 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:24:30.8867191Z test_dispatch_meta_inplace_linalg_qr_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8867821Z test_dispatch_meta_inplace_linalg_qr_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8868425Z test_dispatch_meta_inplace_linalg_qr_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.011s) 2022-11-23T02:24:30.8868818Z test_dispatch_meta_inplace_linalg_qr_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.8869130Z test_dispatch_meta_inplace_linalg_slogdet_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.8869427Z test_dispatch_meta_inplace_linalg_slogdet_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.8869839Z test_dispatch_meta_inplace_linalg_slogdet_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.8870129Z test_dispatch_meta_inplace_linalg_slogdet_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.8870428Z test_dispatch_meta_inplace_linalg_solve_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.8870724Z test_dispatch_meta_inplace_linalg_solve_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.8871015Z test_dispatch_meta_inplace_linalg_solve_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.8871307Z test_dispatch_meta_inplace_linalg_solve_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.8871611Z test_dispatch_meta_inplace_linalg_solve_ex_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.8871917Z test_dispatch_meta_inplace_linalg_solve_ex_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.8872213Z test_dispatch_meta_inplace_linalg_solve_ex_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.8872568Z test_dispatch_meta_inplace_linalg_solve_ex_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.8872907Z test_dispatch_meta_inplace_linalg_solve_triangular_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8873277Z test_dispatch_meta_inplace_linalg_solve_triangular_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.8873943Z test_dispatch_meta_inplace_linalg_solve_triangular_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.8874542Z test_dispatch_meta_inplace_linalg_solve_triangular_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.8875191Z test_dispatch_meta_inplace_linalg_svd_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.8875644Z test_dispatch_meta_inplace_linalg_svd_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8875942Z test_dispatch_meta_inplace_linalg_svd_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.8876229Z test_dispatch_meta_inplace_linalg_svd_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:30.8876534Z test_dispatch_meta_inplace_linalg_svdvals_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8876833Z test_dispatch_meta_inplace_linalg_svdvals_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8877125Z test_dispatch_meta_inplace_linalg_svdvals_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.009s) 2022-11-23T02:24:30.8877406Z test_dispatch_meta_inplace_linalg_svdvals_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.8877717Z test_dispatch_meta_inplace_linalg_tensorinv_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.8878018Z test_dispatch_meta_inplace_linalg_tensorinv_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.8878315Z test_dispatch_meta_inplace_linalg_tensorinv_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.8878718Z test_dispatch_meta_inplace_linalg_tensorinv_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.8878983Z test_dispatch_meta_inplace_linalg_tensorsolve_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.8879293Z test_dispatch_meta_inplace_linalg_tensorsolve_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.8879597Z test_dispatch_meta_inplace_linalg_tensorsolve_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.8879899Z test_dispatch_meta_inplace_linalg_tensorsolve_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.8880479Z test_dispatch_meta_inplace_linalg_vander_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.8881079Z test_dispatch_meta_inplace_linalg_vander_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.8881737Z test_dispatch_meta_inplace_linalg_vander_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.8882271Z test_dispatch_meta_inplace_linalg_vander_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.8882667Z test_dispatch_meta_inplace_linalg_vander_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.8882979Z test_dispatch_meta_inplace_linalg_vander_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.8883271Z test_dispatch_meta_inplace_linalg_vander_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.8883564Z test_dispatch_meta_inplace_linalg_vander_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8883850Z test_dispatch_meta_inplace_linalg_vander_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8884147Z test_dispatch_meta_inplace_linalg_vecdot_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.8884443Z test_dispatch_meta_inplace_linalg_vecdot_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:30.8884739Z test_dispatch_meta_inplace_linalg_vecdot_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8885030Z test_dispatch_meta_inplace_linalg_vecdot_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8885318Z test_dispatch_meta_inplace_linalg_vecdot_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:24:30.8885597Z test_dispatch_meta_inplace_linalg_vecdot_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8885895Z test_dispatch_meta_inplace_linalg_vector_norm_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8886199Z test_dispatch_meta_inplace_linalg_vector_norm_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8886507Z test_dispatch_meta_inplace_linalg_vector_norm_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8886860Z test_dispatch_meta_inplace_linalg_vector_norm_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:24:30.8887494Z test_dispatch_meta_inplace_linalg_vector_norm_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8888296Z test_dispatch_meta_inplace_linalg_vector_norm_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8888899Z test_dispatch_meta_inplace_linspace_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8889271Z test_dispatch_meta_inplace_linspace_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8889571Z test_dispatch_meta_inplace_linspace_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8889863Z test_dispatch_meta_inplace_linspace_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.011s) 2022-11-23T02:24:30.8890150Z test_dispatch_meta_inplace_linspace_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8890433Z test_dispatch_meta_inplace_linspace_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.8890714Z test_dispatch_meta_inplace_linspace_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.8890951Z test_dispatch_meta_inplace_linspace_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.8891233Z test_dispatch_meta_inplace_linspace_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8891599Z test_dispatch_meta_inplace_linspace_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.8891901Z test_dispatch_meta_inplace_linspace_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.8892142Z test_dispatch_meta_inplace_log10_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:30.8892421Z test_dispatch_meta_inplace_log10_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:24:30.8892656Z test_dispatch_meta_inplace_log10_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.706s) 2022-11-23T02:24:30.8892890Z test_dispatch_meta_inplace_log10_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.525s) 2022-11-23T02:24:30.8893125Z test_dispatch_meta_inplace_log10_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:30.8893352Z test_dispatch_meta_inplace_log10_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:30.8893620Z test_dispatch_meta_inplace_log10_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:30.8894192Z test_dispatch_meta_inplace_log10_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:24:30.8894710Z test_dispatch_meta_inplace_log10_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.011s) 2022-11-23T02:24:30.8895547Z test_dispatch_meta_inplace_log10_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:24:30.8896040Z test_dispatch_meta_inplace_log10_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:24:30.8896324Z test_dispatch_meta_inplace_log10_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:24:30.8896564Z test_dispatch_meta_inplace_log1p_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:30.8896836Z test_dispatch_meta_inplace_log1p_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:24:30.8897066Z test_dispatch_meta_inplace_log1p_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:30.8897290Z test_dispatch_meta_inplace_log1p_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:30.8897639Z test_dispatch_meta_inplace_log1p_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:30.8897910Z test_dispatch_meta_inplace_log1p_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:30.8898175Z test_dispatch_meta_inplace_log1p_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:30.8898386Z test_dispatch_meta_inplace_log1p_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.006s) 2022-11-23T02:24:30.8898649Z test_dispatch_meta_inplace_log1p_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:24:30.8898921Z test_dispatch_meta_inplace_log1p_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:24:30.8899153Z test_dispatch_meta_inplace_log2_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:30.8899426Z test_dispatch_meta_inplace_log2_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.012s) 2022-11-23T02:24:30.8899663Z test_dispatch_meta_inplace_log2_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.618s) 2022-11-23T02:24:30.8899897Z test_dispatch_meta_inplace_log2_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.452s) 2022-11-23T02:24:30.8900125Z test_dispatch_meta_inplace_log2_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:30.8900355Z test_dispatch_meta_inplace_log2_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:30.8900810Z test_dispatch_meta_inplace_log2_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:30.8901464Z test_dispatch_meta_inplace_log2_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:24:30.8902060Z test_dispatch_meta_inplace_log2_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:30.8902636Z test_dispatch_meta_inplace_log2_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:30.8902953Z test_dispatch_meta_inplace_log2_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:24:30.8903226Z test_dispatch_meta_inplace_log2_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.006s) 2022-11-23T02:24:30.8903457Z test_dispatch_meta_inplace_log_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:30.8903729Z test_dispatch_meta_inplace_log_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:24:30.8903978Z test_dispatch_meta_inplace_log_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.556s) 2022-11-23T02:24:30.8904214Z test_dispatch_meta_inplace_log_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.476s) 2022-11-23T02:24:30.8904447Z test_dispatch_meta_inplace_log_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.503s) 2022-11-23T02:24:30.8904677Z test_dispatch_meta_inplace_log_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:30.8904858Z test_dispatch_meta_inplace_log_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:30.8905075Z test_dispatch_meta_inplace_log_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:30.8905348Z test_dispatch_meta_inplace_log_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:30.8905618Z test_dispatch_meta_inplace_log_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:30.8905886Z test_dispatch_meta_inplace_log_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:30.8906159Z test_dispatch_meta_inplace_log_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T02:24:30.8906422Z test_dispatch_meta_inplace_log_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T02:24:30.8906717Z test_dispatch_meta_inplace_log_softmax_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:30.8908007Z test_dispatch_meta_inplace_log_softmax_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8908585Z test_dispatch_meta_inplace_log_softmax_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8909218Z test_dispatch_meta_inplace_log_softmax_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8909699Z test_dispatch_meta_inplace_log_softmax_with_dtype_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:24:30.8910014Z test_dispatch_meta_inplace_log_softmax_with_dtype_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8910327Z test_dispatch_meta_inplace_log_softmax_with_dtype_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8910641Z test_dispatch_meta_inplace_log_softmax_with_dtype_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8910949Z test_dispatch_meta_inplace_log_softmax_with_dtype_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8911256Z test_dispatch_meta_inplace_log_softmax_with_dtype_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8911670Z test_dispatch_meta_inplace_log_softmax_with_dtype_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8911994Z test_dispatch_meta_inplace_log_softmax_with_dtype_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8912296Z test_dispatch_meta_inplace_log_softmax_with_dtype_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:24:30.8912591Z test_dispatch_meta_inplace_log_softmax_with_dtype_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8912892Z test_dispatch_meta_inplace_log_softmax_with_dtype_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8913218Z test_dispatch_meta_inplace_log_softmax_with_dtype_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8913523Z test_dispatch_meta_inplace_log_softmax_with_dtype_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8913820Z test_dispatch_meta_inplace_logaddexp2_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8914172Z test_dispatch_meta_inplace_logaddexp2_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8914800Z test_dispatch_meta_inplace_logaddexp2_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8915378Z test_dispatch_meta_inplace_logaddexp_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8915807Z test_dispatch_meta_inplace_logaddexp_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8916255Z test_dispatch_meta_inplace_logaddexp_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8916748Z test_dispatch_meta_inplace_logcumsumexp_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8917062Z test_dispatch_meta_inplace_logcumsumexp_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8917466Z test_dispatch_meta_inplace_logcumsumexp_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8917768Z test_dispatch_meta_inplace_logcumsumexp_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8918060Z test_dispatch_meta_inplace_logdet_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8918357Z test_dispatch_meta_inplace_logdet_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8918647Z test_dispatch_meta_inplace_logdet_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8918937Z test_dispatch_meta_inplace_logdet_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8919187Z test_dispatch_meta_inplace_logical_and_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:30.8919435Z test_dispatch_meta_inplace_logical_and_cuda_bool (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:30.8919688Z test_dispatch_meta_inplace_logical_and_cuda_complex128 (__main__.TestMetaCUDA) ... ok (2.267s) 2022-11-23T02:24:30.8919938Z test_dispatch_meta_inplace_logical_and_cuda_complex64 (__main__.TestMetaCUDA) ... ok (2.924s) 2022-11-23T02:24:30.8920180Z test_dispatch_meta_inplace_logical_and_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:30.8920420Z test_dispatch_meta_inplace_logical_and_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:30.8920729Z test_dispatch_meta_inplace_logical_and_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:30.8920987Z test_dispatch_meta_inplace_logical_and_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:30.8921232Z test_dispatch_meta_inplace_logical_and_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:30.8921736Z test_dispatch_meta_inplace_logical_and_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:30.8922688Z test_dispatch_meta_inplace_logical_and_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:30.8923199Z test_dispatch_meta_inplace_logical_and_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:30.8923648Z test_dispatch_meta_inplace_logical_not_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:30.8923894Z test_dispatch_meta_inplace_logical_not_cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:30.8924149Z test_dispatch_meta_inplace_logical_not_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:30.8924350Z test_dispatch_meta_inplace_logical_not_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:30.8924598Z test_dispatch_meta_inplace_logical_not_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:30.8924836Z test_dispatch_meta_inplace_logical_not_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:30.8925078Z test_dispatch_meta_inplace_logical_not_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:30.8925312Z test_dispatch_meta_inplace_logical_not_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:30.8925551Z test_dispatch_meta_inplace_logical_not_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:30.8925779Z test_dispatch_meta_inplace_logical_not_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:30.8926015Z test_dispatch_meta_inplace_logical_not_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:30.8926253Z test_dispatch_meta_inplace_logical_not_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:30.8926492Z test_dispatch_meta_inplace_logical_or_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:30.8926734Z test_dispatch_meta_inplace_logical_or_cuda_bool (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:30.8927149Z test_dispatch_meta_inplace_logical_or_cuda_complex128 (__main__.TestMetaCUDA) ... ok (2.405s) 2022-11-23T02:24:30.8927395Z test_dispatch_meta_inplace_logical_or_cuda_complex64 (__main__.TestMetaCUDA) ... ok (2.720s) 2022-11-23T02:24:30.8927634Z test_dispatch_meta_inplace_logical_or_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:30.8927872Z test_dispatch_meta_inplace_logical_or_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:30.8928114Z test_dispatch_meta_inplace_logical_or_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:30.8928622Z test_dispatch_meta_inplace_logical_or_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:30.8929085Z test_dispatch_meta_inplace_logical_or_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:30.8929602Z test_dispatch_meta_inplace_logical_or_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:30.8930098Z test_dispatch_meta_inplace_logical_or_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:30.8930429Z test_dispatch_meta_inplace_logical_or_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:30.8930685Z test_dispatch_meta_inplace_logical_xor_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:30.8930919Z test_dispatch_meta_inplace_logical_xor_cuda_bool (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:30.8931169Z test_dispatch_meta_inplace_logical_xor_cuda_complex128 (__main__.TestMetaCUDA) ... ok (2.675s) 2022-11-23T02:24:30.8931508Z test_dispatch_meta_inplace_logical_xor_cuda_complex64 (__main__.TestMetaCUDA) ... ok (2.508s) 2022-11-23T02:24:30.8931771Z test_dispatch_meta_inplace_logical_xor_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:30.8932012Z test_dispatch_meta_inplace_logical_xor_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:30.8932249Z test_dispatch_meta_inplace_logical_xor_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:30.8932491Z test_dispatch_meta_inplace_logical_xor_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:30.8932727Z test_dispatch_meta_inplace_logical_xor_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:30.8932958Z test_dispatch_meta_inplace_logical_xor_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:30.8933194Z test_dispatch_meta_inplace_logical_xor_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:30.8933431Z test_dispatch_meta_inplace_logical_xor_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:30.8933672Z test_dispatch_meta_inplace_logit_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:30.8933952Z test_dispatch_meta_inplace_logit_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.006s) 2022-11-23T02:24:30.8934185Z test_dispatch_meta_inplace_logit_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:30.8934421Z test_dispatch_meta_inplace_logit_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:24:30.8934658Z test_dispatch_meta_inplace_logit_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:30.8934964Z test_dispatch_meta_inplace_logit_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:24:30.8935529Z test_dispatch_meta_inplace_logit_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:24:30.8935992Z test_dispatch_meta_inplace_logit_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:24:30.8936538Z test_dispatch_meta_inplace_logit_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:24:30.8937143Z test_dispatch_meta_inplace_logit_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:30.8937590Z test_dispatch_meta_inplace_logspace_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:30.8937893Z test_dispatch_meta_inplace_logspace_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8938190Z test_dispatch_meta_inplace_logspace_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8938479Z test_dispatch_meta_inplace_logspace_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.007s) 2022-11-23T02:24:30.8938773Z test_dispatch_meta_inplace_logspace_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.8939057Z test_dispatch_meta_inplace_logspace_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:30.8939338Z test_dispatch_meta_inplace_logspace_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.8939631Z test_dispatch_meta_inplace_logspace_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.8939926Z test_dispatch_meta_inplace_logspace_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.8940209Z test_dispatch_meta_inplace_logspace_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.8940491Z test_dispatch_meta_inplace_logspace_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:30.8940855Z test_dispatch_meta_inplace_logsumexp_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.8941154Z test_dispatch_meta_inplace_logsumexp_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.8941448Z test_dispatch_meta_inplace_logsumexp_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.8941771Z test_dispatch_meta_inplace_logsumexp_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.8942378Z test_dispatch_meta_inplace_logsumexp_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.8942942Z test_dispatch_meta_inplace_logsumexp_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.8943613Z test_dispatch_meta_inplace_logsumexp_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:30.8944099Z test_dispatch_meta_inplace_logsumexp_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.8944396Z test_dispatch_meta_inplace_logsumexp_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.8944688Z test_dispatch_meta_inplace_logsumexp_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.8944973Z test_dispatch_meta_inplace_long_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8945248Z test_dispatch_meta_inplace_long_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8945532Z test_dispatch_meta_inplace_long_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8945818Z test_dispatch_meta_inplace_long_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8946101Z test_dispatch_meta_inplace_long_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8946335Z test_dispatch_meta_inplace_long_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8946717Z test_dispatch_meta_inplace_long_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8947004Z test_dispatch_meta_inplace_long_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8947283Z test_dispatch_meta_inplace_long_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8947563Z test_dispatch_meta_inplace_long_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8947838Z test_dispatch_meta_inplace_long_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8948118Z test_dispatch_meta_inplace_long_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8948612Z test_dispatch_meta_inplace_long_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8948863Z test_dispatch_meta_inplace_lt_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:30.8949312Z test_dispatch_meta_inplace_lt_cuda_bool (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:30.8949762Z test_dispatch_meta_inplace_lt_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:30.8950570Z test_dispatch_meta_inplace_lt_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:30.8951076Z test_dispatch_meta_inplace_lt_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:30.8951516Z test_dispatch_meta_inplace_lt_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:30.8951765Z test_dispatch_meta_inplace_lt_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:30.8951996Z test_dispatch_meta_inplace_lt_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:30.8952226Z test_dispatch_meta_inplace_lt_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:30.8952453Z test_dispatch_meta_inplace_lt_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:30.8952742Z test_dispatch_meta_inplace_lu_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.011s) 2022-11-23T02:24:30.8953029Z test_dispatch_meta_inplace_lu_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.8953310Z test_dispatch_meta_inplace_lu_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.8953593Z test_dispatch_meta_inplace_lu_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.8953892Z test_dispatch_meta_inplace_lu_solve_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.8954136Z test_dispatch_meta_inplace_lu_solve_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.8954427Z test_dispatch_meta_inplace_lu_solve_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.8954716Z test_dispatch_meta_inplace_lu_solve_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.8955015Z test_dispatch_meta_inplace_lu_unpack_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8955312Z test_dispatch_meta_inplace_lu_unpack_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8955616Z test_dispatch_meta_inplace_lu_unpack_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8956007Z test_dispatch_meta_inplace_lu_unpack_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8956780Z test_dispatch_meta_inplace_mH_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8957361Z test_dispatch_meta_inplace_mH_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8957979Z test_dispatch_meta_inplace_mH_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8958326Z test_dispatch_meta_inplace_mH_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8958618Z test_dispatch_meta_inplace_mH_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8958898Z test_dispatch_meta_inplace_mH_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8959169Z test_dispatch_meta_inplace_mH_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8959453Z test_dispatch_meta_inplace_mH_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:30.8959731Z test_dispatch_meta_inplace_mH_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8959999Z test_dispatch_meta_inplace_mH_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8960274Z test_dispatch_meta_inplace_mH_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8960635Z test_dispatch_meta_inplace_mH_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8960934Z test_dispatch_meta_inplace_mH_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.8961218Z test_dispatch_meta_inplace_mT_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8961498Z test_dispatch_meta_inplace_mT_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8961793Z test_dispatch_meta_inplace_mT_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:30.8962081Z test_dispatch_meta_inplace_mT_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8962369Z test_dispatch_meta_inplace_mT_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8962682Z test_dispatch_meta_inplace_mT_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8963299Z test_dispatch_meta_inplace_mT_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:24:30.8963777Z test_dispatch_meta_inplace_mT_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8964361Z test_dispatch_meta_inplace_mT_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8964892Z test_dispatch_meta_inplace_mT_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8965263Z test_dispatch_meta_inplace_mT_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8965553Z test_dispatch_meta_inplace_mT_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8965828Z test_dispatch_meta_inplace_mT_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8966127Z test_dispatch_meta_inplace_masked_amax_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8966542Z test_dispatch_meta_inplace_masked_amax_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.011s) 2022-11-23T02:24:30.8966838Z test_dispatch_meta_inplace_masked_amax_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8967133Z test_dispatch_meta_inplace_masked_amax_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8967422Z test_dispatch_meta_inplace_masked_amax_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8967716Z test_dispatch_meta_inplace_masked_amax_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8968009Z test_dispatch_meta_inplace_masked_amax_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8968297Z test_dispatch_meta_inplace_masked_amax_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8968587Z test_dispatch_meta_inplace_masked_amax_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8968879Z test_dispatch_meta_inplace_masked_amin_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8969177Z test_dispatch_meta_inplace_masked_amin_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8969522Z test_dispatch_meta_inplace_masked_amin_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8970232Z test_dispatch_meta_inplace_masked_amin_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8970823Z test_dispatch_meta_inplace_masked_amin_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8971433Z test_dispatch_meta_inplace_masked_amin_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8971899Z test_dispatch_meta_inplace_masked_amin_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8972195Z test_dispatch_meta_inplace_masked_amin_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8972477Z test_dispatch_meta_inplace_masked_amin_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8972781Z test_dispatch_meta_inplace_masked_argmax_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8973076Z test_dispatch_meta_inplace_masked_argmax_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8973372Z test_dispatch_meta_inplace_masked_argmax_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8973670Z test_dispatch_meta_inplace_masked_argmax_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8973973Z test_dispatch_meta_inplace_masked_argmax_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8974270Z test_dispatch_meta_inplace_masked_argmax_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8974517Z test_dispatch_meta_inplace_masked_argmax_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8974806Z test_dispatch_meta_inplace_masked_argmax_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8975094Z test_dispatch_meta_inplace_masked_argmax_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8975510Z test_dispatch_meta_inplace_masked_argmin_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8975810Z test_dispatch_meta_inplace_masked_argmin_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8976096Z test_dispatch_meta_inplace_masked_argmin_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8976466Z test_dispatch_meta_inplace_masked_argmin_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8977106Z test_dispatch_meta_inplace_masked_argmin_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8977719Z test_dispatch_meta_inplace_masked_argmin_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.8978317Z test_dispatch_meta_inplace_masked_argmin_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8978740Z test_dispatch_meta_inplace_masked_argmin_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:30.8979038Z test_dispatch_meta_inplace_masked_argmin_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8979345Z test_dispatch_meta_inplace_masked_cumprod_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8979738Z test_dispatch_meta_inplace_masked_cumprod_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8980067Z test_dispatch_meta_inplace_masked_cumprod_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:24:30.8980637Z test_dispatch_meta_inplace_masked_cumprod_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8980953Z test_dispatch_meta_inplace_masked_cumprod_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8981237Z test_dispatch_meta_inplace_masked_cumprod_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8981527Z test_dispatch_meta_inplace_masked_cumprod_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8981819Z test_dispatch_meta_inplace_masked_cumprod_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8982111Z test_dispatch_meta_inplace_masked_cumprod_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:24:30.8982401Z test_dispatch_meta_inplace_masked_cumprod_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8982690Z test_dispatch_meta_inplace_masked_cumprod_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.8982982Z test_dispatch_meta_inplace_masked_cumsum_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8983534Z test_dispatch_meta_inplace_masked_cumsum_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8984118Z test_dispatch_meta_inplace_masked_cumsum_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8984722Z test_dispatch_meta_inplace_masked_cumsum_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8985359Z test_dispatch_meta_inplace_masked_cumsum_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8985662Z test_dispatch_meta_inplace_masked_cumsum_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8986061Z test_dispatch_meta_inplace_masked_cumsum_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8986350Z test_dispatch_meta_inplace_masked_cumsum_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8986592Z test_dispatch_meta_inplace_masked_cumsum_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8986881Z test_dispatch_meta_inplace_masked_cumsum_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8987170Z test_dispatch_meta_inplace_masked_cumsum_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8987408Z test_dispatch_meta_inplace_masked_fill_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:30.8987650Z test_dispatch_meta_inplace_masked_fill_cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:30.8987898Z test_dispatch_meta_inplace_masked_fill_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:24:30.8988146Z test_dispatch_meta_inplace_masked_fill_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:30.8988389Z test_dispatch_meta_inplace_masked_fill_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:30.8988629Z test_dispatch_meta_inplace_masked_fill_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:30.8988940Z test_dispatch_meta_inplace_masked_fill_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:30.8989197Z test_dispatch_meta_inplace_masked_fill_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:30.8989432Z test_dispatch_meta_inplace_masked_fill_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:30.8989666Z test_dispatch_meta_inplace_masked_fill_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:30.8989927Z test_dispatch_meta_inplace_masked_fill_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:30.8990416Z test_dispatch_meta_inplace_masked_fill_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:30.8990876Z test_dispatch_meta_inplace_masked_fill_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:30.8991506Z test_dispatch_meta_inplace_masked_log_softmax_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8992142Z test_dispatch_meta_inplace_masked_log_softmax_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8992463Z test_dispatch_meta_inplace_masked_log_softmax_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8992751Z test_dispatch_meta_inplace_masked_log_softmax_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8993061Z test_dispatch_meta_inplace_masked_logaddexp_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8993360Z test_dispatch_meta_inplace_masked_logaddexp_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:24:30.8993652Z test_dispatch_meta_inplace_masked_logaddexp_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8993948Z test_dispatch_meta_inplace_masked_logsumexp_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8994237Z test_dispatch_meta_inplace_masked_logsumexp_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8994475Z test_dispatch_meta_inplace_masked_logsumexp_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8994864Z test_dispatch_meta_inplace_masked_logsumexp_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8995165Z test_dispatch_meta_inplace_masked_logsumexp_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8995449Z test_dispatch_meta_inplace_masked_logsumexp_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8995732Z test_dispatch_meta_inplace_masked_logsumexp_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:24:30.8996022Z test_dispatch_meta_inplace_masked_logsumexp_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8996315Z test_dispatch_meta_inplace_masked_logsumexp_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8996610Z test_dispatch_meta_inplace_masked_mean_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8997278Z test_dispatch_meta_inplace_masked_mean_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8997855Z test_dispatch_meta_inplace_masked_mean_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8998474Z test_dispatch_meta_inplace_masked_mean_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8999079Z test_dispatch_meta_inplace_masked_mean_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.8999396Z test_dispatch_meta_inplace_masked_mean_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.011s) 2022-11-23T02:24:30.8999685Z test_dispatch_meta_inplace_masked_mean_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.8999973Z test_dispatch_meta_inplace_masked_mean_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9000257Z test_dispatch_meta_inplace_masked_mean_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9000537Z test_dispatch_meta_inplace_masked_mean_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9000823Z test_dispatch_meta_inplace_masked_mean_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9001104Z test_dispatch_meta_inplace_masked_mean_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9001394Z test_dispatch_meta_inplace_masked_median_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9001682Z test_dispatch_meta_inplace_masked_median_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9001959Z test_dispatch_meta_inplace_masked_median_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9002249Z test_dispatch_meta_inplace_masked_norm_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9002535Z test_dispatch_meta_inplace_masked_norm_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9002826Z test_dispatch_meta_inplace_masked_norm_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:30.9003112Z test_dispatch_meta_inplace_masked_norm_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9003410Z test_dispatch_meta_inplace_masked_normalize_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9004182Z test_dispatch_meta_inplace_masked_normalize_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9004780Z test_dispatch_meta_inplace_masked_normalize_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9005401Z test_dispatch_meta_inplace_masked_normalize_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9005866Z test_dispatch_meta_inplace_masked_normalize_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9006162Z test_dispatch_meta_inplace_masked_normalize_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9006410Z test_dispatch_meta_inplace_masked_prod_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9006700Z test_dispatch_meta_inplace_masked_prod_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9006995Z test_dispatch_meta_inplace_masked_prod_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9007287Z test_dispatch_meta_inplace_masked_prod_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9007663Z test_dispatch_meta_inplace_masked_prod_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9007974Z test_dispatch_meta_inplace_masked_prod_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9008264Z test_dispatch_meta_inplace_masked_prod_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9008551Z test_dispatch_meta_inplace_masked_prod_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:30.9008834Z test_dispatch_meta_inplace_masked_prod_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9009118Z test_dispatch_meta_inplace_masked_prod_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9009397Z test_dispatch_meta_inplace_masked_prod_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:24:30.9009681Z test_dispatch_meta_inplace_masked_prod_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9009929Z test_dispatch_meta_inplace_masked_scatter_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:30.9010173Z test_dispatch_meta_inplace_masked_scatter_cuda_bool (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:30.9010684Z test_dispatch_meta_inplace_masked_scatter_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:30.9011175Z test_dispatch_meta_inplace_masked_scatter_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:30.9011696Z test_dispatch_meta_inplace_masked_scatter_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:30.9012200Z test_dispatch_meta_inplace_masked_scatter_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:30.9012595Z test_dispatch_meta_inplace_masked_scatter_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:30.9012846Z test_dispatch_meta_inplace_masked_scatter_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:30.9013083Z test_dispatch_meta_inplace_masked_scatter_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:30.9013324Z test_dispatch_meta_inplace_masked_scatter_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:30.9013672Z test_dispatch_meta_inplace_masked_scatter_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:30.9013910Z test_dispatch_meta_inplace_masked_scatter_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:30.9014208Z test_dispatch_meta_inplace_masked_select_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.011s) 2022-11-23T02:24:30.9014452Z test_dispatch_meta_inplace_masked_select_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9014754Z test_dispatch_meta_inplace_masked_select_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9015053Z test_dispatch_meta_inplace_masked_select_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9015349Z test_dispatch_meta_inplace_masked_select_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9015639Z test_dispatch_meta_inplace_masked_select_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9015917Z test_dispatch_meta_inplace_masked_select_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9016205Z test_dispatch_meta_inplace_masked_select_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9016491Z test_dispatch_meta_inplace_masked_select_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9016849Z test_dispatch_meta_inplace_masked_select_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9017341Z test_dispatch_meta_inplace_masked_select_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9017930Z test_dispatch_meta_inplace_masked_select_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9018650Z test_dispatch_meta_inplace_masked_softmax_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9019268Z test_dispatch_meta_inplace_masked_softmax_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9019567Z test_dispatch_meta_inplace_masked_softmax_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9019849Z test_dispatch_meta_inplace_masked_softmax_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9020144Z test_dispatch_meta_inplace_masked_softmin_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9020434Z test_dispatch_meta_inplace_masked_softmin_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9020721Z test_dispatch_meta_inplace_masked_softmin_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9020998Z test_dispatch_meta_inplace_masked_softmin_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9021286Z test_dispatch_meta_inplace_masked_std_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9021586Z test_dispatch_meta_inplace_masked_std_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9021875Z test_dispatch_meta_inplace_masked_std_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9022158Z test_dispatch_meta_inplace_masked_std_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9022550Z test_dispatch_meta_inplace_masked_std_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9022836Z test_dispatch_meta_inplace_masked_std_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9023118Z test_dispatch_meta_inplace_masked_std_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9023397Z test_dispatch_meta_inplace_masked_std_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9023680Z test_dispatch_meta_inplace_masked_std_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9024179Z test_dispatch_meta_inplace_masked_std_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:30.9024730Z test_dispatch_meta_inplace_masked_std_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9025283Z test_dispatch_meta_inplace_masked_sum_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9025895Z test_dispatch_meta_inplace_masked_sum_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9026254Z test_dispatch_meta_inplace_masked_sum_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:24:30.9026631Z test_dispatch_meta_inplace_masked_sum_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9026975Z test_dispatch_meta_inplace_masked_sum_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9027265Z test_dispatch_meta_inplace_masked_sum_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9027551Z test_dispatch_meta_inplace_masked_sum_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9027832Z test_dispatch_meta_inplace_masked_sum_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9028150Z test_dispatch_meta_inplace_masked_sum_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9028427Z test_dispatch_meta_inplace_masked_sum_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9028709Z test_dispatch_meta_inplace_masked_sum_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:24:30.9028984Z test_dispatch_meta_inplace_masked_sum_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9029267Z test_dispatch_meta_inplace_masked_var_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9029563Z test_dispatch_meta_inplace_masked_var_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9029850Z test_dispatch_meta_inplace_masked_var_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9030133Z test_dispatch_meta_inplace_masked_var_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9030416Z test_dispatch_meta_inplace_masked_var_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9030804Z test_dispatch_meta_inplace_masked_var_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9031408Z test_dispatch_meta_inplace_masked_var_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9032130Z test_dispatch_meta_inplace_masked_var_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9032735Z test_dispatch_meta_inplace_masked_var_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9033071Z test_dispatch_meta_inplace_masked_var_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9033356Z test_dispatch_meta_inplace_masked_var_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9033640Z test_dispatch_meta_inplace_matmul_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9033934Z test_dispatch_meta_inplace_matmul_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9034217Z test_dispatch_meta_inplace_matmul_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9034500Z test_dispatch_meta_inplace_matmul_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9034778Z test_dispatch_meta_inplace_matmul_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9035053Z test_dispatch_meta_inplace_matmul_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9035423Z test_dispatch_meta_inplace_matrix_exp_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9035688Z test_dispatch_meta_inplace_matrix_exp_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9035979Z test_dispatch_meta_inplace_matrix_exp_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9036267Z test_dispatch_meta_inplace_matrix_exp_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9036551Z test_dispatch_meta_inplace_matrix_exp_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9036831Z test_dispatch_meta_inplace_matrix_exp_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9037115Z test_dispatch_meta_inplace_max_binary_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9037455Z test_dispatch_meta_inplace_max_binary_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9038058Z test_dispatch_meta_inplace_max_binary_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9038616Z test_dispatch_meta_inplace_max_binary_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9039225Z test_dispatch_meta_inplace_max_binary_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9039712Z test_dispatch_meta_inplace_max_binary_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9040002Z test_dispatch_meta_inplace_max_binary_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9040286Z test_dispatch_meta_inplace_max_binary_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9040566Z test_dispatch_meta_inplace_max_binary_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9040840Z test_dispatch_meta_inplace_max_binary_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9041261Z 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:24:30.9041580Z test_dispatch_meta_inplace_max_pool2d_with_indices_backward_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9041888Z test_dispatch_meta_inplace_max_pool2d_with_indices_backward_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9042192Z test_dispatch_meta_inplace_max_pool2d_with_indices_backward_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9042494Z test_dispatch_meta_inplace_max_reduction_no_dim_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9042795Z test_dispatch_meta_inplace_max_reduction_no_dim_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9043099Z test_dispatch_meta_inplace_max_reduction_no_dim_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9043396Z test_dispatch_meta_inplace_max_reduction_no_dim_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:30.9043681Z test_dispatch_meta_inplace_max_reduction_no_dim_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9043978Z test_dispatch_meta_inplace_max_reduction_no_dim_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9044538Z test_dispatch_meta_inplace_max_reduction_no_dim_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9045152Z test_dispatch_meta_inplace_max_reduction_no_dim_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9045776Z test_dispatch_meta_inplace_max_reduction_no_dim_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9046406Z test_dispatch_meta_inplace_max_reduction_no_dim_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9046734Z test_dispatch_meta_inplace_max_reduction_with_dim_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9047031Z test_dispatch_meta_inplace_max_reduction_with_dim_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9047355Z test_dispatch_meta_inplace_max_reduction_with_dim_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9047659Z test_dispatch_meta_inplace_max_reduction_with_dim_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9047959Z test_dispatch_meta_inplace_max_reduction_with_dim_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9048211Z test_dispatch_meta_inplace_max_reduction_with_dim_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9048496Z test_dispatch_meta_inplace_max_reduction_with_dim_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9048792Z test_dispatch_meta_inplace_max_reduction_with_dim_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9049087Z test_dispatch_meta_inplace_max_reduction_with_dim_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9049392Z test_dispatch_meta_inplace_max_reduction_with_dim_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9049786Z test_dispatch_meta_inplace_maximum_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9050066Z test_dispatch_meta_inplace_maximum_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9050351Z test_dispatch_meta_inplace_maximum_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9050633Z test_dispatch_meta_inplace_maximum_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9050917Z test_dispatch_meta_inplace_maximum_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9051477Z test_dispatch_meta_inplace_maximum_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9052021Z test_dispatch_meta_inplace_maximum_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:24:30.9052545Z test_dispatch_meta_inplace_maximum_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9052835Z test_dispatch_meta_inplace_maximum_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9053328Z test_dispatch_meta_inplace_maximum_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9053774Z test_dispatch_meta_inplace_mean_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9054148Z test_dispatch_meta_inplace_mean_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9054448Z test_dispatch_meta_inplace_mean_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9054725Z test_dispatch_meta_inplace_mean_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9055008Z test_dispatch_meta_inplace_mean_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.011s) 2022-11-23T02:24:30.9055287Z test_dispatch_meta_inplace_mean_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9055563Z test_dispatch_meta_inplace_median_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:30.9055846Z test_dispatch_meta_inplace_median_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9056119Z test_dispatch_meta_inplace_median_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9056393Z test_dispatch_meta_inplace_median_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9056665Z test_dispatch_meta_inplace_median_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9056939Z test_dispatch_meta_inplace_median_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9057220Z test_dispatch_meta_inplace_median_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9057497Z test_dispatch_meta_inplace_median_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9057806Z test_dispatch_meta_inplace_meshgrid_list_of_tensors_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9058066Z test_dispatch_meta_inplace_meshgrid_list_of_tensors_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9058670Z test_dispatch_meta_inplace_meshgrid_list_of_tensors_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9060200Z test_dispatch_meta_inplace_meshgrid_list_of_tensors_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9060612Z test_dispatch_meta_inplace_meshgrid_list_of_tensors_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9060922Z test_dispatch_meta_inplace_meshgrid_list_of_tensors_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9061226Z test_dispatch_meta_inplace_meshgrid_list_of_tensors_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9061525Z test_dispatch_meta_inplace_meshgrid_list_of_tensors_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9061832Z test_dispatch_meta_inplace_meshgrid_list_of_tensors_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9062140Z test_dispatch_meta_inplace_meshgrid_list_of_tensors_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9062443Z test_dispatch_meta_inplace_meshgrid_list_of_tensors_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9062746Z test_dispatch_meta_inplace_meshgrid_list_of_tensors_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9063157Z test_dispatch_meta_inplace_meshgrid_variadic_tensors_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9063479Z test_dispatch_meta_inplace_meshgrid_variadic_tensors_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9063799Z test_dispatch_meta_inplace_meshgrid_variadic_tensors_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9064118Z test_dispatch_meta_inplace_meshgrid_variadic_tensors_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9064432Z test_dispatch_meta_inplace_meshgrid_variadic_tensors_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9064740Z test_dispatch_meta_inplace_meshgrid_variadic_tensors_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:30.9065146Z test_dispatch_meta_inplace_meshgrid_variadic_tensors_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9065808Z test_dispatch_meta_inplace_meshgrid_variadic_tensors_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9066457Z test_dispatch_meta_inplace_meshgrid_variadic_tensors_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9067093Z test_dispatch_meta_inplace_meshgrid_variadic_tensors_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:24:30.9067466Z test_dispatch_meta_inplace_meshgrid_variadic_tensors_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9067776Z test_dispatch_meta_inplace_meshgrid_variadic_tensors_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9068070Z test_dispatch_meta_inplace_min_binary_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9068357Z test_dispatch_meta_inplace_min_binary_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9068646Z test_dispatch_meta_inplace_min_binary_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9069041Z test_dispatch_meta_inplace_min_binary_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9069330Z test_dispatch_meta_inplace_min_binary_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9069613Z test_dispatch_meta_inplace_min_binary_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:24:30.9069898Z test_dispatch_meta_inplace_min_binary_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9070177Z test_dispatch_meta_inplace_min_binary_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9070461Z test_dispatch_meta_inplace_min_binary_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9070746Z test_dispatch_meta_inplace_min_binary_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9071049Z test_dispatch_meta_inplace_min_reduction_no_dim_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9071345Z test_dispatch_meta_inplace_min_reduction_no_dim_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9071599Z test_dispatch_meta_inplace_min_reduction_no_dim_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9072238Z test_dispatch_meta_inplace_min_reduction_no_dim_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9072851Z test_dispatch_meta_inplace_min_reduction_no_dim_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9073493Z test_dispatch_meta_inplace_min_reduction_no_dim_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9074045Z test_dispatch_meta_inplace_min_reduction_no_dim_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9074356Z test_dispatch_meta_inplace_min_reduction_no_dim_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9074651Z test_dispatch_meta_inplace_min_reduction_no_dim_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9074953Z test_dispatch_meta_inplace_min_reduction_no_dim_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9075257Z test_dispatch_meta_inplace_min_reduction_with_dim_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9075556Z test_dispatch_meta_inplace_min_reduction_with_dim_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9075863Z test_dispatch_meta_inplace_min_reduction_with_dim_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:24:30.9076166Z test_dispatch_meta_inplace_min_reduction_with_dim_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9076463Z test_dispatch_meta_inplace_min_reduction_with_dim_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9076761Z test_dispatch_meta_inplace_min_reduction_with_dim_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9077059Z test_dispatch_meta_inplace_min_reduction_with_dim_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9077352Z test_dispatch_meta_inplace_min_reduction_with_dim_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:24:30.9077749Z test_dispatch_meta_inplace_min_reduction_with_dim_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9078049Z test_dispatch_meta_inplace_min_reduction_with_dim_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9078333Z test_dispatch_meta_inplace_minimum_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9078689Z test_dispatch_meta_inplace_minimum_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:24:30.9079300Z test_dispatch_meta_inplace_minimum_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:30.9079859Z test_dispatch_meta_inplace_minimum_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9080463Z test_dispatch_meta_inplace_minimum_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:30.9080917Z test_dispatch_meta_inplace_minimum_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9081204Z test_dispatch_meta_inplace_minimum_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:30.9081482Z test_dispatch_meta_inplace_minimum_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9081850Z test_dispatch_meta_inplace_minimum_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:30.9082150Z test_dispatch_meta_inplace_minimum_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9082427Z test_dispatch_meta_inplace_mm_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:30.9082712Z test_dispatch_meta_inplace_mm_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9082993Z test_dispatch_meta_inplace_mm_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:30.9083268Z test_dispatch_meta_inplace_mm_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9083489Z test_dispatch_meta_inplace_mm_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:30.9083770Z test_dispatch_meta_inplace_mm_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9084054Z test_dispatch_meta_inplace_mode_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9084330Z test_dispatch_meta_inplace_mode_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9084608Z test_dispatch_meta_inplace_mode_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:30.9084887Z test_dispatch_meta_inplace_mode_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9085162Z test_dispatch_meta_inplace_mode_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9085544Z test_dispatch_meta_inplace_mode_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9086149Z test_dispatch_meta_inplace_mode_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9086673Z test_dispatch_meta_inplace_mode_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9087267Z test_dispatch_meta_inplace_mode_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:30.9087783Z test_dispatch_meta_inplace_mode_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9088077Z test_dispatch_meta_inplace_movedim_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9088355Z test_dispatch_meta_inplace_movedim_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9088648Z test_dispatch_meta_inplace_movedim_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9088933Z test_dispatch_meta_inplace_movedim_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9089218Z test_dispatch_meta_inplace_movedim_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9089508Z test_dispatch_meta_inplace_movedim_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9089789Z test_dispatch_meta_inplace_movedim_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9090067Z test_dispatch_meta_inplace_movedim_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9090342Z test_dispatch_meta_inplace_movedim_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9090697Z test_dispatch_meta_inplace_movedim_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9090989Z test_dispatch_meta_inplace_movedim_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9091269Z test_dispatch_meta_inplace_movedim_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.011s) 2022-11-23T02:24:30.9091544Z test_dispatch_meta_inplace_movedim_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9091827Z test_dispatch_meta_inplace_msort_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9092056Z test_dispatch_meta_inplace_msort_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9092829Z test_dispatch_meta_inplace_msort_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9093394Z test_dispatch_meta_inplace_msort_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9094022Z test_dispatch_meta_inplace_msort_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9094468Z test_dispatch_meta_inplace_msort_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9094765Z test_dispatch_meta_inplace_msort_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9095044Z test_dispatch_meta_inplace_msort_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9095324Z test_dispatch_meta_inplace_msort_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9095559Z test_dispatch_meta_inplace_mul_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:30.9095824Z test_dispatch_meta_inplace_mul_cuda_bool (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:30.9096067Z test_dispatch_meta_inplace_mul_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:30.9096299Z test_dispatch_meta_inplace_mul_cuda_complex32 (__main__.TestMetaCUDA) ... ok (2.520s) 2022-11-23T02:24:30.9096646Z test_dispatch_meta_inplace_mul_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:30.9096877Z test_dispatch_meta_inplace_mul_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:30.9097100Z test_dispatch_meta_inplace_mul_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:30.9097321Z test_dispatch_meta_inplace_mul_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:30.9097545Z test_dispatch_meta_inplace_mul_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:30.9097792Z test_dispatch_meta_inplace_mul_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:30.9098013Z test_dispatch_meta_inplace_mul_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:30.9098235Z test_dispatch_meta_inplace_mul_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:30.9098453Z test_dispatch_meta_inplace_mul_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:30.9098709Z test_dispatch_meta_inplace_multinomial_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9099134Z test_dispatch_meta_inplace_multinomial_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9099769Z test_dispatch_meta_inplace_multinomial_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9100362Z test_dispatch_meta_inplace_mv_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9101100Z test_dispatch_meta_inplace_mv_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9101473Z test_dispatch_meta_inplace_mv_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9101755Z test_dispatch_meta_inplace_mv_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9102041Z test_dispatch_meta_inplace_mv_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9102317Z test_dispatch_meta_inplace_mv_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9102575Z test_dispatch_meta_inplace_mvlgamma_mvlgamma_p_1_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:24:30.9102838Z test_dispatch_meta_inplace_mvlgamma_mvlgamma_p_1_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:24:30.9103100Z test_dispatch_meta_inplace_mvlgamma_mvlgamma_p_1_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:24:30.9103397Z test_dispatch_meta_inplace_mvlgamma_mvlgamma_p_1_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:30.9103715Z test_dispatch_meta_inplace_mvlgamma_mvlgamma_p_1_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:30.9104011Z test_dispatch_meta_inplace_mvlgamma_mvlgamma_p_1_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:30.9104303Z test_dispatch_meta_inplace_mvlgamma_mvlgamma_p_1_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T02:24:30.9104597Z test_dispatch_meta_inplace_mvlgamma_mvlgamma_p_1_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:24:30.9104851Z test_dispatch_meta_inplace_mvlgamma_mvlgamma_p_3_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:24:30.9105111Z test_dispatch_meta_inplace_mvlgamma_mvlgamma_p_3_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:24:30.9105368Z test_dispatch_meta_inplace_mvlgamma_mvlgamma_p_3_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:24:30.9105661Z test_dispatch_meta_inplace_mvlgamma_mvlgamma_p_3_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T02:24:30.9106453Z test_dispatch_meta_inplace_mvlgamma_mvlgamma_p_3_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:30.9107020Z test_dispatch_meta_inplace_mvlgamma_mvlgamma_p_3_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:24:30.9107648Z test_dispatch_meta_inplace_mvlgamma_mvlgamma_p_3_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.006s) 2022-11-23T02:24:30.9108115Z test_dispatch_meta_inplace_mvlgamma_mvlgamma_p_3_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:24:30.9108383Z test_dispatch_meta_inplace_mvlgamma_mvlgamma_p_5_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:24:30.9108643Z test_dispatch_meta_inplace_mvlgamma_mvlgamma_p_5_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:24:30.9108861Z test_dispatch_meta_inplace_mvlgamma_mvlgamma_p_5_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:24:30.9109157Z test_dispatch_meta_inplace_mvlgamma_mvlgamma_p_5_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:24:30.9109446Z test_dispatch_meta_inplace_mvlgamma_mvlgamma_p_5_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.011s) 2022-11-23T02:24:30.9109754Z test_dispatch_meta_inplace_mvlgamma_mvlgamma_p_5_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:30.9110590Z test_dispatch_meta_inplace_mvlgamma_mvlgamma_p_5_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:30.9110961Z test_dispatch_meta_inplace_mvlgamma_mvlgamma_p_5_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:30.9111206Z test_dispatch_meta_inplace_nan_to_num_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:30.9111449Z test_dispatch_meta_inplace_nan_to_num_cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:30.9111692Z test_dispatch_meta_inplace_nan_to_num_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:30.9111931Z test_dispatch_meta_inplace_nan_to_num_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:30.9112162Z test_dispatch_meta_inplace_nan_to_num_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:24:30.9112428Z test_dispatch_meta_inplace_nan_to_num_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:30.9112899Z test_dispatch_meta_inplace_nan_to_num_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:30.9113350Z test_dispatch_meta_inplace_nan_to_num_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:30.9113797Z test_dispatch_meta_inplace_nan_to_num_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:30.9114378Z test_dispatch_meta_inplace_nan_to_num_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:30.9114900Z test_dispatch_meta_inplace_nanmean_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9115205Z test_dispatch_meta_inplace_nanmean_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9115495Z test_dispatch_meta_inplace_nanmean_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9115804Z test_dispatch_meta_inplace_nanmean_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9116105Z test_dispatch_meta_inplace_nanmedian_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9116398Z test_dispatch_meta_inplace_nanmedian_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:30.9116824Z test_dispatch_meta_inplace_nanmedian_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9117113Z test_dispatch_meta_inplace_nanmedian_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:24:30.9117402Z test_dispatch_meta_inplace_nanmedian_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9117641Z test_dispatch_meta_inplace_nanmedian_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9117936Z test_dispatch_meta_inplace_nanmedian_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9118222Z test_dispatch_meta_inplace_nanmedian_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9118537Z test_dispatch_meta_inplace_nanquantile_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9118837Z test_dispatch_meta_inplace_nanquantile_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9119127Z test_dispatch_meta_inplace_nansum_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9119486Z test_dispatch_meta_inplace_nansum_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.011s) 2022-11-23T02:24:30.9120095Z test_dispatch_meta_inplace_nansum_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9120826Z test_dispatch_meta_inplace_nansum_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9121419Z test_dispatch_meta_inplace_nansum_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9121829Z test_dispatch_meta_inplace_nansum_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.004s) 2022-11-23T02:24:30.9122135Z test_dispatch_meta_inplace_nansum_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9122419Z test_dispatch_meta_inplace_nansum_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9122698Z test_dispatch_meta_inplace_nansum_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9122982Z test_dispatch_meta_inplace_nansum_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9223898Z test_dispatch_meta_inplace_narrow_copy_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9224528Z test_dispatch_meta_inplace_narrow_copy_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9224998Z test_dispatch_meta_inplace_narrow_copy_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9225429Z test_dispatch_meta_inplace_narrow_copy_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9225844Z test_dispatch_meta_inplace_narrow_copy_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9226273Z test_dispatch_meta_inplace_narrow_copy_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9226737Z test_dispatch_meta_inplace_narrow_copy_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9227234Z test_dispatch_meta_inplace_narrow_copy_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9227676Z test_dispatch_meta_inplace_narrow_copy_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:30.9228214Z test_dispatch_meta_inplace_narrow_copy_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9228459Z test_dispatch_meta_inplace_narrow_copy_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9228703Z test_dispatch_meta_inplace_narrow_copy_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:30.9228950Z test_dispatch_meta_inplace_narrow_copy_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9229194Z test_dispatch_meta_inplace_narrow_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9229436Z test_dispatch_meta_inplace_narrow_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:24:30.9229692Z test_dispatch_meta_inplace_narrow_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9229932Z test_dispatch_meta_inplace_narrow_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9230174Z test_dispatch_meta_inplace_narrow_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9230415Z test_dispatch_meta_inplace_narrow_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:24:30.9230760Z test_dispatch_meta_inplace_narrow_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9231009Z test_dispatch_meta_inplace_narrow_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9231245Z test_dispatch_meta_inplace_narrow_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9231487Z test_dispatch_meta_inplace_narrow_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9231722Z test_dispatch_meta_inplace_narrow_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9231961Z test_dispatch_meta_inplace_narrow_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9232193Z test_dispatch_meta_inplace_narrow_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9232455Z test_dispatch_meta_inplace_native_batch_norm_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9232712Z test_dispatch_meta_inplace_native_batch_norm_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9232969Z test_dispatch_meta_inplace_native_batch_norm_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9233223Z test_dispatch_meta_inplace_native_batch_norm_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9233493Z test_dispatch_meta_inplace_native_dropout_backward_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9233759Z test_dispatch_meta_inplace_native_dropout_backward_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9234027Z test_dispatch_meta_inplace_native_dropout_backward_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9234283Z test_dispatch_meta_inplace_native_dropout_backward_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9234624Z test_dispatch_meta_inplace_native_layer_norm_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9235054Z test_dispatch_meta_inplace_native_layer_norm_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9235678Z test_dispatch_meta_inplace_native_layer_norm_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9236191Z test_dispatch_meta_inplace_native_layer_norm_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9236549Z test_dispatch_meta_inplace_ne_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:30.9236967Z test_dispatch_meta_inplace_ne_cuda_bool (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:30.9237267Z test_dispatch_meta_inplace_ne_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:30.9237469Z test_dispatch_meta_inplace_ne_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:30.9237658Z test_dispatch_meta_inplace_ne_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:30.9237840Z test_dispatch_meta_inplace_ne_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:30.9238009Z test_dispatch_meta_inplace_ne_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:30.9238191Z test_dispatch_meta_inplace_ne_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:30.9238364Z test_dispatch_meta_inplace_ne_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:30.9238633Z test_dispatch_meta_inplace_ne_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:30.9238831Z test_dispatch_meta_inplace_ne_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:30.9239011Z test_dispatch_meta_inplace_ne_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:30.9239203Z test_dispatch_meta_inplace_neg_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:30.9239397Z test_dispatch_meta_inplace_neg_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.291s) 2022-11-23T02:24:30.9239588Z test_dispatch_meta_inplace_neg_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.259s) 2022-11-23T02:24:30.9239776Z test_dispatch_meta_inplace_neg_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.375s) 2022-11-23T02:24:30.9239961Z test_dispatch_meta_inplace_neg_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:30.9240141Z test_dispatch_meta_inplace_neg_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:30.9240321Z test_dispatch_meta_inplace_neg_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:30.9240505Z test_dispatch_meta_inplace_neg_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:30.9240684Z test_dispatch_meta_inplace_neg_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:30.9240860Z test_dispatch_meta_inplace_neg_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:30.9241040Z test_dispatch_meta_inplace_neg_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:30.9241214Z test_dispatch_meta_inplace_neg_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:30.9241459Z test_dispatch_meta_inplace_new_empty_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9241703Z test_dispatch_meta_inplace_new_empty_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9241961Z test_dispatch_meta_inplace_new_empty_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9242214Z test_dispatch_meta_inplace_new_empty_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9242461Z test_dispatch_meta_inplace_new_empty_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9242804Z test_dispatch_meta_inplace_new_empty_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9243048Z test_dispatch_meta_inplace_new_empty_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9243292Z test_dispatch_meta_inplace_new_empty_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9243535Z test_dispatch_meta_inplace_new_empty_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9243778Z test_dispatch_meta_inplace_new_empty_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9244012Z test_dispatch_meta_inplace_new_empty_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:30.9244253Z test_dispatch_meta_inplace_new_empty_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9244485Z test_dispatch_meta_inplace_new_empty_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9244744Z test_dispatch_meta_inplace_new_empty_strided_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:24:30.9244999Z test_dispatch_meta_inplace_new_empty_strided_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9245327Z test_dispatch_meta_inplace_new_empty_strided_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9245605Z test_dispatch_meta_inplace_new_empty_strided_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9245874Z test_dispatch_meta_inplace_new_empty_strided_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9246128Z test_dispatch_meta_inplace_new_empty_strided_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:24:30.9246383Z test_dispatch_meta_inplace_new_empty_strided_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9246636Z test_dispatch_meta_inplace_new_empty_strided_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9246895Z test_dispatch_meta_inplace_new_empty_strided_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9247139Z test_dispatch_meta_inplace_new_empty_strided_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9247379Z test_dispatch_meta_inplace_new_empty_strided_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9247631Z test_dispatch_meta_inplace_new_empty_strided_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9247873Z test_dispatch_meta_inplace_new_empty_strided_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9248113Z test_dispatch_meta_inplace_new_full_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9248352Z test_dispatch_meta_inplace_new_full_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9248601Z test_dispatch_meta_inplace_new_full_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9248847Z test_dispatch_meta_inplace_new_full_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9249180Z test_dispatch_meta_inplace_new_full_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9249417Z test_dispatch_meta_inplace_new_full_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9249656Z test_dispatch_meta_inplace_new_full_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9249896Z test_dispatch_meta_inplace_new_full_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9250141Z test_dispatch_meta_inplace_new_full_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9250380Z test_dispatch_meta_inplace_new_full_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9250613Z test_dispatch_meta_inplace_new_full_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9250853Z test_dispatch_meta_inplace_new_full_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9251081Z test_dispatch_meta_inplace_new_full_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9251323Z test_dispatch_meta_inplace_new_ones_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9251628Z test_dispatch_meta_inplace_new_ones_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:30.9251891Z test_dispatch_meta_inplace_new_ones_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9252138Z test_dispatch_meta_inplace_new_ones_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9252391Z test_dispatch_meta_inplace_new_ones_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:24:30.9252632Z test_dispatch_meta_inplace_new_ones_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9252869Z test_dispatch_meta_inplace_new_ones_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9253103Z test_dispatch_meta_inplace_new_ones_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9253341Z test_dispatch_meta_inplace_new_ones_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9253576Z test_dispatch_meta_inplace_new_ones_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:24:30.9253803Z test_dispatch_meta_inplace_new_ones_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9254041Z test_dispatch_meta_inplace_new_ones_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9254271Z test_dispatch_meta_inplace_new_ones_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9254517Z test_dispatch_meta_inplace_new_zeros_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9254749Z test_dispatch_meta_inplace_new_zeros_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:24:30.9255004Z test_dispatch_meta_inplace_new_zeros_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9255251Z test_dispatch_meta_inplace_new_zeros_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9255582Z test_dispatch_meta_inplace_new_zeros_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9255828Z test_dispatch_meta_inplace_new_zeros_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9256072Z test_dispatch_meta_inplace_new_zeros_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:24:30.9256313Z test_dispatch_meta_inplace_new_zeros_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9256554Z test_dispatch_meta_inplace_new_zeros_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9256790Z test_dispatch_meta_inplace_new_zeros_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9257023Z test_dispatch_meta_inplace_new_zeros_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9257265Z test_dispatch_meta_inplace_new_zeros_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9257494Z test_dispatch_meta_inplace_new_zeros_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9257694Z test_dispatch_meta_inplace_nextafter_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:30.9257891Z test_dispatch_meta_inplace_nextafter_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:30.9258149Z test_dispatch_meta_inplace_nextafter_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:30.9258432Z test_dispatch_meta_inplace_nn_functional__scaled_dot_product_attention_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: Skipped! (0.000s) 2022-11-23T02:24:30.9258700Z test_dispatch_meta_inplace_nn_functional__scaled_dot_product_attention_cuda_float16 (__main__.TestMetaCUDA) ... skip: Skipped! (0.000s) 2022-11-23T02:24:30.9258971Z test_dispatch_meta_inplace_nn_functional__scaled_dot_product_attention_cuda_float32 (__main__.TestMetaCUDA) ... skip: Skipped! (0.000s) 2022-11-23T02:24:30.9259234Z test_dispatch_meta_inplace_nn_functional__scaled_dot_product_attention_cuda_float64 (__main__.TestMetaCUDA) ... skip: Skipped! (0.000s) 2022-11-23T02:24:30.9259519Z test_dispatch_meta_inplace_nn_functional_adaptive_avg_pool1d_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9259804Z test_dispatch_meta_inplace_nn_functional_adaptive_avg_pool1d_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9260081Z test_dispatch_meta_inplace_nn_functional_adaptive_avg_pool1d_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9260358Z test_dispatch_meta_inplace_nn_functional_adaptive_avg_pool1d_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9260639Z test_dispatch_meta_inplace_nn_functional_adaptive_avg_pool2d_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:24:30.9260911Z test_dispatch_meta_inplace_nn_functional_adaptive_avg_pool2d_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9261184Z test_dispatch_meta_inplace_nn_functional_adaptive_avg_pool2d_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9261458Z test_dispatch_meta_inplace_nn_functional_adaptive_avg_pool2d_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9261733Z test_dispatch_meta_inplace_nn_functional_adaptive_avg_pool3d_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9262004Z test_dispatch_meta_inplace_nn_functional_adaptive_avg_pool3d_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9262364Z test_dispatch_meta_inplace_nn_functional_adaptive_avg_pool3d_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9262635Z test_dispatch_meta_inplace_nn_functional_adaptive_avg_pool3d_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9262909Z test_dispatch_meta_inplace_nn_functional_adaptive_max_pool1d_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9263183Z test_dispatch_meta_inplace_nn_functional_adaptive_max_pool1d_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:30.9263450Z test_dispatch_meta_inplace_nn_functional_adaptive_max_pool1d_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9263717Z test_dispatch_meta_inplace_nn_functional_adaptive_max_pool1d_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9263988Z test_dispatch_meta_inplace_nn_functional_adaptive_max_pool2d_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9264255Z test_dispatch_meta_inplace_nn_functional_adaptive_max_pool2d_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9264590Z test_dispatch_meta_inplace_nn_functional_adaptive_max_pool2d_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9264874Z test_dispatch_meta_inplace_nn_functional_adaptive_max_pool2d_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9265146Z test_dispatch_meta_inplace_nn_functional_adaptive_max_pool3d_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:30.9265417Z 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:24:30.9265683Z test_dispatch_meta_inplace_nn_functional_adaptive_max_pool3d_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9265950Z test_dispatch_meta_inplace_nn_functional_adaptive_max_pool3d_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:30.9266184Z test_dispatch_meta_inplace_nn_functional_alpha_dropout_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.049s) 2022-11-23T02:24:30.9266411Z test_dispatch_meta_inplace_nn_functional_alpha_dropout_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.047s) 2022-11-23T02:24:30.9266635Z test_dispatch_meta_inplace_nn_functional_alpha_dropout_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.033s) 2022-11-23T02:24:30.9266855Z test_dispatch_meta_inplace_nn_functional_alpha_dropout_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:24:30.9267124Z test_dispatch_meta_inplace_nn_functional_avg_pool1d_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9267390Z test_dispatch_meta_inplace_nn_functional_avg_pool1d_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9267654Z test_dispatch_meta_inplace_nn_functional_avg_pool1d_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9267917Z test_dispatch_meta_inplace_nn_functional_avg_pool1d_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9268183Z test_dispatch_meta_inplace_nn_functional_avg_pool2d_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9268524Z test_dispatch_meta_inplace_nn_functional_avg_pool2d_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9268787Z test_dispatch_meta_inplace_nn_functional_avg_pool2d_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9269045Z test_dispatch_meta_inplace_nn_functional_avg_pool2d_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9269310Z test_dispatch_meta_inplace_nn_functional_avg_pool3d_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9269575Z test_dispatch_meta_inplace_nn_functional_avg_pool3d_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9269836Z test_dispatch_meta_inplace_nn_functional_avg_pool3d_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9270095Z test_dispatch_meta_inplace_nn_functional_avg_pool3d_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9270362Z test_dispatch_meta_inplace_nn_functional_batch_norm_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9270623Z test_dispatch_meta_inplace_nn_functional_batch_norm_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9270949Z test_dispatch_meta_inplace_nn_functional_batch_norm_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9271218Z test_dispatch_meta_inplace_nn_functional_batch_norm_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9271504Z test_dispatch_meta_inplace_nn_functional_batch_norm_without_cudnn_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9271788Z test_dispatch_meta_inplace_nn_functional_batch_norm_without_cudnn_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9272068Z test_dispatch_meta_inplace_nn_functional_batch_norm_without_cudnn_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9272342Z test_dispatch_meta_inplace_nn_functional_batch_norm_without_cudnn_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9272613Z test_dispatch_meta_inplace_nn_functional_bilinear_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9272875Z test_dispatch_meta_inplace_nn_functional_bilinear_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9273139Z test_dispatch_meta_inplace_nn_functional_bilinear_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9273397Z test_dispatch_meta_inplace_nn_functional_bilinear_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9273681Z 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:24:30.9273960Z test_dispatch_meta_inplace_nn_functional_binary_cross_entropy_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9274235Z 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:24:30.9274516Z 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:24:30.9274811Z 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:24:30.9275188Z test_dispatch_meta_inplace_nn_functional_binary_cross_entropy_with_logits_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:24:30.9275468Z test_dispatch_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:24:30.9275746Z test_dispatch_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:24:30.9275961Z test_dispatch_meta_inplace_nn_functional_celu_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:30.9276172Z test_dispatch_meta_inplace_nn_functional_celu_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:30.9276379Z test_dispatch_meta_inplace_nn_functional_celu_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:30.9276579Z test_dispatch_meta_inplace_nn_functional_celu_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:30.9276845Z test_dispatch_meta_inplace_nn_functional_conv1d_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9277111Z test_dispatch_meta_inplace_nn_functional_conv1d_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9277442Z test_dispatch_meta_inplace_nn_functional_conv1d_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9277719Z test_dispatch_meta_inplace_nn_functional_conv1d_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9277979Z test_dispatch_meta_inplace_nn_functional_conv1d_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9278242Z test_dispatch_meta_inplace_nn_functional_conv1d_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9278499Z test_dispatch_meta_inplace_nn_functional_conv1d_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9278761Z test_dispatch_meta_inplace_nn_functional_conv2d_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:30.9279030Z test_dispatch_meta_inplace_nn_functional_conv2d_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9279293Z test_dispatch_meta_inplace_nn_functional_conv2d_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9279554Z test_dispatch_meta_inplace_nn_functional_conv2d_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9279816Z test_dispatch_meta_inplace_nn_functional_conv2d_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:24:30.9280071Z test_dispatch_meta_inplace_nn_functional_conv2d_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9280328Z test_dispatch_meta_inplace_nn_functional_conv2d_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9280607Z test_dispatch_meta_inplace_nn_functional_conv_transpose1d_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9280887Z test_dispatch_meta_inplace_nn_functional_conv_transpose1d_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9281168Z test_dispatch_meta_inplace_nn_functional_conv_transpose1d_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9281520Z test_dispatch_meta_inplace_nn_functional_conv_transpose1d_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9281795Z test_dispatch_meta_inplace_nn_functional_conv_transpose1d_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9282062Z test_dispatch_meta_inplace_nn_functional_conv_transpose1d_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.011s) 2022-11-23T02:24:30.9282327Z test_dispatch_meta_inplace_nn_functional_conv_transpose1d_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9282601Z test_dispatch_meta_inplace_nn_functional_conv_transpose2d_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9282878Z test_dispatch_meta_inplace_nn_functional_conv_transpose2d_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9283163Z test_dispatch_meta_inplace_nn_functional_conv_transpose2d_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9283435Z test_dispatch_meta_inplace_nn_functional_conv_transpose2d_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9283706Z test_dispatch_meta_inplace_nn_functional_conv_transpose2d_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9284034Z test_dispatch_meta_inplace_nn_functional_conv_transpose2d_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9284311Z test_dispatch_meta_inplace_nn_functional_conv_transpose2d_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9284583Z test_dispatch_meta_inplace_nn_functional_conv_transpose3d_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9284859Z test_dispatch_meta_inplace_nn_functional_conv_transpose3d_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9285137Z test_dispatch_meta_inplace_nn_functional_conv_transpose3d_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9285411Z test_dispatch_meta_inplace_nn_functional_conv_transpose3d_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9285685Z test_dispatch_meta_inplace_nn_functional_conv_transpose3d_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9285949Z test_dispatch_meta_inplace_nn_functional_conv_transpose3d_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9286213Z test_dispatch_meta_inplace_nn_functional_conv_transpose3d_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9286496Z 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:24:30.9286775Z 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:24:30.9287057Z 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:24:30.9287342Z 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:24:30.9287627Z 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:24:30.9288633Z 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:24:30.9288915Z 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:24:30.9289193Z 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:24:30.9289477Z 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:24:30.9289752Z 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:24:30.9290031Z test_dispatch_meta_inplace_nn_functional_cosine_similarity_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9290306Z test_dispatch_meta_inplace_nn_functional_cosine_similarity_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9290573Z test_dispatch_meta_inplace_nn_functional_cosine_similarity_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9290922Z test_dispatch_meta_inplace_nn_functional_cosine_similarity_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9291210Z test_dispatch_meta_inplace_nn_functional_cross_entropy_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9291479Z test_dispatch_meta_inplace_nn_functional_cross_entropy_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9291826Z test_dispatch_meta_inplace_nn_functional_cross_entropy_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9292435Z test_dispatch_meta_inplace_nn_functional_cross_entropy_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9292981Z test_dispatch_meta_inplace_nn_functional_ctc_loss_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9293491Z test_dispatch_meta_inplace_nn_functional_ctc_loss_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9294001Z test_dispatch_meta_inplace_nn_functional_dropout2d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:24:30.9294284Z test_dispatch_meta_inplace_nn_functional_dropout2d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:30.9294515Z test_dispatch_meta_inplace_nn_functional_dropout2d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:30.9294733Z test_dispatch_meta_inplace_nn_functional_dropout2d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:30.9294959Z test_dispatch_meta_inplace_nn_functional_dropout3d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:24:30.9295173Z test_dispatch_meta_inplace_nn_functional_dropout3d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:24:30.9295386Z test_dispatch_meta_inplace_nn_functional_dropout3d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:24:30.9295607Z test_dispatch_meta_inplace_nn_functional_dropout3d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:24:30.9295828Z test_dispatch_meta_inplace_nn_functional_dropout_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:24:30.9296039Z test_dispatch_meta_inplace_nn_functional_dropout_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.037s) 2022-11-23T02:24:30.9296370Z test_dispatch_meta_inplace_nn_functional_dropout_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.039s) 2022-11-23T02:24:30.9296584Z test_dispatch_meta_inplace_nn_functional_dropout_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.034s) 2022-11-23T02:24:30.9296796Z test_dispatch_meta_inplace_nn_functional_elu_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:30.9297006Z test_dispatch_meta_inplace_nn_functional_elu_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:24:30.9297207Z test_dispatch_meta_inplace_nn_functional_elu_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:30.9297408Z test_dispatch_meta_inplace_nn_functional_elu_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:30.9297687Z test_dispatch_meta_inplace_nn_functional_embedding_bag_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9297966Z test_dispatch_meta_inplace_nn_functional_embedding_bag_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9298238Z test_dispatch_meta_inplace_nn_functional_embedding_bag_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9298510Z test_dispatch_meta_inplace_nn_functional_embedding_bag_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9298976Z test_dispatch_meta_inplace_nn_functional_embedding_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9299649Z test_dispatch_meta_inplace_nn_functional_embedding_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9300225Z test_dispatch_meta_inplace_nn_functional_embedding_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9300814Z test_dispatch_meta_inplace_nn_functional_embedding_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9301153Z test_dispatch_meta_inplace_nn_functional_feature_alpha_dropout_with_train_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:30.9301413Z test_dispatch_meta_inplace_nn_functional_feature_alpha_dropout_with_train_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:30.9301664Z test_dispatch_meta_inplace_nn_functional_feature_alpha_dropout_with_train_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:30.9301922Z test_dispatch_meta_inplace_nn_functional_feature_alpha_dropout_with_train_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:24:30.9302182Z test_dispatch_meta_inplace_nn_functional_feature_alpha_dropout_without_train_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:30.9302436Z test_dispatch_meta_inplace_nn_functional_feature_alpha_dropout_without_train_cuda_bool (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:30.9302704Z test_dispatch_meta_inplace_nn_functional_feature_alpha_dropout_without_train_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:30.9302965Z test_dispatch_meta_inplace_nn_functional_feature_alpha_dropout_without_train_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:30.9303220Z test_dispatch_meta_inplace_nn_functional_feature_alpha_dropout_without_train_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:30.9303468Z test_dispatch_meta_inplace_nn_functional_feature_alpha_dropout_without_train_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:30.9303711Z test_dispatch_meta_inplace_nn_functional_feature_alpha_dropout_without_train_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:30.9303959Z test_dispatch_meta_inplace_nn_functional_feature_alpha_dropout_without_train_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:30.9304308Z test_dispatch_meta_inplace_nn_functional_feature_alpha_dropout_without_train_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:30.9304562Z test_dispatch_meta_inplace_nn_functional_feature_alpha_dropout_without_train_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:30.9304816Z test_dispatch_meta_inplace_nn_functional_feature_alpha_dropout_without_train_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:30.9305056Z test_dispatch_meta_inplace_nn_functional_feature_alpha_dropout_without_train_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:30.9305346Z test_dispatch_meta_inplace_nn_functional_fractional_max_pool2d_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9305822Z test_dispatch_meta_inplace_nn_functional_fractional_max_pool2d_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9306408Z test_dispatch_meta_inplace_nn_functional_fractional_max_pool2d_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9307014Z test_dispatch_meta_inplace_nn_functional_fractional_max_pool3d_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9307578Z test_dispatch_meta_inplace_nn_functional_fractional_max_pool3d_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9308064Z test_dispatch_meta_inplace_nn_functional_fractional_max_pool3d_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9308363Z test_dispatch_meta_inplace_nn_functional_gaussian_nll_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9308635Z test_dispatch_meta_inplace_nn_functional_gaussian_nll_loss_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:30.9308903Z test_dispatch_meta_inplace_nn_functional_gaussian_nll_loss_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9309161Z test_dispatch_meta_inplace_nn_functional_gaussian_nll_loss_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9309420Z test_dispatch_meta_inplace_nn_functional_gelu_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:24:30.9309681Z test_dispatch_meta_inplace_nn_functional_gelu_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9309942Z test_dispatch_meta_inplace_nn_functional_gelu_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9310199Z test_dispatch_meta_inplace_nn_functional_gelu_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9310457Z test_dispatch_meta_inplace_nn_functional_glu_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9310716Z test_dispatch_meta_inplace_nn_functional_glu_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.011s) 2022-11-23T02:24:30.9310970Z test_dispatch_meta_inplace_nn_functional_glu_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9311229Z test_dispatch_meta_inplace_nn_functional_glu_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9311499Z test_dispatch_meta_inplace_nn_functional_grid_sample_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9311768Z test_dispatch_meta_inplace_nn_functional_grid_sample_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:30.9312120Z test_dispatch_meta_inplace_nn_functional_grid_sample_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9312437Z test_dispatch_meta_inplace_nn_functional_group_norm_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9313022Z test_dispatch_meta_inplace_nn_functional_group_norm_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9313571Z test_dispatch_meta_inplace_nn_functional_group_norm_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9314048Z test_dispatch_meta_inplace_nn_functional_group_norm_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9314638Z test_dispatch_meta_inplace_nn_functional_hardshrink_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9314926Z test_dispatch_meta_inplace_nn_functional_hardshrink_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9315196Z test_dispatch_meta_inplace_nn_functional_hardshrink_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9315459Z test_dispatch_meta_inplace_nn_functional_hardshrink_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9315771Z test_dispatch_meta_inplace_nn_functional_hardsigmoid_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:30.9316014Z test_dispatch_meta_inplace_nn_functional_hardsigmoid_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:30.9316238Z test_dispatch_meta_inplace_nn_functional_hardsigmoid_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:30.9316463Z test_dispatch_meta_inplace_nn_functional_hardsigmoid_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:30.9316731Z test_dispatch_meta_inplace_nn_functional_hardswish_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9316997Z test_dispatch_meta_inplace_nn_functional_hardswish_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.011s) 2022-11-23T02:24:30.9317257Z test_dispatch_meta_inplace_nn_functional_hardswish_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9317520Z test_dispatch_meta_inplace_nn_functional_hardswish_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9317779Z test_dispatch_meta_inplace_nn_functional_hardtanh_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9318042Z test_dispatch_meta_inplace_nn_functional_hardtanh_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9318305Z test_dispatch_meta_inplace_nn_functional_hardtanh_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9318558Z test_dispatch_meta_inplace_nn_functional_hardtanh_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9318817Z test_dispatch_meta_inplace_nn_functional_hardtanh_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9319080Z test_dispatch_meta_inplace_nn_functional_hardtanh_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9319566Z test_dispatch_meta_inplace_nn_functional_hardtanh_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9320100Z test_dispatch_meta_inplace_nn_functional_hardtanh_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9320784Z test_dispatch_meta_inplace_nn_functional_hinge_embedding_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9321415Z 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:24:30.9321741Z test_dispatch_meta_inplace_nn_functional_hinge_embedding_loss_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9322026Z 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:24:30.9322296Z test_dispatch_meta_inplace_nn_functional_huber_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9322563Z test_dispatch_meta_inplace_nn_functional_huber_loss_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9322829Z test_dispatch_meta_inplace_nn_functional_huber_loss_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9323086Z test_dispatch_meta_inplace_nn_functional_huber_loss_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:30.9323358Z test_dispatch_meta_inplace_nn_functional_instance_norm_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9323713Z test_dispatch_meta_inplace_nn_functional_instance_norm_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9324001Z test_dispatch_meta_inplace_nn_functional_instance_norm_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:24:30.9324277Z test_dispatch_meta_inplace_nn_functional_instance_norm_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9324555Z test_dispatch_meta_inplace_nn_functional_interpolate_area_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9324831Z test_dispatch_meta_inplace_nn_functional_interpolate_area_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9325099Z test_dispatch_meta_inplace_nn_functional_interpolate_area_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:24:30.9325361Z test_dispatch_meta_inplace_nn_functional_interpolate_area_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9325642Z test_dispatch_meta_inplace_nn_functional_interpolate_bicubic_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9325929Z test_dispatch_meta_inplace_nn_functional_interpolate_bicubic_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9326459Z test_dispatch_meta_inplace_nn_functional_interpolate_bicubic_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9327084Z test_dispatch_meta_inplace_nn_functional_interpolate_bilinear_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:24:30.9327646Z test_dispatch_meta_inplace_nn_functional_interpolate_bilinear_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9328292Z test_dispatch_meta_inplace_nn_functional_interpolate_bilinear_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9328613Z test_dispatch_meta_inplace_nn_functional_interpolate_linear_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9328995Z test_dispatch_meta_inplace_nn_functional_interpolate_linear_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9329260Z test_dispatch_meta_inplace_nn_functional_interpolate_linear_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.011s) 2022-11-23T02:24:30.9329540Z test_dispatch_meta_inplace_nn_functional_interpolate_nearest_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9329831Z test_dispatch_meta_inplace_nn_functional_interpolate_nearest_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9330110Z test_dispatch_meta_inplace_nn_functional_interpolate_nearest_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9330395Z test_dispatch_meta_inplace_nn_functional_interpolate_nearest_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9330678Z test_dispatch_meta_inplace_nn_functional_interpolate_trilinear_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9330960Z test_dispatch_meta_inplace_nn_functional_interpolate_trilinear_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9331749Z test_dispatch_meta_inplace_nn_functional_interpolate_trilinear_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9332070Z test_dispatch_meta_inplace_nn_functional_kl_div_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9332330Z test_dispatch_meta_inplace_nn_functional_kl_div_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9332595Z test_dispatch_meta_inplace_nn_functional_kl_div_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9332852Z test_dispatch_meta_inplace_nn_functional_kl_div_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9333398Z test_dispatch_meta_inplace_nn_functional_l1_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9333946Z test_dispatch_meta_inplace_nn_functional_l1_loss_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9334496Z test_dispatch_meta_inplace_nn_functional_l1_loss_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9335057Z test_dispatch_meta_inplace_nn_functional_l1_loss_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9335425Z test_dispatch_meta_inplace_nn_functional_l1_loss_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9335681Z test_dispatch_meta_inplace_nn_functional_l1_loss_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9335950Z test_dispatch_meta_inplace_nn_functional_layer_norm_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9336221Z test_dispatch_meta_inplace_nn_functional_layer_norm_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9336489Z test_dispatch_meta_inplace_nn_functional_layer_norm_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9336750Z test_dispatch_meta_inplace_nn_functional_layer_norm_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9337100Z test_dispatch_meta_inplace_nn_functional_leaky_relu_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:30.9337323Z test_dispatch_meta_inplace_nn_functional_leaky_relu_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:24:30.9337540Z test_dispatch_meta_inplace_nn_functional_leaky_relu_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:24:30.9337753Z test_dispatch_meta_inplace_nn_functional_leaky_relu_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:30.9338022Z test_dispatch_meta_inplace_nn_functional_linear_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:30.9338293Z test_dispatch_meta_inplace_nn_functional_linear_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9338559Z test_dispatch_meta_inplace_nn_functional_linear_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9338827Z test_dispatch_meta_inplace_nn_functional_linear_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:24:30.9339091Z test_dispatch_meta_inplace_nn_functional_linear_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9339350Z test_dispatch_meta_inplace_nn_functional_linear_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9339701Z test_dispatch_meta_inplace_nn_functional_local_response_norm_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9340274Z 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:24:30.9340859Z test_dispatch_meta_inplace_nn_functional_local_response_norm_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.011s) 2022-11-23T02:24:30.9341403Z test_dispatch_meta_inplace_nn_functional_local_response_norm_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9342017Z test_dispatch_meta_inplace_nn_functional_logsigmoid_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9342329Z test_dispatch_meta_inplace_nn_functional_logsigmoid_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9342605Z test_dispatch_meta_inplace_nn_functional_logsigmoid_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9342866Z test_dispatch_meta_inplace_nn_functional_logsigmoid_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9343149Z 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:24:30.9343432Z 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:24:30.9343710Z 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:24:30.9343987Z test_dispatch_meta_inplace_nn_functional_margin_ranking_loss_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9344258Z 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:24:30.9344529Z 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:24:30.9344897Z test_dispatch_meta_inplace_nn_functional_margin_ranking_loss_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9345171Z test_dispatch_meta_inplace_nn_functional_margin_ranking_loss_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9345434Z test_dispatch_meta_inplace_nn_functional_margin_ranking_loss_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9345701Z test_dispatch_meta_inplace_nn_functional_max_pool1d_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9345967Z test_dispatch_meta_inplace_nn_functional_max_pool1d_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9346232Z test_dispatch_meta_inplace_nn_functional_max_pool1d_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9346492Z test_dispatch_meta_inplace_nn_functional_max_pool1d_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9346960Z test_dispatch_meta_inplace_nn_functional_max_pool2d_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9347506Z test_dispatch_meta_inplace_nn_functional_max_pool2d_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9348181Z test_dispatch_meta_inplace_nn_functional_max_pool2d_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9348471Z test_dispatch_meta_inplace_nn_functional_max_pool2d_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9348735Z test_dispatch_meta_inplace_nn_functional_max_pool3d_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9349248Z test_dispatch_meta_inplace_nn_functional_max_pool3d_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9349674Z test_dispatch_meta_inplace_nn_functional_max_pool3d_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9349934Z test_dispatch_meta_inplace_nn_functional_max_pool3d_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9350207Z test_dispatch_meta_inplace_nn_functional_max_unpool1d_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9350474Z test_dispatch_meta_inplace_nn_functional_max_unpool1d_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9350743Z test_dispatch_meta_inplace_nn_functional_max_unpool1d_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9351022Z 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:24:30.9351288Z 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:24:30.9351548Z 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:24:30.9351821Z test_dispatch_meta_inplace_nn_functional_max_unpool2d_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9352085Z test_dispatch_meta_inplace_nn_functional_max_unpool2d_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9352349Z test_dispatch_meta_inplace_nn_functional_max_unpool2d_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:24:30.9352733Z 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:24:30.9353002Z 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:24:30.9353264Z 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:24:30.9353534Z test_dispatch_meta_inplace_nn_functional_max_unpool3d_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9353801Z test_dispatch_meta_inplace_nn_functional_max_unpool3d_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9354066Z test_dispatch_meta_inplace_nn_functional_max_unpool3d_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9354680Z test_dispatch_meta_inplace_nn_functional_max_unpool3d_grad_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9355238Z test_dispatch_meta_inplace_nn_functional_max_unpool3d_grad_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.011s) 2022-11-23T02:24:30.9355749Z 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:24:30.9356347Z test_dispatch_meta_inplace_nn_functional_mish_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:30.9356616Z test_dispatch_meta_inplace_nn_functional_mish_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:30.9356825Z test_dispatch_meta_inplace_nn_functional_mish_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:30.9357022Z test_dispatch_meta_inplace_nn_functional_mish_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:30.9357287Z test_dispatch_meta_inplace_nn_functional_mse_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:30.9357551Z test_dispatch_meta_inplace_nn_functional_mse_loss_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9357812Z test_dispatch_meta_inplace_nn_functional_mse_loss_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9358074Z test_dispatch_meta_inplace_nn_functional_mse_loss_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9358348Z 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:24:30.9358621Z test_dispatch_meta_inplace_nn_functional_multi_margin_loss_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:24:30.9358887Z 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:24:30.9359149Z 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:24:30.9359436Z test_dispatch_meta_inplace_nn_functional_multilabel_margin_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9359720Z 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:24:30.9360007Z 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:24:30.9360384Z 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:24:30.9360680Z test_dispatch_meta_inplace_nn_functional_multilabel_soft_margin_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:24:30.9361016Z test_dispatch_meta_inplace_nn_functional_multilabel_soft_margin_loss_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9361646Z test_dispatch_meta_inplace_nn_functional_multilabel_soft_margin_loss_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9362233Z test_dispatch_meta_inplace_nn_functional_multilabel_soft_margin_loss_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9362746Z test_dispatch_meta_inplace_nn_functional_nll_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9363260Z test_dispatch_meta_inplace_nn_functional_nll_loss_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9363532Z test_dispatch_meta_inplace_nn_functional_nll_loss_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9363787Z test_dispatch_meta_inplace_nn_functional_nll_loss_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9364147Z test_dispatch_meta_inplace_nn_functional_normalize_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9364437Z test_dispatch_meta_inplace_nn_functional_normalize_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9364717Z test_dispatch_meta_inplace_nn_functional_normalize_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9364989Z test_dispatch_meta_inplace_nn_functional_normalize_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9365259Z test_dispatch_meta_inplace_nn_functional_normalize_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9365522Z test_dispatch_meta_inplace_nn_functional_normalize_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9365782Z test_dispatch_meta_inplace_nn_functional_one_hot_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9366055Z test_dispatch_meta_inplace_nn_functional_pad_circular_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9366324Z test_dispatch_meta_inplace_nn_functional_pad_circular_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9366605Z test_dispatch_meta_inplace_nn_functional_pad_circular_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9366882Z test_dispatch_meta_inplace_nn_functional_pad_circular_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9367154Z test_dispatch_meta_inplace_nn_functional_pad_circular_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9367426Z test_dispatch_meta_inplace_nn_functional_pad_circular_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9367705Z test_dispatch_meta_inplace_nn_functional_pad_circular_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9368398Z test_dispatch_meta_inplace_nn_functional_pad_circular_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9368945Z test_dispatch_meta_inplace_nn_functional_pad_circular_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9369434Z test_dispatch_meta_inplace_nn_functional_pad_circular_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9370023Z test_dispatch_meta_inplace_nn_functional_pad_circular_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9370318Z test_dispatch_meta_inplace_nn_functional_pad_circular_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:30.9370583Z test_dispatch_meta_inplace_nn_functional_pad_constant_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9370852Z test_dispatch_meta_inplace_nn_functional_pad_constant_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9371128Z test_dispatch_meta_inplace_nn_functional_pad_constant_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:24:30.9371401Z test_dispatch_meta_inplace_nn_functional_pad_constant_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9371758Z test_dispatch_meta_inplace_nn_functional_pad_constant_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9372045Z test_dispatch_meta_inplace_nn_functional_pad_constant_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9372316Z test_dispatch_meta_inplace_nn_functional_pad_constant_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9372586Z test_dispatch_meta_inplace_nn_functional_pad_constant_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9372852Z test_dispatch_meta_inplace_nn_functional_pad_constant_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9373110Z test_dispatch_meta_inplace_nn_functional_pad_constant_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9373377Z test_dispatch_meta_inplace_nn_functional_pad_constant_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.011s) 2022-11-23T02:24:30.9373632Z test_dispatch_meta_inplace_nn_functional_pad_constant_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9373901Z test_dispatch_meta_inplace_nn_functional_pad_reflect_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9374180Z test_dispatch_meta_inplace_nn_functional_pad_reflect_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9374456Z test_dispatch_meta_inplace_nn_functional_pad_reflect_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9374853Z test_dispatch_meta_inplace_nn_functional_pad_reflect_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9375462Z test_dispatch_meta_inplace_nn_functional_pad_reflect_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9376050Z test_dispatch_meta_inplace_nn_functional_pad_reflect_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9376575Z test_dispatch_meta_inplace_nn_functional_pad_replicate_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9377100Z test_dispatch_meta_inplace_nn_functional_pad_replicate_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9377380Z test_dispatch_meta_inplace_nn_functional_pad_replicate_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9377658Z test_dispatch_meta_inplace_nn_functional_pad_replicate_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9377937Z test_dispatch_meta_inplace_nn_functional_pad_replicate_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9378220Z test_dispatch_meta_inplace_nn_functional_pairwise_distance_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9378504Z test_dispatch_meta_inplace_nn_functional_pairwise_distance_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9378799Z test_dispatch_meta_inplace_nn_functional_pairwise_distance_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9379083Z test_dispatch_meta_inplace_nn_functional_pairwise_distance_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9379357Z test_dispatch_meta_inplace_nn_functional_pairwise_distance_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9379701Z test_dispatch_meta_inplace_nn_functional_pairwise_distance_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9379990Z test_dispatch_meta_inplace_nn_functional_pairwise_distance_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9380260Z test_dispatch_meta_inplace_nn_functional_pairwise_distance_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9380521Z test_dispatch_meta_inplace_nn_functional_pairwise_distance_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9380793Z test_dispatch_meta_inplace_nn_functional_pairwise_distance_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9381076Z test_dispatch_meta_inplace_nn_functional_pairwise_distance_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9381337Z test_dispatch_meta_inplace_nn_functional_pdist_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9381809Z test_dispatch_meta_inplace_nn_functional_pdist_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9382380Z test_dispatch_meta_inplace_nn_functional_pixel_shuffle_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9382962Z test_dispatch_meta_inplace_nn_functional_pixel_shuffle_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9383528Z test_dispatch_meta_inplace_nn_functional_pixel_shuffle_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9383922Z test_dispatch_meta_inplace_nn_functional_pixel_shuffle_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9384190Z test_dispatch_meta_inplace_nn_functional_pixel_shuffle_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:30.9384462Z test_dispatch_meta_inplace_nn_functional_pixel_shuffle_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9384835Z test_dispatch_meta_inplace_nn_functional_pixel_shuffle_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9385108Z test_dispatch_meta_inplace_nn_functional_pixel_shuffle_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9385378Z test_dispatch_meta_inplace_nn_functional_pixel_shuffle_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9385651Z test_dispatch_meta_inplace_nn_functional_pixel_shuffle_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:24:30.9385920Z test_dispatch_meta_inplace_nn_functional_pixel_shuffle_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9386191Z test_dispatch_meta_inplace_nn_functional_pixel_shuffle_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9386472Z test_dispatch_meta_inplace_nn_functional_pixel_unshuffle_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9386746Z test_dispatch_meta_inplace_nn_functional_pixel_unshuffle_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9387029Z test_dispatch_meta_inplace_nn_functional_pixel_unshuffle_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9387375Z test_dispatch_meta_inplace_nn_functional_pixel_unshuffle_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:24:30.9387666Z test_dispatch_meta_inplace_nn_functional_pixel_unshuffle_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9387936Z test_dispatch_meta_inplace_nn_functional_pixel_unshuffle_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9388202Z test_dispatch_meta_inplace_nn_functional_pixel_unshuffle_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9388736Z test_dispatch_meta_inplace_nn_functional_pixel_unshuffle_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9389291Z test_dispatch_meta_inplace_nn_functional_pixel_unshuffle_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9389845Z test_dispatch_meta_inplace_nn_functional_pixel_unshuffle_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9390428Z test_dispatch_meta_inplace_nn_functional_pixel_unshuffle_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9390783Z test_dispatch_meta_inplace_nn_functional_pixel_unshuffle_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:24:30.9391071Z 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:24:30.9391349Z 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:24:30.9391614Z 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:24:30.9391881Z 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:24:30.9392152Z test_dispatch_meta_inplace_nn_functional_poisson_nll_loss_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:24:30.9392523Z 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:24:30.9392795Z 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:24:30.9393067Z 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:24:30.9393339Z 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:24:30.9393607Z test_dispatch_meta_inplace_nn_functional_prelu_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:24:30.9393875Z test_dispatch_meta_inplace_nn_functional_prelu_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9394141Z test_dispatch_meta_inplace_nn_functional_prelu_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9394403Z test_dispatch_meta_inplace_nn_functional_relu6_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9394668Z test_dispatch_meta_inplace_nn_functional_relu6_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9394928Z test_dispatch_meta_inplace_nn_functional_relu6_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9395353Z test_dispatch_meta_inplace_nn_functional_relu6_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9395986Z test_dispatch_meta_inplace_nn_functional_relu6_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9396560Z test_dispatch_meta_inplace_nn_functional_relu6_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9397052Z test_dispatch_meta_inplace_nn_functional_relu6_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9397497Z test_dispatch_meta_inplace_nn_functional_relu6_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9397762Z test_dispatch_meta_inplace_nn_functional_relu6_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9398033Z test_dispatch_meta_inplace_nn_functional_relu_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9398300Z test_dispatch_meta_inplace_nn_functional_relu_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9398566Z test_dispatch_meta_inplace_nn_functional_relu_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9398829Z test_dispatch_meta_inplace_nn_functional_relu_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9399086Z test_dispatch_meta_inplace_nn_functional_relu_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9399335Z test_dispatch_meta_inplace_nn_functional_relu_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9399582Z test_dispatch_meta_inplace_nn_functional_relu_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9400023Z test_dispatch_meta_inplace_nn_functional_relu_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9413744Z test_dispatch_meta_inplace_nn_functional_relu_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9414790Z test_dispatch_meta_inplace_nn_functional_rrelu_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:30.9415243Z test_dispatch_meta_inplace_nn_functional_rrelu_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:30.9415682Z test_dispatch_meta_inplace_nn_functional_rrelu_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:30.9416115Z test_dispatch_meta_inplace_nn_functional_rrelu_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:30.9416556Z test_dispatch_meta_inplace_nn_functional_selu_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:30.9416998Z test_dispatch_meta_inplace_nn_functional_selu_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:30.9417425Z test_dispatch_meta_inplace_nn_functional_selu_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:30.9417860Z test_dispatch_meta_inplace_nn_functional_selu_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:30.9418291Z test_dispatch_meta_inplace_nn_functional_silu_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:30.9418712Z test_dispatch_meta_inplace_nn_functional_silu_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:30.9419252Z test_dispatch_meta_inplace_nn_functional_silu_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:30.9419762Z test_dispatch_meta_inplace_nn_functional_silu_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:30.9420628Z test_dispatch_meta_inplace_nn_functional_smooth_l1_loss_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9421228Z test_dispatch_meta_inplace_nn_functional_smooth_l1_loss_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9421790Z test_dispatch_meta_inplace_nn_functional_smooth_l1_loss_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9422370Z 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:24:30.9422939Z test_dispatch_meta_inplace_nn_functional_soft_margin_loss_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9423501Z test_dispatch_meta_inplace_nn_functional_soft_margin_loss_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:30.9424042Z test_dispatch_meta_inplace_nn_functional_soft_margin_loss_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9424590Z test_dispatch_meta_inplace_nn_functional_softmin_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9425142Z test_dispatch_meta_inplace_nn_functional_softmin_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:24:30.9425774Z test_dispatch_meta_inplace_nn_functional_softmin_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9426378Z test_dispatch_meta_inplace_nn_functional_softmin_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9427059Z test_dispatch_meta_inplace_nn_functional_softmin_with_dtype_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9427661Z test_dispatch_meta_inplace_nn_functional_softmin_with_dtype_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9428257Z test_dispatch_meta_inplace_nn_functional_softmin_with_dtype_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:24:30.9428995Z test_dispatch_meta_inplace_nn_functional_softmin_with_dtype_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9429555Z 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:24:30.9430118Z 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:24:30.9430770Z test_dispatch_meta_inplace_nn_functional_softmin_with_dtype_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:24:30.9431340Z test_dispatch_meta_inplace_nn_functional_softmin_with_dtype_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9431955Z test_dispatch_meta_inplace_nn_functional_softmin_with_dtype_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9432544Z test_dispatch_meta_inplace_nn_functional_softmin_with_dtype_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9433203Z test_dispatch_meta_inplace_nn_functional_softmin_with_dtype_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9433764Z test_dispatch_meta_inplace_nn_functional_softplus_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9434454Z test_dispatch_meta_inplace_nn_functional_softplus_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9435037Z test_dispatch_meta_inplace_nn_functional_softplus_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9435586Z test_dispatch_meta_inplace_nn_functional_softplus_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9436159Z test_dispatch_meta_inplace_nn_functional_softshrink_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9436708Z test_dispatch_meta_inplace_nn_functional_softshrink_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9437268Z test_dispatch_meta_inplace_nn_functional_softshrink_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9437818Z test_dispatch_meta_inplace_nn_functional_softshrink_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9438430Z test_dispatch_meta_inplace_nn_functional_softsign_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:30.9439088Z test_dispatch_meta_inplace_nn_functional_softsign_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9439783Z test_dispatch_meta_inplace_nn_functional_softsign_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9440337Z test_dispatch_meta_inplace_nn_functional_softsign_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:30.9440882Z test_dispatch_meta_inplace_nn_functional_softsign_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9441437Z test_dispatch_meta_inplace_nn_functional_softsign_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:30.9441978Z test_dispatch_meta_inplace_nn_functional_softsign_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9442517Z test_dispatch_meta_inplace_nn_functional_softsign_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:30.9443969Z test_dispatch_meta_inplace_nn_functional_softsign_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9444513Z test_dispatch_meta_inplace_nn_functional_softsign_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:24:30.9445134Z test_dispatch_meta_inplace_nn_functional_softsign_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9445744Z test_dispatch_meta_inplace_nn_functional_softsign_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9446370Z test_dispatch_meta_inplace_nn_functional_tanhshrink_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9446942Z test_dispatch_meta_inplace_nn_functional_tanhshrink_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9447517Z test_dispatch_meta_inplace_nn_functional_tanhshrink_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.011s) 2022-11-23T02:24:30.9448039Z test_dispatch_meta_inplace_nn_functional_tanhshrink_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9448599Z test_dispatch_meta_inplace_nn_functional_tanhshrink_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9449298Z test_dispatch_meta_inplace_nn_functional_tanhshrink_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9449871Z test_dispatch_meta_inplace_nn_functional_tanhshrink_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9450415Z test_dispatch_meta_inplace_nn_functional_tanhshrink_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9450965Z test_dispatch_meta_inplace_nn_functional_tanhshrink_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:30.9451580Z test_dispatch_meta_inplace_nn_functional_tanhshrink_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9452193Z test_dispatch_meta_inplace_nn_functional_tanhshrink_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9452732Z test_dispatch_meta_inplace_nn_functional_threshold_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:30.9453192Z test_dispatch_meta_inplace_nn_functional_threshold_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:30.9453651Z test_dispatch_meta_inplace_nn_functional_threshold_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:30.9454110Z test_dispatch_meta_inplace_nn_functional_threshold_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:30.9454559Z test_dispatch_meta_inplace_nn_functional_threshold_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:24:30.9455001Z test_dispatch_meta_inplace_nn_functional_threshold_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:30.9455446Z test_dispatch_meta_inplace_nn_functional_threshold_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:30.9455898Z test_dispatch_meta_inplace_nn_functional_threshold_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:30.9456353Z test_dispatch_meta_inplace_nn_functional_threshold_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:30.9456937Z test_dispatch_meta_inplace_nn_functional_triplet_margin_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:24:30.9457596Z 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:24:30.9458417Z 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:24:30.9459082Z 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:24:30.9459669Z 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:24:30.9460258Z test_dispatch_meta_inplace_nn_functional_triplet_margin_loss_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9460829Z test_dispatch_meta_inplace_nn_functional_triplet_margin_loss_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9461396Z test_dispatch_meta_inplace_nn_functional_triplet_margin_loss_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9461951Z test_dispatch_meta_inplace_nn_functional_triplet_margin_loss_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.011s) 2022-11-23T02:24:30.9462517Z 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:24:30.9463196Z 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:24:30.9463906Z 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:24:30.9464547Z 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:24:30.9465320Z 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:24:30.9465937Z 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:24:30.9466533Z 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:24:30.9467149Z 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:24:30.9467762Z 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:24:30.9468372Z 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:24:30.9468957Z 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:24:30.9469542Z 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:24:30.9470156Z 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:24:30.9470769Z test_dispatch_meta_inplace_nn_functional_unfold_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9471439Z test_dispatch_meta_inplace_nn_functional_unfold_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9472146Z test_dispatch_meta_inplace_nn_functional_unfold_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9472692Z test_dispatch_meta_inplace_nn_functional_unfold_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9473237Z test_dispatch_meta_inplace_nn_functional_unfold_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9473781Z test_dispatch_meta_inplace_nn_functional_unfold_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9474364Z test_dispatch_meta_inplace_nn_functional_upsample_bilinear_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9474936Z test_dispatch_meta_inplace_nn_functional_upsample_bilinear_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9475508Z test_dispatch_meta_inplace_nn_functional_upsample_bilinear_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9476083Z test_dispatch_meta_inplace_nn_functional_upsample_nearest_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.004s) 2022-11-23T02:24:30.9476707Z test_dispatch_meta_inplace_nn_functional_upsample_nearest_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9477454Z test_dispatch_meta_inplace_nn_functional_upsample_nearest_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9478110Z test_dispatch_meta_inplace_nn_functional_upsample_nearest_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9478637Z test_dispatch_meta_inplace_nonzero_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9479138Z test_dispatch_meta_inplace_nonzero_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9479656Z test_dispatch_meta_inplace_nonzero_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9480171Z test_dispatch_meta_inplace_nonzero_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9480691Z test_dispatch_meta_inplace_nonzero_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:30.9481201Z test_dispatch_meta_inplace_nonzero_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9481707Z test_dispatch_meta_inplace_nonzero_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9482211Z test_dispatch_meta_inplace_nonzero_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9482717Z test_dispatch_meta_inplace_nonzero_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:24:30.9483280Z test_dispatch_meta_inplace_nonzero_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9483816Z test_dispatch_meta_inplace_nonzero_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9484361Z test_dispatch_meta_inplace_nonzero_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9484875Z test_dispatch_meta_inplace_nonzero_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9485376Z test_dispatch_meta_inplace_norm_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9486038Z test_dispatch_meta_inplace_norm_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9486543Z test_dispatch_meta_inplace_norm_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9487039Z test_dispatch_meta_inplace_norm_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:24:30.9487537Z test_dispatch_meta_inplace_norm_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9488016Z test_dispatch_meta_inplace_norm_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9488525Z test_dispatch_meta_inplace_norm_fro_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9489050Z test_dispatch_meta_inplace_norm_fro_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9489641Z test_dispatch_meta_inplace_norm_fro_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9490146Z test_dispatch_meta_inplace_norm_fro_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9490783Z test_dispatch_meta_inplace_norm_fro_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9491397Z test_dispatch_meta_inplace_norm_fro_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9491927Z test_dispatch_meta_inplace_norm_inf_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9492446Z test_dispatch_meta_inplace_norm_inf_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9492968Z test_dispatch_meta_inplace_norm_inf_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9493478Z test_dispatch_meta_inplace_norm_inf_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9493981Z test_dispatch_meta_inplace_norm_inf_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9494488Z test_dispatch_meta_inplace_norm_inf_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9495006Z test_dispatch_meta_inplace_norm_nuc_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9495511Z test_dispatch_meta_inplace_norm_nuc_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9496086Z test_dispatch_meta_inplace_norm_nuc_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9496649Z test_dispatch_meta_inplace_norm_nuc_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9497209Z test_dispatch_meta_inplace_normal_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9497718Z test_dispatch_meta_inplace_normal_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9498225Z test_dispatch_meta_inplace_normal_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9498721Z test_dispatch_meta_inplace_normal_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9499270Z test_dispatch_meta_inplace_normal_number_mean_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9499946Z test_dispatch_meta_inplace_normal_number_mean_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9500489Z test_dispatch_meta_inplace_normal_number_mean_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9501026Z test_dispatch_meta_inplace_normal_number_mean_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9501527Z test_dispatch_meta_inplace_ones_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9502028Z test_dispatch_meta_inplace_ones_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9502595Z test_dispatch_meta_inplace_ones_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9503152Z test_dispatch_meta_inplace_ones_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9503751Z test_dispatch_meta_inplace_ones_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9504231Z test_dispatch_meta_inplace_ones_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9504731Z test_dispatch_meta_inplace_ones_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9505349Z test_dispatch_meta_inplace_ones_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:30.9505867Z test_dispatch_meta_inplace_ones_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9506355Z test_dispatch_meta_inplace_ones_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9506850Z test_dispatch_meta_inplace_ones_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9507334Z test_dispatch_meta_inplace_ones_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9507820Z test_dispatch_meta_inplace_ones_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:24:30.9508333Z test_dispatch_meta_inplace_ones_like_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9508904Z test_dispatch_meta_inplace_ones_like_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9509484Z test_dispatch_meta_inplace_ones_like_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9510080Z test_dispatch_meta_inplace_ones_like_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9510603Z test_dispatch_meta_inplace_ones_like_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9511113Z test_dispatch_meta_inplace_ones_like_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9511625Z test_dispatch_meta_inplace_ones_like_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9512133Z test_dispatch_meta_inplace_ones_like_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9512637Z test_dispatch_meta_inplace_ones_like_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9513139Z test_dispatch_meta_inplace_ones_like_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9513775Z test_dispatch_meta_inplace_ones_like_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9514274Z test_dispatch_meta_inplace_ones_like_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9514773Z test_dispatch_meta_inplace_ones_like_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9515341Z test_dispatch_meta_inplace_ormqr_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9515903Z test_dispatch_meta_inplace_ormqr_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9516483Z test_dispatch_meta_inplace_ormqr_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9516988Z test_dispatch_meta_inplace_ormqr_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9517499Z test_dispatch_meta_inplace_outer_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9517999Z test_dispatch_meta_inplace_outer_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9518510Z test_dispatch_meta_inplace_outer_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9519018Z test_dispatch_meta_inplace_outer_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9520219Z test_dispatch_meta_inplace_outer_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9520786Z test_dispatch_meta_inplace_outer_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9521294Z test_dispatch_meta_inplace_outer_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9521842Z test_dispatch_meta_inplace_outer_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9522430Z test_dispatch_meta_inplace_outer_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9523009Z test_dispatch_meta_inplace_outer_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9523513Z test_dispatch_meta_inplace_outer_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9524006Z test_dispatch_meta_inplace_outer_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9524528Z test_dispatch_meta_inplace_pca_lowrank_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9525059Z test_dispatch_meta_inplace_pca_lowrank_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:30.9525573Z test_dispatch_meta_inplace_permute_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9526080Z test_dispatch_meta_inplace_permute_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9526601Z test_dispatch_meta_inplace_permute_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9527178Z test_dispatch_meta_inplace_permute_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:24:30.9527705Z test_dispatch_meta_inplace_permute_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9528289Z test_dispatch_meta_inplace_permute_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9529087Z test_dispatch_meta_inplace_permute_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9529601Z test_dispatch_meta_inplace_permute_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9530109Z test_dispatch_meta_inplace_permute_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9530617Z test_dispatch_meta_inplace_permute_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9531118Z test_dispatch_meta_inplace_permute_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9531621Z test_dispatch_meta_inplace_permute_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9532133Z test_dispatch_meta_inplace_permute_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9532655Z test_dispatch_meta_inplace_pinverse_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9533180Z test_dispatch_meta_inplace_pinverse_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9533694Z test_dispatch_meta_inplace_pinverse_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9534957Z test_dispatch_meta_inplace_pinverse_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9535682Z test_dispatch_meta_inplace_polar_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9536170Z test_dispatch_meta_inplace_polar_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9536779Z test_dispatch_meta_inplace_polygamma_polygamma_n_0_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:24:30.9537247Z test_dispatch_meta_inplace_polygamma_polygamma_n_0_cuda_float16 (__main__.TestMetaCUDA) ... ok (2.452s) 2022-11-23T02:24:30.9537711Z test_dispatch_meta_inplace_polygamma_polygamma_n_0_cuda_float32 (__main__.TestMetaCUDA) ... ok (2.584s) 2022-11-23T02:24:30.9538168Z test_dispatch_meta_inplace_polygamma_polygamma_n_0_cuda_float64 (__main__.TestMetaCUDA) ... ok (2.838s) 2022-11-23T02:24:30.9538716Z test_dispatch_meta_inplace_polygamma_polygamma_n_0_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:30.9539255Z test_dispatch_meta_inplace_polygamma_polygamma_n_0_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:30.9539781Z test_dispatch_meta_inplace_polygamma_polygamma_n_0_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:30.9540312Z test_dispatch_meta_inplace_polygamma_polygamma_n_0_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:30.9540902Z test_dispatch_meta_inplace_polygamma_polygamma_n_0_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:30.9541491Z test_dispatch_meta_inplace_polygamma_polygamma_n_1_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:30.9541969Z test_dispatch_meta_inplace_polygamma_polygamma_n_1_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:30.9542494Z test_dispatch_meta_inplace_polygamma_polygamma_n_1_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:30.9542954Z test_dispatch_meta_inplace_polygamma_polygamma_n_1_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:30.9543492Z test_dispatch_meta_inplace_polygamma_polygamma_n_1_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.012s) 2022-11-23T02:24:30.9544198Z test_dispatch_meta_inplace_polygamma_polygamma_n_1_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:30.9544721Z test_dispatch_meta_inplace_polygamma_polygamma_n_1_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:30.9545247Z test_dispatch_meta_inplace_polygamma_polygamma_n_1_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T02:24:30.9545831Z test_dispatch_meta_inplace_polygamma_polygamma_n_1_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:30.9546410Z test_dispatch_meta_inplace_polygamma_polygamma_n_2_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:30.9546867Z test_dispatch_meta_inplace_polygamma_polygamma_n_2_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:30.9547332Z test_dispatch_meta_inplace_polygamma_polygamma_n_2_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:30.9547840Z test_dispatch_meta_inplace_polygamma_polygamma_n_2_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:30.9548432Z test_dispatch_meta_inplace_polygamma_polygamma_n_2_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:30.9549038Z test_dispatch_meta_inplace_polygamma_polygamma_n_2_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T02:24:30.9550241Z test_dispatch_meta_inplace_polygamma_polygamma_n_2_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T02:24:30.9550840Z test_dispatch_meta_inplace_polygamma_polygamma_n_2_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:30.9551451Z test_dispatch_meta_inplace_polygamma_polygamma_n_2_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:24:30.9551994Z test_dispatch_meta_inplace_polygamma_polygamma_n_3_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.008s) 2022-11-23T02:24:30.9552434Z test_dispatch_meta_inplace_polygamma_polygamma_n_3_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:30.9552960Z test_dispatch_meta_inplace_polygamma_polygamma_n_3_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:30.9553423Z test_dispatch_meta_inplace_polygamma_polygamma_n_3_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:30.9554031Z test_dispatch_meta_inplace_polygamma_polygamma_n_3_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:30.9554572Z test_dispatch_meta_inplace_polygamma_polygamma_n_3_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:24:30.9555223Z test_dispatch_meta_inplace_polygamma_polygamma_n_3_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:30.9555750Z test_dispatch_meta_inplace_polygamma_polygamma_n_3_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:24:30.9556279Z test_dispatch_meta_inplace_polygamma_polygamma_n_3_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.006s) 2022-11-23T02:24:30.9556807Z test_dispatch_meta_inplace_polygamma_polygamma_n_4_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:24:30.9557313Z test_dispatch_meta_inplace_polygamma_polygamma_n_4_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:24:30.9557775Z test_dispatch_meta_inplace_polygamma_polygamma_n_4_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:30.9558232Z test_dispatch_meta_inplace_polygamma_polygamma_n_4_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:30.9559003Z test_dispatch_meta_inplace_polygamma_polygamma_n_4_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:30.9559507Z test_dispatch_meta_inplace_polygamma_polygamma_n_4_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:30.9560039Z test_dispatch_meta_inplace_polygamma_polygamma_n_4_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:30.9560647Z test_dispatch_meta_inplace_polygamma_polygamma_n_4_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:30.9561288Z test_dispatch_meta_inplace_polygamma_polygamma_n_4_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:24:30.9561816Z test_dispatch_meta_inplace_positive_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:24:30.9562345Z test_dispatch_meta_inplace_positive_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9562887Z test_dispatch_meta_inplace_positive_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9563413Z test_dispatch_meta_inplace_positive_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9563926Z test_dispatch_meta_inplace_positive_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9565191Z test_dispatch_meta_inplace_positive_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:24:30.9565774Z test_dispatch_meta_inplace_positive_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9566283Z test_dispatch_meta_inplace_positive_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9566871Z test_dispatch_meta_inplace_positive_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9567437Z test_dispatch_meta_inplace_positive_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9568013Z test_dispatch_meta_inplace_positive_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:24:30.9568520Z test_dispatch_meta_inplace_positive_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9568910Z test_dispatch_meta_inplace_pow_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:30.9569316Z test_dispatch_meta_inplace_pow_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:30.9569722Z test_dispatch_meta_inplace_pow_cuda_complex32 (__main__.TestMetaCUDA) ... ok (4.133s) 2022-11-23T02:24:30.9570188Z test_dispatch_meta_inplace_pow_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:30.9570587Z test_dispatch_meta_inplace_pow_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:30.9571045Z test_dispatch_meta_inplace_pow_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:30.9571432Z test_dispatch_meta_inplace_pow_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:30.9571822Z test_dispatch_meta_inplace_pow_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:30.9572198Z test_dispatch_meta_inplace_pow_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:30.9572581Z test_dispatch_meta_inplace_pow_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:30.9573020Z test_dispatch_meta_inplace_pow_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:30.9573408Z test_dispatch_meta_inplace_pow_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:30.9574184Z test_dispatch_meta_inplace_prod_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9574692Z test_dispatch_meta_inplace_prod_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9575204Z test_dispatch_meta_inplace_prod_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9575716Z test_dispatch_meta_inplace_prod_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9576226Z test_dispatch_meta_inplace_prod_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9576721Z test_dispatch_meta_inplace_prod_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9577218Z test_dispatch_meta_inplace_prod_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9577726Z test_dispatch_meta_inplace_prod_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9578190Z test_dispatch_meta_inplace_prod_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:30.9578697Z test_dispatch_meta_inplace_prod_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9579169Z test_dispatch_meta_inplace_prod_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9580670Z test_dispatch_meta_inplace_prod_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9581235Z test_dispatch_meta_inplace_prod_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9581642Z test_dispatch_meta_inplace_put_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.042s) 2022-11-23T02:24:30.9582127Z test_dispatch_meta_inplace_put_cuda_bool (__main__.TestMetaCUDA) ... ok (0.038s) 2022-11-23T02:24:30.9582538Z test_dispatch_meta_inplace_put_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.046s) 2022-11-23T02:24:30.9583012Z test_dispatch_meta_inplace_put_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.044s) 2022-11-23T02:24:30.9583414Z test_dispatch_meta_inplace_put_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.038s) 2022-11-23T02:24:30.9583802Z test_dispatch_meta_inplace_put_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:24:30.9584271Z test_dispatch_meta_inplace_put_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.036s) 2022-11-23T02:24:30.9584660Z test_dispatch_meta_inplace_put_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.033s) 2022-11-23T02:24:30.9585036Z test_dispatch_meta_inplace_put_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.036s) 2022-11-23T02:24:30.9585415Z test_dispatch_meta_inplace_put_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.038s) 2022-11-23T02:24:30.9585885Z test_dispatch_meta_inplace_put_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:24:30.9586265Z test_dispatch_meta_inplace_put_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.043s) 2022-11-23T02:24:30.9586832Z test_dispatch_meta_inplace_qr_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.004s) 2022-11-23T02:24:30.9587402Z test_dispatch_meta_inplace_qr_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9587976Z test_dispatch_meta_inplace_qr_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9588475Z test_dispatch_meta_inplace_qr_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9588993Z test_dispatch_meta_inplace_quantile_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9589665Z test_dispatch_meta_inplace_quantile_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9590059Z test_dispatch_meta_inplace_rad2deg_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:30.9590551Z test_dispatch_meta_inplace_rad2deg_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:30.9590951Z test_dispatch_meta_inplace_rad2deg_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:30.9591352Z test_dispatch_meta_inplace_rad2deg_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:30.9591759Z test_dispatch_meta_inplace_rad2deg_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:30.9592313Z test_dispatch_meta_inplace_rad2deg_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:30.9592808Z test_dispatch_meta_inplace_rad2deg_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:30.9593413Z test_dispatch_meta_inplace_rad2deg_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:30.9593903Z test_dispatch_meta_inplace_rad2deg_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:30.9594381Z test_dispatch_meta_inplace_rad2deg_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:30.9594896Z test_dispatch_meta_inplace_rand_like_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9596110Z test_dispatch_meta_inplace_rand_like_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9596706Z test_dispatch_meta_inplace_rand_like_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9597225Z test_dispatch_meta_inplace_rand_like_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9597747Z test_dispatch_meta_inplace_rand_like_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9598268Z test_dispatch_meta_inplace_rand_like_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:30.9598862Z test_dispatch_meta_inplace_rand_like_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9599436Z test_dispatch_meta_inplace_randint_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9600021Z test_dispatch_meta_inplace_randint_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9600532Z test_dispatch_meta_inplace_randint_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9601046Z test_dispatch_meta_inplace_randint_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9601542Z test_dispatch_meta_inplace_randint_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9602043Z test_dispatch_meta_inplace_randint_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9602533Z test_dispatch_meta_inplace_randint_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9603033Z test_dispatch_meta_inplace_randint_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9603535Z test_dispatch_meta_inplace_randint_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9604065Z test_dispatch_meta_inplace_randint_like_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9604735Z test_dispatch_meta_inplace_randint_like_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9605319Z test_dispatch_meta_inplace_randint_like_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9605901Z test_dispatch_meta_inplace_randint_like_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9606487Z test_dispatch_meta_inplace_randint_like_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9607008Z test_dispatch_meta_inplace_randint_like_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9607522Z test_dispatch_meta_inplace_randint_like_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9608045Z test_dispatch_meta_inplace_randint_like_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9608608Z test_dispatch_meta_inplace_randint_like_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9609126Z test_dispatch_meta_inplace_randn_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9609637Z test_dispatch_meta_inplace_randn_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9610267Z test_dispatch_meta_inplace_randn_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9610804Z test_dispatch_meta_inplace_randn_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9611373Z test_dispatch_meta_inplace_randn_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9611889Z test_dispatch_meta_inplace_randn_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9612510Z test_dispatch_meta_inplace_randn_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9613035Z test_dispatch_meta_inplace_randn_like_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9613568Z test_dispatch_meta_inplace_randn_like_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9614096Z test_dispatch_meta_inplace_randn_like_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9614620Z test_dispatch_meta_inplace_randn_like_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9615145Z test_dispatch_meta_inplace_randn_like_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9615655Z test_dispatch_meta_inplace_randn_like_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9616170Z test_dispatch_meta_inplace_randn_like_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9616669Z test_dispatch_meta_inplace_ravel_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9617179Z test_dispatch_meta_inplace_ravel_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9617758Z test_dispatch_meta_inplace_ravel_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9618277Z test_dispatch_meta_inplace_ravel_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9619075Z test_dispatch_meta_inplace_ravel_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9619577Z test_dispatch_meta_inplace_ravel_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9620079Z test_dispatch_meta_inplace_ravel_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9620552Z test_dispatch_meta_inplace_ravel_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9621051Z test_dispatch_meta_inplace_ravel_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9621551Z test_dispatch_meta_inplace_ravel_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9622045Z test_dispatch_meta_inplace_ravel_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9622542Z test_dispatch_meta_inplace_ravel_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9623030Z test_dispatch_meta_inplace_ravel_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9623540Z test_dispatch_meta_inplace_real_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9624207Z test_dispatch_meta_inplace_real_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9624751Z test_dispatch_meta_inplace_real_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9625400Z test_dispatch_meta_inplace_real_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9625920Z test_dispatch_meta_inplace_real_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9626422Z test_dispatch_meta_inplace_real_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9626995Z test_dispatch_meta_inplace_real_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9627494Z test_dispatch_meta_inplace_real_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9627989Z test_dispatch_meta_inplace_real_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9628482Z test_dispatch_meta_inplace_real_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9628975Z test_dispatch_meta_inplace_real_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9629470Z test_dispatch_meta_inplace_real_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9629958Z test_dispatch_meta_inplace_real_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9630388Z test_dispatch_meta_inplace_reciprocal_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:30.9630966Z test_dispatch_meta_inplace_reciprocal_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T02:24:30.9631471Z test_dispatch_meta_inplace_reciprocal_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:30.9631955Z test_dispatch_meta_inplace_reciprocal_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:30.9632377Z test_dispatch_meta_inplace_reciprocal_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:30.9632799Z test_dispatch_meta_inplace_reciprocal_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:30.9633345Z test_dispatch_meta_inplace_reciprocal_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:30.9633829Z test_dispatch_meta_inplace_reciprocal_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:24:30.9634325Z test_dispatch_meta_inplace_reciprocal_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:24:30.9634829Z test_dispatch_meta_inplace_reciprocal_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:24:30.9635313Z test_dispatch_meta_inplace_reciprocal_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:24:30.9635822Z test_dispatch_meta_inplace_reciprocal_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:24:30.9636244Z test_dispatch_meta_inplace_remainder_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:30.9636670Z test_dispatch_meta_inplace_remainder_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:24:30.9637147Z test_dispatch_meta_inplace_remainder_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:24:30.9637557Z test_dispatch_meta_inplace_remainder_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:24:30.9638052Z test_dispatch_meta_inplace_remainder_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:30.9638504Z test_dispatch_meta_inplace_remainder_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:24:30.9639036Z test_dispatch_meta_inplace_remainder_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:30.9639458Z test_dispatch_meta_inplace_remainder_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:30.9639856Z test_dispatch_meta_inplace_remainder_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:30.9640264Z test_dispatch_meta_inplace_renorm_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:30.9640674Z test_dispatch_meta_inplace_renorm_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:30.9641080Z test_dispatch_meta_inplace_renorm_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:30.9641474Z test_dispatch_meta_inplace_renorm_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:30.9641872Z test_dispatch_meta_inplace_renorm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:30.9642276Z test_dispatch_meta_inplace_renorm_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:30.9642791Z test_dispatch_meta_inplace_repeat_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9643279Z test_dispatch_meta_inplace_repeat_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9643876Z test_dispatch_meta_inplace_repeat_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9644459Z test_dispatch_meta_inplace_repeat_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9645051Z test_dispatch_meta_inplace_repeat_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9645564Z test_dispatch_meta_inplace_repeat_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9646077Z test_dispatch_meta_inplace_repeat_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:30.9646577Z test_dispatch_meta_inplace_repeat_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9647082Z test_dispatch_meta_inplace_repeat_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9647718Z test_dispatch_meta_inplace_repeat_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:24:30.9648219Z test_dispatch_meta_inplace_repeat_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9648721Z test_dispatch_meta_inplace_repeat_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9649278Z test_dispatch_meta_inplace_repeat_interleave_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:30.9649885Z test_dispatch_meta_inplace_repeat_interleave_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9650451Z test_dispatch_meta_inplace_repeat_interleave_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9651153Z test_dispatch_meta_inplace_repeat_interleave_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9651719Z test_dispatch_meta_inplace_repeat_interleave_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9652263Z test_dispatch_meta_inplace_repeat_interleave_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9652806Z test_dispatch_meta_inplace_repeat_interleave_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9653456Z test_dispatch_meta_inplace_repeat_interleave_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9654016Z test_dispatch_meta_inplace_repeat_interleave_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9654554Z test_dispatch_meta_inplace_repeat_interleave_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:30.9655092Z test_dispatch_meta_inplace_repeat_interleave_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9655626Z test_dispatch_meta_inplace_repeat_interleave_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9656222Z test_dispatch_meta_inplace_repeat_interleave_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9656761Z test_dispatch_meta_inplace_reshape_as_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9657370Z test_dispatch_meta_inplace_reshape_as_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:30.9657913Z test_dispatch_meta_inplace_reshape_as_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9658446Z test_dispatch_meta_inplace_reshape_as_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:30.9658972Z test_dispatch_meta_inplace_reshape_as_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9659492Z test_dispatch_meta_inplace_reshape_as_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:24:30.9660005Z test_dispatch_meta_inplace_reshape_as_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9660507Z test_dispatch_meta_inplace_reshape_as_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9661015Z test_dispatch_meta_inplace_reshape_as_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9661524Z test_dispatch_meta_inplace_reshape_as_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9662172Z test_dispatch_meta_inplace_reshape_as_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.011s) 2022-11-23T02:24:30.9662748Z test_dispatch_meta_inplace_reshape_as_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9663324Z test_dispatch_meta_inplace_reshape_as_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9663912Z test_dispatch_meta_inplace_reshape_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9664425Z test_dispatch_meta_inplace_reshape_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9664946Z test_dispatch_meta_inplace_reshape_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9665473Z test_dispatch_meta_inplace_reshape_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9665996Z test_dispatch_meta_inplace_reshape_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9666507Z test_dispatch_meta_inplace_reshape_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9667017Z test_dispatch_meta_inplace_reshape_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9667632Z test_dispatch_meta_inplace_reshape_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9668156Z test_dispatch_meta_inplace_reshape_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9668655Z test_dispatch_meta_inplace_reshape_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9669227Z test_dispatch_meta_inplace_reshape_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9669791Z test_dispatch_meta_inplace_reshape_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9670363Z test_dispatch_meta_inplace_reshape_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9670777Z test_dispatch_meta_inplace_resize__cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:30.9671176Z test_dispatch_meta_inplace_resize__cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:30.9671595Z test_dispatch_meta_inplace_resize__cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:30.9672006Z test_dispatch_meta_inplace_resize__cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:30.9672409Z test_dispatch_meta_inplace_resize__cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:30.9672782Z test_dispatch_meta_inplace_resize__cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:30.9673189Z test_dispatch_meta_inplace_resize__cuda_float64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:30.9673567Z test_dispatch_meta_inplace_resize__cuda_int16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:30.9673960Z test_dispatch_meta_inplace_resize__cuda_int32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:30.9674358Z test_dispatch_meta_inplace_resize__cuda_int64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:30.9674753Z test_dispatch_meta_inplace_resize__cuda_int8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:30.9675142Z test_dispatch_meta_inplace_resize__cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:30.9675632Z test_dispatch_meta_inplace_resize_as__cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:30.9677246Z test_dispatch_meta_inplace_resize_as__cuda_bool (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:30.9677672Z test_dispatch_meta_inplace_resize_as__cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:30.9678091Z test_dispatch_meta_inplace_resize_as__cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:30.9678501Z test_dispatch_meta_inplace_resize_as__cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:30.9678906Z test_dispatch_meta_inplace_resize_as__cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:30.9679314Z test_dispatch_meta_inplace_resize_as__cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:30.9679715Z test_dispatch_meta_inplace_resize_as__cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:30.9680116Z test_dispatch_meta_inplace_resize_as__cuda_int32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:30.9680516Z test_dispatch_meta_inplace_resize_as__cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:30.9680910Z test_dispatch_meta_inplace_resize_as__cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:30.9681305Z test_dispatch_meta_inplace_resize_as__cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:30.9681908Z test_dispatch_meta_inplace_resolve_conj_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9682494Z test_dispatch_meta_inplace_resolve_conj_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9683236Z test_dispatch_meta_inplace_resolve_conj_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9683775Z test_dispatch_meta_inplace_resolve_conj_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9684300Z test_dispatch_meta_inplace_resolve_conj_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9684823Z test_dispatch_meta_inplace_resolve_conj_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9685350Z test_dispatch_meta_inplace_resolve_conj_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9685864Z test_dispatch_meta_inplace_resolve_conj_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9686384Z test_dispatch_meta_inplace_resolve_conj_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9686901Z test_dispatch_meta_inplace_resolve_conj_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9687415Z test_dispatch_meta_inplace_resolve_conj_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.004s) 2022-11-23T02:24:30.9687937Z test_dispatch_meta_inplace_resolve_conj_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9688524Z test_dispatch_meta_inplace_resolve_neg_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9689110Z test_dispatch_meta_inplace_resolve_neg_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9689717Z test_dispatch_meta_inplace_resolve_neg_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9690247Z test_dispatch_meta_inplace_resolve_neg_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:30.9690763Z test_dispatch_meta_inplace_resolve_neg_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9691418Z test_dispatch_meta_inplace_resolve_neg_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9691932Z test_dispatch_meta_inplace_resolve_neg_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9692463Z test_dispatch_meta_inplace_resolve_neg_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9692978Z test_dispatch_meta_inplace_resolve_neg_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9693499Z test_dispatch_meta_inplace_resolve_neg_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9694008Z test_dispatch_meta_inplace_resolve_neg_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9694584Z test_dispatch_meta_inplace_resolve_neg_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9695108Z test_dispatch_meta_inplace_resolve_neg_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:24:30.9695733Z test_dispatch_meta_inplace_roll_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9696234Z test_dispatch_meta_inplace_roll_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9696871Z test_dispatch_meta_inplace_roll_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9697408Z test_dispatch_meta_inplace_roll_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9697913Z test_dispatch_meta_inplace_roll_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9698418Z test_dispatch_meta_inplace_roll_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9698913Z test_dispatch_meta_inplace_roll_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9699415Z test_dispatch_meta_inplace_roll_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9699884Z test_dispatch_meta_inplace_roll_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9700380Z test_dispatch_meta_inplace_roll_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9700936Z test_dispatch_meta_inplace_roll_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9701431Z test_dispatch_meta_inplace_roll_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9702033Z test_dispatch_meta_inplace_roll_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9702545Z test_dispatch_meta_inplace_rot90_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9703033Z test_dispatch_meta_inplace_rot90_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9703542Z test_dispatch_meta_inplace_rot90_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9704053Z test_dispatch_meta_inplace_rot90_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9704550Z test_dispatch_meta_inplace_rot90_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9705044Z test_dispatch_meta_inplace_rot90_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9705666Z test_dispatch_meta_inplace_rot90_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9706164Z test_dispatch_meta_inplace_rot90_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9706658Z test_dispatch_meta_inplace_rot90_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9707149Z test_dispatch_meta_inplace_rot90_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9707710Z test_dispatch_meta_inplace_rot90_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9708262Z test_dispatch_meta_inplace_rot90_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9708717Z test_dispatch_meta_inplace_round_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:30.9709123Z test_dispatch_meta_inplace_round_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:30.9709576Z test_dispatch_meta_inplace_round_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:30.9709980Z test_dispatch_meta_inplace_round_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:30.9710423Z test_dispatch_meta_inplace_round_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:30.9710808Z test_dispatch_meta_inplace_round_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:30.9711295Z test_dispatch_meta_inplace_round_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:30.9711691Z test_dispatch_meta_inplace_round_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:30.9712077Z test_dispatch_meta_inplace_round_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:30.9712576Z test_dispatch_meta_inplace_round_decimals_0_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:30.9713062Z test_dispatch_meta_inplace_round_decimals_0_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:30.9713490Z test_dispatch_meta_inplace_round_decimals_0_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:30.9713911Z test_dispatch_meta_inplace_round_decimals_0_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:30.9714382Z test_dispatch_meta_inplace_round_decimals_3_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:30.9714874Z test_dispatch_meta_inplace_round_decimals_3_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:30.9715299Z test_dispatch_meta_inplace_round_decimals_3_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:30.9715714Z test_dispatch_meta_inplace_round_decimals_3_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:30.9716166Z test_dispatch_meta_inplace_round_decimals_neg_3_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:30.9716609Z test_dispatch_meta_inplace_round_decimals_neg_3_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:30.9717054Z test_dispatch_meta_inplace_round_decimals_neg_3_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:30.9717492Z test_dispatch_meta_inplace_round_decimals_neg_3_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:30.9717897Z test_dispatch_meta_inplace_rsqrt_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:30.9718381Z test_dispatch_meta_inplace_rsqrt_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:24:30.9718853Z test_dispatch_meta_inplace_rsqrt_cuda_complex128 (__main__.TestMetaCUDA) ... ok (1.337s) 2022-11-23T02:24:30.9719266Z test_dispatch_meta_inplace_rsqrt_cuda_complex32 (__main__.TestMetaCUDA) ... ok (1.151s) 2022-11-23T02:24:30.9719941Z test_dispatch_meta_inplace_rsqrt_cuda_complex64 (__main__.TestMetaCUDA) ... ok (1.239s) 2022-11-23T02:24:30.9720345Z test_dispatch_meta_inplace_rsqrt_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:30.9720734Z test_dispatch_meta_inplace_rsqrt_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:30.9721115Z test_dispatch_meta_inplace_rsqrt_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:30.9721601Z test_dispatch_meta_inplace_rsqrt_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:24:30.9722083Z test_dispatch_meta_inplace_rsqrt_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:24:30.9722555Z test_dispatch_meta_inplace_rsqrt_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.010s) 2022-11-23T02:24:30.9723026Z test_dispatch_meta_inplace_rsqrt_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:24:30.9723520Z test_dispatch_meta_inplace_rsqrt_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:24:30.9724022Z test_dispatch_meta_inplace_rsub_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9724537Z test_dispatch_meta_inplace_rsub_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9725041Z test_dispatch_meta_inplace_rsub_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9725656Z test_dispatch_meta_inplace_rsub_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9726173Z test_dispatch_meta_inplace_rsub_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9726669Z test_dispatch_meta_inplace_rsub_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9727218Z test_dispatch_meta_inplace_rsub_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9727716Z test_dispatch_meta_inplace_rsub_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9728208Z test_dispatch_meta_inplace_rsub_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9728697Z test_dispatch_meta_inplace_rsub_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9729189Z test_dispatch_meta_inplace_rsub_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:24:30.9729728Z test_dispatch_meta_inplace_scalar_tensor_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9730224Z test_dispatch_meta_inplace_scalar_tensor_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9730776Z test_dispatch_meta_inplace_scalar_tensor_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9731317Z test_dispatch_meta_inplace_scalar_tensor_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9731845Z test_dispatch_meta_inplace_scalar_tensor_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9732372Z test_dispatch_meta_inplace_scalar_tensor_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9732887Z test_dispatch_meta_inplace_scalar_tensor_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9733395Z test_dispatch_meta_inplace_scalar_tensor_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9734067Z test_dispatch_meta_inplace_scalar_tensor_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9734592Z test_dispatch_meta_inplace_scalar_tensor_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9735113Z test_dispatch_meta_inplace_scalar_tensor_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9735685Z test_dispatch_meta_inplace_scalar_tensor_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9736259Z test_dispatch_meta_inplace_scalar_tensor_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9736750Z test_dispatch_meta_inplace_scatter_add_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:24:30.9737161Z test_dispatch_meta_inplace_scatter_add_cuda_bool (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:30.9737600Z test_dispatch_meta_inplace_scatter_add_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:24:30.9738030Z test_dispatch_meta_inplace_scatter_add_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:24:30.9738444Z test_dispatch_meta_inplace_scatter_add_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:24:30.9738861Z test_dispatch_meta_inplace_scatter_add_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:30.9739379Z test_dispatch_meta_inplace_scatter_add_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:24:30.9739809Z test_dispatch_meta_inplace_scatter_add_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:24:30.9740218Z test_dispatch_meta_inplace_scatter_add_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:30.9740621Z test_dispatch_meta_inplace_scatter_add_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:24:30.9741030Z test_dispatch_meta_inplace_scatter_add_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:30.9741430Z test_dispatch_meta_inplace_scatter_add_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:24:30.9741833Z test_dispatch_meta_inplace_scatter_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.042s) 2022-11-23T02:24:30.9742232Z test_dispatch_meta_inplace_scatter_cuda_bool (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:24:30.9742650Z test_dispatch_meta_inplace_scatter_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-11-23T02:24:30.9743068Z test_dispatch_meta_inplace_scatter_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-11-23T02:24:30.9743469Z test_dispatch_meta_inplace_scatter_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.061s) 2022-11-23T02:24:30.9743872Z test_dispatch_meta_inplace_scatter_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.060s) 2022-11-23T02:24:30.9744279Z test_dispatch_meta_inplace_scatter_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.060s) 2022-11-23T02:24:30.9744656Z test_dispatch_meta_inplace_scatter_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-11-23T02:24:30.9745053Z test_dispatch_meta_inplace_scatter_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:24:30.9745442Z test_dispatch_meta_inplace_scatter_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:24:30.9745840Z test_dispatch_meta_inplace_scatter_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:24:30.9746242Z test_dispatch_meta_inplace_scatter_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-11-23T02:24:30.9746694Z test_dispatch_meta_inplace_scatter_reduce_amax_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.039s) 2022-11-23T02:24:30.9747142Z test_dispatch_meta_inplace_scatter_reduce_amax_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.039s) 2022-11-23T02:24:30.9747579Z test_dispatch_meta_inplace_scatter_reduce_amax_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.037s) 2022-11-23T02:24:30.9748143Z test_dispatch_meta_inplace_scatter_reduce_amax_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.041s) 2022-11-23T02:24:30.9748567Z test_dispatch_meta_inplace_scatter_reduce_amax_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.037s) 2022-11-23T02:24:30.9748990Z test_dispatch_meta_inplace_scatter_reduce_amax_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.039s) 2022-11-23T02:24:30.9749410Z test_dispatch_meta_inplace_scatter_reduce_amax_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.038s) 2022-11-23T02:24:30.9749852Z test_dispatch_meta_inplace_scatter_reduce_amax_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:24:30.9750281Z test_dispatch_meta_inplace_scatter_reduce_amax_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.045s) 2022-11-23T02:24:30.9750728Z test_dispatch_meta_inplace_scatter_reduce_amin_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.039s) 2022-11-23T02:24:30.9751179Z test_dispatch_meta_inplace_scatter_reduce_amin_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.039s) 2022-11-23T02:24:30.9751617Z test_dispatch_meta_inplace_scatter_reduce_amin_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.047s) 2022-11-23T02:24:30.9752041Z test_dispatch_meta_inplace_scatter_reduce_amin_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.040s) 2022-11-23T02:24:30.9752476Z test_dispatch_meta_inplace_scatter_reduce_amin_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.039s) 2022-11-23T02:24:30.9752902Z test_dispatch_meta_inplace_scatter_reduce_amin_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.036s) 2022-11-23T02:24:30.9753436Z test_dispatch_meta_inplace_scatter_reduce_amin_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:24:30.9753870Z test_dispatch_meta_inplace_scatter_reduce_amin_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.046s) 2022-11-23T02:24:30.9754298Z test_dispatch_meta_inplace_scatter_reduce_amin_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.037s) 2022-11-23T02:24:30.9754751Z test_dispatch_meta_inplace_scatter_reduce_mean_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.043s) 2022-11-23T02:24:30.9755199Z test_dispatch_meta_inplace_scatter_reduce_mean_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.064s) 2022-11-23T02:24:30.9755693Z test_dispatch_meta_inplace_scatter_reduce_mean_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.048s) 2022-11-23T02:24:30.9756126Z test_dispatch_meta_inplace_scatter_reduce_mean_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.039s) 2022-11-23T02:24:30.9756560Z test_dispatch_meta_inplace_scatter_reduce_mean_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.039s) 2022-11-23T02:24:30.9756984Z test_dispatch_meta_inplace_scatter_reduce_mean_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.038s) 2022-11-23T02:24:30.9757410Z test_dispatch_meta_inplace_scatter_reduce_mean_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.040s) 2022-11-23T02:24:30.9757841Z test_dispatch_meta_inplace_scatter_reduce_mean_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:24:30.9758269Z test_dispatch_meta_inplace_scatter_reduce_mean_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.072s) 2022-11-23T02:24:30.9758715Z test_dispatch_meta_inplace_scatter_reduce_prod_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.056s) 2022-11-23T02:24:30.9759164Z test_dispatch_meta_inplace_scatter_reduce_prod_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.049s) 2022-11-23T02:24:30.9759602Z test_dispatch_meta_inplace_scatter_reduce_prod_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.054s) 2022-11-23T02:24:30.9760033Z test_dispatch_meta_inplace_scatter_reduce_prod_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.058s) 2022-11-23T02:24:30.9760469Z test_dispatch_meta_inplace_scatter_reduce_prod_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.052s) 2022-11-23T02:24:30.9760896Z test_dispatch_meta_inplace_scatter_reduce_prod_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.036s) 2022-11-23T02:24:30.9761320Z test_dispatch_meta_inplace_scatter_reduce_prod_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.039s) 2022-11-23T02:24:30.9761882Z test_dispatch_meta_inplace_scatter_reduce_prod_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.041s) 2022-11-23T02:24:30.9762310Z test_dispatch_meta_inplace_scatter_reduce_prod_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.038s) 2022-11-23T02:24:30.9762743Z test_dispatch_meta_inplace_scatter_reduce_sum_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.037s) 2022-11-23T02:24:30.9763151Z test_dispatch_meta_inplace_scatter_reduce_sum_cuda_bool (__main__.TestMetaCUDA) ... ok (0.043s) 2022-11-23T02:24:30.9763591Z test_dispatch_meta_inplace_scatter_reduce_sum_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.038s) 2022-11-23T02:24:30.9764027Z test_dispatch_meta_inplace_scatter_reduce_sum_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.036s) 2022-11-23T02:24:30.9764454Z test_dispatch_meta_inplace_scatter_reduce_sum_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.044s) 2022-11-23T02:24:30.9764881Z test_dispatch_meta_inplace_scatter_reduce_sum_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.058s) 2022-11-23T02:24:30.9765308Z test_dispatch_meta_inplace_scatter_reduce_sum_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.063s) 2022-11-23T02:24:30.9765729Z test_dispatch_meta_inplace_scatter_reduce_sum_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.058s) 2022-11-23T02:24:30.9766153Z test_dispatch_meta_inplace_scatter_reduce_sum_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.045s) 2022-11-23T02:24:30.9766585Z test_dispatch_meta_inplace_scatter_reduce_sum_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.037s) 2022-11-23T02:24:30.9767316Z test_dispatch_meta_inplace_searchsorted_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9768055Z test_dispatch_meta_inplace_searchsorted_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9768600Z test_dispatch_meta_inplace_searchsorted_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9769136Z test_dispatch_meta_inplace_searchsorted_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9769659Z test_dispatch_meta_inplace_searchsorted_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9770186Z test_dispatch_meta_inplace_searchsorted_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9770704Z test_dispatch_meta_inplace_searchsorted_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9771230Z test_dispatch_meta_inplace_searchsorted_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9771799Z test_dispatch_meta_inplace_segment_reduce_lengths_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9772363Z test_dispatch_meta_inplace_segment_reduce_lengths_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9772929Z test_dispatch_meta_inplace_segment_reduce_lengths_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9773478Z test_dispatch_meta_inplace_segment_reduce_lengths_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9774031Z test_dispatch_meta_inplace_segment_reduce_offsets_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9774584Z test_dispatch_meta_inplace_segment_reduce_offsets_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9775130Z test_dispatch_meta_inplace_segment_reduce_offsets_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9775671Z test_dispatch_meta_inplace_segment_reduce_offsets_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9776321Z test_dispatch_meta_inplace_select_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9776822Z test_dispatch_meta_inplace_select_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9777338Z test_dispatch_meta_inplace_select_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9777839Z test_dispatch_meta_inplace_select_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9778355Z test_dispatch_meta_inplace_select_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9778857Z test_dispatch_meta_inplace_select_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9779373Z test_dispatch_meta_inplace_select_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9779871Z test_dispatch_meta_inplace_select_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9780367Z test_dispatch_meta_inplace_select_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9780866Z test_dispatch_meta_inplace_select_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9781475Z test_dispatch_meta_inplace_select_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9781995Z test_dispatch_meta_inplace_select_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:30.9782494Z test_dispatch_meta_inplace_select_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9783039Z test_dispatch_meta_inplace_select_scatter_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9783567Z test_dispatch_meta_inplace_select_scatter_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9784098Z test_dispatch_meta_inplace_select_scatter_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9784634Z test_dispatch_meta_inplace_select_scatter_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:24:30.9785155Z test_dispatch_meta_inplace_select_scatter_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9785679Z test_dispatch_meta_inplace_select_scatter_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9786200Z test_dispatch_meta_inplace_select_scatter_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9786701Z test_dispatch_meta_inplace_select_scatter_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9787226Z test_dispatch_meta_inplace_select_scatter_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9787754Z test_dispatch_meta_inplace_select_scatter_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9788156Z test_dispatch_meta_inplace_sgn_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:30.9788546Z test_dispatch_meta_inplace_sgn_cuda_bool (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:30.9788953Z test_dispatch_meta_inplace_sgn_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.352s) 2022-11-23T02:24:30.9789493Z test_dispatch_meta_inplace_sgn_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.349s) 2022-11-23T02:24:30.9789887Z test_dispatch_meta_inplace_sgn_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.327s) 2022-11-23T02:24:30.9790276Z test_dispatch_meta_inplace_sgn_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:30.9790638Z test_dispatch_meta_inplace_sgn_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:30.9791013Z test_dispatch_meta_inplace_sgn_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:30.9791395Z test_dispatch_meta_inplace_sgn_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:30.9791774Z test_dispatch_meta_inplace_sgn_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:30.9792146Z test_dispatch_meta_inplace_sgn_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:30.9792520Z test_dispatch_meta_inplace_sgn_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:30.9792969Z test_dispatch_meta_inplace_sgn_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:30.9793476Z test_dispatch_meta_inplace_short_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9793978Z test_dispatch_meta_inplace_short_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9794494Z test_dispatch_meta_inplace_short_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9795120Z test_dispatch_meta_inplace_short_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9795646Z test_dispatch_meta_inplace_short_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9796227Z test_dispatch_meta_inplace_short_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:24:30.9796733Z test_dispatch_meta_inplace_short_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9797232Z test_dispatch_meta_inplace_short_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9797726Z test_dispatch_meta_inplace_short_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9798221Z test_dispatch_meta_inplace_short_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9798718Z test_dispatch_meta_inplace_short_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.011s) 2022-11-23T02:24:30.9799218Z test_dispatch_meta_inplace_short_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9799628Z test_dispatch_meta_inplace_sigmoid_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:30.9800122Z test_dispatch_meta_inplace_sigmoid_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:30.9800539Z test_dispatch_meta_inplace_sigmoid_cuda_complex128 (__main__.TestMetaCUDA) ... ok (1.176s) 2022-11-23T02:24:30.9800951Z test_dispatch_meta_inplace_sigmoid_cuda_complex32 (__main__.TestMetaCUDA) ... ok (1.071s) 2022-11-23T02:24:30.9801341Z test_dispatch_meta_inplace_sigmoid_cuda_complex64 (__main__.TestMetaCUDA) ... ok (1.020s) 2022-11-23T02:24:30.9801742Z test_dispatch_meta_inplace_sigmoid_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:30.9802151Z test_dispatch_meta_inplace_sigmoid_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:30.9802547Z test_dispatch_meta_inplace_sigmoid_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:30.9803042Z test_dispatch_meta_inplace_sigmoid_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T02:24:30.9803662Z test_dispatch_meta_inplace_sigmoid_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:30.9804145Z test_dispatch_meta_inplace_sigmoid_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:24:30.9804634Z test_dispatch_meta_inplace_sigmoid_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.008s) 2022-11-23T02:24:30.9805111Z test_dispatch_meta_inplace_sigmoid_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:30.9805507Z test_dispatch_meta_inplace_sign_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:30.9805902Z test_dispatch_meta_inplace_sign_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:30.9806296Z test_dispatch_meta_inplace_sign_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:30.9806690Z test_dispatch_meta_inplace_sign_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:30.9807091Z test_dispatch_meta_inplace_sign_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:30.9807477Z test_dispatch_meta_inplace_sign_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:30.9807856Z test_dispatch_meta_inplace_sign_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:30.9808234Z test_dispatch_meta_inplace_sign_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:30.9808616Z test_dispatch_meta_inplace_sign_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:30.9809110Z test_dispatch_meta_inplace_sign_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:30.9809691Z test_dispatch_meta_inplace_signal_windows_cosine_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9810252Z test_dispatch_meta_inplace_signal_windows_cosine_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9810807Z test_dispatch_meta_inplace_signal_windows_cosine_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9811330Z test_dispatch_meta_inplace_signal_windows_cosine_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9811900Z test_dispatch_meta_inplace_signal_windows_exponential_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9812473Z test_dispatch_meta_inplace_signal_windows_exponential_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9813043Z test_dispatch_meta_inplace_signal_windows_exponential_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9813611Z test_dispatch_meta_inplace_signal_windows_exponential_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9814169Z test_dispatch_meta_inplace_signal_windows_gaussian_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9814728Z test_dispatch_meta_inplace_signal_windows_gaussian_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9815288Z test_dispatch_meta_inplace_signal_windows_gaussian_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9815844Z test_dispatch_meta_inplace_signal_windows_gaussian_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9816397Z test_dispatch_meta_inplace_signal_windows_kaiser_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9816943Z test_dispatch_meta_inplace_signal_windows_kaiser_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9817623Z test_dispatch_meta_inplace_signal_windows_kaiser_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9818158Z test_dispatch_meta_inplace_signal_windows_kaiser_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9818673Z test_dispatch_meta_inplace_signbit_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9819183Z test_dispatch_meta_inplace_signbit_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9819692Z test_dispatch_meta_inplace_signbit_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9820204Z test_dispatch_meta_inplace_signbit_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9820717Z test_dispatch_meta_inplace_signbit_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9821218Z test_dispatch_meta_inplace_signbit_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9821722Z test_dispatch_meta_inplace_signbit_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9822211Z test_dispatch_meta_inplace_signbit_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9822810Z test_dispatch_meta_inplace_signbit_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9823403Z test_dispatch_meta_inplace_signbit_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9823813Z test_dispatch_meta_inplace_sin_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:30.9824358Z test_dispatch_meta_inplace_sin_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:30.9824865Z test_dispatch_meta_inplace_sin_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:30.9825266Z test_dispatch_meta_inplace_sin_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:30.9825675Z test_dispatch_meta_inplace_sin_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:30.9826063Z test_dispatch_meta_inplace_sin_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:30.9826431Z test_dispatch_meta_inplace_sin_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:30.9826862Z test_dispatch_meta_inplace_sin_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:30.9827341Z test_dispatch_meta_inplace_sin_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:30.9827817Z test_dispatch_meta_inplace_sin_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:30.9828296Z test_dispatch_meta_inplace_sin_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:30.9828772Z test_dispatch_meta_inplace_sin_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:30.9829245Z test_dispatch_meta_inplace_sin_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:30.9829642Z test_dispatch_meta_inplace_sinc_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.424s) 2022-11-23T02:24:30.9830118Z test_dispatch_meta_inplace_sinc_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:30.9830527Z test_dispatch_meta_inplace_sinc_cuda_complex128 (__main__.TestMetaCUDA) ... ok (1.470s) 2022-11-23T02:24:30.9830934Z test_dispatch_meta_inplace_sinc_cuda_complex64 (__main__.TestMetaCUDA) ... ok (1.298s) 2022-11-23T02:24:30.9831479Z test_dispatch_meta_inplace_sinc_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.396s) 2022-11-23T02:24:30.9831875Z test_dispatch_meta_inplace_sinc_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.459s) 2022-11-23T02:24:30.9832269Z test_dispatch_meta_inplace_sinc_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.393s) 2022-11-23T02:24:30.9832745Z test_dispatch_meta_inplace_sinc_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:30.9833225Z test_dispatch_meta_inplace_sinc_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:30.9833707Z test_dispatch_meta_inplace_sinc_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:30.9834181Z test_dispatch_meta_inplace_sinc_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:30.9834654Z test_dispatch_meta_inplace_sinc_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:30.9835061Z test_dispatch_meta_inplace_sinh_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:30.9835532Z test_dispatch_meta_inplace_sinh_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:30.9835935Z test_dispatch_meta_inplace_sinh_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:30.9836316Z test_dispatch_meta_inplace_sinh_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:30.9836712Z test_dispatch_meta_inplace_sinh_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:30.9837220Z test_dispatch_meta_inplace_sinh_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:30.9837631Z test_dispatch_meta_inplace_sinh_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:30.9838024Z test_dispatch_meta_inplace_sinh_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:30.9838508Z test_dispatch_meta_inplace_sinh_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:24:30.9838983Z test_dispatch_meta_inplace_sinh_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:24:30.9839463Z test_dispatch_meta_inplace_sinh_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.010s) 2022-11-23T02:24:30.9839937Z test_dispatch_meta_inplace_sinh_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:24:30.9840416Z test_dispatch_meta_inplace_sinh_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:24:30.9840928Z test_dispatch_meta_inplace_slice_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9841425Z test_dispatch_meta_inplace_slice_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.011s) 2022-11-23T02:24:30.9841945Z test_dispatch_meta_inplace_slice_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9842454Z test_dispatch_meta_inplace_slice_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9842952Z test_dispatch_meta_inplace_slice_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9843458Z test_dispatch_meta_inplace_slice_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9843964Z test_dispatch_meta_inplace_slice_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9844470Z test_dispatch_meta_inplace_slice_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9844968Z test_dispatch_meta_inplace_slice_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9845608Z test_dispatch_meta_inplace_slice_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9846104Z test_dispatch_meta_inplace_slice_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9846590Z test_dispatch_meta_inplace_slice_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9847093Z test_dispatch_meta_inplace_slice_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9847632Z test_dispatch_meta_inplace_slice_scatter_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9848135Z test_dispatch_meta_inplace_slice_scatter_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9848660Z test_dispatch_meta_inplace_slice_scatter_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9849182Z test_dispatch_meta_inplace_slice_scatter_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9849694Z test_dispatch_meta_inplace_slice_scatter_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9850212Z test_dispatch_meta_inplace_slice_scatter_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9850832Z test_dispatch_meta_inplace_slice_scatter_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9851375Z test_dispatch_meta_inplace_slice_scatter_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9851890Z test_dispatch_meta_inplace_slice_scatter_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9852412Z test_dispatch_meta_inplace_slice_scatter_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9852924Z test_dispatch_meta_inplace_softmax_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9853430Z test_dispatch_meta_inplace_softmax_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9853933Z test_dispatch_meta_inplace_softmax_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9854435Z test_dispatch_meta_inplace_softmax_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9854976Z test_dispatch_meta_inplace_softmax_with_dtype_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9855519Z test_dispatch_meta_inplace_softmax_with_dtype_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9856074Z test_dispatch_meta_inplace_softmax_with_dtype_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9856628Z test_dispatch_meta_inplace_softmax_with_dtype_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9857167Z test_dispatch_meta_inplace_softmax_with_dtype_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9857713Z test_dispatch_meta_inplace_softmax_with_dtype_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9858254Z test_dispatch_meta_inplace_softmax_with_dtype_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:30.9858785Z test_dispatch_meta_inplace_softmax_with_dtype_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9859441Z test_dispatch_meta_inplace_softmax_with_dtype_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9859959Z test_dispatch_meta_inplace_softmax_with_dtype_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9860492Z test_dispatch_meta_inplace_softmax_with_dtype_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:24:30.9861020Z test_dispatch_meta_inplace_softmax_with_dtype_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9861496Z test_dispatch_meta_inplace_sort_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9862007Z test_dispatch_meta_inplace_sort_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9862513Z test_dispatch_meta_inplace_sort_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9863012Z test_dispatch_meta_inplace_sort_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9863509Z test_dispatch_meta_inplace_sort_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9864000Z test_dispatch_meta_inplace_sort_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9864590Z test_dispatch_meta_inplace_sort_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:24:30.9865102Z test_dispatch_meta_inplace_sort_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9865597Z test_dispatch_meta_inplace_sort_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9866171Z test_dispatch_meta_inplace_sparse_sampled_addmm_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9866732Z test_dispatch_meta_inplace_sparse_sampled_addmm_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9867281Z test_dispatch_meta_inplace_sparse_sampled_addmm_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9867840Z test_dispatch_meta_inplace_sparse_sampled_addmm_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9868367Z test_dispatch_meta_inplace_special_airy_ai_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9868905Z test_dispatch_meta_inplace_special_airy_ai_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.011s) 2022-11-23T02:24:30.9869436Z test_dispatch_meta_inplace_special_airy_ai_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9869958Z test_dispatch_meta_inplace_special_airy_ai_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9870470Z test_dispatch_meta_inplace_special_airy_ai_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9870978Z test_dispatch_meta_inplace_special_airy_ai_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9871505Z test_dispatch_meta_inplace_special_airy_ai_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9872034Z test_dispatch_meta_inplace_special_airy_ai_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9872701Z test_dispatch_meta_inplace_special_bessel_j0_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9873238Z test_dispatch_meta_inplace_special_bessel_j0_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9873776Z test_dispatch_meta_inplace_special_bessel_j0_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9874308Z test_dispatch_meta_inplace_special_bessel_j0_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9874837Z test_dispatch_meta_inplace_special_bessel_j0_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9875356Z test_dispatch_meta_inplace_special_bessel_j0_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9875883Z test_dispatch_meta_inplace_special_bessel_j0_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9876404Z test_dispatch_meta_inplace_special_bessel_j0_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9876923Z test_dispatch_meta_inplace_special_bessel_j1_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9877454Z test_dispatch_meta_inplace_special_bessel_j1_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9878097Z test_dispatch_meta_inplace_special_bessel_j1_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9878648Z test_dispatch_meta_inplace_special_bessel_j1_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9879166Z test_dispatch_meta_inplace_special_bessel_j1_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9879690Z test_dispatch_meta_inplace_special_bessel_j1_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9880212Z test_dispatch_meta_inplace_special_bessel_j1_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9880710Z test_dispatch_meta_inplace_special_bessel_j1_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9881241Z test_dispatch_meta_inplace_special_bessel_y0_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9881776Z test_dispatch_meta_inplace_special_bessel_y0_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9882292Z test_dispatch_meta_inplace_special_bessel_y0_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9882825Z test_dispatch_meta_inplace_special_bessel_y0_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9883346Z test_dispatch_meta_inplace_special_bessel_y0_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9883855Z test_dispatch_meta_inplace_special_bessel_y0_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9884374Z test_dispatch_meta_inplace_special_bessel_y0_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9884895Z test_dispatch_meta_inplace_special_bessel_y0_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9885419Z test_dispatch_meta_inplace_special_bessel_y1_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9886089Z test_dispatch_meta_inplace_special_bessel_y1_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9886629Z test_dispatch_meta_inplace_special_bessel_y1_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9887160Z test_dispatch_meta_inplace_special_bessel_y1_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9887679Z test_dispatch_meta_inplace_special_bessel_y1_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:30.9888200Z test_dispatch_meta_inplace_special_bessel_y1_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9888722Z test_dispatch_meta_inplace_special_bessel_y1_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9889234Z test_dispatch_meta_inplace_special_bessel_y1_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:24:30.9889812Z test_dispatch_meta_inplace_special_chebyshev_polynomial_t_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9890404Z test_dispatch_meta_inplace_special_chebyshev_polynomial_t_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9890978Z test_dispatch_meta_inplace_special_chebyshev_polynomial_t_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9891658Z test_dispatch_meta_inplace_special_chebyshev_polynomial_t_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9892251Z test_dispatch_meta_inplace_special_chebyshev_polynomial_t_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9892824Z test_dispatch_meta_inplace_special_chebyshev_polynomial_t_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9893399Z test_dispatch_meta_inplace_special_chebyshev_polynomial_t_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9893976Z test_dispatch_meta_inplace_special_chebyshev_polynomial_t_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.011s) 2022-11-23T02:24:30.9894552Z test_dispatch_meta_inplace_special_chebyshev_polynomial_u_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9895140Z test_dispatch_meta_inplace_special_chebyshev_polynomial_u_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9895714Z test_dispatch_meta_inplace_special_chebyshev_polynomial_u_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9896293Z test_dispatch_meta_inplace_special_chebyshev_polynomial_u_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9896869Z test_dispatch_meta_inplace_special_chebyshev_polynomial_u_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9897440Z test_dispatch_meta_inplace_special_chebyshev_polynomial_u_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9898004Z test_dispatch_meta_inplace_special_chebyshev_polynomial_u_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9898581Z test_dispatch_meta_inplace_special_chebyshev_polynomial_u_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9899238Z 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:24:30.9900745Z 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:24:30.9901406Z 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:24:30.9902054Z 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:24:30.9902700Z 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:24:30.9903332Z 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:24:30.9903979Z 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:24:30.9904611Z 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:24:30.9905238Z 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:24:30.9906012Z 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:24:30.9906684Z 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:24:30.9907329Z 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:24:30.9907957Z test_dispatch_meta_inplace_special_chebyshev_polynomial_w_cuda_int32 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:24:30.9908580Z 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:24:30.9909216Z 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:24:30.9909825Z 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:24:30.9910367Z test_dispatch_meta_inplace_special_entr_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9910890Z test_dispatch_meta_inplace_special_entr_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9911418Z test_dispatch_meta_inplace_special_entr_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9911947Z test_dispatch_meta_inplace_special_entr_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9912484Z test_dispatch_meta_inplace_special_entr_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9913002Z test_dispatch_meta_inplace_special_entr_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9913524Z test_dispatch_meta_inplace_special_entr_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9914174Z test_dispatch_meta_inplace_special_entr_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9914694Z test_dispatch_meta_inplace_special_entr_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9915212Z test_dispatch_meta_inplace_special_entr_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:30.9915743Z test_dispatch_meta_inplace_special_erfcx_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9916267Z test_dispatch_meta_inplace_special_erfcx_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9916787Z test_dispatch_meta_inplace_special_erfcx_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9917319Z test_dispatch_meta_inplace_special_erfcx_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:24:30.9917839Z test_dispatch_meta_inplace_special_erfcx_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9918344Z test_dispatch_meta_inplace_special_erfcx_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9918867Z test_dispatch_meta_inplace_special_erfcx_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9919502Z test_dispatch_meta_inplace_special_erfcx_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9920101Z test_dispatch_meta_inplace_special_hermite_polynomial_h_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9920687Z test_dispatch_meta_inplace_special_hermite_polynomial_h_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9921265Z test_dispatch_meta_inplace_special_hermite_polynomial_h_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9921834Z test_dispatch_meta_inplace_special_hermite_polynomial_h_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.011s) 2022-11-23T02:24:30.9922409Z test_dispatch_meta_inplace_special_hermite_polynomial_h_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9922979Z test_dispatch_meta_inplace_special_hermite_polynomial_h_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9923546Z test_dispatch_meta_inplace_special_hermite_polynomial_h_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9924119Z test_dispatch_meta_inplace_special_hermite_polynomial_h_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9924685Z test_dispatch_meta_inplace_special_hermite_polynomial_he_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9925363Z test_dispatch_meta_inplace_special_hermite_polynomial_he_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9926000Z test_dispatch_meta_inplace_special_hermite_polynomial_he_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9926573Z test_dispatch_meta_inplace_special_hermite_polynomial_he_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:30.9927243Z test_dispatch_meta_inplace_special_hermite_polynomial_he_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9927956Z test_dispatch_meta_inplace_special_hermite_polynomial_he_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9928531Z test_dispatch_meta_inplace_special_hermite_polynomial_he_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9929100Z test_dispatch_meta_inplace_special_hermite_polynomial_he_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9929613Z test_dispatch_meta_inplace_special_i0e_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9930123Z test_dispatch_meta_inplace_special_i0e_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9930642Z test_dispatch_meta_inplace_special_i0e_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9931167Z test_dispatch_meta_inplace_special_i0e_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9931682Z test_dispatch_meta_inplace_special_i0e_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9932189Z test_dispatch_meta_inplace_special_i0e_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9932704Z test_dispatch_meta_inplace_special_i0e_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9933326Z test_dispatch_meta_inplace_special_i0e_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9933856Z test_dispatch_meta_inplace_special_i0e_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9934365Z test_dispatch_meta_inplace_special_i0e_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9934884Z test_dispatch_meta_inplace_special_i1_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9935398Z test_dispatch_meta_inplace_special_i1_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:30.9935905Z test_dispatch_meta_inplace_special_i1_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9936413Z test_dispatch_meta_inplace_special_i1_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9936915Z test_dispatch_meta_inplace_special_i1_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9937405Z test_dispatch_meta_inplace_special_i1_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:24:30.9937923Z test_dispatch_meta_inplace_special_i1_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9938429Z test_dispatch_meta_inplace_special_i1_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9938939Z test_dispatch_meta_inplace_special_i1e_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9939465Z test_dispatch_meta_inplace_special_i1e_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9939997Z test_dispatch_meta_inplace_special_i1e_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9940512Z test_dispatch_meta_inplace_special_i1e_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9941016Z test_dispatch_meta_inplace_special_i1e_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9941666Z test_dispatch_meta_inplace_special_i1e_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9942173Z test_dispatch_meta_inplace_special_i1e_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9942676Z test_dispatch_meta_inplace_special_i1e_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:30.9943261Z test_dispatch_meta_inplace_special_laguerre_polynomial_l_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9943840Z test_dispatch_meta_inplace_special_laguerre_polynomial_l_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9944407Z test_dispatch_meta_inplace_special_laguerre_polynomial_l_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9944977Z test_dispatch_meta_inplace_special_laguerre_polynomial_l_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9945548Z test_dispatch_meta_inplace_special_laguerre_polynomial_l_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9946122Z test_dispatch_meta_inplace_special_laguerre_polynomial_l_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9946783Z test_dispatch_meta_inplace_special_laguerre_polynomial_l_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9947370Z test_dispatch_meta_inplace_special_laguerre_polynomial_l_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9948015Z test_dispatch_meta_inplace_special_legendre_polynomial_p_cuda_bool (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:24:30.9948672Z test_dispatch_meta_inplace_special_legendre_polynomial_p_cuda_float32 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:24:30.9949318Z test_dispatch_meta_inplace_special_legendre_polynomial_p_cuda_float64 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:24:30.9949964Z test_dispatch_meta_inplace_special_legendre_polynomial_p_cuda_int16 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:24:30.9950601Z test_dispatch_meta_inplace_special_legendre_polynomial_p_cuda_int32 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.006s) 2022-11-23T02:24:30.9951235Z test_dispatch_meta_inplace_special_legendre_polynomial_p_cuda_int64 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:24:30.9951875Z test_dispatch_meta_inplace_special_legendre_polynomial_p_cuda_int8 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:24:30.9952504Z test_dispatch_meta_inplace_special_legendre_polynomial_p_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:24:30.9953036Z test_dispatch_meta_inplace_special_log_ndtr_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9953584Z test_dispatch_meta_inplace_special_log_ndtr_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9954111Z test_dispatch_meta_inplace_special_log_ndtr_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9954631Z test_dispatch_meta_inplace_special_log_ndtr_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9955284Z test_dispatch_meta_inplace_special_log_ndtr_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9955856Z test_dispatch_meta_inplace_special_log_ndtr_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.011s) 2022-11-23T02:24:30.9956344Z test_dispatch_meta_inplace_special_log_ndtr_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9956871Z test_dispatch_meta_inplace_special_log_ndtr_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9957433Z test_dispatch_meta_inplace_special_modified_bessel_i0_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9957997Z test_dispatch_meta_inplace_special_modified_bessel_i0_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9958560Z test_dispatch_meta_inplace_special_modified_bessel_i0_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9959114Z test_dispatch_meta_inplace_special_modified_bessel_i0_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9959678Z test_dispatch_meta_inplace_special_modified_bessel_i0_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9960339Z test_dispatch_meta_inplace_special_modified_bessel_i0_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9960927Z test_dispatch_meta_inplace_special_modified_bessel_i0_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9961474Z test_dispatch_meta_inplace_special_modified_bessel_i0_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9962031Z test_dispatch_meta_inplace_special_modified_bessel_i1_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9962591Z test_dispatch_meta_inplace_special_modified_bessel_i1_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9963158Z test_dispatch_meta_inplace_special_modified_bessel_i1_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9963716Z test_dispatch_meta_inplace_special_modified_bessel_i1_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9964272Z test_dispatch_meta_inplace_special_modified_bessel_i1_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9964819Z test_dispatch_meta_inplace_special_modified_bessel_i1_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9965376Z test_dispatch_meta_inplace_special_modified_bessel_i1_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9965923Z test_dispatch_meta_inplace_special_modified_bessel_i1_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9966468Z test_dispatch_meta_inplace_special_modified_bessel_k0_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9967036Z test_dispatch_meta_inplace_special_modified_bessel_k0_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9967601Z test_dispatch_meta_inplace_special_modified_bessel_k0_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9968151Z test_dispatch_meta_inplace_special_modified_bessel_k0_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9968833Z test_dispatch_meta_inplace_special_modified_bessel_k0_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9969371Z test_dispatch_meta_inplace_special_modified_bessel_k0_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9969927Z test_dispatch_meta_inplace_special_modified_bessel_k0_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9970475Z test_dispatch_meta_inplace_special_modified_bessel_k0_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9971009Z test_dispatch_meta_inplace_special_modified_bessel_k1_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9971568Z test_dispatch_meta_inplace_special_modified_bessel_k1_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9972137Z test_dispatch_meta_inplace_special_modified_bessel_k1_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9972691Z test_dispatch_meta_inplace_special_modified_bessel_k1_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9973233Z test_dispatch_meta_inplace_special_modified_bessel_k1_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9974819Z test_dispatch_meta_inplace_special_modified_bessel_k1_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9975451Z test_dispatch_meta_inplace_special_modified_bessel_k1_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9976004Z test_dispatch_meta_inplace_special_modified_bessel_k1_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9976549Z test_dispatch_meta_inplace_special_ndtr_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9977073Z test_dispatch_meta_inplace_special_ndtr_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9977602Z test_dispatch_meta_inplace_special_ndtr_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:30.9978134Z test_dispatch_meta_inplace_special_ndtr_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9978657Z test_dispatch_meta_inplace_special_ndtr_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9979175Z test_dispatch_meta_inplace_special_ndtr_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9979696Z test_dispatch_meta_inplace_special_ndtr_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9980216Z test_dispatch_meta_inplace_special_ndtr_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:24:30.9980728Z test_dispatch_meta_inplace_special_ndtr_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9981253Z test_dispatch_meta_inplace_special_ndtr_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9981772Z test_dispatch_meta_inplace_special_ndtri_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9982309Z test_dispatch_meta_inplace_special_ndtri_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9982986Z test_dispatch_meta_inplace_special_ndtri_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9983512Z test_dispatch_meta_inplace_special_ndtri_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9984032Z test_dispatch_meta_inplace_special_ndtri_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9984552Z test_dispatch_meta_inplace_special_ndtri_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9985070Z test_dispatch_meta_inplace_special_ndtri_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9985595Z test_dispatch_meta_inplace_special_ndtri_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9986192Z test_dispatch_meta_inplace_special_polygamma_special_polygamma_n_0_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9986806Z test_dispatch_meta_inplace_special_polygamma_special_polygamma_n_0_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9987414Z test_dispatch_meta_inplace_special_polygamma_special_polygamma_n_0_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9988022Z test_dispatch_meta_inplace_special_polygamma_special_polygamma_n_0_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9988728Z test_dispatch_meta_inplace_special_polygamma_special_polygamma_n_0_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9989446Z test_dispatch_meta_inplace_special_polygamma_special_polygamma_n_0_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9990044Z test_dispatch_meta_inplace_special_polygamma_special_polygamma_n_0_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9990639Z test_dispatch_meta_inplace_special_polygamma_special_polygamma_n_0_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9991238Z test_dispatch_meta_inplace_special_polygamma_special_polygamma_n_0_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9991821Z test_dispatch_meta_inplace_special_scaled_modified_bessel_k0_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9992386Z test_dispatch_meta_inplace_special_scaled_modified_bessel_k0_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9992967Z test_dispatch_meta_inplace_special_scaled_modified_bessel_k0_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:30.9993550Z 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:24:30.9994117Z 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:24:30.9994675Z 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:24:30.9995239Z 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:24:30.9995820Z 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:24:30.9996388Z test_dispatch_meta_inplace_special_scaled_modified_bessel_k1_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:30.9997115Z test_dispatch_meta_inplace_special_scaled_modified_bessel_k1_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9997702Z test_dispatch_meta_inplace_special_scaled_modified_bessel_k1_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:30.9998279Z test_dispatch_meta_inplace_special_scaled_modified_bessel_k1_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9998846Z test_dispatch_meta_inplace_special_scaled_modified_bessel_k1_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9999406Z test_dispatch_meta_inplace_special_scaled_modified_bessel_k1_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:30.9999978Z test_dispatch_meta_inplace_special_scaled_modified_bessel_k1_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.0000547Z test_dispatch_meta_inplace_special_scaled_modified_bessel_k1_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:24:31.0001209Z test_dispatch_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:24:31.0001979Z test_dispatch_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:24:31.0002676Z test_dispatch_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:24:31.0003351Z test_dispatch_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:24:31.0004004Z test_dispatch_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:24:31.0004651Z test_dispatch_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:24:31.0005310Z test_dispatch_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:24:31.0005958Z test_dispatch_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:24:31.0006615Z test_dispatch_meta_inplace_special_shifted_chebyshev_polynomial_u_cuda_bool (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:24:31.0007279Z test_dispatch_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:24:31.0007950Z test_dispatch_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:24:31.0008622Z test_dispatch_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:24:31.0009274Z 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:24:31.0010040Z 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:24:31.0010693Z 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:24:31.0011340Z 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:24:31.0011990Z 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:24:31.0012648Z 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:24:31.0013332Z 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:24:31.0013966Z 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:24:31.0014803Z 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:24:31.0015481Z 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:24:31.0016137Z test_dispatch_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:24:31.0016793Z test_dispatch_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:24:31.0017446Z test_dispatch_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:24:31.0018109Z test_dispatch_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:24:31.0018786Z test_dispatch_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:24:31.0019449Z test_dispatch_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:24:31.0020104Z test_dispatch_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:24:31.0020745Z test_dispatch_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:24:31.0021400Z test_dispatch_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:24:31.0022047Z test_dispatch_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:24:31.0022612Z test_dispatch_meta_inplace_special_spherical_bessel_j0_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.0023317Z test_dispatch_meta_inplace_special_spherical_bessel_j0_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.0023899Z test_dispatch_meta_inplace_special_spherical_bessel_j0_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.0024462Z test_dispatch_meta_inplace_special_spherical_bessel_j0_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.0025032Z test_dispatch_meta_inplace_special_spherical_bessel_j0_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.0025594Z test_dispatch_meta_inplace_special_spherical_bessel_j0_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.0026163Z test_dispatch_meta_inplace_special_spherical_bessel_j0_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.0026724Z test_dispatch_meta_inplace_special_spherical_bessel_j0_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.0027379Z test_dispatch_meta_inplace_special_xlog1py_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.0027918Z test_dispatch_meta_inplace_special_xlog1py_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.0028627Z test_dispatch_meta_inplace_special_xlog1py_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.0029237Z test_dispatch_meta_inplace_special_xlog1py_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.0029764Z test_dispatch_meta_inplace_special_xlog1py_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.0030300Z test_dispatch_meta_inplace_special_xlog1py_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.0030816Z test_dispatch_meta_inplace_special_xlog1py_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.0031308Z test_dispatch_meta_inplace_special_xlog1py_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.0031831Z test_dispatch_meta_inplace_special_xlog1py_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.0032363Z test_dispatch_meta_inplace_special_xlog1py_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.0032880Z test_dispatch_meta_inplace_special_zeta_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.0033382Z test_dispatch_meta_inplace_special_zeta_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.0033914Z test_dispatch_meta_inplace_special_zeta_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.0034433Z test_dispatch_meta_inplace_special_zeta_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.0034953Z test_dispatch_meta_inplace_special_zeta_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.0035479Z test_dispatch_meta_inplace_special_zeta_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.0036000Z test_dispatch_meta_inplace_special_zeta_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.0036656Z test_dispatch_meta_inplace_special_zeta_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.0037156Z test_dispatch_meta_inplace_split_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.0037659Z test_dispatch_meta_inplace_split_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.0038174Z test_dispatch_meta_inplace_split_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.0038690Z test_dispatch_meta_inplace_split_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.0039201Z test_dispatch_meta_inplace_split_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.0039697Z test_dispatch_meta_inplace_split_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.0040206Z test_dispatch_meta_inplace_split_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.0040700Z test_dispatch_meta_inplace_split_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.0041196Z test_dispatch_meta_inplace_split_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.0041687Z test_dispatch_meta_inplace_split_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.0042292Z test_dispatch_meta_inplace_split_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.0042811Z test_dispatch_meta_inplace_split_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.0043304Z test_dispatch_meta_inplace_split_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:24:31.0043838Z test_dispatch_meta_inplace_split_list_args_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.0044355Z test_dispatch_meta_inplace_split_list_args_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.0044896Z test_dispatch_meta_inplace_split_list_args_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.0045436Z test_dispatch_meta_inplace_split_list_args_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.0045968Z test_dispatch_meta_inplace_split_list_args_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.0046495Z test_dispatch_meta_inplace_split_list_args_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.0047000Z test_dispatch_meta_inplace_split_list_args_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.0047521Z test_dispatch_meta_inplace_split_list_args_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.0048035Z test_dispatch_meta_inplace_split_list_args_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.0048543Z test_dispatch_meta_inplace_split_list_args_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.0049068Z test_dispatch_meta_inplace_split_list_args_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.0049590Z test_dispatch_meta_inplace_split_list_args_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.0050246Z test_dispatch_meta_inplace_split_with_sizes_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.0050768Z test_dispatch_meta_inplace_split_with_sizes_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.0051317Z test_dispatch_meta_inplace_split_with_sizes_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.0051859Z test_dispatch_meta_inplace_split_with_sizes_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.0052355Z test_dispatch_meta_inplace_split_with_sizes_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.0052885Z test_dispatch_meta_inplace_split_with_sizes_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.0053405Z test_dispatch_meta_inplace_split_with_sizes_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.0053925Z test_dispatch_meta_inplace_split_with_sizes_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.0054528Z test_dispatch_meta_inplace_split_with_sizes_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.0055045Z test_dispatch_meta_inplace_split_with_sizes_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.0055676Z test_dispatch_meta_inplace_split_with_sizes_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.0056219Z test_dispatch_meta_inplace_split_with_sizes_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.0056736Z test_dispatch_meta_inplace_split_with_sizes_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.0057143Z test_dispatch_meta_inplace_sqrt_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.0057641Z test_dispatch_meta_inplace_sqrt_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:31.0058043Z test_dispatch_meta_inplace_sqrt_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.735s) 2022-11-23T02:24:31.0058452Z test_dispatch_meta_inplace_sqrt_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.776s) 2022-11-23T02:24:31.0058859Z test_dispatch_meta_inplace_sqrt_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.874s) 2022-11-23T02:24:31.0059259Z test_dispatch_meta_inplace_sqrt_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.0059651Z test_dispatch_meta_inplace_sqrt_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.0060044Z test_dispatch_meta_inplace_sqrt_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.0060530Z test_dispatch_meta_inplace_sqrt_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:31.0060989Z test_dispatch_meta_inplace_sqrt_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:31.0061458Z test_dispatch_meta_inplace_sqrt_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:31.0061934Z test_dispatch_meta_inplace_sqrt_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T02:24:31.0062415Z test_dispatch_meta_inplace_sqrt_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:31.0062823Z test_dispatch_meta_inplace_square_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.0063310Z test_dispatch_meta_inplace_square_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:24:31.0063723Z test_dispatch_meta_inplace_square_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.0064267Z test_dispatch_meta_inplace_square_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.0064664Z test_dispatch_meta_inplace_square_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.0065060Z test_dispatch_meta_inplace_square_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.0065455Z test_dispatch_meta_inplace_square_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.0065850Z test_dispatch_meta_inplace_square_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.0066250Z test_dispatch_meta_inplace_square_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.0066644Z test_dispatch_meta_inplace_square_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.0067037Z test_dispatch_meta_inplace_square_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.0067434Z test_dispatch_meta_inplace_square_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.0067840Z test_dispatch_meta_inplace_squeeze_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.0068232Z test_dispatch_meta_inplace_squeeze_cuda_bool (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.0068645Z test_dispatch_meta_inplace_squeeze_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.0069058Z test_dispatch_meta_inplace_squeeze_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.0069553Z test_dispatch_meta_inplace_squeeze_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.0069971Z test_dispatch_meta_inplace_squeeze_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.0070374Z test_dispatch_meta_inplace_squeeze_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.0070772Z test_dispatch_meta_inplace_squeeze_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.0071181Z test_dispatch_meta_inplace_squeeze_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.0071576Z test_dispatch_meta_inplace_squeeze_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.0071949Z test_dispatch_meta_inplace_squeeze_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.0072352Z test_dispatch_meta_inplace_squeeze_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.0072752Z test_dispatch_meta_inplace_squeeze_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.0073271Z test_dispatch_meta_inplace_stack_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.0073775Z test_dispatch_meta_inplace_stack_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.0074295Z test_dispatch_meta_inplace_stack_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.0074815Z test_dispatch_meta_inplace_stack_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.0075332Z test_dispatch_meta_inplace_stack_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.0075835Z test_dispatch_meta_inplace_stack_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.0076339Z test_dispatch_meta_inplace_stack_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.0076840Z test_dispatch_meta_inplace_stack_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.0077341Z test_dispatch_meta_inplace_stack_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:24:31.0077973Z test_dispatch_meta_inplace_stack_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.0078465Z test_dispatch_meta_inplace_stack_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.0078957Z test_dispatch_meta_inplace_stack_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.0079449Z test_dispatch_meta_inplace_stack_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.0079952Z test_dispatch_meta_inplace_std_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.0080458Z test_dispatch_meta_inplace_std_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.0080943Z test_dispatch_meta_inplace_std_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.0081439Z test_dispatch_meta_inplace_std_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.0081927Z test_dispatch_meta_inplace_std_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.0082426Z test_dispatch_meta_inplace_std_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.0082945Z test_dispatch_meta_inplace_std_mean_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.0083575Z test_dispatch_meta_inplace_std_mean_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.0084122Z test_dispatch_meta_inplace_std_mean_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.0084634Z test_dispatch_meta_inplace_std_mean_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.0085144Z test_dispatch_meta_inplace_std_mean_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.0085649Z test_dispatch_meta_inplace_std_mean_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.0086158Z test_dispatch_meta_inplace_stft_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.0086669Z test_dispatch_meta_inplace_stft_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.0087170Z test_dispatch_meta_inplace_stft_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.0087665Z test_dispatch_meta_inplace_stft_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.0088070Z test_dispatch_meta_inplace_sub_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.0088470Z test_dispatch_meta_inplace_sub_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.0088870Z test_dispatch_meta_inplace_sub_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.0089273Z test_dispatch_meta_inplace_sub_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.0089663Z test_dispatch_meta_inplace_sub_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.0090049Z test_dispatch_meta_inplace_sub_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.0090431Z test_dispatch_meta_inplace_sub_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.0090811Z test_dispatch_meta_inplace_sub_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.0091183Z test_dispatch_meta_inplace_sub_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.0091671Z test_dispatch_meta_inplace_sub_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.0092058Z test_dispatch_meta_inplace_sub_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:31.0092432Z test_dispatch_meta_inplace_sub_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:31.0092933Z test_dispatch_meta_inplace_sum_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.0093423Z test_dispatch_meta_inplace_sum_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.0093942Z test_dispatch_meta_inplace_sum_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.0094453Z test_dispatch_meta_inplace_sum_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.0094953Z test_dispatch_meta_inplace_sum_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.0095449Z test_dispatch_meta_inplace_sum_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.0095948Z test_dispatch_meta_inplace_sum_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.0096436Z test_dispatch_meta_inplace_sum_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.0096924Z test_dispatch_meta_inplace_sum_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.0097517Z test_dispatch_meta_inplace_sum_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.0098025Z test_dispatch_meta_inplace_sum_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:24:31.0098505Z test_dispatch_meta_inplace_sum_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.0098995Z test_dispatch_meta_inplace_sum_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.0099514Z test_dispatch_meta_inplace_sum_to_size_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.0100018Z test_dispatch_meta_inplace_sum_to_size_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:24:31.0100551Z test_dispatch_meta_inplace_sum_to_size_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.0101076Z test_dispatch_meta_inplace_sum_to_size_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.0101590Z test_dispatch_meta_inplace_sum_to_size_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.0102117Z test_dispatch_meta_inplace_sum_to_size_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.0102629Z test_dispatch_meta_inplace_sum_to_size_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.011s) 2022-11-23T02:24:31.0103136Z test_dispatch_meta_inplace_sum_to_size_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.0103641Z test_dispatch_meta_inplace_sum_to_size_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.0104149Z test_dispatch_meta_inplace_sum_to_size_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.0104648Z test_dispatch_meta_inplace_sum_to_size_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.0105153Z test_dispatch_meta_inplace_sum_to_size_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.0105764Z test_dispatch_meta_inplace_svd_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.0106271Z test_dispatch_meta_inplace_svd_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.0106768Z test_dispatch_meta_inplace_svd_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.0107279Z test_dispatch_meta_inplace_svd_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.0107804Z test_dispatch_meta_inplace_svd_lowrank_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.0108328Z test_dispatch_meta_inplace_svd_lowrank_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.0108854Z test_dispatch_meta_inplace_symeig_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.0109361Z test_dispatch_meta_inplace_symeig_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.0109868Z test_dispatch_meta_inplace_symeig_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.0110374Z test_dispatch_meta_inplace_symeig_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.0110857Z test_dispatch_meta_inplace_t_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.0111269Z test_dispatch_meta_inplace_t_cuda_bool (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.0111667Z test_dispatch_meta_inplace_t_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.0112060Z test_dispatch_meta_inplace_t_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.0112452Z test_dispatch_meta_inplace_t_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.0112827Z test_dispatch_meta_inplace_t_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.0113201Z test_dispatch_meta_inplace_t_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.0113578Z test_dispatch_meta_inplace_t_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.0113955Z test_dispatch_meta_inplace_t_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.0114331Z test_dispatch_meta_inplace_t_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.0114709Z test_dispatch_meta_inplace_t_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.0115083Z test_dispatch_meta_inplace_t_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.0115604Z test_dispatch_meta_inplace_take_along_dim_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.0116135Z test_dispatch_meta_inplace_take_along_dim_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.0116674Z test_dispatch_meta_inplace_take_along_dim_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.0117212Z test_dispatch_meta_inplace_take_along_dim_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.0117739Z test_dispatch_meta_inplace_take_along_dim_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.0118258Z test_dispatch_meta_inplace_take_along_dim_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.0118769Z test_dispatch_meta_inplace_take_along_dim_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.0120247Z test_dispatch_meta_inplace_take_along_dim_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.0120768Z test_dispatch_meta_inplace_take_along_dim_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.0121288Z test_dispatch_meta_inplace_take_along_dim_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.0121807Z test_dispatch_meta_inplace_take_along_dim_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.0122334Z test_dispatch_meta_inplace_take_along_dim_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.0122840Z test_dispatch_meta_inplace_take_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.0123342Z test_dispatch_meta_inplace_take_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.0123855Z test_dispatch_meta_inplace_take_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.0124368Z test_dispatch_meta_inplace_take_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.0124863Z test_dispatch_meta_inplace_take_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.0125495Z test_dispatch_meta_inplace_take_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.0126022Z test_dispatch_meta_inplace_take_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.0126516Z test_dispatch_meta_inplace_take_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.0127082Z test_dispatch_meta_inplace_take_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.0127582Z test_dispatch_meta_inplace_take_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.0128071Z test_dispatch_meta_inplace_take_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.0128561Z test_dispatch_meta_inplace_take_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:24:31.0128963Z test_dispatch_meta_inplace_tan_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.0129524Z test_dispatch_meta_inplace_tan_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:24:31.0129921Z test_dispatch_meta_inplace_tan_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.0130410Z test_dispatch_meta_inplace_tan_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.0130862Z test_dispatch_meta_inplace_tan_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.0131258Z test_dispatch_meta_inplace_tan_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.0131643Z test_dispatch_meta_inplace_tan_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.0132022Z test_dispatch_meta_inplace_tan_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.0132505Z test_dispatch_meta_inplace_tan_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:31.0132988Z test_dispatch_meta_inplace_tan_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:31.0133469Z test_dispatch_meta_inplace_tan_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:31.0133941Z test_dispatch_meta_inplace_tan_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:31.0134568Z test_dispatch_meta_inplace_tan_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:31.0134968Z test_dispatch_meta_inplace_tanh_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.0135437Z test_dispatch_meta_inplace_tanh_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:31.0135844Z test_dispatch_meta_inplace_tanh_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.0136252Z test_dispatch_meta_inplace_tanh_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.0136655Z test_dispatch_meta_inplace_tanh_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.0137048Z test_dispatch_meta_inplace_tanh_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.0137443Z test_dispatch_meta_inplace_tanh_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.0137837Z test_dispatch_meta_inplace_tanh_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.0138317Z test_dispatch_meta_inplace_tanh_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:31.0138795Z test_dispatch_meta_inplace_tanh_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:31.0139272Z test_dispatch_meta_inplace_tanh_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:31.0139857Z test_dispatch_meta_inplace_tanh_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:31.0140331Z test_dispatch_meta_inplace_tanh_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:31.0140868Z test_dispatch_meta_inplace_tensor_split_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.0141394Z test_dispatch_meta_inplace_tensor_split_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.0141934Z test_dispatch_meta_inplace_tensor_split_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.0142466Z test_dispatch_meta_inplace_tensor_split_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.0142989Z test_dispatch_meta_inplace_tensor_split_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.0143519Z test_dispatch_meta_inplace_tensor_split_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.0144046Z test_dispatch_meta_inplace_tensor_split_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.0144574Z test_dispatch_meta_inplace_tensor_split_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.0145089Z test_dispatch_meta_inplace_tensor_split_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.0145592Z test_dispatch_meta_inplace_tensor_split_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.0146112Z test_dispatch_meta_inplace_tensor_split_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.0146637Z test_dispatch_meta_inplace_tensor_split_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.0147161Z test_dispatch_meta_inplace_tensordot_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:24:31.0147688Z test_dispatch_meta_inplace_tensordot_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.0148339Z test_dispatch_meta_inplace_tensordot_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.0148855Z test_dispatch_meta_inplace_tensordot_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.0149332Z test_dispatch_meta_inplace_tensordot_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.0149853Z test_dispatch_meta_inplace_tensordot_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.0150360Z test_dispatch_meta_inplace_tile_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.0150859Z test_dispatch_meta_inplace_tile_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.0151379Z test_dispatch_meta_inplace_tile_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.0151884Z test_dispatch_meta_inplace_tile_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.0152385Z test_dispatch_meta_inplace_tile_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.0152879Z test_dispatch_meta_inplace_tile_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.0153488Z test_dispatch_meta_inplace_tile_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.0154007Z test_dispatch_meta_inplace_tile_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.0154498Z test_dispatch_meta_inplace_tile_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.0154999Z test_dispatch_meta_inplace_tile_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.0155467Z test_dispatch_meta_inplace_tile_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.0155961Z test_dispatch_meta_inplace_tile_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.0156460Z test_dispatch_meta_inplace_to_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.0156951Z test_dispatch_meta_inplace_to_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.0157455Z test_dispatch_meta_inplace_to_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.0157958Z test_dispatch_meta_inplace_to_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.0158453Z test_dispatch_meta_inplace_to_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.0158942Z test_dispatch_meta_inplace_to_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.0159432Z test_dispatch_meta_inplace_to_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.0159915Z test_dispatch_meta_inplace_to_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.0160399Z test_dispatch_meta_inplace_to_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.0160874Z test_dispatch_meta_inplace_to_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.0161356Z test_dispatch_meta_inplace_to_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.0161960Z test_dispatch_meta_inplace_to_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.0162480Z test_dispatch_meta_inplace_to_sparse_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.0162984Z test_dispatch_meta_inplace_to_sparse_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:24:31.0163510Z test_dispatch_meta_inplace_to_sparse_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.0164039Z test_dispatch_meta_inplace_to_sparse_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.0164555Z test_dispatch_meta_inplace_to_sparse_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.0165081Z test_dispatch_meta_inplace_to_sparse_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.0165666Z test_dispatch_meta_inplace_to_sparse_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.0166175Z test_dispatch_meta_inplace_to_sparse_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.0166685Z test_dispatch_meta_inplace_to_sparse_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.0167287Z test_dispatch_meta_inplace_to_sparse_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.0167811Z test_dispatch_meta_inplace_to_sparse_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.0168309Z test_dispatch_meta_inplace_to_sparse_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.0168818Z test_dispatch_meta_inplace_topk_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.0169290Z test_dispatch_meta_inplace_topk_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.0169777Z test_dispatch_meta_inplace_topk_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.0170276Z test_dispatch_meta_inplace_topk_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.0170769Z test_dispatch_meta_inplace_topk_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.0171263Z test_dispatch_meta_inplace_topk_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.0171752Z test_dispatch_meta_inplace_topk_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.0172248Z test_dispatch_meta_inplace_topk_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.0172737Z test_dispatch_meta_inplace_topk_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.0173241Z test_dispatch_meta_inplace_trace_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:24:31.0173738Z test_dispatch_meta_inplace_trace_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.0174258Z test_dispatch_meta_inplace_trace_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.0174774Z test_dispatch_meta_inplace_trace_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.0175280Z test_dispatch_meta_inplace_trace_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.0175918Z test_dispatch_meta_inplace_trace_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.0176418Z test_dispatch_meta_inplace_trace_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.0176914Z test_dispatch_meta_inplace_trace_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.0177411Z test_dispatch_meta_inplace_trace_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:24:31.0177909Z test_dispatch_meta_inplace_trace_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.0178400Z test_dispatch_meta_inplace_trace_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.0178897Z test_dispatch_meta_inplace_trace_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.0179392Z test_dispatch_meta_inplace_trace_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.0179811Z test_dispatch_meta_inplace_transpose_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:24:31.0180225Z test_dispatch_meta_inplace_transpose_cuda_bool (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.0180648Z test_dispatch_meta_inplace_transpose_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.0181175Z test_dispatch_meta_inplace_transpose_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.0181618Z test_dispatch_meta_inplace_transpose_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.0182028Z test_dispatch_meta_inplace_transpose_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.0182427Z test_dispatch_meta_inplace_transpose_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.0182835Z test_dispatch_meta_inplace_transpose_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.0183241Z test_dispatch_meta_inplace_transpose_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.0183647Z test_dispatch_meta_inplace_transpose_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.0184049Z test_dispatch_meta_inplace_transpose_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.0184460Z test_dispatch_meta_inplace_transpose_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.0184865Z test_dispatch_meta_inplace_transpose_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.0185392Z test_dispatch_meta_inplace_trapezoid_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.0185941Z test_dispatch_meta_inplace_trapezoid_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.0186469Z test_dispatch_meta_inplace_trapezoid_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.0186992Z test_dispatch_meta_inplace_trapezoid_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.0187508Z test_dispatch_meta_inplace_trapezoid_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.0188033Z test_dispatch_meta_inplace_trapezoid_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.0188544Z test_dispatch_meta_inplace_trapezoid_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.0189042Z test_dispatch_meta_inplace_trapezoid_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.0189692Z test_dispatch_meta_inplace_trapezoid_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.0190205Z test_dispatch_meta_inplace_trapezoid_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:24:31.0190710Z test_dispatch_meta_inplace_trapezoid_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.0191213Z test_dispatch_meta_inplace_trapz_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.0191731Z test_dispatch_meta_inplace_trapz_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.0192242Z test_dispatch_meta_inplace_trapz_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.0192750Z test_dispatch_meta_inplace_trapz_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.0193247Z test_dispatch_meta_inplace_trapz_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.0193742Z test_dispatch_meta_inplace_trapz_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.0194236Z test_dispatch_meta_inplace_trapz_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.0195473Z test_dispatch_meta_inplace_trapz_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.0196036Z test_dispatch_meta_inplace_trapz_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.0196538Z test_dispatch_meta_inplace_trapz_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.0197040Z test_dispatch_meta_inplace_trapz_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.0197591Z test_dispatch_meta_inplace_triangular_solve_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.0198134Z test_dispatch_meta_inplace_triangular_solve_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.0198684Z test_dispatch_meta_inplace_triangular_solve_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.0199226Z test_dispatch_meta_inplace_triangular_solve_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.0199626Z test_dispatch_meta_inplace_tril_cuda_bool (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:24:31.0200034Z test_dispatch_meta_inplace_tril_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.0200440Z test_dispatch_meta_inplace_tril_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:24:31.0200843Z test_dispatch_meta_inplace_tril_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:31.0201231Z test_dispatch_meta_inplace_tril_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.0201626Z test_dispatch_meta_inplace_tril_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.0202020Z test_dispatch_meta_inplace_tril_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:24:31.0202415Z test_dispatch_meta_inplace_tril_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:31.0202794Z test_dispatch_meta_inplace_tril_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.0203170Z test_dispatch_meta_inplace_tril_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.0203553Z test_dispatch_meta_inplace_tril_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:24:31.0204087Z test_dispatch_meta_inplace_tril_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:24:31.0204609Z test_dispatch_meta_inplace_tril_indices_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.0205123Z test_dispatch_meta_inplace_tril_indices_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.0205494Z test_dispatch_meta_inplace_triu_cuda_bool (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.0205906Z test_dispatch_meta_inplace_triu_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:24:31.0206308Z test_dispatch_meta_inplace_triu_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:24:31.0206709Z test_dispatch_meta_inplace_triu_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:24:31.0207098Z test_dispatch_meta_inplace_triu_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.0207502Z test_dispatch_meta_inplace_triu_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:24:31.0207891Z test_dispatch_meta_inplace_triu_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:24:31.0208250Z test_dispatch_meta_inplace_triu_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:24:31.0208636Z test_dispatch_meta_inplace_triu_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:24:31.0209012Z test_dispatch_meta_inplace_triu_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:31.0209516Z test_dispatch_meta_inplace_triu_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.0209919Z test_dispatch_meta_inplace_triu_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:24:31.0210436Z test_dispatch_meta_inplace_triu_indices_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.0210963Z test_dispatch_meta_inplace_triu_indices_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.0211387Z test_dispatch_meta_inplace_true_divide_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:31.0211889Z test_dispatch_meta_inplace_true_divide_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T02:24:31.0212318Z test_dispatch_meta_inplace_true_divide_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.0212751Z test_dispatch_meta_inplace_true_divide_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:24:31.0213181Z test_dispatch_meta_inplace_true_divide_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:24:31.0213597Z test_dispatch_meta_inplace_true_divide_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.0214006Z test_dispatch_meta_inplace_true_divide_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:24:31.0214402Z test_dispatch_meta_inplace_true_divide_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:24:31.0214906Z test_dispatch_meta_inplace_true_divide_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T02:24:31.0215406Z test_dispatch_meta_inplace_true_divide_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:24:31.0215901Z test_dispatch_meta_inplace_true_divide_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:31.0216402Z test_dispatch_meta_inplace_true_divide_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.006s) 2022-11-23T02:24:31.0216902Z test_dispatch_meta_inplace_true_divide_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:24:31.0217311Z test_dispatch_meta_inplace_trunc_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.0217837Z test_dispatch_meta_inplace_trunc_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.0218233Z test_dispatch_meta_inplace_trunc_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.0218624Z test_dispatch_meta_inplace_trunc_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.0219017Z test_dispatch_meta_inplace_trunc_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.0219402Z test_dispatch_meta_inplace_trunc_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.0219783Z test_dispatch_meta_inplace_trunc_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.0220182Z test_dispatch_meta_inplace_trunc_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.0220570Z test_dispatch_meta_inplace_trunc_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.0221083Z test_dispatch_meta_inplace_unbind_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.004s) 2022-11-23T02:24:31.0221591Z test_dispatch_meta_inplace_unbind_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.0222105Z test_dispatch_meta_inplace_unbind_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.0222620Z test_dispatch_meta_inplace_unbind_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.0223135Z test_dispatch_meta_inplace_unbind_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.0223743Z test_dispatch_meta_inplace_unbind_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.0224268Z test_dispatch_meta_inplace_unbind_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.0224772Z test_dispatch_meta_inplace_unbind_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.0225250Z test_dispatch_meta_inplace_unbind_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.0225742Z test_dispatch_meta_inplace_unbind_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.0226235Z test_dispatch_meta_inplace_unbind_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.0226732Z test_dispatch_meta_inplace_unbind_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.0227289Z test_dispatch_meta_inplace_unbind_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.0227789Z test_dispatch_meta_inplace_unflatten_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.0228321Z test_dispatch_meta_inplace_unflatten_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.0228854Z test_dispatch_meta_inplace_unflatten_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.0229383Z test_dispatch_meta_inplace_unflatten_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.0229908Z test_dispatch_meta_inplace_unflatten_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.0230428Z test_dispatch_meta_inplace_unflatten_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.0230946Z test_dispatch_meta_inplace_unflatten_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.0231550Z test_dispatch_meta_inplace_unflatten_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.0232340Z test_dispatch_meta_inplace_unflatten_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.0232865Z test_dispatch_meta_inplace_unflatten_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:24:31.0233371Z test_dispatch_meta_inplace_unflatten_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.0233889Z test_dispatch_meta_inplace_unflatten_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.0234392Z test_dispatch_meta_inplace_unflatten_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.0234913Z test_dispatch_meta_inplace_unfold_copy_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.0235437Z test_dispatch_meta_inplace_unfold_copy_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.0235969Z test_dispatch_meta_inplace_unfold_copy_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.0236494Z test_dispatch_meta_inplace_unfold_copy_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.0237011Z test_dispatch_meta_inplace_unfold_copy_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.0237702Z test_dispatch_meta_inplace_unfold_copy_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.0238258Z test_dispatch_meta_inplace_unfold_copy_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.0238915Z test_dispatch_meta_inplace_unfold_copy_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.0239441Z test_dispatch_meta_inplace_unfold_copy_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.0239946Z test_dispatch_meta_inplace_unfold_copy_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.0240456Z test_dispatch_meta_inplace_unfold_copy_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.0240948Z test_dispatch_meta_inplace_unfold_copy_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.0241456Z test_dispatch_meta_inplace_unfold_copy_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.0241962Z test_dispatch_meta_inplace_unfold_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.0242466Z test_dispatch_meta_inplace_unfold_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.0242982Z test_dispatch_meta_inplace_unfold_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.0243497Z test_dispatch_meta_inplace_unfold_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.0244069Z test_dispatch_meta_inplace_unfold_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.0244589Z test_dispatch_meta_inplace_unfold_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.0245156Z test_dispatch_meta_inplace_unfold_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.0245726Z test_dispatch_meta_inplace_unfold_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.0246373Z test_dispatch_meta_inplace_unfold_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.0246871Z test_dispatch_meta_inplace_unfold_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.0247368Z test_dispatch_meta_inplace_unfold_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.0247839Z test_dispatch_meta_inplace_unfold_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.0248351Z test_dispatch_meta_inplace_unfold_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.0248761Z test_dispatch_meta_inplace_uniform_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.0249176Z test_dispatch_meta_inplace_uniform_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.0249597Z test_dispatch_meta_inplace_uniform_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.0250001Z test_dispatch_meta_inplace_uniform_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.0250402Z test_dispatch_meta_inplace_uniform_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.0250802Z test_dispatch_meta_inplace_uniform_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.0251547Z test_dispatch_meta_inplace_unique_consecutive_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.0252291Z test_dispatch_meta_inplace_unique_consecutive_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.0252833Z test_dispatch_meta_inplace_unique_consecutive_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.0253384Z test_dispatch_meta_inplace_unique_consecutive_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.0253917Z test_dispatch_meta_inplace_unique_consecutive_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.0254449Z test_dispatch_meta_inplace_unique_consecutive_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.0254952Z test_dispatch_meta_inplace_unique_consecutive_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.0255486Z test_dispatch_meta_inplace_unique_consecutive_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.0256015Z test_dispatch_meta_inplace_unique_consecutive_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.0256518Z test_dispatch_meta_inplace_unique_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.0257022Z test_dispatch_meta_inplace_unique_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.0257595Z test_dispatch_meta_inplace_unique_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.0258163Z test_dispatch_meta_inplace_unique_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.0258755Z test_dispatch_meta_inplace_unique_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.0259258Z test_dispatch_meta_inplace_unique_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.0259755Z test_dispatch_meta_inplace_unique_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.0260394Z test_dispatch_meta_inplace_unique_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.0260890Z test_dispatch_meta_inplace_unique_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.0261302Z test_dispatch_meta_inplace_unsqueeze_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.0261702Z test_dispatch_meta_inplace_unsqueeze_cuda_bool (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:24:31.0262126Z test_dispatch_meta_inplace_unsqueeze_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.0262555Z test_dispatch_meta_inplace_unsqueeze_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.0262972Z test_dispatch_meta_inplace_unsqueeze_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.0263378Z test_dispatch_meta_inplace_unsqueeze_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.0263873Z test_dispatch_meta_inplace_unsqueeze_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.0264280Z test_dispatch_meta_inplace_unsqueeze_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.0264787Z test_dispatch_meta_inplace_unsqueeze_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.0265196Z test_dispatch_meta_inplace_unsqueeze_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.0265598Z test_dispatch_meta_inplace_unsqueeze_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.0266108Z test_dispatch_meta_inplace_unsqueeze_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.0266509Z test_dispatch_meta_inplace_unsqueeze_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.0267015Z test_dispatch_meta_inplace_var_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.0267527Z test_dispatch_meta_inplace_var_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.011s) 2022-11-23T02:24:31.0268036Z test_dispatch_meta_inplace_var_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.0268524Z test_dispatch_meta_inplace_var_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.0269039Z test_dispatch_meta_inplace_var_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.0269543Z test_dispatch_meta_inplace_var_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.0270124Z test_dispatch_meta_inplace_var_mean_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.0270655Z test_dispatch_meta_inplace_var_mean_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.0271323Z test_dispatch_meta_inplace_var_mean_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.0271841Z test_dispatch_meta_inplace_var_mean_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.0272351Z test_dispatch_meta_inplace_var_mean_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.0272847Z test_dispatch_meta_inplace_var_mean_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.0273350Z test_dispatch_meta_inplace_vdot_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.0273865Z test_dispatch_meta_inplace_vdot_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.0274368Z test_dispatch_meta_inplace_vdot_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.0275004Z test_dispatch_meta_inplace_vdot_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.0275506Z test_dispatch_meta_inplace_vdot_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.0275996Z test_dispatch_meta_inplace_vdot_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.0276609Z test_dispatch_meta_inplace_view_as_complex_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.0277143Z test_dispatch_meta_inplace_view_as_complex_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.0277811Z test_dispatch_meta_inplace_view_as_complex_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.0278330Z test_dispatch_meta_inplace_view_as_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.0278822Z test_dispatch_meta_inplace_view_as_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.0279336Z test_dispatch_meta_inplace_view_as_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.0279852Z test_dispatch_meta_inplace_view_as_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.0280481Z test_dispatch_meta_inplace_view_as_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.0281009Z test_dispatch_meta_inplace_view_as_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.0281492Z test_dispatch_meta_inplace_view_as_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.0281999Z test_dispatch_meta_inplace_view_as_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.0282497Z test_dispatch_meta_inplace_view_as_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.0283059Z test_dispatch_meta_inplace_view_as_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.0283560Z test_dispatch_meta_inplace_view_as_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.0284172Z test_dispatch_meta_inplace_view_as_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.0284681Z test_dispatch_meta_inplace_view_as_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.0285217Z test_dispatch_meta_inplace_view_as_real_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.0285752Z test_dispatch_meta_inplace_view_as_real_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.0286260Z test_dispatch_meta_inplace_view_copy_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.0286767Z test_dispatch_meta_inplace_view_copy_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:24:31.0287289Z test_dispatch_meta_inplace_view_copy_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.0287798Z test_dispatch_meta_inplace_view_copy_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.0288304Z test_dispatch_meta_inplace_view_copy_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.0288931Z test_dispatch_meta_inplace_view_copy_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.0289511Z test_dispatch_meta_inplace_view_copy_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.0290020Z test_dispatch_meta_inplace_view_copy_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.0290657Z test_dispatch_meta_inplace_view_copy_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.0291167Z test_dispatch_meta_inplace_view_copy_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.011s) 2022-11-23T02:24:31.0291670Z test_dispatch_meta_inplace_view_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.0292164Z test_dispatch_meta_inplace_view_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.0292673Z test_dispatch_meta_inplace_view_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.0293182Z test_dispatch_meta_inplace_view_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.0293679Z test_dispatch_meta_inplace_view_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.0294293Z test_dispatch_meta_inplace_view_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.0294809Z test_dispatch_meta_inplace_view_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.0295309Z test_dispatch_meta_inplace_view_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.0295870Z test_dispatch_meta_inplace_view_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.0296367Z test_dispatch_meta_inplace_view_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.0296886Z test_dispatch_meta_inplace_view_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.0297468Z test_dispatch_meta_inplace_view_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.0297961Z test_dispatch_meta_inplace_view_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.0298482Z test_dispatch_meta_inplace_vsplit_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.0298983Z test_dispatch_meta_inplace_vsplit_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.0299509Z test_dispatch_meta_inplace_vsplit_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.0300025Z test_dispatch_meta_inplace_vsplit_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.0300540Z test_dispatch_meta_inplace_vsplit_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.0301048Z test_dispatch_meta_inplace_vsplit_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.0301557Z test_dispatch_meta_inplace_vsplit_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.0302062Z test_dispatch_meta_inplace_vsplit_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.0302763Z test_dispatch_meta_inplace_vsplit_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.0303313Z test_dispatch_meta_inplace_vsplit_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.0303887Z test_dispatch_meta_inplace_vsplit_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.0304385Z test_dispatch_meta_inplace_vsplit_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.0304892Z test_dispatch_meta_inplace_vsplit_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.0305405Z test_dispatch_meta_inplace_vstack_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.0305900Z test_dispatch_meta_inplace_vstack_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.0306429Z test_dispatch_meta_inplace_vstack_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.0306942Z test_dispatch_meta_inplace_vstack_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.0307456Z test_dispatch_meta_inplace_vstack_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.0307958Z test_dispatch_meta_inplace_vstack_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.0308571Z test_dispatch_meta_inplace_vstack_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.0309147Z test_dispatch_meta_inplace_vstack_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.0309721Z test_dispatch_meta_inplace_vstack_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.0310314Z test_dispatch_meta_inplace_vstack_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.0310812Z test_dispatch_meta_inplace_vstack_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.0311311Z test_dispatch_meta_inplace_vstack_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.0311787Z test_dispatch_meta_inplace_vstack_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:24:31.0312299Z test_dispatch_meta_inplace_where_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.0312803Z test_dispatch_meta_inplace_where_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.0313318Z test_dispatch_meta_inplace_where_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.0313830Z test_dispatch_meta_inplace_where_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.0314383Z test_dispatch_meta_inplace_where_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.0314890Z test_dispatch_meta_inplace_where_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.0315459Z test_dispatch_meta_inplace_where_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.0316030Z test_dispatch_meta_inplace_where_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.011s) 2022-11-23T02:24:31.0316614Z test_dispatch_meta_inplace_where_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.0317261Z test_dispatch_meta_inplace_where_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.0317752Z test_dispatch_meta_inplace_where_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.0318245Z test_dispatch_meta_inplace_where_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.0318732Z test_dispatch_meta_inplace_where_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.0319138Z test_dispatch_meta_inplace_xlogy_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.0319617Z test_dispatch_meta_inplace_xlogy_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:31.0320011Z test_dispatch_meta_inplace_xlogy_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:31.0320413Z test_dispatch_meta_inplace_xlogy_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.0320809Z test_dispatch_meta_inplace_xlogy_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-11-23T02:24:31.0321291Z test_dispatch_meta_inplace_xlogy_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T02:24:31.0321824Z test_dispatch_meta_inplace_xlogy_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T02:24:31.0322293Z test_dispatch_meta_inplace_xlogy_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T02:24:31.0323015Z test_dispatch_meta_inplace_xlogy_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T02:24:31.0323521Z test_dispatch_meta_inplace_xlogy_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:31.0323923Z test_dispatch_meta_inplace_zero__cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.0324301Z test_dispatch_meta_inplace_zero__cuda_bool (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.0324705Z test_dispatch_meta_inplace_zero__cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:24:31.0325105Z test_dispatch_meta_inplace_zero__cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.0325493Z test_dispatch_meta_inplace_zero__cuda_float16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.0325888Z test_dispatch_meta_inplace_zero__cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.0326284Z test_dispatch_meta_inplace_zero__cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.0326671Z test_dispatch_meta_inplace_zero__cuda_int16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.0327096Z test_dispatch_meta_inplace_zero__cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.0327475Z test_dispatch_meta_inplace_zero__cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.0327864Z test_dispatch_meta_inplace_zero__cuda_int8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.0328304Z test_dispatch_meta_inplace_zero__cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.0328855Z test_dispatch_meta_inplace_zeros_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.0329444Z test_dispatch_meta_inplace_zeros_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.0329945Z test_dispatch_meta_inplace_zeros_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.0330472Z test_dispatch_meta_inplace_zeros_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.0330986Z test_dispatch_meta_inplace_zeros_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.0331637Z test_dispatch_meta_inplace_zeros_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.0332139Z test_dispatch_meta_inplace_zeros_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.0332632Z test_dispatch_meta_inplace_zeros_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.0333125Z test_dispatch_meta_inplace_zeros_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.0333630Z test_dispatch_meta_inplace_zeros_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.0334126Z test_dispatch_meta_inplace_zeros_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.004s) 2022-11-23T02:24:31.0334681Z test_dispatch_meta_inplace_zeros_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.0335169Z test_dispatch_meta_inplace_zeros_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.0335814Z test_dispatch_meta_inplace_zeros_like_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.0336325Z test_dispatch_meta_inplace_zeros_like_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.0336969Z test_dispatch_meta_inplace_zeros_like_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.0337519Z test_dispatch_meta_inplace_zeros_like_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.0338044Z test_dispatch_meta_inplace_zeros_like_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.0338565Z test_dispatch_meta_inplace_zeros_like_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.0339085Z test_dispatch_meta_inplace_zeros_like_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.0339600Z test_dispatch_meta_inplace_zeros_like_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.0340106Z test_dispatch_meta_inplace_zeros_like_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.0340614Z test_dispatch_meta_inplace_zeros_like_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.0341183Z test_dispatch_meta_inplace_zeros_like_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.0341694Z test_dispatch_meta_inplace_zeros_like_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.0342330Z test_dispatch_meta_inplace_zeros_like_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.0342728Z test_dispatch_meta_outplace_H_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.0343108Z test_dispatch_meta_outplace_H_cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.0343508Z test_dispatch_meta_outplace_H_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.0343899Z test_dispatch_meta_outplace_H_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.0344306Z test_dispatch_meta_outplace_H_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.0344687Z test_dispatch_meta_outplace_H_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.0345072Z test_dispatch_meta_outplace_H_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.0346304Z test_dispatch_meta_outplace_H_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.0346687Z test_dispatch_meta_outplace_H_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.0347058Z test_dispatch_meta_outplace_H_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.0347487Z test_dispatch_meta_outplace_H_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.0347871Z test_dispatch_meta_outplace_H_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.0348321Z test_dispatch_meta_outplace_H_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.0348802Z test_dispatch_meta_outplace_T_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.0349186Z test_dispatch_meta_outplace_T_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.0349580Z test_dispatch_meta_outplace_T_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.0349950Z test_dispatch_meta_outplace_T_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.0350348Z test_dispatch_meta_outplace_T_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.0350738Z test_dispatch_meta_outplace_T_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.0351123Z test_dispatch_meta_outplace_T_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.0351501Z test_dispatch_meta_outplace_T_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.0352026Z test_dispatch_meta_outplace_T_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.0352424Z test_dispatch_meta_outplace_T_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.0352793Z test_dispatch_meta_outplace_T_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.0353170Z test_dispatch_meta_outplace_T_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.0353551Z test_dispatch_meta_outplace_T_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.0354047Z test_dispatch_meta_outplace___getitem___cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:24:31.0354458Z test_dispatch_meta_outplace___getitem___cuda_bool (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.0355018Z test_dispatch_meta_outplace___getitem___cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.041s) 2022-11-23T02:24:31.0355448Z test_dispatch_meta_outplace___getitem___cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:24:31.0355878Z test_dispatch_meta_outplace___getitem___cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.039s) 2022-11-23T02:24:31.0356289Z test_dispatch_meta_outplace___getitem___cuda_float16 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-11-23T02:24:31.0356702Z test_dispatch_meta_outplace___getitem___cuda_float32 (__main__.TestMetaCUDA) ... ok (0.034s) 2022-11-23T02:24:31.0357115Z test_dispatch_meta_outplace___getitem___cuda_float64 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:24:31.0357524Z test_dispatch_meta_outplace___getitem___cuda_int16 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:24:31.0357927Z test_dispatch_meta_outplace___getitem___cuda_int32 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:24:31.0358322Z test_dispatch_meta_outplace___getitem___cuda_int64 (__main__.TestMetaCUDA) ... ok (0.034s) 2022-11-23T02:24:31.0358722Z test_dispatch_meta_outplace___getitem___cuda_int8 (__main__.TestMetaCUDA) ... ok (0.033s) 2022-11-23T02:24:31.0359120Z test_dispatch_meta_outplace___getitem___cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:24:31.0359521Z test_dispatch_meta_outplace___radd___cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:24:31.0359914Z test_dispatch_meta_outplace___radd___cuda_bool (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:31.0360383Z test_dispatch_meta_outplace___radd___cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:31.0360940Z test_dispatch_meta_outplace___radd___cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.0361460Z test_dispatch_meta_outplace___radd___cuda_float16 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.0361860Z test_dispatch_meta_outplace___radd___cuda_float32 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.0362256Z test_dispatch_meta_outplace___radd___cuda_float64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.0362648Z test_dispatch_meta_outplace___radd___cuda_int16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.0363045Z test_dispatch_meta_outplace___radd___cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.0363420Z test_dispatch_meta_outplace___radd___cuda_int64 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:24:31.0363813Z test_dispatch_meta_outplace___radd___cuda_int8 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.0364211Z test_dispatch_meta_outplace___radd___cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.0364604Z test_dispatch_meta_outplace___rand___cuda_bool (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.0364993Z test_dispatch_meta_outplace___rand___cuda_int16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.0365387Z test_dispatch_meta_outplace___rand___cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.0365778Z test_dispatch_meta_outplace___rand___cuda_int64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.0366275Z test_dispatch_meta_outplace___rand___cuda_int8 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:24:31.0366750Z test_dispatch_meta_outplace___rand___cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:31.0367201Z test_dispatch_meta_outplace___rdiv___cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:24:31.0367655Z test_dispatch_meta_outplace___rdiv___cuda_bool (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:24:31.0368084Z test_dispatch_meta_outplace___rdiv___cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:24:31.0368492Z test_dispatch_meta_outplace___rdiv___cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-11-23T02:24:31.0368948Z test_dispatch_meta_outplace___rdiv___cuda_float16 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:31.0369355Z test_dispatch_meta_outplace___rdiv___cuda_float32 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:24:31.0369753Z test_dispatch_meta_outplace___rdiv___cuda_float64 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.0370149Z test_dispatch_meta_outplace___rdiv___cuda_int16 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.0370539Z test_dispatch_meta_outplace___rdiv___cuda_int32 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.0370921Z test_dispatch_meta_outplace___rdiv___cuda_int64 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:24:31.0371331Z test_dispatch_meta_outplace___rdiv___cuda_int8 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:24:31.0371701Z test_dispatch_meta_outplace___rdiv___cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:24:31.0372124Z test_dispatch_meta_outplace___rmatmul___cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.068s) 2022-11-23T02:24:31.0372545Z test_dispatch_meta_outplace___rmatmul___cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.059s) 2022-11-23T02:24:31.0372972Z test_dispatch_meta_outplace___rmatmul___cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.066s) 2022-11-23T02:24:31.0373393Z test_dispatch_meta_outplace___rmatmul___cuda_float16 (__main__.TestMetaCUDA) ... ok (0.059s) 2022-11-23T02:24:31.0373807Z test_dispatch_meta_outplace___rmatmul___cuda_float32 (__main__.TestMetaCUDA) ... ok (0.045s) 2022-11-23T02:24:31.0374218Z test_dispatch_meta_outplace___rmatmul___cuda_float64 (__main__.TestMetaCUDA) ... ok (0.042s) 2022-11-23T02:24:31.0374846Z test_dispatch_meta_outplace___rmod___cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.0375243Z test_dispatch_meta_outplace___rmod___cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.0375723Z test_dispatch_meta_outplace___rmod___cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.0376123Z test_dispatch_meta_outplace___rmod___cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.0376510Z test_dispatch_meta_outplace___rmod___cuda_int16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.0376903Z test_dispatch_meta_outplace___rmod___cuda_int32 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:24:31.0377295Z test_dispatch_meta_outplace___rmod___cuda_int64 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:24:31.0377687Z test_dispatch_meta_outplace___rmod___cuda_int8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.0378073Z test_dispatch_meta_outplace___rmod___cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:24:31.0378481Z test_dispatch_meta_outplace___rmul___cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.0378871Z test_dispatch_meta_outplace___rmul___cuda_bool (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.0379283Z test_dispatch_meta_outplace___rmul___cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.0379677Z test_dispatch_meta_outplace___rmul___cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.0380072Z test_dispatch_meta_outplace___rmul___cuda_float16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.0380583Z test_dispatch_meta_outplace___rmul___cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.0381003Z test_dispatch_meta_outplace___rmul___cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.0381391Z test_dispatch_meta_outplace___rmul___cuda_int16 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:24:31.0381787Z test_dispatch_meta_outplace___rmul___cuda_int32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.0382176Z test_dispatch_meta_outplace___rmul___cuda_int64 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:31.0382570Z test_dispatch_meta_outplace___rmul___cuda_int8 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.0382956Z test_dispatch_meta_outplace___rmul___cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.0383344Z test_dispatch_meta_outplace___ror___cuda_bool (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.0383738Z test_dispatch_meta_outplace___ror___cuda_int16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.0384127Z test_dispatch_meta_outplace___ror___cuda_int32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.0384512Z test_dispatch_meta_outplace___ror___cuda_int64 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:24:31.0384895Z test_dispatch_meta_outplace___ror___cuda_int8 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.0385285Z test_dispatch_meta_outplace___ror___cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.0385692Z test_dispatch_meta_outplace___rpow___cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:24:31.0386104Z test_dispatch_meta_outplace___rpow___cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:24:31.0386514Z test_dispatch_meta_outplace___rpow___cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:24:31.0386909Z test_dispatch_meta_outplace___rpow___cuda_float16 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:24:31.0387310Z test_dispatch_meta_outplace___rpow___cuda_float32 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:24:31.0387685Z test_dispatch_meta_outplace___rpow___cuda_float64 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:24:31.0388074Z test_dispatch_meta_outplace___rpow___cuda_int16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.0388595Z test_dispatch_meta_outplace___rpow___cuda_int32 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.0388989Z test_dispatch_meta_outplace___rpow___cuda_int64 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:24:31.0389475Z test_dispatch_meta_outplace___rpow___cuda_int8 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.0389875Z test_dispatch_meta_outplace___rpow___cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:24:31.0390275Z test_dispatch_meta_outplace___rsub___cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.0390938Z test_dispatch_meta_outplace___rsub___cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.0391362Z test_dispatch_meta_outplace___rsub___cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.0391698Z test_dispatch_meta_outplace___rsub___cuda_float16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.0391912Z test_dispatch_meta_outplace___rsub___cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.0392122Z test_dispatch_meta_outplace___rsub___cuda_float64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.0392458Z test_dispatch_meta_outplace___rsub___cuda_int16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.0392668Z test_dispatch_meta_outplace___rsub___cuda_int32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.0392866Z test_dispatch_meta_outplace___rsub___cuda_int64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.0393069Z test_dispatch_meta_outplace___rsub___cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.0393450Z test_dispatch_meta_outplace___rsub___cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.0393680Z test_dispatch_meta_outplace___rxor___cuda_bool (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.0393876Z test_dispatch_meta_outplace___rxor___cuda_int16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.0394085Z test_dispatch_meta_outplace___rxor___cuda_int32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.0394261Z test_dispatch_meta_outplace___rxor___cuda_int64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.0394456Z test_dispatch_meta_outplace___rxor___cuda_int8 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.0394649Z test_dispatch_meta_outplace___rxor___cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.0395102Z test_dispatch_meta_outplace__softmax_backward_data_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.0395353Z test_dispatch_meta_outplace__softmax_backward_data_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.0395700Z test_dispatch_meta_outplace__softmax_backward_data_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.0396087Z test_dispatch_meta_outplace__softmax_backward_data_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.0396302Z test_dispatch_meta_outplace_abs_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.0396500Z test_dispatch_meta_outplace_abs_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.0396704Z test_dispatch_meta_outplace_abs_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.364s) 2022-11-23T02:24:31.0396908Z test_dispatch_meta_outplace_abs_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.292s) 2022-11-23T02:24:31.0397111Z test_dispatch_meta_outplace_abs_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.271s) 2022-11-23T02:24:31.0397314Z test_dispatch_meta_outplace_abs_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.0397513Z test_dispatch_meta_outplace_abs_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.0397712Z test_dispatch_meta_outplace_abs_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.0397905Z test_dispatch_meta_outplace_abs_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.0398216Z test_dispatch_meta_outplace_abs_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.0398401Z test_dispatch_meta_outplace_abs_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.0398593Z test_dispatch_meta_outplace_abs_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.0398764Z test_dispatch_meta_outplace_abs_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.0398964Z test_dispatch_meta_outplace_acos_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.0399163Z test_dispatch_meta_outplace_acos_cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.0399369Z test_dispatch_meta_outplace_acos_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.0399572Z test_dispatch_meta_outplace_acos_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.0399774Z test_dispatch_meta_outplace_acos_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.0399976Z test_dispatch_meta_outplace_acos_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.0400176Z test_dispatch_meta_outplace_acos_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.0400375Z test_dispatch_meta_outplace_acos_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.0400572Z test_dispatch_meta_outplace_acos_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.0400761Z test_dispatch_meta_outplace_acos_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.0401020Z test_dispatch_meta_outplace_acos_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.0401407Z test_dispatch_meta_outplace_acos_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.0401607Z test_dispatch_meta_outplace_acos_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.0401814Z test_dispatch_meta_outplace_acosh_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.0402114Z test_dispatch_meta_outplace_acosh_cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.0402517Z test_dispatch_meta_outplace_acosh_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.0402733Z test_dispatch_meta_outplace_acosh_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.0402938Z test_dispatch_meta_outplace_acosh_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.0403129Z test_dispatch_meta_outplace_acosh_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.0403330Z test_dispatch_meta_outplace_acosh_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.0403529Z test_dispatch_meta_outplace_acosh_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.0403728Z test_dispatch_meta_outplace_acosh_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.0403928Z test_dispatch_meta_outplace_acosh_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.0404124Z test_dispatch_meta_outplace_acosh_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.0404319Z test_dispatch_meta_outplace_acosh_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:24:31.0404512Z test_dispatch_meta_outplace_acosh_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.0404715Z test_dispatch_meta_outplace_add_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-11-23T02:24:31.0404916Z test_dispatch_meta_outplace_add_cuda_bool (__main__.TestMetaCUDA) ... ok (0.034s) 2022-11-23T02:24:31.0405119Z test_dispatch_meta_outplace_add_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.034s) 2022-11-23T02:24:31.0405320Z test_dispatch_meta_outplace_add_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.038s) 2022-11-23T02:24:31.0405520Z test_dispatch_meta_outplace_add_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:24:31.0405823Z test_dispatch_meta_outplace_add_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:24:31.0406021Z test_dispatch_meta_outplace_add_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:24:31.0406216Z test_dispatch_meta_outplace_add_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.033s) 2022-11-23T02:24:31.0406413Z test_dispatch_meta_outplace_add_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:24:31.0406599Z test_dispatch_meta_outplace_add_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:24:31.0406786Z test_dispatch_meta_outplace_add_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:24:31.0406963Z test_dispatch_meta_outplace_add_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:24:31.0407149Z test_dispatch_meta_outplace_add_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:24:31.0407355Z test_dispatch_meta_outplace_addbmm_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.0407566Z test_dispatch_meta_outplace_addbmm_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-11-23T02:24:31.0407901Z test_dispatch_meta_outplace_addbmm_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:24:31.0408110Z test_dispatch_meta_outplace_addbmm_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:24:31.0408312Z test_dispatch_meta_outplace_addbmm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:24:31.0408620Z test_dispatch_meta_outplace_addbmm_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.0409510Z test_dispatch_meta_outplace_addcdiv_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.056s) 2022-11-23T02:24:31.0409792Z test_dispatch_meta_outplace_addcdiv_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.054s) 2022-11-23T02:24:31.0410003Z test_dispatch_meta_outplace_addcdiv_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.052s) 2022-11-23T02:24:31.0410213Z test_dispatch_meta_outplace_addcdiv_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.070s) 2022-11-23T02:24:31.0410520Z test_dispatch_meta_outplace_addcdiv_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.054s) 2022-11-23T02:24:31.0410717Z test_dispatch_meta_outplace_addcdiv_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.062s) 2022-11-23T02:24:31.0410926Z test_dispatch_meta_outplace_addcmul_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.053s) 2022-11-23T02:24:31.0411131Z test_dispatch_meta_outplace_addcmul_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.049s) 2022-11-23T02:24:31.0411339Z test_dispatch_meta_outplace_addcmul_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.060s) 2022-11-23T02:24:31.0411536Z test_dispatch_meta_outplace_addcmul_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.071s) 2022-11-23T02:24:31.0411736Z test_dispatch_meta_outplace_addcmul_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.056s) 2022-11-23T02:24:31.0411935Z test_dispatch_meta_outplace_addcmul_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.054s) 2022-11-23T02:24:31.0412122Z test_dispatch_meta_outplace_addcmul_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.047s) 2022-11-23T02:24:31.0412321Z test_dispatch_meta_outplace_addcmul_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.052s) 2022-11-23T02:24:31.0412522Z test_dispatch_meta_outplace_addcmul_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.037s) 2022-11-23T02:24:31.0412723Z test_dispatch_meta_outplace_addcmul_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.054s) 2022-11-23T02:24:31.0412925Z test_dispatch_meta_outplace_addcmul_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.045s) 2022-11-23T02:24:31.0413126Z test_dispatch_meta_outplace_addmm_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.0413332Z test_dispatch_meta_outplace_addmm_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.0413537Z test_dispatch_meta_outplace_addmm_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:31.0413847Z test_dispatch_meta_outplace_addmm_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.0414046Z test_dispatch_meta_outplace_addmm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.0414400Z test_dispatch_meta_outplace_addmm_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:24:31.0414639Z test_dispatch_meta_outplace_addmm_decomposed_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.0414867Z test_dispatch_meta_outplace_addmm_decomposed_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:31.0415216Z test_dispatch_meta_outplace_addmm_decomposed_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.0415541Z test_dispatch_meta_outplace_addmm_decomposed_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.0415759Z test_dispatch_meta_outplace_addmm_decomposed_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.0415970Z test_dispatch_meta_outplace_addmm_decomposed_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.0416171Z test_dispatch_meta_outplace_addmv_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:31.0416376Z test_dispatch_meta_outplace_addmv_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.0416564Z test_dispatch_meta_outplace_addmv_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.0416766Z test_dispatch_meta_outplace_addmv_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:24:31.0417441Z test_dispatch_meta_outplace_addmv_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.0417698Z test_dispatch_meta_outplace_addmv_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.0417903Z test_dispatch_meta_outplace_addr_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:24:31.0418105Z test_dispatch_meta_outplace_addr_cuda_bool (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.0418309Z test_dispatch_meta_outplace_addr_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:31.0418511Z test_dispatch_meta_outplace_addr_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:24:31.0418710Z test_dispatch_meta_outplace_addr_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:24:31.0418909Z test_dispatch_meta_outplace_addr_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:24:31.0419108Z test_dispatch_meta_outplace_addr_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:24:31.0419306Z test_dispatch_meta_outplace_addr_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:24:31.0419496Z test_dispatch_meta_outplace_addr_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:24:31.0419683Z test_dispatch_meta_outplace_addr_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:24:31.0419881Z test_dispatch_meta_outplace_addr_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:24:31.0420070Z test_dispatch_meta_outplace_addr_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:24:31.0420268Z test_dispatch_meta_outplace_all_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.039s) 2022-11-23T02:24:31.0420460Z test_dispatch_meta_outplace_all_cuda_bool (__main__.TestMetaCUDA) ... ok (0.044s) 2022-11-23T02:24:31.0420793Z test_dispatch_meta_outplace_all_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:24:31.0420992Z test_dispatch_meta_outplace_all_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.033s) 2022-11-23T02:24:31.0421193Z test_dispatch_meta_outplace_all_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-11-23T02:24:31.0421395Z test_dispatch_meta_outplace_all_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:24:31.0421803Z test_dispatch_meta_outplace_all_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.034s) 2022-11-23T02:24:31.0422215Z test_dispatch_meta_outplace_all_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-11-23T02:24:31.0422404Z test_dispatch_meta_outplace_all_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-11-23T02:24:31.0422589Z test_dispatch_meta_outplace_all_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:24:31.0422781Z test_dispatch_meta_outplace_all_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-11-23T02:24:31.0422966Z test_dispatch_meta_outplace_all_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.039s) 2022-11-23T02:24:31.0423176Z test_dispatch_meta_outplace_allclose_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.107s) 2022-11-23T02:24:31.0423391Z test_dispatch_meta_outplace_allclose_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.093s) 2022-11-23T02:24:31.0423602Z test_dispatch_meta_outplace_allclose_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.090s) 2022-11-23T02:24:31.0423811Z test_dispatch_meta_outplace_allclose_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.118s) 2022-11-23T02:24:31.0424022Z test_dispatch_meta_outplace_allclose_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.095s) 2022-11-23T02:24:31.0424222Z test_dispatch_meta_outplace_allclose_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.125s) 2022-11-23T02:24:31.0424424Z test_dispatch_meta_outplace_amax_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.053s) 2022-11-23T02:24:31.0424621Z test_dispatch_meta_outplace_amax_cuda_bool (__main__.TestMetaCUDA) ... ok (0.037s) 2022-11-23T02:24:31.0424820Z test_dispatch_meta_outplace_amax_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.047s) 2022-11-23T02:24:31.0425462Z test_dispatch_meta_outplace_amax_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-11-23T02:24:31.0425692Z test_dispatch_meta_outplace_amax_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-11-23T02:24:31.0425893Z test_dispatch_meta_outplace_amax_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.033s) 2022-11-23T02:24:31.0426088Z test_dispatch_meta_outplace_amax_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-11-23T02:24:31.0426274Z test_dispatch_meta_outplace_amax_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-11-23T02:24:31.0426469Z test_dispatch_meta_outplace_amax_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:24:31.0426704Z test_dispatch_meta_outplace_amax_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:24:31.0426906Z test_dispatch_meta_outplace_amin_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.042s) 2022-11-23T02:24:31.0427106Z test_dispatch_meta_outplace_amin_cuda_bool (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:24:31.0427435Z test_dispatch_meta_outplace_amin_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.035s) 2022-11-23T02:24:31.0427638Z test_dispatch_meta_outplace_amin_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-11-23T02:24:31.0427926Z test_dispatch_meta_outplace_amin_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-11-23T02:24:31.0428129Z test_dispatch_meta_outplace_amin_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:24:31.0428315Z test_dispatch_meta_outplace_amin_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.040s) 2022-11-23T02:24:31.0428500Z test_dispatch_meta_outplace_amin_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-11-23T02:24:31.0428692Z test_dispatch_meta_outplace_amin_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:24:31.0428879Z test_dispatch_meta_outplace_amin_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.037s) 2022-11-23T02:24:31.0429086Z test_dispatch_meta_outplace_aminmax_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.0429285Z test_dispatch_meta_outplace_aminmax_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.0429491Z test_dispatch_meta_outplace_aminmax_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.0429680Z test_dispatch_meta_outplace_aminmax_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.0429991Z test_dispatch_meta_outplace_aminmax_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.0430194Z test_dispatch_meta_outplace_aminmax_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.0430398Z test_dispatch_meta_outplace_aminmax_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.0430597Z test_dispatch_meta_outplace_aminmax_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.0430797Z test_dispatch_meta_outplace_aminmax_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.0430998Z test_dispatch_meta_outplace_aminmax_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.0431196Z test_dispatch_meta_outplace_angle_cuda_bool (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.0431401Z test_dispatch_meta_outplace_angle_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.337s) 2022-11-23T02:24:31.0431609Z test_dispatch_meta_outplace_angle_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.323s) 2022-11-23T02:24:31.0431812Z test_dispatch_meta_outplace_angle_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.331s) 2022-11-23T02:24:31.0432013Z test_dispatch_meta_outplace_angle_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.0432211Z test_dispatch_meta_outplace_angle_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.0432408Z test_dispatch_meta_outplace_angle_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.0433042Z test_dispatch_meta_outplace_angle_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.0433427Z test_dispatch_meta_outplace_angle_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.0433631Z test_dispatch_meta_outplace_angle_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.0433828Z test_dispatch_meta_outplace_angle_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.0434147Z test_dispatch_meta_outplace_any_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:24:31.0434444Z test_dispatch_meta_outplace_any_cuda_bool (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:24:31.0434655Z test_dispatch_meta_outplace_any_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.033s) 2022-11-23T02:24:31.0434858Z test_dispatch_meta_outplace_any_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:24:31.0435052Z test_dispatch_meta_outplace_any_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:24:31.0435253Z test_dispatch_meta_outplace_any_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:24:31.0435451Z test_dispatch_meta_outplace_any_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:24:31.0435647Z test_dispatch_meta_outplace_any_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.0435837Z test_dispatch_meta_outplace_any_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.033s) 2022-11-23T02:24:31.0436027Z test_dispatch_meta_outplace_any_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:24:31.0436221Z test_dispatch_meta_outplace_any_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:24:31.0436411Z test_dispatch_meta_outplace_any_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:24:31.0436615Z test_dispatch_meta_outplace_arange_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.0436819Z test_dispatch_meta_outplace_arange_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:24:31.0437024Z test_dispatch_meta_outplace_arange_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:24:31.0437227Z test_dispatch_meta_outplace_arange_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.0437426Z test_dispatch_meta_outplace_arange_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:24:31.0437737Z test_dispatch_meta_outplace_arange_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:24:31.0437940Z test_dispatch_meta_outplace_arange_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.0438140Z test_dispatch_meta_outplace_arange_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:24:31.0438320Z test_dispatch_meta_outplace_arange_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.0438524Z test_dispatch_meta_outplace_argmax_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.0438729Z test_dispatch_meta_outplace_argmax_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.0438932Z test_dispatch_meta_outplace_argmax_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.0439133Z test_dispatch_meta_outplace_argmax_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:24:31.0439329Z test_dispatch_meta_outplace_argmax_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:24:31.0439653Z test_dispatch_meta_outplace_argmax_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:24:31.0439872Z test_dispatch_meta_outplace_argmax_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:24:31.0440070Z test_dispatch_meta_outplace_argmax_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:24:31.0440266Z test_dispatch_meta_outplace_argmax_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:24:31.0440597Z test_dispatch_meta_outplace_argmin_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:24:31.0441346Z test_dispatch_meta_outplace_argmin_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:24:31.0441600Z test_dispatch_meta_outplace_argmin_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:24:31.0441801Z test_dispatch_meta_outplace_argmin_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.0441999Z test_dispatch_meta_outplace_argmin_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:24:31.0442203Z test_dispatch_meta_outplace_argmin_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:24:31.0442399Z test_dispatch_meta_outplace_argmin_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.0442597Z test_dispatch_meta_outplace_argmin_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:24:31.0442793Z test_dispatch_meta_outplace_argmin_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:24:31.0442984Z test_dispatch_meta_outplace_argsort_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:24:31.0443192Z test_dispatch_meta_outplace_argsort_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.033s) 2022-11-23T02:24:31.0443396Z test_dispatch_meta_outplace_argsort_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:24:31.0443595Z test_dispatch_meta_outplace_argsort_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.0443798Z test_dispatch_meta_outplace_argsort_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.035s) 2022-11-23T02:24:31.0443999Z test_dispatch_meta_outplace_argsort_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:24:31.0444199Z test_dispatch_meta_outplace_argsort_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:24:31.0444394Z test_dispatch_meta_outplace_argsort_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:24:31.0444590Z test_dispatch_meta_outplace_argsort_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:24:31.0444804Z test_dispatch_meta_outplace_argwhere_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.0445078Z test_dispatch_meta_outplace_argwhere_cuda_bool (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:24:31.0445294Z test_dispatch_meta_outplace_argwhere_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.0445508Z test_dispatch_meta_outplace_argwhere_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.0445824Z test_dispatch_meta_outplace_argwhere_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.0446184Z test_dispatch_meta_outplace_argwhere_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.0446393Z test_dispatch_meta_outplace_argwhere_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.0446593Z test_dispatch_meta_outplace_argwhere_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.0446887Z test_dispatch_meta_outplace_argwhere_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.0447227Z test_dispatch_meta_outplace_argwhere_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:24:31.0447445Z test_dispatch_meta_outplace_argwhere_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.0447626Z test_dispatch_meta_outplace_argwhere_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.0447840Z test_dispatch_meta_outplace_as_strided_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.0448047Z test_dispatch_meta_outplace_as_strided_cuda_bool (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.0448262Z test_dispatch_meta_outplace_as_strided_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.0448477Z test_dispatch_meta_outplace_as_strided_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.0448690Z test_dispatch_meta_outplace_as_strided_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.0449350Z test_dispatch_meta_outplace_as_strided_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.0449613Z test_dispatch_meta_outplace_as_strided_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.0449817Z test_dispatch_meta_outplace_as_strided_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.0450026Z test_dispatch_meta_outplace_as_strided_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.0450230Z test_dispatch_meta_outplace_as_strided_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.0450428Z test_dispatch_meta_outplace_as_strided_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.0450631Z test_dispatch_meta_outplace_as_strided_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.0450827Z test_dispatch_meta_outplace_as_strided_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.0451059Z test_dispatch_meta_outplace_as_strided_scatter_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.0451280Z test_dispatch_meta_outplace_as_strided_scatter_cuda_bool (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.0451511Z test_dispatch_meta_outplace_as_strided_scatter_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.0451741Z test_dispatch_meta_outplace_as_strided_scatter_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.0451969Z test_dispatch_meta_outplace_as_strided_scatter_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.0452193Z test_dispatch_meta_outplace_as_strided_scatter_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.0452400Z test_dispatch_meta_outplace_as_strided_scatter_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.0452765Z test_dispatch_meta_outplace_as_strided_scatter_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.0452989Z test_dispatch_meta_outplace_as_strided_scatter_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.0453202Z test_dispatch_meta_outplace_as_strided_scatter_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.0453555Z test_dispatch_meta_outplace_as_strided_scatter_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.0453973Z test_dispatch_meta_outplace_as_strided_scatter_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.0454183Z test_dispatch_meta_outplace_as_strided_scatter_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.0454388Z test_dispatch_meta_outplace_asin_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.0454586Z test_dispatch_meta_outplace_asin_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.0454791Z test_dispatch_meta_outplace_asin_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.0454998Z test_dispatch_meta_outplace_asin_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.0455202Z test_dispatch_meta_outplace_asin_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.0455405Z test_dispatch_meta_outplace_asin_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.0455604Z test_dispatch_meta_outplace_asin_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.0455805Z test_dispatch_meta_outplace_asin_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.0456002Z test_dispatch_meta_outplace_asin_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.0456191Z test_dispatch_meta_outplace_asin_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.0456377Z test_dispatch_meta_outplace_asin_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.0456573Z test_dispatch_meta_outplace_asin_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.0456829Z test_dispatch_meta_outplace_asin_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.0457028Z test_dispatch_meta_outplace_asinh_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.0457225Z test_dispatch_meta_outplace_asinh_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.0457435Z test_dispatch_meta_outplace_asinh_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.0457640Z test_dispatch_meta_outplace_asinh_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.0457844Z test_dispatch_meta_outplace_asinh_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.0458042Z test_dispatch_meta_outplace_asinh_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.0458245Z test_dispatch_meta_outplace_asinh_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.0458448Z test_dispatch_meta_outplace_asinh_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.0458645Z test_dispatch_meta_outplace_asinh_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.0458848Z test_dispatch_meta_outplace_asinh_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.0459174Z test_dispatch_meta_outplace_asinh_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.0459377Z test_dispatch_meta_outplace_asinh_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.0459573Z test_dispatch_meta_outplace_asinh_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.0459897Z test_dispatch_meta_outplace_atan2_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:24:31.0460209Z test_dispatch_meta_outplace_atan2_cuda_bool (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:24:31.0460413Z test_dispatch_meta_outplace_atan2_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.0460615Z test_dispatch_meta_outplace_atan2_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:24:31.0460812Z test_dispatch_meta_outplace_atan2_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.0461007Z test_dispatch_meta_outplace_atan2_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:24:31.0461184Z test_dispatch_meta_outplace_atan2_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:24:31.0461476Z test_dispatch_meta_outplace_atan2_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:24:31.0461672Z test_dispatch_meta_outplace_atan2_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:24:31.0461866Z test_dispatch_meta_outplace_atan2_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:24:31.0462067Z test_dispatch_meta_outplace_atan_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.0462263Z test_dispatch_meta_outplace_atan_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.0462469Z test_dispatch_meta_outplace_atan_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.0462672Z test_dispatch_meta_outplace_atan_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.0462873Z test_dispatch_meta_outplace_atan_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.0463074Z test_dispatch_meta_outplace_atan_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.0463274Z test_dispatch_meta_outplace_atan_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.0463472Z test_dispatch_meta_outplace_atan_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.0463666Z test_dispatch_meta_outplace_atan_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.0463854Z test_dispatch_meta_outplace_atan_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.0464037Z test_dispatch_meta_outplace_atan_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.0464298Z test_dispatch_meta_outplace_atan_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.0464501Z test_dispatch_meta_outplace_atan_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.0464703Z test_dispatch_meta_outplace_atanh_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.0464902Z test_dispatch_meta_outplace_atanh_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.0465092Z test_dispatch_meta_outplace_atanh_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.0465305Z test_dispatch_meta_outplace_atanh_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.0465614Z test_dispatch_meta_outplace_atanh_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.0465817Z test_dispatch_meta_outplace_atanh_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.0466019Z test_dispatch_meta_outplace_atanh_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.0466324Z test_dispatch_meta_outplace_atanh_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.0466632Z test_dispatch_meta_outplace_atanh_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.0466832Z test_dispatch_meta_outplace_atanh_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.0467032Z test_dispatch_meta_outplace_atanh_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.0467225Z test_dispatch_meta_outplace_atanh_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.0467421Z test_dispatch_meta_outplace_atanh_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.0467631Z test_dispatch_meta_outplace_atleast_1d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.0467833Z test_dispatch_meta_outplace_atleast_1d_cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.0468053Z test_dispatch_meta_outplace_atleast_1d_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.0468268Z test_dispatch_meta_outplace_atleast_1d_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.0468479Z test_dispatch_meta_outplace_atleast_1d_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.0468779Z test_dispatch_meta_outplace_atleast_1d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.0468987Z test_dispatch_meta_outplace_atleast_1d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.0469188Z test_dispatch_meta_outplace_atleast_1d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.0469391Z test_dispatch_meta_outplace_atleast_1d_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.001s) 2022-11-23T02:24:31.0469578Z test_dispatch_meta_outplace_atleast_1d_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.0469779Z test_dispatch_meta_outplace_atleast_1d_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.0469980Z test_dispatch_meta_outplace_atleast_1d_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.0470177Z test_dispatch_meta_outplace_atleast_1d_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.0470386Z test_dispatch_meta_outplace_atleast_2d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.0470592Z test_dispatch_meta_outplace_atleast_2d_cuda_bool (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.0470810Z test_dispatch_meta_outplace_atleast_2d_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.0471021Z test_dispatch_meta_outplace_atleast_2d_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.0471235Z test_dispatch_meta_outplace_atleast_2d_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.0471507Z test_dispatch_meta_outplace_atleast_2d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.0471734Z test_dispatch_meta_outplace_atleast_2d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.0472049Z test_dispatch_meta_outplace_atleast_2d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.0472257Z test_dispatch_meta_outplace_atleast_2d_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.0472462Z test_dispatch_meta_outplace_atleast_2d_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.0472659Z test_dispatch_meta_outplace_atleast_2d_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.0472965Z test_dispatch_meta_outplace_atleast_2d_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.0473278Z test_dispatch_meta_outplace_atleast_2d_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.0473490Z test_dispatch_meta_outplace_atleast_3d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.0473696Z test_dispatch_meta_outplace_atleast_3d_cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.0473912Z test_dispatch_meta_outplace_atleast_3d_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.0474108Z test_dispatch_meta_outplace_atleast_3d_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.0474325Z test_dispatch_meta_outplace_atleast_3d_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.0474530Z test_dispatch_meta_outplace_atleast_3d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.0474734Z test_dispatch_meta_outplace_atleast_3d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.0474936Z test_dispatch_meta_outplace_atleast_3d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.0475137Z test_dispatch_meta_outplace_atleast_3d_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.0475338Z test_dispatch_meta_outplace_atleast_3d_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.0475533Z test_dispatch_meta_outplace_atleast_3d_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.262s) 2022-11-23T02:24:31.0475732Z test_dispatch_meta_outplace_atleast_3d_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.0476016Z test_dispatch_meta_outplace_atleast_3d_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.0476219Z test_dispatch_meta_outplace_baddbmm_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.0476428Z test_dispatch_meta_outplace_baddbmm_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:24:31.0476637Z test_dispatch_meta_outplace_baddbmm_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:24:31.0476841Z test_dispatch_meta_outplace_baddbmm_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.0477046Z test_dispatch_meta_outplace_baddbmm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:24:31.0477243Z test_dispatch_meta_outplace_baddbmm_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.0477450Z test_dispatch_meta_outplace_bernoulli_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.0477660Z test_dispatch_meta_outplace_bernoulli_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.0477867Z test_dispatch_meta_outplace_bernoulli_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.0478070Z test_dispatch_meta_outplace_bernoulli_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.0478254Z test_dispatch_meta_outplace_bfloat16_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.0478565Z test_dispatch_meta_outplace_bfloat16_cuda_bool (__main__.TestMetaCUDA) ... ok (0.001s) 2022-11-23T02:24:31.0478785Z test_dispatch_meta_outplace_bfloat16_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.0479065Z test_dispatch_meta_outplace_bfloat16_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.0479413Z test_dispatch_meta_outplace_bfloat16_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.0479711Z test_dispatch_meta_outplace_bfloat16_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.0479918Z test_dispatch_meta_outplace_bfloat16_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.0480118Z test_dispatch_meta_outplace_bfloat16_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.0480317Z test_dispatch_meta_outplace_bfloat16_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.0480515Z test_dispatch_meta_outplace_bfloat16_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.0480714Z test_dispatch_meta_outplace_bfloat16_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.0480917Z test_dispatch_meta_outplace_bfloat16_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.0481114Z test_dispatch_meta_outplace_bfloat16_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.0481311Z test_dispatch_meta_outplace_bincount_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-11-23T02:24:31.0481509Z test_dispatch_meta_outplace_bincount_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.0481714Z test_dispatch_meta_outplace_bincount_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:24:31.0481916Z test_dispatch_meta_outplace_bincount_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:24:31.0482111Z test_dispatch_meta_outplace_bincount_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.037s) 2022-11-23T02:24:31.0482314Z test_dispatch_meta_outplace_bitwise_and_cuda_bool (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.0482501Z test_dispatch_meta_outplace_bitwise_and_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.0482710Z test_dispatch_meta_outplace_bitwise_and_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.0482908Z test_dispatch_meta_outplace_bitwise_and_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:24:31.0483109Z test_dispatch_meta_outplace_bitwise_and_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.0483402Z test_dispatch_meta_outplace_bitwise_and_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.0483622Z test_dispatch_meta_outplace_bitwise_left_shift_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-11-23T02:24:31.0483833Z test_dispatch_meta_outplace_bitwise_left_shift_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:24:31.0484039Z test_dispatch_meta_outplace_bitwise_left_shift_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:24:31.0484253Z test_dispatch_meta_outplace_bitwise_left_shift_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.0484464Z test_dispatch_meta_outplace_bitwise_left_shift_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:24:31.0484666Z test_dispatch_meta_outplace_bitwise_not_cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.0484990Z test_dispatch_meta_outplace_bitwise_not_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.0485205Z test_dispatch_meta_outplace_bitwise_not_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.0485402Z test_dispatch_meta_outplace_bitwise_not_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.0485707Z test_dispatch_meta_outplace_bitwise_not_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.0486021Z test_dispatch_meta_outplace_bitwise_not_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.0486229Z test_dispatch_meta_outplace_bitwise_or_cuda_bool (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.0486507Z test_dispatch_meta_outplace_bitwise_or_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:31.0486719Z test_dispatch_meta_outplace_bitwise_or_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:24:31.0486916Z test_dispatch_meta_outplace_bitwise_or_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.0487100Z test_dispatch_meta_outplace_bitwise_or_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.0487298Z test_dispatch_meta_outplace_bitwise_or_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.0487523Z test_dispatch_meta_outplace_bitwise_right_shift_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:31.0487739Z test_dispatch_meta_outplace_bitwise_right_shift_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:24:31.0487949Z test_dispatch_meta_outplace_bitwise_right_shift_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.0488169Z test_dispatch_meta_outplace_bitwise_right_shift_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.0488382Z test_dispatch_meta_outplace_bitwise_right_shift_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.0488583Z test_dispatch_meta_outplace_bitwise_xor_cuda_bool (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.0488787Z test_dispatch_meta_outplace_bitwise_xor_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.0488991Z test_dispatch_meta_outplace_bitwise_xor_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.0489188Z test_dispatch_meta_outplace_bitwise_xor_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:24:31.0489387Z test_dispatch_meta_outplace_bitwise_xor_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.0489583Z test_dispatch_meta_outplace_bitwise_xor_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.0489796Z test_dispatch_meta_outplace_block_diag_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.0490000Z test_dispatch_meta_outplace_block_diag_cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.0490217Z test_dispatch_meta_outplace_block_diag_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.0490435Z test_dispatch_meta_outplace_block_diag_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.0491364Z test_dispatch_meta_outplace_block_diag_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.0491587Z test_dispatch_meta_outplace_block_diag_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.0491794Z test_dispatch_meta_outplace_block_diag_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.0492110Z test_dispatch_meta_outplace_block_diag_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.0492405Z test_dispatch_meta_outplace_block_diag_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.0492620Z test_dispatch_meta_outplace_block_diag_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.0492821Z test_dispatch_meta_outplace_block_diag_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.0493024Z test_dispatch_meta_outplace_block_diag_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.0493227Z test_dispatch_meta_outplace_block_diag_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.0493430Z test_dispatch_meta_outplace_bmm_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.0493633Z test_dispatch_meta_outplace_bmm_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.0493836Z test_dispatch_meta_outplace_bmm_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.0494034Z test_dispatch_meta_outplace_bmm_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.0494332Z test_dispatch_meta_outplace_bmm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.0494549Z test_dispatch_meta_outplace_bmm_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.0494747Z test_dispatch_meta_outplace_bool_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.0494943Z test_dispatch_meta_outplace_bool_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.0495152Z test_dispatch_meta_outplace_bool_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.0495355Z test_dispatch_meta_outplace_bool_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.0495557Z test_dispatch_meta_outplace_bool_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.0495757Z test_dispatch_meta_outplace_bool_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.0495955Z test_dispatch_meta_outplace_bool_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.0496156Z test_dispatch_meta_outplace_bool_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.0496337Z test_dispatch_meta_outplace_bool_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.0496528Z test_dispatch_meta_outplace_bool_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.0496718Z test_dispatch_meta_outplace_bool_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.0496914Z test_dispatch_meta_outplace_bool_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.0497103Z test_dispatch_meta_outplace_bool_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.0497327Z test_dispatch_meta_outplace_broadcast_shapes_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.0497555Z test_dispatch_meta_outplace_broadcast_tensors_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.0497912Z test_dispatch_meta_outplace_broadcast_tensors_cuda_bool (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.0498147Z test_dispatch_meta_outplace_broadcast_tensors_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.0498375Z test_dispatch_meta_outplace_broadcast_tensors_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.0498725Z test_dispatch_meta_outplace_broadcast_tensors_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.0499041Z test_dispatch_meta_outplace_broadcast_tensors_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.0499402Z test_dispatch_meta_outplace_broadcast_tensors_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.0499628Z test_dispatch_meta_outplace_broadcast_tensors_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.0499840Z test_dispatch_meta_outplace_broadcast_tensors_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.0500052Z test_dispatch_meta_outplace_broadcast_tensors_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.0500267Z test_dispatch_meta_outplace_broadcast_tensors_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.0500487Z test_dispatch_meta_outplace_broadcast_tensors_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.0500709Z test_dispatch_meta_outplace_broadcast_to_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.0500917Z test_dispatch_meta_outplace_broadcast_to_cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.0501115Z test_dispatch_meta_outplace_broadcast_to_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.0501329Z test_dispatch_meta_outplace_broadcast_to_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.0501542Z test_dispatch_meta_outplace_broadcast_to_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.0501830Z test_dispatch_meta_outplace_broadcast_to_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.0502062Z test_dispatch_meta_outplace_broadcast_to_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.0502272Z test_dispatch_meta_outplace_broadcast_to_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.0502479Z test_dispatch_meta_outplace_broadcast_to_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.0502686Z test_dispatch_meta_outplace_broadcast_to_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.0502892Z test_dispatch_meta_outplace_broadcast_to_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.0503097Z test_dispatch_meta_outplace_broadcast_to_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.0503298Z test_dispatch_meta_outplace_bucketize_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.0503509Z test_dispatch_meta_outplace_bucketize_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.0503711Z test_dispatch_meta_outplace_bucketize_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.0503915Z test_dispatch_meta_outplace_bucketize_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.0504118Z test_dispatch_meta_outplace_bucketize_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.0504317Z test_dispatch_meta_outplace_bucketize_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.0504656Z test_dispatch_meta_outplace_bucketize_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.0504871Z test_dispatch_meta_outplace_bucketize_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.0505071Z test_dispatch_meta_outplace_byte_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.0505377Z test_dispatch_meta_outplace_byte_cuda_bool (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.0505579Z test_dispatch_meta_outplace_byte_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.0505927Z test_dispatch_meta_outplace_byte_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.0506129Z test_dispatch_meta_outplace_byte_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.0506543Z test_dispatch_meta_outplace_byte_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.0506751Z test_dispatch_meta_outplace_byte_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.0506948Z test_dispatch_meta_outplace_byte_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.0507142Z test_dispatch_meta_outplace_byte_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.0507327Z test_dispatch_meta_outplace_byte_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.0507570Z test_dispatch_meta_outplace_byte_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.0507885Z test_dispatch_meta_outplace_byte_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.0508268Z test_dispatch_meta_outplace_cartesian_prod_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.0508581Z test_dispatch_meta_outplace_cartesian_prod_cuda_bool (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.0508829Z test_dispatch_meta_outplace_cartesian_prod_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.0520500Z test_dispatch_meta_outplace_cartesian_prod_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.0520826Z test_dispatch_meta_outplace_cartesian_prod_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:24:31.0521059Z test_dispatch_meta_outplace_cartesian_prod_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.0521281Z test_dispatch_meta_outplace_cartesian_prod_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.0521657Z test_dispatch_meta_outplace_cartesian_prod_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.0521905Z test_dispatch_meta_outplace_cartesian_prod_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.0522105Z test_dispatch_meta_outplace_cartesian_prod_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:24:31.0522328Z test_dispatch_meta_outplace_cartesian_prod_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:31.0522542Z test_dispatch_meta_outplace_cartesian_prod_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.0522747Z test_dispatch_meta_outplace_cat_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:24:31.0522946Z test_dispatch_meta_outplace_cat_cuda_bool (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.0523154Z test_dispatch_meta_outplace_cat_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:24:31.0523363Z test_dispatch_meta_outplace_cat_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.0523567Z test_dispatch_meta_outplace_cat_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.0523766Z test_dispatch_meta_outplace_cat_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:24:31.0523965Z test_dispatch_meta_outplace_cat_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.0524324Z test_dispatch_meta_outplace_cat_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:24:31.0524529Z test_dispatch_meta_outplace_cat_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.0524721Z test_dispatch_meta_outplace_cat_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.0525023Z test_dispatch_meta_outplace_cat_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:24:31.0525326Z test_dispatch_meta_outplace_cat_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:24:31.0525532Z test_dispatch_meta_outplace_cat_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:24:31.0525733Z test_dispatch_meta_outplace_cdist_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.346s) 2022-11-23T02:24:31.0525937Z test_dispatch_meta_outplace_cdist_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.315s) 2022-11-23T02:24:31.0526259Z test_dispatch_meta_outplace_cdouble_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.0526446Z test_dispatch_meta_outplace_cdouble_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.0526700Z test_dispatch_meta_outplace_cdouble_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.0526916Z test_dispatch_meta_outplace_cdouble_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.0527128Z test_dispatch_meta_outplace_cdouble_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.0527340Z test_dispatch_meta_outplace_cdouble_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.0527546Z test_dispatch_meta_outplace_cdouble_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.0527746Z test_dispatch_meta_outplace_cdouble_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.0527950Z test_dispatch_meta_outplace_cdouble_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.0528155Z test_dispatch_meta_outplace_cdouble_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.001s) 2022-11-23T02:24:31.0528358Z test_dispatch_meta_outplace_cdouble_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.0528559Z test_dispatch_meta_outplace_cdouble_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.0528757Z test_dispatch_meta_outplace_cdouble_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.0528956Z test_dispatch_meta_outplace_ceil_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.0529231Z test_dispatch_meta_outplace_ceil_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.0529444Z test_dispatch_meta_outplace_ceil_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.0529646Z test_dispatch_meta_outplace_ceil_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.0529843Z test_dispatch_meta_outplace_ceil_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.0530038Z test_dispatch_meta_outplace_ceil_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.0530225Z test_dispatch_meta_outplace_ceil_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.0530403Z test_dispatch_meta_outplace_ceil_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.0530731Z test_dispatch_meta_outplace_ceil_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.0530949Z test_dispatch_meta_outplace_cfloat_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.0531153Z test_dispatch_meta_outplace_cfloat_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.0531482Z test_dispatch_meta_outplace_cfloat_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.0531791Z test_dispatch_meta_outplace_cfloat_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.0532018Z test_dispatch_meta_outplace_cfloat_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.0532220Z test_dispatch_meta_outplace_cfloat_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.0532424Z test_dispatch_meta_outplace_cfloat_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.0532628Z test_dispatch_meta_outplace_cfloat_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.0532829Z test_dispatch_meta_outplace_cfloat_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.0533034Z test_dispatch_meta_outplace_cfloat_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.0533231Z test_dispatch_meta_outplace_cfloat_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.0533431Z test_dispatch_meta_outplace_cfloat_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.0533630Z test_dispatch_meta_outplace_cfloat_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.0533935Z test_dispatch_meta_outplace_chalf_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.0534135Z test_dispatch_meta_outplace_chalf_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.0534340Z test_dispatch_meta_outplace_chalf_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.0534546Z test_dispatch_meta_outplace_chalf_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.0534734Z test_dispatch_meta_outplace_chalf_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.0534940Z test_dispatch_meta_outplace_chalf_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.0535141Z test_dispatch_meta_outplace_chalf_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.0535344Z test_dispatch_meta_outplace_chalf_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.0535547Z test_dispatch_meta_outplace_chalf_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.0535745Z test_dispatch_meta_outplace_chalf_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.0535942Z test_dispatch_meta_outplace_chalf_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.0536139Z test_dispatch_meta_outplace_chalf_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.0536336Z test_dispatch_meta_outplace_chalf_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.0536539Z test_dispatch_meta_outplace_char_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.0536806Z test_dispatch_meta_outplace_char_cuda_bool (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.0537143Z test_dispatch_meta_outplace_char_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.0537372Z test_dispatch_meta_outplace_char_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.0537583Z test_dispatch_meta_outplace_char_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.0537783Z test_dispatch_meta_outplace_char_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.0538091Z test_dispatch_meta_outplace_char_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.0538395Z test_dispatch_meta_outplace_char_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.0538600Z test_dispatch_meta_outplace_char_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.0538794Z test_dispatch_meta_outplace_char_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.0538966Z test_dispatch_meta_outplace_char_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.0539163Z test_dispatch_meta_outplace_char_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.0539351Z test_dispatch_meta_outplace_char_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.0539573Z test_dispatch_meta_outplace_cholesky_cuda_complex128 (__main__.TestMetaCUDA) ... ok (17.631s) 2022-11-23T02:24:31.0539785Z test_dispatch_meta_outplace_cholesky_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.053s) 2022-11-23T02:24:31.0539993Z test_dispatch_meta_outplace_cholesky_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.042s) 2022-11-23T02:24:31.0540200Z test_dispatch_meta_outplace_cholesky_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.038s) 2022-11-23T02:24:31.0540419Z test_dispatch_meta_outplace_cholesky_inverse_cuda_complex128 (__main__.TestMetaCUDA) ... ok (10.149s) 2022-11-23T02:24:31.0540642Z test_dispatch_meta_outplace_cholesky_inverse_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.039s) 2022-11-23T02:24:31.0540868Z test_dispatch_meta_outplace_cholesky_inverse_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.036s) 2022-11-23T02:24:31.0541081Z test_dispatch_meta_outplace_cholesky_inverse_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.053s) 2022-11-23T02:24:31.0541400Z test_dispatch_meta_outplace_cholesky_solve_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.043s) 2022-11-23T02:24:31.0541614Z test_dispatch_meta_outplace_cholesky_solve_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.046s) 2022-11-23T02:24:31.0541828Z test_dispatch_meta_outplace_cholesky_solve_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.060s) 2022-11-23T02:24:31.0542045Z test_dispatch_meta_outplace_cholesky_solve_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.057s) 2022-11-23T02:24:31.0542249Z test_dispatch_meta_outplace_chunk_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.0542449Z test_dispatch_meta_outplace_chunk_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.0542655Z test_dispatch_meta_outplace_chunk_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.0542845Z test_dispatch_meta_outplace_chunk_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.0543194Z test_dispatch_meta_outplace_chunk_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.0543406Z test_dispatch_meta_outplace_chunk_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.0543716Z test_dispatch_meta_outplace_chunk_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.0543925Z test_dispatch_meta_outplace_chunk_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.0544122Z test_dispatch_meta_outplace_chunk_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.0544511Z test_dispatch_meta_outplace_chunk_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.0544840Z test_dispatch_meta_outplace_chunk_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.0545043Z test_dispatch_meta_outplace_chunk_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.0545241Z test_dispatch_meta_outplace_chunk_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.0545449Z test_dispatch_meta_outplace_clamp_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:24:31.0545650Z test_dispatch_meta_outplace_clamp_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:24:31.0545852Z test_dispatch_meta_outplace_clamp_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:24:31.0546051Z test_dispatch_meta_outplace_clamp_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.0546247Z test_dispatch_meta_outplace_clamp_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:24:31.0546446Z test_dispatch_meta_outplace_clamp_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:24:31.0546644Z test_dispatch_meta_outplace_clamp_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.0546840Z test_dispatch_meta_outplace_clamp_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.038s) 2022-11-23T02:24:31.0547039Z test_dispatch_meta_outplace_clamp_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:24:31.0547233Z test_dispatch_meta_outplace_clamp_max_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-11-23T02:24:31.0547565Z test_dispatch_meta_outplace_clamp_max_cuda_bool (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:24:31.0547783Z test_dispatch_meta_outplace_clamp_max_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:24:31.0547989Z test_dispatch_meta_outplace_clamp_max_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-11-23T02:24:31.0548197Z test_dispatch_meta_outplace_clamp_max_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:24:31.0548398Z test_dispatch_meta_outplace_clamp_max_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.033s) 2022-11-23T02:24:31.0548599Z test_dispatch_meta_outplace_clamp_max_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.034s) 2022-11-23T02:24:31.0548797Z test_dispatch_meta_outplace_clamp_max_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:24:31.0549094Z test_dispatch_meta_outplace_clamp_max_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:24:31.0549298Z test_dispatch_meta_outplace_clamp_max_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.038s) 2022-11-23T02:24:31.0549507Z test_dispatch_meta_outplace_clamp_min_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-11-23T02:24:31.0549708Z test_dispatch_meta_outplace_clamp_min_cuda_bool (__main__.TestMetaCUDA) ... ok (0.030s) 2022-11-23T02:24:31.0549913Z test_dispatch_meta_outplace_clamp_min_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:24:31.0550244Z test_dispatch_meta_outplace_clamp_min_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.038s) 2022-11-23T02:24:31.0550451Z test_dispatch_meta_outplace_clamp_min_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:24:31.0550653Z test_dispatch_meta_outplace_clamp_min_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.038s) 2022-11-23T02:24:31.0550965Z test_dispatch_meta_outplace_clamp_min_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-11-23T02:24:31.0551269Z test_dispatch_meta_outplace_clamp_min_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:24:31.0551476Z test_dispatch_meta_outplace_clamp_min_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:24:31.0551676Z test_dispatch_meta_outplace_clamp_min_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.033s) 2022-11-23T02:24:31.0551860Z test_dispatch_meta_outplace_clone_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.0552131Z test_dispatch_meta_outplace_clone_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.0552354Z test_dispatch_meta_outplace_clone_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.0552555Z test_dispatch_meta_outplace_clone_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.0552755Z test_dispatch_meta_outplace_clone_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.0552960Z test_dispatch_meta_outplace_clone_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.0553161Z test_dispatch_meta_outplace_clone_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.0553359Z test_dispatch_meta_outplace_clone_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.0553556Z test_dispatch_meta_outplace_clone_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.0553753Z test_dispatch_meta_outplace_clone_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.0553952Z test_dispatch_meta_outplace_clone_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.0554146Z test_dispatch_meta_outplace_clone_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.0554341Z test_dispatch_meta_outplace_clone_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.0554560Z test_dispatch_meta_outplace_column_stack_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.0554765Z test_dispatch_meta_outplace_column_stack_cuda_bool (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.0554985Z test_dispatch_meta_outplace_column_stack_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.0555202Z test_dispatch_meta_outplace_column_stack_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.0555420Z test_dispatch_meta_outplace_column_stack_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.0555634Z test_dispatch_meta_outplace_column_stack_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:24:31.0555848Z test_dispatch_meta_outplace_column_stack_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.0556044Z test_dispatch_meta_outplace_column_stack_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.0556251Z test_dispatch_meta_outplace_column_stack_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.0556692Z test_dispatch_meta_outplace_column_stack_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.0556905Z test_dispatch_meta_outplace_column_stack_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:24:31.0557110Z test_dispatch_meta_outplace_column_stack_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.0557414Z test_dispatch_meta_outplace_column_stack_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.0557740Z test_dispatch_meta_outplace_combinations_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.271s) 2022-11-23T02:24:31.0557960Z test_dispatch_meta_outplace_combinations_cuda_bool (__main__.TestMetaCUDA) ... ok (0.251s) 2022-11-23T02:24:31.0558181Z test_dispatch_meta_outplace_combinations_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.283s) 2022-11-23T02:24:31.0558398Z test_dispatch_meta_outplace_combinations_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.242s) 2022-11-23T02:24:31.0558617Z test_dispatch_meta_outplace_combinations_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.231s) 2022-11-23T02:24:31.0558832Z test_dispatch_meta_outplace_combinations_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.212s) 2022-11-23T02:24:31.0559045Z test_dispatch_meta_outplace_combinations_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.295s) 2022-11-23T02:24:31.0559255Z test_dispatch_meta_outplace_combinations_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.308s) 2022-11-23T02:24:31.0559464Z test_dispatch_meta_outplace_combinations_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.224s) 2022-11-23T02:24:31.0559744Z test_dispatch_meta_outplace_combinations_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.221s) 2022-11-23T02:24:31.0559970Z test_dispatch_meta_outplace_combinations_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.231s) 2022-11-23T02:24:31.0560174Z test_dispatch_meta_outplace_combinations_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.255s) 2022-11-23T02:24:31.0560384Z test_dispatch_meta_outplace_complex_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:24:31.0560586Z test_dispatch_meta_outplace_complex_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.0560771Z test_dispatch_meta_outplace_complex_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:24:31.0560971Z test_dispatch_meta_outplace_conj_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.0561168Z test_dispatch_meta_outplace_conj_cuda_bool (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.0561376Z test_dispatch_meta_outplace_conj_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.0561580Z test_dispatch_meta_outplace_conj_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.0561780Z test_dispatch_meta_outplace_conj_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.0561985Z test_dispatch_meta_outplace_conj_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.001s) 2022-11-23T02:24:31.0562185Z test_dispatch_meta_outplace_conj_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.0562383Z test_dispatch_meta_outplace_conj_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.001s) 2022-11-23T02:24:31.0562579Z test_dispatch_meta_outplace_conj_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.0562769Z test_dispatch_meta_outplace_conj_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.001s) 2022-11-23T02:24:31.0563081Z test_dispatch_meta_outplace_conj_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.0563291Z test_dispatch_meta_outplace_conj_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.001s) 2022-11-23T02:24:31.0563480Z test_dispatch_meta_outplace_conj_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.001s) 2022-11-23T02:24:31.0563696Z test_dispatch_meta_outplace_conj_physical_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.0564229Z test_dispatch_meta_outplace_conj_physical_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.0564462Z test_dispatch_meta_outplace_conj_physical_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.0564686Z test_dispatch_meta_outplace_conj_physical_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.0564899Z test_dispatch_meta_outplace_conj_physical_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.0565116Z test_dispatch_meta_outplace_conj_physical_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.0565318Z test_dispatch_meta_outplace_conj_physical_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.0565535Z test_dispatch_meta_outplace_conj_physical_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.0565748Z test_dispatch_meta_outplace_conj_physical_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.0565962Z test_dispatch_meta_outplace_conj_physical_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.0566173Z test_dispatch_meta_outplace_conj_physical_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.001s) 2022-11-23T02:24:31.0566384Z test_dispatch_meta_outplace_conj_physical_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.0566593Z test_dispatch_meta_outplace_conj_physical_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.0566813Z test_dispatch_meta_outplace_constant_pad_nd_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.039s) 2022-11-23T02:24:31.0567103Z test_dispatch_meta_outplace_constant_pad_nd_cuda_bool (__main__.TestMetaCUDA) ... ok (0.045s) 2022-11-23T02:24:31.0567346Z test_dispatch_meta_outplace_constant_pad_nd_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.050s) 2022-11-23T02:24:31.0567569Z test_dispatch_meta_outplace_constant_pad_nd_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.043s) 2022-11-23T02:24:31.0567790Z test_dispatch_meta_outplace_constant_pad_nd_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.041s) 2022-11-23T02:24:31.0568001Z test_dispatch_meta_outplace_constant_pad_nd_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.038s) 2022-11-23T02:24:31.0568211Z test_dispatch_meta_outplace_constant_pad_nd_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.038s) 2022-11-23T02:24:31.0568424Z test_dispatch_meta_outplace_constant_pad_nd_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.041s) 2022-11-23T02:24:31.0568641Z test_dispatch_meta_outplace_constant_pad_nd_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.039s) 2022-11-23T02:24:31.0568859Z test_dispatch_meta_outplace_constant_pad_nd_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.047s) 2022-11-23T02:24:31.0569070Z test_dispatch_meta_outplace_constant_pad_nd_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.038s) 2022-11-23T02:24:31.0569280Z test_dispatch_meta_outplace_constant_pad_nd_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.057s) 2022-11-23T02:24:31.0569638Z test_dispatch_meta_outplace_contiguous_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.0569837Z test_dispatch_meta_outplace_contiguous_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.0570051Z test_dispatch_meta_outplace_contiguous_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.0570390Z test_dispatch_meta_outplace_contiguous_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.0570718Z test_dispatch_meta_outplace_contiguous_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.0570938Z test_dispatch_meta_outplace_contiguous_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.0571150Z test_dispatch_meta_outplace_contiguous_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.001s) 2022-11-23T02:24:31.0571357Z test_dispatch_meta_outplace_contiguous_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.0571565Z test_dispatch_meta_outplace_contiguous_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.0571862Z test_dispatch_meta_outplace_contiguous_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.0572065Z test_dispatch_meta_outplace_contiguous_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.0572270Z test_dispatch_meta_outplace_contiguous_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.0572471Z test_dispatch_meta_outplace_contiguous_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.0572680Z test_dispatch_meta_outplace_copysign_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:24:31.0572887Z test_dispatch_meta_outplace_copysign_cuda_bool (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:24:31.0573097Z test_dispatch_meta_outplace_copysign_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:24:31.0573303Z test_dispatch_meta_outplace_copysign_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-11-23T02:24:31.0573509Z test_dispatch_meta_outplace_copysign_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:24:31.0573712Z test_dispatch_meta_outplace_copysign_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:24:31.0573914Z test_dispatch_meta_outplace_copysign_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.033s) 2022-11-23T02:24:31.0574116Z test_dispatch_meta_outplace_copysign_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-11-23T02:24:31.0574304Z test_dispatch_meta_outplace_copysign_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:24:31.0574572Z test_dispatch_meta_outplace_copysign_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.033s) 2022-11-23T02:24:31.0574800Z test_dispatch_meta_outplace_corrcoef_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.066s) 2022-11-23T02:24:31.0575014Z test_dispatch_meta_outplace_corrcoef_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.066s) 2022-11-23T02:24:31.0575231Z test_dispatch_meta_outplace_corrcoef_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.067s) 2022-11-23T02:24:31.0575438Z test_dispatch_meta_outplace_corrcoef_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.058s) 2022-11-23T02:24:31.0575640Z test_dispatch_meta_outplace_corrcoef_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.063s) 2022-11-23T02:24:31.0575848Z test_dispatch_meta_outplace_corrcoef_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.052s) 2022-11-23T02:24:31.0576171Z test_dispatch_meta_outplace_corrcoef_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.055s) 2022-11-23T02:24:31.0576378Z test_dispatch_meta_outplace_corrcoef_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.053s) 2022-11-23T02:24:31.0576579Z test_dispatch_meta_outplace_corrcoef_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.059s) 2022-11-23T02:24:31.0576899Z test_dispatch_meta_outplace_corrcoef_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.092s) 2022-11-23T02:24:31.0577202Z test_dispatch_meta_outplace_corrcoef_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.058s) 2022-11-23T02:24:31.0577410Z test_dispatch_meta_outplace_cos_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.0577608Z test_dispatch_meta_outplace_cos_cuda_bool (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.0577811Z test_dispatch_meta_outplace_cos_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:24:31.0578011Z test_dispatch_meta_outplace_cos_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.0578215Z test_dispatch_meta_outplace_cos_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.0578417Z test_dispatch_meta_outplace_cos_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.0578619Z test_dispatch_meta_outplace_cos_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.0578803Z test_dispatch_meta_outplace_cos_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.0578999Z test_dispatch_meta_outplace_cos_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.0579281Z test_dispatch_meta_outplace_cos_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.0579471Z test_dispatch_meta_outplace_cos_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.0579664Z test_dispatch_meta_outplace_cos_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.0579852Z test_dispatch_meta_outplace_cos_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.0580051Z test_dispatch_meta_outplace_cosh_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.0580251Z test_dispatch_meta_outplace_cosh_cuda_bool (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.0580458Z test_dispatch_meta_outplace_cosh_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.0580662Z test_dispatch_meta_outplace_cosh_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.0580868Z test_dispatch_meta_outplace_cosh_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.0581066Z test_dispatch_meta_outplace_cosh_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.0581268Z test_dispatch_meta_outplace_cosh_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.0581468Z test_dispatch_meta_outplace_cosh_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.0581665Z test_dispatch_meta_outplace_cosh_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.0581856Z test_dispatch_meta_outplace_cosh_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.0582110Z test_dispatch_meta_outplace_cosh_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.0582411Z test_dispatch_meta_outplace_cosh_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.0582620Z test_dispatch_meta_outplace_cosh_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.0582843Z test_dispatch_meta_outplace_count_nonzero_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:24:31.0583056Z test_dispatch_meta_outplace_count_nonzero_cuda_bool (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:24:31.0583399Z test_dispatch_meta_outplace_count_nonzero_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:24:31.0583730Z test_dispatch_meta_outplace_count_nonzero_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:24:31.0583949Z test_dispatch_meta_outplace_count_nonzero_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:24:31.0584167Z test_dispatch_meta_outplace_count_nonzero_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:24:31.0584382Z test_dispatch_meta_outplace_count_nonzero_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:24:31.0584591Z test_dispatch_meta_outplace_count_nonzero_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:24:31.0584803Z test_dispatch_meta_outplace_count_nonzero_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-11-23T02:24:31.0585011Z test_dispatch_meta_outplace_count_nonzero_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.0585221Z test_dispatch_meta_outplace_count_nonzero_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.040s) 2022-11-23T02:24:31.0585524Z test_dispatch_meta_outplace_count_nonzero_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:24:31.0585724Z test_dispatch_meta_outplace_cov_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.664s) 2022-11-23T02:24:31.0585930Z test_dispatch_meta_outplace_cov_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.656s) 2022-11-23T02:24:31.0586136Z test_dispatch_meta_outplace_cov_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.657s) 2022-11-23T02:24:31.0586335Z test_dispatch_meta_outplace_cov_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.655s) 2022-11-23T02:24:31.0586533Z test_dispatch_meta_outplace_cov_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.654s) 2022-11-23T02:24:31.0586828Z test_dispatch_meta_outplace_cov_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.696s) 2022-11-23T02:24:31.0587025Z test_dispatch_meta_outplace_cov_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.649s) 2022-11-23T02:24:31.0587200Z test_dispatch_meta_outplace_cov_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.658s) 2022-11-23T02:24:31.0587389Z test_dispatch_meta_outplace_cov_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.649s) 2022-11-23T02:24:31.0587582Z test_dispatch_meta_outplace_cov_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.730s) 2022-11-23T02:24:31.0587776Z test_dispatch_meta_outplace_cov_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.690s) 2022-11-23T02:24:31.0587983Z test_dispatch_meta_outplace_cross_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.0588190Z test_dispatch_meta_outplace_cross_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.0588396Z test_dispatch_meta_outplace_cross_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.0588596Z test_dispatch_meta_outplace_cross_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.0588907Z test_dispatch_meta_outplace_cross_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.0589182Z test_dispatch_meta_outplace_cross_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:31.0589384Z test_dispatch_meta_outplace_cross_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.0589581Z test_dispatch_meta_outplace_cross_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.0589981Z test_dispatch_meta_outplace_cross_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.0590367Z test_dispatch_meta_outplace_cross_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.0590583Z test_dispatch_meta_outplace_cummax_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.0590786Z test_dispatch_meta_outplace_cummax_cuda_bool (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.0590989Z test_dispatch_meta_outplace_cummax_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.0591191Z test_dispatch_meta_outplace_cummax_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.0591394Z test_dispatch_meta_outplace_cummax_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.0591578Z test_dispatch_meta_outplace_cummax_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.0591783Z test_dispatch_meta_outplace_cummax_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.0591981Z test_dispatch_meta_outplace_cummax_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.0592183Z test_dispatch_meta_outplace_cummax_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.0592382Z test_dispatch_meta_outplace_cummax_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.0592590Z test_dispatch_meta_outplace_cummin_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.0592786Z test_dispatch_meta_outplace_cummin_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.0592988Z test_dispatch_meta_outplace_cummin_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.0593188Z test_dispatch_meta_outplace_cummin_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.0593386Z test_dispatch_meta_outplace_cummin_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.0593589Z test_dispatch_meta_outplace_cummin_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.0593785Z test_dispatch_meta_outplace_cummin_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.0593980Z test_dispatch_meta_outplace_cummin_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.0594282Z test_dispatch_meta_outplace_cummin_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.0594481Z test_dispatch_meta_outplace_cummin_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.0594689Z test_dispatch_meta_outplace_cumprod_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.0594901Z test_dispatch_meta_outplace_cumprod_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.0595110Z test_dispatch_meta_outplace_cumprod_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.0595319Z test_dispatch_meta_outplace_cumprod_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.0595507Z test_dispatch_meta_outplace_cumprod_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.0595863Z test_dispatch_meta_outplace_cumprod_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.0596075Z test_dispatch_meta_outplace_cumprod_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.0596282Z test_dispatch_meta_outplace_cumprod_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.0596601Z test_dispatch_meta_outplace_cumprod_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.0596976Z test_dispatch_meta_outplace_cumprod_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:24:31.0597186Z test_dispatch_meta_outplace_cumprod_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:24:31.0597392Z test_dispatch_meta_outplace_cumsum_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.0597681Z test_dispatch_meta_outplace_cumsum_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.0597905Z test_dispatch_meta_outplace_cumsum_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.0598107Z test_dispatch_meta_outplace_cumsum_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.0598313Z test_dispatch_meta_outplace_cumsum_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.0598514Z test_dispatch_meta_outplace_cumsum_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.0598712Z test_dispatch_meta_outplace_cumsum_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.0598910Z test_dispatch_meta_outplace_cumsum_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.0599107Z test_dispatch_meta_outplace_cumsum_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.0599308Z test_dispatch_meta_outplace_cumsum_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.0599502Z test_dispatch_meta_outplace_cumsum_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.0599738Z test_dispatch_meta_outplace_cumulative_trapezoid_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.056s) 2022-11-23T02:24:31.0599977Z test_dispatch_meta_outplace_cumulative_trapezoid_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.046s) 2022-11-23T02:24:31.0600200Z test_dispatch_meta_outplace_cumulative_trapezoid_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.078s) 2022-11-23T02:24:31.0600430Z test_dispatch_meta_outplace_cumulative_trapezoid_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.091s) 2022-11-23T02:24:31.0600661Z test_dispatch_meta_outplace_cumulative_trapezoid_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.079s) 2022-11-23T02:24:31.0600890Z test_dispatch_meta_outplace_cumulative_trapezoid_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.055s) 2022-11-23T02:24:31.0601119Z test_dispatch_meta_outplace_cumulative_trapezoid_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.052s) 2022-11-23T02:24:31.0601337Z test_dispatch_meta_outplace_cumulative_trapezoid_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.054s) 2022-11-23T02:24:31.0601551Z test_dispatch_meta_outplace_cumulative_trapezoid_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.044s) 2022-11-23T02:24:31.0601868Z test_dispatch_meta_outplace_cumulative_trapezoid_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.074s) 2022-11-23T02:24:31.0602086Z test_dispatch_meta_outplace_cumulative_trapezoid_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.056s) 2022-11-23T02:24:31.0602426Z test_dispatch_meta_outplace_deg2rad_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.0602634Z test_dispatch_meta_outplace_deg2rad_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.0602839Z test_dispatch_meta_outplace_deg2rad_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.0603203Z test_dispatch_meta_outplace_deg2rad_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.0603551Z test_dispatch_meta_outplace_deg2rad_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.0603761Z test_dispatch_meta_outplace_deg2rad_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.0603963Z test_dispatch_meta_outplace_deg2rad_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.0604169Z test_dispatch_meta_outplace_deg2rad_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.0604372Z test_dispatch_meta_outplace_deg2rad_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.0604573Z test_dispatch_meta_outplace_deg2rad_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.0604771Z test_dispatch_meta_outplace_diag_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.033s) 2022-11-23T02:24:31.0604953Z test_dispatch_meta_outplace_diag_cuda_bool (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:24:31.0605240Z test_dispatch_meta_outplace_diag_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:24:31.0605461Z test_dispatch_meta_outplace_diag_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:24:31.0605666Z test_dispatch_meta_outplace_diag_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:24:31.0605869Z test_dispatch_meta_outplace_diag_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:24:31.0606070Z test_dispatch_meta_outplace_diag_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:24:31.0606272Z test_dispatch_meta_outplace_diag_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:24:31.0606467Z test_dispatch_meta_outplace_diag_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:24:31.0606658Z test_dispatch_meta_outplace_diag_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:24:31.0606844Z test_dispatch_meta_outplace_diag_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:24:31.0607042Z test_dispatch_meta_outplace_diag_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:24:31.0607232Z test_dispatch_meta_outplace_diag_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:24:31.0607443Z test_dispatch_meta_outplace_diag_embed_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:24:31.0607650Z test_dispatch_meta_outplace_diag_embed_cuda_bool (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:24:31.0607868Z test_dispatch_meta_outplace_diag_embed_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:24:31.0608084Z test_dispatch_meta_outplace_diag_embed_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:24:31.0608300Z test_dispatch_meta_outplace_diag_embed_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:24:31.0608508Z test_dispatch_meta_outplace_diag_embed_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:24:31.0608846Z test_dispatch_meta_outplace_diag_embed_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:24:31.0609057Z test_dispatch_meta_outplace_diag_embed_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:24:31.0609247Z test_dispatch_meta_outplace_diag_embed_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.0609749Z test_dispatch_meta_outplace_diag_embed_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.038s) 2022-11-23T02:24:31.0610204Z test_dispatch_meta_outplace_diag_embed_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:24:31.0610422Z test_dispatch_meta_outplace_diag_embed_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:24:31.0610623Z test_dispatch_meta_outplace_diag_embed_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:24:31.0610833Z test_dispatch_meta_outplace_diagflat_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.0611040Z test_dispatch_meta_outplace_diagflat_cuda_bool (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.0611256Z test_dispatch_meta_outplace_diagflat_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.0611468Z test_dispatch_meta_outplace_diagflat_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:24:31.0611672Z test_dispatch_meta_outplace_diagflat_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:24:31.0611877Z test_dispatch_meta_outplace_diagflat_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.0612078Z test_dispatch_meta_outplace_diagflat_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:31.0612279Z test_dispatch_meta_outplace_diagflat_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:24:31.0612482Z test_dispatch_meta_outplace_diagflat_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.0612683Z test_dispatch_meta_outplace_diagflat_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.0612964Z test_dispatch_meta_outplace_diagflat_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.0613180Z test_dispatch_meta_outplace_diagflat_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.0613399Z test_dispatch_meta_outplace_diagonal_copy_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:24:31.0613613Z test_dispatch_meta_outplace_diagonal_copy_cuda_bool (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:24:31.0613832Z test_dispatch_meta_outplace_diagonal_copy_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:24:31.0614036Z test_dispatch_meta_outplace_diagonal_copy_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.0614249Z test_dispatch_meta_outplace_diagonal_copy_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.034s) 2022-11-23T02:24:31.0614464Z test_dispatch_meta_outplace_diagonal_copy_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:24:31.0614682Z test_dispatch_meta_outplace_diagonal_copy_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:24:31.0614901Z test_dispatch_meta_outplace_diagonal_copy_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:24:31.0615113Z test_dispatch_meta_outplace_diagonal_copy_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:24:31.0615325Z test_dispatch_meta_outplace_diagonal_copy_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:24:31.0615667Z test_dispatch_meta_outplace_diagonal_copy_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:24:31.0615885Z test_dispatch_meta_outplace_diagonal_copy_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:24:31.0616092Z test_dispatch_meta_outplace_diagonal_copy_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:24:31.0616470Z test_dispatch_meta_outplace_diagonal_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.0616796Z test_dispatch_meta_outplace_diagonal_cuda_bool (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.0617015Z test_dispatch_meta_outplace_diagonal_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.0617226Z test_dispatch_meta_outplace_diagonal_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.0617535Z test_dispatch_meta_outplace_diagonal_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.0617742Z test_dispatch_meta_outplace_diagonal_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.0617949Z test_dispatch_meta_outplace_diagonal_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.0618150Z test_dispatch_meta_outplace_diagonal_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.0618351Z test_dispatch_meta_outplace_diagonal_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.0618557Z test_dispatch_meta_outplace_diagonal_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.0618744Z test_dispatch_meta_outplace_diagonal_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.0618946Z test_dispatch_meta_outplace_diagonal_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.0619144Z test_dispatch_meta_outplace_diagonal_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.0619373Z test_dispatch_meta_outplace_diagonal_scatter_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:31.0619589Z test_dispatch_meta_outplace_diagonal_scatter_cuda_bool (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.0619811Z test_dispatch_meta_outplace_diagonal_scatter_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:31.0620028Z test_dispatch_meta_outplace_diagonal_scatter_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.0620236Z test_dispatch_meta_outplace_diagonal_scatter_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.0620523Z test_dispatch_meta_outplace_diagonal_scatter_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.0620759Z test_dispatch_meta_outplace_diagonal_scatter_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:24:31.0620977Z test_dispatch_meta_outplace_diagonal_scatter_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:31.0621193Z test_dispatch_meta_outplace_diagonal_scatter_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.0621404Z test_dispatch_meta_outplace_diagonal_scatter_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.0621609Z test_dispatch_meta_outplace_diff_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.853s) 2022-11-23T02:24:31.0621809Z test_dispatch_meta_outplace_diff_cuda_bool (__main__.TestMetaCUDA) ... ok (0.881s) 2022-11-23T02:24:31.0622148Z test_dispatch_meta_outplace_diff_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.853s) 2022-11-23T02:24:31.0622364Z test_dispatch_meta_outplace_diff_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.766s) 2022-11-23T02:24:31.0622566Z test_dispatch_meta_outplace_diff_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.833s) 2022-11-23T02:24:31.0622889Z test_dispatch_meta_outplace_diff_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.798s) 2022-11-23T02:24:31.0623281Z test_dispatch_meta_outplace_diff_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.792s) 2022-11-23T02:24:31.0623471Z test_dispatch_meta_outplace_diff_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.763s) 2022-11-23T02:24:31.0623662Z test_dispatch_meta_outplace_diff_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.801s) 2022-11-23T02:24:31.0623850Z test_dispatch_meta_outplace_diff_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.762s) 2022-11-23T02:24:31.0624047Z test_dispatch_meta_outplace_diff_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.798s) 2022-11-23T02:24:31.0624235Z test_dispatch_meta_outplace_diff_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.792s) 2022-11-23T02:24:31.0624441Z test_dispatch_meta_outplace_digamma_cuda_bool (__main__.TestMetaCUDA) ... ok (0.599s) 2022-11-23T02:24:31.0624647Z test_dispatch_meta_outplace_digamma_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.0624849Z test_dispatch_meta_outplace_digamma_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.0625659Z test_dispatch_meta_outplace_digamma_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.0625864Z test_dispatch_meta_outplace_digamma_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.0626066Z test_dispatch_meta_outplace_digamma_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.0626267Z test_dispatch_meta_outplace_digamma_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.0626468Z test_dispatch_meta_outplace_digamma_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.0626718Z test_dispatch_meta_outplace_digamma_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.0626921Z test_dispatch_meta_outplace_dist_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.089s) 2022-11-23T02:24:31.0627123Z test_dispatch_meta_outplace_dist_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.093s) 2022-11-23T02:24:31.0627327Z test_dispatch_meta_outplace_dist_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.093s) 2022-11-23T02:24:31.0627531Z test_dispatch_meta_outplace_dist_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.091s) 2022-11-23T02:24:31.0627732Z test_dispatch_meta_outplace_dist_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.094s) 2022-11-23T02:24:31.0627914Z test_dispatch_meta_outplace_dist_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.089s) 2022-11-23T02:24:31.0628139Z test_dispatch_meta_outplace_div_floor_rounding_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.108s) 2022-11-23T02:24:31.0628365Z test_dispatch_meta_outplace_div_floor_rounding_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.117s) 2022-11-23T02:24:31.0628813Z test_dispatch_meta_outplace_div_floor_rounding_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.111s) 2022-11-23T02:24:31.0629049Z test_dispatch_meta_outplace_div_floor_rounding_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.086s) 2022-11-23T02:24:31.0629423Z test_dispatch_meta_outplace_div_floor_rounding_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.044s) 2022-11-23T02:24:31.0629834Z test_dispatch_meta_outplace_div_floor_rounding_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.045s) 2022-11-23T02:24:31.0630220Z test_dispatch_meta_outplace_div_floor_rounding_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.045s) 2022-11-23T02:24:31.0630446Z test_dispatch_meta_outplace_div_floor_rounding_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.038s) 2022-11-23T02:24:31.0630656Z test_dispatch_meta_outplace_div_floor_rounding_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:24:31.0630888Z test_dispatch_meta_outplace_div_no_rounding_mode_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:24:31.0631112Z test_dispatch_meta_outplace_div_no_rounding_mode_cuda_bool (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:24:31.0631346Z test_dispatch_meta_outplace_div_no_rounding_mode_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:24:31.0631575Z test_dispatch_meta_outplace_div_no_rounding_mode_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:24:31.0631811Z test_dispatch_meta_outplace_div_no_rounding_mode_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:24:31.0632128Z test_dispatch_meta_outplace_div_no_rounding_mode_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:24:31.0632358Z test_dispatch_meta_outplace_div_no_rounding_mode_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:24:31.0632582Z test_dispatch_meta_outplace_div_no_rounding_mode_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:24:31.0632804Z test_dispatch_meta_outplace_div_no_rounding_mode_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:24:31.0633019Z test_dispatch_meta_outplace_div_no_rounding_mode_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.0633230Z test_dispatch_meta_outplace_div_no_rounding_mode_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.038s) 2022-11-23T02:24:31.0633570Z test_dispatch_meta_outplace_div_no_rounding_mode_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.038s) 2022-11-23T02:24:31.0633768Z test_dispatch_meta_outplace_div_no_rounding_mode_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.036s) 2022-11-23T02:24:31.0633990Z test_dispatch_meta_outplace_div_trunc_rounding_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:24:31.0634213Z test_dispatch_meta_outplace_div_trunc_rounding_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:24:31.0634431Z test_dispatch_meta_outplace_div_trunc_rounding_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:24:31.0634645Z test_dispatch_meta_outplace_div_trunc_rounding_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:24:31.0634863Z test_dispatch_meta_outplace_div_trunc_rounding_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.033s) 2022-11-23T02:24:31.0635076Z test_dispatch_meta_outplace_div_trunc_rounding_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.033s) 2022-11-23T02:24:31.0635290Z test_dispatch_meta_outplace_div_trunc_rounding_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:24:31.0635621Z test_dispatch_meta_outplace_div_trunc_rounding_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:24:31.0635834Z test_dispatch_meta_outplace_div_trunc_rounding_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:24:31.0636033Z test_dispatch_meta_outplace_dot_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.0636411Z test_dispatch_meta_outplace_dot_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.0636852Z test_dispatch_meta_outplace_dot_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.0637077Z test_dispatch_meta_outplace_dot_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.0637277Z test_dispatch_meta_outplace_dot_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.0637480Z test_dispatch_meta_outplace_dot_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.0637685Z test_dispatch_meta_outplace_double_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.0637880Z test_dispatch_meta_outplace_double_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.0638091Z test_dispatch_meta_outplace_double_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.0638420Z test_dispatch_meta_outplace_double_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.0638624Z test_dispatch_meta_outplace_double_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.0638824Z test_dispatch_meta_outplace_double_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.0639026Z test_dispatch_meta_outplace_double_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.0639228Z test_dispatch_meta_outplace_double_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.0639433Z test_dispatch_meta_outplace_double_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.0639633Z test_dispatch_meta_outplace_double_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.0639830Z test_dispatch_meta_outplace_double_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.0640027Z test_dispatch_meta_outplace_double_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.0640227Z test_dispatch_meta_outplace_double_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.0640434Z test_dispatch_meta_outplace_dsplit_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.0640631Z test_dispatch_meta_outplace_dsplit_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.0640841Z test_dispatch_meta_outplace_dsplit_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.0641141Z test_dispatch_meta_outplace_dsplit_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.0641347Z test_dispatch_meta_outplace_dsplit_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.0641549Z test_dispatch_meta_outplace_dsplit_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.0641750Z test_dispatch_meta_outplace_dsplit_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.0642085Z test_dispatch_meta_outplace_dsplit_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.0642294Z test_dispatch_meta_outplace_dsplit_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.0642494Z test_dispatch_meta_outplace_dsplit_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.0642795Z test_dispatch_meta_outplace_dsplit_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.0643184Z test_dispatch_meta_outplace_dsplit_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.0643401Z test_dispatch_meta_outplace_dsplit_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.0643606Z test_dispatch_meta_outplace_dstack_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:24:31.0643801Z test_dispatch_meta_outplace_dstack_cuda_bool (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:24:31.0644013Z test_dispatch_meta_outplace_dstack_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:24:31.0644221Z test_dispatch_meta_outplace_dstack_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:24:31.0644506Z test_dispatch_meta_outplace_dstack_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:24:31.0644724Z test_dispatch_meta_outplace_dstack_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:24:31.0644925Z test_dispatch_meta_outplace_dstack_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:24:31.0645128Z test_dispatch_meta_outplace_dstack_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.033s) 2022-11-23T02:24:31.0645330Z test_dispatch_meta_outplace_dstack_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.0645529Z test_dispatch_meta_outplace_dstack_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:24:31.0645728Z test_dispatch_meta_outplace_dstack_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.0645928Z test_dispatch_meta_outplace_dstack_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:24:31.0646125Z test_dispatch_meta_outplace_dstack_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:24:31.0646332Z test_dispatch_meta_outplace_einsum_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.057s) 2022-11-23T02:24:31.0646547Z test_dispatch_meta_outplace_einsum_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.054s) 2022-11-23T02:24:31.0646753Z test_dispatch_meta_outplace_einsum_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.057s) 2022-11-23T02:24:31.0646958Z test_dispatch_meta_outplace_einsum_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.059s) 2022-11-23T02:24:31.0647145Z test_dispatch_meta_outplace_einsum_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.057s) 2022-11-23T02:24:31.0647347Z test_dispatch_meta_outplace_einsum_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.061s) 2022-11-23T02:24:31.0647550Z test_dispatch_meta_outplace_empty_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.0647751Z test_dispatch_meta_outplace_empty_cuda_bool (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.0647962Z test_dispatch_meta_outplace_empty_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.0648170Z test_dispatch_meta_outplace_empty_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.0648501Z test_dispatch_meta_outplace_empty_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.0648715Z test_dispatch_meta_outplace_empty_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.0649014Z test_dispatch_meta_outplace_empty_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.0649394Z test_dispatch_meta_outplace_empty_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.0649723Z test_dispatch_meta_outplace_empty_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.0649930Z test_dispatch_meta_outplace_empty_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.0650125Z test_dispatch_meta_outplace_empty_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.0650329Z test_dispatch_meta_outplace_empty_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.0650529Z test_dispatch_meta_outplace_empty_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.0650740Z test_dispatch_meta_outplace_empty_like_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.0650948Z test_dispatch_meta_outplace_empty_like_cuda_bool (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.0651164Z test_dispatch_meta_outplace_empty_like_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.0651380Z test_dispatch_meta_outplace_empty_like_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.0651580Z test_dispatch_meta_outplace_empty_like_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.0651789Z test_dispatch_meta_outplace_empty_like_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.0652080Z test_dispatch_meta_outplace_empty_like_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.0652306Z test_dispatch_meta_outplace_empty_like_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.0652510Z test_dispatch_meta_outplace_empty_like_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.0652713Z test_dispatch_meta_outplace_empty_like_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.0652919Z test_dispatch_meta_outplace_empty_like_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.0653121Z test_dispatch_meta_outplace_empty_like_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.0653322Z test_dispatch_meta_outplace_empty_like_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.0653521Z test_dispatch_meta_outplace_eq_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.0653716Z test_dispatch_meta_outplace_eq_cuda_bool (__main__.TestMetaCUDA) ... ok (0.030s) 2022-11-23T02:24:31.0653922Z test_dispatch_meta_outplace_eq_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.0654124Z test_dispatch_meta_outplace_eq_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:24:31.0654323Z test_dispatch_meta_outplace_eq_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:24:31.0654523Z test_dispatch_meta_outplace_eq_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:24:31.0654714Z test_dispatch_meta_outplace_eq_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:24:31.0655036Z test_dispatch_meta_outplace_eq_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:24:31.0655239Z test_dispatch_meta_outplace_eq_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:24:31.0655425Z test_dispatch_meta_outplace_eq_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:24:31.0655596Z test_dispatch_meta_outplace_eq_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:24:31.0656079Z test_dispatch_meta_outplace_eq_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:24:31.0656278Z test_dispatch_meta_outplace_eq_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:24:31.0656480Z test_dispatch_meta_outplace_equal_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.0656772Z test_dispatch_meta_outplace_equal_cuda_bool (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.0656982Z test_dispatch_meta_outplace_equal_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.0657187Z test_dispatch_meta_outplace_equal_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.0657391Z test_dispatch_meta_outplace_equal_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:24:31.0657592Z test_dispatch_meta_outplace_equal_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.0657798Z test_dispatch_meta_outplace_equal_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.0657994Z test_dispatch_meta_outplace_equal_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.0658193Z test_dispatch_meta_outplace_equal_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.0658389Z test_dispatch_meta_outplace_equal_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.0658590Z test_dispatch_meta_outplace_equal_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.0658786Z test_dispatch_meta_outplace_equal_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.0658987Z test_dispatch_meta_outplace_erf_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.0659183Z test_dispatch_meta_outplace_erf_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.0659381Z test_dispatch_meta_outplace_erf_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.0659640Z test_dispatch_meta_outplace_erf_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.0659832Z test_dispatch_meta_outplace_erf_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.0660029Z test_dispatch_meta_outplace_erf_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.0660222Z test_dispatch_meta_outplace_erf_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.0660407Z test_dispatch_meta_outplace_erf_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.0660600Z test_dispatch_meta_outplace_erf_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.0660786Z test_dispatch_meta_outplace_erf_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.0660988Z test_dispatch_meta_outplace_erfc_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.0661184Z test_dispatch_meta_outplace_erfc_cuda_bool (__main__.TestMetaCUDA) ... ok (0.377s) 2022-11-23T02:24:31.0661559Z test_dispatch_meta_outplace_erfc_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.0661766Z test_dispatch_meta_outplace_erfc_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.0661964Z test_dispatch_meta_outplace_erfc_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.0662298Z test_dispatch_meta_outplace_erfc_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.0662646Z test_dispatch_meta_outplace_erfc_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.0662840Z test_dispatch_meta_outplace_erfc_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.0663031Z test_dispatch_meta_outplace_erfc_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.0663216Z test_dispatch_meta_outplace_erfc_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.0663412Z test_dispatch_meta_outplace_erfinv_cuda_bool (__main__.TestMetaCUDA) ... ok (0.475s) 2022-11-23T02:24:31.0663622Z test_dispatch_meta_outplace_erfinv_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.0663825Z test_dispatch_meta_outplace_erfinv_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.0664012Z test_dispatch_meta_outplace_erfinv_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.0664307Z test_dispatch_meta_outplace_erfinv_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.0664507Z test_dispatch_meta_outplace_erfinv_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.0664705Z test_dispatch_meta_outplace_erfinv_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.0664903Z test_dispatch_meta_outplace_erfinv_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.0665097Z test_dispatch_meta_outplace_erfinv_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.0665303Z test_dispatch_meta_outplace_exp2_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.0665500Z test_dispatch_meta_outplace_exp2_cuda_bool (__main__.TestMetaCUDA) ... ok (0.351s) 2022-11-23T02:24:31.0665695Z test_dispatch_meta_outplace_exp2_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.0665893Z test_dispatch_meta_outplace_exp2_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.0666093Z test_dispatch_meta_outplace_exp2_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.0666289Z test_dispatch_meta_outplace_exp2_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.0666479Z test_dispatch_meta_outplace_exp2_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.0666666Z test_dispatch_meta_outplace_exp2_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.0666862Z test_dispatch_meta_outplace_exp2_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.0667590Z test_dispatch_meta_outplace_exp2_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.0668056Z test_dispatch_meta_outplace_exp_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.0668266Z test_dispatch_meta_outplace_exp_cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.0668470Z test_dispatch_meta_outplace_exp_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.0668665Z test_dispatch_meta_outplace_exp_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.0669158Z test_dispatch_meta_outplace_exp_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.0669376Z test_dispatch_meta_outplace_exp_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.0669577Z test_dispatch_meta_outplace_exp_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.0669774Z test_dispatch_meta_outplace_exp_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.0669974Z test_dispatch_meta_outplace_exp_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.0670164Z test_dispatch_meta_outplace_exp_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:31.0670350Z test_dispatch_meta_outplace_exp_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.0670547Z test_dispatch_meta_outplace_exp_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.0670735Z test_dispatch_meta_outplace_exp_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.0670944Z test_dispatch_meta_outplace_expand_as_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.0671150Z test_dispatch_meta_outplace_expand_as_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.0671367Z test_dispatch_meta_outplace_expand_as_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.0671585Z test_dispatch_meta_outplace_expand_as_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.0671794Z test_dispatch_meta_outplace_expand_as_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.0672003Z test_dispatch_meta_outplace_expand_as_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.0672207Z test_dispatch_meta_outplace_expand_as_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.0672527Z test_dispatch_meta_outplace_expand_as_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.0672730Z test_dispatch_meta_outplace_expand_as_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.0672911Z test_dispatch_meta_outplace_expand_as_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.0673112Z test_dispatch_meta_outplace_expand_as_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.0673314Z test_dispatch_meta_outplace_expand_as_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.0673525Z test_dispatch_meta_outplace_expand_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.0673725Z test_dispatch_meta_outplace_expand_cuda_bool (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.0673934Z test_dispatch_meta_outplace_expand_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.0674147Z test_dispatch_meta_outplace_expand_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.0674349Z test_dispatch_meta_outplace_expand_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.0674692Z test_dispatch_meta_outplace_expand_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.0674902Z test_dispatch_meta_outplace_expand_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.0675103Z test_dispatch_meta_outplace_expand_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.0675381Z test_dispatch_meta_outplace_expand_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.0675702Z test_dispatch_meta_outplace_expand_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.0676117Z test_dispatch_meta_outplace_expand_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.0676329Z test_dispatch_meta_outplace_expand_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.0676535Z test_dispatch_meta_outplace_expm1_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.0676732Z test_dispatch_meta_outplace_expm1_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.0676930Z test_dispatch_meta_outplace_expm1_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.0677131Z test_dispatch_meta_outplace_expm1_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.0677317Z test_dispatch_meta_outplace_expm1_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.0677520Z test_dispatch_meta_outplace_expm1_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.0677716Z test_dispatch_meta_outplace_expm1_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.0677911Z test_dispatch_meta_outplace_expm1_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.0678113Z test_dispatch_meta_outplace_expm1_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.0678308Z test_dispatch_meta_outplace_expm1_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.0678509Z test_dispatch_meta_outplace_eye_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.168s) 2022-11-23T02:24:31.0678703Z test_dispatch_meta_outplace_eye_cuda_bool (__main__.TestMetaCUDA) ... ok (0.136s) 2022-11-23T02:24:31.0678904Z test_dispatch_meta_outplace_eye_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.137s) 2022-11-23T02:24:31.0679107Z test_dispatch_meta_outplace_eye_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.129s) 2022-11-23T02:24:31.0679304Z test_dispatch_meta_outplace_eye_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.127s) 2022-11-23T02:24:31.0679500Z test_dispatch_meta_outplace_eye_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.158s) 2022-11-23T02:24:31.0679694Z test_dispatch_meta_outplace_eye_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.127s) 2022-11-23T02:24:31.0679989Z test_dispatch_meta_outplace_eye_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.127s) 2022-11-23T02:24:31.0680181Z test_dispatch_meta_outplace_eye_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.128s) 2022-11-23T02:24:31.0680365Z test_dispatch_meta_outplace_eye_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.133s) 2022-11-23T02:24:31.0680560Z test_dispatch_meta_outplace_eye_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.135s) 2022-11-23T02:24:31.0680747Z test_dispatch_meta_outplace_eye_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.145s) 2022-11-23T02:24:31.0680948Z test_dispatch_meta_outplace_fft_fft2_cuda_bool (__main__.TestMetaCUDA) ... ok (1.129s) 2022-11-23T02:24:31.0681150Z test_dispatch_meta_outplace_fft_fft2_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.302s) 2022-11-23T02:24:31.0681503Z test_dispatch_meta_outplace_fft_fft2_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.890s) 2022-11-23T02:24:31.0681724Z test_dispatch_meta_outplace_fft_fft2_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.0681930Z test_dispatch_meta_outplace_fft_fft2_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:24:31.0682133Z test_dispatch_meta_outplace_fft_fft2_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:24:31.0682331Z test_dispatch_meta_outplace_fft_fft2_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:24:31.0682736Z test_dispatch_meta_outplace_fft_fft2_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.0683078Z test_dispatch_meta_outplace_fft_fft2_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:24:31.0683361Z test_dispatch_meta_outplace_fft_fft2_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.0683574Z test_dispatch_meta_outplace_fft_fft2_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:24:31.0683771Z test_dispatch_meta_outplace_fft_fft2_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.0684417Z 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.001s) 2022-11-23T02:24:31.0684633Z test_dispatch_meta_outplace_fft_fft_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.098s) 2022-11-23T02:24:31.0684841Z test_dispatch_meta_outplace_fft_fft_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.0685052Z test_dispatch_meta_outplace_fft_fft_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.229s) 2022-11-23T02:24:31.0685257Z test_dispatch_meta_outplace_fft_fft_cuda_float16 (__main__.TestMetaCUDA) ... ok (3.550s) 2022-11-23T02:24:31.0685461Z test_dispatch_meta_outplace_fft_fft_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.746s) 2022-11-23T02:24:31.0686079Z 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.001s) 2022-11-23T02:24:31.0686280Z test_dispatch_meta_outplace_fft_fft_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.0686481Z test_dispatch_meta_outplace_fft_fft_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.0686682Z test_dispatch_meta_outplace_fft_fft_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:24:31.0686881Z test_dispatch_meta_outplace_fft_fft_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.0687079Z test_dispatch_meta_outplace_fft_fft_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.0687361Z test_dispatch_meta_outplace_fft_fftn_cuda_bool (__main__.TestMetaCUDA) ... ok (0.038s) 2022-11-23T02:24:31.0687575Z test_dispatch_meta_outplace_fft_fftn_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:24:31.0687768Z test_dispatch_meta_outplace_fft_fftn_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-11-23T02:24:31.0687978Z test_dispatch_meta_outplace_fft_fftn_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.041s) 2022-11-23T02:24:31.0688305Z test_dispatch_meta_outplace_fft_fftn_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.038s) 2022-11-23T02:24:31.0688529Z test_dispatch_meta_outplace_fft_fftn_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.033s) 2022-11-23T02:24:31.0688726Z test_dispatch_meta_outplace_fft_fftn_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-11-23T02:24:31.0688928Z test_dispatch_meta_outplace_fft_fftn_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.037s) 2022-11-23T02:24:31.0689413Z test_dispatch_meta_outplace_fft_fftn_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:24:31.0689633Z test_dispatch_meta_outplace_fft_fftn_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.036s) 2022-11-23T02:24:31.0689830Z test_dispatch_meta_outplace_fft_fftn_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.034s) 2022-11-23T02:24:31.0690027Z test_dispatch_meta_outplace_fft_fftn_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:24:31.0690244Z test_dispatch_meta_outplace_fft_fftshift_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.0690454Z test_dispatch_meta_outplace_fft_fftshift_cuda_bool (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.0690756Z test_dispatch_meta_outplace_fft_fftshift_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.0690987Z test_dispatch_meta_outplace_fft_fftshift_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.0691205Z test_dispatch_meta_outplace_fft_fftshift_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.0691422Z test_dispatch_meta_outplace_fft_fftshift_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.0691636Z test_dispatch_meta_outplace_fft_fftshift_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.0691845Z test_dispatch_meta_outplace_fft_fftshift_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.0692053Z test_dispatch_meta_outplace_fft_fftshift_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.0692260Z test_dispatch_meta_outplace_fft_fftshift_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.0692469Z test_dispatch_meta_outplace_fft_fftshift_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.0692662Z test_dispatch_meta_outplace_fft_fftshift_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.0692863Z test_dispatch_meta_outplace_fft_fftshift_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.0693067Z test_dispatch_meta_outplace_fft_hfft2_cuda_bool (__main__.TestMetaCUDA) ... ok (0.819s) 2022-11-23T02:24:31.0693281Z test_dispatch_meta_outplace_fft_hfft2_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.378s) 2022-11-23T02:24:31.0693491Z test_dispatch_meta_outplace_fft_hfft2_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.049s) 2022-11-23T02:24:31.0693700Z test_dispatch_meta_outplace_fft_hfft2_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:24:31.0693906Z test_dispatch_meta_outplace_fft_hfft2_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:24:31.0694114Z test_dispatch_meta_outplace_fft_hfft2_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.033s) 2022-11-23T02:24:31.0694313Z test_dispatch_meta_outplace_fft_hfft2_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:24:31.0694515Z test_dispatch_meta_outplace_fft_hfft2_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:24:31.0694850Z test_dispatch_meta_outplace_fft_hfft2_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.040s) 2022-11-23T02:24:31.0695147Z test_dispatch_meta_outplace_fft_hfft2_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.038s) 2022-11-23T02:24:31.0695347Z test_dispatch_meta_outplace_fft_hfft2_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.041s) 2022-11-23T02:24:31.0695738Z test_dispatch_meta_outplace_fft_hfft2_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.034s) 2022-11-23T02:24:31.0696042Z test_dispatch_meta_outplace_fft_hfft_cuda_bool (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:24:31.0696257Z test_dispatch_meta_outplace_fft_hfft_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:24:31.0696471Z test_dispatch_meta_outplace_fft_hfft_cuda_complex32 (__main__.TestMetaCUDA) ... ok (2.159s) 2022-11-23T02:24:31.0696680Z test_dispatch_meta_outplace_fft_hfft_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:24:31.0696885Z test_dispatch_meta_outplace_fft_hfft_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.0697078Z test_dispatch_meta_outplace_fft_hfft_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.033s) 2022-11-23T02:24:31.0697277Z test_dispatch_meta_outplace_fft_hfft_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.035s) 2022-11-23T02:24:31.0697477Z test_dispatch_meta_outplace_fft_hfft_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.036s) 2022-11-23T02:24:31.0697677Z test_dispatch_meta_outplace_fft_hfft_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-11-23T02:24:31.0697878Z test_dispatch_meta_outplace_fft_hfft_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.038s) 2022-11-23T02:24:31.0698159Z test_dispatch_meta_outplace_fft_hfft_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:24:31.0698372Z test_dispatch_meta_outplace_fft_hfft_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-11-23T02:24:31.0698570Z test_dispatch_meta_outplace_fft_hfftn_cuda_bool (__main__.TestMetaCUDA) ... ok (0.033s) 2022-11-23T02:24:31.0698786Z test_dispatch_meta_outplace_fft_hfftn_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:24:31.0699001Z test_dispatch_meta_outplace_fft_hfftn_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-11-23T02:24:31.0699212Z test_dispatch_meta_outplace_fft_hfftn_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:24:31.0699418Z test_dispatch_meta_outplace_fft_hfftn_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.033s) 2022-11-23T02:24:31.0699624Z test_dispatch_meta_outplace_fft_hfftn_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.045s) 2022-11-23T02:24:31.0699829Z test_dispatch_meta_outplace_fft_hfftn_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.050s) 2022-11-23T02:24:31.0700031Z test_dispatch_meta_outplace_fft_hfftn_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.051s) 2022-11-23T02:24:31.0700233Z test_dispatch_meta_outplace_fft_hfftn_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.050s) 2022-11-23T02:24:31.0700430Z test_dispatch_meta_outplace_fft_hfftn_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.050s) 2022-11-23T02:24:31.0700633Z test_dispatch_meta_outplace_fft_hfftn_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.033s) 2022-11-23T02:24:31.0700833Z test_dispatch_meta_outplace_fft_hfftn_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:24:31.0701032Z test_dispatch_meta_outplace_fft_ifft2_cuda_bool (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:24:31.0701367Z test_dispatch_meta_outplace_fft_ifft2_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:24:31.0701586Z test_dispatch_meta_outplace_fft_ifft2_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.0701799Z test_dispatch_meta_outplace_fft_ifft2_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:24:31.0702192Z test_dispatch_meta_outplace_fft_ifft2_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:24:31.0702505Z test_dispatch_meta_outplace_fft_ifft2_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:24:31.0702800Z test_dispatch_meta_outplace_fft_ifft2_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:24:31.0703001Z test_dispatch_meta_outplace_fft_ifft2_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:24:31.0703199Z test_dispatch_meta_outplace_fft_ifft2_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:24:31.0703396Z test_dispatch_meta_outplace_fft_ifft2_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:24:31.0703593Z test_dispatch_meta_outplace_fft_ifft2_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:24:31.0703797Z test_dispatch_meta_outplace_fft_ifft2_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.0703996Z test_dispatch_meta_outplace_fft_ifft_cuda_bool (__main__.TestMetaCUDA) ... ok (0.030s) 2022-11-23T02:24:31.0704204Z test_dispatch_meta_outplace_fft_ifft_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:24:31.0704413Z test_dispatch_meta_outplace_fft_ifft_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:24:31.0704627Z test_dispatch_meta_outplace_fft_ifft_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:24:31.0704829Z test_dispatch_meta_outplace_fft_ifft_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-11-23T02:24:31.0705034Z test_dispatch_meta_outplace_fft_ifft_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.036s) 2022-11-23T02:24:31.0705725Z 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:24:31.0705946Z test_dispatch_meta_outplace_fft_ifft_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.040s) 2022-11-23T02:24:31.0706146Z test_dispatch_meta_outplace_fft_ifft_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:24:31.0706349Z test_dispatch_meta_outplace_fft_ifft_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:24:31.0706550Z test_dispatch_meta_outplace_fft_ifft_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:24:31.0706748Z test_dispatch_meta_outplace_fft_ifft_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:31.0706931Z test_dispatch_meta_outplace_fft_ifftn_cuda_bool (__main__.TestMetaCUDA) ... ok (0.032s) 2022-11-23T02:24:31.0707145Z test_dispatch_meta_outplace_fft_ifftn_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:24:31.0707357Z test_dispatch_meta_outplace_fft_ifftn_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:24:31.0707765Z test_dispatch_meta_outplace_fft_ifftn_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.035s) 2022-11-23T02:24:31.0707999Z test_dispatch_meta_outplace_fft_ifftn_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:24:31.0708208Z test_dispatch_meta_outplace_fft_ifftn_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.056s) 2022-11-23T02:24:31.0708412Z test_dispatch_meta_outplace_fft_ifftn_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.034s) 2022-11-23T02:24:31.0708890Z test_dispatch_meta_outplace_fft_ifftn_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-11-23T02:24:31.0709113Z test_dispatch_meta_outplace_fft_ifftn_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.038s) 2022-11-23T02:24:31.0709311Z test_dispatch_meta_outplace_fft_ifftn_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.036s) 2022-11-23T02:24:31.0709514Z test_dispatch_meta_outplace_fft_ifftn_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:24:31.0709717Z test_dispatch_meta_outplace_fft_ifftn_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.034s) 2022-11-23T02:24:31.0709935Z test_dispatch_meta_outplace_fft_ifftshift_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.0710239Z test_dispatch_meta_outplace_fft_ifftshift_cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.0710464Z test_dispatch_meta_outplace_fft_ifftshift_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.0710686Z test_dispatch_meta_outplace_fft_ifftshift_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.0710902Z test_dispatch_meta_outplace_fft_ifftshift_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.0711120Z test_dispatch_meta_outplace_fft_ifftshift_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.0711339Z test_dispatch_meta_outplace_fft_ifftshift_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:31.0711556Z test_dispatch_meta_outplace_fft_ifftshift_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.0711752Z test_dispatch_meta_outplace_fft_ifftshift_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.0711965Z test_dispatch_meta_outplace_fft_ifftshift_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.0712173Z test_dispatch_meta_outplace_fft_ifftshift_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.0712382Z test_dispatch_meta_outplace_fft_ifftshift_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.0712590Z test_dispatch_meta_outplace_fft_ifftshift_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.0712794Z test_dispatch_meta_outplace_fft_ihfft2_cuda_bool (__main__.TestMetaCUDA) ... ok (0.049s) 2022-11-23T02:24:31.0713072Z test_dispatch_meta_outplace_fft_ihfft2_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.047s) 2022-11-23T02:24:31.0713297Z test_dispatch_meta_outplace_fft_ihfft2_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.037s) 2022-11-23T02:24:31.0713499Z test_dispatch_meta_outplace_fft_ihfft2_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.290s) 2022-11-23T02:24:31.0713704Z test_dispatch_meta_outplace_fft_ihfft2_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.041s) 2022-11-23T02:24:31.0713913Z test_dispatch_meta_outplace_fft_ihfft2_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.040s) 2022-11-23T02:24:31.0714110Z test_dispatch_meta_outplace_fft_ihfft2_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:24:31.0714435Z test_dispatch_meta_outplace_fft_ihfft2_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.037s) 2022-11-23T02:24:31.0714637Z test_dispatch_meta_outplace_fft_ihfft2_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-11-23T02:24:31.0714842Z test_dispatch_meta_outplace_fft_ihfft_cuda_bool (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:24:31.0715170Z test_dispatch_meta_outplace_fft_ihfft_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-11-23T02:24:31.0715549Z test_dispatch_meta_outplace_fft_ihfft_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.035s) 2022-11-23T02:24:31.0715760Z test_dispatch_meta_outplace_fft_ihfft_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.104s) 2022-11-23T02:24:31.0715969Z test_dispatch_meta_outplace_fft_ihfft_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:24:31.0716170Z test_dispatch_meta_outplace_fft_ihfft_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.035s) 2022-11-23T02:24:31.0716350Z test_dispatch_meta_outplace_fft_ihfft_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-11-23T02:24:31.0716550Z test_dispatch_meta_outplace_fft_ihfft_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-11-23T02:24:31.0716752Z test_dispatch_meta_outplace_fft_ihfft_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:24:31.0716958Z test_dispatch_meta_outplace_fft_ihfftn_cuda_bool (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:24:31.0717168Z test_dispatch_meta_outplace_fft_ihfftn_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.045s) 2022-11-23T02:24:31.0717377Z test_dispatch_meta_outplace_fft_ihfftn_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.035s) 2022-11-23T02:24:31.0717674Z test_dispatch_meta_outplace_fft_ihfftn_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.037s) 2022-11-23T02:24:31.0717877Z test_dispatch_meta_outplace_fft_ihfftn_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.043s) 2022-11-23T02:24:31.0718077Z test_dispatch_meta_outplace_fft_ihfftn_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.039s) 2022-11-23T02:24:31.0718275Z test_dispatch_meta_outplace_fft_ihfftn_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.038s) 2022-11-23T02:24:31.0718476Z test_dispatch_meta_outplace_fft_ihfftn_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.036s) 2022-11-23T02:24:31.0718675Z test_dispatch_meta_outplace_fft_ihfftn_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.035s) 2022-11-23T02:24:31.0718872Z test_dispatch_meta_outplace_fft_irfft2_cuda_bool (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.0719090Z test_dispatch_meta_outplace_fft_irfft2_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.0719304Z test_dispatch_meta_outplace_fft_irfft2_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.0719519Z test_dispatch_meta_outplace_fft_irfft2_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:24:31.0719726Z test_dispatch_meta_outplace_fft_irfft2_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:24:31.0719934Z test_dispatch_meta_outplace_fft_irfft2_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:24:31.0720135Z test_dispatch_meta_outplace_fft_irfft2_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:24:31.0720339Z test_dispatch_meta_outplace_fft_irfft2_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:24:31.0720597Z test_dispatch_meta_outplace_fft_irfft2_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:24:31.0720944Z test_dispatch_meta_outplace_fft_irfft2_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:24:31.0721153Z test_dispatch_meta_outplace_fft_irfft2_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:24:31.0721355Z test_dispatch_meta_outplace_fft_irfft2_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:24:31.0721775Z test_dispatch_meta_outplace_fft_irfft_cuda_bool (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:24:31.0722179Z test_dispatch_meta_outplace_fft_irfft_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:24:31.0722403Z test_dispatch_meta_outplace_fft_irfft_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.0722615Z test_dispatch_meta_outplace_fft_irfft_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:24:31.0722825Z test_dispatch_meta_outplace_fft_irfft_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:24:31.0723030Z test_dispatch_meta_outplace_fft_irfft_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.0723231Z test_dispatch_meta_outplace_fft_irfft_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.0723437Z test_dispatch_meta_outplace_fft_irfft_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.0723641Z test_dispatch_meta_outplace_fft_irfft_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:24:31.0723838Z test_dispatch_meta_outplace_fft_irfft_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.0724045Z test_dispatch_meta_outplace_fft_irfft_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:24:31.0724245Z test_dispatch_meta_outplace_fft_irfft_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.0724449Z test_dispatch_meta_outplace_fft_irfftn_cuda_bool (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:24:31.0724666Z test_dispatch_meta_outplace_fft_irfftn_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:24:31.0724878Z test_dispatch_meta_outplace_fft_irfftn_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:24:31.0725089Z test_dispatch_meta_outplace_fft_irfftn_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:24:31.0725380Z test_dispatch_meta_outplace_fft_irfftn_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:24:31.0725590Z test_dispatch_meta_outplace_fft_irfftn_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:24:31.0725794Z test_dispatch_meta_outplace_fft_irfftn_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:24:31.0725996Z test_dispatch_meta_outplace_fft_irfftn_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.0726200Z test_dispatch_meta_outplace_fft_irfftn_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.0726400Z test_dispatch_meta_outplace_fft_irfftn_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:24:31.0726602Z test_dispatch_meta_outplace_fft_irfftn_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:24:31.0726841Z test_dispatch_meta_outplace_fft_irfftn_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.033s) 2022-11-23T02:24:31.0727049Z test_dispatch_meta_outplace_fft_rfft2_cuda_bool (__main__.TestMetaCUDA) ... ok (0.034s) 2022-11-23T02:24:31.0727256Z test_dispatch_meta_outplace_fft_rfft2_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:24:31.0727597Z test_dispatch_meta_outplace_fft_rfft2_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-11-23T02:24:31.0727807Z test_dispatch_meta_outplace_fft_rfft2_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:24:31.0728195Z test_dispatch_meta_outplace_fft_rfft2_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:24:31.0728487Z test_dispatch_meta_outplace_fft_rfft2_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:24:31.0728697Z test_dispatch_meta_outplace_fft_rfft2_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:24:31.0728895Z test_dispatch_meta_outplace_fft_rfft2_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:24:31.0729098Z test_dispatch_meta_outplace_fft_rfft2_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:24:31.0729305Z test_dispatch_meta_outplace_fft_rfft_cuda_bool (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:24:31.0729508Z test_dispatch_meta_outplace_fft_rfft_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:24:31.0729695Z test_dispatch_meta_outplace_fft_rfft_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:24:31.0729893Z test_dispatch_meta_outplace_fft_rfft_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:24:31.0730095Z test_dispatch_meta_outplace_fft_rfft_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.0730296Z test_dispatch_meta_outplace_fft_rfft_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.0730495Z test_dispatch_meta_outplace_fft_rfft_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:24:31.0730696Z test_dispatch_meta_outplace_fft_rfft_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.0730895Z test_dispatch_meta_outplace_fft_rfft_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:24:31.0731090Z test_dispatch_meta_outplace_fft_rfftn_cuda_bool (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:24:31.0731294Z test_dispatch_meta_outplace_fft_rfftn_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:24:31.0731501Z test_dispatch_meta_outplace_fft_rfftn_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:24:31.0731700Z test_dispatch_meta_outplace_fft_rfftn_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:24:31.0731904Z test_dispatch_meta_outplace_fft_rfftn_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:24:31.0732104Z test_dispatch_meta_outplace_fft_rfftn_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:24:31.0732298Z test_dispatch_meta_outplace_fft_rfftn_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:24:31.0732588Z test_dispatch_meta_outplace_fft_rfftn_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:24:31.0732792Z test_dispatch_meta_outplace_fft_rfftn_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:24:31.0732993Z test_dispatch_meta_outplace_fill_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.0733190Z test_dispatch_meta_outplace_fill_cuda_bool (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.0733525Z test_dispatch_meta_outplace_fill_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.0733735Z test_dispatch_meta_outplace_fill_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.0733922Z test_dispatch_meta_outplace_fill_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.0734237Z test_dispatch_meta_outplace_fill_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.0734620Z test_dispatch_meta_outplace_fill_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.0734839Z test_dispatch_meta_outplace_fill_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.0735036Z test_dispatch_meta_outplace_fill_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.0735224Z test_dispatch_meta_outplace_fill_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.0735412Z test_dispatch_meta_outplace_fill_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.0735606Z test_dispatch_meta_outplace_fill_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.0735875Z test_dispatch_meta_outplace_fill_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.0736096Z test_dispatch_meta_outplace_flatten_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.0736298Z test_dispatch_meta_outplace_flatten_cuda_bool (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.0736514Z test_dispatch_meta_outplace_flatten_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.0736727Z test_dispatch_meta_outplace_flatten_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.0736938Z test_dispatch_meta_outplace_flatten_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.0737141Z test_dispatch_meta_outplace_flatten_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.0737345Z test_dispatch_meta_outplace_flatten_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.0737542Z test_dispatch_meta_outplace_flatten_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.0737747Z test_dispatch_meta_outplace_flatten_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.0737948Z test_dispatch_meta_outplace_flatten_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.0738132Z test_dispatch_meta_outplace_flatten_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.0738336Z test_dispatch_meta_outplace_flatten_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.0738532Z test_dispatch_meta_outplace_flatten_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.0738733Z test_dispatch_meta_outplace_flip_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:24:31.0738929Z test_dispatch_meta_outplace_flip_cuda_bool (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.0739132Z test_dispatch_meta_outplace_flip_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.0739338Z test_dispatch_meta_outplace_flip_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.0739539Z test_dispatch_meta_outplace_flip_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.0739739Z test_dispatch_meta_outplace_flip_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.0739939Z test_dispatch_meta_outplace_flip_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.0740222Z test_dispatch_meta_outplace_flip_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.0740413Z test_dispatch_meta_outplace_flip_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.0740602Z test_dispatch_meta_outplace_flip_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:24:31.0740798Z test_dispatch_meta_outplace_flip_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.0740989Z test_dispatch_meta_outplace_flip_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.0741199Z test_dispatch_meta_outplace_fliplr_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.0741401Z test_dispatch_meta_outplace_fliplr_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.0741613Z test_dispatch_meta_outplace_fliplr_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.0741821Z test_dispatch_meta_outplace_fliplr_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.0742013Z test_dispatch_meta_outplace_fliplr_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.0742214Z test_dispatch_meta_outplace_fliplr_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.0742416Z test_dispatch_meta_outplace_fliplr_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.0742615Z test_dispatch_meta_outplace_fliplr_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.0742815Z test_dispatch_meta_outplace_fliplr_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.0743081Z test_dispatch_meta_outplace_fliplr_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.0743296Z test_dispatch_meta_outplace_fliplr_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.0743493Z test_dispatch_meta_outplace_fliplr_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.0743704Z test_dispatch_meta_outplace_flipud_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.0743900Z test_dispatch_meta_outplace_flipud_cuda_bool (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.0744110Z test_dispatch_meta_outplace_flipud_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.0744318Z test_dispatch_meta_outplace_flipud_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.0744521Z test_dispatch_meta_outplace_flipud_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.0744727Z test_dispatch_meta_outplace_flipud_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.0745133Z test_dispatch_meta_outplace_flipud_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.0745409Z test_dispatch_meta_outplace_flipud_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.0745610Z test_dispatch_meta_outplace_flipud_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.0745968Z test_dispatch_meta_outplace_flipud_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.0746331Z test_dispatch_meta_outplace_flipud_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.0746524Z test_dispatch_meta_outplace_flipud_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.0746726Z test_dispatch_meta_outplace_float_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.0746924Z test_dispatch_meta_outplace_float_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.0747135Z test_dispatch_meta_outplace_float_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.0747341Z test_dispatch_meta_outplace_float_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.0747548Z test_dispatch_meta_outplace_float_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.0748341Z test_dispatch_meta_outplace_float_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.0748543Z test_dispatch_meta_outplace_float_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.0748743Z test_dispatch_meta_outplace_float_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.0748941Z test_dispatch_meta_outplace_float_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.0749138Z test_dispatch_meta_outplace_float_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.0749333Z test_dispatch_meta_outplace_float_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.0749536Z test_dispatch_meta_outplace_float_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.0749733Z test_dispatch_meta_outplace_float_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.0749949Z test_dispatch_meta_outplace_float_power_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:24:31.0750158Z test_dispatch_meta_outplace_float_power_cuda_bool (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:24:31.0750378Z test_dispatch_meta_outplace_float_power_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.0750599Z test_dispatch_meta_outplace_float_power_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:24:31.0750811Z test_dispatch_meta_outplace_float_power_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:24:31.0751021Z test_dispatch_meta_outplace_float_power_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.035s) 2022-11-23T02:24:31.0751312Z test_dispatch_meta_outplace_float_power_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:24:31.0751538Z test_dispatch_meta_outplace_float_power_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:24:31.0751744Z test_dispatch_meta_outplace_float_power_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:24:31.0751952Z test_dispatch_meta_outplace_float_power_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:24:31.0752157Z test_dispatch_meta_outplace_float_power_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:24:31.0752358Z test_dispatch_meta_outplace_float_power_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-11-23T02:24:31.0752559Z test_dispatch_meta_outplace_floor_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.0752764Z test_dispatch_meta_outplace_floor_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.0752969Z test_dispatch_meta_outplace_floor_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.0753170Z test_dispatch_meta_outplace_floor_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.0753509Z test_dispatch_meta_outplace_floor_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.0753722Z test_dispatch_meta_outplace_floor_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.0753955Z test_dispatch_meta_outplace_floor_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.0754154Z test_dispatch_meta_outplace_floor_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.0754351Z test_dispatch_meta_outplace_floor_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.0754566Z test_dispatch_meta_outplace_floor_divide_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.097s) 2022-11-23T02:24:31.0754779Z test_dispatch_meta_outplace_floor_divide_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.094s) 2022-11-23T02:24:31.0754996Z test_dispatch_meta_outplace_floor_divide_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.105s) 2022-11-23T02:24:31.0755213Z test_dispatch_meta_outplace_floor_divide_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.096s) 2022-11-23T02:24:31.0755404Z test_dispatch_meta_outplace_floor_divide_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.051s) 2022-11-23T02:24:31.0755708Z test_dispatch_meta_outplace_floor_divide_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.046s) 2022-11-23T02:24:31.0755912Z test_dispatch_meta_outplace_floor_divide_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.064s) 2022-11-23T02:24:31.0756119Z test_dispatch_meta_outplace_floor_divide_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.057s) 2022-11-23T02:24:31.0756319Z test_dispatch_meta_outplace_floor_divide_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:24:31.0756519Z test_dispatch_meta_outplace_fmax_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:24:31.0756720Z test_dispatch_meta_outplace_fmax_cuda_bool (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.0756921Z test_dispatch_meta_outplace_fmax_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:24:31.0757120Z test_dispatch_meta_outplace_fmax_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.0757319Z test_dispatch_meta_outplace_fmax_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:24:31.0757519Z test_dispatch_meta_outplace_fmax_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:24:31.0757708Z test_dispatch_meta_outplace_fmax_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:24:31.0757895Z test_dispatch_meta_outplace_fmax_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.0758088Z test_dispatch_meta_outplace_fmax_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:24:31.0758276Z test_dispatch_meta_outplace_fmax_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.0758541Z test_dispatch_meta_outplace_fmin_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.0758755Z test_dispatch_meta_outplace_fmin_cuda_bool (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:24:31.0758952Z test_dispatch_meta_outplace_fmin_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:24:31.0759151Z test_dispatch_meta_outplace_fmin_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.0759347Z test_dispatch_meta_outplace_fmin_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:24:31.0759522Z test_dispatch_meta_outplace_fmin_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:24:31.0759710Z test_dispatch_meta_outplace_fmin_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:24:31.0759907Z test_dispatch_meta_outplace_fmin_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:24:31.0760230Z test_dispatch_meta_outplace_fmin_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:24:31.0760426Z test_dispatch_meta_outplace_fmin_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:24:31.0760625Z test_dispatch_meta_outplace_fmod_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.039s) 2022-11-23T02:24:31.0760824Z test_dispatch_meta_outplace_fmod_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.033s) 2022-11-23T02:24:31.0761022Z test_dispatch_meta_outplace_fmod_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:24:31.0761219Z test_dispatch_meta_outplace_fmod_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:24:31.0761406Z test_dispatch_meta_outplace_fmod_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:24:31.0761719Z test_dispatch_meta_outplace_fmod_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:24:31.0761912Z test_dispatch_meta_outplace_fmod_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:24:31.0762109Z test_dispatch_meta_outplace_fmod_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:24:31.0762296Z test_dispatch_meta_outplace_fmod_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:31.0762614Z test_dispatch_meta_outplace_frac_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.0763034Z test_dispatch_meta_outplace_frac_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.0763342Z test_dispatch_meta_outplace_frac_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.0763542Z test_dispatch_meta_outplace_frac_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.0763726Z test_dispatch_meta_outplace_frexp_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.0763928Z test_dispatch_meta_outplace_frexp_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.0764131Z test_dispatch_meta_outplace_frexp_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.0764338Z test_dispatch_meta_outplace_full_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.0764534Z test_dispatch_meta_outplace_full_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.0764740Z test_dispatch_meta_outplace_full_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.0764945Z test_dispatch_meta_outplace_full_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.0765152Z test_dispatch_meta_outplace_full_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.0765352Z test_dispatch_meta_outplace_full_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.0765551Z test_dispatch_meta_outplace_full_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.0765747Z test_dispatch_meta_outplace_full_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.0765946Z test_dispatch_meta_outplace_full_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.0766204Z test_dispatch_meta_outplace_full_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.0766408Z test_dispatch_meta_outplace_full_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.0766605Z test_dispatch_meta_outplace_full_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.0766797Z test_dispatch_meta_outplace_full_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.0767006Z test_dispatch_meta_outplace_full_like_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.0767208Z test_dispatch_meta_outplace_full_like_cuda_bool (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.0767421Z test_dispatch_meta_outplace_full_like_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.0767632Z test_dispatch_meta_outplace_full_like_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.0767826Z test_dispatch_meta_outplace_full_like_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.0768033Z test_dispatch_meta_outplace_full_like_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.0768235Z test_dispatch_meta_outplace_full_like_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.0768437Z test_dispatch_meta_outplace_full_like_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.0768642Z test_dispatch_meta_outplace_full_like_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.0768840Z test_dispatch_meta_outplace_full_like_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.0769040Z test_dispatch_meta_outplace_full_like_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.0769243Z test_dispatch_meta_outplace_full_like_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.0769450Z test_dispatch_meta_outplace_gather_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.0769654Z test_dispatch_meta_outplace_gather_cuda_bool (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.0769864Z test_dispatch_meta_outplace_gather_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.0770074Z test_dispatch_meta_outplace_gather_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.0770359Z test_dispatch_meta_outplace_gather_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.0770565Z test_dispatch_meta_outplace_gather_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:24:31.0770767Z test_dispatch_meta_outplace_gather_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.0770967Z test_dispatch_meta_outplace_gather_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:31.0771167Z test_dispatch_meta_outplace_gather_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.0771372Z test_dispatch_meta_outplace_gather_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.0771571Z test_dispatch_meta_outplace_gather_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.0771753Z test_dispatch_meta_outplace_gather_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.0771951Z test_dispatch_meta_outplace_gcd_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.0772143Z test_dispatch_meta_outplace_gcd_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:24:31.0772330Z test_dispatch_meta_outplace_gcd_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:24:31.0772523Z test_dispatch_meta_outplace_gcd_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:24:31.0772712Z test_dispatch_meta_outplace_gcd_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-11-23T02:24:31.0772911Z test_dispatch_meta_outplace_ge_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-11-23T02:24:31.0773176Z test_dispatch_meta_outplace_ge_cuda_bool (__main__.TestMetaCUDA) ... ok (0.030s) 2022-11-23T02:24:31.0773390Z test_dispatch_meta_outplace_ge_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.033s) 2022-11-23T02:24:31.0773582Z test_dispatch_meta_outplace_ge_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:24:31.0773771Z test_dispatch_meta_outplace_ge_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:24:31.0773969Z test_dispatch_meta_outplace_ge_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.0774159Z test_dispatch_meta_outplace_ge_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-11-23T02:24:31.0774344Z test_dispatch_meta_outplace_ge_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.0774534Z test_dispatch_meta_outplace_ge_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:31.0774721Z test_dispatch_meta_outplace_ge_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.034s) 2022-11-23T02:24:31.0774932Z test_dispatch_meta_outplace_geqrf_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.074s) 2022-11-23T02:24:31.0775138Z test_dispatch_meta_outplace_geqrf_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.076s) 2022-11-23T02:24:31.0775341Z test_dispatch_meta_outplace_geqrf_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.054s) 2022-11-23T02:24:31.0775531Z test_dispatch_meta_outplace_geqrf_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.060s) 2022-11-23T02:24:31.0775740Z test_dispatch_meta_outplace_gradient_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.389s) 2022-11-23T02:24:31.0775955Z test_dispatch_meta_outplace_gradient_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.544s) 2022-11-23T02:24:31.0776168Z test_dispatch_meta_outplace_gradient_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.533s) 2022-11-23T02:24:31.0776375Z test_dispatch_meta_outplace_gradient_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.369s) 2022-11-23T02:24:31.0776586Z test_dispatch_meta_outplace_gradient_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.492s) 2022-11-23T02:24:31.0776789Z test_dispatch_meta_outplace_gradient_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.480s) 2022-11-23T02:24:31.0776990Z test_dispatch_meta_outplace_gradient_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.456s) 2022-11-23T02:24:31.0777194Z test_dispatch_meta_outplace_gradient_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.452s) 2022-11-23T02:24:31.0777480Z test_dispatch_meta_outplace_gradient_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.386s) 2022-11-23T02:24:31.0777684Z test_dispatch_meta_outplace_gradient_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.397s) 2022-11-23T02:24:31.0777903Z test_dispatch_meta_outplace_grid_sampler_2d_cuda_float16 (__main__.TestMetaCUDA) ... ok (1.257s) 2022-11-23T02:24:31.0778117Z test_dispatch_meta_outplace_grid_sampler_2d_cuda_float32 (__main__.TestMetaCUDA) ... ok (1.208s) 2022-11-23T02:24:31.0778323Z test_dispatch_meta_outplace_grid_sampler_2d_cuda_float64 (__main__.TestMetaCUDA) ... ok (1.221s) 2022-11-23T02:24:31.0778524Z test_dispatch_meta_outplace_gt_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.034s) 2022-11-23T02:24:31.0778720Z test_dispatch_meta_outplace_gt_cuda_bool (__main__.TestMetaCUDA) ... ok (0.030s) 2022-11-23T02:24:31.0778914Z test_dispatch_meta_outplace_gt_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:24:31.0779107Z test_dispatch_meta_outplace_gt_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:24:31.0779296Z test_dispatch_meta_outplace_gt_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:24:31.0779474Z test_dispatch_meta_outplace_gt_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:24:31.0779662Z test_dispatch_meta_outplace_gt_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:24:31.0779846Z test_dispatch_meta_outplace_gt_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.0780035Z test_dispatch_meta_outplace_gt_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-11-23T02:24:31.0780289Z test_dispatch_meta_outplace_gt_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:24:31.0780509Z test_dispatch_meta_outplace_half_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.0780707Z test_dispatch_meta_outplace_half_cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.0780917Z test_dispatch_meta_outplace_half_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.0781119Z test_dispatch_meta_outplace_half_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.0781317Z test_dispatch_meta_outplace_half_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.0781515Z test_dispatch_meta_outplace_half_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.0781712Z test_dispatch_meta_outplace_half_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.0781910Z test_dispatch_meta_outplace_half_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.0782098Z test_dispatch_meta_outplace_half_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.0782284Z test_dispatch_meta_outplace_half_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.0782476Z test_dispatch_meta_outplace_half_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.0782667Z test_dispatch_meta_outplace_half_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.0782877Z test_dispatch_meta_outplace_heaviside_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.054s) 2022-11-23T02:24:31.0783082Z test_dispatch_meta_outplace_heaviside_cuda_bool (__main__.TestMetaCUDA) ... ok (0.038s) 2022-11-23T02:24:31.0783277Z test_dispatch_meta_outplace_heaviside_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.053s) 2022-11-23T02:24:31.0783483Z test_dispatch_meta_outplace_heaviside_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.062s) 2022-11-23T02:24:31.0783688Z test_dispatch_meta_outplace_heaviside_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.060s) 2022-11-23T02:24:31.0783893Z test_dispatch_meta_outplace_heaviside_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.057s) 2022-11-23T02:24:31.0784096Z test_dispatch_meta_outplace_heaviside_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.059s) 2022-11-23T02:24:31.0784380Z test_dispatch_meta_outplace_heaviside_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.049s) 2022-11-23T02:24:31.0784583Z test_dispatch_meta_outplace_heaviside_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.067s) 2022-11-23T02:24:31.0784786Z test_dispatch_meta_outplace_heaviside_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.058s) 2022-11-23T02:24:31.0784986Z test_dispatch_meta_outplace_histc_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.320s) 2022-11-23T02:24:31.0785187Z test_dispatch_meta_outplace_histc_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.379s) 2022-11-23T02:24:31.0785389Z test_dispatch_meta_outplace_histc_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.310s) 2022-11-23T02:24:31.0785587Z test_dispatch_meta_outplace_histc_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.294s) 2022-11-23T02:24:31.0785785Z test_dispatch_meta_outplace_histc_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.313s) 2022-11-23T02:24:31.0785982Z test_dispatch_meta_outplace_histc_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.392s) 2022-11-23T02:24:31.0786186Z test_dispatch_meta_outplace_hsplit_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.0786383Z test_dispatch_meta_outplace_hsplit_cuda_bool (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.0786592Z test_dispatch_meta_outplace_hsplit_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.0786800Z test_dispatch_meta_outplace_hsplit_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.0787007Z test_dispatch_meta_outplace_hsplit_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.0787676Z test_dispatch_meta_outplace_hsplit_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.0787938Z test_dispatch_meta_outplace_hsplit_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.0788142Z test_dispatch_meta_outplace_hsplit_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.0788347Z test_dispatch_meta_outplace_hsplit_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.0788546Z test_dispatch_meta_outplace_hsplit_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.0788747Z test_dispatch_meta_outplace_hsplit_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.0788947Z test_dispatch_meta_outplace_hsplit_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.0789145Z test_dispatch_meta_outplace_hsplit_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.0789348Z test_dispatch_meta_outplace_hstack_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.0789546Z test_dispatch_meta_outplace_hstack_cuda_bool (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.0789757Z test_dispatch_meta_outplace_hstack_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.0789968Z test_dispatch_meta_outplace_hstack_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.0790176Z test_dispatch_meta_outplace_hstack_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.0790379Z test_dispatch_meta_outplace_hstack_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.0790581Z test_dispatch_meta_outplace_hstack_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.0790782Z test_dispatch_meta_outplace_hstack_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.0790980Z test_dispatch_meta_outplace_hstack_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.0791182Z test_dispatch_meta_outplace_hstack_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.0791380Z test_dispatch_meta_outplace_hstack_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.0791579Z test_dispatch_meta_outplace_hstack_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.0791759Z test_dispatch_meta_outplace_hstack_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.0792070Z test_dispatch_meta_outplace_hypot_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:24:31.0792273Z test_dispatch_meta_outplace_hypot_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.0792474Z test_dispatch_meta_outplace_hypot_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.033s) 2022-11-23T02:24:31.0792674Z test_dispatch_meta_outplace_hypot_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:24:31.0792874Z test_dispatch_meta_outplace_i0_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.0793072Z test_dispatch_meta_outplace_i0_cuda_bool (__main__.TestMetaCUDA) ... ok (0.553s) 2022-11-23T02:24:31.0793272Z test_dispatch_meta_outplace_i0_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.0793611Z test_dispatch_meta_outplace_i0_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.0793805Z test_dispatch_meta_outplace_i0_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.0793998Z test_dispatch_meta_outplace_i0_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.0794295Z test_dispatch_meta_outplace_i0_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.0794678Z test_dispatch_meta_outplace_i0_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.0794879Z test_dispatch_meta_outplace_i0_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.0795062Z test_dispatch_meta_outplace_i0_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.0795348Z test_dispatch_meta_outplace_igamma_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:24:31.0795567Z test_dispatch_meta_outplace_igamma_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:24:31.0795774Z test_dispatch_meta_outplace_igammac_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:24:31.0795968Z test_dispatch_meta_outplace_igammac_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:24:31.0796170Z test_dispatch_meta_outplace_imag_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.0796370Z test_dispatch_meta_outplace_imag_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.0796571Z test_dispatch_meta_outplace_imag_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.0796783Z test_dispatch_meta_outplace_index_add_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.045s) 2022-11-23T02:24:31.0796986Z test_dispatch_meta_outplace_index_add_cuda_bool (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.0797202Z test_dispatch_meta_outplace_index_add_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.038s) 2022-11-23T02:24:31.0797414Z test_dispatch_meta_outplace_index_add_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.037s) 2022-11-23T02:24:31.0797627Z test_dispatch_meta_outplace_index_add_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.035s) 2022-11-23T02:24:31.0797838Z test_dispatch_meta_outplace_index_add_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.038s) 2022-11-23T02:24:31.0798046Z test_dispatch_meta_outplace_index_add_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:24:31.0798248Z test_dispatch_meta_outplace_index_add_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.038s) 2022-11-23T02:24:31.0798449Z test_dispatch_meta_outplace_index_add_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.038s) 2022-11-23T02:24:31.0798650Z test_dispatch_meta_outplace_index_add_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.037s) 2022-11-23T02:24:31.0798848Z test_dispatch_meta_outplace_index_add_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.035s) 2022-11-23T02:24:31.0799048Z test_dispatch_meta_outplace_index_add_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.035s) 2022-11-23T02:24:31.0799251Z test_dispatch_meta_outplace_index_add_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-11-23T02:24:31.0799552Z test_dispatch_meta_outplace_index_copy_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:31.0799752Z test_dispatch_meta_outplace_index_copy_cuda_bool (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.0799967Z test_dispatch_meta_outplace_index_copy_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.0800166Z test_dispatch_meta_outplace_index_copy_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.0800374Z test_dispatch_meta_outplace_index_copy_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.0800585Z test_dispatch_meta_outplace_index_copy_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:24:31.0800790Z test_dispatch_meta_outplace_index_copy_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.0800993Z test_dispatch_meta_outplace_index_copy_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.0801198Z test_dispatch_meta_outplace_index_copy_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.0801396Z test_dispatch_meta_outplace_index_copy_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.0801595Z test_dispatch_meta_outplace_index_copy_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.0801793Z test_dispatch_meta_outplace_index_copy_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.0802003Z test_dispatch_meta_outplace_index_fill_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.0802274Z test_dispatch_meta_outplace_index_fill_cuda_bool (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.0802506Z test_dispatch_meta_outplace_index_fill_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.0802720Z test_dispatch_meta_outplace_index_fill_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.0802929Z test_dispatch_meta_outplace_index_fill_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.0803141Z test_dispatch_meta_outplace_index_fill_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.0803344Z test_dispatch_meta_outplace_index_fill_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.0803549Z test_dispatch_meta_outplace_index_fill_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.0803755Z test_dispatch_meta_outplace_index_fill_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.0803952Z test_dispatch_meta_outplace_index_fill_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.0804156Z test_dispatch_meta_outplace_index_fill_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.0804337Z test_dispatch_meta_outplace_index_fill_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.0804546Z test_dispatch_meta_outplace_index_put_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.0804750Z test_dispatch_meta_outplace_index_put_cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.0804964Z test_dispatch_meta_outplace_index_put_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.0805176Z test_dispatch_meta_outplace_index_put_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.0805389Z test_dispatch_meta_outplace_index_put_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.0805595Z test_dispatch_meta_outplace_index_put_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.0805804Z test_dispatch_meta_outplace_index_put_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.0806006Z test_dispatch_meta_outplace_index_put_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.0806208Z test_dispatch_meta_outplace_index_put_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.0806488Z test_dispatch_meta_outplace_index_put_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.0806685Z test_dispatch_meta_outplace_index_put_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.0806888Z test_dispatch_meta_outplace_index_put_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.0807092Z test_dispatch_meta_outplace_index_put_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.0807307Z test_dispatch_meta_outplace_index_reduce_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.070s) 2022-11-23T02:24:31.0807526Z test_dispatch_meta_outplace_index_reduce_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.069s) 2022-11-23T02:24:31.0807742Z test_dispatch_meta_outplace_index_reduce_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.068s) 2022-11-23T02:24:31.0807956Z test_dispatch_meta_outplace_index_reduce_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.081s) 2022-11-23T02:24:31.0808163Z test_dispatch_meta_outplace_index_reduce_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.097s) 2022-11-23T02:24:31.0808374Z test_dispatch_meta_outplace_index_reduce_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.073s) 2022-11-23T02:24:31.0808560Z test_dispatch_meta_outplace_index_reduce_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.099s) 2022-11-23T02:24:31.0808768Z test_dispatch_meta_outplace_index_reduce_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.099s) 2022-11-23T02:24:31.0808973Z test_dispatch_meta_outplace_index_reduce_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.083s) 2022-11-23T02:24:31.0809256Z test_dispatch_meta_outplace_index_select_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.0809480Z test_dispatch_meta_outplace_index_select_cuda_bool (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.0809700Z test_dispatch_meta_outplace_index_select_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.0809915Z test_dispatch_meta_outplace_index_select_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.0810135Z test_dispatch_meta_outplace_index_select_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.0810348Z test_dispatch_meta_outplace_index_select_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.0810604Z test_dispatch_meta_outplace_index_select_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.0810825Z test_dispatch_meta_outplace_index_select_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.0811036Z test_dispatch_meta_outplace_index_select_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.0811238Z test_dispatch_meta_outplace_index_select_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.0811440Z test_dispatch_meta_outplace_index_select_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.0811646Z test_dispatch_meta_outplace_index_select_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.0811850Z test_dispatch_meta_outplace_index_select_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.0812052Z test_dispatch_meta_outplace_inner_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.0812260Z test_dispatch_meta_outplace_inner_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.0812466Z test_dispatch_meta_outplace_inner_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.0812667Z test_dispatch_meta_outplace_inner_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.0812871Z test_dispatch_meta_outplace_inner_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.0813058Z test_dispatch_meta_outplace_inner_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.0813256Z test_dispatch_meta_outplace_int_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.0813551Z test_dispatch_meta_outplace_int_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.0813756Z test_dispatch_meta_outplace_int_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.0813957Z test_dispatch_meta_outplace_int_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.0814157Z test_dispatch_meta_outplace_int_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.0814356Z test_dispatch_meta_outplace_int_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.0814555Z test_dispatch_meta_outplace_int_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.0814754Z test_dispatch_meta_outplace_int_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.001s) 2022-11-23T02:24:31.0814944Z test_dispatch_meta_outplace_int_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.0815131Z test_dispatch_meta_outplace_int_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.0815325Z test_dispatch_meta_outplace_int_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.0815513Z test_dispatch_meta_outplace_int_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.0815720Z test_dispatch_meta_outplace_isclose_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.249s) 2022-11-23T02:24:31.0815921Z test_dispatch_meta_outplace_isclose_cuda_bool (__main__.TestMetaCUDA) ... ok (0.207s) 2022-11-23T02:24:31.0816133Z test_dispatch_meta_outplace_isclose_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.203s) 2022-11-23T02:24:31.0816408Z test_dispatch_meta_outplace_isclose_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.190s) 2022-11-23T02:24:31.0816627Z test_dispatch_meta_outplace_isclose_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.222s) 2022-11-23T02:24:31.0816830Z test_dispatch_meta_outplace_isclose_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.196s) 2022-11-23T02:24:31.0817014Z test_dispatch_meta_outplace_isclose_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.214s) 2022-11-23T02:24:31.0817218Z test_dispatch_meta_outplace_isclose_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.212s) 2022-11-23T02:24:31.0817419Z test_dispatch_meta_outplace_isclose_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.184s) 2022-11-23T02:24:31.0817620Z test_dispatch_meta_outplace_isclose_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.188s) 2022-11-23T02:24:31.0817897Z test_dispatch_meta_outplace_isclose_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.185s) 2022-11-23T02:24:31.0818096Z test_dispatch_meta_outplace_isclose_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.194s) 2022-11-23T02:24:31.0818307Z test_dispatch_meta_outplace_isfinite_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.0818510Z test_dispatch_meta_outplace_isfinite_cuda_bool (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.0818724Z test_dispatch_meta_outplace_isfinite_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.040s) 2022-11-23T02:24:31.0818938Z test_dispatch_meta_outplace_isfinite_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.038s) 2022-11-23T02:24:31.0819148Z test_dispatch_meta_outplace_isfinite_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.053s) 2022-11-23T02:24:31.0819353Z test_dispatch_meta_outplace_isfinite_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.0819558Z test_dispatch_meta_outplace_isfinite_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:24:31.0819758Z test_dispatch_meta_outplace_isfinite_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.0819962Z test_dispatch_meta_outplace_isfinite_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.0820164Z test_dispatch_meta_outplace_isfinite_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.0820364Z test_dispatch_meta_outplace_isfinite_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.0820564Z test_dispatch_meta_outplace_isfinite_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.0820845Z test_dispatch_meta_outplace_isfinite_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.0821033Z test_dispatch_meta_outplace_isin_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.0821233Z test_dispatch_meta_outplace_isin_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.0821432Z test_dispatch_meta_outplace_isin_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.0821629Z test_dispatch_meta_outplace_isin_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.0821823Z test_dispatch_meta_outplace_isin_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.0822009Z test_dispatch_meta_outplace_isin_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.0822205Z test_dispatch_meta_outplace_isin_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.0822395Z test_dispatch_meta_outplace_isin_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.0822594Z test_dispatch_meta_outplace_isinf_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.0822793Z test_dispatch_meta_outplace_isinf_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.0823003Z test_dispatch_meta_outplace_isinf_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.0823209Z test_dispatch_meta_outplace_isinf_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.0823481Z test_dispatch_meta_outplace_isinf_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.0823698Z test_dispatch_meta_outplace_isinf_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.0823898Z test_dispatch_meta_outplace_isinf_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.0824098Z test_dispatch_meta_outplace_isinf_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.0824301Z test_dispatch_meta_outplace_isinf_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.0824499Z test_dispatch_meta_outplace_isinf_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.0824696Z test_dispatch_meta_outplace_isinf_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.0824876Z test_dispatch_meta_outplace_isinf_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.0825076Z test_dispatch_meta_outplace_isinf_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.0825280Z test_dispatch_meta_outplace_isnan_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.0825479Z test_dispatch_meta_outplace_isnan_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.0825689Z test_dispatch_meta_outplace_isnan_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.0825896Z test_dispatch_meta_outplace_isnan_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.0826099Z test_dispatch_meta_outplace_isnan_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.0826299Z test_dispatch_meta_outplace_isnan_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.0826500Z test_dispatch_meta_outplace_isnan_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.0826696Z test_dispatch_meta_outplace_isnan_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.0826934Z test_dispatch_meta_outplace_isnan_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.0827131Z test_dispatch_meta_outplace_isnan_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.0827327Z test_dispatch_meta_outplace_isnan_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.0827523Z test_dispatch_meta_outplace_isnan_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.001s) 2022-11-23T02:24:31.0827823Z test_dispatch_meta_outplace_isneginf_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.0828025Z test_dispatch_meta_outplace_isneginf_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.0828232Z test_dispatch_meta_outplace_isneginf_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.0828439Z test_dispatch_meta_outplace_isneginf_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.0828640Z test_dispatch_meta_outplace_isneginf_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.0828829Z test_dispatch_meta_outplace_isneginf_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.0829029Z test_dispatch_meta_outplace_isneginf_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.0829231Z test_dispatch_meta_outplace_isneginf_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.0829434Z test_dispatch_meta_outplace_isneginf_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.0829638Z test_dispatch_meta_outplace_isneginf_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.0829846Z test_dispatch_meta_outplace_isposinf_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.0830048Z test_dispatch_meta_outplace_isposinf_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.0830254Z test_dispatch_meta_outplace_isposinf_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.0830457Z test_dispatch_meta_outplace_isposinf_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.0830724Z test_dispatch_meta_outplace_isposinf_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.0830942Z test_dispatch_meta_outplace_isposinf_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.0831146Z test_dispatch_meta_outplace_isposinf_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.0831349Z test_dispatch_meta_outplace_isposinf_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.0831551Z test_dispatch_meta_outplace_isposinf_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.0831753Z test_dispatch_meta_outplace_isposinf_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.0831959Z test_dispatch_meta_outplace_isreal_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.0832159Z test_dispatch_meta_outplace_isreal_cuda_bool (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.0832373Z test_dispatch_meta_outplace_isreal_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.0832580Z test_dispatch_meta_outplace_isreal_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.0832786Z test_dispatch_meta_outplace_isreal_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.0832970Z test_dispatch_meta_outplace_isreal_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.0833174Z test_dispatch_meta_outplace_isreal_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.0833375Z test_dispatch_meta_outplace_isreal_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.0833576Z test_dispatch_meta_outplace_isreal_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.0833776Z test_dispatch_meta_outplace_isreal_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.0833973Z test_dispatch_meta_outplace_isreal_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.0834176Z test_dispatch_meta_outplace_isreal_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.0834372Z test_dispatch_meta_outplace_isreal_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.0834576Z test_dispatch_meta_outplace_istft_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.492s) 2022-11-23T02:24:31.0834869Z test_dispatch_meta_outplace_istft_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.536s) 2022-11-23T02:24:31.0835112Z test_dispatch_meta_outplace_jiterator_2inputs_2outputs_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (3.548s) 2022-11-23T02:24:31.0835347Z test_dispatch_meta_outplace_jiterator_2inputs_2outputs_cuda_bool (__main__.TestMetaCUDA) ... ok (3.336s) 2022-11-23T02:24:31.0835591Z test_dispatch_meta_outplace_jiterator_2inputs_2outputs_cuda_complex128 (__main__.TestMetaCUDA) ... ok (3.570s) 2022-11-23T02:24:31.0835830Z test_dispatch_meta_outplace_jiterator_2inputs_2outputs_cuda_complex64 (__main__.TestMetaCUDA) ... ok (3.502s) 2022-11-23T02:24:31.0836071Z test_dispatch_meta_outplace_jiterator_2inputs_2outputs_cuda_float16 (__main__.TestMetaCUDA) ... ok (3.478s) 2022-11-23T02:24:31.0836307Z test_dispatch_meta_outplace_jiterator_2inputs_2outputs_cuda_float32 (__main__.TestMetaCUDA) ... ok (4.101s) 2022-11-23T02:24:31.0836534Z test_dispatch_meta_outplace_jiterator_2inputs_2outputs_cuda_float64 (__main__.TestMetaCUDA) ... ok (3.135s) 2022-11-23T02:24:31.0836767Z test_dispatch_meta_outplace_jiterator_2inputs_2outputs_cuda_int16 (__main__.TestMetaCUDA) ... ok (3.396s) 2022-11-23T02:24:31.0836997Z test_dispatch_meta_outplace_jiterator_2inputs_2outputs_cuda_int32 (__main__.TestMetaCUDA) ... ok (3.200s) 2022-11-23T02:24:31.0837221Z test_dispatch_meta_outplace_jiterator_2inputs_2outputs_cuda_int64 (__main__.TestMetaCUDA) ... ok (3.246s) 2022-11-23T02:24:31.0837449Z test_dispatch_meta_outplace_jiterator_2inputs_2outputs_cuda_int8 (__main__.TestMetaCUDA) ... ok (2.981s) 2022-11-23T02:24:31.0837721Z test_dispatch_meta_outplace_jiterator_2inputs_2outputs_cuda_uint8 (__main__.TestMetaCUDA) ... ok (2.881s) 2022-11-23T02:24:31.0837985Z test_dispatch_meta_outplace_jiterator_4inputs_with_extra_args_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (3.741s) 2022-11-23T02:24:31.0838227Z test_dispatch_meta_outplace_jiterator_4inputs_with_extra_args_cuda_bool (__main__.TestMetaCUDA) ... ok (4.188s) 2022-11-23T02:24:31.0838488Z test_dispatch_meta_outplace_jiterator_4inputs_with_extra_args_cuda_complex128 (__main__.TestMetaCUDA) ... ok (4.934s) 2022-11-23T02:24:31.0838737Z test_dispatch_meta_outplace_jiterator_4inputs_with_extra_args_cuda_complex64 (__main__.TestMetaCUDA) ... ok (4.621s) 2022-11-23T02:24:31.0838987Z test_dispatch_meta_outplace_jiterator_4inputs_with_extra_args_cuda_float16 (__main__.TestMetaCUDA) ... ok (3.850s) 2022-11-23T02:24:31.0839227Z test_dispatch_meta_outplace_jiterator_4inputs_with_extra_args_cuda_float32 (__main__.TestMetaCUDA) ... ok (3.701s) 2022-11-23T02:24:31.0839467Z test_dispatch_meta_outplace_jiterator_4inputs_with_extra_args_cuda_float64 (__main__.TestMetaCUDA) ... ok (4.131s) 2022-11-23T02:24:31.0839705Z test_dispatch_meta_outplace_jiterator_4inputs_with_extra_args_cuda_int16 (__main__.TestMetaCUDA) ... ok (3.839s) 2022-11-23T02:24:31.0839935Z test_dispatch_meta_outplace_jiterator_4inputs_with_extra_args_cuda_int32 (__main__.TestMetaCUDA) ... ok (3.946s) 2022-11-23T02:24:31.0840165Z test_dispatch_meta_outplace_jiterator_4inputs_with_extra_args_cuda_int64 (__main__.TestMetaCUDA) ... ok (3.858s) 2022-11-23T02:24:31.0840399Z test_dispatch_meta_outplace_jiterator_4inputs_with_extra_args_cuda_int8 (__main__.TestMetaCUDA) ... ok (4.147s) 2022-11-23T02:24:31.0840639Z test_dispatch_meta_outplace_jiterator_4inputs_with_extra_args_cuda_uint8 (__main__.TestMetaCUDA) ... ok (3.718s) 2022-11-23T02:24:31.0840865Z test_dispatch_meta_outplace_jiterator_binary_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (2.613s) 2022-11-23T02:24:31.0841086Z test_dispatch_meta_outplace_jiterator_binary_cuda_bool (__main__.TestMetaCUDA) ... ok (2.264s) 2022-11-23T02:24:31.0841318Z test_dispatch_meta_outplace_jiterator_binary_cuda_complex128 (__main__.TestMetaCUDA) ... ok (3.069s) 2022-11-23T02:24:31.0841545Z test_dispatch_meta_outplace_jiterator_binary_cuda_complex64 (__main__.TestMetaCUDA) ... ok (3.024s) 2022-11-23T02:24:31.0841763Z test_dispatch_meta_outplace_jiterator_binary_cuda_float16 (__main__.TestMetaCUDA) ... ok (2.667s) 2022-11-23T02:24:31.0842058Z test_dispatch_meta_outplace_jiterator_binary_cuda_float32 (__main__.TestMetaCUDA) ... ok (2.908s) 2022-11-23T02:24:31.0842268Z test_dispatch_meta_outplace_jiterator_binary_cuda_float64 (__main__.TestMetaCUDA) ... ok (2.763s) 2022-11-23T02:24:31.0842484Z test_dispatch_meta_outplace_jiterator_binary_cuda_int16 (__main__.TestMetaCUDA) ... ok (2.544s) 2022-11-23T02:24:31.0842701Z test_dispatch_meta_outplace_jiterator_binary_cuda_int32 (__main__.TestMetaCUDA) ... ok (2.122s) 2022-11-23T02:24:31.0842921Z test_dispatch_meta_outplace_jiterator_binary_cuda_int64 (__main__.TestMetaCUDA) ... ok (2.150s) 2022-11-23T02:24:31.0843138Z test_dispatch_meta_outplace_jiterator_binary_cuda_int8 (__main__.TestMetaCUDA) ... ok (2.279s) 2022-11-23T02:24:31.0843334Z test_dispatch_meta_outplace_jiterator_binary_cuda_uint8 (__main__.TestMetaCUDA) ... ok (2.355s) 2022-11-23T02:24:31.0843580Z test_dispatch_meta_outplace_jiterator_binary_return_by_ref_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (2.306s) 2022-11-23T02:24:31.0843820Z test_dispatch_meta_outplace_jiterator_binary_return_by_ref_cuda_bool (__main__.TestMetaCUDA) ... ok (2.184s) 2022-11-23T02:24:31.0844067Z test_dispatch_meta_outplace_jiterator_binary_return_by_ref_cuda_complex128 (__main__.TestMetaCUDA) ... ok (2.273s) 2022-11-23T02:24:31.0844311Z test_dispatch_meta_outplace_jiterator_binary_return_by_ref_cuda_complex64 (__main__.TestMetaCUDA) ... ok (2.056s) 2022-11-23T02:24:31.0844550Z test_dispatch_meta_outplace_jiterator_binary_return_by_ref_cuda_float16 (__main__.TestMetaCUDA) ... ok (2.135s) 2022-11-23T02:24:31.0844859Z test_dispatch_meta_outplace_jiterator_binary_return_by_ref_cuda_float32 (__main__.TestMetaCUDA) ... ok (2.068s) 2022-11-23T02:24:31.0845114Z test_dispatch_meta_outplace_jiterator_binary_return_by_ref_cuda_float64 (__main__.TestMetaCUDA) ... ok (2.253s) 2022-11-23T02:24:31.0845351Z test_dispatch_meta_outplace_jiterator_binary_return_by_ref_cuda_int16 (__main__.TestMetaCUDA) ... ok (2.216s) 2022-11-23T02:24:31.0845587Z test_dispatch_meta_outplace_jiterator_binary_return_by_ref_cuda_int32 (__main__.TestMetaCUDA) ... ok (2.669s) 2022-11-23T02:24:31.0845822Z test_dispatch_meta_outplace_jiterator_binary_return_by_ref_cuda_int64 (__main__.TestMetaCUDA) ... ok (2.184s) 2022-11-23T02:24:31.0846060Z test_dispatch_meta_outplace_jiterator_binary_return_by_ref_cuda_int8 (__main__.TestMetaCUDA) ... ok (2.685s) 2022-11-23T02:24:31.0846293Z test_dispatch_meta_outplace_jiterator_binary_return_by_ref_cuda_uint8 (__main__.TestMetaCUDA) ... ok (2.475s) 2022-11-23T02:24:31.0846518Z test_dispatch_meta_outplace_jiterator_unary_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.244s) 2022-11-23T02:24:31.0846733Z test_dispatch_meta_outplace_jiterator_unary_cuda_bool (__main__.TestMetaCUDA) ... ok (0.293s) 2022-11-23T02:24:31.0846958Z test_dispatch_meta_outplace_jiterator_unary_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.474s) 2022-11-23T02:24:31.0847186Z test_dispatch_meta_outplace_jiterator_unary_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.412s) 2022-11-23T02:24:31.0847403Z test_dispatch_meta_outplace_jiterator_unary_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.273s) 2022-11-23T02:24:31.0847612Z test_dispatch_meta_outplace_jiterator_unary_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.260s) 2022-11-23T02:24:31.0847819Z test_dispatch_meta_outplace_jiterator_unary_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.226s) 2022-11-23T02:24:31.0848033Z test_dispatch_meta_outplace_jiterator_unary_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.287s) 2022-11-23T02:24:31.0848252Z test_dispatch_meta_outplace_jiterator_unary_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.348s) 2022-11-23T02:24:31.0848453Z test_dispatch_meta_outplace_jiterator_unary_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.268s) 2022-11-23T02:24:31.0848664Z test_dispatch_meta_outplace_jiterator_unary_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.315s) 2022-11-23T02:24:31.0848957Z test_dispatch_meta_outplace_jiterator_unary_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.246s) 2022-11-23T02:24:31.0849161Z test_dispatch_meta_outplace_kron_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.0849357Z test_dispatch_meta_outplace_kron_cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.0849566Z test_dispatch_meta_outplace_kron_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.0849768Z test_dispatch_meta_outplace_kron_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.0850124Z test_dispatch_meta_outplace_kron_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.0850332Z test_dispatch_meta_outplace_kron_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.0850532Z test_dispatch_meta_outplace_kron_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.0850729Z test_dispatch_meta_outplace_kron_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.0851086Z test_dispatch_meta_outplace_kron_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.0851437Z test_dispatch_meta_outplace_kron_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.0851824Z test_dispatch_meta_outplace_kron_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.0852025Z test_dispatch_meta_outplace_kron_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.0852233Z test_dispatch_meta_outplace_kthvalue_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.0852529Z test_dispatch_meta_outplace_kthvalue_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.0852747Z test_dispatch_meta_outplace_kthvalue_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.0852952Z test_dispatch_meta_outplace_kthvalue_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.0853160Z test_dispatch_meta_outplace_kthvalue_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.0853346Z test_dispatch_meta_outplace_kthvalue_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:24:31.0853547Z test_dispatch_meta_outplace_kthvalue_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.0853743Z test_dispatch_meta_outplace_kthvalue_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.0853941Z test_dispatch_meta_outplace_lcm_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.036s) 2022-11-23T02:24:31.0854135Z test_dispatch_meta_outplace_lcm_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.034s) 2022-11-23T02:24:31.0854321Z test_dispatch_meta_outplace_lcm_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:24:31.0854512Z test_dispatch_meta_outplace_lcm_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.046s) 2022-11-23T02:24:31.0854699Z test_dispatch_meta_outplace_lcm_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.034s) 2022-11-23T02:24:31.0854905Z test_dispatch_meta_outplace_ldexp_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:24:31.0855104Z test_dispatch_meta_outplace_ldexp_cuda_bool (__main__.TestMetaCUDA) ... ok (0.037s) 2022-11-23T02:24:31.0855310Z test_dispatch_meta_outplace_ldexp_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:24:31.0855515Z test_dispatch_meta_outplace_ldexp_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-11-23T02:24:31.0855718Z test_dispatch_meta_outplace_ldexp_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.037s) 2022-11-23T02:24:31.0855921Z test_dispatch_meta_outplace_ldexp_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:24:31.0856124Z test_dispatch_meta_outplace_ldexp_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:24:31.0856321Z test_dispatch_meta_outplace_ldexp_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-11-23T02:24:31.0856521Z test_dispatch_meta_outplace_ldexp_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:24:31.0856812Z test_dispatch_meta_outplace_ldexp_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.034s) 2022-11-23T02:24:31.0857010Z test_dispatch_meta_outplace_ldexp_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:24:31.0857193Z test_dispatch_meta_outplace_ldexp_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.035s) 2022-11-23T02:24:31.0857390Z test_dispatch_meta_outplace_le_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.0857583Z test_dispatch_meta_outplace_le_cuda_bool (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.0857782Z test_dispatch_meta_outplace_le_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:24:31.0857972Z test_dispatch_meta_outplace_le_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.0858159Z test_dispatch_meta_outplace_le_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:24:31.0858356Z test_dispatch_meta_outplace_le_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:24:31.0858543Z test_dispatch_meta_outplace_le_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.0858726Z test_dispatch_meta_outplace_le_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.0858914Z test_dispatch_meta_outplace_le_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.0859101Z test_dispatch_meta_outplace_le_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:24:31.0859303Z test_dispatch_meta_outplace_lerp_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.077s) 2022-11-23T02:24:31.0859576Z test_dispatch_meta_outplace_lerp_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.112s) 2022-11-23T02:24:31.0859795Z test_dispatch_meta_outplace_lerp_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.104s) 2022-11-23T02:24:31.0859995Z test_dispatch_meta_outplace_lerp_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.088s) 2022-11-23T02:24:31.0860199Z test_dispatch_meta_outplace_lerp_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.068s) 2022-11-23T02:24:31.0860399Z test_dispatch_meta_outplace_lerp_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.084s) 2022-11-23T02:24:31.0860597Z test_dispatch_meta_outplace_lgamma_cuda_bool (__main__.TestMetaCUDA) ... ok (0.671s) 2022-11-23T02:24:31.0860785Z test_dispatch_meta_outplace_lgamma_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.0860990Z test_dispatch_meta_outplace_lgamma_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.0861195Z test_dispatch_meta_outplace_lgamma_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.0861394Z test_dispatch_meta_outplace_lgamma_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.0861595Z test_dispatch_meta_outplace_lgamma_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.0861792Z test_dispatch_meta_outplace_lgamma_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.0861993Z test_dispatch_meta_outplace_lgamma_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.0862189Z test_dispatch_meta_outplace_lgamma_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.0862417Z test_dispatch_meta_outplace_linalg_cholesky_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.060s) 2022-11-23T02:24:31.0862643Z test_dispatch_meta_outplace_linalg_cholesky_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.044s) 2022-11-23T02:24:31.0862862Z test_dispatch_meta_outplace_linalg_cholesky_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.044s) 2022-11-23T02:24:31.0863077Z test_dispatch_meta_outplace_linalg_cholesky_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.055s) 2022-11-23T02:24:31.0863306Z test_dispatch_meta_outplace_linalg_cholesky_ex_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.0863534Z test_dispatch_meta_outplace_linalg_cholesky_ex_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.0864322Z test_dispatch_meta_outplace_linalg_cholesky_ex_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:24:31.0864536Z test_dispatch_meta_outplace_linalg_cholesky_ex_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.0864752Z test_dispatch_meta_outplace_linalg_cond_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:24:31.0864971Z test_dispatch_meta_outplace_linalg_cond_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:24:31.0865182Z test_dispatch_meta_outplace_linalg_cond_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:24:31.0865397Z test_dispatch_meta_outplace_linalg_cond_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:24:31.0865620Z test_dispatch_meta_outplace_linalg_cross_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.0865818Z test_dispatch_meta_outplace_linalg_cross_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.0866036Z test_dispatch_meta_outplace_linalg_cross_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.0866252Z test_dispatch_meta_outplace_linalg_cross_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.0866465Z test_dispatch_meta_outplace_linalg_cross_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.0866672Z test_dispatch_meta_outplace_linalg_cross_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.0866882Z test_dispatch_meta_outplace_linalg_cross_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.0867176Z test_dispatch_meta_outplace_linalg_cross_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.0867399Z test_dispatch_meta_outplace_linalg_cross_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.0867601Z test_dispatch_meta_outplace_linalg_cross_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.0867824Z test_dispatch_meta_outplace_linalg_det_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:24:31.0868034Z test_dispatch_meta_outplace_linalg_det_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:24:31.0868237Z test_dispatch_meta_outplace_linalg_det_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:24:31.0868442Z test_dispatch_meta_outplace_linalg_det_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:24:31.0868675Z test_dispatch_meta_outplace_linalg_det_singular_cuda_complex128 (__main__.TestMetaCUDA) ... ok (1.724s) 2022-11-23T02:24:31.0868911Z test_dispatch_meta_outplace_linalg_det_singular_cuda_complex64 (__main__.TestMetaCUDA) ... ok (1.926s) 2022-11-23T02:24:31.0869139Z test_dispatch_meta_outplace_linalg_det_singular_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.135s) 2022-11-23T02:24:31.0869365Z test_dispatch_meta_outplace_linalg_det_singular_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.106s) 2022-11-23T02:24:31.0869589Z test_dispatch_meta_outplace_linalg_eig_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:24:31.0869804Z test_dispatch_meta_outplace_linalg_eig_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:24:31.0870011Z test_dispatch_meta_outplace_linalg_eig_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:24:31.0870215Z test_dispatch_meta_outplace_linalg_eig_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.0870420Z test_dispatch_meta_outplace_linalg_eigh_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.0870642Z test_dispatch_meta_outplace_linalg_eigh_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.0870853Z test_dispatch_meta_outplace_linalg_eigh_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.0871065Z test_dispatch_meta_outplace_linalg_eigh_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.0871380Z test_dispatch_meta_outplace_linalg_eigvals_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.037s) 2022-11-23T02:24:31.0871603Z test_dispatch_meta_outplace_linalg_eigvals_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.051s) 2022-11-23T02:24:31.0871814Z test_dispatch_meta_outplace_linalg_eigvals_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.094s) 2022-11-23T02:24:31.0872030Z test_dispatch_meta_outplace_linalg_eigvals_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.103s) 2022-11-23T02:24:31.0872255Z test_dispatch_meta_outplace_linalg_eigvalsh_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:24:31.0872481Z test_dispatch_meta_outplace_linalg_eigvalsh_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:24:31.0872698Z test_dispatch_meta_outplace_linalg_eigvalsh_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.0872909Z test_dispatch_meta_outplace_linalg_eigvalsh_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:24:31.0873156Z test_dispatch_meta_outplace_linalg_householder_product_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:24:31.0873402Z test_dispatch_meta_outplace_linalg_householder_product_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:24:31.0873642Z test_dispatch_meta_outplace_linalg_householder_product_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:24:31.0873878Z test_dispatch_meta_outplace_linalg_householder_product_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:24:31.0874164Z test_dispatch_meta_outplace_linalg_inv_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.033s) 2022-11-23T02:24:31.0874391Z test_dispatch_meta_outplace_linalg_inv_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:24:31.0874600Z test_dispatch_meta_outplace_linalg_inv_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:24:31.0874807Z test_dispatch_meta_outplace_linalg_inv_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-11-23T02:24:31.0875029Z test_dispatch_meta_outplace_linalg_inv_ex_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.0875227Z test_dispatch_meta_outplace_linalg_inv_ex_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.0875438Z test_dispatch_meta_outplace_linalg_inv_ex_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.0875653Z test_dispatch_meta_outplace_linalg_inv_ex_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.0875887Z test_dispatch_meta_outplace_linalg_ldl_factor_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.036s) 2022-11-23T02:24:31.0876115Z test_dispatch_meta_outplace_linalg_ldl_factor_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:24:31.0876336Z test_dispatch_meta_outplace_linalg_ldl_factor_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.0876551Z test_dispatch_meta_outplace_linalg_ldl_factor_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.0876785Z test_dispatch_meta_outplace_linalg_ldl_factor_ex_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.0877015Z test_dispatch_meta_outplace_linalg_ldl_factor_ex_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.0877240Z test_dispatch_meta_outplace_linalg_ldl_factor_ex_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.0877464Z test_dispatch_meta_outplace_linalg_ldl_factor_ex_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:31.0877693Z test_dispatch_meta_outplace_linalg_ldl_solve_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.040s) 2022-11-23T02:24:31.0877917Z test_dispatch_meta_outplace_linalg_ldl_solve_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.037s) 2022-11-23T02:24:31.0878134Z test_dispatch_meta_outplace_linalg_ldl_solve_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:24:31.0878434Z test_dispatch_meta_outplace_linalg_ldl_solve_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.044s) 2022-11-23T02:24:31.0878652Z test_dispatch_meta_outplace_linalg_lstsq_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:24:31.0878867Z test_dispatch_meta_outplace_linalg_lstsq_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-11-23T02:24:31.0879081Z test_dispatch_meta_outplace_linalg_lstsq_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:24:31.0879291Z test_dispatch_meta_outplace_linalg_lstsq_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.0879536Z test_dispatch_meta_outplace_linalg_lstsq_grad_oriented_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:24:31.0879776Z test_dispatch_meta_outplace_linalg_lstsq_grad_oriented_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:24:31.0880011Z test_dispatch_meta_outplace_linalg_lstsq_grad_oriented_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:24:31.0880234Z test_dispatch_meta_outplace_linalg_lstsq_grad_oriented_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:24:31.0880445Z test_dispatch_meta_outplace_linalg_lu_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.039s) 2022-11-23T02:24:31.0880658Z test_dispatch_meta_outplace_linalg_lu_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-11-23T02:24:31.0880866Z test_dispatch_meta_outplace_linalg_lu_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.039s) 2022-11-23T02:24:31.0881072Z test_dispatch_meta_outplace_linalg_lu_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-11-23T02:24:31.0881364Z test_dispatch_meta_outplace_linalg_lu_factor_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.072s) 2022-11-23T02:24:31.0881604Z test_dispatch_meta_outplace_linalg_lu_factor_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.062s) 2022-11-23T02:24:31.0881824Z test_dispatch_meta_outplace_linalg_lu_factor_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.060s) 2022-11-23T02:24:31.0882041Z test_dispatch_meta_outplace_linalg_lu_factor_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.067s) 2022-11-23T02:24:31.0882271Z test_dispatch_meta_outplace_linalg_lu_factor_ex_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.040s) 2022-11-23T02:24:31.0882499Z test_dispatch_meta_outplace_linalg_lu_factor_ex_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.036s) 2022-11-23T02:24:31.0882723Z test_dispatch_meta_outplace_linalg_lu_factor_ex_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:24:31.0882949Z test_dispatch_meta_outplace_linalg_lu_factor_ex_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:24:31.0883170Z test_dispatch_meta_outplace_linalg_lu_solve_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.061s) 2022-11-23T02:24:31.0883390Z test_dispatch_meta_outplace_linalg_lu_solve_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.068s) 2022-11-23T02:24:31.0883606Z test_dispatch_meta_outplace_linalg_lu_solve_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.283s) 2022-11-23T02:24:31.0883817Z test_dispatch_meta_outplace_linalg_lu_solve_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.276s) 2022-11-23T02:24:31.0884041Z test_dispatch_meta_outplace_linalg_matrix_norm_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.178s) 2022-11-23T02:24:31.0884268Z test_dispatch_meta_outplace_linalg_matrix_norm_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.273s) 2022-11-23T02:24:31.0884495Z test_dispatch_meta_outplace_linalg_matrix_norm_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.280s) 2022-11-23T02:24:31.0884720Z test_dispatch_meta_outplace_linalg_matrix_norm_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.213s) 2022-11-23T02:24:31.0884937Z test_dispatch_meta_outplace_linalg_matrix_norm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.417s) 2022-11-23T02:24:31.0885133Z test_dispatch_meta_outplace_linalg_matrix_norm_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.352s) 2022-11-23T02:24:31.0885447Z test_dispatch_meta_outplace_linalg_matrix_power_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.174s) 2022-11-23T02:24:31.0885679Z test_dispatch_meta_outplace_linalg_matrix_power_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.214s) 2022-11-23T02:24:31.0885905Z test_dispatch_meta_outplace_linalg_matrix_power_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.229s) 2022-11-23T02:24:31.0886131Z test_dispatch_meta_outplace_linalg_matrix_power_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.227s) 2022-11-23T02:24:31.0886361Z test_dispatch_meta_outplace_linalg_matrix_rank_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.564s) 2022-11-23T02:24:31.0886593Z test_dispatch_meta_outplace_linalg_matrix_rank_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.556s) 2022-11-23T02:24:31.0886815Z test_dispatch_meta_outplace_linalg_matrix_rank_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.592s) 2022-11-23T02:24:31.0887029Z test_dispatch_meta_outplace_linalg_matrix_rank_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.606s) 2022-11-23T02:24:31.0887280Z test_dispatch_meta_outplace_linalg_matrix_rank_hermitian_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.046s) 2022-11-23T02:24:31.0887523Z test_dispatch_meta_outplace_linalg_matrix_rank_hermitian_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.067s) 2022-11-23T02:24:31.0887764Z test_dispatch_meta_outplace_linalg_matrix_rank_hermitian_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.061s) 2022-11-23T02:24:31.0888004Z test_dispatch_meta_outplace_linalg_matrix_rank_hermitian_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.062s) 2022-11-23T02:24:31.0888291Z test_dispatch_meta_outplace_linalg_multi_dot_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.051s) 2022-11-23T02:24:31.0888532Z test_dispatch_meta_outplace_linalg_multi_dot_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.049s) 2022-11-23T02:24:31.0888757Z test_dispatch_meta_outplace_linalg_multi_dot_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.043s) 2022-11-23T02:24:31.0888977Z test_dispatch_meta_outplace_linalg_multi_dot_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:24:31.0889186Z test_dispatch_meta_outplace_linalg_multi_dot_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.047s) 2022-11-23T02:24:31.0889392Z test_dispatch_meta_outplace_linalg_multi_dot_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.037s) 2022-11-23T02:24:31.0889606Z test_dispatch_meta_outplace_linalg_norm_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.328s) 2022-11-23T02:24:31.0889824Z test_dispatch_meta_outplace_linalg_norm_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.505s) 2022-11-23T02:24:31.0890044Z test_dispatch_meta_outplace_linalg_norm_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.455s) 2022-11-23T02:24:31.0890239Z test_dispatch_meta_outplace_linalg_norm_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.264s) 2022-11-23T02:24:31.0890450Z test_dispatch_meta_outplace_linalg_norm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.391s) 2022-11-23T02:24:31.0890666Z test_dispatch_meta_outplace_linalg_norm_cuda_float64 (__main__.TestMetaCUDA) ... ok (1.000s) 2022-11-23T02:24:31.0890915Z test_dispatch_meta_outplace_linalg_norm_subgradients_at_zero_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.677s) 2022-11-23T02:24:31.0891167Z test_dispatch_meta_outplace_linalg_norm_subgradients_at_zero_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.729s) 2022-11-23T02:24:31.0891419Z test_dispatch_meta_outplace_linalg_norm_subgradients_at_zero_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.252s) 2022-11-23T02:24:31.0891664Z test_dispatch_meta_outplace_linalg_norm_subgradients_at_zero_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.198s) 2022-11-23T02:24:31.0891904Z test_dispatch_meta_outplace_linalg_norm_subgradients_at_zero_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.294s) 2022-11-23T02:24:31.0892137Z test_dispatch_meta_outplace_linalg_norm_subgradients_at_zero_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.302s) 2022-11-23T02:24:31.0892353Z test_dispatch_meta_outplace_linalg_pinv_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.123s) 2022-11-23T02:24:31.0892654Z test_dispatch_meta_outplace_linalg_pinv_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.131s) 2022-11-23T02:24:31.0892864Z test_dispatch_meta_outplace_linalg_pinv_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.038s) 2022-11-23T02:24:31.0893076Z test_dispatch_meta_outplace_linalg_pinv_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.039s) 2022-11-23T02:24:31.0893314Z test_dispatch_meta_outplace_linalg_pinv_hermitian_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.056s) 2022-11-23T02:24:31.0893552Z test_dispatch_meta_outplace_linalg_pinv_hermitian_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.055s) 2022-11-23T02:24:31.0893782Z test_dispatch_meta_outplace_linalg_pinv_hermitian_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.0894012Z test_dispatch_meta_outplace_linalg_pinv_hermitian_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.0894338Z 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:24:31.0894660Z 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.000s) 2022-11-23T02:24:31.0894974Z 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.003s) 2022-11-23T02:24:31.0895352Z 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.000s) 2022-11-23T02:24:31.0895583Z test_dispatch_meta_outplace_linalg_qr_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.042s) 2022-11-23T02:24:31.0895797Z test_dispatch_meta_outplace_linalg_qr_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.036s) 2022-11-23T02:24:31.0896011Z test_dispatch_meta_outplace_linalg_qr_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.042s) 2022-11-23T02:24:31.0896217Z test_dispatch_meta_outplace_linalg_qr_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.034s) 2022-11-23T02:24:31.0896427Z test_dispatch_meta_outplace_linalg_slogdet_cuda_complex128 (__main__.TestMetaCUDA) ... ok (1.575s) 2022-11-23T02:24:31.0896646Z test_dispatch_meta_outplace_linalg_slogdet_cuda_complex64 (__main__.TestMetaCUDA) ... ok (1.583s) 2022-11-23T02:24:31.0896863Z test_dispatch_meta_outplace_linalg_slogdet_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.0897084Z test_dispatch_meta_outplace_linalg_slogdet_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:24:31.0897302Z test_dispatch_meta_outplace_linalg_solve_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.110s) 2022-11-23T02:24:31.0897517Z test_dispatch_meta_outplace_linalg_solve_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.127s) 2022-11-23T02:24:31.0897733Z test_dispatch_meta_outplace_linalg_solve_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.093s) 2022-11-23T02:24:31.0897945Z test_dispatch_meta_outplace_linalg_solve_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.090s) 2022-11-23T02:24:31.0898168Z test_dispatch_meta_outplace_linalg_solve_ex_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:24:31.0898391Z test_dispatch_meta_outplace_linalg_solve_ex_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:24:31.0898608Z test_dispatch_meta_outplace_linalg_solve_ex_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:24:31.0898823Z test_dispatch_meta_outplace_linalg_solve_ex_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:24:31.0899062Z test_dispatch_meta_outplace_linalg_solve_triangular_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.462s) 2022-11-23T02:24:31.0899302Z test_dispatch_meta_outplace_linalg_solve_triangular_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.421s) 2022-11-23T02:24:31.0899620Z test_dispatch_meta_outplace_linalg_solve_triangular_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.469s) 2022-11-23T02:24:31.0899852Z test_dispatch_meta_outplace_linalg_solve_triangular_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.452s) 2022-11-23T02:24:31.0900068Z test_dispatch_meta_outplace_linalg_svd_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.143s) 2022-11-23T02:24:31.0900281Z test_dispatch_meta_outplace_linalg_svd_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.124s) 2022-11-23T02:24:31.0900490Z test_dispatch_meta_outplace_linalg_svd_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.200s) 2022-11-23T02:24:31.0900703Z test_dispatch_meta_outplace_linalg_svd_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.240s) 2022-11-23T02:24:31.0900924Z test_dispatch_meta_outplace_linalg_svdvals_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.067s) 2022-11-23T02:24:31.0901144Z test_dispatch_meta_outplace_linalg_svdvals_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.064s) 2022-11-23T02:24:31.0901347Z test_dispatch_meta_outplace_linalg_svdvals_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.067s) 2022-11-23T02:24:31.0901565Z test_dispatch_meta_outplace_linalg_svdvals_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.066s) 2022-11-23T02:24:31.0901790Z test_dispatch_meta_outplace_linalg_tensorinv_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.0902018Z test_dispatch_meta_outplace_linalg_tensorinv_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.0902238Z test_dispatch_meta_outplace_linalg_tensorinv_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.0902907Z test_dispatch_meta_outplace_linalg_tensorinv_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:31.0903192Z test_dispatch_meta_outplace_linalg_tensorsolve_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:24:31.0903422Z test_dispatch_meta_outplace_linalg_tensorsolve_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.045s) 2022-11-23T02:24:31.0903651Z test_dispatch_meta_outplace_linalg_tensorsolve_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.048s) 2022-11-23T02:24:31.0903869Z test_dispatch_meta_outplace_linalg_tensorsolve_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:24:31.0904090Z test_dispatch_meta_outplace_linalg_vander_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.037s) 2022-11-23T02:24:31.0904307Z test_dispatch_meta_outplace_linalg_vander_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.033s) 2022-11-23T02:24:31.0904522Z test_dispatch_meta_outplace_linalg_vander_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.037s) 2022-11-23T02:24:31.0904738Z test_dispatch_meta_outplace_linalg_vander_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.043s) 2022-11-23T02:24:31.0904949Z test_dispatch_meta_outplace_linalg_vander_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.036s) 2022-11-23T02:24:31.0905162Z test_dispatch_meta_outplace_linalg_vander_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.035s) 2022-11-23T02:24:31.0905373Z test_dispatch_meta_outplace_linalg_vander_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.034s) 2022-11-23T02:24:31.0905583Z test_dispatch_meta_outplace_linalg_vander_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.050s) 2022-11-23T02:24:31.0905789Z test_dispatch_meta_outplace_linalg_vander_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.039s) 2022-11-23T02:24:31.0906002Z test_dispatch_meta_outplace_linalg_vecdot_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.198s) 2022-11-23T02:24:31.0906227Z test_dispatch_meta_outplace_linalg_vecdot_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.160s) 2022-11-23T02:24:31.0906430Z test_dispatch_meta_outplace_linalg_vecdot_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.248s) 2022-11-23T02:24:31.0906645Z test_dispatch_meta_outplace_linalg_vecdot_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.143s) 2022-11-23T02:24:31.0906859Z test_dispatch_meta_outplace_linalg_vecdot_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.131s) 2022-11-23T02:24:31.0907186Z test_dispatch_meta_outplace_linalg_vecdot_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.174s) 2022-11-23T02:24:31.0907413Z test_dispatch_meta_outplace_linalg_vector_norm_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.525s) 2022-11-23T02:24:31.0907643Z test_dispatch_meta_outplace_linalg_vector_norm_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.442s) 2022-11-23T02:24:31.0907870Z test_dispatch_meta_outplace_linalg_vector_norm_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.398s) 2022-11-23T02:24:31.0908094Z test_dispatch_meta_outplace_linalg_vector_norm_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.537s) 2022-11-23T02:24:31.0908308Z test_dispatch_meta_outplace_linalg_vector_norm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.454s) 2022-11-23T02:24:31.0908520Z test_dispatch_meta_outplace_linalg_vector_norm_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.411s) 2022-11-23T02:24:31.0908730Z test_dispatch_meta_outplace_linspace_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.061s) 2022-11-23T02:24:31.0908948Z test_dispatch_meta_outplace_linspace_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.057s) 2022-11-23T02:24:31.0909160Z test_dispatch_meta_outplace_linspace_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.067s) 2022-11-23T02:24:31.0909368Z test_dispatch_meta_outplace_linspace_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.067s) 2022-11-23T02:24:31.0909576Z test_dispatch_meta_outplace_linspace_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.061s) 2022-11-23T02:24:31.0910214Z test_dispatch_meta_outplace_linspace_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.058s) 2022-11-23T02:24:31.0910466Z test_dispatch_meta_outplace_linspace_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.075s) 2022-11-23T02:24:31.0910673Z test_dispatch_meta_outplace_linspace_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.069s) 2022-11-23T02:24:31.0910877Z test_dispatch_meta_outplace_linspace_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.058s) 2022-11-23T02:24:31.0911084Z test_dispatch_meta_outplace_linspace_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.074s) 2022-11-23T02:24:31.0911266Z test_dispatch_meta_outplace_linspace_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.064s) 2022-11-23T02:24:31.0911465Z test_dispatch_meta_outplace_log10_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.0911662Z test_dispatch_meta_outplace_log10_cuda_bool (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.0911865Z test_dispatch_meta_outplace_log10_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.0912071Z test_dispatch_meta_outplace_log10_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.0912270Z test_dispatch_meta_outplace_log10_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.0912468Z test_dispatch_meta_outplace_log10_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.0912668Z test_dispatch_meta_outplace_log10_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.0912864Z test_dispatch_meta_outplace_log10_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.0913059Z test_dispatch_meta_outplace_log10_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.0913254Z test_dispatch_meta_outplace_log10_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.0913448Z test_dispatch_meta_outplace_log10_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.0913640Z test_dispatch_meta_outplace_log10_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.0913844Z test_dispatch_meta_outplace_log1p_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.0914042Z test_dispatch_meta_outplace_log1p_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.0914241Z test_dispatch_meta_outplace_log1p_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.0914547Z test_dispatch_meta_outplace_log1p_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.0914746Z test_dispatch_meta_outplace_log1p_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.0914943Z test_dispatch_meta_outplace_log1p_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.0915122Z test_dispatch_meta_outplace_log1p_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.0915319Z test_dispatch_meta_outplace_log1p_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.0915516Z test_dispatch_meta_outplace_log1p_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.0915710Z test_dispatch_meta_outplace_log1p_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.0915911Z test_dispatch_meta_outplace_log2_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.0916109Z test_dispatch_meta_outplace_log2_cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.0916316Z test_dispatch_meta_outplace_log2_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.0916518Z test_dispatch_meta_outplace_log2_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.0916718Z test_dispatch_meta_outplace_log2_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.0916918Z test_dispatch_meta_outplace_log2_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.0917116Z test_dispatch_meta_outplace_log2_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.0917738Z test_dispatch_meta_outplace_log2_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.0917977Z test_dispatch_meta_outplace_log2_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.0918163Z test_dispatch_meta_outplace_log2_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.0918356Z test_dispatch_meta_outplace_log2_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.0918548Z test_dispatch_meta_outplace_log2_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.0918747Z test_dispatch_meta_outplace_log_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.0918943Z test_dispatch_meta_outplace_log_cuda_bool (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.0919148Z test_dispatch_meta_outplace_log_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.0919335Z test_dispatch_meta_outplace_log_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.0919538Z test_dispatch_meta_outplace_log_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.0919734Z test_dispatch_meta_outplace_log_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.0919933Z test_dispatch_meta_outplace_log_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.0920133Z test_dispatch_meta_outplace_log_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.0920328Z test_dispatch_meta_outplace_log_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.0920516Z test_dispatch_meta_outplace_log_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.0920704Z test_dispatch_meta_outplace_log_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.0920897Z test_dispatch_meta_outplace_log_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.0921086Z test_dispatch_meta_outplace_log_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.0921305Z test_dispatch_meta_outplace_log_softmax_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:24:31.0921517Z test_dispatch_meta_outplace_log_softmax_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:24:31.0921729Z test_dispatch_meta_outplace_log_softmax_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:24:31.0922042Z test_dispatch_meta_outplace_log_softmax_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.0922275Z test_dispatch_meta_outplace_log_softmax_with_dtype_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.033s) 2022-11-23T02:24:31.0922502Z test_dispatch_meta_outplace_log_softmax_with_dtype_cuda_bool (__main__.TestMetaCUDA) ... ok (0.038s) 2022-11-23T02:24:31.0922740Z test_dispatch_meta_outplace_log_softmax_with_dtype_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:24:31.0922974Z test_dispatch_meta_outplace_log_softmax_with_dtype_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-11-23T02:24:31.0923208Z test_dispatch_meta_outplace_log_softmax_with_dtype_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:24:31.0923435Z test_dispatch_meta_outplace_log_softmax_with_dtype_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.0923649Z test_dispatch_meta_outplace_log_softmax_with_dtype_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:24:31.0923879Z test_dispatch_meta_outplace_log_softmax_with_dtype_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.0924104Z test_dispatch_meta_outplace_log_softmax_with_dtype_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.0924327Z test_dispatch_meta_outplace_log_softmax_with_dtype_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.0924552Z test_dispatch_meta_outplace_log_softmax_with_dtype_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:24:31.0925200Z test_dispatch_meta_outplace_log_softmax_with_dtype_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:24:31.0925476Z test_dispatch_meta_outplace_log_softmax_with_dtype_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.0925692Z test_dispatch_meta_outplace_logaddexp2_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.0925908Z test_dispatch_meta_outplace_logaddexp2_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.0926118Z test_dispatch_meta_outplace_logaddexp2_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.0926325Z test_dispatch_meta_outplace_logaddexp_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.0926538Z test_dispatch_meta_outplace_logaddexp_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.0926793Z test_dispatch_meta_outplace_logaddexp_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.0927018Z test_dispatch_meta_outplace_logcumsumexp_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.0927234Z test_dispatch_meta_outplace_logcumsumexp_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:24:31.0927452Z test_dispatch_meta_outplace_logcumsumexp_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.0927668Z test_dispatch_meta_outplace_logcumsumexp_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.0927879Z test_dispatch_meta_outplace_logdet_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.0928085Z test_dispatch_meta_outplace_logdet_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.033s) 2022-11-23T02:24:31.0928287Z test_dispatch_meta_outplace_logdet_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:24:31.0928491Z test_dispatch_meta_outplace_logdet_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.035s) 2022-11-23T02:24:31.0928690Z test_dispatch_meta_outplace_logical_and_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:24:31.0928899Z test_dispatch_meta_outplace_logical_and_cuda_bool (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.0929115Z test_dispatch_meta_outplace_logical_and_cuda_complex128 (__main__.TestMetaCUDA) ... ok (4.196s) 2022-11-23T02:24:31.0929331Z test_dispatch_meta_outplace_logical_and_cuda_complex64 (__main__.TestMetaCUDA) ... ok (4.506s) 2022-11-23T02:24:31.0929663Z test_dispatch_meta_outplace_logical_and_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-11-23T02:24:31.0929875Z test_dispatch_meta_outplace_logical_and_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:24:31.0930088Z test_dispatch_meta_outplace_logical_and_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:24:31.0930293Z test_dispatch_meta_outplace_logical_and_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.033s) 2022-11-23T02:24:31.0930497Z test_dispatch_meta_outplace_logical_and_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.042s) 2022-11-23T02:24:31.0930703Z test_dispatch_meta_outplace_logical_and_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.042s) 2022-11-23T02:24:31.0930909Z test_dispatch_meta_outplace_logical_and_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.043s) 2022-11-23T02:24:31.0931109Z test_dispatch_meta_outplace_logical_and_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.041s) 2022-11-23T02:24:31.0931325Z test_dispatch_meta_outplace_logical_not_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.0931536Z test_dispatch_meta_outplace_logical_not_cuda_bool (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.0931755Z test_dispatch_meta_outplace_logical_not_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.0931970Z test_dispatch_meta_outplace_logical_not_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.0932178Z test_dispatch_meta_outplace_logical_not_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.0932809Z test_dispatch_meta_outplace_logical_not_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.0933069Z test_dispatch_meta_outplace_logical_not_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.0933274Z test_dispatch_meta_outplace_logical_not_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.0933467Z test_dispatch_meta_outplace_logical_not_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.0933666Z test_dispatch_meta_outplace_logical_not_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.0933870Z test_dispatch_meta_outplace_logical_not_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.0934068Z test_dispatch_meta_outplace_logical_not_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.0934277Z test_dispatch_meta_outplace_logical_or_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.046s) 2022-11-23T02:24:31.0934485Z test_dispatch_meta_outplace_logical_or_cuda_bool (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.0934703Z test_dispatch_meta_outplace_logical_or_cuda_complex128 (__main__.TestMetaCUDA) ... ok (4.917s) 2022-11-23T02:24:31.0934917Z test_dispatch_meta_outplace_logical_or_cuda_complex64 (__main__.TestMetaCUDA) ... ok (5.139s) 2022-11-23T02:24:31.0935128Z test_dispatch_meta_outplace_logical_or_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.035s) 2022-11-23T02:24:31.0935339Z test_dispatch_meta_outplace_logical_or_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.040s) 2022-11-23T02:24:31.0935544Z test_dispatch_meta_outplace_logical_or_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:24:31.0935748Z test_dispatch_meta_outplace_logical_or_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:24:31.0935953Z test_dispatch_meta_outplace_logical_or_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:24:31.0936153Z test_dispatch_meta_outplace_logical_or_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:24:31.0936355Z test_dispatch_meta_outplace_logical_or_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:24:31.0936552Z test_dispatch_meta_outplace_logical_or_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:24:31.0936766Z test_dispatch_meta_outplace_logical_xor_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:24:31.0937079Z test_dispatch_meta_outplace_logical_xor_cuda_bool (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:24:31.0937297Z test_dispatch_meta_outplace_logical_xor_cuda_complex128 (__main__.TestMetaCUDA) ... ok (4.556s) 2022-11-23T02:24:31.0937517Z test_dispatch_meta_outplace_logical_xor_cuda_complex64 (__main__.TestMetaCUDA) ... ok (4.206s) 2022-11-23T02:24:31.0937712Z test_dispatch_meta_outplace_logical_xor_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:24:31.0937923Z test_dispatch_meta_outplace_logical_xor_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:24:31.0938139Z test_dispatch_meta_outplace_logical_xor_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:24:31.0938345Z test_dispatch_meta_outplace_logical_xor_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.039s) 2022-11-23T02:24:31.0938550Z test_dispatch_meta_outplace_logical_xor_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.035s) 2022-11-23T02:24:31.0938755Z test_dispatch_meta_outplace_logical_xor_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:24:31.0938960Z test_dispatch_meta_outplace_logical_xor_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:24:31.0939158Z test_dispatch_meta_outplace_logical_xor_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:24:31.0939358Z test_dispatch_meta_outplace_logit_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:24:31.0939556Z test_dispatch_meta_outplace_logit_cuda_bool (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:24:31.0940191Z test_dispatch_meta_outplace_logit_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:24:31.0940439Z test_dispatch_meta_outplace_logit_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:24:31.0940641Z test_dispatch_meta_outplace_logit_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:24:31.0940838Z test_dispatch_meta_outplace_logit_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.0941048Z test_dispatch_meta_outplace_logit_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:24:31.0941246Z test_dispatch_meta_outplace_logit_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:24:31.0941441Z test_dispatch_meta_outplace_logit_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.036s) 2022-11-23T02:24:31.0941637Z test_dispatch_meta_outplace_logit_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:24:31.0941845Z test_dispatch_meta_outplace_logspace_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.756s) 2022-11-23T02:24:31.0942065Z test_dispatch_meta_outplace_logspace_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.708s) 2022-11-23T02:24:31.0942263Z test_dispatch_meta_outplace_logspace_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.739s) 2022-11-23T02:24:31.0942470Z test_dispatch_meta_outplace_logspace_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.681s) 2022-11-23T02:24:31.0942683Z test_dispatch_meta_outplace_logspace_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.700s) 2022-11-23T02:24:31.0942886Z test_dispatch_meta_outplace_logspace_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.794s) 2022-11-23T02:24:31.0943091Z test_dispatch_meta_outplace_logspace_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.610s) 2022-11-23T02:24:31.0943294Z test_dispatch_meta_outplace_logspace_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.667s) 2022-11-23T02:24:31.0943497Z test_dispatch_meta_outplace_logspace_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.665s) 2022-11-23T02:24:31.0943704Z test_dispatch_meta_outplace_logspace_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.310s) 2022-11-23T02:24:31.0943906Z test_dispatch_meta_outplace_logspace_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.218s) 2022-11-23T02:24:31.0944118Z test_dispatch_meta_outplace_logsumexp_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:24:31.0944325Z test_dispatch_meta_outplace_logsumexp_cuda_bool (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:24:31.0944644Z test_dispatch_meta_outplace_logsumexp_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.0944854Z test_dispatch_meta_outplace_logsumexp_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.064s) 2022-11-23T02:24:31.0945057Z test_dispatch_meta_outplace_logsumexp_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.057s) 2022-11-23T02:24:31.0945263Z test_dispatch_meta_outplace_logsumexp_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:24:31.0945470Z test_dispatch_meta_outplace_logsumexp_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:24:31.0945672Z test_dispatch_meta_outplace_logsumexp_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.034s) 2022-11-23T02:24:31.0945877Z test_dispatch_meta_outplace_logsumexp_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.033s) 2022-11-23T02:24:31.0946084Z test_dispatch_meta_outplace_logsumexp_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.034s) 2022-11-23T02:24:31.0946287Z test_dispatch_meta_outplace_long_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.0946468Z test_dispatch_meta_outplace_long_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.0946671Z test_dispatch_meta_outplace_long_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.0946875Z test_dispatch_meta_outplace_long_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.0947078Z test_dispatch_meta_outplace_long_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.0947348Z test_dispatch_meta_outplace_long_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.0947569Z test_dispatch_meta_outplace_long_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.0947770Z test_dispatch_meta_outplace_long_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.0947966Z test_dispatch_meta_outplace_long_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.0948161Z test_dispatch_meta_outplace_long_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.0948346Z test_dispatch_meta_outplace_long_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.0948540Z test_dispatch_meta_outplace_long_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.0948728Z test_dispatch_meta_outplace_long_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.0948928Z test_dispatch_meta_outplace_lt_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.037s) 2022-11-23T02:24:31.0949127Z test_dispatch_meta_outplace_lt_cuda_bool (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:24:31.0949324Z test_dispatch_meta_outplace_lt_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.0949518Z test_dispatch_meta_outplace_lt_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.0949706Z test_dispatch_meta_outplace_lt_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:24:31.0949904Z test_dispatch_meta_outplace_lt_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.0950076Z test_dispatch_meta_outplace_lt_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:24:31.0950260Z test_dispatch_meta_outplace_lt_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.0950451Z test_dispatch_meta_outplace_lt_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.0950637Z test_dispatch_meta_outplace_lt_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.0950845Z test_dispatch_meta_outplace_lu_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.053s) 2022-11-23T02:24:31.0951046Z test_dispatch_meta_outplace_lu_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.037s) 2022-11-23T02:24:31.0951244Z test_dispatch_meta_outplace_lu_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.053s) 2022-11-23T02:24:31.0951521Z test_dispatch_meta_outplace_lu_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.055s) 2022-11-23T02:24:31.0951735Z test_dispatch_meta_outplace_lu_solve_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:24:31.0951948Z test_dispatch_meta_outplace_lu_solve_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-11-23T02:24:31.0952328Z test_dispatch_meta_outplace_lu_solve_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.067s) 2022-11-23T02:24:31.0952542Z test_dispatch_meta_outplace_lu_solve_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.073s) 2022-11-23T02:24:31.0952761Z test_dispatch_meta_outplace_lu_unpack_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.037s) 2022-11-23T02:24:31.0953160Z test_dispatch_meta_outplace_lu_unpack_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.040s) 2022-11-23T02:24:31.0953505Z test_dispatch_meta_outplace_lu_unpack_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.039s) 2022-11-23T02:24:31.0953718Z test_dispatch_meta_outplace_lu_unpack_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.041s) 2022-11-23T02:24:31.0953925Z test_dispatch_meta_outplace_mH_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.0954118Z test_dispatch_meta_outplace_mH_cuda_bool (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.0954320Z test_dispatch_meta_outplace_mH_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.0954520Z test_dispatch_meta_outplace_mH_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.0954707Z test_dispatch_meta_outplace_mH_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.0954992Z test_dispatch_meta_outplace_mH_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.0955202Z test_dispatch_meta_outplace_mH_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.0955394Z test_dispatch_meta_outplace_mH_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.0955592Z test_dispatch_meta_outplace_mH_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.0955779Z test_dispatch_meta_outplace_mH_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.0955963Z test_dispatch_meta_outplace_mH_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.0956153Z test_dispatch_meta_outplace_mH_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.0956340Z test_dispatch_meta_outplace_mH_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.0956537Z test_dispatch_meta_outplace_mT_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.0956732Z test_dispatch_meta_outplace_mT_cuda_bool (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.0956935Z test_dispatch_meta_outplace_mT_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.0957134Z test_dispatch_meta_outplace_mT_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.0957337Z test_dispatch_meta_outplace_mT_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.0957531Z test_dispatch_meta_outplace_mT_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.0957721Z test_dispatch_meta_outplace_mT_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.0957908Z test_dispatch_meta_outplace_mT_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.0958099Z test_dispatch_meta_outplace_mT_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.0958270Z test_dispatch_meta_outplace_mT_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.0958457Z test_dispatch_meta_outplace_mT_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.0958648Z test_dispatch_meta_outplace_mT_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.0958835Z test_dispatch_meta_outplace_mT_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.0959142Z test_dispatch_meta_outplace_masked_amax_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.250s) 2022-11-23T02:24:31.0959358Z test_dispatch_meta_outplace_masked_amax_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.295s) 2022-11-23T02:24:31.0959570Z test_dispatch_meta_outplace_masked_amax_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.220s) 2022-11-23T02:24:31.0959779Z test_dispatch_meta_outplace_masked_amax_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.220s) 2022-11-23T02:24:31.0959984Z test_dispatch_meta_outplace_masked_amax_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.239s) 2022-11-23T02:24:31.0960198Z test_dispatch_meta_outplace_masked_amax_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.229s) 2022-11-23T02:24:31.0960400Z test_dispatch_meta_outplace_masked_amax_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.207s) 2022-11-23T02:24:31.0960621Z test_dispatch_meta_outplace_masked_amax_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.177s) 2022-11-23T02:24:31.0960821Z test_dispatch_meta_outplace_masked_amax_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.213s) 2022-11-23T02:24:31.0961034Z test_dispatch_meta_outplace_masked_amin_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.238s) 2022-11-23T02:24:31.0961244Z test_dispatch_meta_outplace_masked_amin_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.262s) 2022-11-23T02:24:31.0961454Z test_dispatch_meta_outplace_masked_amin_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.227s) 2022-11-23T02:24:31.0961664Z test_dispatch_meta_outplace_masked_amin_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.255s) 2022-11-23T02:24:31.0961935Z test_dispatch_meta_outplace_masked_amin_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.200s) 2022-11-23T02:24:31.0962148Z test_dispatch_meta_outplace_masked_amin_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.186s) 2022-11-23T02:24:31.0962347Z test_dispatch_meta_outplace_masked_amin_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.188s) 2022-11-23T02:24:31.0962534Z test_dispatch_meta_outplace_masked_amin_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.180s) 2022-11-23T02:24:31.0962735Z test_dispatch_meta_outplace_masked_amin_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.185s) 2022-11-23T02:24:31.0962953Z test_dispatch_meta_outplace_masked_argmax_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.154s) 2022-11-23T02:24:31.0963170Z test_dispatch_meta_outplace_masked_argmax_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.170s) 2022-11-23T02:24:31.0963386Z test_dispatch_meta_outplace_masked_argmax_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.136s) 2022-11-23T02:24:31.0963601Z test_dispatch_meta_outplace_masked_argmax_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.143s) 2022-11-23T02:24:31.0963813Z test_dispatch_meta_outplace_masked_argmax_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.129s) 2022-11-23T02:24:31.0964023Z test_dispatch_meta_outplace_masked_argmax_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.118s) 2022-11-23T02:24:31.0964230Z test_dispatch_meta_outplace_masked_argmax_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.099s) 2022-11-23T02:24:31.0964443Z test_dispatch_meta_outplace_masked_argmax_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.156s) 2022-11-23T02:24:31.0964650Z test_dispatch_meta_outplace_masked_argmax_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.110s) 2022-11-23T02:24:31.0964867Z test_dispatch_meta_outplace_masked_argmin_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.132s) 2022-11-23T02:24:31.0965079Z test_dispatch_meta_outplace_masked_argmin_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.176s) 2022-11-23T02:24:31.0965294Z test_dispatch_meta_outplace_masked_argmin_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.146s) 2022-11-23T02:24:31.0965513Z test_dispatch_meta_outplace_masked_argmin_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.130s) 2022-11-23T02:24:31.0965722Z test_dispatch_meta_outplace_masked_argmin_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.109s) 2022-11-23T02:24:31.0965929Z test_dispatch_meta_outplace_masked_argmin_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.136s) 2022-11-23T02:24:31.0966220Z test_dispatch_meta_outplace_masked_argmin_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.110s) 2022-11-23T02:24:31.0966430Z test_dispatch_meta_outplace_masked_argmin_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.116s) 2022-11-23T02:24:31.0966634Z test_dispatch_meta_outplace_masked_argmin_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.162s) 2022-11-23T02:24:31.0966840Z test_dispatch_meta_outplace_masked_cumprod_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.033s) 2022-11-23T02:24:31.0967062Z test_dispatch_meta_outplace_masked_cumprod_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:24:31.0967286Z test_dispatch_meta_outplace_masked_cumprod_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.039s) 2022-11-23T02:24:31.0967502Z test_dispatch_meta_outplace_masked_cumprod_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:24:31.0967720Z test_dispatch_meta_outplace_masked_cumprod_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.042s) 2022-11-23T02:24:31.0967939Z test_dispatch_meta_outplace_masked_cumprod_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.033s) 2022-11-23T02:24:31.0968153Z test_dispatch_meta_outplace_masked_cumprod_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:24:31.0968364Z test_dispatch_meta_outplace_masked_cumprod_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.034s) 2022-11-23T02:24:31.0968576Z test_dispatch_meta_outplace_masked_cumprod_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.033s) 2022-11-23T02:24:31.0968787Z test_dispatch_meta_outplace_masked_cumprod_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-11-23T02:24:31.0969063Z test_dispatch_meta_outplace_masked_cumprod_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.033s) 2022-11-23T02:24:31.0969293Z test_dispatch_meta_outplace_masked_cumsum_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.040s) 2022-11-23T02:24:31.0969515Z test_dispatch_meta_outplace_masked_cumsum_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.051s) 2022-11-23T02:24:31.0969739Z test_dispatch_meta_outplace_masked_cumsum_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.047s) 2022-11-23T02:24:31.0969953Z test_dispatch_meta_outplace_masked_cumsum_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.050s) 2022-11-23T02:24:31.0970167Z test_dispatch_meta_outplace_masked_cumsum_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.038s) 2022-11-23T02:24:31.0970381Z test_dispatch_meta_outplace_masked_cumsum_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.037s) 2022-11-23T02:24:31.0970590Z test_dispatch_meta_outplace_masked_cumsum_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.034s) 2022-11-23T02:24:31.0970801Z test_dispatch_meta_outplace_masked_cumsum_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:24:31.0971009Z test_dispatch_meta_outplace_masked_cumsum_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.044s) 2022-11-23T02:24:31.0971219Z test_dispatch_meta_outplace_masked_cumsum_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.036s) 2022-11-23T02:24:31.0971415Z test_dispatch_meta_outplace_masked_cumsum_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.034s) 2022-11-23T02:24:31.0971625Z test_dispatch_meta_outplace_masked_fill_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.0971829Z test_dispatch_meta_outplace_masked_fill_cuda_bool (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.0972046Z test_dispatch_meta_outplace_masked_fill_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.0972260Z test_dispatch_meta_outplace_masked_fill_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.0972483Z test_dispatch_meta_outplace_masked_fill_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.0972691Z test_dispatch_meta_outplace_masked_fill_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.0972900Z test_dispatch_meta_outplace_masked_fill_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.0973189Z test_dispatch_meta_outplace_masked_fill_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.0973395Z test_dispatch_meta_outplace_masked_fill_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.0973599Z test_dispatch_meta_outplace_masked_fill_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.0973797Z test_dispatch_meta_outplace_masked_fill_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.0974002Z test_dispatch_meta_outplace_masked_fill_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.0974203Z test_dispatch_meta_outplace_masked_fill_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:24:31.0974432Z test_dispatch_meta_outplace_masked_log_softmax_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.054s) 2022-11-23T02:24:31.0974655Z test_dispatch_meta_outplace_masked_log_softmax_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.067s) 2022-11-23T02:24:31.0974872Z test_dispatch_meta_outplace_masked_log_softmax_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.069s) 2022-11-23T02:24:31.0975087Z test_dispatch_meta_outplace_masked_log_softmax_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.065s) 2022-11-23T02:24:31.0975311Z test_dispatch_meta_outplace_masked_logaddexp_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.049s) 2022-11-23T02:24:31.0975531Z test_dispatch_meta_outplace_masked_logaddexp_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.043s) 2022-11-23T02:24:31.0975744Z test_dispatch_meta_outplace_masked_logaddexp_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.051s) 2022-11-23T02:24:31.0976013Z test_dispatch_meta_outplace_masked_logsumexp_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.363s) 2022-11-23T02:24:31.0976242Z test_dispatch_meta_outplace_masked_logsumexp_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.418s) 2022-11-23T02:24:31.0976453Z test_dispatch_meta_outplace_masked_logsumexp_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.363s) 2022-11-23T02:24:31.0976666Z test_dispatch_meta_outplace_masked_logsumexp_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.391s) 2022-11-23T02:24:31.0976884Z test_dispatch_meta_outplace_masked_logsumexp_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.332s) 2022-11-23T02:24:31.0977102Z test_dispatch_meta_outplace_masked_logsumexp_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.371s) 2022-11-23T02:24:31.0977320Z test_dispatch_meta_outplace_masked_logsumexp_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.356s) 2022-11-23T02:24:31.0977537Z test_dispatch_meta_outplace_masked_logsumexp_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.318s) 2022-11-23T02:24:31.0977751Z test_dispatch_meta_outplace_masked_logsumexp_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.329s) 2022-11-23T02:24:31.0977965Z test_dispatch_meta_outplace_masked_mean_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.594s) 2022-11-23T02:24:31.0978171Z test_dispatch_meta_outplace_masked_mean_cuda_bool (__main__.TestMetaCUDA) ... ok (0.471s) 2022-11-23T02:24:31.0978386Z test_dispatch_meta_outplace_masked_mean_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.469s) 2022-11-23T02:24:31.0978601Z test_dispatch_meta_outplace_masked_mean_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.448s) 2022-11-23T02:24:31.0978812Z test_dispatch_meta_outplace_masked_mean_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.535s) 2022-11-23T02:24:31.0979023Z test_dispatch_meta_outplace_masked_mean_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.542s) 2022-11-23T02:24:31.0979236Z test_dispatch_meta_outplace_masked_mean_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.570s) 2022-11-23T02:24:31.0979445Z test_dispatch_meta_outplace_masked_mean_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.503s) 2022-11-23T02:24:31.0979650Z test_dispatch_meta_outplace_masked_mean_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.512s) 2022-11-23T02:24:31.0979851Z test_dispatch_meta_outplace_masked_mean_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.445s) 2022-11-23T02:24:31.0980055Z test_dispatch_meta_outplace_masked_mean_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.453s) 2022-11-23T02:24:31.0980789Z test_dispatch_meta_outplace_masked_mean_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.510s) 2022-11-23T02:24:31.0981012Z test_dispatch_meta_outplace_masked_median_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.040s) 2022-11-23T02:24:31.0981228Z test_dispatch_meta_outplace_masked_median_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.054s) 2022-11-23T02:24:31.0981442Z test_dispatch_meta_outplace_masked_median_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.052s) 2022-11-23T02:24:31.0981654Z test_dispatch_meta_outplace_masked_norm_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (1.723s) 2022-11-23T02:24:31.0981871Z test_dispatch_meta_outplace_masked_norm_cuda_float16 (__main__.TestMetaCUDA) ... ok (1.747s) 2022-11-23T02:24:31.0982081Z test_dispatch_meta_outplace_masked_norm_cuda_float32 (__main__.TestMetaCUDA) ... ok (1.700s) 2022-11-23T02:24:31.0982291Z test_dispatch_meta_outplace_masked_norm_cuda_float64 (__main__.TestMetaCUDA) ... ok (1.692s) 2022-11-23T02:24:31.0982518Z test_dispatch_meta_outplace_masked_normalize_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.163s) 2022-11-23T02:24:31.0982746Z test_dispatch_meta_outplace_masked_normalize_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.131s) 2022-11-23T02:24:31.0982973Z test_dispatch_meta_outplace_masked_normalize_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.134s) 2022-11-23T02:24:31.0983194Z test_dispatch_meta_outplace_masked_normalize_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.162s) 2022-11-23T02:24:31.0983496Z test_dispatch_meta_outplace_masked_normalize_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.125s) 2022-11-23T02:24:31.0983722Z test_dispatch_meta_outplace_masked_normalize_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.108s) 2022-11-23T02:24:31.0983937Z test_dispatch_meta_outplace_masked_prod_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.360s) 2022-11-23T02:24:31.0984143Z test_dispatch_meta_outplace_masked_prod_cuda_bool (__main__.TestMetaCUDA) ... ok (0.263s) 2022-11-23T02:24:31.0984366Z test_dispatch_meta_outplace_masked_prod_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.280s) 2022-11-23T02:24:31.0984584Z test_dispatch_meta_outplace_masked_prod_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.301s) 2022-11-23T02:24:31.0984794Z test_dispatch_meta_outplace_masked_prod_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.370s) 2022-11-23T02:24:31.0985003Z test_dispatch_meta_outplace_masked_prod_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.281s) 2022-11-23T02:24:31.0985212Z test_dispatch_meta_outplace_masked_prod_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.315s) 2022-11-23T02:24:31.0985408Z test_dispatch_meta_outplace_masked_prod_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.301s) 2022-11-23T02:24:31.0985616Z test_dispatch_meta_outplace_masked_prod_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.282s) 2022-11-23T02:24:31.0985817Z test_dispatch_meta_outplace_masked_prod_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.277s) 2022-11-23T02:24:31.0986028Z test_dispatch_meta_outplace_masked_prod_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.279s) 2022-11-23T02:24:31.0986228Z test_dispatch_meta_outplace_masked_prod_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.306s) 2022-11-23T02:24:31.0986447Z test_dispatch_meta_outplace_masked_scatter_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.0986660Z test_dispatch_meta_outplace_masked_scatter_cuda_bool (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.0986885Z test_dispatch_meta_outplace_masked_scatter_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.0987109Z test_dispatch_meta_outplace_masked_scatter_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.0987325Z test_dispatch_meta_outplace_masked_scatter_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.0987540Z test_dispatch_meta_outplace_masked_scatter_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.0987848Z test_dispatch_meta_outplace_masked_scatter_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.0988061Z test_dispatch_meta_outplace_masked_scatter_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.0988274Z test_dispatch_meta_outplace_masked_scatter_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.0988487Z test_dispatch_meta_outplace_masked_scatter_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.0988698Z test_dispatch_meta_outplace_masked_scatter_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.0988913Z test_dispatch_meta_outplace_masked_scatter_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.0989129Z test_dispatch_meta_outplace_masked_select_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:24:31.0989341Z test_dispatch_meta_outplace_masked_select_cuda_bool (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:24:31.0989565Z test_dispatch_meta_outplace_masked_select_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:24:31.0989783Z test_dispatch_meta_outplace_masked_select_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:24:31.0989981Z test_dispatch_meta_outplace_masked_select_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:24:31.0990196Z test_dispatch_meta_outplace_masked_select_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:24:31.0990410Z test_dispatch_meta_outplace_masked_select_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.0990689Z test_dispatch_meta_outplace_masked_select_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.038s) 2022-11-23T02:24:31.0990916Z test_dispatch_meta_outplace_masked_select_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-11-23T02:24:31.0991126Z test_dispatch_meta_outplace_masked_select_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-11-23T02:24:31.0991337Z test_dispatch_meta_outplace_masked_select_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:24:31.0991542Z test_dispatch_meta_outplace_masked_select_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:24:31.0991760Z test_dispatch_meta_outplace_masked_softmax_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.056s) 2022-11-23T02:24:31.0991973Z test_dispatch_meta_outplace_masked_softmax_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.071s) 2022-11-23T02:24:31.0992189Z test_dispatch_meta_outplace_masked_softmax_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.064s) 2022-11-23T02:24:31.0992407Z test_dispatch_meta_outplace_masked_softmax_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.063s) 2022-11-23T02:24:31.0992622Z test_dispatch_meta_outplace_masked_softmin_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.067s) 2022-11-23T02:24:31.0992834Z test_dispatch_meta_outplace_masked_softmin_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.069s) 2022-11-23T02:24:31.0993049Z test_dispatch_meta_outplace_masked_softmin_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.098s) 2022-11-23T02:24:31.0993261Z test_dispatch_meta_outplace_masked_softmin_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.092s) 2022-11-23T02:24:31.0993469Z test_dispatch_meta_outplace_masked_std_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (3.171s) 2022-11-23T02:24:31.0993684Z test_dispatch_meta_outplace_masked_std_cuda_complex128 (__main__.TestMetaCUDA) ... ok (2.268s) 2022-11-23T02:24:31.0993897Z test_dispatch_meta_outplace_masked_std_cuda_complex64 (__main__.TestMetaCUDA) ... ok (2.359s) 2022-11-23T02:24:31.0994106Z test_dispatch_meta_outplace_masked_std_cuda_float16 (__main__.TestMetaCUDA) ... ok (2.877s) 2022-11-23T02:24:31.0994299Z test_dispatch_meta_outplace_masked_std_cuda_float32 (__main__.TestMetaCUDA) ... ok (2.645s) 2022-11-23T02:24:31.0994502Z test_dispatch_meta_outplace_masked_std_cuda_float64 (__main__.TestMetaCUDA) ... ok (2.645s) 2022-11-23T02:24:31.0994788Z test_dispatch_meta_outplace_masked_std_cuda_int16 (__main__.TestMetaCUDA) ... ok (2.261s) 2022-11-23T02:24:31.0994990Z test_dispatch_meta_outplace_masked_std_cuda_int32 (__main__.TestMetaCUDA) ... ok (2.181s) 2022-11-23T02:24:31.0995187Z test_dispatch_meta_outplace_masked_std_cuda_int64 (__main__.TestMetaCUDA) ... ok (2.105s) 2022-11-23T02:24:31.0995389Z test_dispatch_meta_outplace_masked_std_cuda_int8 (__main__.TestMetaCUDA) ... ok (2.167s) 2022-11-23T02:24:31.0995588Z test_dispatch_meta_outplace_masked_std_cuda_uint8 (__main__.TestMetaCUDA) ... ok (2.194s) 2022-11-23T02:24:31.0995800Z test_dispatch_meta_outplace_masked_sum_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.275s) 2022-11-23T02:24:31.0996003Z test_dispatch_meta_outplace_masked_sum_cuda_bool (__main__.TestMetaCUDA) ... ok (0.219s) 2022-11-23T02:24:31.0996219Z test_dispatch_meta_outplace_masked_sum_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.239s) 2022-11-23T02:24:31.0996434Z test_dispatch_meta_outplace_masked_sum_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.190s) 2022-11-23T02:24:31.0996645Z test_dispatch_meta_outplace_masked_sum_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.294s) 2022-11-23T02:24:31.0996852Z test_dispatch_meta_outplace_masked_sum_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.249s) 2022-11-23T02:24:31.0997054Z test_dispatch_meta_outplace_masked_sum_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.254s) 2022-11-23T02:24:31.0997259Z test_dispatch_meta_outplace_masked_sum_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.246s) 2022-11-23T02:24:31.0997463Z test_dispatch_meta_outplace_masked_sum_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.241s) 2022-11-23T02:24:31.0997732Z test_dispatch_meta_outplace_masked_sum_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.182s) 2022-11-23T02:24:31.0997951Z test_dispatch_meta_outplace_masked_sum_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.186s) 2022-11-23T02:24:31.0998148Z test_dispatch_meta_outplace_masked_sum_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.272s) 2022-11-23T02:24:31.0998358Z test_dispatch_meta_outplace_masked_var_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (2.553s) 2022-11-23T02:24:31.0998558Z test_dispatch_meta_outplace_masked_var_cuda_complex128 (__main__.TestMetaCUDA) ... ok (2.134s) 2022-11-23T02:24:31.0998770Z test_dispatch_meta_outplace_masked_var_cuda_complex64 (__main__.TestMetaCUDA) ... ok (2.241s) 2022-11-23T02:24:31.0998978Z test_dispatch_meta_outplace_masked_var_cuda_float16 (__main__.TestMetaCUDA) ... ok (2.707s) 2022-11-23T02:24:31.0999188Z test_dispatch_meta_outplace_masked_var_cuda_float32 (__main__.TestMetaCUDA) ... ok (2.678s) 2022-11-23T02:24:31.0999395Z test_dispatch_meta_outplace_masked_var_cuda_float64 (__main__.TestMetaCUDA) ... ok (2.687s) 2022-11-23T02:24:31.0999597Z test_dispatch_meta_outplace_masked_var_cuda_int16 (__main__.TestMetaCUDA) ... ok (2.283s) 2022-11-23T02:24:31.0999804Z test_dispatch_meta_outplace_masked_var_cuda_int32 (__main__.TestMetaCUDA) ... ok (2.327s) 2022-11-23T02:24:31.1000005Z test_dispatch_meta_outplace_masked_var_cuda_int64 (__main__.TestMetaCUDA) ... ok (2.400s) 2022-11-23T02:24:31.1000209Z test_dispatch_meta_outplace_masked_var_cuda_int8 (__main__.TestMetaCUDA) ... ok (2.287s) 2022-11-23T02:24:31.1000406Z test_dispatch_meta_outplace_masked_var_cuda_uint8 (__main__.TestMetaCUDA) ... ok (2.239s) 2022-11-23T02:24:31.1000606Z test_dispatch_meta_outplace_matmul_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.086s) 2022-11-23T02:24:31.1000813Z test_dispatch_meta_outplace_matmul_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.077s) 2022-11-23T02:24:31.1001023Z test_dispatch_meta_outplace_matmul_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.096s) 2022-11-23T02:24:31.1001226Z test_dispatch_meta_outplace_matmul_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.087s) 2022-11-23T02:24:31.1001430Z test_dispatch_meta_outplace_matmul_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.076s) 2022-11-23T02:24:31.1001632Z test_dispatch_meta_outplace_matmul_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.077s) 2022-11-23T02:24:31.1001928Z test_dispatch_meta_outplace_matrix_exp_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.1002146Z test_dispatch_meta_outplace_matrix_exp_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.1002361Z test_dispatch_meta_outplace_matrix_exp_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.1002571Z test_dispatch_meta_outplace_matrix_exp_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.1002762Z test_dispatch_meta_outplace_matrix_exp_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.1002967Z test_dispatch_meta_outplace_matrix_exp_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.1003179Z test_dispatch_meta_outplace_max_binary_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:24:31.1003383Z test_dispatch_meta_outplace_max_binary_cuda_bool (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.1003597Z test_dispatch_meta_outplace_max_binary_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:24:31.1003803Z test_dispatch_meta_outplace_max_binary_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.1004007Z test_dispatch_meta_outplace_max_binary_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:24:31.1004211Z test_dispatch_meta_outplace_max_binary_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:24:31.1004416Z test_dispatch_meta_outplace_max_binary_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:24:31.1004677Z test_dispatch_meta_outplace_max_binary_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:24:31.1004897Z test_dispatch_meta_outplace_max_binary_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:24:31.1005096Z test_dispatch_meta_outplace_max_binary_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:24:31.1005349Z test_dispatch_meta_outplace_max_pool2d_with_indices_backward_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (8.577s) 2022-11-23T02:24:31.1005593Z test_dispatch_meta_outplace_max_pool2d_with_indices_backward_cuda_float16 (__main__.TestMetaCUDA) ... ok (8.102s) 2022-11-23T02:24:31.1005826Z test_dispatch_meta_outplace_max_pool2d_with_indices_backward_cuda_float32 (__main__.TestMetaCUDA) ... ok (8.832s) 2022-11-23T02:24:31.1006057Z test_dispatch_meta_outplace_max_pool2d_with_indices_backward_cuda_float64 (__main__.TestMetaCUDA) ... ok (9.058s) 2022-11-23T02:24:31.1006288Z test_dispatch_meta_outplace_max_reduction_no_dim_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.1006514Z test_dispatch_meta_outplace_max_reduction_no_dim_cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.1006740Z test_dispatch_meta_outplace_max_reduction_no_dim_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.1006967Z test_dispatch_meta_outplace_max_reduction_no_dim_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.1007198Z test_dispatch_meta_outplace_max_reduction_no_dim_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.1007418Z test_dispatch_meta_outplace_max_reduction_no_dim_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.1007618Z test_dispatch_meta_outplace_max_reduction_no_dim_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.1007830Z test_dispatch_meta_outplace_max_reduction_no_dim_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.1008053Z test_dispatch_meta_outplace_max_reduction_no_dim_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.1008265Z test_dispatch_meta_outplace_max_reduction_no_dim_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.1008498Z test_dispatch_meta_outplace_max_reduction_with_dim_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.1008809Z test_dispatch_meta_outplace_max_reduction_with_dim_cuda_bool (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.1009045Z test_dispatch_meta_outplace_max_reduction_with_dim_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.1009273Z test_dispatch_meta_outplace_max_reduction_with_dim_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.1009501Z test_dispatch_meta_outplace_max_reduction_with_dim_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.1009725Z test_dispatch_meta_outplace_max_reduction_with_dim_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.1009952Z test_dispatch_meta_outplace_max_reduction_with_dim_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.1010177Z test_dispatch_meta_outplace_max_reduction_with_dim_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.1010405Z test_dispatch_meta_outplace_max_reduction_with_dim_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.1010626Z test_dispatch_meta_outplace_max_reduction_with_dim_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.1010836Z test_dispatch_meta_outplace_maximum_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-11-23T02:24:31.1011041Z test_dispatch_meta_outplace_maximum_cuda_bool (__main__.TestMetaCUDA) ... ok (0.030s) 2022-11-23T02:24:31.1011248Z test_dispatch_meta_outplace_maximum_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.1011453Z test_dispatch_meta_outplace_maximum_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-11-23T02:24:31.1011718Z test_dispatch_meta_outplace_maximum_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:24:31.1011941Z test_dispatch_meta_outplace_maximum_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:24:31.1012145Z test_dispatch_meta_outplace_maximum_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:24:31.1012332Z test_dispatch_meta_outplace_maximum_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.1012536Z test_dispatch_meta_outplace_maximum_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.1012733Z test_dispatch_meta_outplace_maximum_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:24:31.1012932Z test_dispatch_meta_outplace_mean_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:24:31.1013136Z test_dispatch_meta_outplace_mean_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:24:31.1013342Z test_dispatch_meta_outplace_mean_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:24:31.1013544Z test_dispatch_meta_outplace_mean_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:24:31.1013745Z test_dispatch_meta_outplace_mean_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:24:31.1013944Z test_dispatch_meta_outplace_mean_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:24:31.1014147Z test_dispatch_meta_outplace_median_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:24:31.1014351Z test_dispatch_meta_outplace_median_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:24:31.1014552Z test_dispatch_meta_outplace_median_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:24:31.1014750Z test_dispatch_meta_outplace_median_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:24:31.1014948Z test_dispatch_meta_outplace_median_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:24:31.1015148Z test_dispatch_meta_outplace_median_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:24:31.1015349Z test_dispatch_meta_outplace_median_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.1015546Z test_dispatch_meta_outplace_median_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:24:31.1015785Z test_dispatch_meta_outplace_meshgrid_list_of_tensors_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.045s) 2022-11-23T02:24:31.1016106Z test_dispatch_meta_outplace_meshgrid_list_of_tensors_cuda_bool (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:24:31.1016331Z test_dispatch_meta_outplace_meshgrid_list_of_tensors_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.054s) 2022-11-23T02:24:31.1016569Z test_dispatch_meta_outplace_meshgrid_list_of_tensors_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.033s) 2022-11-23T02:24:31.1016799Z test_dispatch_meta_outplace_meshgrid_list_of_tensors_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.044s) 2022-11-23T02:24:31.1017032Z test_dispatch_meta_outplace_meshgrid_list_of_tensors_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.039s) 2022-11-23T02:24:31.1017256Z test_dispatch_meta_outplace_meshgrid_list_of_tensors_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.033s) 2022-11-23T02:24:31.1017481Z test_dispatch_meta_outplace_meshgrid_list_of_tensors_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.039s) 2022-11-23T02:24:31.1017712Z test_dispatch_meta_outplace_meshgrid_list_of_tensors_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-11-23T02:24:31.1017936Z test_dispatch_meta_outplace_meshgrid_list_of_tensors_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-11-23T02:24:31.1018164Z test_dispatch_meta_outplace_meshgrid_list_of_tensors_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.036s) 2022-11-23T02:24:31.1018387Z test_dispatch_meta_outplace_meshgrid_list_of_tensors_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.043s) 2022-11-23T02:24:31.1018694Z test_dispatch_meta_outplace_meshgrid_variadic_tensors_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.044s) 2022-11-23T02:24:31.1018943Z test_dispatch_meta_outplace_meshgrid_variadic_tensors_cuda_bool (__main__.TestMetaCUDA) ... ok (0.037s) 2022-11-23T02:24:31.1019187Z test_dispatch_meta_outplace_meshgrid_variadic_tensors_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:24:31.1019434Z test_dispatch_meta_outplace_meshgrid_variadic_tensors_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-11-23T02:24:31.1019671Z test_dispatch_meta_outplace_meshgrid_variadic_tensors_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-11-23T02:24:31.1019907Z test_dispatch_meta_outplace_meshgrid_variadic_tensors_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.044s) 2022-11-23T02:24:31.1020138Z test_dispatch_meta_outplace_meshgrid_variadic_tensors_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.041s) 2022-11-23T02:24:31.1020367Z test_dispatch_meta_outplace_meshgrid_variadic_tensors_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.038s) 2022-11-23T02:24:31.1020600Z test_dispatch_meta_outplace_meshgrid_variadic_tensors_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.044s) 2022-11-23T02:24:31.1020822Z test_dispatch_meta_outplace_meshgrid_variadic_tensors_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.036s) 2022-11-23T02:24:31.1021049Z test_dispatch_meta_outplace_meshgrid_variadic_tensors_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.051s) 2022-11-23T02:24:31.1021283Z test_dispatch_meta_outplace_meshgrid_variadic_tensors_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.042s) 2022-11-23T02:24:31.1021495Z test_dispatch_meta_outplace_min_binary_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.035s) 2022-11-23T02:24:31.1021699Z test_dispatch_meta_outplace_min_binary_cuda_bool (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.1021892Z test_dispatch_meta_outplace_min_binary_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-11-23T02:24:31.1022099Z test_dispatch_meta_outplace_min_binary_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.1022303Z test_dispatch_meta_outplace_min_binary_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.1022508Z test_dispatch_meta_outplace_min_binary_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:24:31.1022711Z test_dispatch_meta_outplace_min_binary_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.1022993Z test_dispatch_meta_outplace_min_binary_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:24:31.1023197Z test_dispatch_meta_outplace_min_binary_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.1023392Z test_dispatch_meta_outplace_min_binary_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.1023620Z test_dispatch_meta_outplace_min_reduction_no_dim_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.1023843Z test_dispatch_meta_outplace_min_reduction_no_dim_cuda_bool (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.1024071Z test_dispatch_meta_outplace_min_reduction_no_dim_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.1024295Z test_dispatch_meta_outplace_min_reduction_no_dim_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.1024522Z test_dispatch_meta_outplace_min_reduction_no_dim_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.1024744Z test_dispatch_meta_outplace_min_reduction_no_dim_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.1024958Z test_dispatch_meta_outplace_min_reduction_no_dim_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.1025167Z test_dispatch_meta_outplace_min_reduction_no_dim_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.1025387Z test_dispatch_meta_outplace_min_reduction_no_dim_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.1025662Z test_dispatch_meta_outplace_min_reduction_no_dim_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.1025906Z test_dispatch_meta_outplace_min_reduction_with_dim_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.1026130Z test_dispatch_meta_outplace_min_reduction_with_dim_cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.1026358Z test_dispatch_meta_outplace_min_reduction_with_dim_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.1026572Z test_dispatch_meta_outplace_min_reduction_with_dim_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.1026845Z test_dispatch_meta_outplace_min_reduction_with_dim_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.1027073Z test_dispatch_meta_outplace_min_reduction_with_dim_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.1027298Z test_dispatch_meta_outplace_min_reduction_with_dim_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.1027527Z test_dispatch_meta_outplace_min_reduction_with_dim_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.1027751Z test_dispatch_meta_outplace_min_reduction_with_dim_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.1027972Z test_dispatch_meta_outplace_min_reduction_with_dim_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.1028184Z test_dispatch_meta_outplace_minimum_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:24:31.1028385Z test_dispatch_meta_outplace_minimum_cuda_bool (__main__.TestMetaCUDA) ... ok (0.033s) 2022-11-23T02:24:31.1028593Z test_dispatch_meta_outplace_minimum_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:24:31.1028797Z test_dispatch_meta_outplace_minimum_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-11-23T02:24:31.1028997Z test_dispatch_meta_outplace_minimum_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:24:31.1029203Z test_dispatch_meta_outplace_minimum_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:24:31.1029405Z test_dispatch_meta_outplace_minimum_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:24:31.1029604Z test_dispatch_meta_outplace_minimum_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:24:31.1029805Z test_dispatch_meta_outplace_minimum_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:24:31.1030096Z test_dispatch_meta_outplace_minimum_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.033s) 2022-11-23T02:24:31.1030297Z test_dispatch_meta_outplace_mm_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.1030497Z test_dispatch_meta_outplace_mm_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.1030698Z test_dispatch_meta_outplace_mm_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.1030881Z test_dispatch_meta_outplace_mm_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.1031074Z test_dispatch_meta_outplace_mm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.1031262Z test_dispatch_meta_outplace_mm_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.1031462Z test_dispatch_meta_outplace_mode_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.1031662Z test_dispatch_meta_outplace_mode_cuda_bool (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.1031863Z test_dispatch_meta_outplace_mode_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.1032063Z test_dispatch_meta_outplace_mode_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.1032261Z test_dispatch_meta_outplace_mode_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.1032451Z test_dispatch_meta_outplace_mode_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.1032638Z test_dispatch_meta_outplace_mode_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.1032890Z test_dispatch_meta_outplace_mode_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.1033101Z test_dispatch_meta_outplace_mode_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.1033321Z test_dispatch_meta_outplace_mode_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.1033530Z test_dispatch_meta_outplace_movedim_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.1033727Z test_dispatch_meta_outplace_movedim_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.1033940Z test_dispatch_meta_outplace_movedim_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.1034150Z test_dispatch_meta_outplace_movedim_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.1034359Z test_dispatch_meta_outplace_movedim_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.1034566Z test_dispatch_meta_outplace_movedim_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.1034755Z test_dispatch_meta_outplace_movedim_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.1034953Z test_dispatch_meta_outplace_movedim_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.1035155Z test_dispatch_meta_outplace_movedim_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.1035358Z test_dispatch_meta_outplace_movedim_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.1035558Z test_dispatch_meta_outplace_movedim_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.1035757Z test_dispatch_meta_outplace_movedim_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.1035955Z test_dispatch_meta_outplace_movedim_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.1036157Z test_dispatch_meta_outplace_msort_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.1036358Z test_dispatch_meta_outplace_msort_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.1036558Z test_dispatch_meta_outplace_msort_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.1036755Z test_dispatch_meta_outplace_msort_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.1037037Z test_dispatch_meta_outplace_msort_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.1037236Z test_dispatch_meta_outplace_msort_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.1037433Z test_dispatch_meta_outplace_msort_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.1037631Z test_dispatch_meta_outplace_msort_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.1037829Z test_dispatch_meta_outplace_msort_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.1038030Z test_dispatch_meta_outplace_mul_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:24:31.1038230Z test_dispatch_meta_outplace_mul_cuda_bool (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:24:31.1038434Z test_dispatch_meta_outplace_mul_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:24:31.1038619Z test_dispatch_meta_outplace_mul_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:24:31.1038824Z test_dispatch_meta_outplace_mul_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:24:31.1039022Z test_dispatch_meta_outplace_mul_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:24:31.1039220Z test_dispatch_meta_outplace_mul_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.1039414Z test_dispatch_meta_outplace_mul_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:24:31.1039610Z test_dispatch_meta_outplace_mul_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.1039869Z test_dispatch_meta_outplace_mul_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:31.1040071Z test_dispatch_meta_outplace_mul_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:24:31.1040264Z test_dispatch_meta_outplace_mul_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.1040451Z test_dispatch_meta_outplace_mul_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:24:31.1040668Z test_dispatch_meta_outplace_multinomial_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.035s) 2022-11-23T02:24:31.1040879Z test_dispatch_meta_outplace_multinomial_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-11-23T02:24:31.1041092Z test_dispatch_meta_outplace_multinomial_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.1041289Z test_dispatch_meta_outplace_mv_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.1041492Z test_dispatch_meta_outplace_mv_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.1041698Z test_dispatch_meta_outplace_mv_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.1041896Z test_dispatch_meta_outplace_mv_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.1042086Z test_dispatch_meta_outplace_mv_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.1042277Z test_dispatch_meta_outplace_mv_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.1042493Z test_dispatch_meta_outplace_mvlgamma_mvlgamma_p_1_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.038s) 2022-11-23T02:24:31.1042747Z test_dispatch_meta_outplace_mvlgamma_mvlgamma_p_1_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.050s) 2022-11-23T02:24:31.1042974Z test_dispatch_meta_outplace_mvlgamma_mvlgamma_p_1_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.041s) 2022-11-23T02:24:31.1043199Z test_dispatch_meta_outplace_mvlgamma_mvlgamma_p_1_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.053s) 2022-11-23T02:24:31.1043426Z test_dispatch_meta_outplace_mvlgamma_mvlgamma_p_1_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.046s) 2022-11-23T02:24:31.1043649Z test_dispatch_meta_outplace_mvlgamma_mvlgamma_p_1_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.045s) 2022-11-23T02:24:31.1043871Z test_dispatch_meta_outplace_mvlgamma_mvlgamma_p_1_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.041s) 2022-11-23T02:24:31.1044180Z test_dispatch_meta_outplace_mvlgamma_mvlgamma_p_1_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.038s) 2022-11-23T02:24:31.1044408Z test_dispatch_meta_outplace_mvlgamma_mvlgamma_p_3_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.056s) 2022-11-23T02:24:31.1044635Z test_dispatch_meta_outplace_mvlgamma_mvlgamma_p_3_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.034s) 2022-11-23T02:24:31.1044861Z test_dispatch_meta_outplace_mvlgamma_mvlgamma_p_3_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.033s) 2022-11-23T02:24:31.1045078Z test_dispatch_meta_outplace_mvlgamma_mvlgamma_p_3_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.045s) 2022-11-23T02:24:31.1045302Z test_dispatch_meta_outplace_mvlgamma_mvlgamma_p_3_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.043s) 2022-11-23T02:24:31.1045523Z test_dispatch_meta_outplace_mvlgamma_mvlgamma_p_3_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.050s) 2022-11-23T02:24:31.1045745Z test_dispatch_meta_outplace_mvlgamma_mvlgamma_p_3_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.051s) 2022-11-23T02:24:31.1045969Z test_dispatch_meta_outplace_mvlgamma_mvlgamma_p_3_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.046s) 2022-11-23T02:24:31.1046191Z test_dispatch_meta_outplace_mvlgamma_mvlgamma_p_5_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.043s) 2022-11-23T02:24:31.1046417Z test_dispatch_meta_outplace_mvlgamma_mvlgamma_p_5_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.043s) 2022-11-23T02:24:31.1046643Z test_dispatch_meta_outplace_mvlgamma_mvlgamma_p_5_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.034s) 2022-11-23T02:24:31.1046925Z test_dispatch_meta_outplace_mvlgamma_mvlgamma_p_5_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.038s) 2022-11-23T02:24:31.1047160Z test_dispatch_meta_outplace_mvlgamma_mvlgamma_p_5_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.033s) 2022-11-23T02:24:31.1047383Z test_dispatch_meta_outplace_mvlgamma_mvlgamma_p_5_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.033s) 2022-11-23T02:24:31.1047588Z test_dispatch_meta_outplace_mvlgamma_mvlgamma_p_5_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.036s) 2022-11-23T02:24:31.1047811Z test_dispatch_meta_outplace_mvlgamma_mvlgamma_p_5_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:24:31.1048022Z test_dispatch_meta_outplace_nan_to_num_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.038s) 2022-11-23T02:24:31.1048225Z test_dispatch_meta_outplace_nan_to_num_cuda_bool (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.1048433Z test_dispatch_meta_outplace_nan_to_num_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:24:31.1048642Z test_dispatch_meta_outplace_nan_to_num_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:24:31.1048844Z test_dispatch_meta_outplace_nan_to_num_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:24:31.1049047Z test_dispatch_meta_outplace_nan_to_num_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.1049248Z test_dispatch_meta_outplace_nan_to_num_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.1049447Z test_dispatch_meta_outplace_nan_to_num_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.1049647Z test_dispatch_meta_outplace_nan_to_num_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.1049842Z test_dispatch_meta_outplace_nan_to_num_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.1050044Z test_dispatch_meta_outplace_nanmean_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.279s) 2022-11-23T02:24:31.1050246Z test_dispatch_meta_outplace_nanmean_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.261s) 2022-11-23T02:24:31.1050449Z test_dispatch_meta_outplace_nanmean_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.308s) 2022-11-23T02:24:31.1050647Z test_dispatch_meta_outplace_nanmean_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.284s) 2022-11-23T02:24:31.1050857Z test_dispatch_meta_outplace_nanmedian_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:24:31.1051151Z test_dispatch_meta_outplace_nanmedian_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.1051354Z test_dispatch_meta_outplace_nanmedian_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.1051554Z test_dispatch_meta_outplace_nanmedian_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.1051739Z test_dispatch_meta_outplace_nanmedian_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.1051937Z test_dispatch_meta_outplace_nanmedian_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.1052140Z test_dispatch_meta_outplace_nanmedian_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.1052345Z test_dispatch_meta_outplace_nanmedian_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.1052557Z test_dispatch_meta_outplace_nanquantile_cuda_float32 (__main__.TestMetaCUDA) ... ok (2.000s) 2022-11-23T02:24:31.1052770Z test_dispatch_meta_outplace_nanquantile_cuda_float64 (__main__.TestMetaCUDA) ... ok (1.979s) 2022-11-23T02:24:31.1052974Z test_dispatch_meta_outplace_nansum_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.058s) 2022-11-23T02:24:31.1053172Z test_dispatch_meta_outplace_nansum_cuda_bool (__main__.TestMetaCUDA) ... ok (0.048s) 2022-11-23T02:24:31.1053372Z test_dispatch_meta_outplace_nansum_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.068s) 2022-11-23T02:24:31.1053575Z test_dispatch_meta_outplace_nansum_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.072s) 2022-11-23T02:24:31.1053937Z test_dispatch_meta_outplace_nansum_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.070s) 2022-11-23T02:24:31.1054223Z test_dispatch_meta_outplace_nansum_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.040s) 2022-11-23T02:24:31.1054544Z test_dispatch_meta_outplace_nansum_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.062s) 2022-11-23T02:24:31.1054956Z test_dispatch_meta_outplace_nansum_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.039s) 2022-11-23T02:24:31.1055175Z test_dispatch_meta_outplace_nansum_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.038s) 2022-11-23T02:24:31.1055370Z test_dispatch_meta_outplace_nansum_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.041s) 2022-11-23T02:24:31.1055633Z test_dispatch_meta_outplace_narrow_copy_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.006s) 2022-11-23T02:24:31.1055892Z test_dispatch_meta_outplace_narrow_copy_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T02:24:31.1056160Z test_dispatch_meta_outplace_narrow_copy_cuda_complex128 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:24:31.1056421Z test_dispatch_meta_outplace_narrow_copy_cuda_complex32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:31.1056679Z test_dispatch_meta_outplace_narrow_copy_cuda_complex64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.006s) 2022-11-23T02:24:31.1056922Z test_dispatch_meta_outplace_narrow_copy_cuda_float16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:24:31.1057177Z test_dispatch_meta_outplace_narrow_copy_cuda_float32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.010s) 2022-11-23T02:24:31.1057424Z test_dispatch_meta_outplace_narrow_copy_cuda_float64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:24:31.1057672Z test_dispatch_meta_outplace_narrow_copy_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T02:24:31.1057925Z test_dispatch_meta_outplace_narrow_copy_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T02:24:31.1058175Z test_dispatch_meta_outplace_narrow_copy_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T02:24:31.1058425Z test_dispatch_meta_outplace_narrow_copy_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T02:24:31.1058774Z test_dispatch_meta_outplace_narrow_copy_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T02:24:31.1058984Z test_dispatch_meta_outplace_narrow_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:24:31.1059186Z test_dispatch_meta_outplace_narrow_cuda_bool (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.1059397Z test_dispatch_meta_outplace_narrow_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.1059606Z test_dispatch_meta_outplace_narrow_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.1059816Z test_dispatch_meta_outplace_narrow_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:31.1060020Z test_dispatch_meta_outplace_narrow_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.1060351Z test_dispatch_meta_outplace_narrow_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.1060564Z test_dispatch_meta_outplace_narrow_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.1060765Z test_dispatch_meta_outplace_narrow_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:24:31.1061089Z test_dispatch_meta_outplace_narrow_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:31.1061477Z test_dispatch_meta_outplace_narrow_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.1061686Z test_dispatch_meta_outplace_narrow_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.1061964Z test_dispatch_meta_outplace_narrow_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:24:31.1062204Z test_dispatch_meta_outplace_native_batch_norm_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.041s) 2022-11-23T02:24:31.1062412Z test_dispatch_meta_outplace_native_batch_norm_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.042s) 2022-11-23T02:24:31.1062630Z test_dispatch_meta_outplace_native_batch_norm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.038s) 2022-11-23T02:24:31.1062841Z test_dispatch_meta_outplace_native_batch_norm_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.051s) 2022-11-23T02:24:31.1063077Z test_dispatch_meta_outplace_native_dropout_backward_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:24:31.1063313Z test_dispatch_meta_outplace_native_dropout_backward_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.1063547Z test_dispatch_meta_outplace_native_dropout_backward_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.1063779Z test_dispatch_meta_outplace_native_dropout_backward_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:24:31.1064003Z test_dispatch_meta_outplace_native_layer_norm_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.060s) 2022-11-23T02:24:31.1064216Z test_dispatch_meta_outplace_native_layer_norm_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.052s) 2022-11-23T02:24:31.1064429Z test_dispatch_meta_outplace_native_layer_norm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.054s) 2022-11-23T02:24:31.1064639Z test_dispatch_meta_outplace_native_layer_norm_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.055s) 2022-11-23T02:24:31.1064837Z test_dispatch_meta_outplace_ne_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.1065033Z test_dispatch_meta_outplace_ne_cuda_bool (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:24:31.1065242Z test_dispatch_meta_outplace_ne_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:24:31.1065447Z test_dispatch_meta_outplace_ne_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.1065646Z test_dispatch_meta_outplace_ne_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.1065837Z test_dispatch_meta_outplace_ne_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.1066025Z test_dispatch_meta_outplace_ne_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:24:31.1066307Z test_dispatch_meta_outplace_ne_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.1066496Z test_dispatch_meta_outplace_ne_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.1066818Z test_dispatch_meta_outplace_ne_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:24:31.1067001Z test_dispatch_meta_outplace_ne_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:24:31.1067186Z test_dispatch_meta_outplace_ne_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:24:31.1067398Z test_dispatch_meta_outplace_neg_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.1067891Z test_dispatch_meta_outplace_neg_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.1068110Z test_dispatch_meta_outplace_neg_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.1068320Z test_dispatch_meta_outplace_neg_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.1068518Z test_dispatch_meta_outplace_neg_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.1068718Z test_dispatch_meta_outplace_neg_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.1068917Z test_dispatch_meta_outplace_neg_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.1069114Z test_dispatch_meta_outplace_neg_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.1069302Z test_dispatch_meta_outplace_neg_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.1069572Z test_dispatch_meta_outplace_neg_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.1069783Z test_dispatch_meta_outplace_neg_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.1069970Z test_dispatch_meta_outplace_neg_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.1070185Z test_dispatch_meta_outplace_new_empty_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.1070390Z test_dispatch_meta_outplace_new_empty_cuda_bool (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.1070608Z test_dispatch_meta_outplace_new_empty_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:24:31.1070821Z test_dispatch_meta_outplace_new_empty_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.1071032Z test_dispatch_meta_outplace_new_empty_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.1071227Z test_dispatch_meta_outplace_new_empty_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.1071433Z test_dispatch_meta_outplace_new_empty_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.1071635Z test_dispatch_meta_outplace_new_empty_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.1071838Z test_dispatch_meta_outplace_new_empty_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.1072189Z test_dispatch_meta_outplace_new_empty_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.1072396Z test_dispatch_meta_outplace_new_empty_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.1072598Z test_dispatch_meta_outplace_new_empty_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.1072802Z test_dispatch_meta_outplace_new_empty_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.1073037Z test_dispatch_meta_outplace_new_empty_strided_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.1073370Z test_dispatch_meta_outplace_new_empty_strided_cuda_bool (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.1073608Z test_dispatch_meta_outplace_new_empty_strided_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.1073943Z test_dispatch_meta_outplace_new_empty_strided_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.1074449Z test_dispatch_meta_outplace_new_empty_strided_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.1074680Z test_dispatch_meta_outplace_new_empty_strided_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:31.1074899Z test_dispatch_meta_outplace_new_empty_strided_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.1075109Z test_dispatch_meta_outplace_new_empty_strided_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.1075329Z test_dispatch_meta_outplace_new_empty_strided_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.1075539Z test_dispatch_meta_outplace_new_empty_strided_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.1075746Z test_dispatch_meta_outplace_new_empty_strided_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.1075956Z test_dispatch_meta_outplace_new_empty_strided_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.1076161Z test_dispatch_meta_outplace_new_empty_strided_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.1076370Z test_dispatch_meta_outplace_new_full_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:31.1076574Z test_dispatch_meta_outplace_new_full_cuda_bool (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:31.1076787Z test_dispatch_meta_outplace_new_full_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.1077076Z test_dispatch_meta_outplace_new_full_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.1077305Z test_dispatch_meta_outplace_new_full_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.1077511Z test_dispatch_meta_outplace_new_full_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:31.1077714Z test_dispatch_meta_outplace_new_full_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.1077917Z test_dispatch_meta_outplace_new_full_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:31.1078116Z test_dispatch_meta_outplace_new_full_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:31.1078314Z test_dispatch_meta_outplace_new_full_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:31.1078513Z test_dispatch_meta_outplace_new_full_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.1078714Z test_dispatch_meta_outplace_new_full_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.1078914Z test_dispatch_meta_outplace_new_full_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.1079121Z test_dispatch_meta_outplace_new_ones_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.1079320Z test_dispatch_meta_outplace_new_ones_cuda_bool (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.1079664Z test_dispatch_meta_outplace_new_ones_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.1079885Z test_dispatch_meta_outplace_new_ones_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.1080092Z test_dispatch_meta_outplace_new_ones_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.1080416Z test_dispatch_meta_outplace_new_ones_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.1080793Z test_dispatch_meta_outplace_new_ones_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.1081007Z test_dispatch_meta_outplace_new_ones_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.1081205Z test_dispatch_meta_outplace_new_ones_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.1081405Z test_dispatch_meta_outplace_new_ones_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.1081605Z test_dispatch_meta_outplace_new_ones_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.1081902Z test_dispatch_meta_outplace_new_ones_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.1082101Z test_dispatch_meta_outplace_new_ones_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.1082315Z test_dispatch_meta_outplace_new_zeros_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.1082515Z test_dispatch_meta_outplace_new_zeros_cuda_bool (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.1082726Z test_dispatch_meta_outplace_new_zeros_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.1082940Z test_dispatch_meta_outplace_new_zeros_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.1083153Z test_dispatch_meta_outplace_new_zeros_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.1083361Z test_dispatch_meta_outplace_new_zeros_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.1083567Z test_dispatch_meta_outplace_new_zeros_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.1083767Z test_dispatch_meta_outplace_new_zeros_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.1083968Z test_dispatch_meta_outplace_new_zeros_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.1084170Z test_dispatch_meta_outplace_new_zeros_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.1084363Z test_dispatch_meta_outplace_new_zeros_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.1084631Z test_dispatch_meta_outplace_new_zeros_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:31.1084850Z test_dispatch_meta_outplace_new_zeros_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.1085043Z test_dispatch_meta_outplace_nextafter_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.1085256Z test_dispatch_meta_outplace_nextafter_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.1085462Z test_dispatch_meta_outplace_nextafter_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:24:31.1085748Z test_dispatch_meta_outplace_nn_functional__scaled_dot_product_attention_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: Skipped! (0.001s) 2022-11-23T02:24:31.1086163Z test_dispatch_meta_outplace_nn_functional__scaled_dot_product_attention_cuda_float16 (__main__.TestMetaCUDA) ... skip: Skipped! (0.001s) 2022-11-23T02:24:31.1086455Z test_dispatch_meta_outplace_nn_functional__scaled_dot_product_attention_cuda_float32 (__main__.TestMetaCUDA) ... skip: Skipped! (0.001s) 2022-11-23T02:24:31.1086818Z test_dispatch_meta_outplace_nn_functional__scaled_dot_product_attention_cuda_float64 (__main__.TestMetaCUDA) ... skip: Skipped! (0.001s) 2022-11-23T02:24:31.1087274Z test_dispatch_meta_outplace_nn_functional_adaptive_avg_pool1d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.1087539Z test_dispatch_meta_outplace_nn_functional_adaptive_avg_pool1d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.1087778Z test_dispatch_meta_outplace_nn_functional_adaptive_avg_pool1d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.1088011Z test_dispatch_meta_outplace_nn_functional_adaptive_avg_pool1d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.1088252Z test_dispatch_meta_outplace_nn_functional_adaptive_avg_pool2d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.1088490Z test_dispatch_meta_outplace_nn_functional_adaptive_avg_pool2d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.1088723Z test_dispatch_meta_outplace_nn_functional_adaptive_avg_pool2d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.1088953Z test_dispatch_meta_outplace_nn_functional_adaptive_avg_pool2d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.1089287Z test_dispatch_meta_outplace_nn_functional_adaptive_avg_pool3d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:24:31.1089521Z test_dispatch_meta_outplace_nn_functional_adaptive_avg_pool3d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:24:31.1089754Z test_dispatch_meta_outplace_nn_functional_adaptive_avg_pool3d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:31.1089985Z test_dispatch_meta_outplace_nn_functional_adaptive_avg_pool3d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:24:31.1090224Z test_dispatch_meta_outplace_nn_functional_adaptive_max_pool1d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-11-23T02:24:31.1090456Z test_dispatch_meta_outplace_nn_functional_adaptive_max_pool1d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.1090688Z test_dispatch_meta_outplace_nn_functional_adaptive_max_pool1d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.037s) 2022-11-23T02:24:31.1090924Z test_dispatch_meta_outplace_nn_functional_adaptive_max_pool1d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:24:31.1091159Z test_dispatch_meta_outplace_nn_functional_adaptive_max_pool2d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.035s) 2022-11-23T02:24:31.1091392Z test_dispatch_meta_outplace_nn_functional_adaptive_max_pool2d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:24:31.1091626Z test_dispatch_meta_outplace_nn_functional_adaptive_max_pool2d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.1091908Z test_dispatch_meta_outplace_nn_functional_adaptive_max_pool2d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.1092158Z test_dispatch_meta_outplace_nn_functional_adaptive_max_pool3d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:24:31.1092494Z test_dispatch_meta_outplace_nn_functional_adaptive_max_pool3d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.1092766Z test_dispatch_meta_outplace_nn_functional_adaptive_max_pool3d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.1092999Z test_dispatch_meta_outplace_nn_functional_adaptive_max_pool3d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.1093390Z test_dispatch_meta_outplace_nn_functional_alpha_dropout_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:24:31.1093783Z test_dispatch_meta_outplace_nn_functional_alpha_dropout_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:24:31.1094034Z test_dispatch_meta_outplace_nn_functional_alpha_dropout_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.1094276Z test_dispatch_meta_outplace_nn_functional_alpha_dropout_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:24:31.1094512Z test_dispatch_meta_outplace_nn_functional_avg_pool1d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:24:31.1094747Z test_dispatch_meta_outplace_nn_functional_avg_pool1d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.1094978Z test_dispatch_meta_outplace_nn_functional_avg_pool1d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:24:31.1095202Z test_dispatch_meta_outplace_nn_functional_avg_pool1d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:24:31.1095431Z test_dispatch_meta_outplace_nn_functional_avg_pool2d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:24:31.1095659Z test_dispatch_meta_outplace_nn_functional_avg_pool2d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.1095884Z test_dispatch_meta_outplace_nn_functional_avg_pool2d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:24:31.1096104Z test_dispatch_meta_outplace_nn_functional_avg_pool2d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:24:31.1096332Z test_dispatch_meta_outplace_nn_functional_avg_pool3d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.1097099Z test_dispatch_meta_outplace_nn_functional_avg_pool3d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:24:31.1097323Z test_dispatch_meta_outplace_nn_functional_avg_pool3d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:24:31.1097542Z test_dispatch_meta_outplace_nn_functional_avg_pool3d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.1097769Z test_dispatch_meta_outplace_nn_functional_batch_norm_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.063s) 2022-11-23T02:24:31.1097996Z test_dispatch_meta_outplace_nn_functional_batch_norm_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:24:31.1098221Z test_dispatch_meta_outplace_nn_functional_batch_norm_cuda_float32 (__main__.TestMetaCUDA) ... ok (3.656s) 2022-11-23T02:24:31.1098424Z test_dispatch_meta_outplace_nn_functional_batch_norm_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:24:31.1098682Z test_dispatch_meta_outplace_nn_functional_batch_norm_without_cudnn_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.040s) 2022-11-23T02:24:31.1099089Z test_dispatch_meta_outplace_nn_functional_batch_norm_without_cudnn_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.046s) 2022-11-23T02:24:31.1099353Z test_dispatch_meta_outplace_nn_functional_batch_norm_without_cudnn_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.045s) 2022-11-23T02:24:31.1099687Z test_dispatch_meta_outplace_nn_functional_batch_norm_without_cudnn_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.034s) 2022-11-23T02:24:31.1100250Z test_dispatch_meta_outplace_nn_functional_bilinear_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.110s) 2022-11-23T02:24:31.1100672Z test_dispatch_meta_outplace_nn_functional_bilinear_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.087s) 2022-11-23T02:24:31.1100911Z test_dispatch_meta_outplace_nn_functional_bilinear_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.092s) 2022-11-23T02:24:31.1101149Z test_dispatch_meta_outplace_nn_functional_bilinear_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.111s) 2022-11-23T02:24:31.1101399Z test_dispatch_meta_outplace_nn_functional_binary_cross_entropy_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.054s) 2022-11-23T02:24:31.1101646Z test_dispatch_meta_outplace_nn_functional_binary_cross_entropy_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-11-23T02:24:31.1101887Z test_dispatch_meta_outplace_nn_functional_binary_cross_entropy_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.045s) 2022-11-23T02:24:31.1102128Z test_dispatch_meta_outplace_nn_functional_binary_cross_entropy_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.045s) 2022-11-23T02:24:31.1102394Z test_dispatch_meta_outplace_nn_functional_binary_cross_entropy_with_logits_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.201s) 2022-11-23T02:24:31.1102655Z test_dispatch_meta_outplace_nn_functional_binary_cross_entropy_with_logits_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.183s) 2022-11-23T02:24:31.1102921Z test_dispatch_meta_outplace_nn_functional_binary_cross_entropy_with_logits_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.106s) 2022-11-23T02:24:31.1103185Z test_dispatch_meta_outplace_nn_functional_binary_cross_entropy_with_logits_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.102s) 2022-11-23T02:24:31.1103414Z test_dispatch_meta_outplace_nn_functional_celu_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.1103638Z test_dispatch_meta_outplace_nn_functional_celu_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.1103856Z test_dispatch_meta_outplace_nn_functional_celu_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.1104067Z test_dispatch_meta_outplace_nn_functional_celu_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.1104294Z test_dispatch_meta_outplace_nn_functional_conv1d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:24:31.1104636Z test_dispatch_meta_outplace_nn_functional_conv1d_cuda_complex128 (__main__.TestMetaCUDA) ... ok (1.286s) 2022-11-23T02:24:31.1104868Z test_dispatch_meta_outplace_nn_functional_conv1d_cuda_complex32 (__main__.TestMetaCUDA) ... ok (1.016s) 2022-11-23T02:24:31.1105097Z test_dispatch_meta_outplace_nn_functional_conv1d_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.431s) 2022-11-23T02:24:31.1105308Z test_dispatch_meta_outplace_nn_functional_conv1d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.1105537Z test_dispatch_meta_outplace_nn_functional_conv1d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:24:31.1105896Z test_dispatch_meta_outplace_nn_functional_conv1d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:24:31.1106133Z test_dispatch_meta_outplace_nn_functional_conv2d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.078s) 2022-11-23T02:24:31.1106363Z test_dispatch_meta_outplace_nn_functional_conv2d_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.679s) 2022-11-23T02:24:31.1106718Z test_dispatch_meta_outplace_nn_functional_conv2d_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.623s) 2022-11-23T02:24:31.1107132Z test_dispatch_meta_outplace_nn_functional_conv2d_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.677s) 2022-11-23T02:24:31.1107496Z test_dispatch_meta_outplace_nn_functional_conv2d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.085s) 2022-11-23T02:24:31.1107731Z test_dispatch_meta_outplace_nn_functional_conv2d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.084s) 2022-11-23T02:24:31.1108038Z test_dispatch_meta_outplace_nn_functional_conv2d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.090s) 2022-11-23T02:24:31.1108299Z test_dispatch_meta_outplace_nn_functional_conv_transpose1d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.035s) 2022-11-23T02:24:31.1108550Z test_dispatch_meta_outplace_nn_functional_conv_transpose1d_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.404s) 2022-11-23T02:24:31.1108801Z test_dispatch_meta_outplace_nn_functional_conv_transpose1d_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.474s) 2022-11-23T02:24:31.1109037Z test_dispatch_meta_outplace_nn_functional_conv_transpose1d_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.177s) 2022-11-23T02:24:31.1109276Z test_dispatch_meta_outplace_nn_functional_conv_transpose1d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:24:31.1109518Z test_dispatch_meta_outplace_nn_functional_conv_transpose1d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:24:31.1109765Z test_dispatch_meta_outplace_nn_functional_conv_transpose1d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:24:31.1110009Z test_dispatch_meta_outplace_nn_functional_conv_transpose2d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-11-23T02:24:31.1110256Z test_dispatch_meta_outplace_nn_functional_conv_transpose2d_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.304s) 2022-11-23T02:24:31.1110503Z test_dispatch_meta_outplace_nn_functional_conv_transpose2d_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.245s) 2022-11-23T02:24:31.1110787Z test_dispatch_meta_outplace_nn_functional_conv_transpose2d_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.204s) 2022-11-23T02:24:31.1111027Z test_dispatch_meta_outplace_nn_functional_conv_transpose2d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-11-23T02:24:31.1111267Z test_dispatch_meta_outplace_nn_functional_conv_transpose2d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-11-23T02:24:31.1111509Z test_dispatch_meta_outplace_nn_functional_conv_transpose2d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.033s) 2022-11-23T02:24:31.1111739Z test_dispatch_meta_outplace_nn_functional_conv_transpose3d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:24:31.1111986Z test_dispatch_meta_outplace_nn_functional_conv_transpose3d_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.244s) 2022-11-23T02:24:31.1112445Z test_dispatch_meta_outplace_nn_functional_conv_transpose3d_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.232s) 2022-11-23T02:24:31.1112699Z test_dispatch_meta_outplace_nn_functional_conv_transpose3d_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.192s) 2022-11-23T02:24:31.1112939Z test_dispatch_meta_outplace_nn_functional_conv_transpose3d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:24:31.1113350Z test_dispatch_meta_outplace_nn_functional_conv_transpose3d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.1113743Z test_dispatch_meta_outplace_nn_functional_conv_transpose3d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:24:31.1114002Z test_dispatch_meta_outplace_nn_functional_cosine_embedding_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.103s) 2022-11-23T02:24:31.1114248Z test_dispatch_meta_outplace_nn_functional_cosine_embedding_loss_cuda_bool (__main__.TestMetaCUDA) ... ok (0.134s) 2022-11-23T02:24:31.1114498Z test_dispatch_meta_outplace_nn_functional_cosine_embedding_loss_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.121s) 2022-11-23T02:24:31.1114746Z test_dispatch_meta_outplace_nn_functional_cosine_embedding_loss_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.129s) 2022-11-23T02:24:31.1114995Z test_dispatch_meta_outplace_nn_functional_cosine_embedding_loss_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.099s) 2022-11-23T02:24:31.1115241Z test_dispatch_meta_outplace_nn_functional_cosine_embedding_loss_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.120s) 2022-11-23T02:24:31.1115562Z test_dispatch_meta_outplace_nn_functional_cosine_embedding_loss_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.098s) 2022-11-23T02:24:31.1115812Z test_dispatch_meta_outplace_nn_functional_cosine_embedding_loss_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.144s) 2022-11-23T02:24:31.1116053Z test_dispatch_meta_outplace_nn_functional_cosine_embedding_loss_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.132s) 2022-11-23T02:24:31.1116292Z test_dispatch_meta_outplace_nn_functional_cosine_embedding_loss_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.096s) 2022-11-23T02:24:31.1116531Z test_dispatch_meta_outplace_nn_functional_cosine_similarity_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.126s) 2022-11-23T02:24:31.1116774Z test_dispatch_meta_outplace_nn_functional_cosine_similarity_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.146s) 2022-11-23T02:24:31.1117008Z test_dispatch_meta_outplace_nn_functional_cosine_similarity_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.167s) 2022-11-23T02:24:31.1117243Z test_dispatch_meta_outplace_nn_functional_cosine_similarity_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.162s) 2022-11-23T02:24:31.1117481Z test_dispatch_meta_outplace_nn_functional_cross_entropy_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.129s) 2022-11-23T02:24:31.1117718Z test_dispatch_meta_outplace_nn_functional_cross_entropy_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.086s) 2022-11-23T02:24:31.1117957Z test_dispatch_meta_outplace_nn_functional_cross_entropy_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.096s) 2022-11-23T02:24:31.1118193Z test_dispatch_meta_outplace_nn_functional_cross_entropy_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.083s) 2022-11-23T02:24:31.1118423Z test_dispatch_meta_outplace_nn_functional_ctc_loss_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.042s) 2022-11-23T02:24:31.1118637Z test_dispatch_meta_outplace_nn_functional_ctc_loss_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:24:31.1118998Z test_dispatch_meta_outplace_nn_functional_dropout2d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:24:31.1119246Z test_dispatch_meta_outplace_nn_functional_dropout2d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.1119477Z test_dispatch_meta_outplace_nn_functional_dropout2d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:31.1119889Z test_dispatch_meta_outplace_nn_functional_dropout2d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:24:31.1120392Z test_dispatch_meta_outplace_nn_functional_dropout3d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:24:31.1120618Z test_dispatch_meta_outplace_nn_functional_dropout3d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.1120843Z test_dispatch_meta_outplace_nn_functional_dropout3d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.1121066Z test_dispatch_meta_outplace_nn_functional_dropout3d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:24:31.1121301Z test_dispatch_meta_outplace_nn_functional_dropout_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:31.1121532Z test_dispatch_meta_outplace_nn_functional_dropout_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:31.1121764Z test_dispatch_meta_outplace_nn_functional_dropout_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.1121996Z test_dispatch_meta_outplace_nn_functional_dropout_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.1122220Z test_dispatch_meta_outplace_nn_functional_elu_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.1122442Z test_dispatch_meta_outplace_nn_functional_elu_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.1122655Z test_dispatch_meta_outplace_nn_functional_elu_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.1122865Z test_dispatch_meta_outplace_nn_functional_elu_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.1123179Z test_dispatch_meta_outplace_nn_functional_embedding_bag_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.156s) 2022-11-23T02:24:31.1123434Z test_dispatch_meta_outplace_nn_functional_embedding_bag_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.173s) 2022-11-23T02:24:31.1123671Z test_dispatch_meta_outplace_nn_functional_embedding_bag_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.131s) 2022-11-23T02:24:31.1123914Z test_dispatch_meta_outplace_nn_functional_embedding_bag_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.123s) 2022-11-23T02:24:31.1124145Z test_dispatch_meta_outplace_nn_functional_embedding_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.1124374Z test_dispatch_meta_outplace_nn_functional_embedding_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.1124591Z test_dispatch_meta_outplace_nn_functional_embedding_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.1124822Z test_dispatch_meta_outplace_nn_functional_embedding_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:24:31.1125090Z test_dispatch_meta_outplace_nn_functional_feature_alpha_dropout_with_train_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:24:31.1125494Z test_dispatch_meta_outplace_nn_functional_feature_alpha_dropout_with_train_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:24:31.1125773Z test_dispatch_meta_outplace_nn_functional_feature_alpha_dropout_with_train_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.1126178Z test_dispatch_meta_outplace_nn_functional_feature_alpha_dropout_with_train_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.1126608Z test_dispatch_meta_outplace_nn_functional_feature_alpha_dropout_without_train_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.1126919Z test_dispatch_meta_outplace_nn_functional_feature_alpha_dropout_without_train_cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.1127203Z test_dispatch_meta_outplace_nn_functional_feature_alpha_dropout_without_train_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.1127477Z test_dispatch_meta_outplace_nn_functional_feature_alpha_dropout_without_train_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.1127846Z test_dispatch_meta_outplace_nn_functional_feature_alpha_dropout_without_train_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.1128108Z test_dispatch_meta_outplace_nn_functional_feature_alpha_dropout_without_train_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.1128364Z test_dispatch_meta_outplace_nn_functional_feature_alpha_dropout_without_train_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.1128629Z test_dispatch_meta_outplace_nn_functional_feature_alpha_dropout_without_train_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.1128892Z test_dispatch_meta_outplace_nn_functional_feature_alpha_dropout_without_train_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.1129146Z test_dispatch_meta_outplace_nn_functional_feature_alpha_dropout_without_train_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.1129408Z test_dispatch_meta_outplace_nn_functional_feature_alpha_dropout_without_train_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.1129677Z test_dispatch_meta_outplace_nn_functional_feature_alpha_dropout_without_train_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.1129927Z test_dispatch_meta_outplace_nn_functional_fractional_max_pool2d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.054s) 2022-11-23T02:24:31.1130179Z test_dispatch_meta_outplace_nn_functional_fractional_max_pool2d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.047s) 2022-11-23T02:24:31.1130498Z test_dispatch_meta_outplace_nn_functional_fractional_max_pool2d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.049s) 2022-11-23T02:24:31.1130761Z test_dispatch_meta_outplace_nn_functional_fractional_max_pool3d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.066s) 2022-11-23T02:24:31.1131008Z test_dispatch_meta_outplace_nn_functional_fractional_max_pool3d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.086s) 2022-11-23T02:24:31.1131258Z test_dispatch_meta_outplace_nn_functional_fractional_max_pool3d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.090s) 2022-11-23T02:24:31.1131503Z test_dispatch_meta_outplace_nn_functional_gaussian_nll_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (4.179s) 2022-11-23T02:24:31.1131885Z test_dispatch_meta_outplace_nn_functional_gaussian_nll_loss_cuda_float16 (__main__.TestMetaCUDA) ... ok (4.058s) 2022-11-23T02:24:31.1132128Z test_dispatch_meta_outplace_nn_functional_gaussian_nll_loss_cuda_float32 (__main__.TestMetaCUDA) ... ok (3.588s) 2022-11-23T02:24:31.1132362Z test_dispatch_meta_outplace_nn_functional_gaussian_nll_loss_cuda_float64 (__main__.TestMetaCUDA) ... ok (3.594s) 2022-11-23T02:24:31.1132587Z test_dispatch_meta_outplace_nn_functional_gelu_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.040s) 2022-11-23T02:24:31.1132927Z test_dispatch_meta_outplace_nn_functional_gelu_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-11-23T02:24:31.1133359Z test_dispatch_meta_outplace_nn_functional_gelu_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-11-23T02:24:31.1133588Z test_dispatch_meta_outplace_nn_functional_gelu_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.048s) 2022-11-23T02:24:31.1133802Z test_dispatch_meta_outplace_nn_functional_glu_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.092s) 2022-11-23T02:24:31.1134022Z test_dispatch_meta_outplace_nn_functional_glu_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.099s) 2022-11-23T02:24:31.1134239Z test_dispatch_meta_outplace_nn_functional_glu_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.079s) 2022-11-23T02:24:31.1134454Z test_dispatch_meta_outplace_nn_functional_glu_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.071s) 2022-11-23T02:24:31.1134687Z test_dispatch_meta_outplace_nn_functional_grid_sample_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.962s) 2022-11-23T02:24:31.1134921Z test_dispatch_meta_outplace_nn_functional_grid_sample_cuda_float32 (__main__.TestMetaCUDA) ... ok (1.002s) 2022-11-23T02:24:31.1135246Z test_dispatch_meta_outplace_nn_functional_grid_sample_cuda_float64 (__main__.TestMetaCUDA) ... ok (1.012s) 2022-11-23T02:24:31.1135479Z test_dispatch_meta_outplace_nn_functional_group_norm_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.073s) 2022-11-23T02:24:31.1135710Z test_dispatch_meta_outplace_nn_functional_group_norm_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.065s) 2022-11-23T02:24:31.1135941Z test_dispatch_meta_outplace_nn_functional_group_norm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.055s) 2022-11-23T02:24:31.1136168Z test_dispatch_meta_outplace_nn_functional_group_norm_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.056s) 2022-11-23T02:24:31.1136401Z test_dispatch_meta_outplace_nn_functional_hardshrink_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.1136628Z test_dispatch_meta_outplace_nn_functional_hardshrink_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:24:31.1136857Z test_dispatch_meta_outplace_nn_functional_hardshrink_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:24:31.1137084Z test_dispatch_meta_outplace_nn_functional_hardshrink_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:24:31.1137324Z test_dispatch_meta_outplace_nn_functional_hardsigmoid_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.1137558Z test_dispatch_meta_outplace_nn_functional_hardsigmoid_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.1137945Z test_dispatch_meta_outplace_nn_functional_hardsigmoid_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.1138853Z test_dispatch_meta_outplace_nn_functional_hardsigmoid_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.1139132Z test_dispatch_meta_outplace_nn_functional_hardswish_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.1139368Z test_dispatch_meta_outplace_nn_functional_hardswish_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.1139825Z test_dispatch_meta_outplace_nn_functional_hardswish_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.1140215Z test_dispatch_meta_outplace_nn_functional_hardswish_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.1140450Z test_dispatch_meta_outplace_nn_functional_hardtanh_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:31.1140680Z test_dispatch_meta_outplace_nn_functional_hardtanh_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:31.1140920Z test_dispatch_meta_outplace_nn_functional_hardtanh_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.1141153Z test_dispatch_meta_outplace_nn_functional_hardtanh_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.1141382Z test_dispatch_meta_outplace_nn_functional_hardtanh_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.1141609Z test_dispatch_meta_outplace_nn_functional_hardtanh_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:31.1141843Z test_dispatch_meta_outplace_nn_functional_hardtanh_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.1142069Z test_dispatch_meta_outplace_nn_functional_hardtanh_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.1142319Z test_dispatch_meta_outplace_nn_functional_hinge_embedding_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.090s) 2022-11-23T02:24:31.1142568Z test_dispatch_meta_outplace_nn_functional_hinge_embedding_loss_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.115s) 2022-11-23T02:24:31.1142808Z test_dispatch_meta_outplace_nn_functional_hinge_embedding_loss_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.098s) 2022-11-23T02:24:31.1143041Z test_dispatch_meta_outplace_nn_functional_hinge_embedding_loss_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.101s) 2022-11-23T02:24:31.1143277Z test_dispatch_meta_outplace_nn_functional_huber_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:24:31.1143627Z test_dispatch_meta_outplace_nn_functional_huber_loss_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:24:31.1143859Z test_dispatch_meta_outplace_nn_functional_huber_loss_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:24:31.1144082Z test_dispatch_meta_outplace_nn_functional_huber_loss_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:24:31.1144320Z test_dispatch_meta_outplace_nn_functional_instance_norm_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.168s) 2022-11-23T02:24:31.1144562Z test_dispatch_meta_outplace_nn_functional_instance_norm_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.121s) 2022-11-23T02:24:31.1144800Z test_dispatch_meta_outplace_nn_functional_instance_norm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.089s) 2022-11-23T02:24:31.1145038Z test_dispatch_meta_outplace_nn_functional_instance_norm_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.080s) 2022-11-23T02:24:31.1145411Z test_dispatch_meta_outplace_nn_functional_interpolate_area_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:31.1145673Z test_dispatch_meta_outplace_nn_functional_interpolate_area_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:31.1145917Z test_dispatch_meta_outplace_nn_functional_interpolate_area_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.1146160Z test_dispatch_meta_outplace_nn_functional_interpolate_area_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.1146807Z test_dispatch_meta_outplace_nn_functional_interpolate_bicubic_cuda_float16 (__main__.TestMetaCUDA) ... ok (1.019s) 2022-11-23T02:24:31.1147091Z test_dispatch_meta_outplace_nn_functional_interpolate_bicubic_cuda_float32 (__main__.TestMetaCUDA) ... ok (1.060s) 2022-11-23T02:24:31.1147353Z test_dispatch_meta_outplace_nn_functional_interpolate_bicubic_cuda_float64 (__main__.TestMetaCUDA) ... ok (1.122s) 2022-11-23T02:24:31.1147606Z test_dispatch_meta_outplace_nn_functional_interpolate_bilinear_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.132s) 2022-11-23T02:24:31.1147846Z test_dispatch_meta_outplace_nn_functional_interpolate_bilinear_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.093s) 2022-11-23T02:24:31.1148087Z test_dispatch_meta_outplace_nn_functional_interpolate_bilinear_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.106s) 2022-11-23T02:24:31.1148335Z test_dispatch_meta_outplace_nn_functional_interpolate_linear_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.1148579Z test_dispatch_meta_outplace_nn_functional_interpolate_linear_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.1148815Z test_dispatch_meta_outplace_nn_functional_interpolate_linear_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.1149056Z test_dispatch_meta_outplace_nn_functional_interpolate_nearest_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.1149295Z test_dispatch_meta_outplace_nn_functional_interpolate_nearest_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.1149529Z test_dispatch_meta_outplace_nn_functional_interpolate_nearest_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.1149771Z test_dispatch_meta_outplace_nn_functional_interpolate_nearest_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.1150023Z test_dispatch_meta_outplace_nn_functional_interpolate_trilinear_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.1150277Z test_dispatch_meta_outplace_nn_functional_interpolate_trilinear_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.1150527Z test_dispatch_meta_outplace_nn_functional_interpolate_trilinear_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.1150753Z test_dispatch_meta_outplace_nn_functional_kl_div_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.065s) 2022-11-23T02:24:31.1151071Z test_dispatch_meta_outplace_nn_functional_kl_div_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.082s) 2022-11-23T02:24:31.1151296Z test_dispatch_meta_outplace_nn_functional_kl_div_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.045s) 2022-11-23T02:24:31.1151522Z test_dispatch_meta_outplace_nn_functional_kl_div_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.061s) 2022-11-23T02:24:31.1151749Z test_dispatch_meta_outplace_nn_functional_l1_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:24:31.1151971Z test_dispatch_meta_outplace_nn_functional_l1_loss_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:24:31.1152326Z test_dispatch_meta_outplace_nn_functional_l1_loss_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:24:31.1152556Z test_dispatch_meta_outplace_nn_functional_l1_loss_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.1152783Z test_dispatch_meta_outplace_nn_functional_l1_loss_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.1153299Z test_dispatch_meta_outplace_nn_functional_l1_loss_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.1153544Z test_dispatch_meta_outplace_nn_functional_layer_norm_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:24:31.1153777Z test_dispatch_meta_outplace_nn_functional_layer_norm_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:24:31.1154006Z test_dispatch_meta_outplace_nn_functional_layer_norm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:31.1154311Z test_dispatch_meta_outplace_nn_functional_layer_norm_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.1154553Z test_dispatch_meta_outplace_nn_functional_leaky_relu_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.1154774Z test_dispatch_meta_outplace_nn_functional_leaky_relu_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-11-23T02:24:31.1155005Z test_dispatch_meta_outplace_nn_functional_leaky_relu_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.1155224Z test_dispatch_meta_outplace_nn_functional_leaky_relu_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:31.1155449Z test_dispatch_meta_outplace_nn_functional_linear_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.050s) 2022-11-23T02:24:31.1155680Z test_dispatch_meta_outplace_nn_functional_linear_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.068s) 2022-11-23T02:24:31.1155917Z test_dispatch_meta_outplace_nn_functional_linear_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.070s) 2022-11-23T02:24:31.1156140Z test_dispatch_meta_outplace_nn_functional_linear_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.068s) 2022-11-23T02:24:31.1156367Z test_dispatch_meta_outplace_nn_functional_linear_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.068s) 2022-11-23T02:24:31.1156592Z test_dispatch_meta_outplace_nn_functional_linear_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.069s) 2022-11-23T02:24:31.1156843Z test_dispatch_meta_outplace_nn_functional_local_response_norm_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.069s) 2022-11-23T02:24:31.1157089Z test_dispatch_meta_outplace_nn_functional_local_response_norm_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.087s) 2022-11-23T02:24:31.1157324Z test_dispatch_meta_outplace_nn_functional_local_response_norm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.077s) 2022-11-23T02:24:31.1157557Z test_dispatch_meta_outplace_nn_functional_local_response_norm_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.076s) 2022-11-23T02:24:31.1157938Z test_dispatch_meta_outplace_nn_functional_logsigmoid_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:31.1158166Z test_dispatch_meta_outplace_nn_functional_logsigmoid_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.1158400Z test_dispatch_meta_outplace_nn_functional_logsigmoid_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.1158835Z test_dispatch_meta_outplace_nn_functional_logsigmoid_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:24:31.1159081Z test_dispatch_meta_outplace_nn_functional_margin_ranking_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.177s) 2022-11-23T02:24:31.1159502Z test_dispatch_meta_outplace_nn_functional_margin_ranking_loss_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.151s) 2022-11-23T02:24:31.1159849Z test_dispatch_meta_outplace_nn_functional_margin_ranking_loss_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.115s) 2022-11-23T02:24:31.1160092Z test_dispatch_meta_outplace_nn_functional_margin_ranking_loss_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.178s) 2022-11-23T02:24:31.1160329Z test_dispatch_meta_outplace_nn_functional_margin_ranking_loss_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.128s) 2022-11-23T02:24:31.1160560Z test_dispatch_meta_outplace_nn_functional_margin_ranking_loss_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.117s) 2022-11-23T02:24:31.1160792Z test_dispatch_meta_outplace_nn_functional_margin_ranking_loss_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.129s) 2022-11-23T02:24:31.1161029Z test_dispatch_meta_outplace_nn_functional_margin_ranking_loss_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.179s) 2022-11-23T02:24:31.1161272Z test_dispatch_meta_outplace_nn_functional_margin_ranking_loss_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.137s) 2022-11-23T02:24:31.1161506Z test_dispatch_meta_outplace_nn_functional_max_pool1d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (2.387s) 2022-11-23T02:24:31.1161812Z test_dispatch_meta_outplace_nn_functional_max_pool1d_cuda_float16 (__main__.TestMetaCUDA) ... ok (2.228s) 2022-11-23T02:24:31.1162058Z test_dispatch_meta_outplace_nn_functional_max_pool1d_cuda_float32 (__main__.TestMetaCUDA) ... ok (2.297s) 2022-11-23T02:24:31.1162283Z test_dispatch_meta_outplace_nn_functional_max_pool1d_cuda_float64 (__main__.TestMetaCUDA) ... ok (2.376s) 2022-11-23T02:24:31.1162515Z test_dispatch_meta_outplace_nn_functional_max_pool2d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (1.477s) 2022-11-23T02:24:31.1162741Z test_dispatch_meta_outplace_nn_functional_max_pool2d_cuda_float16 (__main__.TestMetaCUDA) ... ok (1.506s) 2022-11-23T02:24:31.1162966Z test_dispatch_meta_outplace_nn_functional_max_pool2d_cuda_float32 (__main__.TestMetaCUDA) ... ok (1.462s) 2022-11-23T02:24:31.1163187Z test_dispatch_meta_outplace_nn_functional_max_pool2d_cuda_float64 (__main__.TestMetaCUDA) ... ok (1.472s) 2022-11-23T02:24:31.1163417Z test_dispatch_meta_outplace_nn_functional_max_pool3d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.889s) 2022-11-23T02:24:31.1163637Z test_dispatch_meta_outplace_nn_functional_max_pool3d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.881s) 2022-11-23T02:24:31.1163860Z test_dispatch_meta_outplace_nn_functional_max_pool3d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.961s) 2022-11-23T02:24:31.1164077Z test_dispatch_meta_outplace_nn_functional_max_pool3d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.850s) 2022-11-23T02:24:31.1164299Z test_dispatch_meta_outplace_nn_functional_max_unpool1d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.633s) 2022-11-23T02:24:31.1164531Z test_dispatch_meta_outplace_nn_functional_max_unpool1d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.546s) 2022-11-23T02:24:31.1164759Z test_dispatch_meta_outplace_nn_functional_max_unpool1d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.617s) 2022-11-23T02:24:31.1165136Z test_dispatch_meta_outplace_nn_functional_max_unpool1d_grad_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.133s) 2022-11-23T02:24:31.1165381Z test_dispatch_meta_outplace_nn_functional_max_unpool1d_grad_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.133s) 2022-11-23T02:24:31.1165612Z test_dispatch_meta_outplace_nn_functional_max_unpool1d_grad_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.115s) 2022-11-23T02:24:31.1166129Z test_dispatch_meta_outplace_nn_functional_max_unpool2d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.577s) 2022-11-23T02:24:31.1166463Z test_dispatch_meta_outplace_nn_functional_max_unpool2d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.702s) 2022-11-23T02:24:31.1166691Z test_dispatch_meta_outplace_nn_functional_max_unpool2d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.586s) 2022-11-23T02:24:31.1166937Z test_dispatch_meta_outplace_nn_functional_max_unpool2d_grad_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.206s) 2022-11-23T02:24:31.1167170Z test_dispatch_meta_outplace_nn_functional_max_unpool2d_grad_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.210s) 2022-11-23T02:24:31.1167406Z test_dispatch_meta_outplace_nn_functional_max_unpool2d_grad_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.166s) 2022-11-23T02:24:31.1167636Z test_dispatch_meta_outplace_nn_functional_max_unpool3d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.178s) 2022-11-23T02:24:31.1167862Z test_dispatch_meta_outplace_nn_functional_max_unpool3d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.232s) 2022-11-23T02:24:31.1168089Z test_dispatch_meta_outplace_nn_functional_max_unpool3d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.202s) 2022-11-23T02:24:31.1168323Z test_dispatch_meta_outplace_nn_functional_max_unpool3d_grad_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.099s) 2022-11-23T02:24:31.1168555Z test_dispatch_meta_outplace_nn_functional_max_unpool3d_grad_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.074s) 2022-11-23T02:24:31.1168784Z test_dispatch_meta_outplace_nn_functional_max_unpool3d_grad_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.076s) 2022-11-23T02:24:31.1169071Z test_dispatch_meta_outplace_nn_functional_mish_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.1169310Z test_dispatch_meta_outplace_nn_functional_mish_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.1169531Z test_dispatch_meta_outplace_nn_functional_mish_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.1169751Z test_dispatch_meta_outplace_nn_functional_mish_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.1169981Z test_dispatch_meta_outplace_nn_functional_mse_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:24:31.1170212Z test_dispatch_meta_outplace_nn_functional_mse_loss_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.1170426Z test_dispatch_meta_outplace_nn_functional_mse_loss_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.1170653Z test_dispatch_meta_outplace_nn_functional_mse_loss_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:24:31.1170900Z test_dispatch_meta_outplace_nn_functional_multi_margin_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.1171138Z test_dispatch_meta_outplace_nn_functional_multi_margin_loss_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.1171502Z test_dispatch_meta_outplace_nn_functional_multi_margin_loss_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.1171744Z test_dispatch_meta_outplace_nn_functional_multi_margin_loss_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.1171997Z test_dispatch_meta_outplace_nn_functional_multilabel_margin_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.1172524Z test_dispatch_meta_outplace_nn_functional_multilabel_margin_loss_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.1172789Z test_dispatch_meta_outplace_nn_functional_multilabel_margin_loss_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.1173045Z test_dispatch_meta_outplace_nn_functional_multilabel_margin_loss_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.1173303Z test_dispatch_meta_outplace_nn_functional_multilabel_soft_margin_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.054s) 2022-11-23T02:24:31.1173559Z test_dispatch_meta_outplace_nn_functional_multilabel_soft_margin_loss_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.044s) 2022-11-23T02:24:31.1173908Z test_dispatch_meta_outplace_nn_functional_multilabel_soft_margin_loss_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.052s) 2022-11-23T02:24:31.1174158Z test_dispatch_meta_outplace_nn_functional_multilabel_soft_margin_loss_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.061s) 2022-11-23T02:24:31.1174389Z test_dispatch_meta_outplace_nn_functional_nll_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.127s) 2022-11-23T02:24:31.1174619Z test_dispatch_meta_outplace_nn_functional_nll_loss_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.116s) 2022-11-23T02:24:31.1174846Z test_dispatch_meta_outplace_nn_functional_nll_loss_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.146s) 2022-11-23T02:24:31.1175072Z test_dispatch_meta_outplace_nn_functional_nll_loss_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.104s) 2022-11-23T02:24:31.1175309Z test_dispatch_meta_outplace_nn_functional_normalize_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.079s) 2022-11-23T02:24:31.1175550Z test_dispatch_meta_outplace_nn_functional_normalize_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.068s) 2022-11-23T02:24:31.1175786Z test_dispatch_meta_outplace_nn_functional_normalize_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.066s) 2022-11-23T02:24:31.1176020Z test_dispatch_meta_outplace_nn_functional_normalize_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.079s) 2022-11-23T02:24:31.1176251Z test_dispatch_meta_outplace_nn_functional_normalize_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.078s) 2022-11-23T02:24:31.1176547Z test_dispatch_meta_outplace_nn_functional_normalize_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.086s) 2022-11-23T02:24:31.1176787Z test_dispatch_meta_outplace_nn_functional_one_hot_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.1177011Z test_dispatch_meta_outplace_nn_functional_pad_circular_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.068s) 2022-11-23T02:24:31.1177245Z test_dispatch_meta_outplace_nn_functional_pad_circular_cuda_bool (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.1177490Z test_dispatch_meta_outplace_nn_functional_pad_circular_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.070s) 2022-11-23T02:24:31.1177854Z test_dispatch_meta_outplace_nn_functional_pad_circular_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.068s) 2022-11-23T02:24:31.1178102Z test_dispatch_meta_outplace_nn_functional_pad_circular_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.062s) 2022-11-23T02:24:31.1178340Z test_dispatch_meta_outplace_nn_functional_pad_circular_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.072s) 2022-11-23T02:24:31.1178756Z test_dispatch_meta_outplace_nn_functional_pad_circular_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.053s) 2022-11-23T02:24:31.1179100Z test_dispatch_meta_outplace_nn_functional_pad_circular_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.060s) 2022-11-23T02:24:31.1179340Z test_dispatch_meta_outplace_nn_functional_pad_circular_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.060s) 2022-11-23T02:24:31.1179567Z test_dispatch_meta_outplace_nn_functional_pad_circular_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.065s) 2022-11-23T02:24:31.1179795Z test_dispatch_meta_outplace_nn_functional_pad_circular_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.075s) 2022-11-23T02:24:31.1180020Z test_dispatch_meta_outplace_nn_functional_pad_circular_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.065s) 2022-11-23T02:24:31.1180257Z test_dispatch_meta_outplace_nn_functional_pad_constant_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.046s) 2022-11-23T02:24:31.1180493Z test_dispatch_meta_outplace_nn_functional_pad_constant_cuda_bool (__main__.TestMetaCUDA) ... ok (0.041s) 2022-11-23T02:24:31.1180735Z test_dispatch_meta_outplace_nn_functional_pad_constant_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.048s) 2022-11-23T02:24:31.1180973Z test_dispatch_meta_outplace_nn_functional_pad_constant_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.051s) 2022-11-23T02:24:31.1181300Z test_dispatch_meta_outplace_nn_functional_pad_constant_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.043s) 2022-11-23T02:24:31.1181534Z test_dispatch_meta_outplace_nn_functional_pad_constant_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.060s) 2022-11-23T02:24:31.1181763Z test_dispatch_meta_outplace_nn_functional_pad_constant_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.052s) 2022-11-23T02:24:31.1181993Z test_dispatch_meta_outplace_nn_functional_pad_constant_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.041s) 2022-11-23T02:24:31.1182228Z test_dispatch_meta_outplace_nn_functional_pad_constant_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.051s) 2022-11-23T02:24:31.1182451Z test_dispatch_meta_outplace_nn_functional_pad_constant_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.041s) 2022-11-23T02:24:31.1182682Z test_dispatch_meta_outplace_nn_functional_pad_constant_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.046s) 2022-11-23T02:24:31.1182906Z test_dispatch_meta_outplace_nn_functional_pad_constant_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.036s) 2022-11-23T02:24:31.1183123Z test_dispatch_meta_outplace_nn_functional_pad_reflect_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.1183362Z test_dispatch_meta_outplace_nn_functional_pad_reflect_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.1183600Z test_dispatch_meta_outplace_nn_functional_pad_reflect_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.1183902Z test_dispatch_meta_outplace_nn_functional_pad_reflect_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.1184279Z test_dispatch_meta_outplace_nn_functional_pad_reflect_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.1184523Z test_dispatch_meta_outplace_nn_functional_pad_reflect_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.1184774Z test_dispatch_meta_outplace_nn_functional_pad_replicate_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.1185200Z test_dispatch_meta_outplace_nn_functional_pad_replicate_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.1185539Z test_dispatch_meta_outplace_nn_functional_pad_replicate_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.1185783Z test_dispatch_meta_outplace_nn_functional_pad_replicate_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.1186019Z test_dispatch_meta_outplace_nn_functional_pad_replicate_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.1186272Z test_dispatch_meta_outplace_nn_functional_pairwise_distance_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:24:31.1186522Z test_dispatch_meta_outplace_nn_functional_pairwise_distance_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:24:31.1186767Z test_dispatch_meta_outplace_nn_functional_pairwise_distance_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:24:31.1187013Z test_dispatch_meta_outplace_nn_functional_pairwise_distance_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:24:31.1187250Z test_dispatch_meta_outplace_nn_functional_pairwise_distance_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:24:31.1187482Z test_dispatch_meta_outplace_nn_functional_pairwise_distance_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:31.1187721Z test_dispatch_meta_outplace_nn_functional_pairwise_distance_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:24:31.1187963Z test_dispatch_meta_outplace_nn_functional_pairwise_distance_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:24:31.1188204Z test_dispatch_meta_outplace_nn_functional_pairwise_distance_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.1188442Z test_dispatch_meta_outplace_nn_functional_pairwise_distance_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:24:31.1188778Z test_dispatch_meta_outplace_nn_functional_pairwise_distance_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.1189004Z test_dispatch_meta_outplace_nn_functional_pdist_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.1189228Z test_dispatch_meta_outplace_nn_functional_pdist_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:24:31.1189447Z test_dispatch_meta_outplace_nn_functional_pixel_shuffle_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.1189683Z test_dispatch_meta_outplace_nn_functional_pixel_shuffle_cuda_bool (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.1189927Z test_dispatch_meta_outplace_nn_functional_pixel_shuffle_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.1190167Z test_dispatch_meta_outplace_nn_functional_pixel_shuffle_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.1190405Z test_dispatch_meta_outplace_nn_functional_pixel_shuffle_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.1190804Z test_dispatch_meta_outplace_nn_functional_pixel_shuffle_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.1191050Z test_dispatch_meta_outplace_nn_functional_pixel_shuffle_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.1191284Z test_dispatch_meta_outplace_nn_functional_pixel_shuffle_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.1191880Z test_dispatch_meta_outplace_nn_functional_pixel_shuffle_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.1192134Z test_dispatch_meta_outplace_nn_functional_pixel_shuffle_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.1192364Z test_dispatch_meta_outplace_nn_functional_pixel_shuffle_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.1192595Z test_dispatch_meta_outplace_nn_functional_pixel_shuffle_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.1192837Z test_dispatch_meta_outplace_nn_functional_pixel_unshuffle_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.1193074Z test_dispatch_meta_outplace_nn_functional_pixel_unshuffle_cuda_bool (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.1193319Z test_dispatch_meta_outplace_nn_functional_pixel_unshuffle_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.1193566Z test_dispatch_meta_outplace_nn_functional_pixel_unshuffle_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.1193806Z test_dispatch_meta_outplace_nn_functional_pixel_unshuffle_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.1194045Z test_dispatch_meta_outplace_nn_functional_pixel_unshuffle_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.1194283Z test_dispatch_meta_outplace_nn_functional_pixel_unshuffle_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.1194520Z test_dispatch_meta_outplace_nn_functional_pixel_unshuffle_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.1194754Z test_dispatch_meta_outplace_nn_functional_pixel_unshuffle_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.1194989Z test_dispatch_meta_outplace_nn_functional_pixel_unshuffle_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.1195226Z test_dispatch_meta_outplace_nn_functional_pixel_unshuffle_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.1195462Z test_dispatch_meta_outplace_nn_functional_pixel_unshuffle_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.1195691Z test_dispatch_meta_outplace_nn_functional_poisson_nll_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.542s) 2022-11-23T02:24:31.1195928Z test_dispatch_meta_outplace_nn_functional_poisson_nll_loss_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.633s) 2022-11-23T02:24:31.1196260Z test_dispatch_meta_outplace_nn_functional_poisson_nll_loss_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.559s) 2022-11-23T02:24:31.1196500Z test_dispatch_meta_outplace_nn_functional_poisson_nll_loss_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.486s) 2022-11-23T02:24:31.1196736Z test_dispatch_meta_outplace_nn_functional_poisson_nll_loss_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.560s) 2022-11-23T02:24:31.1197120Z test_dispatch_meta_outplace_nn_functional_poisson_nll_loss_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.581s) 2022-11-23T02:24:31.1197374Z test_dispatch_meta_outplace_nn_functional_poisson_nll_loss_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.611s) 2022-11-23T02:24:31.1197606Z test_dispatch_meta_outplace_nn_functional_poisson_nll_loss_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.526s) 2022-11-23T02:24:31.1198010Z test_dispatch_meta_outplace_nn_functional_poisson_nll_loss_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.529s) 2022-11-23T02:24:31.1198360Z test_dispatch_meta_outplace_nn_functional_prelu_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.037s) 2022-11-23T02:24:31.1198591Z test_dispatch_meta_outplace_nn_functional_prelu_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:24:31.1198815Z test_dispatch_meta_outplace_nn_functional_prelu_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.041s) 2022-11-23T02:24:31.1199042Z test_dispatch_meta_outplace_nn_functional_relu6_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.1199343Z test_dispatch_meta_outplace_nn_functional_relu6_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.1199579Z test_dispatch_meta_outplace_nn_functional_relu6_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.1199798Z test_dispatch_meta_outplace_nn_functional_relu6_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.1200021Z test_dispatch_meta_outplace_nn_functional_relu6_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.1200242Z test_dispatch_meta_outplace_nn_functional_relu6_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.1200452Z test_dispatch_meta_outplace_nn_functional_relu6_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.1200672Z test_dispatch_meta_outplace_nn_functional_relu6_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.1200884Z test_dispatch_meta_outplace_nn_functional_relu6_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.1201112Z test_dispatch_meta_outplace_nn_functional_relu_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.1201335Z test_dispatch_meta_outplace_nn_functional_relu_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:31.1201537Z test_dispatch_meta_outplace_nn_functional_relu_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.1201752Z test_dispatch_meta_outplace_nn_functional_relu_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.1201970Z test_dispatch_meta_outplace_nn_functional_relu_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.1202183Z test_dispatch_meta_outplace_nn_functional_relu_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.1202393Z test_dispatch_meta_outplace_nn_functional_relu_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.1202609Z test_dispatch_meta_outplace_nn_functional_relu_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.1202822Z test_dispatch_meta_outplace_nn_functional_relu_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.1203048Z test_dispatch_meta_outplace_nn_functional_rrelu_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.1203271Z test_dispatch_meta_outplace_nn_functional_rrelu_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.1203731Z test_dispatch_meta_outplace_nn_functional_rrelu_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.1203958Z test_dispatch_meta_outplace_nn_functional_rrelu_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.1204302Z test_dispatch_meta_outplace_nn_functional_selu_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.1204639Z test_dispatch_meta_outplace_nn_functional_selu_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.1204865Z test_dispatch_meta_outplace_nn_functional_selu_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.1205083Z test_dispatch_meta_outplace_nn_functional_selu_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.1205306Z test_dispatch_meta_outplace_nn_functional_silu_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.1205530Z test_dispatch_meta_outplace_nn_functional_silu_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.1205754Z test_dispatch_meta_outplace_nn_functional_silu_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.1205967Z test_dispatch_meta_outplace_nn_functional_silu_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.1206205Z test_dispatch_meta_outplace_nn_functional_smooth_l1_loss_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.1206440Z test_dispatch_meta_outplace_nn_functional_smooth_l1_loss_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.1206751Z test_dispatch_meta_outplace_nn_functional_smooth_l1_loss_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.1206996Z test_dispatch_meta_outplace_nn_functional_soft_margin_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:24:31.1207236Z test_dispatch_meta_outplace_nn_functional_soft_margin_loss_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.1207480Z test_dispatch_meta_outplace_nn_functional_soft_margin_loss_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.1207720Z test_dispatch_meta_outplace_nn_functional_soft_margin_loss_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:24:31.1207950Z test_dispatch_meta_outplace_nn_functional_softmin_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.1208181Z test_dispatch_meta_outplace_nn_functional_softmin_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.1208411Z test_dispatch_meta_outplace_nn_functional_softmin_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:24:31.1208641Z test_dispatch_meta_outplace_nn_functional_softmin_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.1208887Z test_dispatch_meta_outplace_nn_functional_softmin_with_dtype_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.1209135Z test_dispatch_meta_outplace_nn_functional_softmin_with_dtype_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.1209385Z test_dispatch_meta_outplace_nn_functional_softmin_with_dtype_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.1209629Z test_dispatch_meta_outplace_nn_functional_softmin_with_dtype_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.1209994Z test_dispatch_meta_outplace_nn_functional_softmin_with_dtype_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.1210235Z test_dispatch_meta_outplace_nn_functional_softmin_with_dtype_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.1210476Z test_dispatch_meta_outplace_nn_functional_softmin_with_dtype_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:24:31.1210830Z test_dispatch_meta_outplace_nn_functional_softmin_with_dtype_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.1211199Z test_dispatch_meta_outplace_nn_functional_softmin_with_dtype_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.1211536Z test_dispatch_meta_outplace_nn_functional_softmin_with_dtype_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:24:31.1211771Z test_dispatch_meta_outplace_nn_functional_softmin_with_dtype_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.1212006Z test_dispatch_meta_outplace_nn_functional_softplus_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:31.1212234Z test_dispatch_meta_outplace_nn_functional_softplus_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.1212468Z test_dispatch_meta_outplace_nn_functional_softplus_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.1212700Z test_dispatch_meta_outplace_nn_functional_softplus_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.1212935Z test_dispatch_meta_outplace_nn_functional_softshrink_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.033s) 2022-11-23T02:24:31.1213173Z test_dispatch_meta_outplace_nn_functional_softshrink_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:24:31.1213389Z test_dispatch_meta_outplace_nn_functional_softshrink_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:24:31.1213617Z test_dispatch_meta_outplace_nn_functional_softshrink_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.1213848Z test_dispatch_meta_outplace_nn_functional_softsign_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.1214147Z test_dispatch_meta_outplace_nn_functional_softsign_cuda_bool (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.1214402Z test_dispatch_meta_outplace_nn_functional_softsign_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.1214635Z test_dispatch_meta_outplace_nn_functional_softsign_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.1214867Z test_dispatch_meta_outplace_nn_functional_softsign_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.1215095Z test_dispatch_meta_outplace_nn_functional_softsign_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.1215322Z test_dispatch_meta_outplace_nn_functional_softsign_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.1215547Z test_dispatch_meta_outplace_nn_functional_softsign_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.1215773Z test_dispatch_meta_outplace_nn_functional_softsign_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.1216001Z test_dispatch_meta_outplace_nn_functional_softsign_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.1216367Z test_dispatch_meta_outplace_nn_functional_softsign_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.1228740Z test_dispatch_meta_outplace_nn_functional_softsign_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.1229276Z test_dispatch_meta_outplace_nn_functional_tanhshrink_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.1229541Z test_dispatch_meta_outplace_nn_functional_tanhshrink_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.1229902Z test_dispatch_meta_outplace_nn_functional_tanhshrink_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.1230284Z test_dispatch_meta_outplace_nn_functional_tanhshrink_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.1230553Z test_dispatch_meta_outplace_nn_functional_tanhshrink_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.1230794Z test_dispatch_meta_outplace_nn_functional_tanhshrink_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.1231032Z test_dispatch_meta_outplace_nn_functional_tanhshrink_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.1231967Z test_dispatch_meta_outplace_nn_functional_tanhshrink_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.1232207Z test_dispatch_meta_outplace_nn_functional_tanhshrink_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.1232447Z test_dispatch_meta_outplace_nn_functional_tanhshrink_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.1232681Z test_dispatch_meta_outplace_nn_functional_tanhshrink_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.1232907Z test_dispatch_meta_outplace_nn_functional_threshold_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.1233153Z test_dispatch_meta_outplace_nn_functional_threshold_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.1233390Z test_dispatch_meta_outplace_nn_functional_threshold_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.1233621Z test_dispatch_meta_outplace_nn_functional_threshold_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.1233861Z test_dispatch_meta_outplace_nn_functional_threshold_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.1234099Z test_dispatch_meta_outplace_nn_functional_threshold_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.1234332Z test_dispatch_meta_outplace_nn_functional_threshold_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.1234567Z test_dispatch_meta_outplace_nn_functional_threshold_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.1234901Z test_dispatch_meta_outplace_nn_functional_threshold_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.1235176Z test_dispatch_meta_outplace_nn_functional_triplet_margin_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.095s) 2022-11-23T02:24:31.1235603Z test_dispatch_meta_outplace_nn_functional_triplet_margin_loss_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.073s) 2022-11-23T02:24:31.1235893Z test_dispatch_meta_outplace_nn_functional_triplet_margin_loss_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.060s) 2022-11-23T02:24:31.1236146Z test_dispatch_meta_outplace_nn_functional_triplet_margin_loss_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.084s) 2022-11-23T02:24:31.1236527Z test_dispatch_meta_outplace_nn_functional_triplet_margin_loss_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.071s) 2022-11-23T02:24:31.1236866Z test_dispatch_meta_outplace_nn_functional_triplet_margin_loss_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.062s) 2022-11-23T02:24:31.1237118Z test_dispatch_meta_outplace_nn_functional_triplet_margin_loss_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.085s) 2022-11-23T02:24:31.1237356Z test_dispatch_meta_outplace_nn_functional_triplet_margin_loss_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.073s) 2022-11-23T02:24:31.1237592Z test_dispatch_meta_outplace_nn_functional_triplet_margin_loss_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.071s) 2022-11-23T02:24:31.1237836Z test_dispatch_meta_outplace_nn_functional_triplet_margin_loss_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.068s) 2022-11-23T02:24:31.1238086Z test_dispatch_meta_outplace_nn_functional_triplet_margin_loss_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.068s) 2022-11-23T02:24:31.1238359Z test_dispatch_meta_outplace_nn_functional_triplet_margin_with_distance_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.066s) 2022-11-23T02:24:31.1238634Z test_dispatch_meta_outplace_nn_functional_triplet_margin_with_distance_loss_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.077s) 2022-11-23T02:24:31.1238910Z test_dispatch_meta_outplace_nn_functional_triplet_margin_with_distance_loss_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.070s) 2022-11-23T02:24:31.1239178Z test_dispatch_meta_outplace_nn_functional_triplet_margin_with_distance_loss_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.078s) 2022-11-23T02:24:31.1239434Z test_dispatch_meta_outplace_nn_functional_triplet_margin_with_distance_loss_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.067s) 2022-11-23T02:24:31.1239790Z test_dispatch_meta_outplace_nn_functional_triplet_margin_with_distance_loss_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.068s) 2022-11-23T02:24:31.1240038Z test_dispatch_meta_outplace_nn_functional_triplet_margin_with_distance_loss_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.071s) 2022-11-23T02:24:31.1240308Z test_dispatch_meta_outplace_nn_functional_triplet_margin_with_distance_loss_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.093s) 2022-11-23T02:24:31.1240579Z test_dispatch_meta_outplace_nn_functional_triplet_margin_with_distance_loss_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.077s) 2022-11-23T02:24:31.1240847Z test_dispatch_meta_outplace_nn_functional_triplet_margin_with_distance_loss_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.091s) 2022-11-23T02:24:31.1241108Z test_dispatch_meta_outplace_nn_functional_triplet_margin_with_distance_loss_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.094s) 2022-11-23T02:24:31.1241349Z test_dispatch_meta_outplace_nn_functional_unfold_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (1.075s) 2022-11-23T02:24:31.1241588Z test_dispatch_meta_outplace_nn_functional_unfold_cuda_complex128 (__main__.TestMetaCUDA) ... ok (1.118s) 2022-11-23T02:24:31.1241976Z test_dispatch_meta_outplace_nn_functional_unfold_cuda_complex64 (__main__.TestMetaCUDA) ... ok (1.054s) 2022-11-23T02:24:31.1242240Z test_dispatch_meta_outplace_nn_functional_unfold_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.917s) 2022-11-23T02:24:31.1242473Z test_dispatch_meta_outplace_nn_functional_unfold_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.821s) 2022-11-23T02:24:31.1242915Z test_dispatch_meta_outplace_nn_functional_unfold_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.933s) 2022-11-23T02:24:31.1243282Z test_dispatch_meta_outplace_nn_functional_upsample_bilinear_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-11-23T02:24:31.1243528Z test_dispatch_meta_outplace_nn_functional_upsample_bilinear_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:24:31.1243769Z test_dispatch_meta_outplace_nn_functional_upsample_bilinear_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.1244016Z test_dispatch_meta_outplace_nn_functional_upsample_nearest_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.1244263Z test_dispatch_meta_outplace_nn_functional_upsample_nearest_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.1244510Z test_dispatch_meta_outplace_nn_functional_upsample_nearest_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.1244760Z test_dispatch_meta_outplace_nn_functional_upsample_nearest_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.1244973Z test_dispatch_meta_outplace_nonzero_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.055s) 2022-11-23T02:24:31.1245184Z test_dispatch_meta_outplace_nonzero_cuda_bool (__main__.TestMetaCUDA) ... ok (0.056s) 2022-11-23T02:24:31.1245405Z test_dispatch_meta_outplace_nonzero_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.049s) 2022-11-23T02:24:31.1245619Z test_dispatch_meta_outplace_nonzero_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.068s) 2022-11-23T02:24:31.1245833Z test_dispatch_meta_outplace_nonzero_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.054s) 2022-11-23T02:24:31.1246025Z test_dispatch_meta_outplace_nonzero_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.053s) 2022-11-23T02:24:31.1246237Z test_dispatch_meta_outplace_nonzero_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.054s) 2022-11-23T02:24:31.1246442Z test_dispatch_meta_outplace_nonzero_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.054s) 2022-11-23T02:24:31.1246648Z test_dispatch_meta_outplace_nonzero_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.054s) 2022-11-23T02:24:31.1246854Z test_dispatch_meta_outplace_nonzero_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.054s) 2022-11-23T02:24:31.1247059Z test_dispatch_meta_outplace_nonzero_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.055s) 2022-11-23T02:24:31.1247362Z test_dispatch_meta_outplace_nonzero_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.054s) 2022-11-23T02:24:31.1247566Z test_dispatch_meta_outplace_nonzero_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.055s) 2022-11-23T02:24:31.1247769Z test_dispatch_meta_outplace_norm_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.112s) 2022-11-23T02:24:31.1247977Z test_dispatch_meta_outplace_norm_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.112s) 2022-11-23T02:24:31.1248186Z test_dispatch_meta_outplace_norm_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.153s) 2022-11-23T02:24:31.1248548Z test_dispatch_meta_outplace_norm_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.168s) 2022-11-23T02:24:31.1248758Z test_dispatch_meta_outplace_norm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.156s) 2022-11-23T02:24:31.1248961Z test_dispatch_meta_outplace_norm_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.138s) 2022-11-23T02:24:31.1249310Z test_dispatch_meta_outplace_norm_fro_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.1249631Z test_dispatch_meta_outplace_norm_fro_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:24:31.1249852Z test_dispatch_meta_outplace_norm_fro_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.1250060Z test_dispatch_meta_outplace_norm_fro_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.1250268Z test_dispatch_meta_outplace_norm_fro_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.1250550Z test_dispatch_meta_outplace_norm_fro_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.1250758Z test_dispatch_meta_outplace_norm_inf_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.1250976Z test_dispatch_meta_outplace_norm_inf_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.1251191Z test_dispatch_meta_outplace_norm_inf_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.1251407Z test_dispatch_meta_outplace_norm_inf_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.1251787Z test_dispatch_meta_outplace_norm_inf_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.1252001Z test_dispatch_meta_outplace_norm_inf_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.1252216Z test_dispatch_meta_outplace_norm_nuc_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.1252420Z test_dispatch_meta_outplace_norm_nuc_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.1252621Z test_dispatch_meta_outplace_norm_nuc_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:24:31.1252831Z test_dispatch_meta_outplace_norm_nuc_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.1253038Z test_dispatch_meta_outplace_normal_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.1253249Z test_dispatch_meta_outplace_normal_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.1253460Z test_dispatch_meta_outplace_normal_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.1253666Z test_dispatch_meta_outplace_normal_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.1253897Z test_dispatch_meta_outplace_normal_number_mean_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.1254126Z test_dispatch_meta_outplace_normal_number_mean_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.1254350Z test_dispatch_meta_outplace_normal_number_mean_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.1254566Z test_dispatch_meta_outplace_normal_number_mean_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.1254890Z test_dispatch_meta_outplace_ones_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.1255180Z test_dispatch_meta_outplace_ones_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.1255392Z test_dispatch_meta_outplace_ones_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.1255733Z test_dispatch_meta_outplace_ones_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.1256038Z test_dispatch_meta_outplace_ones_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.1256246Z test_dispatch_meta_outplace_ones_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.1256453Z test_dispatch_meta_outplace_ones_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.1256652Z test_dispatch_meta_outplace_ones_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.1256853Z test_dispatch_meta_outplace_ones_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.1257048Z test_dispatch_meta_outplace_ones_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.1257244Z test_dispatch_meta_outplace_ones_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.1257444Z test_dispatch_meta_outplace_ones_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.1257637Z test_dispatch_meta_outplace_ones_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.1257850Z test_dispatch_meta_outplace_ones_like_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.1258056Z test_dispatch_meta_outplace_ones_like_cuda_bool (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.1258353Z test_dispatch_meta_outplace_ones_like_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.1258586Z test_dispatch_meta_outplace_ones_like_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.1258800Z test_dispatch_meta_outplace_ones_like_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.1259016Z test_dispatch_meta_outplace_ones_like_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.1259224Z test_dispatch_meta_outplace_ones_like_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.1259413Z test_dispatch_meta_outplace_ones_like_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.1259618Z test_dispatch_meta_outplace_ones_like_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.1259823Z test_dispatch_meta_outplace_ones_like_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.1260027Z test_dispatch_meta_outplace_ones_like_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.1260232Z test_dispatch_meta_outplace_ones_like_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.1260437Z test_dispatch_meta_outplace_ones_like_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.1260651Z test_dispatch_meta_outplace_ormqr_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.523s) 2022-11-23T02:24:31.1260861Z test_dispatch_meta_outplace_ormqr_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.522s) 2022-11-23T02:24:31.1261228Z test_dispatch_meta_outplace_ormqr_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.596s) 2022-11-23T02:24:31.1261448Z test_dispatch_meta_outplace_ormqr_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.488s) 2022-11-23T02:24:31.1261652Z test_dispatch_meta_outplace_outer_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.1261996Z test_dispatch_meta_outplace_outer_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.1262366Z test_dispatch_meta_outplace_outer_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.1262581Z test_dispatch_meta_outplace_outer_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.1262786Z test_dispatch_meta_outplace_outer_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.1263084Z test_dispatch_meta_outplace_outer_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.1263291Z test_dispatch_meta_outplace_outer_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.1263491Z test_dispatch_meta_outplace_outer_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.1263693Z test_dispatch_meta_outplace_outer_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.1263877Z test_dispatch_meta_outplace_outer_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.1264079Z test_dispatch_meta_outplace_outer_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.1264281Z test_dispatch_meta_outplace_outer_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.1264498Z test_dispatch_meta_outplace_pca_lowrank_cuda_float32 (__main__.TestMetaCUDA) ... ok (4.924s) 2022-11-23T02:24:31.1264714Z test_dispatch_meta_outplace_pca_lowrank_cuda_float64 (__main__.TestMetaCUDA) ... ok (4.745s) 2022-11-23T02:24:31.1264928Z test_dispatch_meta_outplace_permute_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.1287651Z test_dispatch_meta_outplace_permute_cuda_bool (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.1288295Z test_dispatch_meta_outplace_permute_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.1288838Z test_dispatch_meta_outplace_permute_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.1289261Z test_dispatch_meta_outplace_permute_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.1289903Z test_dispatch_meta_outplace_permute_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.1290333Z test_dispatch_meta_outplace_permute_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.1290736Z test_dispatch_meta_outplace_permute_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.1291151Z test_dispatch_meta_outplace_permute_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.1291558Z test_dispatch_meta_outplace_permute_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.1291962Z test_dispatch_meta_outplace_permute_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.1292363Z test_dispatch_meta_outplace_permute_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.1292764Z test_dispatch_meta_outplace_permute_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.1293198Z test_dispatch_meta_outplace_pinverse_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-11-23T02:24:31.1293694Z test_dispatch_meta_outplace_pinverse_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.1293951Z test_dispatch_meta_outplace_pinverse_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.1294151Z test_dispatch_meta_outplace_pinverse_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.1294360Z test_dispatch_meta_outplace_polar_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.037s) 2022-11-23T02:24:31.1294707Z test_dispatch_meta_outplace_polar_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:24:31.1295065Z test_dispatch_meta_outplace_polygamma_polygamma_n_0_cuda_bool (__main__.TestMetaCUDA) ... ok (1.824s) 2022-11-23T02:24:31.1295294Z test_dispatch_meta_outplace_polygamma_polygamma_n_0_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:24:31.1295523Z test_dispatch_meta_outplace_polygamma_polygamma_n_0_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.1295741Z test_dispatch_meta_outplace_polygamma_polygamma_n_0_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.1295961Z test_dispatch_meta_outplace_polygamma_polygamma_n_0_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.1296345Z test_dispatch_meta_outplace_polygamma_polygamma_n_0_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:24:31.1296566Z test_dispatch_meta_outplace_polygamma_polygamma_n_0_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.1296785Z test_dispatch_meta_outplace_polygamma_polygamma_n_0_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.1297001Z test_dispatch_meta_outplace_polygamma_polygamma_n_0_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.1297219Z test_dispatch_meta_outplace_polygamma_polygamma_n_1_cuda_bool (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:24:31.1297444Z test_dispatch_meta_outplace_polygamma_polygamma_n_1_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:24:31.1297665Z test_dispatch_meta_outplace_polygamma_polygamma_n_1_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.1297877Z test_dispatch_meta_outplace_polygamma_polygamma_n_1_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.1298093Z test_dispatch_meta_outplace_polygamma_polygamma_n_1_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.1298310Z test_dispatch_meta_outplace_polygamma_polygamma_n_1_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:24:31.1298525Z test_dispatch_meta_outplace_polygamma_polygamma_n_1_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:24:31.1298740Z test_dispatch_meta_outplace_polygamma_polygamma_n_1_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.1299558Z test_dispatch_meta_outplace_polygamma_polygamma_n_1_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.1299839Z test_dispatch_meta_outplace_polygamma_polygamma_n_2_cuda_bool (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:24:31.1300228Z test_dispatch_meta_outplace_polygamma_polygamma_n_2_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:31.1300459Z test_dispatch_meta_outplace_polygamma_polygamma_n_2_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.1300679Z test_dispatch_meta_outplace_polygamma_polygamma_n_2_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:24:31.1301029Z test_dispatch_meta_outplace_polygamma_polygamma_n_2_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:24:31.1301366Z test_dispatch_meta_outplace_polygamma_polygamma_n_2_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.1301589Z test_dispatch_meta_outplace_polygamma_polygamma_n_2_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:31.1301813Z test_dispatch_meta_outplace_polygamma_polygamma_n_2_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:31.1302027Z test_dispatch_meta_outplace_polygamma_polygamma_n_2_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.1302246Z test_dispatch_meta_outplace_polygamma_polygamma_n_3_cuda_bool (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.1302467Z test_dispatch_meta_outplace_polygamma_polygamma_n_3_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.1302685Z test_dispatch_meta_outplace_polygamma_polygamma_n_3_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.1302898Z test_dispatch_meta_outplace_polygamma_polygamma_n_3_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.1303111Z test_dispatch_meta_outplace_polygamma_polygamma_n_3_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.1303327Z test_dispatch_meta_outplace_polygamma_polygamma_n_3_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.1303545Z test_dispatch_meta_outplace_polygamma_polygamma_n_3_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.1303761Z test_dispatch_meta_outplace_polygamma_polygamma_n_3_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.1303971Z test_dispatch_meta_outplace_polygamma_polygamma_n_3_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.1304312Z test_dispatch_meta_outplace_polygamma_polygamma_n_4_cuda_bool (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.1304531Z test_dispatch_meta_outplace_polygamma_polygamma_n_4_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.1304748Z test_dispatch_meta_outplace_polygamma_polygamma_n_4_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.1304958Z test_dispatch_meta_outplace_polygamma_polygamma_n_4_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.1305167Z test_dispatch_meta_outplace_polygamma_polygamma_n_4_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:24:31.1305379Z test_dispatch_meta_outplace_polygamma_polygamma_n_4_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.1305592Z test_dispatch_meta_outplace_polygamma_polygamma_n_4_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.1305811Z test_dispatch_meta_outplace_polygamma_polygamma_n_4_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:24:31.1306021Z test_dispatch_meta_outplace_polygamma_polygamma_n_4_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.1306223Z test_dispatch_meta_outplace_positive_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.1306580Z test_dispatch_meta_outplace_positive_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.1306797Z test_dispatch_meta_outplace_positive_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.1307086Z test_dispatch_meta_outplace_positive_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.1307448Z test_dispatch_meta_outplace_positive_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.1307787Z test_dispatch_meta_outplace_positive_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.1307990Z test_dispatch_meta_outplace_positive_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.1308182Z test_dispatch_meta_outplace_positive_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.1308376Z test_dispatch_meta_outplace_positive_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.001s) 2022-11-23T02:24:31.1308569Z test_dispatch_meta_outplace_positive_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.1308923Z test_dispatch_meta_outplace_positive_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.1309275Z test_dispatch_meta_outplace_positive_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.1309611Z test_dispatch_meta_outplace_pow_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:24:31.1309949Z test_dispatch_meta_outplace_pow_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:24:31.1310283Z test_dispatch_meta_outplace_pow_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.035s) 2022-11-23T02:24:31.1310622Z test_dispatch_meta_outplace_pow_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:24:31.1310962Z test_dispatch_meta_outplace_pow_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:24:31.1311296Z test_dispatch_meta_outplace_pow_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.1311625Z test_dispatch_meta_outplace_pow_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.1311951Z test_dispatch_meta_outplace_pow_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:24:31.1312281Z test_dispatch_meta_outplace_pow_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:24:31.1312609Z test_dispatch_meta_outplace_pow_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:24:31.1313028Z test_dispatch_meta_outplace_pow_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:24:31.1313220Z test_dispatch_meta_outplace_pow_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:24:31.1313536Z test_dispatch_meta_outplace_prod_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:24:31.1313886Z test_dispatch_meta_outplace_prod_cuda_bool (__main__.TestMetaCUDA) ... ok (0.033s) 2022-11-23T02:24:31.1314226Z test_dispatch_meta_outplace_prod_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.043s) 2022-11-23T02:24:31.1314428Z test_dispatch_meta_outplace_prod_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.048s) 2022-11-23T02:24:31.1314621Z test_dispatch_meta_outplace_prod_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.041s) 2022-11-23T02:24:31.1314819Z test_dispatch_meta_outplace_prod_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.044s) 2022-11-23T02:24:31.1315011Z test_dispatch_meta_outplace_prod_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-11-23T02:24:31.1315202Z test_dispatch_meta_outplace_prod_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:24:31.1315394Z test_dispatch_meta_outplace_prod_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-11-23T02:24:31.1315571Z test_dispatch_meta_outplace_prod_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-11-23T02:24:31.1315746Z test_dispatch_meta_outplace_prod_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:24:31.1315926Z test_dispatch_meta_outplace_prod_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.047s) 2022-11-23T02:24:31.1316104Z test_dispatch_meta_outplace_prod_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.036s) 2022-11-23T02:24:31.1316293Z test_dispatch_meta_outplace_put_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.034s) 2022-11-23T02:24:31.1316567Z test_dispatch_meta_outplace_put_cuda_bool (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:24:31.1316781Z test_dispatch_meta_outplace_put_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-11-23T02:24:31.1316977Z test_dispatch_meta_outplace_put_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:24:31.1317170Z test_dispatch_meta_outplace_put_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:24:31.1317360Z test_dispatch_meta_outplace_put_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:24:31.1317549Z test_dispatch_meta_outplace_put_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:24:31.1317737Z test_dispatch_meta_outplace_put_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.1317918Z test_dispatch_meta_outplace_put_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.035s) 2022-11-23T02:24:31.1318097Z test_dispatch_meta_outplace_put_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:24:31.1318282Z test_dispatch_meta_outplace_put_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.034s) 2022-11-23T02:24:31.1318462Z test_dispatch_meta_outplace_put_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:24:31.1318653Z test_dispatch_meta_outplace_qr_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.048s) 2022-11-23T02:24:31.1318846Z test_dispatch_meta_outplace_qr_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.040s) 2022-11-23T02:24:31.1319031Z test_dispatch_meta_outplace_qr_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.038s) 2022-11-23T02:24:31.1319206Z test_dispatch_meta_outplace_qr_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.036s) 2022-11-23T02:24:31.1319564Z test_dispatch_meta_outplace_quantile_cuda_float32 (__main__.TestMetaCUDA) ... ok (1.729s) 2022-11-23T02:24:31.1319769Z test_dispatch_meta_outplace_quantile_cuda_float64 (__main__.TestMetaCUDA) ... ok (1.744s) 2022-11-23T02:24:31.1319968Z test_dispatch_meta_outplace_rad2deg_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.1320300Z test_dispatch_meta_outplace_rad2deg_cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.1320627Z test_dispatch_meta_outplace_rad2deg_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.1320830Z test_dispatch_meta_outplace_rad2deg_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.1321120Z test_dispatch_meta_outplace_rad2deg_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.1321315Z test_dispatch_meta_outplace_rad2deg_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.1321507Z test_dispatch_meta_outplace_rad2deg_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.1321699Z test_dispatch_meta_outplace_rad2deg_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.1321889Z test_dispatch_meta_outplace_rad2deg_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.1322081Z test_dispatch_meta_outplace_rad2deg_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.1322283Z test_dispatch_meta_outplace_rand_like_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.1322485Z test_dispatch_meta_outplace_rand_like_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.1322692Z test_dispatch_meta_outplace_rand_like_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.1322894Z test_dispatch_meta_outplace_rand_like_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.1323092Z test_dispatch_meta_outplace_rand_like_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.1323287Z test_dispatch_meta_outplace_rand_like_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.1323472Z test_dispatch_meta_outplace_rand_like_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.1323740Z test_dispatch_meta_outplace_randint_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.1323953Z test_dispatch_meta_outplace_randint_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.1324146Z test_dispatch_meta_outplace_randint_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.1324339Z test_dispatch_meta_outplace_randint_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.1324531Z test_dispatch_meta_outplace_randint_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.1324722Z test_dispatch_meta_outplace_randint_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.1324913Z test_dispatch_meta_outplace_randint_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.1325105Z test_dispatch_meta_outplace_randint_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.1325310Z test_dispatch_meta_outplace_randint_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.1325533Z test_dispatch_meta_outplace_randint_like_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.1325909Z test_dispatch_meta_outplace_randint_like_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.1326136Z test_dispatch_meta_outplace_randint_like_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:31.1326356Z test_dispatch_meta_outplace_randint_like_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.1326719Z test_dispatch_meta_outplace_randint_like_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:31.1327067Z test_dispatch_meta_outplace_randint_like_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.1327277Z test_dispatch_meta_outplace_randint_like_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.1327485Z test_dispatch_meta_outplace_randint_like_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.1327690Z test_dispatch_meta_outplace_randint_like_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.1327894Z test_dispatch_meta_outplace_randn_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.1328100Z test_dispatch_meta_outplace_randn_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.1328408Z test_dispatch_meta_outplace_randn_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.1328614Z test_dispatch_meta_outplace_randn_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.1328817Z test_dispatch_meta_outplace_randn_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.1329002Z test_dispatch_meta_outplace_randn_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.1329201Z test_dispatch_meta_outplace_randn_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.1329415Z test_dispatch_meta_outplace_randn_like_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.1329634Z test_dispatch_meta_outplace_randn_like_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.1329848Z test_dispatch_meta_outplace_randn_like_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.1330063Z test_dispatch_meta_outplace_randn_like_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.1330272Z test_dispatch_meta_outplace_randn_like_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.1330480Z test_dispatch_meta_outplace_randn_like_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.1330679Z test_dispatch_meta_outplace_randn_like_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.1330884Z test_dispatch_meta_outplace_ravel_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.1331084Z test_dispatch_meta_outplace_ravel_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.1331362Z test_dispatch_meta_outplace_ravel_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.1331587Z test_dispatch_meta_outplace_ravel_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.1331791Z test_dispatch_meta_outplace_ravel_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.1331998Z test_dispatch_meta_outplace_ravel_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.1332366Z test_dispatch_meta_outplace_ravel_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.1332578Z test_dispatch_meta_outplace_ravel_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.1332778Z test_dispatch_meta_outplace_ravel_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.1333097Z test_dispatch_meta_outplace_ravel_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.1333407Z test_dispatch_meta_outplace_ravel_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.1333608Z test_dispatch_meta_outplace_ravel_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.1333806Z test_dispatch_meta_outplace_ravel_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.1334008Z test_dispatch_meta_outplace_real_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.1334210Z test_dispatch_meta_outplace_real_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.1334415Z test_dispatch_meta_outplace_real_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.1334618Z test_dispatch_meta_outplace_real_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.1334820Z test_dispatch_meta_outplace_real_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.1335022Z test_dispatch_meta_outplace_real_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.1335225Z test_dispatch_meta_outplace_real_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.001s) 2022-11-23T02:24:31.1335426Z test_dispatch_meta_outplace_real_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.001s) 2022-11-23T02:24:31.1335624Z test_dispatch_meta_outplace_real_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.001s) 2022-11-23T02:24:31.1335909Z test_dispatch_meta_outplace_real_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.001s) 2022-11-23T02:24:31.1336095Z test_dispatch_meta_outplace_real_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.1336289Z test_dispatch_meta_outplace_real_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.1336476Z test_dispatch_meta_outplace_real_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.1336692Z test_dispatch_meta_outplace_reciprocal_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.1336902Z test_dispatch_meta_outplace_reciprocal_cuda_bool (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.1337123Z test_dispatch_meta_outplace_reciprocal_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.1337340Z test_dispatch_meta_outplace_reciprocal_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.1337539Z test_dispatch_meta_outplace_reciprocal_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.1337754Z test_dispatch_meta_outplace_reciprocal_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.1337961Z test_dispatch_meta_outplace_reciprocal_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.1338171Z test_dispatch_meta_outplace_reciprocal_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.1338379Z test_dispatch_meta_outplace_reciprocal_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.1338580Z test_dispatch_meta_outplace_reciprocal_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.1339022Z test_dispatch_meta_outplace_reciprocal_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.1339243Z test_dispatch_meta_outplace_reciprocal_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.1339584Z test_dispatch_meta_outplace_remainder_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:24:31.1339938Z test_dispatch_meta_outplace_remainder_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.036s) 2022-11-23T02:24:31.1340151Z test_dispatch_meta_outplace_remainder_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:24:31.1340355Z test_dispatch_meta_outplace_remainder_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:24:31.1340558Z test_dispatch_meta_outplace_remainder_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-11-23T02:24:31.1340761Z test_dispatch_meta_outplace_remainder_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:24:31.1340961Z test_dispatch_meta_outplace_remainder_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.1341164Z test_dispatch_meta_outplace_remainder_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.1341372Z test_dispatch_meta_outplace_remainder_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-11-23T02:24:31.1341575Z test_dispatch_meta_outplace_renorm_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.1341787Z test_dispatch_meta_outplace_renorm_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.1341996Z test_dispatch_meta_outplace_renorm_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.1342182Z test_dispatch_meta_outplace_renorm_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.1342384Z test_dispatch_meta_outplace_renorm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.1342584Z test_dispatch_meta_outplace_renorm_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.1342790Z test_dispatch_meta_outplace_repeat_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-11-23T02:24:31.1342990Z test_dispatch_meta_outplace_repeat_cuda_bool (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:24:31.1343197Z test_dispatch_meta_outplace_repeat_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.1343503Z test_dispatch_meta_outplace_repeat_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.040s) 2022-11-23T02:24:31.1343704Z test_dispatch_meta_outplace_repeat_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.037s) 2022-11-23T02:24:31.1343907Z test_dispatch_meta_outplace_repeat_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.043s) 2022-11-23T02:24:31.1344110Z test_dispatch_meta_outplace_repeat_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.040s) 2022-11-23T02:24:31.1344312Z test_dispatch_meta_outplace_repeat_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.033s) 2022-11-23T02:24:31.1344514Z test_dispatch_meta_outplace_repeat_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.050s) 2022-11-23T02:24:31.1344716Z test_dispatch_meta_outplace_repeat_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-11-23T02:24:31.1344916Z test_dispatch_meta_outplace_repeat_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.050s) 2022-11-23T02:24:31.1345273Z test_dispatch_meta_outplace_repeat_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.043s) 2022-11-23T02:24:31.1345515Z test_dispatch_meta_outplace_repeat_interleave_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:24:31.1345735Z test_dispatch_meta_outplace_repeat_interleave_cuda_bool (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.1346113Z test_dispatch_meta_outplace_repeat_interleave_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:24:31.1346469Z test_dispatch_meta_outplace_repeat_interleave_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:24:31.1346784Z test_dispatch_meta_outplace_repeat_interleave_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.1347010Z test_dispatch_meta_outplace_repeat_interleave_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.1347231Z test_dispatch_meta_outplace_repeat_interleave_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:24:31.1347448Z test_dispatch_meta_outplace_repeat_interleave_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.1347669Z test_dispatch_meta_outplace_repeat_interleave_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.1347882Z test_dispatch_meta_outplace_repeat_interleave_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.1348091Z test_dispatch_meta_outplace_repeat_interleave_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:24:31.1348307Z test_dispatch_meta_outplace_repeat_interleave_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.1348532Z test_dispatch_meta_outplace_repeat_interleave_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:24:31.1348746Z test_dispatch_meta_outplace_reshape_as_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.1348950Z test_dispatch_meta_outplace_reshape_as_cuda_bool (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.1349172Z test_dispatch_meta_outplace_reshape_as_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.1349386Z test_dispatch_meta_outplace_reshape_as_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.1349601Z test_dispatch_meta_outplace_reshape_as_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.1349811Z test_dispatch_meta_outplace_reshape_as_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.1350022Z test_dispatch_meta_outplace_reshape_as_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.1350231Z test_dispatch_meta_outplace_reshape_as_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.1350439Z test_dispatch_meta_outplace_reshape_as_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.1350644Z test_dispatch_meta_outplace_reshape_as_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.1350844Z test_dispatch_meta_outplace_reshape_as_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.1351142Z test_dispatch_meta_outplace_reshape_as_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.1351326Z test_dispatch_meta_outplace_reshape_as_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.1351707Z test_dispatch_meta_outplace_reshape_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.1351918Z test_dispatch_meta_outplace_reshape_cuda_bool (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.1352133Z test_dispatch_meta_outplace_reshape_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.1352473Z test_dispatch_meta_outplace_reshape_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.1352832Z test_dispatch_meta_outplace_reshape_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.1353046Z test_dispatch_meta_outplace_reshape_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.1353255Z test_dispatch_meta_outplace_reshape_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.1353455Z test_dispatch_meta_outplace_reshape_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.1353658Z test_dispatch_meta_outplace_reshape_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.1353861Z test_dispatch_meta_outplace_reshape_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.1354063Z test_dispatch_meta_outplace_reshape_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.1354341Z test_dispatch_meta_outplace_reshape_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.1354556Z test_dispatch_meta_outplace_reshape_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.1354760Z test_dispatch_meta_outplace_resize__cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.1354955Z test_dispatch_meta_outplace_resize__cuda_bool (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.1355168Z test_dispatch_meta_outplace_resize__cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.1355375Z test_dispatch_meta_outplace_resize__cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.1355578Z test_dispatch_meta_outplace_resize__cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.1355777Z test_dispatch_meta_outplace_resize__cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.1355958Z test_dispatch_meta_outplace_resize__cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.1356158Z test_dispatch_meta_outplace_resize__cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.1356357Z test_dispatch_meta_outplace_resize__cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.1356557Z test_dispatch_meta_outplace_resize__cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.1356759Z test_dispatch_meta_outplace_resize__cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.1356954Z test_dispatch_meta_outplace_resize__cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.1357166Z test_dispatch_meta_outplace_resize_as__cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.1357367Z test_dispatch_meta_outplace_resize_as__cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.1357583Z test_dispatch_meta_outplace_resize_as__cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.1357800Z test_dispatch_meta_outplace_resize_as__cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.1358137Z test_dispatch_meta_outplace_resize_as__cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.1358355Z test_dispatch_meta_outplace_resize_as__cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.1358556Z test_dispatch_meta_outplace_resize_as__cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.1358994Z test_dispatch_meta_outplace_resize_as__cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.1359316Z test_dispatch_meta_outplace_resize_as__cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.1359519Z test_dispatch_meta_outplace_resize_as__cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.1359719Z test_dispatch_meta_outplace_resize_as__cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.1359921Z test_dispatch_meta_outplace_resize_as__cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.1360137Z test_dispatch_meta_outplace_resolve_conj_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.1360329Z test_dispatch_meta_outplace_resolve_conj_cuda_bool (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.1360551Z test_dispatch_meta_outplace_resolve_conj_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.1360773Z test_dispatch_meta_outplace_resolve_conj_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.1360985Z test_dispatch_meta_outplace_resolve_conj_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.1361198Z test_dispatch_meta_outplace_resolve_conj_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.1361412Z test_dispatch_meta_outplace_resolve_conj_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.1361623Z test_dispatch_meta_outplace_resolve_conj_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.1361914Z test_dispatch_meta_outplace_resolve_conj_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.1362137Z test_dispatch_meta_outplace_resolve_conj_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.001s) 2022-11-23T02:24:31.1362344Z test_dispatch_meta_outplace_resolve_conj_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.1362550Z test_dispatch_meta_outplace_resolve_conj_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.1362763Z test_dispatch_meta_outplace_resolve_neg_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.001s) 2022-11-23T02:24:31.1362968Z test_dispatch_meta_outplace_resolve_neg_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.1363187Z test_dispatch_meta_outplace_resolve_neg_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.001s) 2022-11-23T02:24:31.1363403Z test_dispatch_meta_outplace_resolve_neg_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.001s) 2022-11-23T02:24:31.1363624Z test_dispatch_meta_outplace_resolve_neg_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.001s) 2022-11-23T02:24:31.1363837Z test_dispatch_meta_outplace_resolve_neg_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.1364048Z test_dispatch_meta_outplace_resolve_neg_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.001s) 2022-11-23T02:24:31.1364262Z test_dispatch_meta_outplace_resolve_neg_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.1364629Z test_dispatch_meta_outplace_resolve_neg_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.001s) 2022-11-23T02:24:31.1364845Z test_dispatch_meta_outplace_resolve_neg_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.001s) 2022-11-23T02:24:31.1365031Z test_dispatch_meta_outplace_resolve_neg_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.1365367Z test_dispatch_meta_outplace_resolve_neg_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.001s) 2022-11-23T02:24:31.1365713Z test_dispatch_meta_outplace_resolve_neg_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.1365922Z test_dispatch_meta_outplace_roll_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.1366120Z test_dispatch_meta_outplace_roll_cuda_bool (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:31.1366326Z test_dispatch_meta_outplace_roll_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.1366622Z test_dispatch_meta_outplace_roll_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.1366825Z test_dispatch_meta_outplace_roll_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.1367026Z test_dispatch_meta_outplace_roll_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.1367226Z test_dispatch_meta_outplace_roll_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:31.1367427Z test_dispatch_meta_outplace_roll_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:31.1367625Z test_dispatch_meta_outplace_roll_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.1367815Z test_dispatch_meta_outplace_roll_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.1368000Z test_dispatch_meta_outplace_roll_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.1368200Z test_dispatch_meta_outplace_roll_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:31.1368387Z test_dispatch_meta_outplace_roll_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.1368586Z test_dispatch_meta_outplace_rot90_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:24:31.1368782Z test_dispatch_meta_outplace_rot90_cuda_bool (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.1368988Z test_dispatch_meta_outplace_rot90_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.036s) 2022-11-23T02:24:31.1369249Z test_dispatch_meta_outplace_rot90_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:24:31.1369466Z test_dispatch_meta_outplace_rot90_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:24:31.1369665Z test_dispatch_meta_outplace_rot90_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:24:31.1369864Z test_dispatch_meta_outplace_rot90_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.034s) 2022-11-23T02:24:31.1370063Z test_dispatch_meta_outplace_rot90_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:24:31.1370262Z test_dispatch_meta_outplace_rot90_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.036s) 2022-11-23T02:24:31.1370459Z test_dispatch_meta_outplace_rot90_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:24:31.1370653Z test_dispatch_meta_outplace_rot90_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:24:31.1371000Z test_dispatch_meta_outplace_rot90_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:24:31.1371218Z test_dispatch_meta_outplace_round_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.1371417Z test_dispatch_meta_outplace_round_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.1371742Z test_dispatch_meta_outplace_round_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.1372069Z test_dispatch_meta_outplace_round_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.1372290Z test_dispatch_meta_outplace_round_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.1372487Z test_dispatch_meta_outplace_round_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.1372684Z test_dispatch_meta_outplace_round_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.1372880Z test_dispatch_meta_outplace_round_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.1373076Z test_dispatch_meta_outplace_round_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.1373303Z test_dispatch_meta_outplace_round_decimals_0_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.1373506Z test_dispatch_meta_outplace_round_decimals_0_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.1373717Z test_dispatch_meta_outplace_round_decimals_0_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.1374026Z test_dispatch_meta_outplace_round_decimals_0_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.1374245Z test_dispatch_meta_outplace_round_decimals_3_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.1374454Z test_dispatch_meta_outplace_round_decimals_3_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.1374660Z test_dispatch_meta_outplace_round_decimals_3_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.1374866Z test_dispatch_meta_outplace_round_decimals_3_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.1375096Z test_dispatch_meta_outplace_round_decimals_neg_3_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.1375325Z test_dispatch_meta_outplace_round_decimals_neg_3_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.1375551Z test_dispatch_meta_outplace_round_decimals_neg_3_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.1375780Z test_dispatch_meta_outplace_round_decimals_neg_3_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:31.1375982Z test_dispatch_meta_outplace_rsqrt_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.1376180Z test_dispatch_meta_outplace_rsqrt_cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.1376389Z test_dispatch_meta_outplace_rsqrt_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.1376595Z test_dispatch_meta_outplace_rsqrt_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.1376871Z test_dispatch_meta_outplace_rsqrt_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.1377091Z test_dispatch_meta_outplace_rsqrt_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.1377461Z test_dispatch_meta_outplace_rsqrt_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.1377677Z test_dispatch_meta_outplace_rsqrt_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.1377873Z test_dispatch_meta_outplace_rsqrt_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.1378202Z test_dispatch_meta_outplace_rsqrt_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.1378541Z test_dispatch_meta_outplace_rsqrt_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.1378747Z test_dispatch_meta_outplace_rsqrt_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.1378948Z test_dispatch_meta_outplace_rsqrt_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.1379149Z test_dispatch_meta_outplace_rsub_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.1379355Z test_dispatch_meta_outplace_rsub_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:24:31.1379560Z test_dispatch_meta_outplace_rsub_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.1379764Z test_dispatch_meta_outplace_rsub_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.1379963Z test_dispatch_meta_outplace_rsub_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.1380163Z test_dispatch_meta_outplace_rsub_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.1380358Z test_dispatch_meta_outplace_rsub_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.1380549Z test_dispatch_meta_outplace_rsub_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.1380738Z test_dispatch_meta_outplace_rsub_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.1380934Z test_dispatch_meta_outplace_rsub_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.1381122Z test_dispatch_meta_outplace_rsub_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.1381340Z test_dispatch_meta_outplace_scalar_tensor_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.1382173Z test_dispatch_meta_outplace_scalar_tensor_cuda_bool (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.1382402Z test_dispatch_meta_outplace_scalar_tensor_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.1382624Z test_dispatch_meta_outplace_scalar_tensor_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.1382837Z test_dispatch_meta_outplace_scalar_tensor_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.001s) 2022-11-23T02:24:31.1383042Z test_dispatch_meta_outplace_scalar_tensor_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.1383258Z test_dispatch_meta_outplace_scalar_tensor_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.1383472Z test_dispatch_meta_outplace_scalar_tensor_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.1383855Z test_dispatch_meta_outplace_scalar_tensor_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.1384086Z test_dispatch_meta_outplace_scalar_tensor_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.1384296Z test_dispatch_meta_outplace_scalar_tensor_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.1384631Z test_dispatch_meta_outplace_scalar_tensor_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.1384945Z test_dispatch_meta_outplace_scalar_tensor_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.1385270Z test_dispatch_meta_outplace_scatter_add_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:24:31.1385497Z test_dispatch_meta_outplace_scatter_add_cuda_bool (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.1385719Z test_dispatch_meta_outplace_scatter_add_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.1385935Z test_dispatch_meta_outplace_scatter_add_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-11-23T02:24:31.1386150Z test_dispatch_meta_outplace_scatter_add_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.1386362Z test_dispatch_meta_outplace_scatter_add_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:24:31.1386572Z test_dispatch_meta_outplace_scatter_add_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:24:31.1386778Z test_dispatch_meta_outplace_scatter_add_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:24:31.1386986Z test_dispatch_meta_outplace_scatter_add_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.1387190Z test_dispatch_meta_outplace_scatter_add_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:24:31.1387398Z test_dispatch_meta_outplace_scatter_add_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:24:31.1387599Z test_dispatch_meta_outplace_scatter_add_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:31.1387789Z test_dispatch_meta_outplace_scatter_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.066s) 2022-11-23T02:24:31.1387990Z test_dispatch_meta_outplace_scatter_cuda_bool (__main__.TestMetaCUDA) ... ok (0.064s) 2022-11-23T02:24:31.1388202Z test_dispatch_meta_outplace_scatter_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.061s) 2022-11-23T02:24:31.1388412Z test_dispatch_meta_outplace_scatter_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.050s) 2022-11-23T02:24:31.1388617Z test_dispatch_meta_outplace_scatter_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.068s) 2022-11-23T02:24:31.1388822Z test_dispatch_meta_outplace_scatter_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.097s) 2022-11-23T02:24:31.1389021Z test_dispatch_meta_outplace_scatter_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.062s) 2022-11-23T02:24:31.1389221Z test_dispatch_meta_outplace_scatter_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.049s) 2022-11-23T02:24:31.1389421Z test_dispatch_meta_outplace_scatter_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.058s) 2022-11-23T02:24:31.1389717Z test_dispatch_meta_outplace_scatter_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.054s) 2022-11-23T02:24:31.1389919Z test_dispatch_meta_outplace_scatter_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.038s) 2022-11-23T02:24:31.1390117Z test_dispatch_meta_outplace_scatter_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.046s) 2022-11-23T02:24:31.1390514Z test_dispatch_meta_outplace_scatter_reduce_amax_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.054s) 2022-11-23T02:24:31.1390752Z test_dispatch_meta_outplace_scatter_reduce_amax_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.067s) 2022-11-23T02:24:31.1390983Z test_dispatch_meta_outplace_scatter_reduce_amax_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.051s) 2022-11-23T02:24:31.1391452Z test_dispatch_meta_outplace_scatter_reduce_amax_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.045s) 2022-11-23T02:24:31.1391690Z test_dispatch_meta_outplace_scatter_reduce_amax_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.057s) 2022-11-23T02:24:31.1391910Z test_dispatch_meta_outplace_scatter_reduce_amax_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.051s) 2022-11-23T02:24:31.1392120Z test_dispatch_meta_outplace_scatter_reduce_amax_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.051s) 2022-11-23T02:24:31.1392338Z test_dispatch_meta_outplace_scatter_reduce_amax_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.050s) 2022-11-23T02:24:31.1392536Z test_dispatch_meta_outplace_scatter_reduce_amax_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.059s) 2022-11-23T02:24:31.1392841Z test_dispatch_meta_outplace_scatter_reduce_amin_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.058s) 2022-11-23T02:24:31.1393082Z test_dispatch_meta_outplace_scatter_reduce_amin_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.085s) 2022-11-23T02:24:31.1393304Z test_dispatch_meta_outplace_scatter_reduce_amin_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.066s) 2022-11-23T02:24:31.1393530Z test_dispatch_meta_outplace_scatter_reduce_amin_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.070s) 2022-11-23T02:24:31.1393744Z test_dispatch_meta_outplace_scatter_reduce_amin_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.060s) 2022-11-23T02:24:31.1393955Z test_dispatch_meta_outplace_scatter_reduce_amin_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.052s) 2022-11-23T02:24:31.1394168Z test_dispatch_meta_outplace_scatter_reduce_amin_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.085s) 2022-11-23T02:24:31.1394384Z test_dispatch_meta_outplace_scatter_reduce_amin_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.076s) 2022-11-23T02:24:31.1394598Z test_dispatch_meta_outplace_scatter_reduce_amin_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.068s) 2022-11-23T02:24:31.1394825Z test_dispatch_meta_outplace_scatter_reduce_mean_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.059s) 2022-11-23T02:24:31.1395048Z test_dispatch_meta_outplace_scatter_reduce_mean_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.062s) 2022-11-23T02:24:31.1395270Z test_dispatch_meta_outplace_scatter_reduce_mean_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.057s) 2022-11-23T02:24:31.1395491Z test_dispatch_meta_outplace_scatter_reduce_mean_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.069s) 2022-11-23T02:24:31.1395703Z test_dispatch_meta_outplace_scatter_reduce_mean_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.057s) 2022-11-23T02:24:31.1395913Z test_dispatch_meta_outplace_scatter_reduce_mean_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.064s) 2022-11-23T02:24:31.1396121Z test_dispatch_meta_outplace_scatter_reduce_mean_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.055s) 2022-11-23T02:24:31.1396338Z test_dispatch_meta_outplace_scatter_reduce_mean_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.059s) 2022-11-23T02:24:31.1396548Z test_dispatch_meta_outplace_scatter_reduce_mean_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.065s) 2022-11-23T02:24:31.1396954Z test_dispatch_meta_outplace_scatter_reduce_prod_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.076s) 2022-11-23T02:24:31.1397280Z test_dispatch_meta_outplace_scatter_reduce_prod_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.070s) 2022-11-23T02:24:31.1397648Z test_dispatch_meta_outplace_scatter_reduce_prod_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.060s) 2022-11-23T02:24:31.1397994Z test_dispatch_meta_outplace_scatter_reduce_prod_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.072s) 2022-11-23T02:24:31.1398212Z test_dispatch_meta_outplace_scatter_reduce_prod_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.073s) 2022-11-23T02:24:31.1398428Z test_dispatch_meta_outplace_scatter_reduce_prod_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.069s) 2022-11-23T02:24:31.1398636Z test_dispatch_meta_outplace_scatter_reduce_prod_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.066s) 2022-11-23T02:24:31.1398852Z test_dispatch_meta_outplace_scatter_reduce_prod_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.046s) 2022-11-23T02:24:31.1399063Z test_dispatch_meta_outplace_scatter_reduce_prod_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.059s) 2022-11-23T02:24:31.1399287Z test_dispatch_meta_outplace_scatter_reduce_sum_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.059s) 2022-11-23T02:24:31.1399511Z test_dispatch_meta_outplace_scatter_reduce_sum_cuda_bool (__main__.TestMetaCUDA) ... ok (0.062s) 2022-11-23T02:24:31.1399732Z test_dispatch_meta_outplace_scatter_reduce_sum_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.056s) 2022-11-23T02:24:31.1399948Z test_dispatch_meta_outplace_scatter_reduce_sum_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.054s) 2022-11-23T02:24:31.1400240Z test_dispatch_meta_outplace_scatter_reduce_sum_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.052s) 2022-11-23T02:24:31.1400477Z test_dispatch_meta_outplace_scatter_reduce_sum_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.052s) 2022-11-23T02:24:31.1400690Z test_dispatch_meta_outplace_scatter_reduce_sum_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.051s) 2022-11-23T02:24:31.1400899Z test_dispatch_meta_outplace_scatter_reduce_sum_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.053s) 2022-11-23T02:24:31.1401118Z test_dispatch_meta_outplace_scatter_reduce_sum_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.052s) 2022-11-23T02:24:31.1401329Z test_dispatch_meta_outplace_scatter_reduce_sum_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.044s) 2022-11-23T02:24:31.1401545Z test_dispatch_meta_outplace_searchsorted_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.597s) 2022-11-23T02:24:31.1401762Z test_dispatch_meta_outplace_searchsorted_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.666s) 2022-11-23T02:24:31.1401981Z test_dispatch_meta_outplace_searchsorted_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.599s) 2022-11-23T02:24:31.1402196Z test_dispatch_meta_outplace_searchsorted_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.648s) 2022-11-23T02:24:31.1402408Z test_dispatch_meta_outplace_searchsorted_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.644s) 2022-11-23T02:24:31.1402599Z test_dispatch_meta_outplace_searchsorted_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.716s) 2022-11-23T02:24:31.1402816Z test_dispatch_meta_outplace_searchsorted_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.610s) 2022-11-23T02:24:31.1403022Z test_dispatch_meta_outplace_searchsorted_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.589s) 2022-11-23T02:24:31.1403424Z test_dispatch_meta_outplace_segment_reduce_lengths_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.189s) 2022-11-23T02:24:31.1403669Z test_dispatch_meta_outplace_segment_reduce_lengths_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.167s) 2022-11-23T02:24:31.1403902Z test_dispatch_meta_outplace_segment_reduce_lengths_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.185s) 2022-11-23T02:24:31.1404132Z test_dispatch_meta_outplace_segment_reduce_lengths_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.148s) 2022-11-23T02:24:31.1404491Z test_dispatch_meta_outplace_segment_reduce_offsets_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.145s) 2022-11-23T02:24:31.1404818Z test_dispatch_meta_outplace_segment_reduce_offsets_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.145s) 2022-11-23T02:24:31.1405147Z test_dispatch_meta_outplace_segment_reduce_offsets_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.140s) 2022-11-23T02:24:31.1405404Z test_dispatch_meta_outplace_segment_reduce_offsets_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.141s) 2022-11-23T02:24:31.1405612Z test_dispatch_meta_outplace_select_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.1405813Z test_dispatch_meta_outplace_select_cuda_bool (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.1406027Z test_dispatch_meta_outplace_select_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.1406234Z test_dispatch_meta_outplace_select_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.1406443Z test_dispatch_meta_outplace_select_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.1406649Z test_dispatch_meta_outplace_select_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.1406853Z test_dispatch_meta_outplace_select_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.1407056Z test_dispatch_meta_outplace_select_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.1407256Z test_dispatch_meta_outplace_select_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.1407456Z test_dispatch_meta_outplace_select_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.1407641Z test_dispatch_meta_outplace_select_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.1407918Z test_dispatch_meta_outplace_select_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.1408136Z test_dispatch_meta_outplace_select_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.1408356Z test_dispatch_meta_outplace_select_scatter_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.1408571Z test_dispatch_meta_outplace_select_scatter_cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.1408789Z test_dispatch_meta_outplace_select_scatter_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.1409007Z test_dispatch_meta_outplace_select_scatter_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.1409224Z test_dispatch_meta_outplace_select_scatter_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.1409434Z test_dispatch_meta_outplace_select_scatter_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.1409649Z test_dispatch_meta_outplace_select_scatter_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.1409862Z test_dispatch_meta_outplace_select_scatter_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.1410073Z test_dispatch_meta_outplace_select_scatter_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.1410285Z test_dispatch_meta_outplace_select_scatter_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.1410644Z test_dispatch_meta_outplace_sgn_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.1410849Z test_dispatch_meta_outplace_sgn_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.1411052Z test_dispatch_meta_outplace_sgn_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.1411256Z test_dispatch_meta_outplace_sgn_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.1411600Z test_dispatch_meta_outplace_sgn_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.1411813Z test_dispatch_meta_outplace_sgn_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.1412146Z test_dispatch_meta_outplace_sgn_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.1412333Z test_dispatch_meta_outplace_sgn_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.1412623Z test_dispatch_meta_outplace_sgn_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.1412816Z test_dispatch_meta_outplace_sgn_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.1413002Z test_dispatch_meta_outplace_sgn_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.1413195Z test_dispatch_meta_outplace_sgn_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.1413385Z test_dispatch_meta_outplace_sgn_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.1413592Z test_dispatch_meta_outplace_short_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.1413789Z test_dispatch_meta_outplace_short_cuda_bool (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.1413997Z test_dispatch_meta_outplace_short_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.1414204Z test_dispatch_meta_outplace_short_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.1414407Z test_dispatch_meta_outplace_short_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.1414608Z test_dispatch_meta_outplace_short_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.1414810Z test_dispatch_meta_outplace_short_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.1415008Z test_dispatch_meta_outplace_short_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.1415206Z test_dispatch_meta_outplace_short_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.1415468Z test_dispatch_meta_outplace_short_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.1415685Z test_dispatch_meta_outplace_short_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.1415883Z test_dispatch_meta_outplace_short_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.1416095Z test_dispatch_meta_outplace_sigmoid_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.1416280Z test_dispatch_meta_outplace_sigmoid_cuda_bool (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.1416492Z test_dispatch_meta_outplace_sigmoid_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.1416702Z test_dispatch_meta_outplace_sigmoid_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.1416912Z test_dispatch_meta_outplace_sigmoid_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.1417120Z test_dispatch_meta_outplace_sigmoid_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.1417493Z test_dispatch_meta_outplace_sigmoid_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.1417703Z test_dispatch_meta_outplace_sigmoid_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.1417904Z test_dispatch_meta_outplace_sigmoid_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.1418111Z test_dispatch_meta_outplace_sigmoid_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.1418447Z test_dispatch_meta_outplace_sigmoid_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.1418655Z test_dispatch_meta_outplace_sigmoid_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.1418986Z test_dispatch_meta_outplace_sigmoid_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.1419191Z test_dispatch_meta_outplace_sign_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.1419393Z test_dispatch_meta_outplace_sign_cuda_bool (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.1419593Z test_dispatch_meta_outplace_sign_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.1419789Z test_dispatch_meta_outplace_sign_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.1420307Z test_dispatch_meta_outplace_sign_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.1420526Z test_dispatch_meta_outplace_sign_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.1420716Z test_dispatch_meta_outplace_sign_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.1420886Z test_dispatch_meta_outplace_sign_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.1421081Z test_dispatch_meta_outplace_sign_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.1421270Z test_dispatch_meta_outplace_sign_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.1421505Z test_dispatch_meta_outplace_signal_windows_cosine_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.1421735Z test_dispatch_meta_outplace_signal_windows_cosine_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.1421965Z test_dispatch_meta_outplace_signal_windows_cosine_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.1422197Z test_dispatch_meta_outplace_signal_windows_cosine_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.1422442Z test_dispatch_meta_outplace_signal_windows_exponential_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:24:31.1422682Z test_dispatch_meta_outplace_signal_windows_exponential_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.1422920Z test_dispatch_meta_outplace_signal_windows_exponential_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:24:31.1423662Z test_dispatch_meta_outplace_signal_windows_exponential_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:24:31.1423967Z test_dispatch_meta_outplace_signal_windows_gaussian_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.1424376Z test_dispatch_meta_outplace_signal_windows_gaussian_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:24:31.1424616Z test_dispatch_meta_outplace_signal_windows_gaussian_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.038s) 2022-11-23T02:24:31.1424969Z test_dispatch_meta_outplace_signal_windows_gaussian_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:24:31.1425351Z test_dispatch_meta_outplace_signal_windows_kaiser_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.043s) 2022-11-23T02:24:31.1425588Z test_dispatch_meta_outplace_signal_windows_kaiser_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.056s) 2022-11-23T02:24:31.1425822Z test_dispatch_meta_outplace_signal_windows_kaiser_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.041s) 2022-11-23T02:24:31.1426053Z test_dispatch_meta_outplace_signal_windows_kaiser_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.045s) 2022-11-23T02:24:31.1426264Z test_dispatch_meta_outplace_signbit_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.1426467Z test_dispatch_meta_outplace_signbit_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.1426709Z test_dispatch_meta_outplace_signbit_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.1426904Z test_dispatch_meta_outplace_signbit_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.1427103Z test_dispatch_meta_outplace_signbit_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.1427305Z test_dispatch_meta_outplace_signbit_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.1427509Z test_dispatch_meta_outplace_signbit_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.1427715Z test_dispatch_meta_outplace_signbit_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.1427917Z test_dispatch_meta_outplace_signbit_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.1428117Z test_dispatch_meta_outplace_signbit_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.1428441Z test_dispatch_meta_outplace_sin_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.1428640Z test_dispatch_meta_outplace_sin_cuda_bool (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.1428845Z test_dispatch_meta_outplace_sin_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.1429047Z test_dispatch_meta_outplace_sin_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.1429243Z test_dispatch_meta_outplace_sin_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.1429584Z test_dispatch_meta_outplace_sin_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.1429818Z test_dispatch_meta_outplace_sin_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.1430018Z test_dispatch_meta_outplace_sin_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.1430212Z test_dispatch_meta_outplace_sin_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.1430524Z test_dispatch_meta_outplace_sin_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.1430732Z test_dispatch_meta_outplace_sin_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.1430926Z test_dispatch_meta_outplace_sin_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.1431098Z test_dispatch_meta_outplace_sin_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.1431432Z test_dispatch_meta_outplace_sinc_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:24:31.1432271Z test_dispatch_meta_outplace_sinc_cuda_bool (__main__.TestMetaCUDA) ... ok (0.672s) 2022-11-23T02:24:31.1432544Z test_dispatch_meta_outplace_sinc_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.1432750Z test_dispatch_meta_outplace_sinc_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.1432951Z test_dispatch_meta_outplace_sinc_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:24:31.1433156Z test_dispatch_meta_outplace_sinc_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.1433356Z test_dispatch_meta_outplace_sinc_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.1433554Z test_dispatch_meta_outplace_sinc_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:24:31.1433744Z test_dispatch_meta_outplace_sinc_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:24:31.1433930Z test_dispatch_meta_outplace_sinc_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.1434129Z test_dispatch_meta_outplace_sinc_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.1434316Z test_dispatch_meta_outplace_sinc_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:24:31.1434516Z test_dispatch_meta_outplace_sinh_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.1434711Z test_dispatch_meta_outplace_sinh_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.1434921Z test_dispatch_meta_outplace_sinh_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.1435125Z test_dispatch_meta_outplace_sinh_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.1435326Z test_dispatch_meta_outplace_sinh_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.1435524Z test_dispatch_meta_outplace_sinh_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.1435709Z test_dispatch_meta_outplace_sinh_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.1435910Z test_dispatch_meta_outplace_sinh_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.1436099Z test_dispatch_meta_outplace_sinh_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.1436285Z test_dispatch_meta_outplace_sinh_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.1436584Z test_dispatch_meta_outplace_sinh_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.1436787Z test_dispatch_meta_outplace_sinh_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.1437144Z test_dispatch_meta_outplace_sinh_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.1437346Z test_dispatch_meta_outplace_slice_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.1437544Z test_dispatch_meta_outplace_slice_cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.1437884Z test_dispatch_meta_outplace_slice_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.1438220Z test_dispatch_meta_outplace_slice_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.1438429Z test_dispatch_meta_outplace_slice_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.1438632Z test_dispatch_meta_outplace_slice_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.1438838Z test_dispatch_meta_outplace_slice_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.1439039Z test_dispatch_meta_outplace_slice_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.1439239Z test_dispatch_meta_outplace_slice_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.1439437Z test_dispatch_meta_outplace_slice_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.1439635Z test_dispatch_meta_outplace_slice_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.1450337Z test_dispatch_meta_outplace_slice_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.1450837Z test_dispatch_meta_outplace_slice_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.1453945Z test_dispatch_meta_outplace_slice_scatter_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.1454407Z test_dispatch_meta_outplace_slice_scatter_cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.1454849Z test_dispatch_meta_outplace_slice_scatter_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:24:31.1455273Z test_dispatch_meta_outplace_slice_scatter_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.1455815Z test_dispatch_meta_outplace_slice_scatter_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.1456212Z test_dispatch_meta_outplace_slice_scatter_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.1456678Z test_dispatch_meta_outplace_slice_scatter_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.1457198Z test_dispatch_meta_outplace_slice_scatter_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.1457449Z test_dispatch_meta_outplace_slice_scatter_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.1457659Z test_dispatch_meta_outplace_slice_scatter_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.1457940Z test_dispatch_meta_outplace_softmax_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:24:31.1458238Z test_dispatch_meta_outplace_softmax_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.1458449Z test_dispatch_meta_outplace_softmax_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:24:31.1458651Z test_dispatch_meta_outplace_softmax_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:24:31.1458881Z test_dispatch_meta_outplace_softmax_with_dtype_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:24:31.1459108Z test_dispatch_meta_outplace_softmax_with_dtype_cuda_bool (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:24:31.1459339Z test_dispatch_meta_outplace_softmax_with_dtype_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:24:31.1459568Z test_dispatch_meta_outplace_softmax_with_dtype_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:24:31.1459977Z test_dispatch_meta_outplace_softmax_with_dtype_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:24:31.1460182Z test_dispatch_meta_outplace_softmax_with_dtype_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:24:31.1460394Z test_dispatch_meta_outplace_softmax_with_dtype_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.1460612Z test_dispatch_meta_outplace_softmax_with_dtype_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-11-23T02:24:31.1460827Z test_dispatch_meta_outplace_softmax_with_dtype_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.1461034Z test_dispatch_meta_outplace_softmax_with_dtype_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.1461252Z test_dispatch_meta_outplace_softmax_with_dtype_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:24:31.1461459Z test_dispatch_meta_outplace_softmax_with_dtype_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.1461666Z test_dispatch_meta_outplace_sort_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.038s) 2022-11-23T02:24:31.1461871Z test_dispatch_meta_outplace_sort_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:24:31.1462072Z test_dispatch_meta_outplace_sort_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.040s) 2022-11-23T02:24:31.1462273Z test_dispatch_meta_outplace_sort_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.035s) 2022-11-23T02:24:31.1462469Z test_dispatch_meta_outplace_sort_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.034s) 2022-11-23T02:24:31.1463211Z test_dispatch_meta_outplace_sort_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.038s) 2022-11-23T02:24:31.1463461Z test_dispatch_meta_outplace_sort_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.042s) 2022-11-23T02:24:31.1463657Z test_dispatch_meta_outplace_sort_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:24:31.1463850Z test_dispatch_meta_outplace_sort_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.033s) 2022-11-23T02:24:31.1464087Z test_dispatch_meta_outplace_sparse_sampled_addmm_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:24:31.1464323Z test_dispatch_meta_outplace_sparse_sampled_addmm_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.1464552Z test_dispatch_meta_outplace_sparse_sampled_addmm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.1464780Z test_dispatch_meta_outplace_sparse_sampled_addmm_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:24:31.1465001Z test_dispatch_meta_outplace_special_airy_ai_cuda_bool (__main__.TestMetaCUDA) ... ok (0.970s) 2022-11-23T02:24:31.1465206Z test_dispatch_meta_outplace_special_airy_ai_cuda_float32 (__main__.TestMetaCUDA) ... ok (1.088s) 2022-11-23T02:24:31.1465419Z test_dispatch_meta_outplace_special_airy_ai_cuda_float64 (__main__.TestMetaCUDA) ... ok (1.129s) 2022-11-23T02:24:31.1465637Z test_dispatch_meta_outplace_special_airy_ai_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.1465853Z test_dispatch_meta_outplace_special_airy_ai_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.1466069Z test_dispatch_meta_outplace_special_airy_ai_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.1466281Z test_dispatch_meta_outplace_special_airy_ai_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.1466491Z test_dispatch_meta_outplace_special_airy_ai_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.1466711Z test_dispatch_meta_outplace_special_bessel_j0_cuda_bool (__main__.TestMetaCUDA) ... ok (0.617s) 2022-11-23T02:24:31.1466935Z test_dispatch_meta_outplace_special_bessel_j0_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.684s) 2022-11-23T02:24:31.1467153Z test_dispatch_meta_outplace_special_bessel_j0_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.776s) 2022-11-23T02:24:31.1467657Z test_dispatch_meta_outplace_special_bessel_j0_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.1467877Z test_dispatch_meta_outplace_special_bessel_j0_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:31.1468086Z test_dispatch_meta_outplace_special_bessel_j0_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.1468299Z test_dispatch_meta_outplace_special_bessel_j0_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.1468684Z test_dispatch_meta_outplace_special_bessel_j0_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.1469136Z test_dispatch_meta_outplace_special_bessel_j1_cuda_bool (__main__.TestMetaCUDA) ... ok (0.447s) 2022-11-23T02:24:31.1469365Z test_dispatch_meta_outplace_special_bessel_j1_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.309s) 2022-11-23T02:24:31.1469579Z test_dispatch_meta_outplace_special_bessel_j1_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.351s) 2022-11-23T02:24:31.1469795Z test_dispatch_meta_outplace_special_bessel_j1_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.1470005Z test_dispatch_meta_outplace_special_bessel_j1_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.1470209Z test_dispatch_meta_outplace_special_bessel_j1_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.1470404Z test_dispatch_meta_outplace_special_bessel_j1_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.1470620Z test_dispatch_meta_outplace_special_bessel_j1_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.1471334Z test_dispatch_meta_outplace_special_bessel_y0_cuda_bool (__main__.TestMetaCUDA) ... ok (1.012s) 2022-11-23T02:24:31.1471619Z test_dispatch_meta_outplace_special_bessel_y0_cuda_float32 (__main__.TestMetaCUDA) ... ok (1.155s) 2022-11-23T02:24:31.1471836Z test_dispatch_meta_outplace_special_bessel_y0_cuda_float64 (__main__.TestMetaCUDA) ... ok (1.178s) 2022-11-23T02:24:31.1472056Z test_dispatch_meta_outplace_special_bessel_y0_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.1472266Z test_dispatch_meta_outplace_special_bessel_y0_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.1472470Z test_dispatch_meta_outplace_special_bessel_y0_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.1472683Z test_dispatch_meta_outplace_special_bessel_y0_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.1472899Z test_dispatch_meta_outplace_special_bessel_y0_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.1473118Z test_dispatch_meta_outplace_special_bessel_y1_cuda_bool (__main__.TestMetaCUDA) ... ok (0.753s) 2022-11-23T02:24:31.1473338Z test_dispatch_meta_outplace_special_bessel_y1_cuda_float32 (__main__.TestMetaCUDA) ... ok (1.026s) 2022-11-23T02:24:31.1473551Z test_dispatch_meta_outplace_special_bessel_y1_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.955s) 2022-11-23T02:24:31.1473767Z test_dispatch_meta_outplace_special_bessel_y1_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.1473973Z test_dispatch_meta_outplace_special_bessel_y1_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.1474178Z test_dispatch_meta_outplace_special_bessel_y1_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.1474388Z test_dispatch_meta_outplace_special_bessel_y1_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.1474604Z test_dispatch_meta_outplace_special_bessel_y1_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.1474849Z test_dispatch_meta_outplace_special_chebyshev_polynomial_t_cuda_bool (__main__.TestMetaCUDA) ... ok (7.821s) 2022-11-23T02:24:31.1475099Z test_dispatch_meta_outplace_special_chebyshev_polynomial_t_cuda_float32 (__main__.TestMetaCUDA) ... ok (3.302s) 2022-11-23T02:24:31.1475347Z test_dispatch_meta_outplace_special_chebyshev_polynomial_t_cuda_float64 (__main__.TestMetaCUDA) ... ok (3.132s) 2022-11-23T02:24:31.1475689Z test_dispatch_meta_outplace_special_chebyshev_polynomial_t_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:24:31.1475930Z test_dispatch_meta_outplace_special_chebyshev_polynomial_t_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:24:31.1476172Z test_dispatch_meta_outplace_special_chebyshev_polynomial_t_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:24:31.1476412Z test_dispatch_meta_outplace_special_chebyshev_polynomial_t_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.1476657Z test_dispatch_meta_outplace_special_chebyshev_polynomial_t_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.1476892Z test_dispatch_meta_outplace_special_chebyshev_polynomial_u_cuda_bool (__main__.TestMetaCUDA) ... ok (8.488s) 2022-11-23T02:24:31.1477136Z test_dispatch_meta_outplace_special_chebyshev_polynomial_u_cuda_float32 (__main__.TestMetaCUDA) ... ok (4.180s) 2022-11-23T02:24:31.1477385Z test_dispatch_meta_outplace_special_chebyshev_polynomial_u_cuda_float64 (__main__.TestMetaCUDA) ... ok (3.664s) 2022-11-23T02:24:31.1477699Z test_dispatch_meta_outplace_special_chebyshev_polynomial_u_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.1477935Z test_dispatch_meta_outplace_special_chebyshev_polynomial_u_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.1478172Z test_dispatch_meta_outplace_special_chebyshev_polynomial_u_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:24:31.1478882Z test_dispatch_meta_outplace_special_chebyshev_polynomial_u_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:24:31.1479179Z test_dispatch_meta_outplace_special_chebyshev_polynomial_u_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.1479514Z test_dispatch_meta_outplace_special_chebyshev_polynomial_v_cuda_bool (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:24:31.1479852Z test_dispatch_meta_outplace_special_chebyshev_polynomial_v_cuda_float32 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:24:31.1480182Z test_dispatch_meta_outplace_special_chebyshev_polynomial_v_cuda_float64 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:24:31.1480523Z test_dispatch_meta_outplace_special_chebyshev_polynomial_v_cuda_int16 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:24:31.1480841Z test_dispatch_meta_outplace_special_chebyshev_polynomial_v_cuda_int32 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:24:31.1481151Z test_dispatch_meta_outplace_special_chebyshev_polynomial_v_cuda_int64 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:24:31.1481475Z 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:24:31.1481785Z test_dispatch_meta_outplace_special_chebyshev_polynomial_v_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:24:31.1482097Z test_dispatch_meta_outplace_special_chebyshev_polynomial_w_cuda_bool (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.010s) 2022-11-23T02:24:31.1482422Z test_dispatch_meta_outplace_special_chebyshev_polynomial_w_cuda_float32 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:24:31.1482749Z test_dispatch_meta_outplace_special_chebyshev_polynomial_w_cuda_float64 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:24:31.1483183Z test_dispatch_meta_outplace_special_chebyshev_polynomial_w_cuda_int16 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:24:31.1483495Z test_dispatch_meta_outplace_special_chebyshev_polynomial_w_cuda_int32 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:24:31.1483805Z test_dispatch_meta_outplace_special_chebyshev_polynomial_w_cuda_int64 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:24:31.1484295Z test_dispatch_meta_outplace_special_chebyshev_polynomial_w_cuda_int8 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:24:31.1484642Z test_dispatch_meta_outplace_special_chebyshev_polynomial_w_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:24:31.1484865Z test_dispatch_meta_outplace_special_entr_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.302s) 2022-11-23T02:24:31.1485359Z test_dispatch_meta_outplace_special_entr_cuda_bool (__main__.TestMetaCUDA) ... ok (0.398s) 2022-11-23T02:24:31.1485582Z test_dispatch_meta_outplace_special_entr_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.354s) 2022-11-23T02:24:31.1485796Z test_dispatch_meta_outplace_special_entr_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.310s) 2022-11-23T02:24:31.1486091Z test_dispatch_meta_outplace_special_entr_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.308s) 2022-11-23T02:24:31.1486321Z test_dispatch_meta_outplace_special_entr_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.1486514Z test_dispatch_meta_outplace_special_entr_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.1486721Z test_dispatch_meta_outplace_special_entr_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.1486933Z test_dispatch_meta_outplace_special_entr_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.1487137Z test_dispatch_meta_outplace_special_entr_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.1487345Z test_dispatch_meta_outplace_special_erfcx_cuda_bool (__main__.TestMetaCUDA) ... ok (1.974s) 2022-11-23T02:24:31.1487566Z test_dispatch_meta_outplace_special_erfcx_cuda_float32 (__main__.TestMetaCUDA) ... ok (3.528s) 2022-11-23T02:24:31.1487785Z test_dispatch_meta_outplace_special_erfcx_cuda_float64 (__main__.TestMetaCUDA) ... ok (3.270s) 2022-11-23T02:24:31.1487999Z test_dispatch_meta_outplace_special_erfcx_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.1488211Z test_dispatch_meta_outplace_special_erfcx_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.1488421Z test_dispatch_meta_outplace_special_erfcx_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.1488635Z test_dispatch_meta_outplace_special_erfcx_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.1488842Z test_dispatch_meta_outplace_special_erfcx_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.1489087Z test_dispatch_meta_outplace_special_hermite_polynomial_h_cuda_bool (__main__.TestMetaCUDA) ... ok (6.881s) 2022-11-23T02:24:31.1489329Z test_dispatch_meta_outplace_special_hermite_polynomial_h_cuda_float32 (__main__.TestMetaCUDA) ... ok (2.653s) 2022-11-23T02:24:31.1489576Z test_dispatch_meta_outplace_special_hermite_polynomial_h_cuda_float64 (__main__.TestMetaCUDA) ... ok (2.429s) 2022-11-23T02:24:31.1489816Z test_dispatch_meta_outplace_special_hermite_polynomial_h_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:31.1490055Z test_dispatch_meta_outplace_special_hermite_polynomial_h_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.1490283Z test_dispatch_meta_outplace_special_hermite_polynomial_h_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.1490617Z test_dispatch_meta_outplace_special_hermite_polynomial_h_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.1490848Z test_dispatch_meta_outplace_special_hermite_polynomial_h_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.1491081Z test_dispatch_meta_outplace_special_hermite_polynomial_he_cuda_bool (__main__.TestMetaCUDA) ... ok (6.842s) 2022-11-23T02:24:31.1491323Z test_dispatch_meta_outplace_special_hermite_polynomial_he_cuda_float32 (__main__.TestMetaCUDA) ... ok (2.641s) 2022-11-23T02:24:31.1491554Z test_dispatch_meta_outplace_special_hermite_polynomial_he_cuda_float64 (__main__.TestMetaCUDA) ... ok (2.611s) 2022-11-23T02:24:31.1491795Z test_dispatch_meta_outplace_special_hermite_polynomial_he_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.1492033Z test_dispatch_meta_outplace_special_hermite_polynomial_he_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:24:31.1492272Z test_dispatch_meta_outplace_special_hermite_polynomial_he_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:24:31.1492509Z test_dispatch_meta_outplace_special_hermite_polynomial_he_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:24:31.1492745Z test_dispatch_meta_outplace_special_hermite_polynomial_he_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:24:31.1492961Z test_dispatch_meta_outplace_special_i0e_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.481s) 2022-11-23T02:24:31.1493242Z test_dispatch_meta_outplace_special_i0e_cuda_bool (__main__.TestMetaCUDA) ... ok (0.626s) 2022-11-23T02:24:31.1493471Z test_dispatch_meta_outplace_special_i0e_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.514s) 2022-11-23T02:24:31.1493682Z test_dispatch_meta_outplace_special_i0e_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.449s) 2022-11-23T02:24:31.1493892Z test_dispatch_meta_outplace_special_i0e_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.573s) 2022-11-23T02:24:31.1494102Z test_dispatch_meta_outplace_special_i0e_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.1494311Z test_dispatch_meta_outplace_special_i0e_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.1494513Z test_dispatch_meta_outplace_special_i0e_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.1494719Z test_dispatch_meta_outplace_special_i0e_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.1494920Z test_dispatch_meta_outplace_special_i0e_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.1495128Z test_dispatch_meta_outplace_special_i1_cuda_bool (__main__.TestMetaCUDA) ... ok (0.604s) 2022-11-23T02:24:31.1495338Z test_dispatch_meta_outplace_special_i1_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.472s) 2022-11-23T02:24:31.1495545Z test_dispatch_meta_outplace_special_i1_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.512s) 2022-11-23T02:24:31.1495751Z test_dispatch_meta_outplace_special_i1_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.1495953Z test_dispatch_meta_outplace_special_i1_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.1496134Z test_dispatch_meta_outplace_special_i1_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.1496337Z test_dispatch_meta_outplace_special_i1_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.1496535Z test_dispatch_meta_outplace_special_i1_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.1496741Z test_dispatch_meta_outplace_special_i1e_cuda_bool (__main__.TestMetaCUDA) ... ok (0.556s) 2022-11-23T02:24:31.1496951Z test_dispatch_meta_outplace_special_i1e_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.519s) 2022-11-23T02:24:31.1497162Z test_dispatch_meta_outplace_special_i1e_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.389s) 2022-11-23T02:24:31.1497461Z test_dispatch_meta_outplace_special_i1e_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.1497666Z test_dispatch_meta_outplace_special_i1e_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.1497868Z test_dispatch_meta_outplace_special_i1e_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.1498070Z test_dispatch_meta_outplace_special_i1e_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.1498270Z test_dispatch_meta_outplace_special_i1e_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.1498515Z test_dispatch_meta_outplace_special_laguerre_polynomial_l_cuda_bool (__main__.TestMetaCUDA) ... ok (8.226s) 2022-11-23T02:24:31.1498759Z test_dispatch_meta_outplace_special_laguerre_polynomial_l_cuda_float32 (__main__.TestMetaCUDA) ... ok (3.236s) 2022-11-23T02:24:31.1499003Z test_dispatch_meta_outplace_special_laguerre_polynomial_l_cuda_float64 (__main__.TestMetaCUDA) ... ok (3.297s) 2022-11-23T02:24:31.1499246Z test_dispatch_meta_outplace_special_laguerre_polynomial_l_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:24:31.1499485Z test_dispatch_meta_outplace_special_laguerre_polynomial_l_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.1499725Z test_dispatch_meta_outplace_special_laguerre_polynomial_l_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.1499964Z test_dispatch_meta_outplace_special_laguerre_polynomial_l_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:31.1500270Z test_dispatch_meta_outplace_special_laguerre_polynomial_l_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-11-23T02:24:31.1500615Z test_dispatch_meta_outplace_special_legendre_polynomial_p_cuda_bool (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:24:31.1500947Z test_dispatch_meta_outplace_special_legendre_polynomial_p_cuda_float32 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:24:31.1501279Z test_dispatch_meta_outplace_special_legendre_polynomial_p_cuda_float64 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:24:31.1501601Z test_dispatch_meta_outplace_special_legendre_polynomial_p_cuda_int16 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:24:31.1501923Z test_dispatch_meta_outplace_special_legendre_polynomial_p_cuda_int32 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:24:31.1502235Z test_dispatch_meta_outplace_special_legendre_polynomial_p_cuda_int64 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:24:31.1502554Z test_dispatch_meta_outplace_special_legendre_polynomial_p_cuda_int8 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:24:31.1502868Z test_dispatch_meta_outplace_special_legendre_polynomial_p_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:24:31.1503086Z test_dispatch_meta_outplace_special_log_ndtr_cuda_bool (__main__.TestMetaCUDA) ... ok (0.644s) 2022-11-23T02:24:31.1503293Z test_dispatch_meta_outplace_special_log_ndtr_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.582s) 2022-11-23T02:24:31.1503507Z test_dispatch_meta_outplace_special_log_ndtr_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.868s) 2022-11-23T02:24:31.1503727Z test_dispatch_meta_outplace_special_log_ndtr_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:24:31.1503946Z test_dispatch_meta_outplace_special_log_ndtr_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.1504162Z test_dispatch_meta_outplace_special_log_ndtr_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:31.1504469Z test_dispatch_meta_outplace_special_log_ndtr_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.1504684Z test_dispatch_meta_outplace_special_log_ndtr_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.1504917Z test_dispatch_meta_outplace_special_modified_bessel_i0_cuda_bool (__main__.TestMetaCUDA) ... ok (0.555s) 2022-11-23T02:24:31.1505153Z test_dispatch_meta_outplace_special_modified_bessel_i0_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.550s) 2022-11-23T02:24:31.1505390Z test_dispatch_meta_outplace_special_modified_bessel_i0_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.596s) 2022-11-23T02:24:31.1505622Z test_dispatch_meta_outplace_special_modified_bessel_i0_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.1505851Z test_dispatch_meta_outplace_special_modified_bessel_i0_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.1506078Z test_dispatch_meta_outplace_special_modified_bessel_i0_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.1506305Z test_dispatch_meta_outplace_special_modified_bessel_i0_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.1506529Z test_dispatch_meta_outplace_special_modified_bessel_i0_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.1506753Z test_dispatch_meta_outplace_special_modified_bessel_i1_cuda_bool (__main__.TestMetaCUDA) ... ok (0.650s) 2022-11-23T02:24:31.1506984Z test_dispatch_meta_outplace_special_modified_bessel_i1_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.609s) 2022-11-23T02:24:31.1507281Z test_dispatch_meta_outplace_special_modified_bessel_i1_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.650s) 2022-11-23T02:24:31.1507521Z test_dispatch_meta_outplace_special_modified_bessel_i1_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.1507746Z test_dispatch_meta_outplace_special_modified_bessel_i1_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.1507972Z test_dispatch_meta_outplace_special_modified_bessel_i1_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.1508194Z test_dispatch_meta_outplace_special_modified_bessel_i1_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.1508414Z test_dispatch_meta_outplace_special_modified_bessel_i1_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.1508620Z test_dispatch_meta_outplace_special_modified_bessel_k0_cuda_bool (__main__.TestMetaCUDA) ... ok (0.707s) 2022-11-23T02:24:31.1508853Z test_dispatch_meta_outplace_special_modified_bessel_k0_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.736s) 2022-11-23T02:24:31.1509082Z test_dispatch_meta_outplace_special_modified_bessel_k0_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.927s) 2022-11-23T02:24:31.1509302Z test_dispatch_meta_outplace_special_modified_bessel_k0_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.1509530Z test_dispatch_meta_outplace_special_modified_bessel_k0_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.1509747Z test_dispatch_meta_outplace_special_modified_bessel_k0_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.1509971Z test_dispatch_meta_outplace_special_modified_bessel_k0_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.1510191Z test_dispatch_meta_outplace_special_modified_bessel_k0_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.1510414Z test_dispatch_meta_outplace_special_modified_bessel_k1_cuda_bool (__main__.TestMetaCUDA) ... ok (0.681s) 2022-11-23T02:24:31.1510645Z test_dispatch_meta_outplace_special_modified_bessel_k1_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.708s) 2022-11-23T02:24:31.1510873Z test_dispatch_meta_outplace_special_modified_bessel_k1_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.974s) 2022-11-23T02:24:31.1511091Z test_dispatch_meta_outplace_special_modified_bessel_k1_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.1511402Z test_dispatch_meta_outplace_special_modified_bessel_k1_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.1511621Z test_dispatch_meta_outplace_special_modified_bessel_k1_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.1511842Z test_dispatch_meta_outplace_special_modified_bessel_k1_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.1512061Z test_dispatch_meta_outplace_special_modified_bessel_k1_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.1512283Z test_dispatch_meta_outplace_special_ndtr_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.033s) 2022-11-23T02:24:31.1512493Z test_dispatch_meta_outplace_special_ndtr_cuda_bool (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:24:31.1512708Z test_dispatch_meta_outplace_special_ndtr_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:24:31.1512926Z test_dispatch_meta_outplace_special_ndtr_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.1513143Z test_dispatch_meta_outplace_special_ndtr_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:24:31.1513353Z test_dispatch_meta_outplace_special_ndtr_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.1513548Z test_dispatch_meta_outplace_special_ndtr_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.038s) 2022-11-23T02:24:31.1513752Z test_dispatch_meta_outplace_special_ndtr_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:24:31.1514034Z test_dispatch_meta_outplace_special_ndtr_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:24:31.1514260Z test_dispatch_meta_outplace_special_ndtr_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:24:31.1514468Z test_dispatch_meta_outplace_special_ndtri_cuda_bool (__main__.TestMetaCUDA) ... ok (0.619s) 2022-11-23T02:24:31.1514687Z test_dispatch_meta_outplace_special_ndtri_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.603s) 2022-11-23T02:24:31.1514908Z test_dispatch_meta_outplace_special_ndtri_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.674s) 2022-11-23T02:24:31.1515120Z test_dispatch_meta_outplace_special_ndtri_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.1515330Z test_dispatch_meta_outplace_special_ndtri_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.1515716Z test_dispatch_meta_outplace_special_ndtri_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.1515939Z test_dispatch_meta_outplace_special_ndtri_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.1516295Z test_dispatch_meta_outplace_special_ndtri_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.1516704Z test_dispatch_meta_outplace_special_polygamma_special_polygamma_n_0_cuda_bool (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.1516969Z test_dispatch_meta_outplace_special_polygamma_special_polygamma_n_0_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.1517231Z test_dispatch_meta_outplace_special_polygamma_special_polygamma_n_0_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.1517485Z test_dispatch_meta_outplace_special_polygamma_special_polygamma_n_0_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.1517739Z test_dispatch_meta_outplace_special_polygamma_special_polygamma_n_0_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:24:31.1517995Z test_dispatch_meta_outplace_special_polygamma_special_polygamma_n_0_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.1518246Z test_dispatch_meta_outplace_special_polygamma_special_polygamma_n_0_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:24:31.1518500Z test_dispatch_meta_outplace_special_polygamma_special_polygamma_n_0_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.1519407Z test_dispatch_meta_outplace_special_polygamma_special_polygamma_n_0_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:31.1519652Z test_dispatch_meta_outplace_special_scaled_modified_bessel_k0_cuda_bool (__main__.TestMetaCUDA) ... ok (0.656s) 2022-11-23T02:24:31.1519902Z test_dispatch_meta_outplace_special_scaled_modified_bessel_k0_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.704s) 2022-11-23T02:24:31.1520123Z test_dispatch_meta_outplace_special_scaled_modified_bessel_k0_cuda_float64 (__main__.TestMetaCUDA) ... ok (1.036s) 2022-11-23T02:24:31.1520371Z test_dispatch_meta_outplace_special_scaled_modified_bessel_k0_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:31.1520604Z test_dispatch_meta_outplace_special_scaled_modified_bessel_k0_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.1520832Z test_dispatch_meta_outplace_special_scaled_modified_bessel_k0_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.1521076Z test_dispatch_meta_outplace_special_scaled_modified_bessel_k0_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.1521319Z test_dispatch_meta_outplace_special_scaled_modified_bessel_k0_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.1521560Z test_dispatch_meta_outplace_special_scaled_modified_bessel_k1_cuda_bool (__main__.TestMetaCUDA) ... ok (0.690s) 2022-11-23T02:24:31.1521806Z test_dispatch_meta_outplace_special_scaled_modified_bessel_k1_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.647s) 2022-11-23T02:24:31.1522137Z test_dispatch_meta_outplace_special_scaled_modified_bessel_k1_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.930s) 2022-11-23T02:24:31.1522395Z test_dispatch_meta_outplace_special_scaled_modified_bessel_k1_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.1522627Z test_dispatch_meta_outplace_special_scaled_modified_bessel_k1_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.1522860Z test_dispatch_meta_outplace_special_scaled_modified_bessel_k1_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.1523098Z test_dispatch_meta_outplace_special_scaled_modified_bessel_k1_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.1523340Z test_dispatch_meta_outplace_special_scaled_modified_bessel_k1_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.1523678Z 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:24:31.1524016Z 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:24:31.1524354Z 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:24:31.1524693Z 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:24:31.1525018Z 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:24:31.1525334Z 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:24:31.1525665Z 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:24:31.1525985Z 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:24:31.1526397Z 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:24:31.1526773Z 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:24:31.1527117Z 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:24:31.1527448Z 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:24:31.1527769Z 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:24:31.1528088Z test_dispatch_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:24:31.1528414Z 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:24:31.1528807Z test_dispatch_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:24:31.1529149Z test_dispatch_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:24:31.1529476Z test_dispatch_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:24:31.1529813Z test_dispatch_meta_outplace_special_shifted_chebyshev_polynomial_v_cuda_float64 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2022-11-23T02:24:31.1530141Z test_dispatch_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:24:31.1530461Z test_dispatch_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:24:31.1530774Z test_dispatch_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:24:31.1531104Z test_dispatch_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:24:31.1531421Z test_dispatch_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:24:31.1531743Z 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:24:31.1532075Z 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:24:31.1532411Z 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:24:31.1532820Z test_dispatch_meta_outplace_special_shifted_chebyshev_polynomial_w_cuda_int16 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2022-11-23T02:24:31.1533137Z test_dispatch_meta_outplace_special_shifted_chebyshev_polynomial_w_cuda_int32 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:24:31.1533448Z 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:24:31.1533776Z 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:24:31.1534090Z 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:24:31.1534329Z test_dispatch_meta_outplace_special_spherical_bessel_j0_cuda_bool (__main__.TestMetaCUDA) ... ok (0.608s) 2022-11-23T02:24:31.1534568Z test_dispatch_meta_outplace_special_spherical_bessel_j0_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.564s) 2022-11-23T02:24:31.1534806Z test_dispatch_meta_outplace_special_spherical_bessel_j0_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.509s) 2022-11-23T02:24:31.1535041Z test_dispatch_meta_outplace_special_spherical_bessel_j0_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.1535343Z test_dispatch_meta_outplace_special_spherical_bessel_j0_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.1535587Z test_dispatch_meta_outplace_special_spherical_bessel_j0_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.1535804Z test_dispatch_meta_outplace_special_spherical_bessel_j0_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.1536033Z test_dispatch_meta_outplace_special_spherical_bessel_j0_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.1536256Z test_dispatch_meta_outplace_special_xlog1py_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:24:31.1536473Z test_dispatch_meta_outplace_special_xlog1py_cuda_bool (__main__.TestMetaCUDA) ... ok (0.052s) 2022-11-23T02:24:31.1536693Z test_dispatch_meta_outplace_special_xlog1py_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.064s) 2022-11-23T02:24:31.1536906Z test_dispatch_meta_outplace_special_xlog1py_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.051s) 2022-11-23T02:24:31.1537119Z test_dispatch_meta_outplace_special_xlog1py_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.062s) 2022-11-23T02:24:31.1537333Z test_dispatch_meta_outplace_special_xlog1py_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.049s) 2022-11-23T02:24:31.1537549Z test_dispatch_meta_outplace_special_xlog1py_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.056s) 2022-11-23T02:24:31.1537770Z test_dispatch_meta_outplace_special_xlog1py_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.039s) 2022-11-23T02:24:31.1537983Z test_dispatch_meta_outplace_special_xlog1py_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.050s) 2022-11-23T02:24:31.1538197Z test_dispatch_meta_outplace_special_xlog1py_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.039s) 2022-11-23T02:24:31.1538407Z test_dispatch_meta_outplace_special_zeta_cuda_bool (__main__.TestMetaCUDA) ... ok (8.831s) 2022-11-23T02:24:31.1538617Z test_dispatch_meta_outplace_special_zeta_cuda_float32 (__main__.TestMetaCUDA) ... ok (4.237s) 2022-11-23T02:24:31.1538832Z test_dispatch_meta_outplace_special_zeta_cuda_float64 (__main__.TestMetaCUDA) ... ok (4.596s) 2022-11-23T02:24:31.1539045Z test_dispatch_meta_outplace_special_zeta_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-11-23T02:24:31.1539254Z test_dispatch_meta_outplace_special_zeta_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.1539546Z test_dispatch_meta_outplace_special_zeta_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.038s) 2022-11-23T02:24:31.1539754Z test_dispatch_meta_outplace_special_zeta_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:24:31.1539956Z test_dispatch_meta_outplace_special_zeta_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-11-23T02:24:31.1540161Z test_dispatch_meta_outplace_split_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.1540346Z test_dispatch_meta_outplace_split_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.1540560Z test_dispatch_meta_outplace_split_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.1540767Z test_dispatch_meta_outplace_split_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.1540974Z test_dispatch_meta_outplace_split_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.1541177Z test_dispatch_meta_outplace_split_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.1541383Z test_dispatch_meta_outplace_split_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.1541586Z test_dispatch_meta_outplace_split_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.1541784Z test_dispatch_meta_outplace_split_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.1541981Z test_dispatch_meta_outplace_split_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.1542180Z test_dispatch_meta_outplace_split_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.1542447Z test_dispatch_meta_outplace_split_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.1542662Z test_dispatch_meta_outplace_split_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.1542884Z test_dispatch_meta_outplace_split_list_args_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.1543099Z test_dispatch_meta_outplace_split_list_args_cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.1543326Z test_dispatch_meta_outplace_split_list_args_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.1543549Z test_dispatch_meta_outplace_split_list_args_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.1543765Z test_dispatch_meta_outplace_split_list_args_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.1543975Z test_dispatch_meta_outplace_split_list_args_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.1544185Z test_dispatch_meta_outplace_split_list_args_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.1544398Z test_dispatch_meta_outplace_split_list_args_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.1544596Z test_dispatch_meta_outplace_split_list_args_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.1544811Z test_dispatch_meta_outplace_split_list_args_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.1545020Z test_dispatch_meta_outplace_split_list_args_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.1545232Z test_dispatch_meta_outplace_split_list_args_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.1545457Z test_dispatch_meta_outplace_split_with_sizes_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.1545669Z test_dispatch_meta_outplace_split_with_sizes_cuda_bool (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.1545897Z test_dispatch_meta_outplace_split_with_sizes_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.1546122Z test_dispatch_meta_outplace_split_with_sizes_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.1546340Z test_dispatch_meta_outplace_split_with_sizes_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.1546647Z test_dispatch_meta_outplace_split_with_sizes_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.1546860Z test_dispatch_meta_outplace_split_with_sizes_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.1547068Z test_dispatch_meta_outplace_split_with_sizes_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.1547282Z test_dispatch_meta_outplace_split_with_sizes_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.1547497Z test_dispatch_meta_outplace_split_with_sizes_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.1547716Z test_dispatch_meta_outplace_split_with_sizes_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.1547929Z test_dispatch_meta_outplace_split_with_sizes_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.1548138Z test_dispatch_meta_outplace_split_with_sizes_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.1548344Z test_dispatch_meta_outplace_sqrt_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.1548545Z test_dispatch_meta_outplace_sqrt_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.1548753Z test_dispatch_meta_outplace_sqrt_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.1548944Z test_dispatch_meta_outplace_sqrt_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.1549148Z test_dispatch_meta_outplace_sqrt_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.1549418Z test_dispatch_meta_outplace_sqrt_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.1549637Z test_dispatch_meta_outplace_sqrt_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.1549836Z test_dispatch_meta_outplace_sqrt_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.1550031Z test_dispatch_meta_outplace_sqrt_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.1550225Z test_dispatch_meta_outplace_sqrt_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.1550411Z test_dispatch_meta_outplace_sqrt_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.1550607Z test_dispatch_meta_outplace_sqrt_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.1550796Z test_dispatch_meta_outplace_sqrt_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.1551002Z test_dispatch_meta_outplace_square_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.1551206Z test_dispatch_meta_outplace_square_cuda_bool (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.1551416Z test_dispatch_meta_outplace_square_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.1551625Z test_dispatch_meta_outplace_square_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.1551826Z test_dispatch_meta_outplace_square_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.1552031Z test_dispatch_meta_outplace_square_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.1552234Z test_dispatch_meta_outplace_square_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.1552434Z test_dispatch_meta_outplace_square_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.1552632Z test_dispatch_meta_outplace_square_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.1552814Z test_dispatch_meta_outplace_square_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.1553019Z test_dispatch_meta_outplace_square_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.1553216Z test_dispatch_meta_outplace_square_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.1553423Z test_dispatch_meta_outplace_squeeze_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.1553719Z test_dispatch_meta_outplace_squeeze_cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.1553934Z test_dispatch_meta_outplace_squeeze_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.1554144Z test_dispatch_meta_outplace_squeeze_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.1554357Z test_dispatch_meta_outplace_squeeze_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.1554560Z test_dispatch_meta_outplace_squeeze_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.1554767Z test_dispatch_meta_outplace_squeeze_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.1554968Z test_dispatch_meta_outplace_squeeze_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.1555170Z test_dispatch_meta_outplace_squeeze_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.1555372Z test_dispatch_meta_outplace_squeeze_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.1555578Z test_dispatch_meta_outplace_squeeze_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.1555777Z test_dispatch_meta_outplace_squeeze_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.1555975Z test_dispatch_meta_outplace_squeeze_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.1556179Z test_dispatch_meta_outplace_stack_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.1556376Z test_dispatch_meta_outplace_stack_cuda_bool (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:24:31.1556650Z test_dispatch_meta_outplace_stack_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:24:31.1556873Z test_dispatch_meta_outplace_stack_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:24:31.1557061Z test_dispatch_meta_outplace_stack_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:24:31.1557263Z test_dispatch_meta_outplace_stack_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.1557465Z test_dispatch_meta_outplace_stack_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-11-23T02:24:31.1557665Z test_dispatch_meta_outplace_stack_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:24:31.1557866Z test_dispatch_meta_outplace_stack_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.034s) 2022-11-23T02:24:31.1558065Z test_dispatch_meta_outplace_stack_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-11-23T02:24:31.1558266Z test_dispatch_meta_outplace_stack_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-11-23T02:24:31.1558461Z test_dispatch_meta_outplace_stack_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:24:31.1558659Z test_dispatch_meta_outplace_stack_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:24:31.1558859Z test_dispatch_meta_outplace_std_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.1559066Z test_dispatch_meta_outplace_std_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:31.1559268Z test_dispatch_meta_outplace_std_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:24:31.1559464Z test_dispatch_meta_outplace_std_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:31.1559663Z test_dispatch_meta_outplace_std_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:24:31.1559860Z test_dispatch_meta_outplace_std_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.1560072Z test_dispatch_meta_outplace_std_mean_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.033s) 2022-11-23T02:24:31.1560284Z test_dispatch_meta_outplace_std_mean_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.1560495Z test_dispatch_meta_outplace_std_mean_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.1560788Z test_dispatch_meta_outplace_std_mean_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.1560978Z test_dispatch_meta_outplace_std_mean_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.1561181Z test_dispatch_meta_outplace_std_mean_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:24:31.1561385Z test_dispatch_meta_outplace_stft_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.070s) 2022-11-23T02:24:31.1561589Z test_dispatch_meta_outplace_stft_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.068s) 2022-11-23T02:24:31.1561793Z test_dispatch_meta_outplace_stft_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.050s) 2022-11-23T02:24:31.1561996Z test_dispatch_meta_outplace_stft_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.040s) 2022-11-23T02:24:31.1562196Z test_dispatch_meta_outplace_sub_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.039s) 2022-11-23T02:24:31.1562396Z test_dispatch_meta_outplace_sub_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:24:31.1562602Z test_dispatch_meta_outplace_sub_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:24:31.1562805Z test_dispatch_meta_outplace_sub_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:24:31.1563007Z test_dispatch_meta_outplace_sub_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.033s) 2022-11-23T02:24:31.1563204Z test_dispatch_meta_outplace_sub_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.038s) 2022-11-23T02:24:31.1563402Z test_dispatch_meta_outplace_sub_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:24:31.1563666Z test_dispatch_meta_outplace_sub_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:24:31.1563876Z test_dispatch_meta_outplace_sub_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-11-23T02:24:31.1564063Z test_dispatch_meta_outplace_sub_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:24:31.1564256Z test_dispatch_meta_outplace_sub_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:24:31.1564448Z test_dispatch_meta_outplace_sub_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:24:31.1564646Z test_dispatch_meta_outplace_sum_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:24:31.1564826Z test_dispatch_meta_outplace_sum_cuda_bool (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.1565029Z test_dispatch_meta_outplace_sum_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.1565232Z test_dispatch_meta_outplace_sum_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:24:31.1565437Z test_dispatch_meta_outplace_sum_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.1565634Z test_dispatch_meta_outplace_sum_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:24:31.1565833Z test_dispatch_meta_outplace_sum_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.1566034Z test_dispatch_meta_outplace_sum_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.1566229Z test_dispatch_meta_outplace_sum_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.1566421Z test_dispatch_meta_outplace_sum_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:24:31.1566606Z test_dispatch_meta_outplace_sum_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:31.1566799Z test_dispatch_meta_outplace_sum_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.1566987Z test_dispatch_meta_outplace_sum_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.1567202Z test_dispatch_meta_outplace_sum_to_size_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:24:31.1567407Z test_dispatch_meta_outplace_sum_to_size_cuda_bool (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.1567622Z test_dispatch_meta_outplace_sum_to_size_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.1567930Z test_dispatch_meta_outplace_sum_to_size_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.1568142Z test_dispatch_meta_outplace_sum_to_size_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.1568351Z test_dispatch_meta_outplace_sum_to_size_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.1568559Z test_dispatch_meta_outplace_sum_to_size_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.1568746Z test_dispatch_meta_outplace_sum_to_size_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.1568954Z test_dispatch_meta_outplace_sum_to_size_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.1569152Z test_dispatch_meta_outplace_sum_to_size_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.1569355Z test_dispatch_meta_outplace_sum_to_size_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.1569555Z test_dispatch_meta_outplace_sum_to_size_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.1569760Z test_dispatch_meta_outplace_svd_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.356s) 2022-11-23T02:24:31.1570038Z test_dispatch_meta_outplace_svd_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.331s) 2022-11-23T02:24:31.1570236Z test_dispatch_meta_outplace_svd_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.400s) 2022-11-23T02:24:31.1570435Z test_dispatch_meta_outplace_svd_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.340s) 2022-11-23T02:24:31.1570718Z test_dispatch_meta_outplace_svd_lowrank_cuda_float32 (__main__.TestMetaCUDA) ... ok (6.874s) 2022-11-23T02:24:31.1570948Z test_dispatch_meta_outplace_svd_lowrank_cuda_float64 (__main__.TestMetaCUDA) ... ok (7.383s) 2022-11-23T02:24:31.1571155Z test_dispatch_meta_outplace_symeig_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:24:31.1571364Z test_dispatch_meta_outplace_symeig_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.034s) 2022-11-23T02:24:31.1571572Z test_dispatch_meta_outplace_symeig_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:24:31.1571950Z test_dispatch_meta_outplace_symeig_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:24:31.1572161Z test_dispatch_meta_outplace_t_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.1572358Z test_dispatch_meta_outplace_t_cuda_bool (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.1572725Z test_dispatch_meta_outplace_t_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.1572937Z test_dispatch_meta_outplace_t_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.1573249Z test_dispatch_meta_outplace_t_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.1573450Z test_dispatch_meta_outplace_t_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.1573640Z test_dispatch_meta_outplace_t_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.1573839Z test_dispatch_meta_outplace_t_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.1574027Z test_dispatch_meta_outplace_t_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.1574210Z test_dispatch_meta_outplace_t_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.1574404Z test_dispatch_meta_outplace_t_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.1574595Z test_dispatch_meta_outplace_t_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.1574817Z test_dispatch_meta_outplace_take_along_dim_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:24:31.1575027Z test_dispatch_meta_outplace_take_along_dim_cuda_bool (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:24:31.1575249Z test_dispatch_meta_outplace_take_along_dim_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.038s) 2022-11-23T02:24:31.1575572Z test_dispatch_meta_outplace_take_along_dim_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.033s) 2022-11-23T02:24:31.1575786Z test_dispatch_meta_outplace_take_along_dim_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:24:31.1576002Z test_dispatch_meta_outplace_take_along_dim_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.046s) 2022-11-23T02:24:31.1576218Z test_dispatch_meta_outplace_take_along_dim_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.039s) 2022-11-23T02:24:31.1576430Z test_dispatch_meta_outplace_take_along_dim_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.038s) 2022-11-23T02:24:31.1576643Z test_dispatch_meta_outplace_take_along_dim_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.041s) 2022-11-23T02:24:31.1576853Z test_dispatch_meta_outplace_take_along_dim_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.034s) 2022-11-23T02:24:31.1577063Z test_dispatch_meta_outplace_take_along_dim_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.045s) 2022-11-23T02:24:31.1577276Z test_dispatch_meta_outplace_take_along_dim_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:24:31.1577463Z test_dispatch_meta_outplace_take_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.041s) 2022-11-23T02:24:31.1577661Z test_dispatch_meta_outplace_take_cuda_bool (__main__.TestMetaCUDA) ... ok (0.046s) 2022-11-23T02:24:31.1577865Z test_dispatch_meta_outplace_take_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-11-23T02:24:31.1578067Z test_dispatch_meta_outplace_take_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.050s) 2022-11-23T02:24:31.1578336Z test_dispatch_meta_outplace_take_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.039s) 2022-11-23T02:24:31.1578552Z test_dispatch_meta_outplace_take_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-11-23T02:24:31.1578754Z test_dispatch_meta_outplace_take_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.046s) 2022-11-23T02:24:31.1578950Z test_dispatch_meta_outplace_take_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.036s) 2022-11-23T02:24:31.1579143Z test_dispatch_meta_outplace_take_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.034s) 2022-11-23T02:24:31.1579330Z test_dispatch_meta_outplace_take_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:24:31.1579524Z test_dispatch_meta_outplace_take_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-11-23T02:24:31.1579711Z test_dispatch_meta_outplace_take_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-11-23T02:24:31.1579910Z test_dispatch_meta_outplace_tan_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.1580108Z test_dispatch_meta_outplace_tan_cuda_bool (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.1580311Z test_dispatch_meta_outplace_tan_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.1580514Z test_dispatch_meta_outplace_tan_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.1580719Z test_dispatch_meta_outplace_tan_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.1580921Z test_dispatch_meta_outplace_tan_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.1581118Z test_dispatch_meta_outplace_tan_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.1581302Z test_dispatch_meta_outplace_tan_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.1581498Z test_dispatch_meta_outplace_tan_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.1581686Z test_dispatch_meta_outplace_tan_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.1581877Z test_dispatch_meta_outplace_tan_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.1582070Z test_dispatch_meta_outplace_tan_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.1582260Z test_dispatch_meta_outplace_tan_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.1582555Z test_dispatch_meta_outplace_tanh_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.1582753Z test_dispatch_meta_outplace_tanh_cuda_bool (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.1582959Z test_dispatch_meta_outplace_tanh_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.1583164Z test_dispatch_meta_outplace_tanh_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.1583369Z test_dispatch_meta_outplace_tanh_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.1583567Z test_dispatch_meta_outplace_tanh_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.1583771Z test_dispatch_meta_outplace_tanh_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.1583973Z test_dispatch_meta_outplace_tanh_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.1584172Z test_dispatch_meta_outplace_tanh_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.1584367Z test_dispatch_meta_outplace_tanh_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.1584554Z test_dispatch_meta_outplace_tanh_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.1584748Z test_dispatch_meta_outplace_tanh_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.1584937Z test_dispatch_meta_outplace_tanh_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.1585140Z test_dispatch_meta_outplace_tensor_split_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:24:31.1585419Z test_dispatch_meta_outplace_tensor_split_cuda_bool (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:24:31.1585658Z test_dispatch_meta_outplace_tensor_split_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:24:31.1585879Z test_dispatch_meta_outplace_tensor_split_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:24:31.1586094Z test_dispatch_meta_outplace_tensor_split_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:24:31.1586311Z test_dispatch_meta_outplace_tensor_split_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.1586524Z test_dispatch_meta_outplace_tensor_split_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:24:31.1586733Z test_dispatch_meta_outplace_tensor_split_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:24:31.1586940Z test_dispatch_meta_outplace_tensor_split_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:24:31.1587145Z test_dispatch_meta_outplace_tensor_split_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:24:31.1587352Z test_dispatch_meta_outplace_tensor_split_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:24:31.1587552Z test_dispatch_meta_outplace_tensor_split_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:24:31.1587761Z test_dispatch_meta_outplace_tensordot_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.1587979Z test_dispatch_meta_outplace_tensordot_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:24:31.1588194Z test_dispatch_meta_outplace_tensordot_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:24:31.1588400Z test_dispatch_meta_outplace_tensordot_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:24:31.1588606Z test_dispatch_meta_outplace_tensordot_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:24:31.1588807Z test_dispatch_meta_outplace_tensordot_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.1589012Z test_dispatch_meta_outplace_tile_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.057s) 2022-11-23T02:24:31.1589209Z test_dispatch_meta_outplace_tile_cuda_bool (__main__.TestMetaCUDA) ... ok (0.060s) 2022-11-23T02:24:31.1589399Z test_dispatch_meta_outplace_tile_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.060s) 2022-11-23T02:24:31.1589689Z test_dispatch_meta_outplace_tile_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.058s) 2022-11-23T02:24:31.1589889Z test_dispatch_meta_outplace_tile_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.049s) 2022-11-23T02:24:31.1590088Z test_dispatch_meta_outplace_tile_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.067s) 2022-11-23T02:24:31.1590287Z test_dispatch_meta_outplace_tile_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.058s) 2022-11-23T02:24:31.1590484Z test_dispatch_meta_outplace_tile_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.058s) 2022-11-23T02:24:31.1590679Z test_dispatch_meta_outplace_tile_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.052s) 2022-11-23T02:24:31.1590865Z test_dispatch_meta_outplace_tile_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.059s) 2022-11-23T02:24:31.1591058Z test_dispatch_meta_outplace_tile_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.053s) 2022-11-23T02:24:31.1591248Z test_dispatch_meta_outplace_tile_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.038s) 2022-11-23T02:24:31.1591448Z test_dispatch_meta_outplace_to_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.1591642Z test_dispatch_meta_outplace_to_cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.1591844Z test_dispatch_meta_outplace_to_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.1592043Z test_dispatch_meta_outplace_to_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.1592239Z test_dispatch_meta_outplace_to_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.1592500Z test_dispatch_meta_outplace_to_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.1592708Z test_dispatch_meta_outplace_to_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.1592904Z test_dispatch_meta_outplace_to_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.1593092Z test_dispatch_meta_outplace_to_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.1593263Z test_dispatch_meta_outplace_to_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.1593456Z test_dispatch_meta_outplace_to_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.1593641Z test_dispatch_meta_outplace_to_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.1593852Z test_dispatch_meta_outplace_to_sparse_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.1594057Z test_dispatch_meta_outplace_to_sparse_cuda_bool (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.1594277Z test_dispatch_meta_outplace_to_sparse_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.1594492Z test_dispatch_meta_outplace_to_sparse_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.1594701Z test_dispatch_meta_outplace_to_sparse_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.1594909Z test_dispatch_meta_outplace_to_sparse_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.1595113Z test_dispatch_meta_outplace_to_sparse_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.1595318Z test_dispatch_meta_outplace_to_sparse_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.1595521Z test_dispatch_meta_outplace_to_sparse_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.1595717Z test_dispatch_meta_outplace_to_sparse_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.1595922Z test_dispatch_meta_outplace_to_sparse_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.1596129Z test_dispatch_meta_outplace_to_sparse_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.1596332Z test_dispatch_meta_outplace_topk_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.1596533Z test_dispatch_meta_outplace_topk_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.1596830Z test_dispatch_meta_outplace_topk_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.1597032Z test_dispatch_meta_outplace_topk_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:24:31.1597214Z test_dispatch_meta_outplace_topk_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.1597405Z test_dispatch_meta_outplace_topk_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:24:31.1597594Z test_dispatch_meta_outplace_topk_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.1597794Z test_dispatch_meta_outplace_topk_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.1597985Z test_dispatch_meta_outplace_topk_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:24:31.1598190Z test_dispatch_meta_outplace_trace_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.1598392Z test_dispatch_meta_outplace_trace_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.1598599Z test_dispatch_meta_outplace_trace_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.1598804Z test_dispatch_meta_outplace_trace_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.1599011Z test_dispatch_meta_outplace_trace_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.1599213Z test_dispatch_meta_outplace_trace_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.1599415Z test_dispatch_meta_outplace_trace_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.1599685Z test_dispatch_meta_outplace_trace_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.1599901Z test_dispatch_meta_outplace_trace_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.1600100Z test_dispatch_meta_outplace_trace_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.1600302Z test_dispatch_meta_outplace_trace_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.1600499Z test_dispatch_meta_outplace_trace_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.1600696Z test_dispatch_meta_outplace_trace_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.1600909Z test_dispatch_meta_outplace_transpose_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.1601099Z test_dispatch_meta_outplace_transpose_cuda_bool (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.1601319Z test_dispatch_meta_outplace_transpose_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:24:31.1601535Z test_dispatch_meta_outplace_transpose_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.1601747Z test_dispatch_meta_outplace_transpose_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.1601958Z test_dispatch_meta_outplace_transpose_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.1602170Z test_dispatch_meta_outplace_transpose_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.1602375Z test_dispatch_meta_outplace_transpose_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.1602581Z test_dispatch_meta_outplace_transpose_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.1602784Z test_dispatch_meta_outplace_transpose_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.1602984Z test_dispatch_meta_outplace_transpose_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.1603189Z test_dispatch_meta_outplace_transpose_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.1603397Z test_dispatch_meta_outplace_transpose_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.1603608Z test_dispatch_meta_outplace_trapezoid_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.085s) 2022-11-23T02:24:31.1603910Z test_dispatch_meta_outplace_trapezoid_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.067s) 2022-11-23T02:24:31.1604126Z test_dispatch_meta_outplace_trapezoid_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.076s) 2022-11-23T02:24:31.1604338Z test_dispatch_meta_outplace_trapezoid_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.094s) 2022-11-23T02:24:31.1604547Z test_dispatch_meta_outplace_trapezoid_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.066s) 2022-11-23T02:24:31.1604749Z test_dispatch_meta_outplace_trapezoid_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.065s) 2022-11-23T02:24:31.1604953Z test_dispatch_meta_outplace_trapezoid_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.077s) 2022-11-23T02:24:31.1605159Z test_dispatch_meta_outplace_trapezoid_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.061s) 2022-11-23T02:24:31.1605342Z test_dispatch_meta_outplace_trapezoid_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.063s) 2022-11-23T02:24:31.1605549Z test_dispatch_meta_outplace_trapezoid_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.070s) 2022-11-23T02:24:31.1605753Z test_dispatch_meta_outplace_trapezoid_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.072s) 2022-11-23T02:24:31.1605955Z test_dispatch_meta_outplace_trapz_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.069s) 2022-11-23T02:24:31.1606161Z test_dispatch_meta_outplace_trapz_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.073s) 2022-11-23T02:24:31.1606360Z test_dispatch_meta_outplace_trapz_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.069s) 2022-11-23T02:24:31.1606629Z test_dispatch_meta_outplace_trapz_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.082s) 2022-11-23T02:24:31.1606849Z test_dispatch_meta_outplace_trapz_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.082s) 2022-11-23T02:24:31.1607051Z test_dispatch_meta_outplace_trapz_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.059s) 2022-11-23T02:24:31.1607250Z test_dispatch_meta_outplace_trapz_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.049s) 2022-11-23T02:24:31.1607452Z test_dispatch_meta_outplace_trapz_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.057s) 2022-11-23T02:24:31.1607650Z test_dispatch_meta_outplace_trapz_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.055s) 2022-11-23T02:24:31.1607847Z test_dispatch_meta_outplace_trapz_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.054s) 2022-11-23T02:24:31.1608044Z test_dispatch_meta_outplace_trapz_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.059s) 2022-11-23T02:24:31.1608276Z test_dispatch_meta_outplace_triangular_solve_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:24:31.1608508Z test_dispatch_meta_outplace_triangular_solve_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:24:31.1608730Z test_dispatch_meta_outplace_triangular_solve_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:31.1608945Z test_dispatch_meta_outplace_triangular_solve_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.1609145Z test_dispatch_meta_outplace_tril_cuda_bool (__main__.TestMetaCUDA) ... ok (0.035s) 2022-11-23T02:24:31.1609351Z test_dispatch_meta_outplace_tril_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.037s) 2022-11-23T02:24:31.1609539Z test_dispatch_meta_outplace_tril_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.037s) 2022-11-23T02:24:31.1609740Z test_dispatch_meta_outplace_tril_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.037s) 2022-11-23T02:24:31.1609939Z test_dispatch_meta_outplace_tril_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.037s) 2022-11-23T02:24:31.1610143Z test_dispatch_meta_outplace_tril_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.034s) 2022-11-23T02:24:31.1610341Z test_dispatch_meta_outplace_tril_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:24:31.1610538Z test_dispatch_meta_outplace_tril_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.041s) 2022-11-23T02:24:31.1610728Z test_dispatch_meta_outplace_tril_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.037s) 2022-11-23T02:24:31.1611007Z test_dispatch_meta_outplace_tril_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.039s) 2022-11-23T02:24:31.1611203Z test_dispatch_meta_outplace_tril_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:24:31.1611391Z test_dispatch_meta_outplace_tril_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.038s) 2022-11-23T02:24:31.1611599Z test_dispatch_meta_outplace_tril_indices_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.1611805Z test_dispatch_meta_outplace_tril_indices_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.1612003Z test_dispatch_meta_outplace_triu_cuda_bool (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:24:31.1612209Z test_dispatch_meta_outplace_triu_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.033s) 2022-11-23T02:24:31.1612411Z test_dispatch_meta_outplace_triu_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-11-23T02:24:31.1612617Z test_dispatch_meta_outplace_triu_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-11-23T02:24:31.1612817Z test_dispatch_meta_outplace_triu_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.034s) 2022-11-23T02:24:31.1613016Z test_dispatch_meta_outplace_triu_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.033s) 2022-11-23T02:24:31.1613215Z test_dispatch_meta_outplace_triu_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-11-23T02:24:31.1613394Z test_dispatch_meta_outplace_triu_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.036s) 2022-11-23T02:24:31.1613581Z test_dispatch_meta_outplace_triu_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:24:31.1613836Z test_dispatch_meta_outplace_triu_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.047s) 2022-11-23T02:24:31.1614048Z test_dispatch_meta_outplace_triu_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.038s) 2022-11-23T02:24:31.1614240Z test_dispatch_meta_outplace_triu_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.035s) 2022-11-23T02:24:31.1614454Z test_dispatch_meta_outplace_triu_indices_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.1614664Z test_dispatch_meta_outplace_triu_indices_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.1614878Z test_dispatch_meta_outplace_true_divide_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.040s) 2022-11-23T02:24:31.1615084Z test_dispatch_meta_outplace_true_divide_cuda_bool (__main__.TestMetaCUDA) ... ok (0.038s) 2022-11-23T02:24:31.1615302Z test_dispatch_meta_outplace_true_divide_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:24:31.1615528Z test_dispatch_meta_outplace_true_divide_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:24:31.1615749Z test_dispatch_meta_outplace_true_divide_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:24:31.1615960Z test_dispatch_meta_outplace_true_divide_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:24:31.1616175Z test_dispatch_meta_outplace_true_divide_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:24:31.1616383Z test_dispatch_meta_outplace_true_divide_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:24:31.1616587Z test_dispatch_meta_outplace_true_divide_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:24:31.1616794Z test_dispatch_meta_outplace_true_divide_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.1616992Z test_dispatch_meta_outplace_true_divide_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.1617198Z test_dispatch_meta_outplace_true_divide_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-11-23T02:24:31.1617398Z test_dispatch_meta_outplace_true_divide_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:24:31.1617586Z test_dispatch_meta_outplace_trunc_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.1617789Z test_dispatch_meta_outplace_trunc_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.1618081Z test_dispatch_meta_outplace_trunc_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.1618282Z test_dispatch_meta_outplace_trunc_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.1618482Z test_dispatch_meta_outplace_trunc_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.1618681Z test_dispatch_meta_outplace_trunc_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.1618881Z test_dispatch_meta_outplace_trunc_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.1619080Z test_dispatch_meta_outplace_trunc_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.1619281Z test_dispatch_meta_outplace_trunc_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.1619487Z test_dispatch_meta_outplace_unbind_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.1619688Z test_dispatch_meta_outplace_unbind_cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.1619898Z test_dispatch_meta_outplace_unbind_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.1620108Z test_dispatch_meta_outplace_unbind_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.1620316Z test_dispatch_meta_outplace_unbind_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.1620520Z test_dispatch_meta_outplace_unbind_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.1620790Z test_dispatch_meta_outplace_unbind_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.1621010Z test_dispatch_meta_outplace_unbind_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.1621212Z test_dispatch_meta_outplace_unbind_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.1621413Z test_dispatch_meta_outplace_unbind_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.1621600Z test_dispatch_meta_outplace_unbind_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.1621798Z test_dispatch_meta_outplace_unbind_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.1621996Z test_dispatch_meta_outplace_unbind_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.1622209Z test_dispatch_meta_outplace_unflatten_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.1622413Z test_dispatch_meta_outplace_unflatten_cuda_bool (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.1622634Z test_dispatch_meta_outplace_unflatten_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.1622850Z test_dispatch_meta_outplace_unflatten_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.1623066Z test_dispatch_meta_outplace_unflatten_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.1623279Z test_dispatch_meta_outplace_unflatten_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.1623490Z test_dispatch_meta_outplace_unflatten_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.1623696Z test_dispatch_meta_outplace_unflatten_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.1623900Z test_dispatch_meta_outplace_unflatten_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.1624105Z test_dispatch_meta_outplace_unflatten_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.1624307Z test_dispatch_meta_outplace_unflatten_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.1624512Z test_dispatch_meta_outplace_unflatten_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.1624715Z test_dispatch_meta_outplace_unflatten_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.1624931Z test_dispatch_meta_outplace_unfold_copy_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:24:31.1625230Z test_dispatch_meta_outplace_unfold_copy_cuda_bool (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.1625450Z test_dispatch_meta_outplace_unfold_copy_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.1625670Z test_dispatch_meta_outplace_unfold_copy_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.1625870Z test_dispatch_meta_outplace_unfold_copy_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.1626081Z test_dispatch_meta_outplace_unfold_copy_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.1626297Z test_dispatch_meta_outplace_unfold_copy_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.1626510Z test_dispatch_meta_outplace_unfold_copy_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.1626759Z test_dispatch_meta_outplace_unfold_copy_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:24:31.1626974Z test_dispatch_meta_outplace_unfold_copy_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:24:31.1627177Z test_dispatch_meta_outplace_unfold_copy_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.1627383Z test_dispatch_meta_outplace_unfold_copy_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.1627582Z test_dispatch_meta_outplace_unfold_copy_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:24:31.1627788Z test_dispatch_meta_outplace_unfold_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.1628069Z test_dispatch_meta_outplace_unfold_cuda_bool (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.1628298Z test_dispatch_meta_outplace_unfold_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.1628510Z test_dispatch_meta_outplace_unfold_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:24:31.1628722Z test_dispatch_meta_outplace_unfold_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:31.1628924Z test_dispatch_meta_outplace_unfold_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:31.1629128Z test_dispatch_meta_outplace_unfold_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.1629332Z test_dispatch_meta_outplace_unfold_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.1629531Z test_dispatch_meta_outplace_unfold_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:24:31.1629732Z test_dispatch_meta_outplace_unfold_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.1629915Z test_dispatch_meta_outplace_unfold_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.1630120Z test_dispatch_meta_outplace_unfold_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.1630319Z test_dispatch_meta_outplace_unfold_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.1630529Z test_dispatch_meta_outplace_uniform_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.1630740Z test_dispatch_meta_outplace_uniform_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.1630949Z test_dispatch_meta_outplace_uniform_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.1631153Z test_dispatch_meta_outplace_uniform_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.1631357Z test_dispatch_meta_outplace_uniform_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.1631560Z test_dispatch_meta_outplace_uniform_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.1631781Z test_dispatch_meta_outplace_unique_consecutive_cuda_bool (__main__.TestMetaCUDA) ... ok (0.383s) 2022-11-23T02:24:31.1632006Z test_dispatch_meta_outplace_unique_consecutive_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.403s) 2022-11-23T02:24:31.1632779Z test_dispatch_meta_outplace_unique_consecutive_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.527s) 2022-11-23T02:24:31.1632994Z test_dispatch_meta_outplace_unique_consecutive_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.507s) 2022-11-23T02:24:31.1633213Z test_dispatch_meta_outplace_unique_consecutive_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.455s) 2022-11-23T02:24:31.1633427Z test_dispatch_meta_outplace_unique_consecutive_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.514s) 2022-11-23T02:24:31.1633637Z test_dispatch_meta_outplace_unique_consecutive_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.467s) 2022-11-23T02:24:31.1633856Z test_dispatch_meta_outplace_unique_consecutive_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.476s) 2022-11-23T02:24:31.1634069Z test_dispatch_meta_outplace_unique_consecutive_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.464s) 2022-11-23T02:24:31.1634267Z test_dispatch_meta_outplace_unique_cuda_bool (__main__.TestMetaCUDA) ... ok (0.962s) 2022-11-23T02:24:31.1634474Z test_dispatch_meta_outplace_unique_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.958s) 2022-11-23T02:24:31.1634679Z test_dispatch_meta_outplace_unique_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.875s) 2022-11-23T02:24:31.1634866Z test_dispatch_meta_outplace_unique_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.934s) 2022-11-23T02:24:31.1635064Z test_dispatch_meta_outplace_unique_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.988s) 2022-11-23T02:24:31.1635262Z test_dispatch_meta_outplace_unique_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.954s) 2022-11-23T02:24:31.1635553Z test_dispatch_meta_outplace_unique_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.934s) 2022-11-23T02:24:31.1635772Z test_dispatch_meta_outplace_unique_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.963s) 2022-11-23T02:24:31.1635971Z test_dispatch_meta_outplace_unique_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.934s) 2022-11-23T02:24:31.1636181Z test_dispatch_meta_outplace_unsqueeze_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.1636388Z test_dispatch_meta_outplace_unsqueeze_cuda_bool (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.1636605Z test_dispatch_meta_outplace_unsqueeze_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.1636822Z test_dispatch_meta_outplace_unsqueeze_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.1637037Z test_dispatch_meta_outplace_unsqueeze_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.1637244Z test_dispatch_meta_outplace_unsqueeze_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.1637455Z test_dispatch_meta_outplace_unsqueeze_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.1637659Z test_dispatch_meta_outplace_unsqueeze_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.1637863Z test_dispatch_meta_outplace_unsqueeze_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.1638068Z test_dispatch_meta_outplace_unsqueeze_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.1638267Z test_dispatch_meta_outplace_unsqueeze_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.1638468Z test_dispatch_meta_outplace_unsqueeze_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.1638671Z test_dispatch_meta_outplace_unsqueeze_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.1638854Z test_dispatch_meta_outplace_var_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.1639059Z test_dispatch_meta_outplace_var_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:24:31.1639264Z test_dispatch_meta_outplace_var_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:31.1639463Z test_dispatch_meta_outplace_var_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:31.1639660Z test_dispatch_meta_outplace_var_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.1639948Z test_dispatch_meta_outplace_var_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.1640160Z test_dispatch_meta_outplace_var_mean_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:24:31.1640371Z test_dispatch_meta_outplace_var_mean_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:24:31.1640583Z test_dispatch_meta_outplace_var_mean_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.1640789Z test_dispatch_meta_outplace_var_mean_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.1640997Z test_dispatch_meta_outplace_var_mean_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:24:31.1641197Z test_dispatch_meta_outplace_var_mean_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:31.1641399Z test_dispatch_meta_outplace_vdot_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.1641607Z test_dispatch_meta_outplace_vdot_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.1641810Z test_dispatch_meta_outplace_vdot_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.1642009Z test_dispatch_meta_outplace_vdot_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.1642208Z test_dispatch_meta_outplace_vdot_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.1642406Z test_dispatch_meta_outplace_vdot_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.1642694Z test_dispatch_meta_outplace_view_as_complex_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.1642924Z test_dispatch_meta_outplace_view_as_complex_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.1643116Z test_dispatch_meta_outplace_view_as_complex_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.1643325Z test_dispatch_meta_outplace_view_as_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.1643521Z test_dispatch_meta_outplace_view_as_cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.1643730Z test_dispatch_meta_outplace_view_as_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.1643939Z test_dispatch_meta_outplace_view_as_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.1644146Z test_dispatch_meta_outplace_view_as_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.1644350Z test_dispatch_meta_outplace_view_as_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.1644553Z test_dispatch_meta_outplace_view_as_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.1644752Z test_dispatch_meta_outplace_view_as_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.1644949Z test_dispatch_meta_outplace_view_as_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.1645152Z test_dispatch_meta_outplace_view_as_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.1645351Z test_dispatch_meta_outplace_view_as_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.1645547Z test_dispatch_meta_outplace_view_as_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.1645740Z test_dispatch_meta_outplace_view_as_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.1645956Z test_dispatch_meta_outplace_view_as_real_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.1646177Z test_dispatch_meta_outplace_view_as_real_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.1646387Z test_dispatch_meta_outplace_view_copy_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.1646591Z test_dispatch_meta_outplace_view_copy_cuda_bool (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.1646888Z test_dispatch_meta_outplace_view_copy_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:31.1647095Z test_dispatch_meta_outplace_view_copy_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.1647279Z test_dispatch_meta_outplace_view_copy_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.1647483Z test_dispatch_meta_outplace_view_copy_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:24:31.1647682Z test_dispatch_meta_outplace_view_copy_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:24:31.1647884Z test_dispatch_meta_outplace_view_copy_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.1648086Z test_dispatch_meta_outplace_view_copy_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.1648289Z test_dispatch_meta_outplace_view_copy_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:24:31.1648491Z test_dispatch_meta_outplace_view_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.1648690Z test_dispatch_meta_outplace_view_cuda_bool (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.1648893Z test_dispatch_meta_outplace_view_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.1649097Z test_dispatch_meta_outplace_view_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.1649300Z test_dispatch_meta_outplace_view_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.1649499Z test_dispatch_meta_outplace_view_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.1649765Z test_dispatch_meta_outplace_view_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.1649983Z test_dispatch_meta_outplace_view_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.1650182Z test_dispatch_meta_outplace_view_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.1650374Z test_dispatch_meta_outplace_view_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.1650560Z test_dispatch_meta_outplace_view_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.1650754Z test_dispatch_meta_outplace_view_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.1650943Z test_dispatch_meta_outplace_view_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.1651133Z test_dispatch_meta_outplace_vsplit_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.1651331Z test_dispatch_meta_outplace_vsplit_cuda_bool (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.1651544Z test_dispatch_meta_outplace_vsplit_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.1651754Z test_dispatch_meta_outplace_vsplit_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.1651962Z test_dispatch_meta_outplace_vsplit_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.1652168Z test_dispatch_meta_outplace_vsplit_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.1652371Z test_dispatch_meta_outplace_vsplit_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.1652572Z test_dispatch_meta_outplace_vsplit_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.1652771Z test_dispatch_meta_outplace_vsplit_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.1652970Z test_dispatch_meta_outplace_vsplit_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.1653170Z test_dispatch_meta_outplace_vsplit_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.1653372Z test_dispatch_meta_outplace_vsplit_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.1653571Z test_dispatch_meta_outplace_vsplit_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.1653775Z test_dispatch_meta_outplace_vstack_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.1654057Z test_dispatch_meta_outplace_vstack_cuda_bool (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:24:31.1654267Z test_dispatch_meta_outplace_vstack_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:31.1654475Z test_dispatch_meta_outplace_vstack_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:31.1654680Z test_dispatch_meta_outplace_vstack_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.1654880Z test_dispatch_meta_outplace_vstack_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.1655069Z test_dispatch_meta_outplace_vstack_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.1655269Z test_dispatch_meta_outplace_vstack_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.1655466Z test_dispatch_meta_outplace_vstack_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.1655664Z test_dispatch_meta_outplace_vstack_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.1655863Z test_dispatch_meta_outplace_vstack_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.1656061Z test_dispatch_meta_outplace_vstack_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.1656257Z test_dispatch_meta_outplace_vstack_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:31.1656457Z test_dispatch_meta_outplace_where_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.1656726Z test_dispatch_meta_outplace_where_cuda_bool (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.1656949Z test_dispatch_meta_outplace_where_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.1657155Z test_dispatch_meta_outplace_where_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.1657359Z test_dispatch_meta_outplace_where_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.1657565Z test_dispatch_meta_outplace_where_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.1657767Z test_dispatch_meta_outplace_where_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.1657968Z test_dispatch_meta_outplace_where_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.1658164Z test_dispatch_meta_outplace_where_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:24:31.1658362Z test_dispatch_meta_outplace_where_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.1658562Z test_dispatch_meta_outplace_where_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.1658760Z test_dispatch_meta_outplace_where_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.1658942Z test_dispatch_meta_outplace_where_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.1659149Z test_dispatch_meta_outplace_xlogy_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.048s) 2022-11-23T02:24:31.1659346Z test_dispatch_meta_outplace_xlogy_cuda_bool (__main__.TestMetaCUDA) ... ok (0.061s) 2022-11-23T02:24:31.1659546Z test_dispatch_meta_outplace_xlogy_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.062s) 2022-11-23T02:24:31.1659745Z test_dispatch_meta_outplace_xlogy_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.051s) 2022-11-23T02:24:31.1659948Z test_dispatch_meta_outplace_xlogy_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.036s) 2022-11-23T02:24:31.1660144Z test_dispatch_meta_outplace_xlogy_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.053s) 2022-11-23T02:24:31.1660344Z test_dispatch_meta_outplace_xlogy_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.061s) 2022-11-23T02:24:31.1660538Z test_dispatch_meta_outplace_xlogy_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.046s) 2022-11-23T02:24:31.1660735Z test_dispatch_meta_outplace_xlogy_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.061s) 2022-11-23T02:24:31.1661021Z test_dispatch_meta_outplace_xlogy_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.048s) 2022-11-23T02:24:31.1661223Z test_dispatch_meta_outplace_zero__cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.1661416Z test_dispatch_meta_outplace_zero__cuda_bool (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.1661625Z test_dispatch_meta_outplace_zero__cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.1661828Z test_dispatch_meta_outplace_zero__cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.1662029Z test_dispatch_meta_outplace_zero__cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.1662226Z test_dispatch_meta_outplace_zero__cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.1662426Z test_dispatch_meta_outplace_zero__cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.1662620Z test_dispatch_meta_outplace_zero__cuda_int16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.1662804Z test_dispatch_meta_outplace_zero__cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.1663002Z test_dispatch_meta_outplace_zero__cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.1663198Z test_dispatch_meta_outplace_zero__cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.1663393Z test_dispatch_meta_outplace_zero__cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.1663595Z test_dispatch_meta_outplace_zeros_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.1663861Z test_dispatch_meta_outplace_zeros_cuda_bool (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.1664086Z test_dispatch_meta_outplace_zeros_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.1664291Z test_dispatch_meta_outplace_zeros_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.1664498Z test_dispatch_meta_outplace_zeros_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.1664697Z test_dispatch_meta_outplace_zeros_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.1664897Z test_dispatch_meta_outplace_zeros_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.1665095Z test_dispatch_meta_outplace_zeros_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.1665288Z test_dispatch_meta_outplace_zeros_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.1665489Z test_dispatch_meta_outplace_zeros_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.1665684Z test_dispatch_meta_outplace_zeros_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.1665879Z test_dispatch_meta_outplace_zeros_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.1666073Z test_dispatch_meta_outplace_zeros_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.1666286Z test_dispatch_meta_outplace_zeros_like_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.1666488Z test_dispatch_meta_outplace_zeros_like_cuda_bool (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.1666707Z test_dispatch_meta_outplace_zeros_like_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.1666905Z test_dispatch_meta_outplace_zeros_like_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.1667119Z test_dispatch_meta_outplace_zeros_like_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.1667334Z test_dispatch_meta_outplace_zeros_like_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.1667541Z test_dispatch_meta_outplace_zeros_like_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.1667745Z test_dispatch_meta_outplace_zeros_like_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.1668042Z test_dispatch_meta_outplace_zeros_like_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.1668250Z test_dispatch_meta_outplace_zeros_like_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.1668445Z test_dispatch_meta_outplace_zeros_like_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.1668648Z test_dispatch_meta_outplace_zeros_like_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.1668844Z test_dispatch_meta_outplace_zeros_like_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.1669118Z test_dispatch_symbolic_meta_inplace_H_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.1669381Z test_dispatch_symbolic_meta_inplace_H_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.1669648Z test_dispatch_symbolic_meta_inplace_H_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.1669915Z test_dispatch_symbolic_meta_inplace_H_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:24:31.1670179Z test_dispatch_symbolic_meta_inplace_H_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.1670439Z test_dispatch_symbolic_meta_inplace_H_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.1670699Z test_dispatch_symbolic_meta_inplace_H_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.1671458Z test_dispatch_symbolic_meta_inplace_H_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.1671779Z test_dispatch_symbolic_meta_inplace_H_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:24:31.1672040Z test_dispatch_symbolic_meta_inplace_H_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.1672288Z test_dispatch_symbolic_meta_inplace_H_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.1672542Z test_dispatch_symbolic_meta_inplace_H_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.1672789Z test_dispatch_symbolic_meta_inplace_H_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.1673053Z test_dispatch_symbolic_meta_inplace_T_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.1673294Z test_dispatch_symbolic_meta_inplace_T_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.011s) 2022-11-23T02:24:31.1673788Z test_dispatch_symbolic_meta_inplace_T_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1674067Z test_dispatch_symbolic_meta_inplace_T_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.1674496Z test_dispatch_symbolic_meta_inplace_T_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.1674909Z test_dispatch_symbolic_meta_inplace_T_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1675175Z test_dispatch_symbolic_meta_inplace_T_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1675436Z test_dispatch_symbolic_meta_inplace_T_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1675691Z test_dispatch_symbolic_meta_inplace_T_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1676065Z test_dispatch_symbolic_meta_inplace_T_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1676317Z test_dispatch_symbolic_meta_inplace_T_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1676572Z test_dispatch_symbolic_meta_inplace_T_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1676821Z test_dispatch_symbolic_meta_inplace_T_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.1677099Z test_dispatch_symbolic_meta_inplace___getitem___cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1677369Z test_dispatch_symbolic_meta_inplace___getitem___cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1677647Z test_dispatch_symbolic_meta_inplace___getitem___cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1677928Z test_dispatch_symbolic_meta_inplace___getitem___cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1678202Z test_dispatch_symbolic_meta_inplace___getitem___cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1678470Z test_dispatch_symbolic_meta_inplace___getitem___cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1678807Z test_dispatch_symbolic_meta_inplace___getitem___cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1679092Z test_dispatch_symbolic_meta_inplace___getitem___cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.1679362Z test_dispatch_symbolic_meta_inplace___getitem___cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1679632Z test_dispatch_symbolic_meta_inplace___getitem___cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.1679898Z test_dispatch_symbolic_meta_inplace___getitem___cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.1680168Z test_dispatch_symbolic_meta_inplace___getitem___cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.1680434Z test_dispatch_symbolic_meta_inplace___getitem___cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.1680698Z test_dispatch_symbolic_meta_inplace___radd___cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:24:31.1680960Z test_dispatch_symbolic_meta_inplace___radd___cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.1681231Z test_dispatch_symbolic_meta_inplace___radd___cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.1681501Z test_dispatch_symbolic_meta_inplace___radd___cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.1681766Z test_dispatch_symbolic_meta_inplace___radd___cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.1682033Z test_dispatch_symbolic_meta_inplace___radd___cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:24:31.1682296Z test_dispatch_symbolic_meta_inplace___radd___cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1682559Z test_dispatch_symbolic_meta_inplace___radd___cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1682889Z test_dispatch_symbolic_meta_inplace___radd___cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.1683139Z test_dispatch_symbolic_meta_inplace___radd___cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.1683399Z test_dispatch_symbolic_meta_inplace___radd___cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1683650Z test_dispatch_symbolic_meta_inplace___radd___cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1683909Z test_dispatch_symbolic_meta_inplace___rand___cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1684161Z test_dispatch_symbolic_meta_inplace___rand___cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1684410Z test_dispatch_symbolic_meta_inplace___rand___cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1684660Z test_dispatch_symbolic_meta_inplace___rand___cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1684913Z test_dispatch_symbolic_meta_inplace___rand___cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1685161Z test_dispatch_symbolic_meta_inplace___rand___cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1685493Z test_dispatch_symbolic_meta_inplace___rdiv___cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1685772Z test_dispatch_symbolic_meta_inplace___rdiv___cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1686045Z test_dispatch_symbolic_meta_inplace___rdiv___cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1686320Z test_dispatch_symbolic_meta_inplace___rdiv___cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1686584Z test_dispatch_symbolic_meta_inplace___rdiv___cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1686849Z test_dispatch_symbolic_meta_inplace___rdiv___cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.1687114Z test_dispatch_symbolic_meta_inplace___rdiv___cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.1687377Z test_dispatch_symbolic_meta_inplace___rdiv___cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.1687629Z test_dispatch_symbolic_meta_inplace___rdiv___cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1687881Z test_dispatch_symbolic_meta_inplace___rdiv___cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1688138Z test_dispatch_symbolic_meta_inplace___rdiv___cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1688389Z test_dispatch_symbolic_meta_inplace___rdiv___cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1688661Z test_dispatch_symbolic_meta_inplace___rmatmul___cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1688936Z test_dispatch_symbolic_meta_inplace___rmatmul___cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1689209Z test_dispatch_symbolic_meta_inplace___rmatmul___cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1689564Z test_dispatch_symbolic_meta_inplace___rmatmul___cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1689832Z test_dispatch_symbolic_meta_inplace___rmatmul___cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1690100Z test_dispatch_symbolic_meta_inplace___rmatmul___cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1690366Z test_dispatch_symbolic_meta_inplace___rmod___cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1690634Z test_dispatch_symbolic_meta_inplace___rmod___cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1690897Z test_dispatch_symbolic_meta_inplace___rmod___cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.1691163Z test_dispatch_symbolic_meta_inplace___rmod___cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1691424Z test_dispatch_symbolic_meta_inplace___rmod___cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.1691676Z test_dispatch_symbolic_meta_inplace___rmod___cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.1691906Z test_dispatch_symbolic_meta_inplace___rmod___cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.1692232Z test_dispatch_symbolic_meta_inplace___rmod___cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:24:31.1692500Z test_dispatch_symbolic_meta_inplace___rmod___cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.1692763Z test_dispatch_symbolic_meta_inplace___rmul___cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.1693028Z test_dispatch_symbolic_meta_inplace___rmul___cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.1693297Z test_dispatch_symbolic_meta_inplace___rmul___cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.1693565Z test_dispatch_symbolic_meta_inplace___rmul___cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.011s) 2022-11-23T02:24:31.1693832Z test_dispatch_symbolic_meta_inplace___rmul___cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.1694092Z test_dispatch_symbolic_meta_inplace___rmul___cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1694354Z test_dispatch_symbolic_meta_inplace___rmul___cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1694618Z test_dispatch_symbolic_meta_inplace___rmul___cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1694870Z test_dispatch_symbolic_meta_inplace___rmul___cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1695119Z test_dispatch_symbolic_meta_inplace___rmul___cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1695378Z test_dispatch_symbolic_meta_inplace___rmul___cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1695628Z test_dispatch_symbolic_meta_inplace___rmul___cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1695886Z test_dispatch_symbolic_meta_inplace___ror___cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1696221Z test_dispatch_symbolic_meta_inplace___ror___cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1696470Z test_dispatch_symbolic_meta_inplace___ror___cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1696716Z test_dispatch_symbolic_meta_inplace___ror___cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1696968Z test_dispatch_symbolic_meta_inplace___ror___cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1697221Z test_dispatch_symbolic_meta_inplace___ror___cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1697485Z test_dispatch_symbolic_meta_inplace___rpow___cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.1697758Z test_dispatch_symbolic_meta_inplace___rpow___cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1698028Z test_dispatch_symbolic_meta_inplace___rpow___cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1698293Z test_dispatch_symbolic_meta_inplace___rpow___cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1698558Z test_dispatch_symbolic_meta_inplace___rpow___cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1698886Z test_dispatch_symbolic_meta_inplace___rpow___cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.1699165Z test_dispatch_symbolic_meta_inplace___rpow___cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.1699419Z test_dispatch_symbolic_meta_inplace___rpow___cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.1699670Z test_dispatch_symbolic_meta_inplace___rpow___cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:24:31.1699925Z test_dispatch_symbolic_meta_inplace___rpow___cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.1700174Z test_dispatch_symbolic_meta_inplace___rpow___cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.1700422Z test_dispatch_symbolic_meta_inplace___rsub___cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.1700692Z test_dispatch_symbolic_meta_inplace___rsub___cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.1700961Z test_dispatch_symbolic_meta_inplace___rsub___cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.011s) 2022-11-23T02:24:31.1701226Z test_dispatch_symbolic_meta_inplace___rsub___cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1701484Z test_dispatch_symbolic_meta_inplace___rsub___cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.1701746Z test_dispatch_symbolic_meta_inplace___rsub___cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.1702010Z test_dispatch_symbolic_meta_inplace___rsub___cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.1702262Z test_dispatch_symbolic_meta_inplace___rsub___cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.1702512Z test_dispatch_symbolic_meta_inplace___rsub___cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.1702849Z test_dispatch_symbolic_meta_inplace___rsub___cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.1703101Z test_dispatch_symbolic_meta_inplace___rsub___cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.1703353Z test_dispatch_symbolic_meta_inplace___rxor___cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1703605Z test_dispatch_symbolic_meta_inplace___rxor___cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1703850Z test_dispatch_symbolic_meta_inplace___rxor___cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1704095Z test_dispatch_symbolic_meta_inplace___rxor___cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1704347Z test_dispatch_symbolic_meta_inplace___rxor___cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1704592Z test_dispatch_symbolic_meta_inplace___rxor___cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.1704880Z test_dispatch_symbolic_meta_inplace__softmax_backward_data_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1705169Z test_dispatch_symbolic_meta_inplace__softmax_backward_data_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.1705512Z test_dispatch_symbolic_meta_inplace__softmax_backward_data_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.1705799Z test_dispatch_symbolic_meta_inplace__softmax_backward_data_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.1706019Z test_dispatch_symbolic_meta_inplace_abs_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.1706229Z test_dispatch_symbolic_meta_inplace_abs_cuda_bool (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.1706490Z test_dispatch_symbolic_meta_inplace_abs_cuda_complex128 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:24:31.1706747Z test_dispatch_symbolic_meta_inplace_abs_cuda_complex32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:24:31.1707006Z test_dispatch_symbolic_meta_inplace_abs_cuda_complex64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.010s) 2022-11-23T02:24:31.1707219Z test_dispatch_symbolic_meta_inplace_abs_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.1707431Z test_dispatch_symbolic_meta_inplace_abs_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.1707641Z test_dispatch_symbolic_meta_inplace_abs_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.1707851Z test_dispatch_symbolic_meta_inplace_abs_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.1708042Z test_dispatch_symbolic_meta_inplace_abs_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.1708245Z test_dispatch_symbolic_meta_inplace_abs_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.1708449Z test_dispatch_symbolic_meta_inplace_abs_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.1708653Z test_dispatch_symbolic_meta_inplace_abs_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.1708870Z test_dispatch_symbolic_meta_inplace_acos_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.1709127Z test_dispatch_symbolic_meta_inplace_acos_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.010s) 2022-11-23T02:24:31.1709352Z test_dispatch_symbolic_meta_inplace_acos_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.1709657Z test_dispatch_symbolic_meta_inplace_acos_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.1709874Z test_dispatch_symbolic_meta_inplace_acos_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.1710088Z test_dispatch_symbolic_meta_inplace_acos_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.1710301Z test_dispatch_symbolic_meta_inplace_acos_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.1710519Z test_dispatch_symbolic_meta_inplace_acos_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:31.1710772Z test_dispatch_symbolic_meta_inplace_acos_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:31.1711024Z test_dispatch_symbolic_meta_inplace_acos_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:31.1711275Z test_dispatch_symbolic_meta_inplace_acos_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:31.1711526Z test_dispatch_symbolic_meta_inplace_acos_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:31.1711779Z test_dispatch_symbolic_meta_inplace_acos_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:31.1711995Z test_dispatch_symbolic_meta_inplace_acosh_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.1712313Z test_dispatch_symbolic_meta_inplace_acosh_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:31.1712553Z test_dispatch_symbolic_meta_inplace_acosh_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.1712773Z test_dispatch_symbolic_meta_inplace_acosh_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.1712990Z test_dispatch_symbolic_meta_inplace_acosh_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.1713205Z test_dispatch_symbolic_meta_inplace_acosh_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.1713405Z test_dispatch_symbolic_meta_inplace_acosh_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.1713622Z test_dispatch_symbolic_meta_inplace_acosh_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.1713874Z test_dispatch_symbolic_meta_inplace_acosh_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T02:24:31.1714133Z test_dispatch_symbolic_meta_inplace_acosh_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:24:31.1714381Z test_dispatch_symbolic_meta_inplace_acosh_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T02:24:31.1714632Z test_dispatch_symbolic_meta_inplace_acosh_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:24:31.1714879Z test_dispatch_symbolic_meta_inplace_acosh_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T02:24:31.1715093Z test_dispatch_symbolic_meta_inplace_add_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.1715304Z test_dispatch_symbolic_meta_inplace_add_cuda_bool (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.1715524Z test_dispatch_symbolic_meta_inplace_add_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:24:31.1715743Z test_dispatch_symbolic_meta_inplace_add_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:24:31.1715960Z test_dispatch_symbolic_meta_inplace_add_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:31.1716172Z test_dispatch_symbolic_meta_inplace_add_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:24:31.1716384Z test_dispatch_symbolic_meta_inplace_add_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:24:31.1716683Z test_dispatch_symbolic_meta_inplace_add_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:24:31.1716890Z test_dispatch_symbolic_meta_inplace_add_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.1717099Z test_dispatch_symbolic_meta_inplace_add_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:24:31.1717297Z test_dispatch_symbolic_meta_inplace_add_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.1717506Z test_dispatch_symbolic_meta_inplace_add_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.1717705Z test_dispatch_symbolic_meta_inplace_add_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.1717924Z test_dispatch_symbolic_meta_inplace_addbmm_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.1718131Z test_dispatch_symbolic_meta_inplace_addbmm_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.1718354Z test_dispatch_symbolic_meta_inplace_addbmm_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:24:31.1718567Z test_dispatch_symbolic_meta_inplace_addbmm_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.1718782Z test_dispatch_symbolic_meta_inplace_addbmm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.1718997Z test_dispatch_symbolic_meta_inplace_addbmm_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.1719287Z test_dispatch_symbolic_meta_inplace_addcdiv_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.035s) 2022-11-23T02:24:31.1719527Z test_dispatch_symbolic_meta_inplace_addcdiv_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.037s) 2022-11-23T02:24:31.1719752Z test_dispatch_symbolic_meta_inplace_addcdiv_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:24:31.1719968Z test_dispatch_symbolic_meta_inplace_addcdiv_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.036s) 2022-11-23T02:24:31.1720183Z test_dispatch_symbolic_meta_inplace_addcdiv_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-11-23T02:24:31.1720392Z test_dispatch_symbolic_meta_inplace_addcdiv_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.033s) 2022-11-23T02:24:31.1720608Z test_dispatch_symbolic_meta_inplace_addcmul_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.036s) 2022-11-23T02:24:31.1720829Z test_dispatch_symbolic_meta_inplace_addcmul_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:24:31.1721051Z test_dispatch_symbolic_meta_inplace_addcmul_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.044s) 2022-11-23T02:24:31.1721263Z test_dispatch_symbolic_meta_inplace_addcmul_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:24:31.1721471Z test_dispatch_symbolic_meta_inplace_addcmul_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:24:31.1721678Z test_dispatch_symbolic_meta_inplace_addcmul_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.1721895Z test_dispatch_symbolic_meta_inplace_addcmul_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.039s) 2022-11-23T02:24:31.1722111Z test_dispatch_symbolic_meta_inplace_addcmul_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.036s) 2022-11-23T02:24:31.1722325Z test_dispatch_symbolic_meta_inplace_addcmul_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.036s) 2022-11-23T02:24:31.1722536Z test_dispatch_symbolic_meta_inplace_addcmul_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.036s) 2022-11-23T02:24:31.1722735Z test_dispatch_symbolic_meta_inplace_addcmul_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:24:31.1722957Z test_dispatch_symbolic_meta_inplace_addmm_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.1723179Z test_dispatch_symbolic_meta_inplace_addmm_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.1723398Z test_dispatch_symbolic_meta_inplace_addmm_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.1723701Z test_dispatch_symbolic_meta_inplace_addmm_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.1723916Z test_dispatch_symbolic_meta_inplace_addmm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.1724131Z test_dispatch_symbolic_meta_inplace_addmm_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.1724369Z test_dispatch_symbolic_meta_inplace_addmm_decomposed_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.1724615Z test_dispatch_symbolic_meta_inplace_addmm_decomposed_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.1724856Z test_dispatch_symbolic_meta_inplace_addmm_decomposed_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.1725092Z test_dispatch_symbolic_meta_inplace_addmm_decomposed_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.1725327Z test_dispatch_symbolic_meta_inplace_addmm_decomposed_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.1725556Z test_dispatch_symbolic_meta_inplace_addmm_decomposed_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.1725771Z test_dispatch_symbolic_meta_inplace_addmv_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.1725992Z test_dispatch_symbolic_meta_inplace_addmv_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.1726212Z test_dispatch_symbolic_meta_inplace_addmv_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.1726493Z test_dispatch_symbolic_meta_inplace_addmv_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.1726767Z test_dispatch_symbolic_meta_inplace_addmv_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.1726984Z test_dispatch_symbolic_meta_inplace_addmv_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.1727202Z test_dispatch_symbolic_meta_inplace_addr_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.1727411Z test_dispatch_symbolic_meta_inplace_addr_cuda_bool (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.1727634Z test_dispatch_symbolic_meta_inplace_addr_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.1727834Z test_dispatch_symbolic_meta_inplace_addr_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.1728047Z test_dispatch_symbolic_meta_inplace_addr_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.1728262Z test_dispatch_symbolic_meta_inplace_addr_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.1728479Z test_dispatch_symbolic_meta_inplace_addr_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.1728690Z test_dispatch_symbolic_meta_inplace_addr_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.1728902Z test_dispatch_symbolic_meta_inplace_addr_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.1729108Z test_dispatch_symbolic_meta_inplace_addr_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.1729315Z test_dispatch_symbolic_meta_inplace_addr_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.1729515Z test_dispatch_symbolic_meta_inplace_addr_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:31.1729783Z test_dispatch_symbolic_meta_inplace_all_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1730043Z test_dispatch_symbolic_meta_inplace_all_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1730315Z test_dispatch_symbolic_meta_inplace_all_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1730582Z test_dispatch_symbolic_meta_inplace_all_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1730938Z test_dispatch_symbolic_meta_inplace_all_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1731201Z test_dispatch_symbolic_meta_inplace_all_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1731465Z test_dispatch_symbolic_meta_inplace_all_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1731727Z test_dispatch_symbolic_meta_inplace_all_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1731985Z test_dispatch_symbolic_meta_inplace_all_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1732243Z test_dispatch_symbolic_meta_inplace_all_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1732504Z test_dispatch_symbolic_meta_inplace_all_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1732756Z test_dispatch_symbolic_meta_inplace_all_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1733032Z test_dispatch_symbolic_meta_inplace_all_strides_H_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1733376Z test_dispatch_symbolic_meta_inplace_all_strides_T_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1733682Z test_dispatch_symbolic_meta_inplace_all_strides___getitem___cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1733964Z test_dispatch_symbolic_meta_inplace_all_strides___radd___cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1734245Z test_dispatch_symbolic_meta_inplace_all_strides___rand___cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.1734526Z test_dispatch_symbolic_meta_inplace_all_strides___rdiv___cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.1734810Z test_dispatch_symbolic_meta_inplace_all_strides___rmatmul___cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:24:31.1735071Z test_dispatch_symbolic_meta_inplace_all_strides___rmod___cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.1735336Z test_dispatch_symbolic_meta_inplace_all_strides___rmul___cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.1735608Z test_dispatch_symbolic_meta_inplace_all_strides___ror___cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.1735891Z test_dispatch_symbolic_meta_inplace_all_strides___rpow___cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.1736162Z test_dispatch_symbolic_meta_inplace_all_strides___rsub___cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:24:31.1736438Z test_dispatch_symbolic_meta_inplace_all_strides___rxor___cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.1736751Z test_dispatch_symbolic_meta_inplace_all_strides__softmax_backward_data_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.1736985Z test_dispatch_symbolic_meta_inplace_all_strides_abs_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.1737219Z test_dispatch_symbolic_meta_inplace_all_strides_acos_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:24:31.1737548Z test_dispatch_symbolic_meta_inplace_all_strides_acosh_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.1737783Z test_dispatch_symbolic_meta_inplace_all_strides_add_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.074s) 2022-11-23T02:24:31.1738019Z test_dispatch_symbolic_meta_inplace_all_strides_addbmm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.066s) 2022-11-23T02:24:31.1738254Z test_dispatch_symbolic_meta_inplace_all_strides_addcdiv_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.404s) 2022-11-23T02:24:31.1738493Z test_dispatch_symbolic_meta_inplace_all_strides_addcmul_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.370s) 2022-11-23T02:24:31.1738725Z test_dispatch_symbolic_meta_inplace_all_strides_addmm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.080s) 2022-11-23T02:24:31.1738978Z test_dispatch_symbolic_meta_inplace_all_strides_addmm_decomposed_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.074s) 2022-11-23T02:24:31.1739217Z test_dispatch_symbolic_meta_inplace_all_strides_addmv_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.069s) 2022-11-23T02:24:31.1739453Z test_dispatch_symbolic_meta_inplace_all_strides_addr_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.127s) 2022-11-23T02:24:31.1739733Z test_dispatch_symbolic_meta_inplace_all_strides_all_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.1740022Z test_dispatch_symbolic_meta_inplace_all_strides_allclose_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.1740372Z test_dispatch_symbolic_meta_inplace_all_strides_amax_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.1740667Z test_dispatch_symbolic_meta_inplace_all_strides_amin_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:24:31.1740949Z test_dispatch_symbolic_meta_inplace_all_strides_aminmax_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1741235Z test_dispatch_symbolic_meta_inplace_all_strides_angle_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.1741511Z test_dispatch_symbolic_meta_inplace_all_strides_any_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.1741792Z test_dispatch_symbolic_meta_inplace_all_strides_arange_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.1742076Z test_dispatch_symbolic_meta_inplace_all_strides_argmax_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1742357Z test_dispatch_symbolic_meta_inplace_all_strides_argmin_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1742646Z test_dispatch_symbolic_meta_inplace_all_strides_argsort_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.1742931Z test_dispatch_symbolic_meta_inplace_all_strides_argwhere_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.1743170Z test_dispatch_symbolic_meta_inplace_all_strides_as_strided_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:24:31.1743468Z test_dispatch_symbolic_meta_inplace_all_strides_as_strided_scatter_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.1743688Z test_dispatch_symbolic_meta_inplace_all_strides_asin_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.1743924Z test_dispatch_symbolic_meta_inplace_all_strides_asinh_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.1744158Z test_dispatch_symbolic_meta_inplace_all_strides_atan2_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.078s) 2022-11-23T02:24:31.1744974Z test_dispatch_symbolic_meta_inplace_all_strides_atan_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.1745203Z test_dispatch_symbolic_meta_inplace_all_strides_atanh_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.1745492Z test_dispatch_symbolic_meta_inplace_all_strides_atleast_1d_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.1745776Z test_dispatch_symbolic_meta_inplace_all_strides_atleast_2d_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.1746061Z test_dispatch_symbolic_meta_inplace_all_strides_atleast_3d_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.1746298Z test_dispatch_symbolic_meta_inplace_all_strides_baddbmm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.138s) 2022-11-23T02:24:31.1746593Z test_dispatch_symbolic_meta_inplace_all_strides_bernoulli_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.1746877Z test_dispatch_symbolic_meta_inplace_all_strides_bfloat16_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.1747158Z test_dispatch_symbolic_meta_inplace_all_strides_bincount_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1747398Z test_dispatch_symbolic_meta_inplace_all_strides_bitwise_and_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.054s) 2022-11-23T02:24:31.1747735Z test_dispatch_symbolic_meta_inplace_all_strides_bitwise_left_shift_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.056s) 2022-11-23T02:24:31.1747988Z test_dispatch_symbolic_meta_inplace_all_strides_bitwise_not_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.1748225Z test_dispatch_symbolic_meta_inplace_all_strides_bitwise_or_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.047s) 2022-11-23T02:24:31.1748481Z test_dispatch_symbolic_meta_inplace_all_strides_bitwise_right_shift_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.039s) 2022-11-23T02:24:31.1748720Z test_dispatch_symbolic_meta_inplace_all_strides_bitwise_xor_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.054s) 2022-11-23T02:24:31.1749006Z test_dispatch_symbolic_meta_inplace_all_strides_block_diag_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1749285Z test_dispatch_symbolic_meta_inplace_all_strides_bmm_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1749566Z test_dispatch_symbolic_meta_inplace_all_strides_bool_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1749866Z 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:24:31.1750169Z test_dispatch_symbolic_meta_inplace_all_strides_broadcast_tensors_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.1750460Z 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:24:31.1750750Z test_dispatch_symbolic_meta_inplace_all_strides_bucketize_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:24:31.1751030Z test_dispatch_symbolic_meta_inplace_all_strides_byte_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1751324Z test_dispatch_symbolic_meta_inplace_all_strides_cartesian_prod_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1751600Z test_dispatch_symbolic_meta_inplace_all_strides_cat_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1751977Z test_dispatch_symbolic_meta_inplace_all_strides_cdist_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1752262Z test_dispatch_symbolic_meta_inplace_all_strides_cdouble_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1752499Z test_dispatch_symbolic_meta_inplace_all_strides_ceil_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.1752786Z test_dispatch_symbolic_meta_inplace_all_strides_cfloat_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1753070Z test_dispatch_symbolic_meta_inplace_all_strides_chalf_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1753334Z test_dispatch_symbolic_meta_inplace_all_strides_char_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1753623Z test_dispatch_symbolic_meta_inplace_all_strides_cholesky_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1753918Z test_dispatch_symbolic_meta_inplace_all_strides_cholesky_inverse_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1754211Z test_dispatch_symbolic_meta_inplace_all_strides_cholesky_solve_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1754560Z test_dispatch_symbolic_meta_inplace_all_strides_chunk_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1754869Z test_dispatch_symbolic_meta_inplace_all_strides_clamp_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.383s) 2022-11-23T02:24:31.1755113Z test_dispatch_symbolic_meta_inplace_all_strides_clamp_max_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.093s) 2022-11-23T02:24:31.1755357Z test_dispatch_symbolic_meta_inplace_all_strides_clamp_min_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.073s) 2022-11-23T02:24:31.1755636Z test_dispatch_symbolic_meta_inplace_all_strides_clone_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.1755934Z 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:24:31.1756228Z test_dispatch_symbolic_meta_inplace_all_strides_combinations_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.1756512Z test_dispatch_symbolic_meta_inplace_all_strides_complex_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.1756789Z test_dispatch_symbolic_meta_inplace_all_strides_conj_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.1757042Z test_dispatch_symbolic_meta_inplace_all_strides_conj_physical_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.1757336Z test_dispatch_symbolic_meta_inplace_all_strides_constant_pad_nd_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.1757625Z test_dispatch_symbolic_meta_inplace_all_strides_contiguous_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.1757867Z test_dispatch_symbolic_meta_inplace_all_strides_copysign_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.095s) 2022-11-23T02:24:31.1758155Z test_dispatch_symbolic_meta_inplace_all_strides_corrcoef_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1758388Z test_dispatch_symbolic_meta_inplace_all_strides_cos_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.1758718Z test_dispatch_symbolic_meta_inplace_all_strides_cosh_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.1759009Z test_dispatch_symbolic_meta_inplace_all_strides_count_nonzero_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1759286Z test_dispatch_symbolic_meta_inplace_all_strides_cov_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1759567Z test_dispatch_symbolic_meta_inplace_all_strides_cross_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1759853Z test_dispatch_symbolic_meta_inplace_all_strides_cummax_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1760134Z test_dispatch_symbolic_meta_inplace_all_strides_cummin_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1760377Z test_dispatch_symbolic_meta_inplace_all_strides_cumprod_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.053s) 2022-11-23T02:24:31.1760664Z test_dispatch_symbolic_meta_inplace_all_strides_cumsum_cuda_float32 (__main__.TestMetaCUDA) ... skip: Function is in dispatch early skips (0.002s) 2022-11-23T02:24:31.1760967Z test_dispatch_symbolic_meta_inplace_all_strides_cumulative_trapezoid_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1761204Z test_dispatch_symbolic_meta_inplace_all_strides_deg2rad_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.1761551Z test_dispatch_symbolic_meta_inplace_all_strides_diag_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.1761855Z test_dispatch_symbolic_meta_inplace_all_strides_diag_embed_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1762145Z test_dispatch_symbolic_meta_inplace_all_strides_diagflat_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1762437Z test_dispatch_symbolic_meta_inplace_all_strides_diagonal_copy_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.1762720Z test_dispatch_symbolic_meta_inplace_all_strides_diagonal_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.1763013Z test_dispatch_symbolic_meta_inplace_all_strides_diagonal_scatter_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.1763290Z test_dispatch_symbolic_meta_inplace_all_strides_diff_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:24:31.1763510Z test_dispatch_symbolic_meta_inplace_all_strides_digamma_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.1763787Z test_dispatch_symbolic_meta_inplace_all_strides_dist_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1764041Z test_dispatch_symbolic_meta_inplace_all_strides_div_floor_rounding_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.212s) 2022-11-23T02:24:31.1764295Z test_dispatch_symbolic_meta_inplace_all_strides_div_no_rounding_mode_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.054s) 2022-11-23T02:24:31.1764546Z test_dispatch_symbolic_meta_inplace_all_strides_div_trunc_rounding_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.073s) 2022-11-23T02:24:31.1764824Z test_dispatch_symbolic_meta_inplace_all_strides_dot_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.1765110Z test_dispatch_symbolic_meta_inplace_all_strides_double_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:24:31.1765390Z test_dispatch_symbolic_meta_inplace_all_strides_dsplit_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1765761Z test_dispatch_symbolic_meta_inplace_all_strides_dstack_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1766040Z test_dispatch_symbolic_meta_inplace_all_strides_einsum_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1766320Z test_dispatch_symbolic_meta_inplace_all_strides_empty_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1766609Z test_dispatch_symbolic_meta_inplace_all_strides_empty_like_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1766836Z test_dispatch_symbolic_meta_inplace_all_strides_eq_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.092s) 2022-11-23T02:24:31.1767111Z test_dispatch_symbolic_meta_inplace_all_strides_equal_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1767346Z test_dispatch_symbolic_meta_inplace_all_strides_erf_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.1767580Z test_dispatch_symbolic_meta_inplace_all_strides_erfc_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:31.1767816Z test_dispatch_symbolic_meta_inplace_all_strides_erfinv_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.1768042Z test_dispatch_symbolic_meta_inplace_all_strides_exp2_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:31.1768332Z test_dispatch_symbolic_meta_inplace_all_strides_exp_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:31.1768634Z test_dispatch_symbolic_meta_inplace_all_strides_expand_as_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1768917Z test_dispatch_symbolic_meta_inplace_all_strides_expand_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1769155Z test_dispatch_symbolic_meta_inplace_all_strides_expm1_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.1769433Z test_dispatch_symbolic_meta_inplace_all_strides_eye_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1769744Z test_dispatch_symbolic_meta_inplace_all_strides_fft_fft2_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1770031Z test_dispatch_symbolic_meta_inplace_all_strides_fft_fft_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1770313Z test_dispatch_symbolic_meta_inplace_all_strides_fft_fftn_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1770599Z test_dispatch_symbolic_meta_inplace_all_strides_fft_fftshift_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1770885Z test_dispatch_symbolic_meta_inplace_all_strides_fft_hfft2_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1771162Z test_dispatch_symbolic_meta_inplace_all_strides_fft_hfft_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1771437Z test_dispatch_symbolic_meta_inplace_all_strides_fft_hfftn_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1771712Z 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:24:31.1771984Z test_dispatch_symbolic_meta_inplace_all_strides_fft_ifft_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1772349Z test_dispatch_symbolic_meta_inplace_all_strides_fft_ifftn_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.1772639Z test_dispatch_symbolic_meta_inplace_all_strides_fft_ifftshift_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1772907Z test_dispatch_symbolic_meta_inplace_all_strides_fft_ihfft2_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.1773189Z 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:24:31.1773468Z test_dispatch_symbolic_meta_inplace_all_strides_fft_ihfftn_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.1773739Z test_dispatch_symbolic_meta_inplace_all_strides_fft_irfft2_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:24:31.1774020Z test_dispatch_symbolic_meta_inplace_all_strides_fft_irfft_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.1774295Z test_dispatch_symbolic_meta_inplace_all_strides_fft_irfftn_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.1774570Z test_dispatch_symbolic_meta_inplace_all_strides_fft_rfft2_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.1774918Z test_dispatch_symbolic_meta_inplace_all_strides_fft_rfft_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.1775428Z test_dispatch_symbolic_meta_inplace_all_strides_fft_rfftn_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.1775671Z test_dispatch_symbolic_meta_inplace_all_strides_fill_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.1776267Z test_dispatch_symbolic_meta_inplace_all_strides_flatten_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.1776557Z test_dispatch_symbolic_meta_inplace_all_strides_flip_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.1776840Z test_dispatch_symbolic_meta_inplace_all_strides_fliplr_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.1777124Z test_dispatch_symbolic_meta_inplace_all_strides_flipud_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.1777403Z test_dispatch_symbolic_meta_inplace_all_strides_float_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1777700Z test_dispatch_symbolic_meta_inplace_all_strides_float_power_cuda_float32 (__main__.TestMetaCUDA) ... skip: Function is in dispatch early skips (0.001s) 2022-11-23T02:24:31.1777938Z test_dispatch_symbolic_meta_inplace_all_strides_floor_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.1778182Z test_dispatch_symbolic_meta_inplace_all_strides_floor_divide_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.215s) 2022-11-23T02:24:31.1778459Z test_dispatch_symbolic_meta_inplace_all_strides_fmax_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1778739Z test_dispatch_symbolic_meta_inplace_all_strides_fmin_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1778972Z test_dispatch_symbolic_meta_inplace_all_strides_fmod_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.067s) 2022-11-23T02:24:31.1779203Z test_dispatch_symbolic_meta_inplace_all_strides_frac_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.1779481Z test_dispatch_symbolic_meta_inplace_all_strides_frexp_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.1779856Z test_dispatch_symbolic_meta_inplace_all_strides_full_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.1780142Z test_dispatch_symbolic_meta_inplace_all_strides_full_like_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.1780424Z test_dispatch_symbolic_meta_inplace_all_strides_gather_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.011s) 2022-11-23T02:24:31.1780656Z test_dispatch_symbolic_meta_inplace_all_strides_gcd_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.051s) 2022-11-23T02:24:31.1780881Z test_dispatch_symbolic_meta_inplace_all_strides_ge_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.058s) 2022-11-23T02:24:31.1781160Z test_dispatch_symbolic_meta_inplace_all_strides_geqrf_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.1781638Z test_dispatch_symbolic_meta_inplace_all_strides_gradient_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.1781939Z test_dispatch_symbolic_meta_inplace_all_strides_grid_sampler_2d_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.1782456Z test_dispatch_symbolic_meta_inplace_all_strides_gt_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.047s) 2022-11-23T02:24:31.1783246Z test_dispatch_symbolic_meta_inplace_all_strides_half_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.1783551Z test_dispatch_symbolic_meta_inplace_all_strides_heaviside_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.119s) 2022-11-23T02:24:31.1783831Z test_dispatch_symbolic_meta_inplace_all_strides_histc_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1784103Z test_dispatch_symbolic_meta_inplace_all_strides_hsplit_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1784385Z test_dispatch_symbolic_meta_inplace_all_strides_hstack_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1784620Z test_dispatch_symbolic_meta_inplace_all_strides_hypot_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.063s) 2022-11-23T02:24:31.1784849Z test_dispatch_symbolic_meta_inplace_all_strides_i0_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.1785086Z test_dispatch_symbolic_meta_inplace_all_strides_igamma_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.063s) 2022-11-23T02:24:31.1785340Z test_dispatch_symbolic_meta_inplace_all_strides_igammac_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.062s) 2022-11-23T02:24:31.1785628Z test_dispatch_symbolic_meta_inplace_all_strides_imag_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.1785870Z test_dispatch_symbolic_meta_inplace_all_strides_index_add_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.246s) 2022-11-23T02:24:31.1786107Z test_dispatch_symbolic_meta_inplace_all_strides_index_copy_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.067s) 2022-11-23T02:24:31.1786346Z test_dispatch_symbolic_meta_inplace_all_strides_index_fill_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-11-23T02:24:31.1786584Z test_dispatch_symbolic_meta_inplace_all_strides_index_put_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.063s) 2022-11-23T02:24:31.1786829Z test_dispatch_symbolic_meta_inplace_all_strides_index_reduce_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.820s) 2022-11-23T02:24:31.1787116Z test_dispatch_symbolic_meta_inplace_all_strides_index_select_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.1787687Z test_dispatch_symbolic_meta_inplace_all_strides_inner_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.1787981Z test_dispatch_symbolic_meta_inplace_all_strides_int_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.1788518Z test_dispatch_symbolic_meta_inplace_all_strides_isclose_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:24:31.1788820Z test_dispatch_symbolic_meta_inplace_all_strides_isfinite_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.1789098Z test_dispatch_symbolic_meta_inplace_all_strides_isin_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.1789380Z test_dispatch_symbolic_meta_inplace_all_strides_isinf_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.1789664Z test_dispatch_symbolic_meta_inplace_all_strides_isnan_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.1789950Z test_dispatch_symbolic_meta_inplace_all_strides_isneginf_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.011s) 2022-11-23T02:24:31.1790227Z test_dispatch_symbolic_meta_inplace_all_strides_isposinf_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1790590Z test_dispatch_symbolic_meta_inplace_all_strides_isreal_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1790892Z test_dispatch_symbolic_meta_inplace_all_strides_istft_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1791201Z test_dispatch_symbolic_meta_inplace_all_strides_jiterator_2inputs_2outputs_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1791522Z test_dispatch_symbolic_meta_inplace_all_strides_jiterator_4inputs_with_extra_args_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1791817Z test_dispatch_symbolic_meta_inplace_all_strides_jiterator_binary_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1792130Z test_dispatch_symbolic_meta_inplace_all_strides_jiterator_binary_return_by_ref_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1792428Z test_dispatch_symbolic_meta_inplace_all_strides_jiterator_unary_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1792707Z test_dispatch_symbolic_meta_inplace_all_strides_kron_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1792994Z test_dispatch_symbolic_meta_inplace_all_strides_kthvalue_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1793226Z test_dispatch_symbolic_meta_inplace_all_strides_lcm_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.050s) 2022-11-23T02:24:31.1793461Z test_dispatch_symbolic_meta_inplace_all_strides_ldexp_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.110s) 2022-11-23T02:24:31.1793828Z test_dispatch_symbolic_meta_inplace_all_strides_le_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.067s) 2022-11-23T02:24:31.1794088Z test_dispatch_symbolic_meta_inplace_all_strides_lerp_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.370s) 2022-11-23T02:24:31.1794329Z test_dispatch_symbolic_meta_inplace_all_strides_lgamma_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.1794913Z test_dispatch_symbolic_meta_inplace_all_strides_linalg_cholesky_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.1795322Z test_dispatch_symbolic_meta_inplace_all_strides_linalg_cholesky_ex_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:24:31.1795728Z test_dispatch_symbolic_meta_inplace_all_strides_linalg_cond_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1796024Z test_dispatch_symbolic_meta_inplace_all_strides_linalg_cross_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1796317Z test_dispatch_symbolic_meta_inplace_all_strides_linalg_det_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1796616Z test_dispatch_symbolic_meta_inplace_all_strides_linalg_det_singular_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1796907Z test_dispatch_symbolic_meta_inplace_all_strides_linalg_eig_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1797199Z test_dispatch_symbolic_meta_inplace_all_strides_linalg_eigh_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1797488Z test_dispatch_symbolic_meta_inplace_all_strides_linalg_eigvals_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1797783Z test_dispatch_symbolic_meta_inplace_all_strides_linalg_eigvalsh_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1798174Z test_dispatch_symbolic_meta_inplace_all_strides_linalg_householder_product_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1798473Z test_dispatch_symbolic_meta_inplace_all_strides_linalg_inv_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1798764Z test_dispatch_symbolic_meta_inplace_all_strides_linalg_inv_ex_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1799065Z test_dispatch_symbolic_meta_inplace_all_strides_linalg_ldl_factor_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.1799367Z test_dispatch_symbolic_meta_inplace_all_strides_linalg_ldl_factor_ex_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1799664Z 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:24:31.1800070Z test_dispatch_symbolic_meta_inplace_all_strides_linalg_lstsq_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1800412Z test_dispatch_symbolic_meta_inplace_all_strides_linalg_lstsq_grad_oriented_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1800947Z 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:24:31.1801253Z test_dispatch_symbolic_meta_inplace_all_strides_linalg_lu_factor_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1801549Z test_dispatch_symbolic_meta_inplace_all_strides_linalg_lu_factor_ex_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.1801843Z test_dispatch_symbolic_meta_inplace_all_strides_linalg_lu_solve_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1802140Z test_dispatch_symbolic_meta_inplace_all_strides_linalg_matrix_norm_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.1802436Z test_dispatch_symbolic_meta_inplace_all_strides_linalg_matrix_power_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.1802821Z test_dispatch_symbolic_meta_inplace_all_strides_linalg_matrix_rank_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.1803133Z test_dispatch_symbolic_meta_inplace_all_strides_linalg_matrix_rank_hermitian_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:24:31.1803427Z test_dispatch_symbolic_meta_inplace_all_strides_linalg_multi_dot_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.1803711Z 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:24:31.1804028Z test_dispatch_symbolic_meta_inplace_all_strides_linalg_norm_subgradients_at_zero_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1804316Z 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:24:31.1804618Z test_dispatch_symbolic_meta_inplace_all_strides_linalg_pinv_hermitian_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.1804961Z 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.001s) 2022-11-23T02:24:31.1805320Z test_dispatch_symbolic_meta_inplace_all_strides_linalg_qr_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.1805628Z test_dispatch_symbolic_meta_inplace_all_strides_linalg_slogdet_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.1805922Z test_dispatch_symbolic_meta_inplace_all_strides_linalg_solve_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.1806360Z test_dispatch_symbolic_meta_inplace_all_strides_linalg_solve_ex_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.1806675Z test_dispatch_symbolic_meta_inplace_all_strides_linalg_solve_triangular_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.1807238Z test_dispatch_symbolic_meta_inplace_all_strides_linalg_svd_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1807539Z test_dispatch_symbolic_meta_inplace_all_strides_linalg_svdvals_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.1807834Z test_dispatch_symbolic_meta_inplace_all_strides_linalg_tensorinv_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.1808137Z test_dispatch_symbolic_meta_inplace_all_strides_linalg_tensorsolve_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.1808429Z test_dispatch_symbolic_meta_inplace_all_strides_linalg_vander_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.1808719Z test_dispatch_symbolic_meta_inplace_all_strides_linalg_vecdot_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.1809014Z test_dispatch_symbolic_meta_inplace_all_strides_linalg_vector_norm_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.1809299Z test_dispatch_symbolic_meta_inplace_all_strides_linspace_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.1809531Z test_dispatch_symbolic_meta_inplace_all_strides_log10_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.1809848Z test_dispatch_symbolic_meta_inplace_all_strides_log1p_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.1810082Z test_dispatch_symbolic_meta_inplace_all_strides_log2_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.1810447Z test_dispatch_symbolic_meta_inplace_all_strides_log_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.1810747Z 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:24:31.1811052Z test_dispatch_symbolic_meta_inplace_all_strides_log_softmax_with_dtype_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1811342Z test_dispatch_symbolic_meta_inplace_all_strides_logaddexp2_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1811635Z test_dispatch_symbolic_meta_inplace_all_strides_logaddexp_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.1811928Z test_dispatch_symbolic_meta_inplace_all_strides_logcumsumexp_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1812209Z test_dispatch_symbolic_meta_inplace_all_strides_logdet_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.1812690Z test_dispatch_symbolic_meta_inplace_all_strides_logical_and_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.062s) 2022-11-23T02:24:31.1812947Z test_dispatch_symbolic_meta_inplace_all_strides_logical_not_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:31.1813447Z test_dispatch_symbolic_meta_inplace_all_strides_logical_or_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.064s) 2022-11-23T02:24:31.1813707Z test_dispatch_symbolic_meta_inplace_all_strides_logical_xor_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.063s) 2022-11-23T02:24:31.1813939Z test_dispatch_symbolic_meta_inplace_all_strides_logit_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.1814226Z test_dispatch_symbolic_meta_inplace_all_strides_logspace_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.1814514Z test_dispatch_symbolic_meta_inplace_all_strides_logsumexp_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1814794Z test_dispatch_symbolic_meta_inplace_all_strides_long_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1815021Z test_dispatch_symbolic_meta_inplace_all_strides_lt_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.075s) 2022-11-23T02:24:31.1815295Z test_dispatch_symbolic_meta_inplace_all_strides_lu_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1815583Z test_dispatch_symbolic_meta_inplace_all_strides_lu_solve_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1815868Z test_dispatch_symbolic_meta_inplace_all_strides_lu_unpack_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.1816140Z test_dispatch_symbolic_meta_inplace_all_strides_mH_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1816411Z test_dispatch_symbolic_meta_inplace_all_strides_mT_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1816697Z test_dispatch_symbolic_meta_inplace_all_strides_masked_amax_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.1816975Z test_dispatch_symbolic_meta_inplace_all_strides_masked_amin_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.1817364Z test_dispatch_symbolic_meta_inplace_all_strides_masked_argmax_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1817655Z test_dispatch_symbolic_meta_inplace_all_strides_masked_argmin_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1817948Z test_dispatch_symbolic_meta_inplace_all_strides_masked_cumprod_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.1818240Z test_dispatch_symbolic_meta_inplace_all_strides_masked_cumsum_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1818484Z test_dispatch_symbolic_meta_inplace_all_strides_masked_fill_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.100s) 2022-11-23T02:24:31.1818936Z test_dispatch_symbolic_meta_inplace_all_strides_masked_log_softmax_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1819248Z 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:24:31.1819807Z test_dispatch_symbolic_meta_inplace_all_strides_masked_logsumexp_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1820179Z test_dispatch_symbolic_meta_inplace_all_strides_masked_mean_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.1820485Z test_dispatch_symbolic_meta_inplace_all_strides_masked_median_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.1820757Z test_dispatch_symbolic_meta_inplace_all_strides_masked_norm_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.1821061Z test_dispatch_symbolic_meta_inplace_all_strides_masked_normalize_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1821349Z test_dispatch_symbolic_meta_inplace_all_strides_masked_prod_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1821596Z test_dispatch_symbolic_meta_inplace_all_strides_masked_scatter_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.121s) 2022-11-23T02:24:31.1821888Z test_dispatch_symbolic_meta_inplace_all_strides_masked_select_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1822181Z test_dispatch_symbolic_meta_inplace_all_strides_masked_softmax_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1822474Z test_dispatch_symbolic_meta_inplace_all_strides_masked_softmin_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1822764Z 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:24:31.1823041Z test_dispatch_symbolic_meta_inplace_all_strides_masked_sum_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.1823315Z 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:24:31.1823596Z test_dispatch_symbolic_meta_inplace_all_strides_matmul_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:24:31.1823884Z 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:24:31.1824163Z test_dispatch_symbolic_meta_inplace_all_strides_max_binary_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.1824569Z 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:24:31.1825045Z 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:24:31.1825361Z test_dispatch_symbolic_meta_inplace_all_strides_max_reduction_with_dim_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:24:31.1825754Z test_dispatch_symbolic_meta_inplace_all_strides_maximum_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1826179Z test_dispatch_symbolic_meta_inplace_all_strides_mean_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1826475Z test_dispatch_symbolic_meta_inplace_all_strides_median_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1826813Z test_dispatch_symbolic_meta_inplace_all_strides_meshgrid_list_of_tensors_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1827123Z test_dispatch_symbolic_meta_inplace_all_strides_meshgrid_variadic_tensors_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1827487Z 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:24:31.1827800Z test_dispatch_symbolic_meta_inplace_all_strides_min_reduction_no_dim_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1828101Z test_dispatch_symbolic_meta_inplace_all_strides_min_reduction_with_dim_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.1828388Z test_dispatch_symbolic_meta_inplace_all_strides_minimum_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1828667Z test_dispatch_symbolic_meta_inplace_all_strides_mm_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1828946Z test_dispatch_symbolic_meta_inplace_all_strides_mode_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1829227Z test_dispatch_symbolic_meta_inplace_all_strides_movedim_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1829509Z test_dispatch_symbolic_meta_inplace_all_strides_msort_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1829746Z test_dispatch_symbolic_meta_inplace_all_strides_mul_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.057s) 2022-11-23T02:24:31.1830036Z test_dispatch_symbolic_meta_inplace_all_strides_multinomial_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1830309Z test_dispatch_symbolic_meta_inplace_all_strides_mv_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.1830565Z test_dispatch_symbolic_meta_inplace_all_strides_mvlgamma_mvlgamma_p_1_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.065s) 2022-11-23T02:24:31.1830829Z test_dispatch_symbolic_meta_inplace_all_strides_mvlgamma_mvlgamma_p_3_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.076s) 2022-11-23T02:24:31.1831076Z test_dispatch_symbolic_meta_inplace_all_strides_mvlgamma_mvlgamma_p_5_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.090s) 2022-11-23T02:24:31.1831475Z test_dispatch_symbolic_meta_inplace_all_strides_nan_to_num_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.044s) 2022-11-23T02:24:31.1831865Z test_dispatch_symbolic_meta_inplace_all_strides_nanmean_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.1832418Z test_dispatch_symbolic_meta_inplace_all_strides_nanmedian_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.1832715Z test_dispatch_symbolic_meta_inplace_all_strides_nanquantile_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.1832998Z test_dispatch_symbolic_meta_inplace_all_strides_nansum_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1833286Z test_dispatch_symbolic_meta_inplace_all_strides_narrow_copy_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1833551Z test_dispatch_symbolic_meta_inplace_all_strides_narrow_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.1833850Z 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:24:31.1834153Z 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:24:31.1834449Z test_dispatch_symbolic_meta_inplace_all_strides_native_layer_norm_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1834758Z test_dispatch_symbolic_meta_inplace_all_strides_ne_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.076s) 2022-11-23T02:24:31.1835009Z test_dispatch_symbolic_meta_inplace_all_strides_neg_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.1835295Z 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:24:31.1835591Z 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:24:31.1835879Z 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:24:31.1836155Z test_dispatch_symbolic_meta_inplace_all_strides_new_ones_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.1836441Z test_dispatch_symbolic_meta_inplace_all_strides_new_zeros_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.1836683Z test_dispatch_symbolic_meta_inplace_all_strides_nextafter_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.044s) 2022-11-23T02:24:31.1836992Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional__scaled_dot_product_attention_cuda_float32 (__main__.TestMetaCUDA) ... skip: Skipped! (0.000s) 2022-11-23T02:24:31.1837315Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_adaptive_avg_pool1d_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.1837845Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_adaptive_avg_pool2d_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.1838172Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_adaptive_avg_pool3d_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.1838639Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_adaptive_max_pool1d_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.1839057Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_adaptive_max_pool2d_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.011s) 2022-11-23T02:24:31.1839702Z 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:24:31.1839971Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_alpha_dropout_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.070s) 2022-11-23T02:24:31.1840272Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_avg_pool1d_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.1840570Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_avg_pool2d_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.1840858Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_avg_pool3d_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.1841155Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_batch_norm_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1841457Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_bilinear_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1841777Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_binary_cross_entropy_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1842193Z 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.002s) 2022-11-23T02:24:31.1842466Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_celu_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:24:31.1842766Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_conv1d_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.1843070Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_conv2d_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.1843387Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_conv_transpose1d_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.1843708Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_conv_transpose2d_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.1844024Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_conv_transpose3d_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.1844346Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_cosine_embedding_loss_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.1844847Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_cosine_similarity_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.1845300Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_cross_entropy_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.1845746Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_ctc_loss_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.1846015Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_dropout2d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.088s) 2022-11-23T02:24:31.1846277Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_dropout3d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.155s) 2022-11-23T02:24:31.1846537Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_dropout_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.062s) 2022-11-23T02:24:31.1846880Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_elu_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.1847191Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_embedding_bag_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.1847497Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_embedding_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.1847795Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_feature_alpha_dropout_with_train_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.079s) 2022-11-23T02:24:31.1848091Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_feature_alpha_dropout_without_train_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.036s) 2022-11-23T02:24:31.1848414Z 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:24:31.1848736Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_fractional_max_pool3d_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1849048Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_gaussian_nll_loss_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1849420Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_gelu_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1849736Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_glu_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1850042Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_grid_sample_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.1850330Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_group_norm_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1850803Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_hardshrink_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.1851083Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_hardsigmoid_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.1851657Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_hardswish_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.1852152Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_hardtanh_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.011s) 2022-11-23T02:24:31.1852498Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_hinge_embedding_loss_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1852804Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_huber_loss_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.004s) 2022-11-23T02:24:31.1853114Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_instance_norm_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1853432Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_interpolate_area_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1853754Z 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:24:31.1854191Z 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:24:31.1854512Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_interpolate_linear_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.1854835Z 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:24:31.1855163Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_interpolate_trilinear_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1855463Z 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:24:31.1855765Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_l1_loss_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1856068Z 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:24:31.1856328Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_leaky_relu_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.068s) 2022-11-23T02:24:31.1856699Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_linear_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.1857231Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_local_response_norm_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.1857544Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_logsigmoid_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.1858119Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_margin_ranking_loss_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.1858429Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_max_pool1d_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:24:31.1858728Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_max_pool2d_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1859022Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_max_pool3d_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1859329Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_max_unpool1d_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1859643Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_max_unpool1d_grad_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1859950Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_max_unpool2d_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1860263Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_max_unpool2d_grad_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1860575Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_max_unpool3d_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1860888Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_max_unpool3d_grad_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1861743Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_mish_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:24:31.1862048Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_mse_loss_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1862363Z 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:24:31.1862689Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_multilabel_margin_loss_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.1863170Z 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:24:31.1863518Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_nll_loss_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:24:31.1863965Z 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:24:31.1864402Z 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:24:31.1864818Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_pad_circular_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.1865138Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_pad_constant_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.1865444Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_pad_reflect_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:24:31.1865762Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_pad_replicate_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.1866079Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_pairwise_distance_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.1866379Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_pdist_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.1866693Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_pixel_shuffle_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.1867005Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_pixel_unshuffle_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:24:31.1867319Z 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:24:31.1867614Z 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:24:31.1867913Z 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:24:31.1868216Z 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:24:31.1868470Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_rrelu_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:24:31.1868722Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_selu_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.1869070Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_silu_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:24:31.1869379Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_smooth_l1_loss_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1869866Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_soft_margin_loss_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1870181Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_softmin_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1870769Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_softmin_with_dtype_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1871093Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_softplus_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1871401Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_softshrink_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1871701Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_softsign_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1872072Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_tanhshrink_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1872352Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_threshold_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:24:31.1872671Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_triplet_margin_loss_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.1873011Z 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.000s) 2022-11-23T02:24:31.1873313Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_unfold_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.1873637Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_upsample_bilinear_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.011s) 2022-11-23T02:24:31.1873955Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_upsample_nearest_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1874237Z test_dispatch_symbolic_meta_inplace_all_strides_nonzero_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1874519Z test_dispatch_symbolic_meta_inplace_all_strides_norm_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1874803Z test_dispatch_symbolic_meta_inplace_all_strides_norm_fro_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1875078Z test_dispatch_symbolic_meta_inplace_all_strides_norm_inf_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1875352Z test_dispatch_symbolic_meta_inplace_all_strides_norm_nuc_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1875634Z test_dispatch_symbolic_meta_inplace_all_strides_normal_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1876104Z 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:24:31.1876490Z test_dispatch_symbolic_meta_inplace_all_strides_ones_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1877037Z test_dispatch_symbolic_meta_inplace_all_strides_ones_like_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1877328Z test_dispatch_symbolic_meta_inplace_all_strides_ormqr_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1877612Z test_dispatch_symbolic_meta_inplace_all_strides_outer_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.1877900Z test_dispatch_symbolic_meta_inplace_all_strides_pca_lowrank_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.1878181Z test_dispatch_symbolic_meta_inplace_all_strides_permute_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1878470Z test_dispatch_symbolic_meta_inplace_all_strides_pinverse_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.1878749Z test_dispatch_symbolic_meta_inplace_all_strides_polar_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.1879009Z test_dispatch_symbolic_meta_inplace_all_strides_polygamma_polygamma_n_0_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:24:31.1879344Z test_dispatch_symbolic_meta_inplace_all_strides_polygamma_polygamma_n_1_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:24:31.1879620Z test_dispatch_symbolic_meta_inplace_all_strides_polygamma_polygamma_n_2_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:24:31.1879880Z test_dispatch_symbolic_meta_inplace_all_strides_polygamma_polygamma_n_3_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:24:31.1880140Z test_dispatch_symbolic_meta_inplace_all_strides_polygamma_polygamma_n_4_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.035s) 2022-11-23T02:24:31.1880429Z test_dispatch_symbolic_meta_inplace_all_strides_positive_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.1880661Z test_dispatch_symbolic_meta_inplace_all_strides_pow_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.054s) 2022-11-23T02:24:31.1880946Z test_dispatch_symbolic_meta_inplace_all_strides_prod_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.1881178Z test_dispatch_symbolic_meta_inplace_all_strides_put_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.241s) 2022-11-23T02:24:31.1881453Z test_dispatch_symbolic_meta_inplace_all_strides_qr_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.1881741Z test_dispatch_symbolic_meta_inplace_all_strides_quantile_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:24:31.1881977Z test_dispatch_symbolic_meta_inplace_all_strides_rad2deg_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.1882451Z test_dispatch_symbolic_meta_inplace_all_strides_rand_like_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1882741Z test_dispatch_symbolic_meta_inplace_all_strides_randint_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1883318Z test_dispatch_symbolic_meta_inplace_all_strides_randint_like_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1883606Z test_dispatch_symbolic_meta_inplace_all_strides_randn_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.1883985Z 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:24:31.1884265Z test_dispatch_symbolic_meta_inplace_all_strides_ravel_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1884530Z test_dispatch_symbolic_meta_inplace_all_strides_real_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1884776Z test_dispatch_symbolic_meta_inplace_all_strides_reciprocal_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.1885027Z test_dispatch_symbolic_meta_inplace_all_strides_remainder_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.062s) 2022-11-23T02:24:31.1885260Z test_dispatch_symbolic_meta_inplace_all_strides_renorm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:24:31.1885545Z test_dispatch_symbolic_meta_inplace_all_strides_repeat_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1885850Z test_dispatch_symbolic_meta_inplace_all_strides_repeat_interleave_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1886143Z test_dispatch_symbolic_meta_inplace_all_strides_reshape_as_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1886424Z test_dispatch_symbolic_meta_inplace_all_strides_reshape_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1886734Z test_dispatch_symbolic_meta_inplace_all_strides_resize__cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.1886994Z test_dispatch_symbolic_meta_inplace_all_strides_resize_as__cuda_float32 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.1887285Z test_dispatch_symbolic_meta_inplace_all_strides_resolve_conj_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.1887578Z test_dispatch_symbolic_meta_inplace_all_strides_resolve_neg_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.1887853Z test_dispatch_symbolic_meta_inplace_all_strides_roll_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.1888131Z test_dispatch_symbolic_meta_inplace_all_strides_rot90_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.1888541Z test_dispatch_symbolic_meta_inplace_all_strides_round_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.1888810Z test_dispatch_symbolic_meta_inplace_all_strides_round_decimals_0_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.1889058Z test_dispatch_symbolic_meta_inplace_all_strides_round_decimals_3_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.1889588Z test_dispatch_symbolic_meta_inplace_all_strides_round_decimals_neg_3_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.1889831Z test_dispatch_symbolic_meta_inplace_all_strides_rsqrt_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.1890110Z test_dispatch_symbolic_meta_inplace_all_strides_rsub_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1890403Z test_dispatch_symbolic_meta_inplace_all_strides_scalar_tensor_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.004s) 2022-11-23T02:24:31.1890650Z test_dispatch_symbolic_meta_inplace_all_strides_scatter_add_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.422s) 2022-11-23T02:24:31.1890887Z test_dispatch_symbolic_meta_inplace_all_strides_scatter_cuda_float32 (__main__.TestMetaCUDA) ... ok (1.249s) 2022-11-23T02:24:31.1891138Z test_dispatch_symbolic_meta_inplace_all_strides_scatter_reduce_amax_cuda_float32 (__main__.TestMetaCUDA) ... ok (1.206s) 2022-11-23T02:24:31.1891488Z test_dispatch_symbolic_meta_inplace_all_strides_scatter_reduce_amin_cuda_float32 (__main__.TestMetaCUDA) ... ok (1.311s) 2022-11-23T02:24:31.1891734Z test_dispatch_symbolic_meta_inplace_all_strides_scatter_reduce_mean_cuda_float32 (__main__.TestMetaCUDA) ... ok (1.683s) 2022-11-23T02:24:31.1891981Z test_dispatch_symbolic_meta_inplace_all_strides_scatter_reduce_prod_cuda_float32 (__main__.TestMetaCUDA) ... ok (1.190s) 2022-11-23T02:24:31.1892234Z test_dispatch_symbolic_meta_inplace_all_strides_scatter_reduce_sum_cuda_float32 (__main__.TestMetaCUDA) ... ok (1.331s) 2022-11-23T02:24:31.1892530Z test_dispatch_symbolic_meta_inplace_all_strides_searchsorted_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.1892839Z test_dispatch_symbolic_meta_inplace_all_strides_segment_reduce_lengths_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1893148Z test_dispatch_symbolic_meta_inplace_all_strides_segment_reduce_offsets_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1893429Z test_dispatch_symbolic_meta_inplace_all_strides_select_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1893710Z test_dispatch_symbolic_meta_inplace_all_strides_select_scatter_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1894013Z test_dispatch_symbolic_meta_inplace_all_strides_sgn_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.1894310Z test_dispatch_symbolic_meta_inplace_all_strides_short_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1894551Z test_dispatch_symbolic_meta_inplace_all_strides_sigmoid_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.1894935Z test_dispatch_symbolic_meta_inplace_all_strides_sign_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.1895238Z test_dispatch_symbolic_meta_inplace_all_strides_signal_windows_cosine_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.1895836Z test_dispatch_symbolic_meta_inplace_all_strides_signal_windows_exponential_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.1896149Z test_dispatch_symbolic_meta_inplace_all_strides_signal_windows_gaussian_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.1896451Z test_dispatch_symbolic_meta_inplace_all_strides_signal_windows_kaiser_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.1896735Z test_dispatch_symbolic_meta_inplace_all_strides_signbit_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.1896974Z test_dispatch_symbolic_meta_inplace_all_strides_sin_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.1897204Z test_dispatch_symbolic_meta_inplace_all_strides_sinc_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-11-23T02:24:31.1897432Z test_dispatch_symbolic_meta_inplace_all_strides_sinh_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.1897711Z test_dispatch_symbolic_meta_inplace_all_strides_slice_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1898005Z test_dispatch_symbolic_meta_inplace_all_strides_slice_scatter_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1898287Z test_dispatch_symbolic_meta_inplace_all_strides_softmax_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1898682Z test_dispatch_symbolic_meta_inplace_all_strides_softmax_with_dtype_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1898963Z test_dispatch_symbolic_meta_inplace_all_strides_sort_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1899264Z test_dispatch_symbolic_meta_inplace_all_strides_sparse_sampled_addmm_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.1899561Z test_dispatch_symbolic_meta_inplace_all_strides_special_airy_ai_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.1899856Z test_dispatch_symbolic_meta_inplace_all_strides_special_bessel_j0_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.1900148Z test_dispatch_symbolic_meta_inplace_all_strides_special_bessel_j1_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:24:31.1900438Z test_dispatch_symbolic_meta_inplace_all_strides_special_bessel_y0_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.1900725Z test_dispatch_symbolic_meta_inplace_all_strides_special_bessel_y1_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.1901214Z test_dispatch_symbolic_meta_inplace_all_strides_special_chebyshev_polynomial_t_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.1902301Z test_dispatch_symbolic_meta_inplace_all_strides_special_chebyshev_polynomial_u_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.1902725Z 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:24:31.1903075Z 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.001s) 2022-11-23T02:24:31.1903365Z 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:24:31.1903660Z test_dispatch_symbolic_meta_inplace_all_strides_special_erfcx_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1903978Z test_dispatch_symbolic_meta_inplace_all_strides_special_hermite_polynomial_h_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1904294Z test_dispatch_symbolic_meta_inplace_all_strides_special_hermite_polynomial_he_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1904585Z test_dispatch_symbolic_meta_inplace_all_strides_special_i0e_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1904870Z test_dispatch_symbolic_meta_inplace_all_strides_special_i1_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1905147Z test_dispatch_symbolic_meta_inplace_all_strides_special_i1e_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1905466Z test_dispatch_symbolic_meta_inplace_all_strides_special_laguerre_polynomial_l_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1905823Z 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.001s) 2022-11-23T02:24:31.1906230Z test_dispatch_symbolic_meta_inplace_all_strides_special_log_ndtr_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1906542Z test_dispatch_symbolic_meta_inplace_all_strides_special_modified_bessel_i0_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1906840Z test_dispatch_symbolic_meta_inplace_all_strides_special_modified_bessel_i1_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1907327Z test_dispatch_symbolic_meta_inplace_all_strides_special_modified_bessel_k0_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1907632Z test_dispatch_symbolic_meta_inplace_all_strides_special_modified_bessel_k1_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1908181Z test_dispatch_symbolic_meta_inplace_all_strides_special_ndtr_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1908490Z 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:24:31.1908822Z 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.002s) 2022-11-23T02:24:31.1909140Z 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:24:31.1909946Z test_dispatch_symbolic_meta_inplace_all_strides_special_scaled_modified_bessel_k1_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1910371Z test_dispatch_symbolic_meta_inplace_all_strides_special_shifted_chebyshev_polynomial_t_cuda_float32 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:24:31.1910746Z 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.003s) 2022-11-23T02:24:31.1911096Z test_dispatch_symbolic_meta_inplace_all_strides_special_shifted_chebyshev_polynomial_v_cuda_float32 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:24:31.1911451Z test_dispatch_symbolic_meta_inplace_all_strides_special_shifted_chebyshev_polynomial_w_cuda_float32 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:24:31.1911762Z test_dispatch_symbolic_meta_inplace_all_strides_special_spherical_bessel_j0_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.1912056Z test_dispatch_symbolic_meta_inplace_all_strides_special_xlog1py_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:24:31.1912347Z test_dispatch_symbolic_meta_inplace_all_strides_special_zeta_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.1912612Z test_dispatch_symbolic_meta_inplace_all_strides_split_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.1912906Z test_dispatch_symbolic_meta_inplace_all_strides_split_list_args_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.1913204Z test_dispatch_symbolic_meta_inplace_all_strides_split_with_sizes_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.1913601Z test_dispatch_symbolic_meta_inplace_all_strides_sqrt_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.1913958Z test_dispatch_symbolic_meta_inplace_all_strides_square_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.1914434Z test_dispatch_symbolic_meta_inplace_all_strides_squeeze_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.047s) 2022-11-23T02:24:31.1914726Z test_dispatch_symbolic_meta_inplace_all_strides_stack_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.1915006Z test_dispatch_symbolic_meta_inplace_all_strides_std_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.1915294Z test_dispatch_symbolic_meta_inplace_all_strides_std_mean_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.1915569Z test_dispatch_symbolic_meta_inplace_all_strides_stft_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.012s) 2022-11-23T02:24:31.1915804Z test_dispatch_symbolic_meta_inplace_all_strides_sub_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.104s) 2022-11-23T02:24:31.1916084Z test_dispatch_symbolic_meta_inplace_all_strides_sum_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.1916371Z 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:24:31.1916645Z test_dispatch_symbolic_meta_inplace_all_strides_svd_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.012s) 2022-11-23T02:24:31.1917410Z test_dispatch_symbolic_meta_inplace_all_strides_svd_lowrank_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.1917753Z test_dispatch_symbolic_meta_inplace_all_strides_symeig_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.1917983Z test_dispatch_symbolic_meta_inplace_all_strides_t_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.1918279Z test_dispatch_symbolic_meta_inplace_all_strides_take_along_dim_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1918562Z test_dispatch_symbolic_meta_inplace_all_strides_take_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.1918794Z test_dispatch_symbolic_meta_inplace_all_strides_tan_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.1919031Z test_dispatch_symbolic_meta_inplace_all_strides_tanh_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.1919324Z test_dispatch_symbolic_meta_inplace_all_strides_tensor_split_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.1919809Z test_dispatch_symbolic_meta_inplace_all_strides_tensordot_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.007s) 2022-11-23T02:24:31.1920100Z test_dispatch_symbolic_meta_inplace_all_strides_tile_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1920650Z test_dispatch_symbolic_meta_inplace_all_strides_to_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1920944Z test_dispatch_symbolic_meta_inplace_all_strides_to_sparse_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1921228Z test_dispatch_symbolic_meta_inplace_all_strides_topk_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1921507Z test_dispatch_symbolic_meta_inplace_all_strides_trace_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1921749Z test_dispatch_symbolic_meta_inplace_all_strides_transpose_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.046s) 2022-11-23T02:24:31.1922158Z test_dispatch_symbolic_meta_inplace_all_strides_trapezoid_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1922441Z test_dispatch_symbolic_meta_inplace_all_strides_trapz_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1922739Z test_dispatch_symbolic_meta_inplace_all_strides_triangular_solve_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.1922977Z test_dispatch_symbolic_meta_inplace_all_strides_tril_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.105s) 2022-11-23T02:24:31.1923265Z 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:24:31.1923481Z test_dispatch_symbolic_meta_inplace_all_strides_triu_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.115s) 2022-11-23T02:24:31.1923772Z test_dispatch_symbolic_meta_inplace_all_strides_triu_indices_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.1924014Z test_dispatch_symbolic_meta_inplace_all_strides_true_divide_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.060s) 2022-11-23T02:24:31.1924249Z test_dispatch_symbolic_meta_inplace_all_strides_trunc_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.1924531Z test_dispatch_symbolic_meta_inplace_all_strides_unbind_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:24:31.1925289Z test_dispatch_symbolic_meta_inplace_all_strides_unflatten_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.1925644Z test_dispatch_symbolic_meta_inplace_all_strides_unfold_copy_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.1926116Z test_dispatch_symbolic_meta_inplace_all_strides_unfold_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.1926363Z test_dispatch_symbolic_meta_inplace_all_strides_uniform_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:24:31.1926953Z test_dispatch_symbolic_meta_inplace_all_strides_unique_consecutive_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.1927241Z test_dispatch_symbolic_meta_inplace_all_strides_unique_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.1927485Z test_dispatch_symbolic_meta_inplace_all_strides_unsqueeze_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.043s) 2022-11-23T02:24:31.1927761Z test_dispatch_symbolic_meta_inplace_all_strides_var_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.1928045Z test_dispatch_symbolic_meta_inplace_all_strides_var_mean_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1928324Z test_dispatch_symbolic_meta_inplace_all_strides_vdot_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1928619Z test_dispatch_symbolic_meta_inplace_all_strides_view_as_complex_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1928898Z test_dispatch_symbolic_meta_inplace_all_strides_view_as_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1929194Z test_dispatch_symbolic_meta_inplace_all_strides_view_as_real_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1929477Z test_dispatch_symbolic_meta_inplace_all_strides_view_copy_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1929872Z test_dispatch_symbolic_meta_inplace_all_strides_view_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1930154Z test_dispatch_symbolic_meta_inplace_all_strides_vsplit_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.1930436Z test_dispatch_symbolic_meta_inplace_all_strides_vstack_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1930717Z test_dispatch_symbolic_meta_inplace_all_strides_where_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.1930955Z test_dispatch_symbolic_meta_inplace_all_strides_xlogy_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.107s) 2022-11-23T02:24:31.1931190Z test_dispatch_symbolic_meta_inplace_all_strides_zero__cuda_float32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.1931473Z test_dispatch_symbolic_meta_inplace_all_strides_zeros_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.1931762Z test_dispatch_symbolic_meta_inplace_all_strides_zeros_like_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:24:31.1932212Z test_dispatch_symbolic_meta_inplace_allclose_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.1932497Z test_dispatch_symbolic_meta_inplace_allclose_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.1933516Z test_dispatch_symbolic_meta_inplace_allclose_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.1933850Z test_dispatch_symbolic_meta_inplace_allclose_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.1934119Z test_dispatch_symbolic_meta_inplace_allclose_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.1934393Z test_dispatch_symbolic_meta_inplace_allclose_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.1934657Z test_dispatch_symbolic_meta_inplace_amax_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.1934915Z test_dispatch_symbolic_meta_inplace_amax_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.1935166Z test_dispatch_symbolic_meta_inplace_amax_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.1935423Z test_dispatch_symbolic_meta_inplace_amax_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.1935673Z test_dispatch_symbolic_meta_inplace_amax_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.1935935Z test_dispatch_symbolic_meta_inplace_amax_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.1936197Z test_dispatch_symbolic_meta_inplace_amax_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.1936456Z test_dispatch_symbolic_meta_inplace_amax_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.1936709Z test_dispatch_symbolic_meta_inplace_amax_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.1936966Z test_dispatch_symbolic_meta_inplace_amax_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.1937233Z test_dispatch_symbolic_meta_inplace_amin_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.1937489Z test_dispatch_symbolic_meta_inplace_amin_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.1937864Z test_dispatch_symbolic_meta_inplace_amin_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.1938123Z test_dispatch_symbolic_meta_inplace_amin_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.1938563Z test_dispatch_symbolic_meta_inplace_amin_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.1938831Z test_dispatch_symbolic_meta_inplace_amin_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.1939380Z test_dispatch_symbolic_meta_inplace_amin_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.1939642Z test_dispatch_symbolic_meta_inplace_amin_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.1939901Z test_dispatch_symbolic_meta_inplace_amin_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.1940153Z test_dispatch_symbolic_meta_inplace_amin_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.1940422Z test_dispatch_symbolic_meta_inplace_aminmax_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.1941164Z test_dispatch_symbolic_meta_inplace_aminmax_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.1941489Z test_dispatch_symbolic_meta_inplace_aminmax_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.1941747Z test_dispatch_symbolic_meta_inplace_aminmax_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.1942005Z test_dispatch_symbolic_meta_inplace_aminmax_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1942266Z test_dispatch_symbolic_meta_inplace_aminmax_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.1942519Z test_dispatch_symbolic_meta_inplace_aminmax_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.1942768Z test_dispatch_symbolic_meta_inplace_aminmax_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.1943026Z test_dispatch_symbolic_meta_inplace_aminmax_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.1943279Z test_dispatch_symbolic_meta_inplace_aminmax_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.1943537Z test_dispatch_symbolic_meta_inplace_angle_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:24:31.1943811Z test_dispatch_symbolic_meta_inplace_angle_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.1944074Z test_dispatch_symbolic_meta_inplace_angle_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.1944329Z test_dispatch_symbolic_meta_inplace_angle_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.1944768Z test_dispatch_symbolic_meta_inplace_angle_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.1945031Z test_dispatch_symbolic_meta_inplace_angle_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.1945556Z test_dispatch_symbolic_meta_inplace_angle_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.1945943Z test_dispatch_symbolic_meta_inplace_angle_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.1946205Z test_dispatch_symbolic_meta_inplace_angle_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:24:31.1946470Z test_dispatch_symbolic_meta_inplace_angle_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.1946729Z test_dispatch_symbolic_meta_inplace_angle_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.1946992Z test_dispatch_symbolic_meta_inplace_any_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.1947247Z test_dispatch_symbolic_meta_inplace_any_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.1947518Z test_dispatch_symbolic_meta_inplace_any_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.1947784Z test_dispatch_symbolic_meta_inplace_any_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.1948042Z test_dispatch_symbolic_meta_inplace_any_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.1948304Z test_dispatch_symbolic_meta_inplace_any_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.1948629Z test_dispatch_symbolic_meta_inplace_any_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.1948900Z test_dispatch_symbolic_meta_inplace_any_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.1949156Z test_dispatch_symbolic_meta_inplace_any_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.1949415Z test_dispatch_symbolic_meta_inplace_any_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.1949669Z test_dispatch_symbolic_meta_inplace_any_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.1949920Z test_dispatch_symbolic_meta_inplace_any_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.1950192Z test_dispatch_symbolic_meta_inplace_arange_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.1950459Z test_dispatch_symbolic_meta_inplace_arange_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.1950899Z test_dispatch_symbolic_meta_inplace_arange_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.1951164Z test_dispatch_symbolic_meta_inplace_arange_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.1951694Z test_dispatch_symbolic_meta_inplace_arange_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.1951958Z test_dispatch_symbolic_meta_inplace_arange_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.1952210Z test_dispatch_symbolic_meta_inplace_arange_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.1952473Z test_dispatch_symbolic_meta_inplace_arange_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.1952738Z test_dispatch_symbolic_meta_inplace_arange_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.1953106Z test_dispatch_symbolic_meta_inplace_argmax_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.1953373Z test_dispatch_symbolic_meta_inplace_argmax_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.1953630Z test_dispatch_symbolic_meta_inplace_argmax_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.1953868Z test_dispatch_symbolic_meta_inplace_argmax_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.1954131Z test_dispatch_symbolic_meta_inplace_argmax_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.1954383Z test_dispatch_symbolic_meta_inplace_argmax_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1954631Z test_dispatch_symbolic_meta_inplace_argmax_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.1954893Z test_dispatch_symbolic_meta_inplace_argmax_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.1955157Z test_dispatch_symbolic_meta_inplace_argmax_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.1955424Z test_dispatch_symbolic_meta_inplace_argmin_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:24:31.1955758Z test_dispatch_symbolic_meta_inplace_argmin_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.1956030Z test_dispatch_symbolic_meta_inplace_argmin_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.1956281Z test_dispatch_symbolic_meta_inplace_argmin_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.1956541Z test_dispatch_symbolic_meta_inplace_argmin_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.1956941Z test_dispatch_symbolic_meta_inplace_argmin_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.1957221Z test_dispatch_symbolic_meta_inplace_argmin_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.1957478Z test_dispatch_symbolic_meta_inplace_argmin_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1958018Z test_dispatch_symbolic_meta_inplace_argmin_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1958296Z test_dispatch_symbolic_meta_inplace_argsort_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1958565Z test_dispatch_symbolic_meta_inplace_argsort_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1958822Z test_dispatch_symbolic_meta_inplace_argsort_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1959076Z test_dispatch_symbolic_meta_inplace_argsort_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1959336Z test_dispatch_symbolic_meta_inplace_argsort_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1959592Z test_dispatch_symbolic_meta_inplace_argsort_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1959841Z test_dispatch_symbolic_meta_inplace_argsort_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1960100Z test_dispatch_symbolic_meta_inplace_argsort_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1960448Z test_dispatch_symbolic_meta_inplace_argsort_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1960718Z test_dispatch_symbolic_meta_inplace_argwhere_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1960985Z test_dispatch_symbolic_meta_inplace_argwhere_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1961266Z test_dispatch_symbolic_meta_inplace_argwhere_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1961544Z test_dispatch_symbolic_meta_inplace_argwhere_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1961815Z test_dispatch_symbolic_meta_inplace_argwhere_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1962085Z test_dispatch_symbolic_meta_inplace_argwhere_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1962356Z test_dispatch_symbolic_meta_inplace_argwhere_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1962623Z test_dispatch_symbolic_meta_inplace_argwhere_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1962953Z test_dispatch_symbolic_meta_inplace_argwhere_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1963371Z test_dispatch_symbolic_meta_inplace_argwhere_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.1963643Z test_dispatch_symbolic_meta_inplace_argwhere_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.1964174Z test_dispatch_symbolic_meta_inplace_argwhere_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.1964408Z test_dispatch_symbolic_meta_inplace_as_strided_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.1964631Z test_dispatch_symbolic_meta_inplace_as_strided_cuda_bool (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:24:31.1964861Z test_dispatch_symbolic_meta_inplace_as_strided_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.1965096Z test_dispatch_symbolic_meta_inplace_as_strided_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.1965325Z test_dispatch_symbolic_meta_inplace_as_strided_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.1965550Z test_dispatch_symbolic_meta_inplace_as_strided_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.1965765Z test_dispatch_symbolic_meta_inplace_as_strided_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.1965980Z test_dispatch_symbolic_meta_inplace_as_strided_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.1966198Z test_dispatch_symbolic_meta_inplace_as_strided_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:24:31.1966409Z test_dispatch_symbolic_meta_inplace_as_strided_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.1966617Z test_dispatch_symbolic_meta_inplace_as_strided_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.1966836Z test_dispatch_symbolic_meta_inplace_as_strided_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.1967045Z test_dispatch_symbolic_meta_inplace_as_strided_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.1967332Z test_dispatch_symbolic_meta_inplace_as_strided_scatter_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.1967716Z test_dispatch_symbolic_meta_inplace_as_strided_scatter_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.1968007Z test_dispatch_symbolic_meta_inplace_as_strided_scatter_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:24:31.1968294Z test_dispatch_symbolic_meta_inplace_as_strided_scatter_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.1968575Z test_dispatch_symbolic_meta_inplace_as_strided_scatter_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.1968856Z test_dispatch_symbolic_meta_inplace_as_strided_scatter_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.1969140Z test_dispatch_symbolic_meta_inplace_as_strided_scatter_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.1969596Z test_dispatch_symbolic_meta_inplace_as_strided_scatter_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.1969885Z test_dispatch_symbolic_meta_inplace_as_strided_scatter_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.1970439Z test_dispatch_symbolic_meta_inplace_as_strided_scatter_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.1970807Z test_dispatch_symbolic_meta_inplace_as_strided_scatter_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.1971101Z test_dispatch_symbolic_meta_inplace_as_strided_scatter_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.1971359Z test_dispatch_symbolic_meta_inplace_as_strided_scatter_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.1971582Z test_dispatch_symbolic_meta_inplace_asin_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.1971836Z test_dispatch_symbolic_meta_inplace_asin_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:31.1972055Z test_dispatch_symbolic_meta_inplace_asin_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.1972272Z test_dispatch_symbolic_meta_inplace_asin_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.1972494Z test_dispatch_symbolic_meta_inplace_asin_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.1972709Z test_dispatch_symbolic_meta_inplace_asin_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.1972922Z test_dispatch_symbolic_meta_inplace_asin_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.1973133Z test_dispatch_symbolic_meta_inplace_asin_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.1973391Z test_dispatch_symbolic_meta_inplace_asin_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T02:24:31.1973643Z test_dispatch_symbolic_meta_inplace_asin_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:31.1973889Z test_dispatch_symbolic_meta_inplace_asin_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:24:31.1974141Z test_dispatch_symbolic_meta_inplace_asin_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:24:31.1974392Z test_dispatch_symbolic_meta_inplace_asin_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:24:31.1974608Z test_dispatch_symbolic_meta_inplace_asinh_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.1974856Z test_dispatch_symbolic_meta_inplace_asinh_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.010s) 2022-11-23T02:24:31.1975171Z test_dispatch_symbolic_meta_inplace_asinh_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.1975392Z test_dispatch_symbolic_meta_inplace_asinh_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.1975773Z test_dispatch_symbolic_meta_inplace_asinh_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.1975996Z test_dispatch_symbolic_meta_inplace_asinh_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.1976214Z test_dispatch_symbolic_meta_inplace_asinh_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.1976709Z test_dispatch_symbolic_meta_inplace_asinh_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.1976969Z test_dispatch_symbolic_meta_inplace_asinh_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.011s) 2022-11-23T02:24:31.1977229Z test_dispatch_symbolic_meta_inplace_asinh_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:31.1977460Z test_dispatch_symbolic_meta_inplace_asinh_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T02:24:31.1977711Z test_dispatch_symbolic_meta_inplace_asinh_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T02:24:31.1977954Z test_dispatch_symbolic_meta_inplace_asinh_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T02:24:31.1978249Z test_dispatch_symbolic_meta_inplace_atan2_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:24:31.1978523Z test_dispatch_symbolic_meta_inplace_atan2_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:31.1978739Z test_dispatch_symbolic_meta_inplace_atan2_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.1978957Z test_dispatch_symbolic_meta_inplace_atan2_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.1979174Z test_dispatch_symbolic_meta_inplace_atan2_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:24:31.1979418Z test_dispatch_symbolic_meta_inplace_atan2_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T02:24:31.1979667Z test_dispatch_symbolic_meta_inplace_atan2_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:31.1979911Z test_dispatch_symbolic_meta_inplace_atan2_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:31.1980160Z test_dispatch_symbolic_meta_inplace_atan2_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.006s) 2022-11-23T02:24:31.1980403Z test_dispatch_symbolic_meta_inplace_atan2_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:24:31.1980618Z test_dispatch_symbolic_meta_inplace_atan_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.1980874Z test_dispatch_symbolic_meta_inplace_atan_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T02:24:31.1981092Z test_dispatch_symbolic_meta_inplace_atan_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.1981309Z test_dispatch_symbolic_meta_inplace_atan_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.1981527Z test_dispatch_symbolic_meta_inplace_atan_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.1981847Z test_dispatch_symbolic_meta_inplace_atan_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.1982098Z test_dispatch_symbolic_meta_inplace_atan_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.1982313Z test_dispatch_symbolic_meta_inplace_atan_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.1983840Z test_dispatch_symbolic_meta_inplace_atan_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:31.1984098Z test_dispatch_symbolic_meta_inplace_atan_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:31.1984344Z test_dispatch_symbolic_meta_inplace_atan_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.006s) 2022-11-23T02:24:31.1984576Z test_dispatch_symbolic_meta_inplace_atan_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:24:31.1984834Z test_dispatch_symbolic_meta_inplace_atan_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.011s) 2022-11-23T02:24:31.1985048Z test_dispatch_symbolic_meta_inplace_atanh_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.1985297Z test_dispatch_symbolic_meta_inplace_atanh_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:24:31.1985524Z test_dispatch_symbolic_meta_inplace_atanh_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.1985744Z test_dispatch_symbolic_meta_inplace_atanh_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.1985955Z test_dispatch_symbolic_meta_inplace_atanh_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.1986169Z test_dispatch_symbolic_meta_inplace_atanh_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.1986382Z test_dispatch_symbolic_meta_inplace_atanh_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.1986700Z test_dispatch_symbolic_meta_inplace_atanh_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.1986976Z test_dispatch_symbolic_meta_inplace_atanh_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:24:31.1987233Z test_dispatch_symbolic_meta_inplace_atanh_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T02:24:31.1987484Z test_dispatch_symbolic_meta_inplace_atanh_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.006s) 2022-11-23T02:24:31.1987735Z test_dispatch_symbolic_meta_inplace_atanh_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:24:31.1988204Z test_dispatch_symbolic_meta_inplace_atanh_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:24:31.1988498Z test_dispatch_symbolic_meta_inplace_atleast_1d_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:24:31.1988924Z test_dispatch_symbolic_meta_inplace_atleast_1d_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.1989355Z test_dispatch_symbolic_meta_inplace_atleast_1d_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.1989645Z test_dispatch_symbolic_meta_inplace_atleast_1d_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.1989915Z test_dispatch_symbolic_meta_inplace_atleast_1d_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.1990282Z test_dispatch_symbolic_meta_inplace_atleast_1d_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:24:31.1990564Z test_dispatch_symbolic_meta_inplace_atleast_1d_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.1990835Z test_dispatch_symbolic_meta_inplace_atleast_1d_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.1991102Z test_dispatch_symbolic_meta_inplace_atleast_1d_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.1991476Z test_dispatch_symbolic_meta_inplace_atleast_1d_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:24:31.1991744Z test_dispatch_symbolic_meta_inplace_atleast_1d_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1992009Z test_dispatch_symbolic_meta_inplace_atleast_1d_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1992272Z test_dispatch_symbolic_meta_inplace_atleast_1d_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1992548Z test_dispatch_symbolic_meta_inplace_atleast_2d_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1992800Z test_dispatch_symbolic_meta_inplace_atleast_2d_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.1993079Z test_dispatch_symbolic_meta_inplace_atleast_2d_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1993353Z test_dispatch_symbolic_meta_inplace_atleast_2d_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1993627Z test_dispatch_symbolic_meta_inplace_atleast_2d_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.1993896Z test_dispatch_symbolic_meta_inplace_atleast_2d_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1994239Z test_dispatch_symbolic_meta_inplace_atleast_2d_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1994708Z test_dispatch_symbolic_meta_inplace_atleast_2d_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.1994988Z test_dispatch_symbolic_meta_inplace_atleast_2d_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1995526Z test_dispatch_symbolic_meta_inplace_atleast_2d_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.1995803Z test_dispatch_symbolic_meta_inplace_atleast_2d_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1996069Z test_dispatch_symbolic_meta_inplace_atleast_2d_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1996341Z test_dispatch_symbolic_meta_inplace_atleast_2d_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1996614Z test_dispatch_symbolic_meta_inplace_atleast_3d_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1996880Z test_dispatch_symbolic_meta_inplace_atleast_3d_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.1997156Z test_dispatch_symbolic_meta_inplace_atleast_3d_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.1997431Z test_dispatch_symbolic_meta_inplace_atleast_3d_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.1997701Z test_dispatch_symbolic_meta_inplace_atleast_3d_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.1997972Z test_dispatch_symbolic_meta_inplace_atleast_3d_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:24:31.1998240Z test_dispatch_symbolic_meta_inplace_atleast_3d_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.1998507Z test_dispatch_symbolic_meta_inplace_atleast_3d_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.1998866Z test_dispatch_symbolic_meta_inplace_atleast_3d_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.1999132Z test_dispatch_symbolic_meta_inplace_atleast_3d_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.1999398Z test_dispatch_symbolic_meta_inplace_atleast_3d_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:24:31.1999665Z test_dispatch_symbolic_meta_inplace_atleast_3d_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.1999929Z test_dispatch_symbolic_meta_inplace_atleast_3d_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2000154Z test_dispatch_symbolic_meta_inplace_baddbmm_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.2000383Z test_dispatch_symbolic_meta_inplace_baddbmm_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:24:31.2000745Z test_dispatch_symbolic_meta_inplace_baddbmm_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:24:31.2001000Z test_dispatch_symbolic_meta_inplace_baddbmm_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.2001215Z test_dispatch_symbolic_meta_inplace_baddbmm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.2001690Z test_dispatch_symbolic_meta_inplace_baddbmm_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.2002041Z test_dispatch_symbolic_meta_inplace_bernoulli_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2002333Z test_dispatch_symbolic_meta_inplace_bernoulli_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:24:31.2002616Z test_dispatch_symbolic_meta_inplace_bernoulli_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2002888Z test_dispatch_symbolic_meta_inplace_bernoulli_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2003157Z test_dispatch_symbolic_meta_inplace_bfloat16_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.2003423Z test_dispatch_symbolic_meta_inplace_bfloat16_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2003701Z test_dispatch_symbolic_meta_inplace_bfloat16_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.2003972Z test_dispatch_symbolic_meta_inplace_bfloat16_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2004244Z test_dispatch_symbolic_meta_inplace_bfloat16_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2004520Z test_dispatch_symbolic_meta_inplace_bfloat16_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2004787Z test_dispatch_symbolic_meta_inplace_bfloat16_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2005053Z test_dispatch_symbolic_meta_inplace_bfloat16_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2005318Z test_dispatch_symbolic_meta_inplace_bfloat16_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2005573Z test_dispatch_symbolic_meta_inplace_bfloat16_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.2005825Z test_dispatch_symbolic_meta_inplace_bfloat16_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2006179Z test_dispatch_symbolic_meta_inplace_bfloat16_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.2006433Z test_dispatch_symbolic_meta_inplace_bfloat16_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2006684Z test_dispatch_symbolic_meta_inplace_bincount_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2007111Z test_dispatch_symbolic_meta_inplace_bincount_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2007369Z test_dispatch_symbolic_meta_inplace_bincount_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2007867Z test_dispatch_symbolic_meta_inplace_bincount_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.2008156Z test_dispatch_symbolic_meta_inplace_bincount_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2008377Z test_dispatch_symbolic_meta_inplace_bitwise_and_cuda_bool (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.2008598Z test_dispatch_symbolic_meta_inplace_bitwise_and_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:31.2008813Z test_dispatch_symbolic_meta_inplace_bitwise_and_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.2009103Z test_dispatch_symbolic_meta_inplace_bitwise_and_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.2009335Z test_dispatch_symbolic_meta_inplace_bitwise_and_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.2009548Z test_dispatch_symbolic_meta_inplace_bitwise_and_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.2009778Z test_dispatch_symbolic_meta_inplace_bitwise_left_shift_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.2009997Z test_dispatch_symbolic_meta_inplace_bitwise_left_shift_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.2010221Z test_dispatch_symbolic_meta_inplace_bitwise_left_shift_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.2010448Z test_dispatch_symbolic_meta_inplace_bitwise_left_shift_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.2010669Z test_dispatch_symbolic_meta_inplace_bitwise_left_shift_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:24:31.2010890Z test_dispatch_symbolic_meta_inplace_bitwise_not_cuda_bool (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.2011115Z test_dispatch_symbolic_meta_inplace_bitwise_not_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.2011329Z test_dispatch_symbolic_meta_inplace_bitwise_not_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.2011543Z test_dispatch_symbolic_meta_inplace_bitwise_not_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.2011756Z test_dispatch_symbolic_meta_inplace_bitwise_not_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.2011966Z test_dispatch_symbolic_meta_inplace_bitwise_not_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.2012184Z test_dispatch_symbolic_meta_inplace_bitwise_or_cuda_bool (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.2012396Z test_dispatch_symbolic_meta_inplace_bitwise_or_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:31.2012607Z test_dispatch_symbolic_meta_inplace_bitwise_or_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.2012815Z test_dispatch_symbolic_meta_inplace_bitwise_or_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.2013181Z test_dispatch_symbolic_meta_inplace_bitwise_or_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.2013521Z test_dispatch_symbolic_meta_inplace_bitwise_or_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.2013757Z test_dispatch_symbolic_meta_inplace_bitwise_right_shift_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.2014263Z test_dispatch_symbolic_meta_inplace_bitwise_right_shift_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.2014497Z test_dispatch_symbolic_meta_inplace_bitwise_right_shift_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.2014731Z test_dispatch_symbolic_meta_inplace_bitwise_right_shift_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.2014957Z test_dispatch_symbolic_meta_inplace_bitwise_right_shift_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.2015177Z test_dispatch_symbolic_meta_inplace_bitwise_xor_cuda_bool (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.2015379Z test_dispatch_symbolic_meta_inplace_bitwise_xor_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.2015594Z test_dispatch_symbolic_meta_inplace_bitwise_xor_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.2015804Z test_dispatch_symbolic_meta_inplace_bitwise_xor_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.2016014Z test_dispatch_symbolic_meta_inplace_bitwise_xor_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.2016223Z test_dispatch_symbolic_meta_inplace_bitwise_xor_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.2016576Z test_dispatch_symbolic_meta_inplace_block_diag_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.011s) 2022-11-23T02:24:31.2016864Z test_dispatch_symbolic_meta_inplace_block_diag_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2017144Z test_dispatch_symbolic_meta_inplace_block_diag_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2017425Z test_dispatch_symbolic_meta_inplace_block_diag_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2017699Z test_dispatch_symbolic_meta_inplace_block_diag_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2017975Z test_dispatch_symbolic_meta_inplace_block_diag_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2018248Z test_dispatch_symbolic_meta_inplace_block_diag_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2018515Z test_dispatch_symbolic_meta_inplace_block_diag_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2018784Z test_dispatch_symbolic_meta_inplace_block_diag_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2019054Z test_dispatch_symbolic_meta_inplace_block_diag_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2019487Z test_dispatch_symbolic_meta_inplace_block_diag_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2019763Z test_dispatch_symbolic_meta_inplace_block_diag_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2020178Z test_dispatch_symbolic_meta_inplace_block_diag_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2020582Z test_dispatch_symbolic_meta_inplace_bmm_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2020851Z test_dispatch_symbolic_meta_inplace_bmm_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2021209Z test_dispatch_symbolic_meta_inplace_bmm_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2021470Z test_dispatch_symbolic_meta_inplace_bmm_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2021731Z test_dispatch_symbolic_meta_inplace_bmm_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2021991Z test_dispatch_symbolic_meta_inplace_bmm_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2022257Z test_dispatch_symbolic_meta_inplace_bool_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2022516Z test_dispatch_symbolic_meta_inplace_bool_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.2022797Z test_dispatch_symbolic_meta_inplace_bool_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2023208Z test_dispatch_symbolic_meta_inplace_bool_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2023468Z test_dispatch_symbolic_meta_inplace_bool_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:24:31.2023730Z test_dispatch_symbolic_meta_inplace_bool_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2024041Z test_dispatch_symbolic_meta_inplace_bool_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2024304Z test_dispatch_symbolic_meta_inplace_bool_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2024561Z test_dispatch_symbolic_meta_inplace_bool_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2024824Z test_dispatch_symbolic_meta_inplace_bool_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:24:31.2025082Z test_dispatch_symbolic_meta_inplace_bool_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2025337Z test_dispatch_symbolic_meta_inplace_bool_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2025596Z test_dispatch_symbolic_meta_inplace_bool_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2026055Z test_dispatch_symbolic_meta_inplace_broadcast_shapes_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2026345Z test_dispatch_symbolic_meta_inplace_broadcast_tensors_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2026885Z test_dispatch_symbolic_meta_inplace_broadcast_tensors_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2027191Z test_dispatch_symbolic_meta_inplace_broadcast_tensors_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2027474Z test_dispatch_symbolic_meta_inplace_broadcast_tensors_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2027763Z test_dispatch_symbolic_meta_inplace_broadcast_tensors_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2028049Z test_dispatch_symbolic_meta_inplace_broadcast_tensors_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2028333Z test_dispatch_symbolic_meta_inplace_broadcast_tensors_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2028704Z test_dispatch_symbolic_meta_inplace_broadcast_tensors_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2028984Z test_dispatch_symbolic_meta_inplace_broadcast_tensors_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2029255Z test_dispatch_symbolic_meta_inplace_broadcast_tensors_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2029533Z test_dispatch_symbolic_meta_inplace_broadcast_tensors_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2029801Z test_dispatch_symbolic_meta_inplace_broadcast_tensors_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2030077Z test_dispatch_symbolic_meta_inplace_broadcast_to_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2030349Z test_dispatch_symbolic_meta_inplace_broadcast_to_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2030630Z test_dispatch_symbolic_meta_inplace_broadcast_to_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2030907Z test_dispatch_symbolic_meta_inplace_broadcast_to_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2031255Z test_dispatch_symbolic_meta_inplace_broadcast_to_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2031548Z test_dispatch_symbolic_meta_inplace_broadcast_to_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.2031817Z test_dispatch_symbolic_meta_inplace_broadcast_to_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2032193Z test_dispatch_symbolic_meta_inplace_broadcast_to_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2032505Z test_dispatch_symbolic_meta_inplace_broadcast_to_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2032776Z test_dispatch_symbolic_meta_inplace_broadcast_to_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:24:31.2033050Z test_dispatch_symbolic_meta_inplace_broadcast_to_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2033562Z test_dispatch_symbolic_meta_inplace_broadcast_to_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2033869Z test_dispatch_symbolic_meta_inplace_bucketize_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2034146Z test_dispatch_symbolic_meta_inplace_bucketize_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2034416Z test_dispatch_symbolic_meta_inplace_bucketize_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2034683Z test_dispatch_symbolic_meta_inplace_bucketize_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2034927Z test_dispatch_symbolic_meta_inplace_bucketize_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:24:31.2035184Z test_dispatch_symbolic_meta_inplace_bucketize_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2035449Z test_dispatch_symbolic_meta_inplace_bucketize_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2035804Z test_dispatch_symbolic_meta_inplace_bucketize_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2036070Z test_dispatch_symbolic_meta_inplace_byte_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2036328Z test_dispatch_symbolic_meta_inplace_byte_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2036601Z test_dispatch_symbolic_meta_inplace_byte_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:24:31.2036870Z test_dispatch_symbolic_meta_inplace_byte_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2037133Z test_dispatch_symbolic_meta_inplace_byte_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2037388Z test_dispatch_symbolic_meta_inplace_byte_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2037646Z test_dispatch_symbolic_meta_inplace_byte_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2037905Z test_dispatch_symbolic_meta_inplace_byte_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2038164Z test_dispatch_symbolic_meta_inplace_byte_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2038487Z test_dispatch_symbolic_meta_inplace_byte_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.011s) 2022-11-23T02:24:31.2038939Z test_dispatch_symbolic_meta_inplace_byte_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2039208Z test_dispatch_symbolic_meta_inplace_byte_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2039495Z test_dispatch_symbolic_meta_inplace_cartesian_prod_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2040046Z test_dispatch_symbolic_meta_inplace_cartesian_prod_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2040345Z test_dispatch_symbolic_meta_inplace_cartesian_prod_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2040631Z test_dispatch_symbolic_meta_inplace_cartesian_prod_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2040910Z test_dispatch_symbolic_meta_inplace_cartesian_prod_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2041188Z test_dispatch_symbolic_meta_inplace_cartesian_prod_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2041466Z test_dispatch_symbolic_meta_inplace_cartesian_prod_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2041740Z test_dispatch_symbolic_meta_inplace_cartesian_prod_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2042014Z test_dispatch_symbolic_meta_inplace_cartesian_prod_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2042280Z test_dispatch_symbolic_meta_inplace_cartesian_prod_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2042552Z test_dispatch_symbolic_meta_inplace_cartesian_prod_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2042827Z test_dispatch_symbolic_meta_inplace_cartesian_prod_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2043187Z test_dispatch_symbolic_meta_inplace_cat_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2043443Z test_dispatch_symbolic_meta_inplace_cat_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2043708Z test_dispatch_symbolic_meta_inplace_cat_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2043972Z test_dispatch_symbolic_meta_inplace_cat_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2044218Z test_dispatch_symbolic_meta_inplace_cat_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2051673Z test_dispatch_symbolic_meta_inplace_cat_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2051965Z test_dispatch_symbolic_meta_inplace_cat_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2052414Z test_dispatch_symbolic_meta_inplace_cat_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2052672Z test_dispatch_symbolic_meta_inplace_cat_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2052919Z test_dispatch_symbolic_meta_inplace_cat_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2053399Z test_dispatch_symbolic_meta_inplace_cat_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2053835Z test_dispatch_symbolic_meta_inplace_cat_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.2054095Z test_dispatch_symbolic_meta_inplace_cat_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2054367Z test_dispatch_symbolic_meta_inplace_cdist_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2054624Z test_dispatch_symbolic_meta_inplace_cdist_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2054935Z test_dispatch_symbolic_meta_inplace_cdouble_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2055209Z test_dispatch_symbolic_meta_inplace_cdouble_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2055488Z test_dispatch_symbolic_meta_inplace_cdouble_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2055762Z test_dispatch_symbolic_meta_inplace_cdouble_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2056036Z test_dispatch_symbolic_meta_inplace_cdouble_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2056299Z test_dispatch_symbolic_meta_inplace_cdouble_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2056554Z test_dispatch_symbolic_meta_inplace_cdouble_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2056807Z test_dispatch_symbolic_meta_inplace_cdouble_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2057068Z test_dispatch_symbolic_meta_inplace_cdouble_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2057321Z test_dispatch_symbolic_meta_inplace_cdouble_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2057569Z test_dispatch_symbolic_meta_inplace_cdouble_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2057945Z test_dispatch_symbolic_meta_inplace_cdouble_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2058196Z test_dispatch_symbolic_meta_inplace_cdouble_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2058414Z test_dispatch_symbolic_meta_inplace_ceil_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.2058638Z test_dispatch_symbolic_meta_inplace_ceil_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.2058856Z test_dispatch_symbolic_meta_inplace_ceil_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.2059224Z test_dispatch_symbolic_meta_inplace_ceil_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.2059426Z test_dispatch_symbolic_meta_inplace_ceil_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.2059641Z test_dispatch_symbolic_meta_inplace_ceil_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.2059845Z test_dispatch_symbolic_meta_inplace_ceil_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.2060053Z test_dispatch_symbolic_meta_inplace_ceil_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.2060426Z test_dispatch_symbolic_meta_inplace_ceil_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.2060910Z test_dispatch_symbolic_meta_inplace_cfloat_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2061192Z test_dispatch_symbolic_meta_inplace_cfloat_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2061467Z test_dispatch_symbolic_meta_inplace_cfloat_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2061740Z test_dispatch_symbolic_meta_inplace_cfloat_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2062011Z test_dispatch_symbolic_meta_inplace_cfloat_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2062279Z test_dispatch_symbolic_meta_inplace_cfloat_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2062539Z test_dispatch_symbolic_meta_inplace_cfloat_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2062795Z test_dispatch_symbolic_meta_inplace_cfloat_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2063054Z test_dispatch_symbolic_meta_inplace_cfloat_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.2063306Z test_dispatch_symbolic_meta_inplace_cfloat_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2063555Z test_dispatch_symbolic_meta_inplace_cfloat_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2063810Z test_dispatch_symbolic_meta_inplace_cfloat_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:24:31.2064068Z test_dispatch_symbolic_meta_inplace_cfloat_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2064338Z test_dispatch_symbolic_meta_inplace_chalf_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2064598Z test_dispatch_symbolic_meta_inplace_chalf_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2064863Z test_dispatch_symbolic_meta_inplace_chalf_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2065226Z test_dispatch_symbolic_meta_inplace_chalf_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.011s) 2022-11-23T02:24:31.2065485Z test_dispatch_symbolic_meta_inplace_chalf_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2065749Z test_dispatch_symbolic_meta_inplace_chalf_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2066189Z test_dispatch_symbolic_meta_inplace_chalf_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2066452Z test_dispatch_symbolic_meta_inplace_chalf_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2066711Z test_dispatch_symbolic_meta_inplace_chalf_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2066978Z test_dispatch_symbolic_meta_inplace_chalf_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2067500Z test_dispatch_symbolic_meta_inplace_chalf_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2067768Z test_dispatch_symbolic_meta_inplace_chalf_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2068026Z test_dispatch_symbolic_meta_inplace_chalf_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2068379Z test_dispatch_symbolic_meta_inplace_char_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2068657Z test_dispatch_symbolic_meta_inplace_char_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2068928Z test_dispatch_symbolic_meta_inplace_char_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2069201Z test_dispatch_symbolic_meta_inplace_char_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2069464Z test_dispatch_symbolic_meta_inplace_char_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2069726Z test_dispatch_symbolic_meta_inplace_char_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2069980Z test_dispatch_symbolic_meta_inplace_char_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2070229Z test_dispatch_symbolic_meta_inplace_char_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2070488Z test_dispatch_symbolic_meta_inplace_char_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2070747Z test_dispatch_symbolic_meta_inplace_char_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2071004Z test_dispatch_symbolic_meta_inplace_char_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2071261Z test_dispatch_symbolic_meta_inplace_char_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.2071517Z test_dispatch_symbolic_meta_inplace_char_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2071789Z test_dispatch_symbolic_meta_inplace_cholesky_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2072061Z test_dispatch_symbolic_meta_inplace_cholesky_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2072420Z test_dispatch_symbolic_meta_inplace_cholesky_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2072690Z test_dispatch_symbolic_meta_inplace_cholesky_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2073157Z test_dispatch_symbolic_meta_inplace_cholesky_inverse_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2073458Z test_dispatch_symbolic_meta_inplace_cholesky_inverse_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2073740Z test_dispatch_symbolic_meta_inplace_cholesky_inverse_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.012s) 2022-11-23T02:24:31.2074169Z test_dispatch_symbolic_meta_inplace_cholesky_inverse_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2074598Z test_dispatch_symbolic_meta_inplace_cholesky_solve_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2074883Z test_dispatch_symbolic_meta_inplace_cholesky_solve_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2075159Z test_dispatch_symbolic_meta_inplace_cholesky_solve_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2075515Z test_dispatch_symbolic_meta_inplace_cholesky_solve_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2075799Z test_dispatch_symbolic_meta_inplace_chunk_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2076061Z test_dispatch_symbolic_meta_inplace_chunk_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2076336Z test_dispatch_symbolic_meta_inplace_chunk_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2076601Z test_dispatch_symbolic_meta_inplace_chunk_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2076859Z test_dispatch_symbolic_meta_inplace_chunk_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2077122Z test_dispatch_symbolic_meta_inplace_chunk_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2077380Z test_dispatch_symbolic_meta_inplace_chunk_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2077611Z test_dispatch_symbolic_meta_inplace_chunk_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2077869Z test_dispatch_symbolic_meta_inplace_chunk_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2078131Z test_dispatch_symbolic_meta_inplace_chunk_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2078389Z test_dispatch_symbolic_meta_inplace_chunk_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2078642Z test_dispatch_symbolic_meta_inplace_chunk_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2078900Z test_dispatch_symbolic_meta_inplace_chunk_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2079125Z test_dispatch_symbolic_meta_inplace_clamp_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:24:31.2079341Z test_dispatch_symbolic_meta_inplace_clamp_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.2079635Z test_dispatch_symbolic_meta_inplace_clamp_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:24:31.2080039Z test_dispatch_symbolic_meta_inplace_clamp_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:24:31.2080260Z test_dispatch_symbolic_meta_inplace_clamp_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:24:31.2080467Z test_dispatch_symbolic_meta_inplace_clamp_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:24:31.2080676Z test_dispatch_symbolic_meta_inplace_clamp_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.2081034Z test_dispatch_symbolic_meta_inplace_clamp_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.2081385Z test_dispatch_symbolic_meta_inplace_clamp_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.2081721Z test_dispatch_symbolic_meta_inplace_clamp_max_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.2081939Z test_dispatch_symbolic_meta_inplace_clamp_max_cuda_bool (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.2082161Z test_dispatch_symbolic_meta_inplace_clamp_max_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:24:31.2082377Z test_dispatch_symbolic_meta_inplace_clamp_max_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.2082588Z test_dispatch_symbolic_meta_inplace_clamp_max_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.2082802Z test_dispatch_symbolic_meta_inplace_clamp_max_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.2083094Z test_dispatch_symbolic_meta_inplace_clamp_max_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.2083315Z test_dispatch_symbolic_meta_inplace_clamp_max_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:24:31.2083528Z test_dispatch_symbolic_meta_inplace_clamp_max_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.2083749Z test_dispatch_symbolic_meta_inplace_clamp_max_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.2083971Z test_dispatch_symbolic_meta_inplace_clamp_min_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.2084185Z test_dispatch_symbolic_meta_inplace_clamp_min_cuda_bool (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.2084404Z test_dispatch_symbolic_meta_inplace_clamp_min_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.2084617Z test_dispatch_symbolic_meta_inplace_clamp_min_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.2084814Z test_dispatch_symbolic_meta_inplace_clamp_min_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.2085026Z test_dispatch_symbolic_meta_inplace_clamp_min_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:24:31.2085230Z test_dispatch_symbolic_meta_inplace_clamp_min_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:31.2085437Z test_dispatch_symbolic_meta_inplace_clamp_min_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:31.2085646Z test_dispatch_symbolic_meta_inplace_clamp_min_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:31.2085862Z test_dispatch_symbolic_meta_inplace_clamp_min_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:24:31.2086128Z test_dispatch_symbolic_meta_inplace_clone_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2086390Z test_dispatch_symbolic_meta_inplace_clone_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.2086811Z test_dispatch_symbolic_meta_inplace_clone_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2087094Z test_dispatch_symbolic_meta_inplace_clone_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2087448Z test_dispatch_symbolic_meta_inplace_clone_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2087709Z test_dispatch_symbolic_meta_inplace_clone_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2088225Z test_dispatch_symbolic_meta_inplace_clone_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2088497Z test_dispatch_symbolic_meta_inplace_clone_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:24:31.2088756Z test_dispatch_symbolic_meta_inplace_clone_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2089013Z test_dispatch_symbolic_meta_inplace_clone_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2089272Z test_dispatch_symbolic_meta_inplace_clone_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2089534Z test_dispatch_symbolic_meta_inplace_clone_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.2089788Z test_dispatch_symbolic_meta_inplace_clone_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2090061Z test_dispatch_symbolic_meta_inplace_column_stack_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2090406Z test_dispatch_symbolic_meta_inplace_column_stack_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2090698Z test_dispatch_symbolic_meta_inplace_column_stack_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.2090973Z test_dispatch_symbolic_meta_inplace_column_stack_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.2091252Z test_dispatch_symbolic_meta_inplace_column_stack_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2091522Z test_dispatch_symbolic_meta_inplace_column_stack_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.004s) 2022-11-23T02:24:31.2091791Z test_dispatch_symbolic_meta_inplace_column_stack_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2092054Z test_dispatch_symbolic_meta_inplace_column_stack_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.2092320Z test_dispatch_symbolic_meta_inplace_column_stack_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2092588Z test_dispatch_symbolic_meta_inplace_column_stack_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.2092857Z test_dispatch_symbolic_meta_inplace_column_stack_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2093107Z test_dispatch_symbolic_meta_inplace_column_stack_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2093369Z test_dispatch_symbolic_meta_inplace_column_stack_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2093815Z test_dispatch_symbolic_meta_inplace_combinations_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2094091Z test_dispatch_symbolic_meta_inplace_combinations_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2094370Z test_dispatch_symbolic_meta_inplace_combinations_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2094922Z test_dispatch_symbolic_meta_inplace_combinations_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.2095353Z test_dispatch_symbolic_meta_inplace_combinations_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2095628Z test_dispatch_symbolic_meta_inplace_combinations_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2095898Z test_dispatch_symbolic_meta_inplace_combinations_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2096167Z test_dispatch_symbolic_meta_inplace_combinations_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2096434Z test_dispatch_symbolic_meta_inplace_combinations_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2096703Z test_dispatch_symbolic_meta_inplace_combinations_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2096972Z test_dispatch_symbolic_meta_inplace_combinations_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.2097237Z test_dispatch_symbolic_meta_inplace_combinations_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2097578Z test_dispatch_symbolic_meta_inplace_complex_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2097850Z test_dispatch_symbolic_meta_inplace_complex_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:24:31.2098103Z test_dispatch_symbolic_meta_inplace_complex_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.2098367Z test_dispatch_symbolic_meta_inplace_conj_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.2098624Z test_dispatch_symbolic_meta_inplace_conj_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2098887Z test_dispatch_symbolic_meta_inplace_conj_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2099149Z test_dispatch_symbolic_meta_inplace_conj_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2099405Z test_dispatch_symbolic_meta_inplace_conj_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2099662Z test_dispatch_symbolic_meta_inplace_conj_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2099915Z test_dispatch_symbolic_meta_inplace_conj_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2100162Z test_dispatch_symbolic_meta_inplace_conj_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2100417Z test_dispatch_symbolic_meta_inplace_conj_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2100859Z test_dispatch_symbolic_meta_inplace_conj_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2101128Z test_dispatch_symbolic_meta_inplace_conj_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2101380Z test_dispatch_symbolic_meta_inplace_conj_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2101783Z test_dispatch_symbolic_meta_inplace_conj_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2102264Z test_dispatch_symbolic_meta_inplace_conj_physical_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.2102497Z test_dispatch_symbolic_meta_inplace_conj_physical_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.2102714Z test_dispatch_symbolic_meta_inplace_conj_physical_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.2102947Z test_dispatch_symbolic_meta_inplace_conj_physical_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.2103184Z test_dispatch_symbolic_meta_inplace_conj_physical_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.2103410Z test_dispatch_symbolic_meta_inplace_conj_physical_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.2103635Z test_dispatch_symbolic_meta_inplace_conj_physical_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.2103864Z test_dispatch_symbolic_meta_inplace_conj_physical_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.2104089Z test_dispatch_symbolic_meta_inplace_conj_physical_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.2104312Z test_dispatch_symbolic_meta_inplace_conj_physical_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.2104532Z test_dispatch_symbolic_meta_inplace_conj_physical_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.2104754Z test_dispatch_symbolic_meta_inplace_conj_physical_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.2105059Z test_dispatch_symbolic_meta_inplace_conj_physical_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.2105359Z test_dispatch_symbolic_meta_inplace_constant_pad_nd_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2105632Z test_dispatch_symbolic_meta_inplace_constant_pad_nd_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.2105916Z test_dispatch_symbolic_meta_inplace_constant_pad_nd_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2106198Z test_dispatch_symbolic_meta_inplace_constant_pad_nd_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2106470Z test_dispatch_symbolic_meta_inplace_constant_pad_nd_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2106744Z test_dispatch_symbolic_meta_inplace_constant_pad_nd_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.2107011Z test_dispatch_symbolic_meta_inplace_constant_pad_nd_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2107285Z test_dispatch_symbolic_meta_inplace_constant_pad_nd_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2107723Z test_dispatch_symbolic_meta_inplace_constant_pad_nd_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2107993Z test_dispatch_symbolic_meta_inplace_constant_pad_nd_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2108259Z test_dispatch_symbolic_meta_inplace_constant_pad_nd_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2108668Z test_dispatch_symbolic_meta_inplace_constant_pad_nd_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2109085Z test_dispatch_symbolic_meta_inplace_contiguous_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2109355Z test_dispatch_symbolic_meta_inplace_contiguous_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2110259Z test_dispatch_symbolic_meta_inplace_contiguous_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2110537Z test_dispatch_symbolic_meta_inplace_contiguous_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2110810Z test_dispatch_symbolic_meta_inplace_contiguous_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2111088Z test_dispatch_symbolic_meta_inplace_contiguous_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:24:31.2111360Z test_dispatch_symbolic_meta_inplace_contiguous_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2111612Z test_dispatch_symbolic_meta_inplace_contiguous_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2111885Z test_dispatch_symbolic_meta_inplace_contiguous_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2112151Z test_dispatch_symbolic_meta_inplace_contiguous_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2112415Z test_dispatch_symbolic_meta_inplace_contiguous_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2112775Z test_dispatch_symbolic_meta_inplace_contiguous_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2113062Z test_dispatch_symbolic_meta_inplace_contiguous_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2113288Z test_dispatch_symbolic_meta_inplace_copysign_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:24:31.2113551Z test_dispatch_symbolic_meta_inplace_copysign_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T02:24:31.2113772Z test_dispatch_symbolic_meta_inplace_copysign_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.2113988Z test_dispatch_symbolic_meta_inplace_copysign_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.2114380Z test_dispatch_symbolic_meta_inplace_copysign_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.2114652Z test_dispatch_symbolic_meta_inplace_copysign_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:24:31.2114912Z test_dispatch_symbolic_meta_inplace_copysign_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:24:31.2115168Z test_dispatch_symbolic_meta_inplace_copysign_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:24:31.2115586Z test_dispatch_symbolic_meta_inplace_copysign_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:24:31.2115972Z test_dispatch_symbolic_meta_inplace_copysign_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:24:31.2116248Z test_dispatch_symbolic_meta_inplace_corrcoef_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2116523Z test_dispatch_symbolic_meta_inplace_corrcoef_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.2116800Z test_dispatch_symbolic_meta_inplace_corrcoef_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2117068Z test_dispatch_symbolic_meta_inplace_corrcoef_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2117435Z test_dispatch_symbolic_meta_inplace_corrcoef_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:24:31.2117707Z test_dispatch_symbolic_meta_inplace_corrcoef_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2117970Z test_dispatch_symbolic_meta_inplace_corrcoef_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2118226Z test_dispatch_symbolic_meta_inplace_corrcoef_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2118482Z test_dispatch_symbolic_meta_inplace_corrcoef_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2118742Z test_dispatch_symbolic_meta_inplace_corrcoef_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2118996Z test_dispatch_symbolic_meta_inplace_corrcoef_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.004s) 2022-11-23T02:24:31.2119212Z test_dispatch_symbolic_meta_inplace_cos_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.2119464Z test_dispatch_symbolic_meta_inplace_cos_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:24:31.2119680Z test_dispatch_symbolic_meta_inplace_cos_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.2119880Z test_dispatch_symbolic_meta_inplace_cos_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.2120173Z test_dispatch_symbolic_meta_inplace_cos_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.2120400Z test_dispatch_symbolic_meta_inplace_cos_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.2120611Z test_dispatch_symbolic_meta_inplace_cos_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.2120825Z test_dispatch_symbolic_meta_inplace_cos_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.2121078Z test_dispatch_symbolic_meta_inplace_cos_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:24:31.2121470Z test_dispatch_symbolic_meta_inplace_cos_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:24:31.2121721Z test_dispatch_symbolic_meta_inplace_cos_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:24:31.2121973Z test_dispatch_symbolic_meta_inplace_cos_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.013s) 2022-11-23T02:24:31.2122355Z test_dispatch_symbolic_meta_inplace_cos_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:24:31.2122728Z test_dispatch_symbolic_meta_inplace_cosh_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.2122981Z test_dispatch_symbolic_meta_inplace_cosh_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:24:31.2123204Z test_dispatch_symbolic_meta_inplace_cosh_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.2123419Z test_dispatch_symbolic_meta_inplace_cosh_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.2123634Z test_dispatch_symbolic_meta_inplace_cosh_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.2123846Z test_dispatch_symbolic_meta_inplace_cosh_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.2124064Z test_dispatch_symbolic_meta_inplace_cosh_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.2124277Z test_dispatch_symbolic_meta_inplace_cosh_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.2124526Z test_dispatch_symbolic_meta_inplace_cosh_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:24:31.2124878Z test_dispatch_symbolic_meta_inplace_cosh_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.010s) 2022-11-23T02:24:31.2125122Z test_dispatch_symbolic_meta_inplace_cosh_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:24:31.2125368Z test_dispatch_symbolic_meta_inplace_cosh_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:24:31.2125618Z test_dispatch_symbolic_meta_inplace_cosh_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:24:31.2125896Z test_dispatch_symbolic_meta_inplace_count_nonzero_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2126153Z test_dispatch_symbolic_meta_inplace_count_nonzero_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2126434Z test_dispatch_symbolic_meta_inplace_count_nonzero_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.2126716Z test_dispatch_symbolic_meta_inplace_count_nonzero_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2127030Z test_dispatch_symbolic_meta_inplace_count_nonzero_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2127306Z test_dispatch_symbolic_meta_inplace_count_nonzero_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2127650Z test_dispatch_symbolic_meta_inplace_count_nonzero_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2127937Z test_dispatch_symbolic_meta_inplace_count_nonzero_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2128377Z test_dispatch_symbolic_meta_inplace_count_nonzero_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2128655Z test_dispatch_symbolic_meta_inplace_count_nonzero_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2128930Z test_dispatch_symbolic_meta_inplace_count_nonzero_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2129350Z test_dispatch_symbolic_meta_inplace_count_nonzero_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2129763Z test_dispatch_symbolic_meta_inplace_cov_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2130033Z test_dispatch_symbolic_meta_inplace_cov_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2130296Z test_dispatch_symbolic_meta_inplace_cov_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2130557Z test_dispatch_symbolic_meta_inplace_cov_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2130816Z test_dispatch_symbolic_meta_inplace_cov_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:24:31.2131073Z test_dispatch_symbolic_meta_inplace_cov_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2131329Z test_dispatch_symbolic_meta_inplace_cov_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2131581Z test_dispatch_symbolic_meta_inplace_cov_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2131836Z test_dispatch_symbolic_meta_inplace_cov_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2132188Z test_dispatch_symbolic_meta_inplace_cov_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2132442Z test_dispatch_symbolic_meta_inplace_cov_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.011s) 2022-11-23T02:24:31.2132709Z test_dispatch_symbolic_meta_inplace_cross_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2132974Z test_dispatch_symbolic_meta_inplace_cross_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2133237Z test_dispatch_symbolic_meta_inplace_cross_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2133491Z test_dispatch_symbolic_meta_inplace_cross_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2133741Z test_dispatch_symbolic_meta_inplace_cross_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2133997Z test_dispatch_symbolic_meta_inplace_cross_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2134254Z test_dispatch_symbolic_meta_inplace_cross_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2134511Z test_dispatch_symbolic_meta_inplace_cross_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2134839Z test_dispatch_symbolic_meta_inplace_cross_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2135264Z test_dispatch_symbolic_meta_inplace_cross_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2135533Z test_dispatch_symbolic_meta_inplace_cummax_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2135777Z test_dispatch_symbolic_meta_inplace_cummax_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2136198Z test_dispatch_symbolic_meta_inplace_cummax_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2136587Z test_dispatch_symbolic_meta_inplace_cummax_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2136841Z test_dispatch_symbolic_meta_inplace_cummax_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2137107Z test_dispatch_symbolic_meta_inplace_cummax_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2137358Z test_dispatch_symbolic_meta_inplace_cummax_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2137608Z test_dispatch_symbolic_meta_inplace_cummax_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2137864Z test_dispatch_symbolic_meta_inplace_cummax_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2138124Z test_dispatch_symbolic_meta_inplace_cummax_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2138388Z test_dispatch_symbolic_meta_inplace_cummin_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2138645Z test_dispatch_symbolic_meta_inplace_cummin_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.2138909Z test_dispatch_symbolic_meta_inplace_cummin_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2139166Z test_dispatch_symbolic_meta_inplace_cummin_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2139512Z test_dispatch_symbolic_meta_inplace_cummin_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:24:31.2139770Z test_dispatch_symbolic_meta_inplace_cummin_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2140019Z test_dispatch_symbolic_meta_inplace_cummin_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2140268Z test_dispatch_symbolic_meta_inplace_cummin_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2140523Z test_dispatch_symbolic_meta_inplace_cummin_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2140784Z test_dispatch_symbolic_meta_inplace_cummin_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2141009Z test_dispatch_symbolic_meta_inplace_cumprod_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:24:31.2141237Z test_dispatch_symbolic_meta_inplace_cumprod_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:24:31.2141462Z test_dispatch_symbolic_meta_inplace_cumprod_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:24:31.2141821Z test_dispatch_symbolic_meta_inplace_cumprod_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.2142052Z test_dispatch_symbolic_meta_inplace_cumprod_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.2142333Z test_dispatch_symbolic_meta_inplace_cumprod_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.2142565Z test_dispatch_symbolic_meta_inplace_cumprod_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:24:31.2142933Z test_dispatch_symbolic_meta_inplace_cumprod_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.2143283Z test_dispatch_symbolic_meta_inplace_cumprod_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:24:31.2143507Z test_dispatch_symbolic_meta_inplace_cumprod_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.2143718Z test_dispatch_symbolic_meta_inplace_cumprod_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:24:31.2143992Z test_dispatch_symbolic_meta_inplace_cumsum_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: Function is in dispatch early skips (0.003s) 2022-11-23T02:24:31.2144274Z test_dispatch_symbolic_meta_inplace_cumsum_cuda_complex128 (__main__.TestMetaCUDA) ... skip: Function is in dispatch early skips (0.002s) 2022-11-23T02:24:31.2144550Z test_dispatch_symbolic_meta_inplace_cumsum_cuda_complex64 (__main__.TestMetaCUDA) ... skip: Function is in dispatch early skips (0.002s) 2022-11-23T02:24:31.2144819Z test_dispatch_symbolic_meta_inplace_cumsum_cuda_float16 (__main__.TestMetaCUDA) ... skip: Function is in dispatch early skips (0.002s) 2022-11-23T02:24:31.2145097Z test_dispatch_symbolic_meta_inplace_cumsum_cuda_float32 (__main__.TestMetaCUDA) ... skip: Function is in dispatch early skips (0.002s) 2022-11-23T02:24:31.2145364Z test_dispatch_symbolic_meta_inplace_cumsum_cuda_float64 (__main__.TestMetaCUDA) ... skip: Function is in dispatch early skips (0.003s) 2022-11-23T02:24:31.2145630Z test_dispatch_symbolic_meta_inplace_cumsum_cuda_int16 (__main__.TestMetaCUDA) ... skip: Function is in dispatch early skips (0.002s) 2022-11-23T02:24:31.2145897Z test_dispatch_symbolic_meta_inplace_cumsum_cuda_int32 (__main__.TestMetaCUDA) ... skip: Function is in dispatch early skips (0.002s) 2022-11-23T02:24:31.2146162Z test_dispatch_symbolic_meta_inplace_cumsum_cuda_int64 (__main__.TestMetaCUDA) ... skip: Function is in dispatch early skips (0.002s) 2022-11-23T02:24:31.2146423Z test_dispatch_symbolic_meta_inplace_cumsum_cuda_int8 (__main__.TestMetaCUDA) ... skip: Function is in dispatch early skips (0.002s) 2022-11-23T02:24:31.2146782Z test_dispatch_symbolic_meta_inplace_cumsum_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Function is in dispatch early skips (0.002s) 2022-11-23T02:24:31.2147074Z test_dispatch_symbolic_meta_inplace_cumulative_trapezoid_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2147367Z test_dispatch_symbolic_meta_inplace_cumulative_trapezoid_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2147661Z test_dispatch_symbolic_meta_inplace_cumulative_trapezoid_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2147945Z test_dispatch_symbolic_meta_inplace_cumulative_trapezoid_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2148222Z test_dispatch_symbolic_meta_inplace_cumulative_trapezoid_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.2148498Z test_dispatch_symbolic_meta_inplace_cumulative_trapezoid_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2148950Z test_dispatch_symbolic_meta_inplace_cumulative_trapezoid_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2149238Z test_dispatch_symbolic_meta_inplace_cumulative_trapezoid_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.007s) 2022-11-23T02:24:31.2150586Z test_dispatch_symbolic_meta_inplace_cumulative_trapezoid_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.2150949Z test_dispatch_symbolic_meta_inplace_cumulative_trapezoid_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2151234Z test_dispatch_symbolic_meta_inplace_cumulative_trapezoid_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2151459Z test_dispatch_symbolic_meta_inplace_deg2rad_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.2151716Z test_dispatch_symbolic_meta_inplace_deg2rad_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:24:31.2151936Z test_dispatch_symbolic_meta_inplace_deg2rad_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.2152145Z test_dispatch_symbolic_meta_inplace_deg2rad_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.2152355Z test_dispatch_symbolic_meta_inplace_deg2rad_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.2152610Z test_dispatch_symbolic_meta_inplace_deg2rad_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:24:31.2152866Z test_dispatch_symbolic_meta_inplace_deg2rad_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:31.2153103Z test_dispatch_symbolic_meta_inplace_deg2rad_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T02:24:31.2153350Z test_dispatch_symbolic_meta_inplace_deg2rad_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:31.2153595Z test_dispatch_symbolic_meta_inplace_deg2rad_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:24:31.2153856Z test_dispatch_symbolic_meta_inplace_diag_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:24:31.2154114Z test_dispatch_symbolic_meta_inplace_diag_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2154381Z test_dispatch_symbolic_meta_inplace_diag_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2154773Z test_dispatch_symbolic_meta_inplace_diag_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2155027Z test_dispatch_symbolic_meta_inplace_diag_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2155288Z test_dispatch_symbolic_meta_inplace_diag_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2155717Z test_dispatch_symbolic_meta_inplace_diag_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2155979Z test_dispatch_symbolic_meta_inplace_diag_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2156242Z test_dispatch_symbolic_meta_inplace_diag_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.012s) 2022-11-23T02:24:31.2156500Z test_dispatch_symbolic_meta_inplace_diag_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2157040Z test_dispatch_symbolic_meta_inplace_diag_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2157308Z test_dispatch_symbolic_meta_inplace_diag_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2157558Z test_dispatch_symbolic_meta_inplace_diag_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2157909Z test_dispatch_symbolic_meta_inplace_diag_embed_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2158189Z test_dispatch_symbolic_meta_inplace_diag_embed_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2158463Z test_dispatch_symbolic_meta_inplace_diag_embed_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2158742Z test_dispatch_symbolic_meta_inplace_diag_embed_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2159013Z test_dispatch_symbolic_meta_inplace_diag_embed_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2159282Z test_dispatch_symbolic_meta_inplace_diag_embed_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2159553Z test_dispatch_symbolic_meta_inplace_diag_embed_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2159818Z test_dispatch_symbolic_meta_inplace_diag_embed_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2160084Z test_dispatch_symbolic_meta_inplace_diag_embed_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2160351Z test_dispatch_symbolic_meta_inplace_diag_embed_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.2160615Z test_dispatch_symbolic_meta_inplace_diag_embed_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2160875Z test_dispatch_symbolic_meta_inplace_diag_embed_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2161135Z test_dispatch_symbolic_meta_inplace_diag_embed_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2161404Z test_dispatch_symbolic_meta_inplace_diagflat_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2161669Z test_dispatch_symbolic_meta_inplace_diagflat_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2162030Z test_dispatch_symbolic_meta_inplace_diagflat_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2162301Z test_dispatch_symbolic_meta_inplace_diagflat_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2162694Z test_dispatch_symbolic_meta_inplace_diagflat_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.2162966Z test_dispatch_symbolic_meta_inplace_diagflat_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2163236Z test_dispatch_symbolic_meta_inplace_diagflat_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:24:31.2163649Z test_dispatch_symbolic_meta_inplace_diagflat_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2164065Z test_dispatch_symbolic_meta_inplace_diagflat_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2164329Z test_dispatch_symbolic_meta_inplace_diagflat_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2164588Z test_dispatch_symbolic_meta_inplace_diagflat_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2164841Z test_dispatch_symbolic_meta_inplace_diagflat_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:24:31.2165193Z test_dispatch_symbolic_meta_inplace_diagonal_copy_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2165479Z test_dispatch_symbolic_meta_inplace_diagonal_copy_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2165758Z test_dispatch_symbolic_meta_inplace_diagonal_copy_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2166039Z test_dispatch_symbolic_meta_inplace_diagonal_copy_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2166315Z test_dispatch_symbolic_meta_inplace_diagonal_copy_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2166585Z test_dispatch_symbolic_meta_inplace_diagonal_copy_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2166857Z test_dispatch_symbolic_meta_inplace_diagonal_copy_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2167121Z test_dispatch_symbolic_meta_inplace_diagonal_copy_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2167385Z test_dispatch_symbolic_meta_inplace_diagonal_copy_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2167658Z test_dispatch_symbolic_meta_inplace_diagonal_copy_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2167921Z test_dispatch_symbolic_meta_inplace_diagonal_copy_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2168190Z test_dispatch_symbolic_meta_inplace_diagonal_copy_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2168456Z test_dispatch_symbolic_meta_inplace_diagonal_copy_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2168721Z test_dispatch_symbolic_meta_inplace_diagonal_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2168981Z test_dispatch_symbolic_meta_inplace_diagonal_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2169487Z test_dispatch_symbolic_meta_inplace_diagonal_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2169764Z test_dispatch_symbolic_meta_inplace_diagonal_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2170034Z test_dispatch_symbolic_meta_inplace_diagonal_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2170302Z test_dispatch_symbolic_meta_inplace_diagonal_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2170846Z test_dispatch_symbolic_meta_inplace_diagonal_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2171122Z test_dispatch_symbolic_meta_inplace_diagonal_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2171385Z test_dispatch_symbolic_meta_inplace_diagonal_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2171640Z test_dispatch_symbolic_meta_inplace_diagonal_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2171888Z test_dispatch_symbolic_meta_inplace_diagonal_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2172148Z test_dispatch_symbolic_meta_inplace_diagonal_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2172480Z test_dispatch_symbolic_meta_inplace_diagonal_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2172760Z test_dispatch_symbolic_meta_inplace_diagonal_scatter_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2173042Z test_dispatch_symbolic_meta_inplace_diagonal_scatter_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2173318Z test_dispatch_symbolic_meta_inplace_diagonal_scatter_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2173595Z test_dispatch_symbolic_meta_inplace_diagonal_scatter_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2173874Z test_dispatch_symbolic_meta_inplace_diagonal_scatter_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2174148Z test_dispatch_symbolic_meta_inplace_diagonal_scatter_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.2174421Z test_dispatch_symbolic_meta_inplace_diagonal_scatter_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2174692Z test_dispatch_symbolic_meta_inplace_diagonal_scatter_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2174963Z test_dispatch_symbolic_meta_inplace_diagonal_scatter_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2175229Z test_dispatch_symbolic_meta_inplace_diagonal_scatter_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2175490Z test_dispatch_symbolic_meta_inplace_diff_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2175750Z test_dispatch_symbolic_meta_inplace_diff_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2176016Z test_dispatch_symbolic_meta_inplace_diff_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2176540Z test_dispatch_symbolic_meta_inplace_diff_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2176803Z test_dispatch_symbolic_meta_inplace_diff_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2177053Z test_dispatch_symbolic_meta_inplace_diff_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.2177439Z test_dispatch_symbolic_meta_inplace_diff_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2177850Z test_dispatch_symbolic_meta_inplace_diff_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2178114Z test_dispatch_symbolic_meta_inplace_diff_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2178369Z test_dispatch_symbolic_meta_inplace_diff_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2178623Z test_dispatch_symbolic_meta_inplace_diff_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2178874Z test_dispatch_symbolic_meta_inplace_diff_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2179130Z test_dispatch_symbolic_meta_inplace_digamma_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T02:24:31.2179350Z test_dispatch_symbolic_meta_inplace_digamma_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.2179646Z test_dispatch_symbolic_meta_inplace_digamma_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.2179875Z test_dispatch_symbolic_meta_inplace_digamma_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.2180132Z test_dispatch_symbolic_meta_inplace_digamma_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T02:24:31.2180389Z test_dispatch_symbolic_meta_inplace_digamma_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T02:24:31.2180810Z test_dispatch_symbolic_meta_inplace_digamma_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T02:24:31.2181067Z test_dispatch_symbolic_meta_inplace_digamma_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T02:24:31.2181318Z test_dispatch_symbolic_meta_inplace_digamma_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:24:31.2181565Z test_dispatch_symbolic_meta_inplace_dist_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2181829Z test_dispatch_symbolic_meta_inplace_dist_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2182096Z test_dispatch_symbolic_meta_inplace_dist_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2182353Z test_dispatch_symbolic_meta_inplace_dist_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2182606Z test_dispatch_symbolic_meta_inplace_dist_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2182853Z test_dispatch_symbolic_meta_inplace_dist_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2183266Z test_dispatch_symbolic_meta_inplace_div_floor_rounding_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.052s) 2022-11-23T02:24:31.2183513Z test_dispatch_symbolic_meta_inplace_div_floor_rounding_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.048s) 2022-11-23T02:24:31.2183749Z test_dispatch_symbolic_meta_inplace_div_floor_rounding_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.058s) 2022-11-23T02:24:31.2184075Z test_dispatch_symbolic_meta_inplace_div_floor_rounding_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.061s) 2022-11-23T02:24:31.2184561Z test_dispatch_symbolic_meta_inplace_div_floor_rounding_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.034s) 2022-11-23T02:24:31.2184817Z test_dispatch_symbolic_meta_inplace_div_floor_rounding_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:24:31.2185040Z test_dispatch_symbolic_meta_inplace_div_floor_rounding_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:24:31.2185270Z test_dispatch_symbolic_meta_inplace_div_floor_rounding_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.039s) 2022-11-23T02:24:31.2185489Z test_dispatch_symbolic_meta_inplace_div_floor_rounding_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:24:31.2185727Z test_dispatch_symbolic_meta_inplace_div_no_rounding_mode_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.2186002Z test_dispatch_symbolic_meta_inplace_div_no_rounding_mode_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.010s) 2022-11-23T02:24:31.2186243Z test_dispatch_symbolic_meta_inplace_div_no_rounding_mode_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:24:31.2186483Z test_dispatch_symbolic_meta_inplace_div_no_rounding_mode_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.2186723Z test_dispatch_symbolic_meta_inplace_div_no_rounding_mode_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:24:31.2187035Z test_dispatch_symbolic_meta_inplace_div_no_rounding_mode_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:24:31.2187286Z test_dispatch_symbolic_meta_inplace_div_no_rounding_mode_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:31.2187510Z test_dispatch_symbolic_meta_inplace_div_no_rounding_mode_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.2187784Z test_dispatch_symbolic_meta_inplace_div_no_rounding_mode_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:24:31.2188056Z test_dispatch_symbolic_meta_inplace_div_no_rounding_mode_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.012s) 2022-11-23T02:24:31.2188319Z test_dispatch_symbolic_meta_inplace_div_no_rounding_mode_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.006s) 2022-11-23T02:24:31.2188587Z test_dispatch_symbolic_meta_inplace_div_no_rounding_mode_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T02:24:31.2188848Z test_dispatch_symbolic_meta_inplace_div_no_rounding_mode_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:31.2189083Z test_dispatch_symbolic_meta_inplace_div_trunc_rounding_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.2189317Z test_dispatch_symbolic_meta_inplace_div_trunc_rounding_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:31.2189553Z test_dispatch_symbolic_meta_inplace_div_trunc_rounding_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:31.2189780Z test_dispatch_symbolic_meta_inplace_div_trunc_rounding_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:31.2190187Z test_dispatch_symbolic_meta_inplace_div_trunc_rounding_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.2190425Z test_dispatch_symbolic_meta_inplace_div_trunc_rounding_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.2190652Z test_dispatch_symbolic_meta_inplace_div_trunc_rounding_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.2190881Z test_dispatch_symbolic_meta_inplace_div_trunc_rounding_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.2191366Z test_dispatch_symbolic_meta_inplace_div_trunc_rounding_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.2191740Z test_dispatch_symbolic_meta_inplace_dot_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2192005Z test_dispatch_symbolic_meta_inplace_dot_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.2192265Z test_dispatch_symbolic_meta_inplace_dot_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2192521Z test_dispatch_symbolic_meta_inplace_dot_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2192785Z test_dispatch_symbolic_meta_inplace_dot_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2193042Z test_dispatch_symbolic_meta_inplace_dot_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2193309Z test_dispatch_symbolic_meta_inplace_double_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2193567Z test_dispatch_symbolic_meta_inplace_double_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2193838Z test_dispatch_symbolic_meta_inplace_double_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2194105Z test_dispatch_symbolic_meta_inplace_double_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.011s) 2022-11-23T02:24:31.2194440Z test_dispatch_symbolic_meta_inplace_double_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2194723Z test_dispatch_symbolic_meta_inplace_double_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2194979Z test_dispatch_symbolic_meta_inplace_double_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2195234Z test_dispatch_symbolic_meta_inplace_double_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2195492Z test_dispatch_symbolic_meta_inplace_double_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2195742Z test_dispatch_symbolic_meta_inplace_double_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2195991Z test_dispatch_symbolic_meta_inplace_double_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2196246Z test_dispatch_symbolic_meta_inplace_double_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2196503Z test_dispatch_symbolic_meta_inplace_double_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2196934Z test_dispatch_symbolic_meta_inplace_dsplit_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2197182Z test_dispatch_symbolic_meta_inplace_dsplit_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2197621Z test_dispatch_symbolic_meta_inplace_dsplit_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2198086Z test_dispatch_symbolic_meta_inplace_dsplit_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2198369Z test_dispatch_symbolic_meta_inplace_dsplit_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2198637Z test_dispatch_symbolic_meta_inplace_dsplit_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2199000Z test_dispatch_symbolic_meta_inplace_dsplit_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2199255Z test_dispatch_symbolic_meta_inplace_dsplit_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2199514Z test_dispatch_symbolic_meta_inplace_dsplit_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2199765Z test_dispatch_symbolic_meta_inplace_dsplit_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2200017Z test_dispatch_symbolic_meta_inplace_dsplit_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2200274Z test_dispatch_symbolic_meta_inplace_dsplit_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2200532Z test_dispatch_symbolic_meta_inplace_dsplit_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2200800Z test_dispatch_symbolic_meta_inplace_dstack_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2201057Z test_dispatch_symbolic_meta_inplace_dstack_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2201326Z test_dispatch_symbolic_meta_inplace_dstack_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2201657Z test_dispatch_symbolic_meta_inplace_dstack_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2201940Z test_dispatch_symbolic_meta_inplace_dstack_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2202205Z test_dispatch_symbolic_meta_inplace_dstack_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2202465Z test_dispatch_symbolic_meta_inplace_dstack_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2202716Z test_dispatch_symbolic_meta_inplace_dstack_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2202973Z test_dispatch_symbolic_meta_inplace_dstack_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2203227Z test_dispatch_symbolic_meta_inplace_dstack_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2203656Z test_dispatch_symbolic_meta_inplace_dstack_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2203918Z test_dispatch_symbolic_meta_inplace_dstack_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2204181Z test_dispatch_symbolic_meta_inplace_dstack_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2204620Z test_dispatch_symbolic_meta_inplace_einsum_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2205138Z test_dispatch_symbolic_meta_inplace_einsum_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2205563Z test_dispatch_symbolic_meta_inplace_einsum_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2205833Z test_dispatch_symbolic_meta_inplace_einsum_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2206091Z test_dispatch_symbolic_meta_inplace_einsum_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2206456Z test_dispatch_symbolic_meta_inplace_einsum_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2206712Z test_dispatch_symbolic_meta_inplace_empty_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2206953Z test_dispatch_symbolic_meta_inplace_empty_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2207214Z test_dispatch_symbolic_meta_inplace_empty_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2207482Z test_dispatch_symbolic_meta_inplace_empty_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2207739Z test_dispatch_symbolic_meta_inplace_empty_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.2208001Z test_dispatch_symbolic_meta_inplace_empty_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2208256Z test_dispatch_symbolic_meta_inplace_empty_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2208505Z test_dispatch_symbolic_meta_inplace_empty_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:24:31.2208762Z test_dispatch_symbolic_meta_inplace_empty_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2209090Z test_dispatch_symbolic_meta_inplace_empty_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2209365Z test_dispatch_symbolic_meta_inplace_empty_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2209627Z test_dispatch_symbolic_meta_inplace_empty_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2209885Z test_dispatch_symbolic_meta_inplace_empty_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2210154Z test_dispatch_symbolic_meta_inplace_empty_like_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2210416Z test_dispatch_symbolic_meta_inplace_empty_like_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:24:31.2210841Z test_dispatch_symbolic_meta_inplace_empty_like_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2211128Z test_dispatch_symbolic_meta_inplace_empty_like_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2211399Z test_dispatch_symbolic_meta_inplace_empty_like_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2211671Z test_dispatch_symbolic_meta_inplace_empty_like_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2212316Z test_dispatch_symbolic_meta_inplace_empty_like_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2212597Z test_dispatch_symbolic_meta_inplace_empty_like_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2212863Z test_dispatch_symbolic_meta_inplace_empty_like_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2213129Z test_dispatch_symbolic_meta_inplace_empty_like_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:24:31.2213391Z test_dispatch_symbolic_meta_inplace_empty_like_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2213752Z test_dispatch_symbolic_meta_inplace_empty_like_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2214013Z test_dispatch_symbolic_meta_inplace_empty_like_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2214225Z test_dispatch_symbolic_meta_inplace_eq_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:24:31.2214431Z test_dispatch_symbolic_meta_inplace_eq_cuda_bool (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.2214649Z test_dispatch_symbolic_meta_inplace_eq_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.2214867Z test_dispatch_symbolic_meta_inplace_eq_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.2215080Z test_dispatch_symbolic_meta_inplace_eq_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.2215272Z test_dispatch_symbolic_meta_inplace_eq_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.2215484Z test_dispatch_symbolic_meta_inplace_eq_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.2215683Z test_dispatch_symbolic_meta_inplace_eq_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:31.2215888Z test_dispatch_symbolic_meta_inplace_eq_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.2216091Z test_dispatch_symbolic_meta_inplace_eq_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:31.2216289Z test_dispatch_symbolic_meta_inplace_eq_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.2216563Z test_dispatch_symbolic_meta_inplace_eq_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.2216778Z test_dispatch_symbolic_meta_inplace_eq_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.2217047Z test_dispatch_symbolic_meta_inplace_equal_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2217311Z test_dispatch_symbolic_meta_inplace_equal_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2217749Z test_dispatch_symbolic_meta_inplace_equal_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2218023Z test_dispatch_symbolic_meta_inplace_equal_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2218286Z test_dispatch_symbolic_meta_inplace_equal_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2218542Z test_dispatch_symbolic_meta_inplace_equal_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2219177Z test_dispatch_symbolic_meta_inplace_equal_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2219457Z test_dispatch_symbolic_meta_inplace_equal_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:24:31.2219716Z test_dispatch_symbolic_meta_inplace_equal_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2219973Z test_dispatch_symbolic_meta_inplace_equal_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2220235Z test_dispatch_symbolic_meta_inplace_equal_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2220492Z test_dispatch_symbolic_meta_inplace_equal_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2220705Z test_dispatch_symbolic_meta_inplace_erf_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.2221118Z test_dispatch_symbolic_meta_inplace_erf_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.010s) 2022-11-23T02:24:31.2221577Z test_dispatch_symbolic_meta_inplace_erf_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.2221791Z test_dispatch_symbolic_meta_inplace_erf_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.2222000Z test_dispatch_symbolic_meta_inplace_erf_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.2222236Z test_dispatch_symbolic_meta_inplace_erf_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.010s) 2022-11-23T02:24:31.2222488Z test_dispatch_symbolic_meta_inplace_erf_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:24:31.2222734Z test_dispatch_symbolic_meta_inplace_erf_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:24:31.2222982Z test_dispatch_symbolic_meta_inplace_erf_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.010s) 2022-11-23T02:24:31.2223233Z test_dispatch_symbolic_meta_inplace_erf_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:24:31.2223451Z test_dispatch_symbolic_meta_inplace_erfc_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.2223696Z test_dispatch_symbolic_meta_inplace_erfc_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.010s) 2022-11-23T02:24:31.2223907Z test_dispatch_symbolic_meta_inplace_erfc_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.2224120Z test_dispatch_symbolic_meta_inplace_erfc_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.2224414Z test_dispatch_symbolic_meta_inplace_erfc_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.2224853Z test_dispatch_symbolic_meta_inplace_erfc_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:24:31.2225113Z test_dispatch_symbolic_meta_inplace_erfc_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.010s) 2022-11-23T02:24:31.2225462Z test_dispatch_symbolic_meta_inplace_erfc_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:24:31.2226072Z test_dispatch_symbolic_meta_inplace_erfc_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:24:31.2226352Z test_dispatch_symbolic_meta_inplace_erfc_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.013s) 2022-11-23T02:24:31.2226604Z test_dispatch_symbolic_meta_inplace_erfinv_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T02:24:31.2226824Z test_dispatch_symbolic_meta_inplace_erfinv_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.2227079Z test_dispatch_symbolic_meta_inplace_erfinv_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.2227292Z test_dispatch_symbolic_meta_inplace_erfinv_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.2227551Z test_dispatch_symbolic_meta_inplace_erfinv_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:24:31.2227803Z test_dispatch_symbolic_meta_inplace_erfinv_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:24:31.2228050Z test_dispatch_symbolic_meta_inplace_erfinv_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:24:31.2228299Z test_dispatch_symbolic_meta_inplace_erfinv_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:31.2228545Z test_dispatch_symbolic_meta_inplace_erfinv_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:31.2228765Z test_dispatch_symbolic_meta_inplace_exp2_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.2228999Z test_dispatch_symbolic_meta_inplace_exp2_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:31.2229838Z test_dispatch_symbolic_meta_inplace_exp2_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.2230056Z test_dispatch_symbolic_meta_inplace_exp2_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.2230268Z test_dispatch_symbolic_meta_inplace_exp2_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.2230519Z test_dispatch_symbolic_meta_inplace_exp2_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:31.2231082Z test_dispatch_symbolic_meta_inplace_exp2_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:31.2231633Z test_dispatch_symbolic_meta_inplace_exp2_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.006s) 2022-11-23T02:24:31.2231904Z test_dispatch_symbolic_meta_inplace_exp2_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:24:31.2232286Z test_dispatch_symbolic_meta_inplace_exp2_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:24:31.2232621Z test_dispatch_symbolic_meta_inplace_exp_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.2232902Z test_dispatch_symbolic_meta_inplace_exp_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:24:31.2233126Z test_dispatch_symbolic_meta_inplace_exp_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.2233518Z test_dispatch_symbolic_meta_inplace_exp_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.2233763Z test_dispatch_symbolic_meta_inplace_exp_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.2233974Z test_dispatch_symbolic_meta_inplace_exp_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.2234184Z test_dispatch_symbolic_meta_inplace_exp_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.2234397Z test_dispatch_symbolic_meta_inplace_exp_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.2234651Z test_dispatch_symbolic_meta_inplace_exp_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:24:31.2234901Z test_dispatch_symbolic_meta_inplace_exp_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:24:31.2235151Z test_dispatch_symbolic_meta_inplace_exp_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.008s) 2022-11-23T02:24:31.2235406Z test_dispatch_symbolic_meta_inplace_exp_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T02:24:31.2235652Z test_dispatch_symbolic_meta_inplace_exp_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T02:24:31.2235926Z test_dispatch_symbolic_meta_inplace_expand_as_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2236199Z test_dispatch_symbolic_meta_inplace_expand_as_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2236475Z test_dispatch_symbolic_meta_inplace_expand_as_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2236735Z test_dispatch_symbolic_meta_inplace_expand_as_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2237008Z test_dispatch_symbolic_meta_inplace_expand_as_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.012s) 2022-11-23T02:24:31.2237280Z test_dispatch_symbolic_meta_inplace_expand_as_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.2237548Z test_dispatch_symbolic_meta_inplace_expand_as_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.2238060Z test_dispatch_symbolic_meta_inplace_expand_as_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.2238337Z test_dispatch_symbolic_meta_inplace_expand_as_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.2238589Z test_dispatch_symbolic_meta_inplace_expand_as_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.2238991Z test_dispatch_symbolic_meta_inplace_expand_as_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.2239368Z test_dispatch_symbolic_meta_inplace_expand_as_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.2239625Z test_dispatch_symbolic_meta_inplace_expand_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.004s) 2022-11-23T02:24:31.2239888Z test_dispatch_symbolic_meta_inplace_expand_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.2240156Z test_dispatch_symbolic_meta_inplace_expand_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.2240420Z test_dispatch_symbolic_meta_inplace_expand_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.2240762Z test_dispatch_symbolic_meta_inplace_expand_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2241035Z test_dispatch_symbolic_meta_inplace_expand_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2241283Z test_dispatch_symbolic_meta_inplace_expand_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.2241546Z test_dispatch_symbolic_meta_inplace_expand_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2241796Z test_dispatch_symbolic_meta_inplace_expand_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2242041Z test_dispatch_symbolic_meta_inplace_expand_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:24:31.2242296Z test_dispatch_symbolic_meta_inplace_expand_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2242556Z test_dispatch_symbolic_meta_inplace_expand_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2242771Z test_dispatch_symbolic_meta_inplace_expm1_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.2243024Z test_dispatch_symbolic_meta_inplace_expm1_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:24:31.2243242Z test_dispatch_symbolic_meta_inplace_expm1_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.2243455Z test_dispatch_symbolic_meta_inplace_expm1_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.2243668Z test_dispatch_symbolic_meta_inplace_expm1_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.2243922Z test_dispatch_symbolic_meta_inplace_expm1_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.010s) 2022-11-23T02:24:31.2244176Z test_dispatch_symbolic_meta_inplace_expm1_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:24:31.2244529Z test_dispatch_symbolic_meta_inplace_expm1_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.010s) 2022-11-23T02:24:31.2244816Z test_dispatch_symbolic_meta_inplace_expm1_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:24:31.2245140Z test_dispatch_symbolic_meta_inplace_expm1_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:24:31.2245538Z test_dispatch_symbolic_meta_inplace_eye_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.012s) 2022-11-23T02:24:31.2245898Z test_dispatch_symbolic_meta_inplace_eye_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.2246169Z test_dispatch_symbolic_meta_inplace_eye_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.2246440Z test_dispatch_symbolic_meta_inplace_eye_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.2246699Z test_dispatch_symbolic_meta_inplace_eye_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.2246963Z test_dispatch_symbolic_meta_inplace_eye_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.2247221Z test_dispatch_symbolic_meta_inplace_eye_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.2247475Z test_dispatch_symbolic_meta_inplace_eye_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.2247727Z test_dispatch_symbolic_meta_inplace_eye_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.2248057Z test_dispatch_symbolic_meta_inplace_eye_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.2248328Z test_dispatch_symbolic_meta_inplace_eye_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.2248578Z test_dispatch_symbolic_meta_inplace_eye_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.2248841Z test_dispatch_symbolic_meta_inplace_fft_fft2_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.004s) 2022-11-23T02:24:31.2249110Z test_dispatch_symbolic_meta_inplace_fft_fft2_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.2249377Z test_dispatch_symbolic_meta_inplace_fft_fft2_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2249650Z test_dispatch_symbolic_meta_inplace_fft_fft2_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.2249914Z test_dispatch_symbolic_meta_inplace_fft_fft2_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2250174Z test_dispatch_symbolic_meta_inplace_fft_fft2_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.2250437Z test_dispatch_symbolic_meta_inplace_fft_fft2_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2250698Z test_dispatch_symbolic_meta_inplace_fft_fft2_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2251098Z test_dispatch_symbolic_meta_inplace_fft_fft2_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:24:31.2251351Z test_dispatch_symbolic_meta_inplace_fft_fft2_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2251610Z test_dispatch_symbolic_meta_inplace_fft_fft2_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2252001Z test_dispatch_symbolic_meta_inplace_fft_fft2_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2252533Z test_dispatch_symbolic_meta_inplace_fft_fft_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2252799Z test_dispatch_symbolic_meta_inplace_fft_fft_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:24:31.2253067Z test_dispatch_symbolic_meta_inplace_fft_fft_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2253332Z test_dispatch_symbolic_meta_inplace_fft_fft_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2253596Z test_dispatch_symbolic_meta_inplace_fft_fft_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2253848Z test_dispatch_symbolic_meta_inplace_fft_fft_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2254094Z test_dispatch_symbolic_meta_inplace_fft_fft_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2254340Z test_dispatch_symbolic_meta_inplace_fft_fft_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2254588Z test_dispatch_symbolic_meta_inplace_fft_fft_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2254834Z test_dispatch_symbolic_meta_inplace_fft_fft_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2255157Z test_dispatch_symbolic_meta_inplace_fft_fft_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2255425Z test_dispatch_symbolic_meta_inplace_fft_fft_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2255675Z test_dispatch_symbolic_meta_inplace_fft_fftn_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2255945Z test_dispatch_symbolic_meta_inplace_fft_fftn_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2256212Z test_dispatch_symbolic_meta_inplace_fft_fftn_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2256484Z test_dispatch_symbolic_meta_inplace_fft_fftn_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2256749Z test_dispatch_symbolic_meta_inplace_fft_fftn_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2257012Z test_dispatch_symbolic_meta_inplace_fft_fftn_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2257273Z test_dispatch_symbolic_meta_inplace_fft_fftn_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2257682Z test_dispatch_symbolic_meta_inplace_fft_fftn_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2257943Z test_dispatch_symbolic_meta_inplace_fft_fftn_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2258314Z test_dispatch_symbolic_meta_inplace_fft_fftn_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2258695Z test_dispatch_symbolic_meta_inplace_fft_fftn_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2258954Z test_dispatch_symbolic_meta_inplace_fft_fftn_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2259225Z test_dispatch_symbolic_meta_inplace_fft_fftshift_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2259582Z test_dispatch_symbolic_meta_inplace_fft_fftshift_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2259854Z test_dispatch_symbolic_meta_inplace_fft_fftshift_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2260131Z test_dispatch_symbolic_meta_inplace_fft_fftshift_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2260402Z test_dispatch_symbolic_meta_inplace_fft_fftshift_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2260675Z test_dispatch_symbolic_meta_inplace_fft_fftshift_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2260944Z test_dispatch_symbolic_meta_inplace_fft_fftshift_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2261210Z test_dispatch_symbolic_meta_inplace_fft_fftshift_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2261473Z test_dispatch_symbolic_meta_inplace_fft_fftshift_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2261740Z test_dispatch_symbolic_meta_inplace_fft_fftshift_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2262003Z test_dispatch_symbolic_meta_inplace_fft_fftshift_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2262334Z test_dispatch_symbolic_meta_inplace_fft_fftshift_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2262609Z test_dispatch_symbolic_meta_inplace_fft_fftshift_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2262869Z test_dispatch_symbolic_meta_inplace_fft_hfft2_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2263141Z test_dispatch_symbolic_meta_inplace_fft_hfft2_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2263409Z test_dispatch_symbolic_meta_inplace_fft_hfft2_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2263677Z test_dispatch_symbolic_meta_inplace_fft_hfft2_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2264073Z test_dispatch_symbolic_meta_inplace_fft_hfft2_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.2264345Z test_dispatch_symbolic_meta_inplace_fft_hfft2_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2264743Z test_dispatch_symbolic_meta_inplace_fft_hfft2_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2265127Z test_dispatch_symbolic_meta_inplace_fft_hfft2_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:24:31.2265384Z test_dispatch_symbolic_meta_inplace_fft_hfft2_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2265630Z test_dispatch_symbolic_meta_inplace_fft_hfft2_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2265890Z test_dispatch_symbolic_meta_inplace_fft_hfft2_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2266139Z test_dispatch_symbolic_meta_inplace_fft_hfft2_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2266397Z test_dispatch_symbolic_meta_inplace_fft_hfft_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2266758Z test_dispatch_symbolic_meta_inplace_fft_hfft_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2267026Z test_dispatch_symbolic_meta_inplace_fft_hfft_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2267301Z test_dispatch_symbolic_meta_inplace_fft_hfft_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2267569Z test_dispatch_symbolic_meta_inplace_fft_hfft_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2267831Z test_dispatch_symbolic_meta_inplace_fft_hfft_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2268091Z test_dispatch_symbolic_meta_inplace_fft_hfft_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2268355Z test_dispatch_symbolic_meta_inplace_fft_hfft_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2268608Z test_dispatch_symbolic_meta_inplace_fft_hfft_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2268859Z test_dispatch_symbolic_meta_inplace_fft_hfft_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.2269116Z test_dispatch_symbolic_meta_inplace_fft_hfft_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2269970Z test_dispatch_symbolic_meta_inplace_fft_hfft_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2270424Z test_dispatch_symbolic_meta_inplace_fft_hfftn_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2270717Z test_dispatch_symbolic_meta_inplace_fft_hfftn_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2270986Z test_dispatch_symbolic_meta_inplace_fft_hfftn_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2271485Z test_dispatch_symbolic_meta_inplace_fft_hfftn_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2271766Z test_dispatch_symbolic_meta_inplace_fft_hfftn_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2272037Z test_dispatch_symbolic_meta_inplace_fft_hfftn_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2272302Z test_dispatch_symbolic_meta_inplace_fft_hfftn_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2272564Z test_dispatch_symbolic_meta_inplace_fft_hfftn_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2272822Z test_dispatch_symbolic_meta_inplace_fft_hfftn_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2273068Z test_dispatch_symbolic_meta_inplace_fft_hfftn_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2273330Z test_dispatch_symbolic_meta_inplace_fft_hfftn_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2273584Z test_dispatch_symbolic_meta_inplace_fft_hfftn_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2273837Z test_dispatch_symbolic_meta_inplace_fft_ifft2_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2274108Z test_dispatch_symbolic_meta_inplace_fft_ifft2_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2274483Z test_dispatch_symbolic_meta_inplace_fft_ifft2_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.2274754Z test_dispatch_symbolic_meta_inplace_fft_ifft2_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2275019Z test_dispatch_symbolic_meta_inplace_fft_ifft2_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2275288Z test_dispatch_symbolic_meta_inplace_fft_ifft2_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2275550Z test_dispatch_symbolic_meta_inplace_fft_ifft2_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2275811Z test_dispatch_symbolic_meta_inplace_fft_ifft2_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:24:31.2276066Z test_dispatch_symbolic_meta_inplace_fft_ifft2_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2276314Z test_dispatch_symbolic_meta_inplace_fft_ifft2_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2276571Z test_dispatch_symbolic_meta_inplace_fft_ifft2_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2277043Z test_dispatch_symbolic_meta_inplace_fft_ifft2_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2277326Z test_dispatch_symbolic_meta_inplace_fft_ifft_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2277715Z test_dispatch_symbolic_meta_inplace_fft_ifft_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2278110Z test_dispatch_symbolic_meta_inplace_fft_ifft_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:24:31.2278383Z test_dispatch_symbolic_meta_inplace_fft_ifft_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2278648Z test_dispatch_symbolic_meta_inplace_fft_ifft_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2278910Z test_dispatch_symbolic_meta_inplace_fft_ifft_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2279174Z test_dispatch_symbolic_meta_inplace_fft_ifft_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2279435Z test_dispatch_symbolic_meta_inplace_fft_ifft_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2279693Z test_dispatch_symbolic_meta_inplace_fft_ifft_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2279942Z test_dispatch_symbolic_meta_inplace_fft_ifft_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2280201Z test_dispatch_symbolic_meta_inplace_fft_ifft_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:24:31.2280450Z test_dispatch_symbolic_meta_inplace_fft_ifft_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2280704Z test_dispatch_symbolic_meta_inplace_fft_ifftn_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2280975Z test_dispatch_symbolic_meta_inplace_fft_ifftn_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2281243Z test_dispatch_symbolic_meta_inplace_fft_ifftn_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2281603Z test_dispatch_symbolic_meta_inplace_fft_ifftn_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:24:31.2281868Z test_dispatch_symbolic_meta_inplace_fft_ifftn_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2282133Z test_dispatch_symbolic_meta_inplace_fft_ifftn_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2282402Z test_dispatch_symbolic_meta_inplace_fft_ifftn_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2282662Z test_dispatch_symbolic_meta_inplace_fft_ifftn_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2282916Z test_dispatch_symbolic_meta_inplace_fft_ifftn_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2283170Z test_dispatch_symbolic_meta_inplace_fft_ifftn_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2283578Z test_dispatch_symbolic_meta_inplace_fft_ifftn_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2283836Z test_dispatch_symbolic_meta_inplace_fft_ifftn_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2284289Z test_dispatch_symbolic_meta_inplace_fft_ifftshift_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2284707Z test_dispatch_symbolic_meta_inplace_fft_ifftshift_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2284995Z test_dispatch_symbolic_meta_inplace_fft_ifftshift_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2285277Z test_dispatch_symbolic_meta_inplace_fft_ifftshift_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2285552Z test_dispatch_symbolic_meta_inplace_fft_ifftshift_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2285824Z test_dispatch_symbolic_meta_inplace_fft_ifftshift_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2286099Z test_dispatch_symbolic_meta_inplace_fft_ifftshift_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2286363Z test_dispatch_symbolic_meta_inplace_fft_ifftshift_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2286632Z test_dispatch_symbolic_meta_inplace_fft_ifftshift_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2286901Z test_dispatch_symbolic_meta_inplace_fft_ifftshift_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2287165Z test_dispatch_symbolic_meta_inplace_fft_ifftshift_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2287432Z test_dispatch_symbolic_meta_inplace_fft_ifftshift_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2287699Z test_dispatch_symbolic_meta_inplace_fft_ifftshift_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.2287959Z test_dispatch_symbolic_meta_inplace_fft_ihfft2_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2288224Z test_dispatch_symbolic_meta_inplace_fft_ihfft2_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2288578Z test_dispatch_symbolic_meta_inplace_fft_ihfft2_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:24:31.2288842Z test_dispatch_symbolic_meta_inplace_fft_ihfft2_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2289107Z test_dispatch_symbolic_meta_inplace_fft_ihfft2_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2289370Z test_dispatch_symbolic_meta_inplace_fft_ihfft2_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2289631Z test_dispatch_symbolic_meta_inplace_fft_ihfft2_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2290029Z test_dispatch_symbolic_meta_inplace_fft_ihfft2_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.011s) 2022-11-23T02:24:31.2290302Z test_dispatch_symbolic_meta_inplace_fft_ihfft2_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2290568Z test_dispatch_symbolic_meta_inplace_fft_ihfft_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2290978Z test_dispatch_symbolic_meta_inplace_fft_ihfft_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2291353Z test_dispatch_symbolic_meta_inplace_fft_ihfft_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2291694Z test_dispatch_symbolic_meta_inplace_fft_ihfft_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:24:31.2291968Z test_dispatch_symbolic_meta_inplace_fft_ihfft_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2292227Z test_dispatch_symbolic_meta_inplace_fft_ihfft_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2292475Z test_dispatch_symbolic_meta_inplace_fft_ihfft_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2292735Z test_dispatch_symbolic_meta_inplace_fft_ihfft_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2292986Z test_dispatch_symbolic_meta_inplace_fft_ihfft_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:24:31.2293239Z test_dispatch_symbolic_meta_inplace_fft_ihfftn_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2293502Z test_dispatch_symbolic_meta_inplace_fft_ihfftn_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2293769Z test_dispatch_symbolic_meta_inplace_fft_ihfftn_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2294039Z test_dispatch_symbolic_meta_inplace_fft_ihfftn_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2294284Z test_dispatch_symbolic_meta_inplace_fft_ihfftn_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2294545Z test_dispatch_symbolic_meta_inplace_fft_ihfftn_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:24:31.2294812Z test_dispatch_symbolic_meta_inplace_fft_ihfftn_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2295072Z test_dispatch_symbolic_meta_inplace_fft_ihfftn_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2295335Z test_dispatch_symbolic_meta_inplace_fft_ihfftn_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2295688Z test_dispatch_symbolic_meta_inplace_fft_irfft2_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2295962Z test_dispatch_symbolic_meta_inplace_fft_irfft2_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:24:31.2296234Z test_dispatch_symbolic_meta_inplace_fft_irfft2_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2296656Z test_dispatch_symbolic_meta_inplace_fft_irfft2_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2296931Z test_dispatch_symbolic_meta_inplace_fft_irfft2_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2297326Z test_dispatch_symbolic_meta_inplace_fft_irfft2_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2297718Z test_dispatch_symbolic_meta_inplace_fft_irfft2_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:24:31.2297984Z test_dispatch_symbolic_meta_inplace_fft_irfft2_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2298243Z test_dispatch_symbolic_meta_inplace_fft_irfft2_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2298575Z test_dispatch_symbolic_meta_inplace_fft_irfft2_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2298849Z test_dispatch_symbolic_meta_inplace_fft_irfft2_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2299109Z test_dispatch_symbolic_meta_inplace_fft_irfft2_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2299376Z test_dispatch_symbolic_meta_inplace_fft_irfft_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:24:31.2299646Z test_dispatch_symbolic_meta_inplace_fft_irfft_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2299916Z test_dispatch_symbolic_meta_inplace_fft_irfft_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2300187Z test_dispatch_symbolic_meta_inplace_fft_irfft_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2300455Z test_dispatch_symbolic_meta_inplace_fft_irfft_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2300720Z test_dispatch_symbolic_meta_inplace_fft_irfft_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:24:31.2300986Z test_dispatch_symbolic_meta_inplace_fft_irfft_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2301245Z test_dispatch_symbolic_meta_inplace_fft_irfft_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2301497Z test_dispatch_symbolic_meta_inplace_fft_irfft_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2301744Z test_dispatch_symbolic_meta_inplace_fft_irfft_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2302008Z test_dispatch_symbolic_meta_inplace_fft_irfft_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:24:31.2302256Z test_dispatch_symbolic_meta_inplace_fft_irfft_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.2302507Z test_dispatch_symbolic_meta_inplace_fft_irfftn_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2302960Z test_dispatch_symbolic_meta_inplace_fft_irfftn_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2303270Z test_dispatch_symbolic_meta_inplace_fft_irfftn_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2303543Z test_dispatch_symbolic_meta_inplace_fft_irfftn_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2303957Z test_dispatch_symbolic_meta_inplace_fft_irfftn_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2304334Z test_dispatch_symbolic_meta_inplace_fft_irfftn_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2304607Z test_dispatch_symbolic_meta_inplace_fft_irfftn_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2304872Z test_dispatch_symbolic_meta_inplace_fft_irfftn_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2305133Z test_dispatch_symbolic_meta_inplace_fft_irfftn_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2305395Z test_dispatch_symbolic_meta_inplace_fft_irfftn_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2305726Z test_dispatch_symbolic_meta_inplace_fft_irfftn_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2306004Z test_dispatch_symbolic_meta_inplace_fft_irfftn_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2306266Z test_dispatch_symbolic_meta_inplace_fft_rfft2_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2306534Z test_dispatch_symbolic_meta_inplace_fft_rfft2_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2306799Z test_dispatch_symbolic_meta_inplace_fft_rfft2_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2307062Z test_dispatch_symbolic_meta_inplace_fft_rfft2_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2307321Z test_dispatch_symbolic_meta_inplace_fft_rfft2_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2307573Z test_dispatch_symbolic_meta_inplace_fft_rfft2_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2307820Z test_dispatch_symbolic_meta_inplace_fft_rfft2_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2308082Z test_dispatch_symbolic_meta_inplace_fft_rfft2_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2308329Z test_dispatch_symbolic_meta_inplace_fft_rfft2_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2308589Z test_dispatch_symbolic_meta_inplace_fft_rfft_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2308849Z test_dispatch_symbolic_meta_inplace_fft_rfft_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2309115Z test_dispatch_symbolic_meta_inplace_fft_rfft_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2309378Z test_dispatch_symbolic_meta_inplace_fft_rfft_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2309869Z test_dispatch_symbolic_meta_inplace_fft_rfft_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2310123Z test_dispatch_symbolic_meta_inplace_fft_rfft_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2310512Z test_dispatch_symbolic_meta_inplace_fft_rfft_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2310880Z test_dispatch_symbolic_meta_inplace_fft_rfft_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2311140Z test_dispatch_symbolic_meta_inplace_fft_rfft_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2311390Z test_dispatch_symbolic_meta_inplace_fft_rfftn_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2311654Z test_dispatch_symbolic_meta_inplace_fft_rfftn_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2311923Z test_dispatch_symbolic_meta_inplace_fft_rfftn_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2312185Z test_dispatch_symbolic_meta_inplace_fft_rfftn_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2312447Z test_dispatch_symbolic_meta_inplace_fft_rfftn_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2312776Z test_dispatch_symbolic_meta_inplace_fft_rfftn_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2313042Z test_dispatch_symbolic_meta_inplace_fft_rfftn_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2313303Z test_dispatch_symbolic_meta_inplace_fft_rfftn_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2313558Z test_dispatch_symbolic_meta_inplace_fft_rfftn_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2313759Z test_dispatch_symbolic_meta_inplace_fill_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.2313967Z test_dispatch_symbolic_meta_inplace_fill_cuda_bool (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.2314186Z test_dispatch_symbolic_meta_inplace_fill_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.2314408Z test_dispatch_symbolic_meta_inplace_fill_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.2314626Z test_dispatch_symbolic_meta_inplace_fill_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.2314840Z test_dispatch_symbolic_meta_inplace_fill_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.2315055Z test_dispatch_symbolic_meta_inplace_fill_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.2315266Z test_dispatch_symbolic_meta_inplace_fill_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.2315473Z test_dispatch_symbolic_meta_inplace_fill_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.2315680Z test_dispatch_symbolic_meta_inplace_fill_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.2315881Z test_dispatch_symbolic_meta_inplace_fill_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.2316236Z test_dispatch_symbolic_meta_inplace_fill_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.2316443Z test_dispatch_symbolic_meta_inplace_fill_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.2316719Z test_dispatch_symbolic_meta_inplace_flatten_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2317310Z test_dispatch_symbolic_meta_inplace_flatten_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:24:31.2317591Z test_dispatch_symbolic_meta_inplace_flatten_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2317863Z test_dispatch_symbolic_meta_inplace_flatten_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2318134Z test_dispatch_symbolic_meta_inplace_flatten_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2318402Z test_dispatch_symbolic_meta_inplace_flatten_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2318665Z test_dispatch_symbolic_meta_inplace_flatten_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2318916Z test_dispatch_symbolic_meta_inplace_flatten_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2319181Z test_dispatch_symbolic_meta_inplace_flatten_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2319432Z test_dispatch_symbolic_meta_inplace_flatten_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:24:31.2319683Z test_dispatch_symbolic_meta_inplace_flatten_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2320018Z test_dispatch_symbolic_meta_inplace_flatten_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2320270Z test_dispatch_symbolic_meta_inplace_flatten_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2320520Z test_dispatch_symbolic_meta_inplace_flip_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2320778Z test_dispatch_symbolic_meta_inplace_flip_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2321041Z test_dispatch_symbolic_meta_inplace_flip_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2321306Z test_dispatch_symbolic_meta_inplace_flip_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2321568Z test_dispatch_symbolic_meta_inplace_flip_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:24:31.2321822Z test_dispatch_symbolic_meta_inplace_flip_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2322072Z test_dispatch_symbolic_meta_inplace_flip_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2322331Z test_dispatch_symbolic_meta_inplace_flip_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2322726Z test_dispatch_symbolic_meta_inplace_flip_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2322992Z test_dispatch_symbolic_meta_inplace_flip_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2323247Z test_dispatch_symbolic_meta_inplace_flip_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2323503Z test_dispatch_symbolic_meta_inplace_flip_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2323899Z test_dispatch_symbolic_meta_inplace_fliplr_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2324264Z test_dispatch_symbolic_meta_inplace_fliplr_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2324623Z test_dispatch_symbolic_meta_inplace_fliplr_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2324893Z test_dispatch_symbolic_meta_inplace_fliplr_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2325155Z test_dispatch_symbolic_meta_inplace_fliplr_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2325416Z test_dispatch_symbolic_meta_inplace_fliplr_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2325668Z test_dispatch_symbolic_meta_inplace_fliplr_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2325926Z test_dispatch_symbolic_meta_inplace_fliplr_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2326177Z test_dispatch_symbolic_meta_inplace_fliplr_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2326424Z test_dispatch_symbolic_meta_inplace_fliplr_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.2326717Z test_dispatch_symbolic_meta_inplace_fliplr_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.2327050Z test_dispatch_symbolic_meta_inplace_fliplr_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2327328Z test_dispatch_symbolic_meta_inplace_flipud_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.2327588Z test_dispatch_symbolic_meta_inplace_flipud_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2327861Z test_dispatch_symbolic_meta_inplace_flipud_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2328127Z test_dispatch_symbolic_meta_inplace_flipud_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2328387Z test_dispatch_symbolic_meta_inplace_flipud_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2328646Z test_dispatch_symbolic_meta_inplace_flipud_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2328901Z test_dispatch_symbolic_meta_inplace_flipud_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2329140Z test_dispatch_symbolic_meta_inplace_flipud_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.2329541Z test_dispatch_symbolic_meta_inplace_flipud_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2329799Z test_dispatch_symbolic_meta_inplace_flipud_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.2330055Z test_dispatch_symbolic_meta_inplace_flipud_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2330442Z test_dispatch_symbolic_meta_inplace_flipud_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.2330828Z test_dispatch_symbolic_meta_inplace_float_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2331092Z test_dispatch_symbolic_meta_inplace_float_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2331359Z test_dispatch_symbolic_meta_inplace_float_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2331710Z test_dispatch_symbolic_meta_inplace_float_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.2331968Z test_dispatch_symbolic_meta_inplace_float_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2332227Z test_dispatch_symbolic_meta_inplace_float_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2332481Z test_dispatch_symbolic_meta_inplace_float_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2332731Z test_dispatch_symbolic_meta_inplace_float_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2332986Z test_dispatch_symbolic_meta_inplace_float_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2333246Z test_dispatch_symbolic_meta_inplace_float_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2333504Z test_dispatch_symbolic_meta_inplace_float_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.011s) 2022-11-23T02:24:31.2333763Z test_dispatch_symbolic_meta_inplace_float_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2334016Z test_dispatch_symbolic_meta_inplace_float_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2334363Z test_dispatch_symbolic_meta_inplace_float_power_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: Function is in dispatch early skips (0.002s) 2022-11-23T02:24:31.2334654Z test_dispatch_symbolic_meta_inplace_float_power_cuda_bool (__main__.TestMetaCUDA) ... skip: Function is in dispatch early skips (0.003s) 2022-11-23T02:24:31.2334942Z test_dispatch_symbolic_meta_inplace_float_power_cuda_complex128 (__main__.TestMetaCUDA) ... skip: Function is in dispatch early skips (0.002s) 2022-11-23T02:24:31.2335225Z test_dispatch_symbolic_meta_inplace_float_power_cuda_complex64 (__main__.TestMetaCUDA) ... skip: Function is in dispatch early skips (0.003s) 2022-11-23T02:24:31.2335502Z test_dispatch_symbolic_meta_inplace_float_power_cuda_float16 (__main__.TestMetaCUDA) ... skip: Function is in dispatch early skips (0.002s) 2022-11-23T02:24:31.2335777Z test_dispatch_symbolic_meta_inplace_float_power_cuda_float32 (__main__.TestMetaCUDA) ... skip: Function is in dispatch early skips (0.003s) 2022-11-23T02:24:31.2336203Z test_dispatch_symbolic_meta_inplace_float_power_cuda_float64 (__main__.TestMetaCUDA) ... skip: Function is in dispatch early skips (0.002s) 2022-11-23T02:24:31.2336480Z test_dispatch_symbolic_meta_inplace_float_power_cuda_int16 (__main__.TestMetaCUDA) ... skip: Function is in dispatch early skips (0.002s) 2022-11-23T02:24:31.2336889Z test_dispatch_symbolic_meta_inplace_float_power_cuda_int32 (__main__.TestMetaCUDA) ... skip: Function is in dispatch early skips (0.002s) 2022-11-23T02:24:31.2337280Z test_dispatch_symbolic_meta_inplace_float_power_cuda_int64 (__main__.TestMetaCUDA) ... skip: Function is in dispatch early skips (0.002s) 2022-11-23T02:24:31.2337558Z test_dispatch_symbolic_meta_inplace_float_power_cuda_int8 (__main__.TestMetaCUDA) ... skip: Function is in dispatch early skips (0.002s) 2022-11-23T02:24:31.2337821Z test_dispatch_symbolic_meta_inplace_float_power_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Function is in dispatch early skips (0.001s) 2022-11-23T02:24:31.2338042Z test_dispatch_symbolic_meta_inplace_floor_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.2338260Z test_dispatch_symbolic_meta_inplace_floor_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.2338459Z test_dispatch_symbolic_meta_inplace_floor_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.2338762Z test_dispatch_symbolic_meta_inplace_floor_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.2338973Z test_dispatch_symbolic_meta_inplace_floor_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.2339182Z test_dispatch_symbolic_meta_inplace_floor_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.2339390Z test_dispatch_symbolic_meta_inplace_floor_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.2339598Z test_dispatch_symbolic_meta_inplace_floor_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.2339806Z test_dispatch_symbolic_meta_inplace_floor_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.2340036Z test_dispatch_symbolic_meta_inplace_floor_divide_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:24:31.2340260Z test_dispatch_symbolic_meta_inplace_floor_divide_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.056s) 2022-11-23T02:24:31.2340489Z test_dispatch_symbolic_meta_inplace_floor_divide_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.044s) 2022-11-23T02:24:31.2340713Z test_dispatch_symbolic_meta_inplace_floor_divide_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.054s) 2022-11-23T02:24:31.2340932Z test_dispatch_symbolic_meta_inplace_floor_divide_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.2341148Z test_dispatch_symbolic_meta_inplace_floor_divide_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:24:31.2341359Z test_dispatch_symbolic_meta_inplace_floor_divide_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:24:31.2341645Z test_dispatch_symbolic_meta_inplace_floor_divide_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:24:31.2341872Z test_dispatch_symbolic_meta_inplace_floor_divide_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.2342136Z test_dispatch_symbolic_meta_inplace_fmax_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2342510Z test_dispatch_symbolic_meta_inplace_fmax_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2342801Z test_dispatch_symbolic_meta_inplace_fmax_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2343057Z test_dispatch_symbolic_meta_inplace_fmax_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2343448Z test_dispatch_symbolic_meta_inplace_fmax_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2343827Z test_dispatch_symbolic_meta_inplace_fmax_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2344090Z test_dispatch_symbolic_meta_inplace_fmax_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2344350Z test_dispatch_symbolic_meta_inplace_fmax_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2344588Z test_dispatch_symbolic_meta_inplace_fmax_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2344838Z test_dispatch_symbolic_meta_inplace_fmax_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2345122Z test_dispatch_symbolic_meta_inplace_fmin_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.2345382Z test_dispatch_symbolic_meta_inplace_fmin_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2345645Z test_dispatch_symbolic_meta_inplace_fmin_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2345900Z test_dispatch_symbolic_meta_inplace_fmin_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:24:31.2346782Z test_dispatch_symbolic_meta_inplace_fmin_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2347038Z test_dispatch_symbolic_meta_inplace_fmin_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2347295Z test_dispatch_symbolic_meta_inplace_fmin_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2347553Z test_dispatch_symbolic_meta_inplace_fmin_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2347809Z test_dispatch_symbolic_meta_inplace_fmin_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.011s) 2022-11-23T02:24:31.2348062Z test_dispatch_symbolic_meta_inplace_fmin_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2348281Z test_dispatch_symbolic_meta_inplace_fmod_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.2348494Z test_dispatch_symbolic_meta_inplace_fmod_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:24:31.2348705Z test_dispatch_symbolic_meta_inplace_fmod_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.2349040Z test_dispatch_symbolic_meta_inplace_fmod_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.2349283Z test_dispatch_symbolic_meta_inplace_fmod_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.2349593Z test_dispatch_symbolic_meta_inplace_fmod_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.2349962Z test_dispatch_symbolic_meta_inplace_fmod_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.2350303Z test_dispatch_symbolic_meta_inplace_fmod_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.2350517Z test_dispatch_symbolic_meta_inplace_fmod_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:24:31.2350733Z test_dispatch_symbolic_meta_inplace_frac_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.2350946Z test_dispatch_symbolic_meta_inplace_frac_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.2351156Z test_dispatch_symbolic_meta_inplace_frac_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.2351367Z test_dispatch_symbolic_meta_inplace_frac_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.2351621Z test_dispatch_symbolic_meta_inplace_frexp_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2351880Z test_dispatch_symbolic_meta_inplace_frexp_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2352132Z test_dispatch_symbolic_meta_inplace_frexp_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2352388Z test_dispatch_symbolic_meta_inplace_full_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2352643Z test_dispatch_symbolic_meta_inplace_full_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2352910Z test_dispatch_symbolic_meta_inplace_full_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2353181Z test_dispatch_symbolic_meta_inplace_full_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2353441Z test_dispatch_symbolic_meta_inplace_full_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2353699Z test_dispatch_symbolic_meta_inplace_full_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2354051Z test_dispatch_symbolic_meta_inplace_full_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2354300Z test_dispatch_symbolic_meta_inplace_full_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2354555Z test_dispatch_symbolic_meta_inplace_full_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2354816Z test_dispatch_symbolic_meta_inplace_full_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2355072Z test_dispatch_symbolic_meta_inplace_full_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2355327Z test_dispatch_symbolic_meta_inplace_full_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.2355728Z test_dispatch_symbolic_meta_inplace_full_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2356120Z test_dispatch_symbolic_meta_inplace_full_like_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2356404Z test_dispatch_symbolic_meta_inplace_full_like_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2356917Z test_dispatch_symbolic_meta_inplace_full_like_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:24:31.2357294Z test_dispatch_symbolic_meta_inplace_full_like_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2357576Z test_dispatch_symbolic_meta_inplace_full_like_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2357843Z test_dispatch_symbolic_meta_inplace_full_like_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2358113Z test_dispatch_symbolic_meta_inplace_full_like_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2358375Z test_dispatch_symbolic_meta_inplace_full_like_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2358627Z test_dispatch_symbolic_meta_inplace_full_like_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2358880Z test_dispatch_symbolic_meta_inplace_full_like_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2359141Z test_dispatch_symbolic_meta_inplace_full_like_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:24:31.2359392Z test_dispatch_symbolic_meta_inplace_full_like_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2359650Z test_dispatch_symbolic_meta_inplace_gather_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2359910Z test_dispatch_symbolic_meta_inplace_gather_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2360182Z test_dispatch_symbolic_meta_inplace_gather_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2360452Z test_dispatch_symbolic_meta_inplace_gather_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2360704Z test_dispatch_symbolic_meta_inplace_gather_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2360960Z test_dispatch_symbolic_meta_inplace_gather_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2361304Z test_dispatch_symbolic_meta_inplace_gather_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:24:31.2361565Z test_dispatch_symbolic_meta_inplace_gather_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2361818Z test_dispatch_symbolic_meta_inplace_gather_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2362067Z test_dispatch_symbolic_meta_inplace_gather_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2362485Z test_dispatch_symbolic_meta_inplace_gather_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2362755Z test_dispatch_symbolic_meta_inplace_gather_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2362966Z test_dispatch_symbolic_meta_inplace_gcd_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.2363313Z test_dispatch_symbolic_meta_inplace_gcd_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.2363643Z test_dispatch_symbolic_meta_inplace_gcd_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.2363855Z test_dispatch_symbolic_meta_inplace_gcd_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.2364052Z test_dispatch_symbolic_meta_inplace_gcd_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.2364339Z test_dispatch_symbolic_meta_inplace_ge_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:31.2364561Z test_dispatch_symbolic_meta_inplace_ge_cuda_bool (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:24:31.2364773Z test_dispatch_symbolic_meta_inplace_ge_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:24:31.2364983Z test_dispatch_symbolic_meta_inplace_ge_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.2365191Z test_dispatch_symbolic_meta_inplace_ge_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.2365396Z test_dispatch_symbolic_meta_inplace_ge_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:24:31.2365599Z test_dispatch_symbolic_meta_inplace_ge_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.2365795Z test_dispatch_symbolic_meta_inplace_ge_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.2365998Z test_dispatch_symbolic_meta_inplace_ge_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.2366201Z test_dispatch_symbolic_meta_inplace_ge_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.2366456Z test_dispatch_symbolic_meta_inplace_geqrf_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2366724Z test_dispatch_symbolic_meta_inplace_geqrf_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2366992Z test_dispatch_symbolic_meta_inplace_geqrf_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2367245Z test_dispatch_symbolic_meta_inplace_geqrf_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2367515Z test_dispatch_symbolic_meta_inplace_gradient_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2367796Z test_dispatch_symbolic_meta_inplace_gradient_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2368071Z test_dispatch_symbolic_meta_inplace_gradient_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.2368342Z test_dispatch_symbolic_meta_inplace_gradient_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2368770Z test_dispatch_symbolic_meta_inplace_gradient_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.2369110Z test_dispatch_symbolic_meta_inplace_gradient_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2369380Z test_dispatch_symbolic_meta_inplace_gradient_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2369779Z test_dispatch_symbolic_meta_inplace_gradient_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:24:31.2370161Z test_dispatch_symbolic_meta_inplace_gradient_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.004s) 2022-11-23T02:24:31.2370430Z test_dispatch_symbolic_meta_inplace_gradient_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2370709Z test_dispatch_symbolic_meta_inplace_grid_sampler_2d_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2370983Z test_dispatch_symbolic_meta_inplace_grid_sampler_2d_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2371251Z test_dispatch_symbolic_meta_inplace_grid_sampler_2d_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2371463Z test_dispatch_symbolic_meta_inplace_gt_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.2371743Z test_dispatch_symbolic_meta_inplace_gt_cuda_bool (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.2371969Z test_dispatch_symbolic_meta_inplace_gt_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.2372177Z test_dispatch_symbolic_meta_inplace_gt_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.2372385Z test_dispatch_symbolic_meta_inplace_gt_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.2372590Z test_dispatch_symbolic_meta_inplace_gt_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.2372792Z test_dispatch_symbolic_meta_inplace_gt_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.2372988Z test_dispatch_symbolic_meta_inplace_gt_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.2373191Z test_dispatch_symbolic_meta_inplace_gt_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.2373391Z test_dispatch_symbolic_meta_inplace_gt_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.2373641Z test_dispatch_symbolic_meta_inplace_half_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2373897Z test_dispatch_symbolic_meta_inplace_half_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2374167Z test_dispatch_symbolic_meta_inplace_half_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2374433Z test_dispatch_symbolic_meta_inplace_half_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2374692Z test_dispatch_symbolic_meta_inplace_half_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2374941Z test_dispatch_symbolic_meta_inplace_half_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2375190Z test_dispatch_symbolic_meta_inplace_half_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2375599Z test_dispatch_symbolic_meta_inplace_half_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2375956Z test_dispatch_symbolic_meta_inplace_half_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2376365Z test_dispatch_symbolic_meta_inplace_half_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2376741Z test_dispatch_symbolic_meta_inplace_half_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2376997Z test_dispatch_symbolic_meta_inplace_half_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2377225Z test_dispatch_symbolic_meta_inplace_heaviside_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.2377442Z test_dispatch_symbolic_meta_inplace_heaviside_cuda_bool (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:24:31.2377667Z test_dispatch_symbolic_meta_inplace_heaviside_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:24:31.2377889Z test_dispatch_symbolic_meta_inplace_heaviside_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.2378101Z test_dispatch_symbolic_meta_inplace_heaviside_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.2378318Z test_dispatch_symbolic_meta_inplace_heaviside_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:24:31.2378529Z test_dispatch_symbolic_meta_inplace_heaviside_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:24:31.2378738Z test_dispatch_symbolic_meta_inplace_heaviside_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:24:31.2379028Z test_dispatch_symbolic_meta_inplace_heaviside_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.2379265Z test_dispatch_symbolic_meta_inplace_heaviside_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.2379530Z test_dispatch_symbolic_meta_inplace_histc_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2379790Z test_dispatch_symbolic_meta_inplace_histc_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2380047Z test_dispatch_symbolic_meta_inplace_histc_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2380304Z test_dispatch_symbolic_meta_inplace_histc_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2380547Z test_dispatch_symbolic_meta_inplace_histc_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2380808Z test_dispatch_symbolic_meta_inplace_histc_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2381075Z test_dispatch_symbolic_meta_inplace_hsplit_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2381335Z test_dispatch_symbolic_meta_inplace_hsplit_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2381605Z test_dispatch_symbolic_meta_inplace_hsplit_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2382007Z test_dispatch_symbolic_meta_inplace_hsplit_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2382292Z test_dispatch_symbolic_meta_inplace_hsplit_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2382561Z test_dispatch_symbolic_meta_inplace_hsplit_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2382954Z test_dispatch_symbolic_meta_inplace_hsplit_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2383328Z test_dispatch_symbolic_meta_inplace_hsplit_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2383679Z test_dispatch_symbolic_meta_inplace_hsplit_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2383930Z test_dispatch_symbolic_meta_inplace_hsplit_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2384175Z test_dispatch_symbolic_meta_inplace_hsplit_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2384436Z test_dispatch_symbolic_meta_inplace_hsplit_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2384699Z test_dispatch_symbolic_meta_inplace_hsplit_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2384964Z test_dispatch_symbolic_meta_inplace_hstack_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2385224Z test_dispatch_symbolic_meta_inplace_hstack_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2385494Z test_dispatch_symbolic_meta_inplace_hstack_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2385758Z test_dispatch_symbolic_meta_inplace_hstack_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2386538Z test_dispatch_symbolic_meta_inplace_hstack_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2386860Z test_dispatch_symbolic_meta_inplace_hstack_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2387119Z test_dispatch_symbolic_meta_inplace_hstack_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2387375Z test_dispatch_symbolic_meta_inplace_hstack_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2387632Z test_dispatch_symbolic_meta_inplace_hstack_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2387882Z test_dispatch_symbolic_meta_inplace_hstack_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2388128Z test_dispatch_symbolic_meta_inplace_hstack_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2388491Z test_dispatch_symbolic_meta_inplace_hstack_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2388795Z test_dispatch_symbolic_meta_inplace_hstack_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2389014Z test_dispatch_symbolic_meta_inplace_hypot_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.2389367Z test_dispatch_symbolic_meta_inplace_hypot_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:24:31.2389712Z test_dispatch_symbolic_meta_inplace_hypot_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:24:31.2389919Z test_dispatch_symbolic_meta_inplace_hypot_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:31.2390130Z test_dispatch_symbolic_meta_inplace_i0_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.2390382Z test_dispatch_symbolic_meta_inplace_i0_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T02:24:31.2390589Z test_dispatch_symbolic_meta_inplace_i0_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.2390795Z test_dispatch_symbolic_meta_inplace_i0_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.2390994Z test_dispatch_symbolic_meta_inplace_i0_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.2391358Z test_dispatch_symbolic_meta_inplace_i0_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T02:24:31.2391605Z test_dispatch_symbolic_meta_inplace_i0_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T02:24:31.2391858Z test_dispatch_symbolic_meta_inplace_i0_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T02:24:31.2392103Z test_dispatch_symbolic_meta_inplace_i0_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T02:24:31.2392352Z test_dispatch_symbolic_meta_inplace_i0_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:31.2392570Z test_dispatch_symbolic_meta_inplace_igamma_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:24:31.2392790Z test_dispatch_symbolic_meta_inplace_igamma_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.2393014Z test_dispatch_symbolic_meta_inplace_igammac_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.2393226Z test_dispatch_symbolic_meta_inplace_igammac_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.2393495Z test_dispatch_symbolic_meta_inplace_imag_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2393761Z test_dispatch_symbolic_meta_inplace_imag_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.2394496Z test_dispatch_symbolic_meta_inplace_imag_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2394770Z test_dispatch_symbolic_meta_inplace_index_add_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-11-23T02:24:31.2395134Z test_dispatch_symbolic_meta_inplace_index_add_cuda_bool (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:24:31.2395374Z test_dispatch_symbolic_meta_inplace_index_add_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:24:31.2395598Z test_dispatch_symbolic_meta_inplace_index_add_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:24:31.2395963Z test_dispatch_symbolic_meta_inplace_index_add_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:24:31.2396319Z test_dispatch_symbolic_meta_inplace_index_add_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:24:31.2396529Z test_dispatch_symbolic_meta_inplace_index_add_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.2396741Z test_dispatch_symbolic_meta_inplace_index_add_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:24:31.2396957Z test_dispatch_symbolic_meta_inplace_index_add_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:24:31.2397164Z test_dispatch_symbolic_meta_inplace_index_add_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:24:31.2397373Z test_dispatch_symbolic_meta_inplace_index_add_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:24:31.2397584Z test_dispatch_symbolic_meta_inplace_index_add_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:24:31.2397801Z test_dispatch_symbolic_meta_inplace_index_add_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.2398023Z test_dispatch_symbolic_meta_inplace_index_copy_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:31.2398235Z test_dispatch_symbolic_meta_inplace_index_copy_cuda_bool (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.2398464Z test_dispatch_symbolic_meta_inplace_index_copy_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.2398693Z test_dispatch_symbolic_meta_inplace_index_copy_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.2399033Z test_dispatch_symbolic_meta_inplace_index_copy_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.2399248Z test_dispatch_symbolic_meta_inplace_index_copy_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.2399457Z test_dispatch_symbolic_meta_inplace_index_copy_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.2399675Z test_dispatch_symbolic_meta_inplace_index_copy_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.2399884Z test_dispatch_symbolic_meta_inplace_index_copy_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.2400093Z test_dispatch_symbolic_meta_inplace_index_copy_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.2400309Z test_dispatch_symbolic_meta_inplace_index_copy_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.2400516Z test_dispatch_symbolic_meta_inplace_index_copy_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.2400740Z test_dispatch_symbolic_meta_inplace_index_fill_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.2400957Z test_dispatch_symbolic_meta_inplace_index_fill_cuda_bool (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.2401169Z test_dispatch_symbolic_meta_inplace_index_fill_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.2401399Z test_dispatch_symbolic_meta_inplace_index_fill_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.2401762Z test_dispatch_symbolic_meta_inplace_index_fill_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.2402592Z test_dispatch_symbolic_meta_inplace_index_fill_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.2402932Z test_dispatch_symbolic_meta_inplace_index_fill_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.2403372Z test_dispatch_symbolic_meta_inplace_index_fill_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.2403604Z test_dispatch_symbolic_meta_inplace_index_fill_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.2403810Z test_dispatch_symbolic_meta_inplace_index_fill_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.2404021Z test_dispatch_symbolic_meta_inplace_index_fill_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.2404229Z test_dispatch_symbolic_meta_inplace_index_fill_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.2404444Z test_dispatch_symbolic_meta_inplace_index_put_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.2404661Z test_dispatch_symbolic_meta_inplace_index_put_cuda_bool (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.2404889Z test_dispatch_symbolic_meta_inplace_index_put_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.2405113Z test_dispatch_symbolic_meta_inplace_index_put_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.2405343Z test_dispatch_symbolic_meta_inplace_index_put_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.2405565Z test_dispatch_symbolic_meta_inplace_index_put_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:31.2405780Z test_dispatch_symbolic_meta_inplace_index_put_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.2405992Z test_dispatch_symbolic_meta_inplace_index_put_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.2406208Z test_dispatch_symbolic_meta_inplace_index_put_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.2406416Z test_dispatch_symbolic_meta_inplace_index_put_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.2406621Z test_dispatch_symbolic_meta_inplace_index_put_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.2406833Z test_dispatch_symbolic_meta_inplace_index_put_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.2407161Z test_dispatch_symbolic_meta_inplace_index_put_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.2407392Z test_dispatch_symbolic_meta_inplace_index_reduce_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.089s) 2022-11-23T02:24:31.2407616Z test_dispatch_symbolic_meta_inplace_index_reduce_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.087s) 2022-11-23T02:24:31.2407841Z test_dispatch_symbolic_meta_inplace_index_reduce_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.084s) 2022-11-23T02:24:31.2408071Z test_dispatch_symbolic_meta_inplace_index_reduce_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.068s) 2022-11-23T02:24:31.2408290Z test_dispatch_symbolic_meta_inplace_index_reduce_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.094s) 2022-11-23T02:24:31.2408504Z test_dispatch_symbolic_meta_inplace_index_reduce_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.056s) 2022-11-23T02:24:31.2408859Z test_dispatch_symbolic_meta_inplace_index_reduce_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.077s) 2022-11-23T02:24:31.2409091Z test_dispatch_symbolic_meta_inplace_index_reduce_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.084s) 2022-11-23T02:24:31.2409302Z test_dispatch_symbolic_meta_inplace_index_reduce_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.086s) 2022-11-23T02:24:31.2409905Z test_dispatch_symbolic_meta_inplace_index_select_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2410191Z test_dispatch_symbolic_meta_inplace_index_select_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2410988Z test_dispatch_symbolic_meta_inplace_index_select_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.2411331Z test_dispatch_symbolic_meta_inplace_index_select_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2411615Z test_dispatch_symbolic_meta_inplace_index_select_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2411889Z test_dispatch_symbolic_meta_inplace_index_select_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2412161Z test_dispatch_symbolic_meta_inplace_index_select_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2412424Z test_dispatch_symbolic_meta_inplace_index_select_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2412695Z test_dispatch_symbolic_meta_inplace_index_select_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2412964Z test_dispatch_symbolic_meta_inplace_index_select_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.2413236Z test_dispatch_symbolic_meta_inplace_index_select_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2413505Z test_dispatch_symbolic_meta_inplace_index_select_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2413767Z test_dispatch_symbolic_meta_inplace_index_select_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2414033Z test_dispatch_symbolic_meta_inplace_inner_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2414304Z test_dispatch_symbolic_meta_inplace_inner_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.2414574Z test_dispatch_symbolic_meta_inplace_inner_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2414951Z test_dispatch_symbolic_meta_inplace_inner_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2415205Z test_dispatch_symbolic_meta_inplace_inner_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2415439Z test_dispatch_symbolic_meta_inplace_inner_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2415698Z test_dispatch_symbolic_meta_inplace_int_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2415955Z test_dispatch_symbolic_meta_inplace_int_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2416219Z test_dispatch_symbolic_meta_inplace_int_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2416480Z test_dispatch_symbolic_meta_inplace_int_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2416739Z test_dispatch_symbolic_meta_inplace_int_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2416999Z test_dispatch_symbolic_meta_inplace_int_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2417261Z test_dispatch_symbolic_meta_inplace_int_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2417967Z test_dispatch_symbolic_meta_inplace_int_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2418275Z test_dispatch_symbolic_meta_inplace_int_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2418530Z test_dispatch_symbolic_meta_inplace_int_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2418790Z test_dispatch_symbolic_meta_inplace_int_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2419041Z test_dispatch_symbolic_meta_inplace_int_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2419313Z test_dispatch_symbolic_meta_inplace_isclose_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2419574Z test_dispatch_symbolic_meta_inplace_isclose_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2419849Z test_dispatch_symbolic_meta_inplace_isclose_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2420216Z test_dispatch_symbolic_meta_inplace_isclose_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2420547Z test_dispatch_symbolic_meta_inplace_isclose_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2420811Z test_dispatch_symbolic_meta_inplace_isclose_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2421260Z test_dispatch_symbolic_meta_inplace_isclose_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2421646Z test_dispatch_symbolic_meta_inplace_isclose_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2421909Z test_dispatch_symbolic_meta_inplace_isclose_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2422156Z test_dispatch_symbolic_meta_inplace_isclose_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2422415Z test_dispatch_symbolic_meta_inplace_isclose_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2422785Z test_dispatch_symbolic_meta_inplace_isclose_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2423053Z test_dispatch_symbolic_meta_inplace_isfinite_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2423313Z test_dispatch_symbolic_meta_inplace_isfinite_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2423588Z test_dispatch_symbolic_meta_inplace_isfinite_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2423860Z test_dispatch_symbolic_meta_inplace_isfinite_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.2424133Z test_dispatch_symbolic_meta_inplace_isfinite_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2424402Z test_dispatch_symbolic_meta_inplace_isfinite_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2424666Z test_dispatch_symbolic_meta_inplace_isfinite_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:24:31.2424933Z test_dispatch_symbolic_meta_inplace_isfinite_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2425662Z test_dispatch_symbolic_meta_inplace_isfinite_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2425976Z test_dispatch_symbolic_meta_inplace_isfinite_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2426230Z test_dispatch_symbolic_meta_inplace_isfinite_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2426496Z test_dispatch_symbolic_meta_inplace_isfinite_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2426798Z test_dispatch_symbolic_meta_inplace_isfinite_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2427057Z test_dispatch_symbolic_meta_inplace_isin_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2427311Z test_dispatch_symbolic_meta_inplace_isin_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2427564Z test_dispatch_symbolic_meta_inplace_isin_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2427820Z test_dispatch_symbolic_meta_inplace_isin_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2428081Z test_dispatch_symbolic_meta_inplace_isin_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2428340Z test_dispatch_symbolic_meta_inplace_isin_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2428595Z test_dispatch_symbolic_meta_inplace_isin_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2428851Z test_dispatch_symbolic_meta_inplace_isin_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2429120Z test_dispatch_symbolic_meta_inplace_isinf_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2429378Z test_dispatch_symbolic_meta_inplace_isinf_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2429646Z test_dispatch_symbolic_meta_inplace_isinf_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2430021Z test_dispatch_symbolic_meta_inplace_isinf_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2430282Z test_dispatch_symbolic_meta_inplace_isinf_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2430543Z test_dispatch_symbolic_meta_inplace_isinf_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2430796Z test_dispatch_symbolic_meta_inplace_isinf_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2431050Z test_dispatch_symbolic_meta_inplace_isinf_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2431310Z test_dispatch_symbolic_meta_inplace_isinf_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.2431570Z test_dispatch_symbolic_meta_inplace_isinf_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2431828Z test_dispatch_symbolic_meta_inplace_isinf_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2432085Z test_dispatch_symbolic_meta_inplace_isinf_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:24:31.2432339Z test_dispatch_symbolic_meta_inplace_isinf_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2432672Z test_dispatch_symbolic_meta_inplace_isnan_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2432945Z test_dispatch_symbolic_meta_inplace_isnan_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2433214Z test_dispatch_symbolic_meta_inplace_isnan_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2433485Z test_dispatch_symbolic_meta_inplace_isnan_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.012s) 2022-11-23T02:24:31.2433744Z test_dispatch_symbolic_meta_inplace_isnan_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2433996Z test_dispatch_symbolic_meta_inplace_isnan_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2434229Z test_dispatch_symbolic_meta_inplace_isnan_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2434484Z test_dispatch_symbolic_meta_inplace_isnan_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2434741Z test_dispatch_symbolic_meta_inplace_isnan_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2435002Z test_dispatch_symbolic_meta_inplace_isnan_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2435263Z test_dispatch_symbolic_meta_inplace_isnan_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2435514Z test_dispatch_symbolic_meta_inplace_isnan_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2435785Z test_dispatch_symbolic_meta_inplace_isneginf_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2436044Z test_dispatch_symbolic_meta_inplace_isneginf_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2436310Z test_dispatch_symbolic_meta_inplace_isneginf_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2436667Z test_dispatch_symbolic_meta_inplace_isneginf_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.2437097Z test_dispatch_symbolic_meta_inplace_isneginf_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2437369Z test_dispatch_symbolic_meta_inplace_isneginf_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2437804Z test_dispatch_symbolic_meta_inplace_isneginf_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.2438222Z test_dispatch_symbolic_meta_inplace_isneginf_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2438493Z test_dispatch_symbolic_meta_inplace_isneginf_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2438745Z test_dispatch_symbolic_meta_inplace_isneginf_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.2439014Z test_dispatch_symbolic_meta_inplace_isposinf_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2439276Z test_dispatch_symbolic_meta_inplace_isposinf_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2439541Z test_dispatch_symbolic_meta_inplace_isposinf_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:24:31.2439895Z test_dispatch_symbolic_meta_inplace_isposinf_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2440177Z test_dispatch_symbolic_meta_inplace_isposinf_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2440435Z test_dispatch_symbolic_meta_inplace_isposinf_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2440693Z test_dispatch_symbolic_meta_inplace_isposinf_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2440944Z test_dispatch_symbolic_meta_inplace_isposinf_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.011s) 2022-11-23T02:24:31.2441201Z test_dispatch_symbolic_meta_inplace_isposinf_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2441455Z test_dispatch_symbolic_meta_inplace_isposinf_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2441719Z test_dispatch_symbolic_meta_inplace_isreal_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2441978Z test_dispatch_symbolic_meta_inplace_isreal_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.2442253Z test_dispatch_symbolic_meta_inplace_isreal_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2442521Z test_dispatch_symbolic_meta_inplace_isreal_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2442791Z test_dispatch_symbolic_meta_inplace_isreal_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.2443057Z test_dispatch_symbolic_meta_inplace_isreal_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.2443302Z test_dispatch_symbolic_meta_inplace_isreal_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2443554Z test_dispatch_symbolic_meta_inplace_isreal_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2443903Z test_dispatch_symbolic_meta_inplace_isreal_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2444181Z test_dispatch_symbolic_meta_inplace_isreal_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2444428Z test_dispatch_symbolic_meta_inplace_isreal_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2444686Z test_dispatch_symbolic_meta_inplace_isreal_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2444951Z test_dispatch_symbolic_meta_inplace_isreal_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2445213Z test_dispatch_symbolic_meta_inplace_istft_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2445479Z test_dispatch_symbolic_meta_inplace_istft_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2445774Z test_dispatch_symbolic_meta_inplace_jiterator_2inputs_2outputs_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2446064Z test_dispatch_symbolic_meta_inplace_jiterator_2inputs_2outputs_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2446359Z test_dispatch_symbolic_meta_inplace_jiterator_2inputs_2outputs_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2446722Z test_dispatch_symbolic_meta_inplace_jiterator_2inputs_2outputs_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2447029Z test_dispatch_symbolic_meta_inplace_jiterator_2inputs_2outputs_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.2447325Z test_dispatch_symbolic_meta_inplace_jiterator_2inputs_2outputs_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2447613Z test_dispatch_symbolic_meta_inplace_jiterator_2inputs_2outputs_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2447895Z test_dispatch_symbolic_meta_inplace_jiterator_2inputs_2outputs_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2448184Z test_dispatch_symbolic_meta_inplace_jiterator_2inputs_2outputs_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2448467Z test_dispatch_symbolic_meta_inplace_jiterator_2inputs_2outputs_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:24:31.2448748Z test_dispatch_symbolic_meta_inplace_jiterator_2inputs_2outputs_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2449031Z test_dispatch_symbolic_meta_inplace_jiterator_2inputs_2outputs_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2449332Z test_dispatch_symbolic_meta_inplace_jiterator_4inputs_with_extra_args_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2449628Z 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:24:31.2449933Z 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:24:31.2450233Z 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:24:31.2450615Z 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:24:31.2450914Z test_dispatch_symbolic_meta_inplace_jiterator_4inputs_with_extra_args_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2451212Z 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:24:31.2451506Z 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:24:31.2451797Z 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:24:31.2452082Z 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:24:31.2452378Z 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:24:31.2452660Z 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:24:31.2452940Z test_dispatch_symbolic_meta_inplace_jiterator_binary_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:24:31.2453281Z test_dispatch_symbolic_meta_inplace_jiterator_binary_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2453581Z test_dispatch_symbolic_meta_inplace_jiterator_binary_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2453867Z test_dispatch_symbolic_meta_inplace_jiterator_binary_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2454146Z test_dispatch_symbolic_meta_inplace_jiterator_binary_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2454424Z test_dispatch_symbolic_meta_inplace_jiterator_binary_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2454701Z test_dispatch_symbolic_meta_inplace_jiterator_binary_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2454979Z test_dispatch_symbolic_meta_inplace_jiterator_binary_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2455253Z test_dispatch_symbolic_meta_inplace_jiterator_binary_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.011s) 2022-11-23T02:24:31.2455520Z test_dispatch_symbolic_meta_inplace_jiterator_binary_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.2455780Z test_dispatch_symbolic_meta_inplace_jiterator_binary_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.2456044Z test_dispatch_symbolic_meta_inplace_jiterator_binary_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.2456341Z test_dispatch_symbolic_meta_inplace_jiterator_binary_return_by_ref_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.2456637Z 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:24:31.2456939Z test_dispatch_symbolic_meta_inplace_jiterator_binary_return_by_ref_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.2457325Z test_dispatch_symbolic_meta_inplace_jiterator_binary_return_by_ref_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.2457622Z test_dispatch_symbolic_meta_inplace_jiterator_binary_return_by_ref_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.2457917Z test_dispatch_symbolic_meta_inplace_jiterator_binary_return_by_ref_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.2458209Z test_dispatch_symbolic_meta_inplace_jiterator_binary_return_by_ref_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.2458499Z 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:24:31.2458788Z test_dispatch_symbolic_meta_inplace_jiterator_binary_return_by_ref_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2459073Z test_dispatch_symbolic_meta_inplace_jiterator_binary_return_by_ref_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2459364Z test_dispatch_symbolic_meta_inplace_jiterator_binary_return_by_ref_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2459654Z test_dispatch_symbolic_meta_inplace_jiterator_binary_return_by_ref_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2459994Z test_dispatch_symbolic_meta_inplace_jiterator_unary_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2460282Z test_dispatch_symbolic_meta_inplace_jiterator_unary_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2460565Z test_dispatch_symbolic_meta_inplace_jiterator_unary_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2460847Z test_dispatch_symbolic_meta_inplace_jiterator_unary_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2461124Z test_dispatch_symbolic_meta_inplace_jiterator_unary_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2461397Z test_dispatch_symbolic_meta_inplace_jiterator_unary_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2461668Z test_dispatch_symbolic_meta_inplace_jiterator_unary_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2461941Z test_dispatch_symbolic_meta_inplace_jiterator_unary_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2462213Z test_dispatch_symbolic_meta_inplace_jiterator_unary_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2462474Z test_dispatch_symbolic_meta_inplace_jiterator_unary_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2462742Z test_dispatch_symbolic_meta_inplace_jiterator_unary_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2463003Z test_dispatch_symbolic_meta_inplace_jiterator_unary_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2463269Z test_dispatch_symbolic_meta_inplace_kron_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2463528Z test_dispatch_symbolic_meta_inplace_kron_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2463797Z test_dispatch_symbolic_meta_inplace_kron_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2464653Z test_dispatch_symbolic_meta_inplace_kron_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2464915Z test_dispatch_symbolic_meta_inplace_kron_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2465165Z test_dispatch_symbolic_meta_inplace_kron_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2465417Z test_dispatch_symbolic_meta_inplace_kron_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2465677Z test_dispatch_symbolic_meta_inplace_kron_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2465933Z test_dispatch_symbolic_meta_inplace_kron_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2466193Z test_dispatch_symbolic_meta_inplace_kron_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2466447Z test_dispatch_symbolic_meta_inplace_kron_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2466701Z test_dispatch_symbolic_meta_inplace_kron_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2467042Z test_dispatch_symbolic_meta_inplace_kthvalue_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2467327Z test_dispatch_symbolic_meta_inplace_kthvalue_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2467592Z test_dispatch_symbolic_meta_inplace_kthvalue_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2467861Z test_dispatch_symbolic_meta_inplace_kthvalue_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2468116Z test_dispatch_symbolic_meta_inplace_kthvalue_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2468530Z test_dispatch_symbolic_meta_inplace_kthvalue_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2468808Z test_dispatch_symbolic_meta_inplace_kthvalue_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:24:31.2469064Z test_dispatch_symbolic_meta_inplace_kthvalue_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2469502Z test_dispatch_symbolic_meta_inplace_lcm_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.2469867Z test_dispatch_symbolic_meta_inplace_lcm_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.2470078Z test_dispatch_symbolic_meta_inplace_lcm_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.2470283Z test_dispatch_symbolic_meta_inplace_lcm_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.2470483Z test_dispatch_symbolic_meta_inplace_lcm_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.2470701Z test_dispatch_symbolic_meta_inplace_ldexp_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:24:31.2470957Z test_dispatch_symbolic_meta_inplace_ldexp_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.006s) 2022-11-23T02:24:31.2471181Z test_dispatch_symbolic_meta_inplace_ldexp_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.2471402Z test_dispatch_symbolic_meta_inplace_ldexp_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.2471618Z test_dispatch_symbolic_meta_inplace_ldexp_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:24:31.2471936Z test_dispatch_symbolic_meta_inplace_ldexp_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.2472150Z test_dispatch_symbolic_meta_inplace_ldexp_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:24:31.2472403Z test_dispatch_symbolic_meta_inplace_ldexp_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.006s) 2022-11-23T02:24:31.2472657Z test_dispatch_symbolic_meta_inplace_ldexp_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.006s) 2022-11-23T02:24:31.2472906Z test_dispatch_symbolic_meta_inplace_ldexp_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.006s) 2022-11-23T02:24:31.2473159Z test_dispatch_symbolic_meta_inplace_ldexp_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.006s) 2022-11-23T02:24:31.2473403Z test_dispatch_symbolic_meta_inplace_ldexp_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:31.2473603Z test_dispatch_symbolic_meta_inplace_le_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.2473805Z test_dispatch_symbolic_meta_inplace_le_cuda_bool (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:31.2474012Z test_dispatch_symbolic_meta_inplace_le_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.2474217Z test_dispatch_symbolic_meta_inplace_le_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.2474421Z test_dispatch_symbolic_meta_inplace_le_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:31.2474696Z test_dispatch_symbolic_meta_inplace_le_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:31.2474917Z test_dispatch_symbolic_meta_inplace_le_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.2475115Z test_dispatch_symbolic_meta_inplace_le_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.2475322Z test_dispatch_symbolic_meta_inplace_le_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:31.2475518Z test_dispatch_symbolic_meta_inplace_le_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.2475734Z test_dispatch_symbolic_meta_inplace_lerp_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.040s) 2022-11-23T02:24:31.2475956Z test_dispatch_symbolic_meta_inplace_lerp_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.077s) 2022-11-23T02:24:31.2476174Z test_dispatch_symbolic_meta_inplace_lerp_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.061s) 2022-11-23T02:24:31.2476388Z test_dispatch_symbolic_meta_inplace_lerp_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:24:31.2476602Z test_dispatch_symbolic_meta_inplace_lerp_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:24:31.2476812Z test_dispatch_symbolic_meta_inplace_lerp_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:24:31.2477073Z test_dispatch_symbolic_meta_inplace_lgamma_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:31.2477287Z test_dispatch_symbolic_meta_inplace_lgamma_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.2477497Z test_dispatch_symbolic_meta_inplace_lgamma_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.2477712Z test_dispatch_symbolic_meta_inplace_lgamma_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.2477969Z test_dispatch_symbolic_meta_inplace_lgamma_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:24:31.2478213Z test_dispatch_symbolic_meta_inplace_lgamma_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:24:31.2478469Z test_dispatch_symbolic_meta_inplace_lgamma_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.014s) 2022-11-23T02:24:31.2478811Z test_dispatch_symbolic_meta_inplace_lgamma_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:24:31.2479061Z test_dispatch_symbolic_meta_inplace_lgamma_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:24:31.2479347Z test_dispatch_symbolic_meta_inplace_linalg_cholesky_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2479633Z test_dispatch_symbolic_meta_inplace_linalg_cholesky_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2479913Z test_dispatch_symbolic_meta_inplace_linalg_cholesky_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2480189Z test_dispatch_symbolic_meta_inplace_linalg_cholesky_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2480476Z test_dispatch_symbolic_meta_inplace_linalg_cholesky_ex_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2480760Z test_dispatch_symbolic_meta_inplace_linalg_cholesky_ex_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2481038Z test_dispatch_symbolic_meta_inplace_linalg_cholesky_ex_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2481318Z test_dispatch_symbolic_meta_inplace_linalg_cholesky_ex_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2481661Z test_dispatch_symbolic_meta_inplace_linalg_cond_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2481951Z test_dispatch_symbolic_meta_inplace_linalg_cond_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2482224Z test_dispatch_symbolic_meta_inplace_linalg_cond_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2482494Z test_dispatch_symbolic_meta_inplace_linalg_cond_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2482769Z test_dispatch_symbolic_meta_inplace_linalg_cross_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2483041Z test_dispatch_symbolic_meta_inplace_linalg_cross_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2483312Z test_dispatch_symbolic_meta_inplace_linalg_cross_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2483578Z test_dispatch_symbolic_meta_inplace_linalg_cross_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2483843Z test_dispatch_symbolic_meta_inplace_linalg_cross_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2484106Z test_dispatch_symbolic_meta_inplace_linalg_cross_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2484375Z test_dispatch_symbolic_meta_inplace_linalg_cross_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.2484640Z test_dispatch_symbolic_meta_inplace_linalg_cross_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2484911Z test_dispatch_symbolic_meta_inplace_linalg_cross_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2485174Z test_dispatch_symbolic_meta_inplace_linalg_cross_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:24:31.2485449Z test_dispatch_symbolic_meta_inplace_linalg_det_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2485811Z test_dispatch_symbolic_meta_inplace_linalg_det_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2486080Z test_dispatch_symbolic_meta_inplace_linalg_det_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2486345Z test_dispatch_symbolic_meta_inplace_linalg_det_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2486637Z test_dispatch_symbolic_meta_inplace_linalg_det_singular_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.011s) 2022-11-23T02:24:31.2486921Z test_dispatch_symbolic_meta_inplace_linalg_det_singular_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2487199Z test_dispatch_symbolic_meta_inplace_linalg_det_singular_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2487484Z test_dispatch_symbolic_meta_inplace_linalg_det_singular_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2487757Z test_dispatch_symbolic_meta_inplace_linalg_eig_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2488028Z test_dispatch_symbolic_meta_inplace_linalg_eig_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2488364Z test_dispatch_symbolic_meta_inplace_linalg_eig_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2488629Z test_dispatch_symbolic_meta_inplace_linalg_eig_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2488909Z test_dispatch_symbolic_meta_inplace_linalg_eigh_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2489185Z test_dispatch_symbolic_meta_inplace_linalg_eigh_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2489452Z test_dispatch_symbolic_meta_inplace_linalg_eigh_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2489722Z test_dispatch_symbolic_meta_inplace_linalg_eigh_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2490007Z test_dispatch_symbolic_meta_inplace_linalg_eigvals_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2490286Z test_dispatch_symbolic_meta_inplace_linalg_eigvals_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2490558Z test_dispatch_symbolic_meta_inplace_linalg_eigvals_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2490835Z test_dispatch_symbolic_meta_inplace_linalg_eigvals_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2491117Z test_dispatch_symbolic_meta_inplace_linalg_eigvalsh_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2491401Z test_dispatch_symbolic_meta_inplace_linalg_eigvalsh_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2491678Z test_dispatch_symbolic_meta_inplace_linalg_eigvalsh_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2491956Z test_dispatch_symbolic_meta_inplace_linalg_eigvalsh_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2492338Z test_dispatch_symbolic_meta_inplace_linalg_householder_product_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2492637Z test_dispatch_symbolic_meta_inplace_linalg_householder_product_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2492933Z test_dispatch_symbolic_meta_inplace_linalg_householder_product_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2493228Z test_dispatch_symbolic_meta_inplace_linalg_householder_product_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2493502Z test_dispatch_symbolic_meta_inplace_linalg_inv_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.2493773Z test_dispatch_symbolic_meta_inplace_linalg_inv_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2494043Z test_dispatch_symbolic_meta_inplace_linalg_inv_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2494309Z test_dispatch_symbolic_meta_inplace_linalg_inv_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:24:31.2494584Z test_dispatch_symbolic_meta_inplace_linalg_inv_ex_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2494921Z test_dispatch_symbolic_meta_inplace_linalg_inv_ex_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2495207Z test_dispatch_symbolic_meta_inplace_linalg_inv_ex_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2495477Z test_dispatch_symbolic_meta_inplace_linalg_inv_ex_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2495766Z test_dispatch_symbolic_meta_inplace_linalg_ldl_factor_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.008s) 2022-11-23T02:24:31.2496045Z test_dispatch_symbolic_meta_inplace_linalg_ldl_factor_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2496322Z test_dispatch_symbolic_meta_inplace_linalg_ldl_factor_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2496603Z test_dispatch_symbolic_meta_inplace_linalg_ldl_factor_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2496892Z test_dispatch_symbolic_meta_inplace_linalg_ldl_factor_ex_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:24:31.2497178Z 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:24:31.2497460Z 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:24:31.2497733Z 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:24:31.2498011Z test_dispatch_symbolic_meta_inplace_linalg_ldl_solve_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:24:31.2498293Z test_dispatch_symbolic_meta_inplace_linalg_ldl_solve_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2498569Z test_dispatch_symbolic_meta_inplace_linalg_ldl_solve_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2498842Z test_dispatch_symbolic_meta_inplace_linalg_ldl_solve_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2499206Z test_dispatch_symbolic_meta_inplace_linalg_lstsq_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2499481Z test_dispatch_symbolic_meta_inplace_linalg_lstsq_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:24:31.2499735Z test_dispatch_symbolic_meta_inplace_linalg_lstsq_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2500005Z test_dispatch_symbolic_meta_inplace_linalg_lstsq_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2500300Z test_dispatch_symbolic_meta_inplace_linalg_lstsq_grad_oriented_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2500597Z test_dispatch_symbolic_meta_inplace_linalg_lstsq_grad_oriented_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2500892Z test_dispatch_symbolic_meta_inplace_linalg_lstsq_grad_oriented_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.011s) 2022-11-23T02:24:31.2501183Z test_dispatch_symbolic_meta_inplace_linalg_lstsq_grad_oriented_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2501453Z test_dispatch_symbolic_meta_inplace_linalg_lu_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2501791Z test_dispatch_symbolic_meta_inplace_linalg_lu_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2502077Z test_dispatch_symbolic_meta_inplace_linalg_lu_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2502345Z test_dispatch_symbolic_meta_inplace_linalg_lu_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2502633Z test_dispatch_symbolic_meta_inplace_linalg_lu_factor_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.2502918Z test_dispatch_symbolic_meta_inplace_linalg_lu_factor_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2503193Z test_dispatch_symbolic_meta_inplace_linalg_lu_factor_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2503472Z test_dispatch_symbolic_meta_inplace_linalg_lu_factor_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2503756Z test_dispatch_symbolic_meta_inplace_linalg_lu_factor_ex_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2504038Z test_dispatch_symbolic_meta_inplace_linalg_lu_factor_ex_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2504313Z test_dispatch_symbolic_meta_inplace_linalg_lu_factor_ex_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2504592Z test_dispatch_symbolic_meta_inplace_linalg_lu_factor_ex_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2504874Z test_dispatch_symbolic_meta_inplace_linalg_lu_solve_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2505154Z test_dispatch_symbolic_meta_inplace_linalg_lu_solve_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2505426Z test_dispatch_symbolic_meta_inplace_linalg_lu_solve_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.2505778Z test_dispatch_symbolic_meta_inplace_linalg_lu_solve_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2506054Z test_dispatch_symbolic_meta_inplace_linalg_matrix_norm_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2506337Z test_dispatch_symbolic_meta_inplace_linalg_matrix_norm_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.2506621Z test_dispatch_symbolic_meta_inplace_linalg_matrix_norm_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2506899Z test_dispatch_symbolic_meta_inplace_linalg_matrix_norm_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2507177Z test_dispatch_symbolic_meta_inplace_linalg_matrix_norm_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2507459Z test_dispatch_symbolic_meta_inplace_linalg_matrix_norm_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.2507745Z test_dispatch_symbolic_meta_inplace_linalg_matrix_power_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2508030Z test_dispatch_symbolic_meta_inplace_linalg_matrix_power_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2508369Z test_dispatch_symbolic_meta_inplace_linalg_matrix_power_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2508664Z test_dispatch_symbolic_meta_inplace_linalg_matrix_power_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.2508949Z test_dispatch_symbolic_meta_inplace_linalg_matrix_rank_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2509236Z test_dispatch_symbolic_meta_inplace_linalg_matrix_rank_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2509512Z test_dispatch_symbolic_meta_inplace_linalg_matrix_rank_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2509791Z test_dispatch_symbolic_meta_inplace_linalg_matrix_rank_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2510091Z test_dispatch_symbolic_meta_inplace_linalg_matrix_rank_hermitian_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2510388Z test_dispatch_symbolic_meta_inplace_linalg_matrix_rank_hermitian_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.2510681Z test_dispatch_symbolic_meta_inplace_linalg_matrix_rank_hermitian_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2510975Z test_dispatch_symbolic_meta_inplace_linalg_matrix_rank_hermitian_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2511250Z test_dispatch_symbolic_meta_inplace_linalg_multi_dot_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2511512Z test_dispatch_symbolic_meta_inplace_linalg_multi_dot_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2511790Z test_dispatch_symbolic_meta_inplace_linalg_multi_dot_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2512067Z test_dispatch_symbolic_meta_inplace_linalg_multi_dot_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.2512424Z test_dispatch_symbolic_meta_inplace_linalg_multi_dot_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2512699Z test_dispatch_symbolic_meta_inplace_linalg_multi_dot_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.2512970Z test_dispatch_symbolic_meta_inplace_linalg_norm_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2513242Z test_dispatch_symbolic_meta_inplace_linalg_norm_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:24:31.2513520Z test_dispatch_symbolic_meta_inplace_linalg_norm_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2513788Z test_dispatch_symbolic_meta_inplace_linalg_norm_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2514061Z test_dispatch_symbolic_meta_inplace_linalg_norm_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2514331Z test_dispatch_symbolic_meta_inplace_linalg_norm_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2514631Z test_dispatch_symbolic_meta_inplace_linalg_norm_subgradients_at_zero_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.011s) 2022-11-23T02:24:31.2515007Z test_dispatch_symbolic_meta_inplace_linalg_norm_subgradients_at_zero_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2515330Z test_dispatch_symbolic_meta_inplace_linalg_norm_subgradients_at_zero_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2515634Z test_dispatch_symbolic_meta_inplace_linalg_norm_subgradients_at_zero_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2515935Z test_dispatch_symbolic_meta_inplace_linalg_norm_subgradients_at_zero_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2516234Z test_dispatch_symbolic_meta_inplace_linalg_norm_subgradients_at_zero_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2516509Z test_dispatch_symbolic_meta_inplace_linalg_pinv_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2516787Z test_dispatch_symbolic_meta_inplace_linalg_pinv_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2517053Z test_dispatch_symbolic_meta_inplace_linalg_pinv_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2517319Z test_dispatch_symbolic_meta_inplace_linalg_pinv_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2517609Z test_dispatch_symbolic_meta_inplace_linalg_pinv_hermitian_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.2517896Z test_dispatch_symbolic_meta_inplace_linalg_pinv_hermitian_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2518181Z test_dispatch_symbolic_meta_inplace_linalg_pinv_hermitian_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2518458Z test_dispatch_symbolic_meta_inplace_linalg_pinv_hermitian_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2518788Z 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.002s) 2022-11-23T02:24:31.2519186Z 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.002s) 2022-11-23T02:24:31.2519505Z 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.002s) 2022-11-23T02:24:31.2519821Z 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:24:31.2520098Z test_dispatch_symbolic_meta_inplace_linalg_qr_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2520372Z test_dispatch_symbolic_meta_inplace_linalg_qr_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2520642Z test_dispatch_symbolic_meta_inplace_linalg_qr_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2520912Z test_dispatch_symbolic_meta_inplace_linalg_qr_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.2521192Z test_dispatch_symbolic_meta_inplace_linalg_slogdet_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2521474Z test_dispatch_symbolic_meta_inplace_linalg_slogdet_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2521815Z test_dispatch_symbolic_meta_inplace_linalg_slogdet_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:24:31.2522107Z test_dispatch_symbolic_meta_inplace_linalg_slogdet_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2522381Z test_dispatch_symbolic_meta_inplace_linalg_solve_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2522655Z test_dispatch_symbolic_meta_inplace_linalg_solve_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2522925Z test_dispatch_symbolic_meta_inplace_linalg_solve_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2523193Z test_dispatch_symbolic_meta_inplace_linalg_solve_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.011s) 2022-11-23T02:24:31.2523474Z test_dispatch_symbolic_meta_inplace_linalg_solve_ex_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2523753Z test_dispatch_symbolic_meta_inplace_linalg_solve_ex_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2524012Z test_dispatch_symbolic_meta_inplace_linalg_solve_ex_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2524285Z test_dispatch_symbolic_meta_inplace_linalg_solve_ex_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2524575Z test_dispatch_symbolic_meta_inplace_linalg_solve_triangular_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2524866Z test_dispatch_symbolic_meta_inplace_linalg_solve_triangular_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2525328Z test_dispatch_symbolic_meta_inplace_linalg_solve_triangular_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2525878Z test_dispatch_symbolic_meta_inplace_linalg_solve_triangular_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2526483Z test_dispatch_symbolic_meta_inplace_linalg_svd_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2526800Z test_dispatch_symbolic_meta_inplace_linalg_svd_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2527069Z test_dispatch_symbolic_meta_inplace_linalg_svd_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2527337Z test_dispatch_symbolic_meta_inplace_linalg_svd_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2527623Z test_dispatch_symbolic_meta_inplace_linalg_svdvals_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2527902Z test_dispatch_symbolic_meta_inplace_linalg_svdvals_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2528178Z test_dispatch_symbolic_meta_inplace_linalg_svdvals_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2528449Z test_dispatch_symbolic_meta_inplace_linalg_svdvals_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2528731Z test_dispatch_symbolic_meta_inplace_linalg_tensorinv_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2529012Z test_dispatch_symbolic_meta_inplace_linalg_tensorinv_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2529370Z test_dispatch_symbolic_meta_inplace_linalg_tensorinv_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2529660Z test_dispatch_symbolic_meta_inplace_linalg_tensorinv_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2529952Z test_dispatch_symbolic_meta_inplace_linalg_tensorsolve_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2530236Z test_dispatch_symbolic_meta_inplace_linalg_tensorsolve_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.2530513Z test_dispatch_symbolic_meta_inplace_linalg_tensorsolve_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2530791Z test_dispatch_symbolic_meta_inplace_linalg_tensorsolve_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2531119Z test_dispatch_symbolic_meta_inplace_linalg_vander_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:24:31.2531399Z test_dispatch_symbolic_meta_inplace_linalg_vander_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2531677Z test_dispatch_symbolic_meta_inplace_linalg_vander_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2531949Z test_dispatch_symbolic_meta_inplace_linalg_vander_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2532219Z test_dispatch_symbolic_meta_inplace_linalg_vander_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2532487Z test_dispatch_symbolic_meta_inplace_linalg_vander_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2532757Z test_dispatch_symbolic_meta_inplace_linalg_vander_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.012s) 2022-11-23T02:24:31.2533026Z test_dispatch_symbolic_meta_inplace_linalg_vander_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2533380Z test_dispatch_symbolic_meta_inplace_linalg_vander_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2533657Z test_dispatch_symbolic_meta_inplace_linalg_vecdot_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2533935Z test_dispatch_symbolic_meta_inplace_linalg_vecdot_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2534211Z test_dispatch_symbolic_meta_inplace_linalg_vecdot_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2534485Z test_dispatch_symbolic_meta_inplace_linalg_vecdot_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2534754Z test_dispatch_symbolic_meta_inplace_linalg_vecdot_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2535021Z test_dispatch_symbolic_meta_inplace_linalg_vecdot_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2535301Z test_dispatch_symbolic_meta_inplace_linalg_vector_norm_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2535586Z test_dispatch_symbolic_meta_inplace_linalg_vector_norm_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2535916Z test_dispatch_symbolic_meta_inplace_linalg_vector_norm_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.2536209Z test_dispatch_symbolic_meta_inplace_linalg_vector_norm_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2536487Z test_dispatch_symbolic_meta_inplace_linalg_vector_norm_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2536769Z test_dispatch_symbolic_meta_inplace_linalg_vector_norm_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2537037Z test_dispatch_symbolic_meta_inplace_linspace_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2537310Z test_dispatch_symbolic_meta_inplace_linspace_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2537582Z test_dispatch_symbolic_meta_inplace_linspace_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2537851Z test_dispatch_symbolic_meta_inplace_linspace_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2538118Z test_dispatch_symbolic_meta_inplace_linspace_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2538385Z test_dispatch_symbolic_meta_inplace_linspace_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2538647Z test_dispatch_symbolic_meta_inplace_linspace_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2538901Z test_dispatch_symbolic_meta_inplace_linspace_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.2539151Z test_dispatch_symbolic_meta_inplace_linspace_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2539412Z test_dispatch_symbolic_meta_inplace_linspace_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2539662Z test_dispatch_symbolic_meta_inplace_linspace_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2539877Z test_dispatch_symbolic_meta_inplace_log10_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.2540218Z test_dispatch_symbolic_meta_inplace_log10_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:24:31.2540440Z test_dispatch_symbolic_meta_inplace_log10_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.2540660Z test_dispatch_symbolic_meta_inplace_log10_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.2540873Z test_dispatch_symbolic_meta_inplace_log10_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.2541089Z test_dispatch_symbolic_meta_inplace_log10_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.2541300Z test_dispatch_symbolic_meta_inplace_log10_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.2541552Z test_dispatch_symbolic_meta_inplace_log10_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.010s) 2022-11-23T02:24:31.2541805Z test_dispatch_symbolic_meta_inplace_log10_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:24:31.2542054Z test_dispatch_symbolic_meta_inplace_log10_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:24:31.2542301Z test_dispatch_symbolic_meta_inplace_log10_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.010s) 2022-11-23T02:24:31.2542543Z test_dispatch_symbolic_meta_inplace_log10_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:24:31.2542826Z test_dispatch_symbolic_meta_inplace_log1p_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.2543092Z test_dispatch_symbolic_meta_inplace_log1p_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.013s) 2022-11-23T02:24:31.2543290Z test_dispatch_symbolic_meta_inplace_log1p_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.2543504Z test_dispatch_symbolic_meta_inplace_log1p_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.2543716Z test_dispatch_symbolic_meta_inplace_log1p_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.2543961Z test_dispatch_symbolic_meta_inplace_log1p_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:24:31.2544209Z test_dispatch_symbolic_meta_inplace_log1p_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T02:24:31.2544454Z test_dispatch_symbolic_meta_inplace_log1p_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T02:24:31.2544700Z test_dispatch_symbolic_meta_inplace_log1p_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T02:24:31.2544941Z test_dispatch_symbolic_meta_inplace_log1p_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:24:31.2545156Z test_dispatch_symbolic_meta_inplace_log2_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.2545404Z test_dispatch_symbolic_meta_inplace_log2_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:31.2545620Z test_dispatch_symbolic_meta_inplace_log2_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.2545833Z test_dispatch_symbolic_meta_inplace_log2_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.2546045Z test_dispatch_symbolic_meta_inplace_log2_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.2546259Z test_dispatch_symbolic_meta_inplace_log2_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.2546471Z test_dispatch_symbolic_meta_inplace_log2_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.2546718Z test_dispatch_symbolic_meta_inplace_log2_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:31.2547050Z test_dispatch_symbolic_meta_inplace_log2_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:31.2547291Z test_dispatch_symbolic_meta_inplace_log2_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:31.2547538Z test_dispatch_symbolic_meta_inplace_log2_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:31.2547789Z test_dispatch_symbolic_meta_inplace_log2_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:31.2548002Z test_dispatch_symbolic_meta_inplace_log_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.2548252Z test_dispatch_symbolic_meta_inplace_log_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:31.2548470Z test_dispatch_symbolic_meta_inplace_log_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.2548685Z test_dispatch_symbolic_meta_inplace_log_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.2548885Z test_dispatch_symbolic_meta_inplace_log_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.2549096Z test_dispatch_symbolic_meta_inplace_log_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.2549305Z test_dispatch_symbolic_meta_inplace_log_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.2549515Z test_dispatch_symbolic_meta_inplace_log_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.2549832Z test_dispatch_symbolic_meta_inplace_log_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:31.2550096Z test_dispatch_symbolic_meta_inplace_log_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:31.2550348Z test_dispatch_symbolic_meta_inplace_log_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:24:31.2550602Z test_dispatch_symbolic_meta_inplace_log_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:31.2550847Z test_dispatch_symbolic_meta_inplace_log_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:24:31.2551119Z test_dispatch_symbolic_meta_inplace_log_softmax_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:24:31.2551393Z test_dispatch_symbolic_meta_inplace_log_softmax_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2551662Z test_dispatch_symbolic_meta_inplace_log_softmax_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2551929Z test_dispatch_symbolic_meta_inplace_log_softmax_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2552219Z 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:24:31.2552500Z test_dispatch_symbolic_meta_inplace_log_softmax_with_dtype_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:24:31.2552791Z 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:24:31.2553084Z 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:24:31.2553374Z 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:24:31.2553656Z 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:24:31.2554012Z test_dispatch_symbolic_meta_inplace_log_softmax_with_dtype_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:24:31.2554282Z test_dispatch_symbolic_meta_inplace_log_softmax_with_dtype_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2554559Z test_dispatch_symbolic_meta_inplace_log_softmax_with_dtype_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2554829Z test_dispatch_symbolic_meta_inplace_log_softmax_with_dtype_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2555095Z test_dispatch_symbolic_meta_inplace_log_softmax_with_dtype_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2555372Z test_dispatch_symbolic_meta_inplace_log_softmax_with_dtype_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2555650Z test_dispatch_symbolic_meta_inplace_log_softmax_with_dtype_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2555921Z test_dispatch_symbolic_meta_inplace_logaddexp2_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2556191Z test_dispatch_symbolic_meta_inplace_logaddexp2_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2556525Z test_dispatch_symbolic_meta_inplace_logaddexp2_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2556812Z test_dispatch_symbolic_meta_inplace_logaddexp_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2557087Z test_dispatch_symbolic_meta_inplace_logaddexp_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2557356Z test_dispatch_symbolic_meta_inplace_logaddexp_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2557637Z test_dispatch_symbolic_meta_inplace_logcumsumexp_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2557898Z test_dispatch_symbolic_meta_inplace_logcumsumexp_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2558173Z test_dispatch_symbolic_meta_inplace_logcumsumexp_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2558440Z test_dispatch_symbolic_meta_inplace_logcumsumexp_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2558710Z test_dispatch_symbolic_meta_inplace_logdet_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2558980Z test_dispatch_symbolic_meta_inplace_logdet_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2559244Z test_dispatch_symbolic_meta_inplace_logdet_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2559500Z test_dispatch_symbolic_meta_inplace_logdet_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2559729Z test_dispatch_symbolic_meta_inplace_logical_and_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.2559948Z test_dispatch_symbolic_meta_inplace_logical_and_cuda_bool (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.2560177Z test_dispatch_symbolic_meta_inplace_logical_and_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.2560489Z test_dispatch_symbolic_meta_inplace_logical_and_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.2560714Z test_dispatch_symbolic_meta_inplace_logical_and_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.2560939Z test_dispatch_symbolic_meta_inplace_logical_and_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.2561161Z test_dispatch_symbolic_meta_inplace_logical_and_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:24:31.2561382Z test_dispatch_symbolic_meta_inplace_logical_and_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.2561600Z test_dispatch_symbolic_meta_inplace_logical_and_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.2561811Z test_dispatch_symbolic_meta_inplace_logical_and_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.2562026Z test_dispatch_symbolic_meta_inplace_logical_and_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.2562242Z test_dispatch_symbolic_meta_inplace_logical_and_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.2562471Z test_dispatch_symbolic_meta_inplace_logical_not_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.2562690Z test_dispatch_symbolic_meta_inplace_logical_not_cuda_bool (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.2562919Z test_dispatch_symbolic_meta_inplace_logical_not_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.2563214Z test_dispatch_symbolic_meta_inplace_logical_not_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.2563452Z test_dispatch_symbolic_meta_inplace_logical_not_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.2563659Z test_dispatch_symbolic_meta_inplace_logical_not_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.2563881Z test_dispatch_symbolic_meta_inplace_logical_not_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.2564105Z test_dispatch_symbolic_meta_inplace_logical_not_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.2564317Z test_dispatch_symbolic_meta_inplace_logical_not_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.2564525Z test_dispatch_symbolic_meta_inplace_logical_not_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.2564739Z test_dispatch_symbolic_meta_inplace_logical_not_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.2564953Z test_dispatch_symbolic_meta_inplace_logical_not_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.2565173Z test_dispatch_symbolic_meta_inplace_logical_or_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:24:31.2565394Z test_dispatch_symbolic_meta_inplace_logical_or_cuda_bool (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:24:31.2565622Z test_dispatch_symbolic_meta_inplace_logical_or_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.2565849Z test_dispatch_symbolic_meta_inplace_logical_or_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:24:31.2566070Z test_dispatch_symbolic_meta_inplace_logical_or_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.2566284Z test_dispatch_symbolic_meta_inplace_logical_or_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.2566493Z test_dispatch_symbolic_meta_inplace_logical_or_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.2566712Z test_dispatch_symbolic_meta_inplace_logical_or_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:31.2566920Z test_dispatch_symbolic_meta_inplace_logical_or_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.2567125Z test_dispatch_symbolic_meta_inplace_logical_or_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.2567426Z test_dispatch_symbolic_meta_inplace_logical_or_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.2567635Z test_dispatch_symbolic_meta_inplace_logical_or_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.2567859Z test_dispatch_symbolic_meta_inplace_logical_xor_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.2568075Z test_dispatch_symbolic_meta_inplace_logical_xor_cuda_bool (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.2568304Z test_dispatch_symbolic_meta_inplace_logical_xor_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.2568520Z test_dispatch_symbolic_meta_inplace_logical_xor_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:31.2568744Z test_dispatch_symbolic_meta_inplace_logical_xor_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.2568962Z test_dispatch_symbolic_meta_inplace_logical_xor_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.2569186Z test_dispatch_symbolic_meta_inplace_logical_xor_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.2569413Z test_dispatch_symbolic_meta_inplace_logical_xor_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.2569633Z test_dispatch_symbolic_meta_inplace_logical_xor_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.2569840Z test_dispatch_symbolic_meta_inplace_logical_xor_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.2570054Z test_dispatch_symbolic_meta_inplace_logical_xor_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.2570332Z test_dispatch_symbolic_meta_inplace_logical_xor_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.2570560Z test_dispatch_symbolic_meta_inplace_logit_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.2570815Z test_dispatch_symbolic_meta_inplace_logit_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:31.2571034Z test_dispatch_symbolic_meta_inplace_logit_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.2571245Z test_dispatch_symbolic_meta_inplace_logit_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.2571458Z test_dispatch_symbolic_meta_inplace_logit_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.2571712Z test_dispatch_symbolic_meta_inplace_logit_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:24:31.2571969Z test_dispatch_symbolic_meta_inplace_logit_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T02:24:31.2572213Z test_dispatch_symbolic_meta_inplace_logit_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:24:31.2572463Z test_dispatch_symbolic_meta_inplace_logit_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:24:31.2572710Z test_dispatch_symbolic_meta_inplace_logit_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:24:31.2572982Z test_dispatch_symbolic_meta_inplace_logspace_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2573260Z test_dispatch_symbolic_meta_inplace_logspace_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.2573540Z test_dispatch_symbolic_meta_inplace_logspace_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2573811Z test_dispatch_symbolic_meta_inplace_logspace_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2574077Z test_dispatch_symbolic_meta_inplace_logspace_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:24:31.2574921Z test_dispatch_symbolic_meta_inplace_logspace_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2575172Z test_dispatch_symbolic_meta_inplace_logspace_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2575428Z test_dispatch_symbolic_meta_inplace_logspace_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2575678Z test_dispatch_symbolic_meta_inplace_logspace_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2575945Z test_dispatch_symbolic_meta_inplace_logspace_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2576198Z test_dispatch_symbolic_meta_inplace_logspace_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2576467Z test_dispatch_symbolic_meta_inplace_logsumexp_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2576737Z test_dispatch_symbolic_meta_inplace_logsumexp_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2577007Z test_dispatch_symbolic_meta_inplace_logsumexp_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2577277Z test_dispatch_symbolic_meta_inplace_logsumexp_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2577634Z test_dispatch_symbolic_meta_inplace_logsumexp_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2577917Z test_dispatch_symbolic_meta_inplace_logsumexp_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2578177Z test_dispatch_symbolic_meta_inplace_logsumexp_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2578434Z test_dispatch_symbolic_meta_inplace_logsumexp_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2578693Z test_dispatch_symbolic_meta_inplace_logsumexp_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2578947Z test_dispatch_symbolic_meta_inplace_logsumexp_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2579212Z test_dispatch_symbolic_meta_inplace_long_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2579469Z test_dispatch_symbolic_meta_inplace_long_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2579738Z test_dispatch_symbolic_meta_inplace_long_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2580005Z test_dispatch_symbolic_meta_inplace_long_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2580265Z test_dispatch_symbolic_meta_inplace_long_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.2580523Z test_dispatch_symbolic_meta_inplace_long_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2580776Z test_dispatch_symbolic_meta_inplace_long_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2581026Z test_dispatch_symbolic_meta_inplace_long_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2581286Z test_dispatch_symbolic_meta_inplace_long_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2581630Z test_dispatch_symbolic_meta_inplace_long_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2581892Z test_dispatch_symbolic_meta_inplace_long_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2582150Z test_dispatch_symbolic_meta_inplace_long_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2582410Z test_dispatch_symbolic_meta_inplace_long_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:24:31.2582625Z test_dispatch_symbolic_meta_inplace_lt_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.2582833Z test_dispatch_symbolic_meta_inplace_lt_cuda_bool (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:31.2583041Z test_dispatch_symbolic_meta_inplace_lt_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:24:31.2583237Z test_dispatch_symbolic_meta_inplace_lt_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.2583439Z test_dispatch_symbolic_meta_inplace_lt_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.2583643Z test_dispatch_symbolic_meta_inplace_lt_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:24:31.2583847Z test_dispatch_symbolic_meta_inplace_lt_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.2584046Z test_dispatch_symbolic_meta_inplace_lt_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.2584320Z test_dispatch_symbolic_meta_inplace_lt_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.2584534Z test_dispatch_symbolic_meta_inplace_lt_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.2584802Z test_dispatch_symbolic_meta_inplace_lu_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2585070Z test_dispatch_symbolic_meta_inplace_lu_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2585328Z test_dispatch_symbolic_meta_inplace_lu_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2585586Z test_dispatch_symbolic_meta_inplace_lu_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2585858Z test_dispatch_symbolic_meta_inplace_lu_solve_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2586129Z test_dispatch_symbolic_meta_inplace_lu_solve_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2586397Z test_dispatch_symbolic_meta_inplace_lu_solve_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2586661Z test_dispatch_symbolic_meta_inplace_lu_solve_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2586937Z test_dispatch_symbolic_meta_inplace_lu_unpack_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2587210Z test_dispatch_symbolic_meta_inplace_lu_unpack_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2587478Z test_dispatch_symbolic_meta_inplace_lu_unpack_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2587748Z test_dispatch_symbolic_meta_inplace_lu_unpack_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2588008Z test_dispatch_symbolic_meta_inplace_mH_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2588261Z test_dispatch_symbolic_meta_inplace_mH_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2588608Z test_dispatch_symbolic_meta_inplace_mH_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2588870Z test_dispatch_symbolic_meta_inplace_mH_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2589120Z test_dispatch_symbolic_meta_inplace_mH_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2589378Z test_dispatch_symbolic_meta_inplace_mH_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2589635Z test_dispatch_symbolic_meta_inplace_mH_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2589890Z test_dispatch_symbolic_meta_inplace_mH_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2590131Z test_dispatch_symbolic_meta_inplace_mH_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2590383Z test_dispatch_symbolic_meta_inplace_mH_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2590633Z test_dispatch_symbolic_meta_inplace_mH_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2590885Z test_dispatch_symbolic_meta_inplace_mH_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2591199Z test_dispatch_symbolic_meta_inplace_mH_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2591473Z test_dispatch_symbolic_meta_inplace_mT_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.2591721Z test_dispatch_symbolic_meta_inplace_mT_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2591987Z test_dispatch_symbolic_meta_inplace_mT_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2592249Z test_dispatch_symbolic_meta_inplace_mT_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2592502Z test_dispatch_symbolic_meta_inplace_mT_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:24:31.2592763Z test_dispatch_symbolic_meta_inplace_mT_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2593017Z test_dispatch_symbolic_meta_inplace_mT_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2593271Z test_dispatch_symbolic_meta_inplace_mT_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2593527Z test_dispatch_symbolic_meta_inplace_mT_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2593776Z test_dispatch_symbolic_meta_inplace_mT_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2594023Z test_dispatch_symbolic_meta_inplace_mT_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2594271Z test_dispatch_symbolic_meta_inplace_mT_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2594523Z test_dispatch_symbolic_meta_inplace_mT_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:24:31.2594797Z test_dispatch_symbolic_meta_inplace_masked_amax_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2595067Z test_dispatch_symbolic_meta_inplace_masked_amax_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2595422Z test_dispatch_symbolic_meta_inplace_masked_amax_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2595692Z test_dispatch_symbolic_meta_inplace_masked_amax_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2595959Z test_dispatch_symbolic_meta_inplace_masked_amax_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2596230Z test_dispatch_symbolic_meta_inplace_masked_amax_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2596494Z test_dispatch_symbolic_meta_inplace_masked_amax_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2596759Z test_dispatch_symbolic_meta_inplace_masked_amax_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2597027Z test_dispatch_symbolic_meta_inplace_masked_amax_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2597297Z test_dispatch_symbolic_meta_inplace_masked_amin_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2597563Z test_dispatch_symbolic_meta_inplace_masked_amin_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2597898Z test_dispatch_symbolic_meta_inplace_masked_amin_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2598180Z test_dispatch_symbolic_meta_inplace_masked_amin_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2598441Z test_dispatch_symbolic_meta_inplace_masked_amin_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2598711Z test_dispatch_symbolic_meta_inplace_masked_amin_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2598955Z test_dispatch_symbolic_meta_inplace_masked_amin_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2599219Z test_dispatch_symbolic_meta_inplace_masked_amin_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2599483Z test_dispatch_symbolic_meta_inplace_masked_amin_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2599762Z test_dispatch_symbolic_meta_inplace_masked_argmax_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2600037Z test_dispatch_symbolic_meta_inplace_masked_argmax_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2600310Z test_dispatch_symbolic_meta_inplace_masked_argmax_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2600577Z test_dispatch_symbolic_meta_inplace_masked_argmax_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2600843Z test_dispatch_symbolic_meta_inplace_masked_argmax_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2601115Z test_dispatch_symbolic_meta_inplace_masked_argmax_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2601380Z test_dispatch_symbolic_meta_inplace_masked_argmax_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2601650Z test_dispatch_symbolic_meta_inplace_masked_argmax_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2601999Z test_dispatch_symbolic_meta_inplace_masked_argmax_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2602276Z test_dispatch_symbolic_meta_inplace_masked_argmin_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.2602550Z test_dispatch_symbolic_meta_inplace_masked_argmin_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2602820Z test_dispatch_symbolic_meta_inplace_masked_argmin_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2603087Z test_dispatch_symbolic_meta_inplace_masked_argmin_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2603353Z test_dispatch_symbolic_meta_inplace_masked_argmin_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2603621Z test_dispatch_symbolic_meta_inplace_masked_argmin_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2603887Z test_dispatch_symbolic_meta_inplace_masked_argmin_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2604156Z test_dispatch_symbolic_meta_inplace_masked_argmin_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2604420Z test_dispatch_symbolic_meta_inplace_masked_argmin_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.2604763Z test_dispatch_symbolic_meta_inplace_masked_cumprod_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2605058Z test_dispatch_symbolic_meta_inplace_masked_cumprod_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.2605344Z test_dispatch_symbolic_meta_inplace_masked_cumprod_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2605620Z test_dispatch_symbolic_meta_inplace_masked_cumprod_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.2605894Z test_dispatch_symbolic_meta_inplace_masked_cumprod_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2606163Z test_dispatch_symbolic_meta_inplace_masked_cumprod_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2606434Z test_dispatch_symbolic_meta_inplace_masked_cumprod_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:24:31.2606704Z test_dispatch_symbolic_meta_inplace_masked_cumprod_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2606966Z test_dispatch_symbolic_meta_inplace_masked_cumprod_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2607235Z test_dispatch_symbolic_meta_inplace_masked_cumprod_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2607507Z test_dispatch_symbolic_meta_inplace_masked_cumprod_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:24:31.2607782Z test_dispatch_symbolic_meta_inplace_masked_cumsum_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2608061Z test_dispatch_symbolic_meta_inplace_masked_cumsum_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2608338Z test_dispatch_symbolic_meta_inplace_masked_cumsum_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2608695Z test_dispatch_symbolic_meta_inplace_masked_cumsum_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2608948Z test_dispatch_symbolic_meta_inplace_masked_cumsum_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2609210Z test_dispatch_symbolic_meta_inplace_masked_cumsum_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2609474Z test_dispatch_symbolic_meta_inplace_masked_cumsum_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2609741Z test_dispatch_symbolic_meta_inplace_masked_cumsum_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2610006Z test_dispatch_symbolic_meta_inplace_masked_cumsum_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2610277Z test_dispatch_symbolic_meta_inplace_masked_cumsum_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2610542Z test_dispatch_symbolic_meta_inplace_masked_cumsum_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.2610769Z test_dispatch_symbolic_meta_inplace_masked_fill_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.2610991Z test_dispatch_symbolic_meta_inplace_masked_fill_cuda_bool (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.2611739Z test_dispatch_symbolic_meta_inplace_masked_fill_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:24:31.2612030Z test_dispatch_symbolic_meta_inplace_masked_fill_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.2612260Z test_dispatch_symbolic_meta_inplace_masked_fill_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.2612489Z test_dispatch_symbolic_meta_inplace_masked_fill_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.2612710Z test_dispatch_symbolic_meta_inplace_masked_fill_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:24:31.2612933Z test_dispatch_symbolic_meta_inplace_masked_fill_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.2613151Z test_dispatch_symbolic_meta_inplace_masked_fill_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.2613364Z test_dispatch_symbolic_meta_inplace_masked_fill_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.2613589Z test_dispatch_symbolic_meta_inplace_masked_fill_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:24:31.2613806Z test_dispatch_symbolic_meta_inplace_masked_fill_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.2614023Z test_dispatch_symbolic_meta_inplace_masked_fill_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.2614309Z test_dispatch_symbolic_meta_inplace_masked_log_softmax_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2614592Z test_dispatch_symbolic_meta_inplace_masked_log_softmax_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2614870Z test_dispatch_symbolic_meta_inplace_masked_log_softmax_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.2615151Z test_dispatch_symbolic_meta_inplace_masked_log_softmax_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2615434Z test_dispatch_symbolic_meta_inplace_masked_logaddexp_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2615713Z test_dispatch_symbolic_meta_inplace_masked_logaddexp_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2616101Z test_dispatch_symbolic_meta_inplace_masked_logaddexp_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2616383Z test_dispatch_symbolic_meta_inplace_masked_logsumexp_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:24:31.2616661Z test_dispatch_symbolic_meta_inplace_masked_logsumexp_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2616921Z test_dispatch_symbolic_meta_inplace_masked_logsumexp_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2617193Z test_dispatch_symbolic_meta_inplace_masked_logsumexp_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2617469Z test_dispatch_symbolic_meta_inplace_masked_logsumexp_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2617744Z test_dispatch_symbolic_meta_inplace_masked_logsumexp_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:24:31.2618011Z test_dispatch_symbolic_meta_inplace_masked_logsumexp_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2618283Z test_dispatch_symbolic_meta_inplace_masked_logsumexp_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2618615Z test_dispatch_symbolic_meta_inplace_masked_logsumexp_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2618902Z test_dispatch_symbolic_meta_inplace_masked_mean_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2619168Z test_dispatch_symbolic_meta_inplace_masked_mean_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:24:31.2619447Z test_dispatch_symbolic_meta_inplace_masked_mean_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2619721Z test_dispatch_symbolic_meta_inplace_masked_mean_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2619988Z test_dispatch_symbolic_meta_inplace_masked_mean_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2620260Z test_dispatch_symbolic_meta_inplace_masked_mean_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2620528Z test_dispatch_symbolic_meta_inplace_masked_mean_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2620795Z test_dispatch_symbolic_meta_inplace_masked_mean_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2621064Z test_dispatch_symbolic_meta_inplace_masked_mean_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2621326Z test_dispatch_symbolic_meta_inplace_masked_mean_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2621592Z test_dispatch_symbolic_meta_inplace_masked_mean_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2621854Z test_dispatch_symbolic_meta_inplace_masked_mean_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2622130Z test_dispatch_symbolic_meta_inplace_masked_median_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2622401Z test_dispatch_symbolic_meta_inplace_masked_median_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2622752Z test_dispatch_symbolic_meta_inplace_masked_median_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2623024Z test_dispatch_symbolic_meta_inplace_masked_norm_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2623290Z test_dispatch_symbolic_meta_inplace_masked_norm_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2623558Z test_dispatch_symbolic_meta_inplace_masked_norm_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2623828Z test_dispatch_symbolic_meta_inplace_masked_norm_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2624109Z test_dispatch_symbolic_meta_inplace_masked_normalize_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2624393Z test_dispatch_symbolic_meta_inplace_masked_normalize_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2624678Z test_dispatch_symbolic_meta_inplace_masked_normalize_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2624956Z test_dispatch_symbolic_meta_inplace_masked_normalize_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2625232Z test_dispatch_symbolic_meta_inplace_masked_normalize_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2625576Z test_dispatch_symbolic_meta_inplace_masked_normalize_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2625861Z test_dispatch_symbolic_meta_inplace_masked_prod_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.2626131Z test_dispatch_symbolic_meta_inplace_masked_prod_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2626406Z test_dispatch_symbolic_meta_inplace_masked_prod_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2626883Z test_dispatch_symbolic_meta_inplace_masked_prod_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:24:31.2627153Z test_dispatch_symbolic_meta_inplace_masked_prod_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2627607Z test_dispatch_symbolic_meta_inplace_masked_prod_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2627983Z test_dispatch_symbolic_meta_inplace_masked_prod_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2628301Z test_dispatch_symbolic_meta_inplace_masked_prod_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2628569Z test_dispatch_symbolic_meta_inplace_masked_prod_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2628837Z test_dispatch_symbolic_meta_inplace_masked_prod_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2629262Z test_dispatch_symbolic_meta_inplace_masked_prod_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2629755Z test_dispatch_symbolic_meta_inplace_masked_prod_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2630190Z test_dispatch_symbolic_meta_inplace_masked_scatter_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.2630597Z test_dispatch_symbolic_meta_inplace_masked_scatter_cuda_bool (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.2631197Z test_dispatch_symbolic_meta_inplace_masked_scatter_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.2631631Z test_dispatch_symbolic_meta_inplace_masked_scatter_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.2632042Z test_dispatch_symbolic_meta_inplace_masked_scatter_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.2632468Z test_dispatch_symbolic_meta_inplace_masked_scatter_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.2632901Z test_dispatch_symbolic_meta_inplace_masked_scatter_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.2633331Z test_dispatch_symbolic_meta_inplace_masked_scatter_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.2633742Z test_dispatch_symbolic_meta_inplace_masked_scatter_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.2634167Z test_dispatch_symbolic_meta_inplace_masked_scatter_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.2644453Z test_dispatch_symbolic_meta_inplace_masked_scatter_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.2644997Z test_dispatch_symbolic_meta_inplace_masked_scatter_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.2645541Z test_dispatch_symbolic_meta_inplace_masked_select_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2646279Z test_dispatch_symbolic_meta_inplace_masked_select_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2646854Z test_dispatch_symbolic_meta_inplace_masked_select_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2647401Z test_dispatch_symbolic_meta_inplace_masked_select_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2647956Z test_dispatch_symbolic_meta_inplace_masked_select_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2648489Z test_dispatch_symbolic_meta_inplace_masked_select_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2649022Z test_dispatch_symbolic_meta_inplace_masked_select_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2649548Z test_dispatch_symbolic_meta_inplace_masked_select_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.004s) 2022-11-23T02:24:31.2650088Z test_dispatch_symbolic_meta_inplace_masked_select_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2650591Z test_dispatch_symbolic_meta_inplace_masked_select_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2651141Z test_dispatch_symbolic_meta_inplace_masked_select_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2651663Z test_dispatch_symbolic_meta_inplace_masked_select_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2652205Z test_dispatch_symbolic_meta_inplace_masked_softmax_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2652760Z test_dispatch_symbolic_meta_inplace_masked_softmax_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2653297Z test_dispatch_symbolic_meta_inplace_masked_softmax_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.2653840Z test_dispatch_symbolic_meta_inplace_masked_softmax_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2654516Z test_dispatch_symbolic_meta_inplace_masked_softmin_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2655050Z test_dispatch_symbolic_meta_inplace_masked_softmin_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:24:31.2655577Z test_dispatch_symbolic_meta_inplace_masked_softmin_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2656111Z test_dispatch_symbolic_meta_inplace_masked_softmin_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2656648Z test_dispatch_symbolic_meta_inplace_masked_std_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2657182Z test_dispatch_symbolic_meta_inplace_masked_std_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2657718Z test_dispatch_symbolic_meta_inplace_masked_std_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2658234Z test_dispatch_symbolic_meta_inplace_masked_std_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2658744Z test_dispatch_symbolic_meta_inplace_masked_std_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2659354Z test_dispatch_symbolic_meta_inplace_masked_std_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2659872Z test_dispatch_symbolic_meta_inplace_masked_std_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2660382Z test_dispatch_symbolic_meta_inplace_masked_std_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2660904Z test_dispatch_symbolic_meta_inplace_masked_std_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2661419Z test_dispatch_symbolic_meta_inplace_masked_std_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2661938Z test_dispatch_symbolic_meta_inplace_masked_std_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2662461Z test_dispatch_symbolic_meta_inplace_masked_sum_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2662974Z test_dispatch_symbolic_meta_inplace_masked_sum_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2663505Z test_dispatch_symbolic_meta_inplace_masked_sum_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2664052Z test_dispatch_symbolic_meta_inplace_masked_sum_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2664559Z test_dispatch_symbolic_meta_inplace_masked_sum_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2665070Z test_dispatch_symbolic_meta_inplace_masked_sum_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2665589Z test_dispatch_symbolic_meta_inplace_masked_sum_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2666105Z test_dispatch_symbolic_meta_inplace_masked_sum_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2666610Z test_dispatch_symbolic_meta_inplace_masked_sum_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.2667135Z test_dispatch_symbolic_meta_inplace_masked_sum_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2667776Z test_dispatch_symbolic_meta_inplace_masked_sum_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2668295Z test_dispatch_symbolic_meta_inplace_masked_sum_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2668833Z test_dispatch_symbolic_meta_inplace_masked_var_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2669361Z test_dispatch_symbolic_meta_inplace_masked_var_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2669892Z test_dispatch_symbolic_meta_inplace_masked_var_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2670409Z test_dispatch_symbolic_meta_inplace_masked_var_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2670940Z test_dispatch_symbolic_meta_inplace_masked_var_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.012s) 2022-11-23T02:24:31.2671459Z test_dispatch_symbolic_meta_inplace_masked_var_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2671986Z test_dispatch_symbolic_meta_inplace_masked_var_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2672632Z test_dispatch_symbolic_meta_inplace_masked_var_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2673168Z test_dispatch_symbolic_meta_inplace_masked_var_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2673681Z test_dispatch_symbolic_meta_inplace_masked_var_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2674200Z test_dispatch_symbolic_meta_inplace_masked_var_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2674691Z test_dispatch_symbolic_meta_inplace_matmul_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2675198Z test_dispatch_symbolic_meta_inplace_matmul_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2675699Z test_dispatch_symbolic_meta_inplace_matmul_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2676226Z test_dispatch_symbolic_meta_inplace_matmul_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2676746Z test_dispatch_symbolic_meta_inplace_matmul_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2677265Z test_dispatch_symbolic_meta_inplace_matmul_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2677796Z test_dispatch_symbolic_meta_inplace_matrix_exp_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2678327Z test_dispatch_symbolic_meta_inplace_matrix_exp_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2678870Z test_dispatch_symbolic_meta_inplace_matrix_exp_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2679399Z test_dispatch_symbolic_meta_inplace_matrix_exp_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2679924Z test_dispatch_symbolic_meta_inplace_matrix_exp_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2680590Z test_dispatch_symbolic_meta_inplace_matrix_exp_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2681109Z test_dispatch_symbolic_meta_inplace_max_binary_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2681631Z test_dispatch_symbolic_meta_inplace_max_binary_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2682157Z test_dispatch_symbolic_meta_inplace_max_binary_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.2682689Z test_dispatch_symbolic_meta_inplace_max_binary_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2683205Z test_dispatch_symbolic_meta_inplace_max_binary_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2683720Z test_dispatch_symbolic_meta_inplace_max_binary_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:24:31.2684228Z test_dispatch_symbolic_meta_inplace_max_binary_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2684745Z test_dispatch_symbolic_meta_inplace_max_binary_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2685258Z test_dispatch_symbolic_meta_inplace_max_binary_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2685876Z test_dispatch_symbolic_meta_inplace_max_binary_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2686494Z test_dispatch_symbolic_meta_inplace_max_pool2d_with_indices_backward_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.011s) 2022-11-23T02:24:31.2687070Z test_dispatch_symbolic_meta_inplace_max_pool2d_with_indices_backward_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2687652Z 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:24:31.2688244Z 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:24:31.2688806Z test_dispatch_symbolic_meta_inplace_max_reduction_no_dim_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2689335Z 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:24:31.2689886Z test_dispatch_symbolic_meta_inplace_max_reduction_no_dim_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2690424Z 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:24:31.2690943Z 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:24:31.2691462Z test_dispatch_symbolic_meta_inplace_max_reduction_no_dim_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2692012Z test_dispatch_symbolic_meta_inplace_max_reduction_no_dim_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2692567Z test_dispatch_symbolic_meta_inplace_max_reduction_no_dim_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2693119Z 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:24:31.2693795Z test_dispatch_symbolic_meta_inplace_max_reduction_no_dim_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2694353Z test_dispatch_symbolic_meta_inplace_max_reduction_with_dim_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2694914Z test_dispatch_symbolic_meta_inplace_max_reduction_with_dim_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2695478Z test_dispatch_symbolic_meta_inplace_max_reduction_with_dim_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2696025Z test_dispatch_symbolic_meta_inplace_max_reduction_with_dim_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2696572Z test_dispatch_symbolic_meta_inplace_max_reduction_with_dim_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2697129Z test_dispatch_symbolic_meta_inplace_max_reduction_with_dim_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2697666Z test_dispatch_symbolic_meta_inplace_max_reduction_with_dim_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2698202Z test_dispatch_symbolic_meta_inplace_max_reduction_with_dim_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2698847Z test_dispatch_symbolic_meta_inplace_max_reduction_with_dim_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2699407Z test_dispatch_symbolic_meta_inplace_max_reduction_with_dim_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2699924Z test_dispatch_symbolic_meta_inplace_maximum_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2700421Z test_dispatch_symbolic_meta_inplace_maximum_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2700939Z test_dispatch_symbolic_meta_inplace_maximum_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2701455Z test_dispatch_symbolic_meta_inplace_maximum_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2701972Z test_dispatch_symbolic_meta_inplace_maximum_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2702487Z test_dispatch_symbolic_meta_inplace_maximum_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2702997Z test_dispatch_symbolic_meta_inplace_maximum_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2703516Z test_dispatch_symbolic_meta_inplace_maximum_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.2704014Z test_dispatch_symbolic_meta_inplace_maximum_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2704504Z test_dispatch_symbolic_meta_inplace_maximum_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2705014Z test_dispatch_symbolic_meta_inplace_mean_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2705521Z test_dispatch_symbolic_meta_inplace_mean_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:24:31.2706038Z test_dispatch_symbolic_meta_inplace_mean_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2706668Z test_dispatch_symbolic_meta_inplace_mean_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2707145Z test_dispatch_symbolic_meta_inplace_mean_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2707633Z test_dispatch_symbolic_meta_inplace_mean_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2708157Z test_dispatch_symbolic_meta_inplace_median_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2708645Z test_dispatch_symbolic_meta_inplace_median_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2709146Z test_dispatch_symbolic_meta_inplace_median_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2709652Z test_dispatch_symbolic_meta_inplace_median_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:24:31.2710146Z test_dispatch_symbolic_meta_inplace_median_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2710642Z test_dispatch_symbolic_meta_inplace_median_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2711132Z test_dispatch_symbolic_meta_inplace_median_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2711768Z test_dispatch_symbolic_meta_inplace_median_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2712349Z test_dispatch_symbolic_meta_inplace_meshgrid_list_of_tensors_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2712915Z test_dispatch_symbolic_meta_inplace_meshgrid_list_of_tensors_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2713482Z test_dispatch_symbolic_meta_inplace_meshgrid_list_of_tensors_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2714067Z test_dispatch_symbolic_meta_inplace_meshgrid_list_of_tensors_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2714627Z test_dispatch_symbolic_meta_inplace_meshgrid_list_of_tensors_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2715193Z test_dispatch_symbolic_meta_inplace_meshgrid_list_of_tensors_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2715757Z test_dispatch_symbolic_meta_inplace_meshgrid_list_of_tensors_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2716321Z test_dispatch_symbolic_meta_inplace_meshgrid_list_of_tensors_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2716865Z test_dispatch_symbolic_meta_inplace_meshgrid_list_of_tensors_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2717406Z test_dispatch_symbolic_meta_inplace_meshgrid_list_of_tensors_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2717965Z test_dispatch_symbolic_meta_inplace_meshgrid_list_of_tensors_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2718505Z test_dispatch_symbolic_meta_inplace_meshgrid_list_of_tensors_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2719071Z test_dispatch_symbolic_meta_inplace_meshgrid_variadic_tensors_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2719769Z test_dispatch_symbolic_meta_inplace_meshgrid_variadic_tensors_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2720357Z test_dispatch_symbolic_meta_inplace_meshgrid_variadic_tensors_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2720939Z test_dispatch_symbolic_meta_inplace_meshgrid_variadic_tensors_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2721521Z test_dispatch_symbolic_meta_inplace_meshgrid_variadic_tensors_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2722083Z test_dispatch_symbolic_meta_inplace_meshgrid_variadic_tensors_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2722642Z test_dispatch_symbolic_meta_inplace_meshgrid_variadic_tensors_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2723186Z test_dispatch_symbolic_meta_inplace_meshgrid_variadic_tensors_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2723722Z test_dispatch_symbolic_meta_inplace_meshgrid_variadic_tensors_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2724280Z test_dispatch_symbolic_meta_inplace_meshgrid_variadic_tensors_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.2724951Z test_dispatch_symbolic_meta_inplace_meshgrid_variadic_tensors_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2725530Z test_dispatch_symbolic_meta_inplace_meshgrid_variadic_tensors_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2726056Z test_dispatch_symbolic_meta_inplace_min_binary_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:24:31.2726567Z test_dispatch_symbolic_meta_inplace_min_binary_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2727148Z test_dispatch_symbolic_meta_inplace_min_binary_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2727668Z test_dispatch_symbolic_meta_inplace_min_binary_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2728195Z test_dispatch_symbolic_meta_inplace_min_binary_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2728795Z test_dispatch_symbolic_meta_inplace_min_binary_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2729394Z test_dispatch_symbolic_meta_inplace_min_binary_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.012s) 2022-11-23T02:24:31.2729984Z test_dispatch_symbolic_meta_inplace_min_binary_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2730503Z test_dispatch_symbolic_meta_inplace_min_binary_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2731009Z test_dispatch_symbolic_meta_inplace_min_binary_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2731575Z test_dispatch_symbolic_meta_inplace_min_reduction_no_dim_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2732125Z test_dispatch_symbolic_meta_inplace_min_reduction_no_dim_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2732813Z test_dispatch_symbolic_meta_inplace_min_reduction_no_dim_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2733356Z test_dispatch_symbolic_meta_inplace_min_reduction_no_dim_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2733904Z test_dispatch_symbolic_meta_inplace_min_reduction_no_dim_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2734453Z test_dispatch_symbolic_meta_inplace_min_reduction_no_dim_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2735002Z test_dispatch_symbolic_meta_inplace_min_reduction_no_dim_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2735548Z test_dispatch_symbolic_meta_inplace_min_reduction_no_dim_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2736107Z test_dispatch_symbolic_meta_inplace_min_reduction_no_dim_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2736656Z test_dispatch_symbolic_meta_inplace_min_reduction_no_dim_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2737214Z test_dispatch_symbolic_meta_inplace_min_reduction_with_dim_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.004s) 2022-11-23T02:24:31.2737866Z test_dispatch_symbolic_meta_inplace_min_reduction_with_dim_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2738432Z test_dispatch_symbolic_meta_inplace_min_reduction_with_dim_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2738963Z test_dispatch_symbolic_meta_inplace_min_reduction_with_dim_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.004s) 2022-11-23T02:24:31.2739487Z test_dispatch_symbolic_meta_inplace_min_reduction_with_dim_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2740025Z 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:24:31.2740575Z test_dispatch_symbolic_meta_inplace_min_reduction_with_dim_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2741109Z 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:24:31.2741654Z test_dispatch_symbolic_meta_inplace_min_reduction_with_dim_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:24:31.2742209Z 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:24:31.2742737Z test_dispatch_symbolic_meta_inplace_minimum_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2743249Z test_dispatch_symbolic_meta_inplace_minimum_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2743758Z test_dispatch_symbolic_meta_inplace_minimum_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2744262Z test_dispatch_symbolic_meta_inplace_minimum_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.011s) 2022-11-23T02:24:31.2744775Z test_dispatch_symbolic_meta_inplace_minimum_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2745288Z test_dispatch_symbolic_meta_inplace_minimum_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2746692Z test_dispatch_symbolic_meta_inplace_minimum_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2747201Z test_dispatch_symbolic_meta_inplace_minimum_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2747717Z test_dispatch_symbolic_meta_inplace_minimum_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2748238Z test_dispatch_symbolic_meta_inplace_minimum_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2748743Z test_dispatch_symbolic_meta_inplace_mm_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2749253Z test_dispatch_symbolic_meta_inplace_mm_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2749783Z test_dispatch_symbolic_meta_inplace_mm_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2750290Z test_dispatch_symbolic_meta_inplace_mm_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2750808Z test_dispatch_symbolic_meta_inplace_mm_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2751319Z test_dispatch_symbolic_meta_inplace_mm_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2751941Z test_dispatch_symbolic_meta_inplace_mode_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2752481Z test_dispatch_symbolic_meta_inplace_mode_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2753001Z test_dispatch_symbolic_meta_inplace_mode_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2753510Z test_dispatch_symbolic_meta_inplace_mode_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2754008Z test_dispatch_symbolic_meta_inplace_mode_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2754496Z test_dispatch_symbolic_meta_inplace_mode_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2754992Z test_dispatch_symbolic_meta_inplace_mode_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2755473Z test_dispatch_symbolic_meta_inplace_mode_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2755976Z test_dispatch_symbolic_meta_inplace_mode_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2756483Z test_dispatch_symbolic_meta_inplace_mode_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2757016Z test_dispatch_symbolic_meta_inplace_movedim_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2757530Z test_dispatch_symbolic_meta_inplace_movedim_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.2758058Z test_dispatch_symbolic_meta_inplace_movedim_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2758578Z test_dispatch_symbolic_meta_inplace_movedim_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2759100Z test_dispatch_symbolic_meta_inplace_movedim_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:24:31.2759756Z test_dispatch_symbolic_meta_inplace_movedim_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2760259Z test_dispatch_symbolic_meta_inplace_movedim_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2760765Z test_dispatch_symbolic_meta_inplace_movedim_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2761279Z test_dispatch_symbolic_meta_inplace_movedim_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2761799Z test_dispatch_symbolic_meta_inplace_movedim_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:24:31.2762306Z test_dispatch_symbolic_meta_inplace_movedim_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2762835Z test_dispatch_symbolic_meta_inplace_movedim_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2763351Z test_dispatch_symbolic_meta_inplace_movedim_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2763871Z test_dispatch_symbolic_meta_inplace_msort_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2764376Z test_dispatch_symbolic_meta_inplace_msort_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2764984Z test_dispatch_symbolic_meta_inplace_msort_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2765504Z test_dispatch_symbolic_meta_inplace_msort_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2766008Z test_dispatch_symbolic_meta_inplace_msort_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2766517Z test_dispatch_symbolic_meta_inplace_msort_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.2767022Z test_dispatch_symbolic_meta_inplace_msort_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2767540Z test_dispatch_symbolic_meta_inplace_msort_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2768044Z test_dispatch_symbolic_meta_inplace_msort_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2768451Z test_dispatch_symbolic_meta_inplace_mul_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.2768851Z test_dispatch_symbolic_meta_inplace_mul_cuda_bool (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.2769279Z test_dispatch_symbolic_meta_inplace_mul_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.2769724Z test_dispatch_symbolic_meta_inplace_mul_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.2770133Z test_dispatch_symbolic_meta_inplace_mul_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.2770528Z test_dispatch_symbolic_meta_inplace_mul_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.2770918Z test_dispatch_symbolic_meta_inplace_mul_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.2771303Z test_dispatch_symbolic_meta_inplace_mul_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.2771699Z test_dispatch_symbolic_meta_inplace_mul_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.2772106Z test_dispatch_symbolic_meta_inplace_mul_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.2772497Z test_dispatch_symbolic_meta_inplace_mul_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.2773045Z test_dispatch_symbolic_meta_inplace_mul_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.2773433Z test_dispatch_symbolic_meta_inplace_mul_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.2773963Z test_dispatch_symbolic_meta_inplace_multinomial_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2774484Z test_dispatch_symbolic_meta_inplace_multinomial_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2775029Z test_dispatch_symbolic_meta_inplace_multinomial_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2775548Z test_dispatch_symbolic_meta_inplace_mv_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2776066Z test_dispatch_symbolic_meta_inplace_mv_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2776579Z test_dispatch_symbolic_meta_inplace_mv_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2777081Z test_dispatch_symbolic_meta_inplace_mv_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2777584Z test_dispatch_symbolic_meta_inplace_mv_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2778195Z test_dispatch_symbolic_meta_inplace_mv_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2778677Z test_dispatch_symbolic_meta_inplace_mvlgamma_mvlgamma_p_1_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.045s) 2022-11-23T02:24:31.2779149Z test_dispatch_symbolic_meta_inplace_mvlgamma_mvlgamma_p_1_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.038s) 2022-11-23T02:24:31.2779607Z test_dispatch_symbolic_meta_inplace_mvlgamma_mvlgamma_p_1_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.042s) 2022-11-23T02:24:31.2780145Z test_dispatch_symbolic_meta_inplace_mvlgamma_mvlgamma_p_1_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T02:24:31.2780673Z test_dispatch_symbolic_meta_inplace_mvlgamma_mvlgamma_p_1_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:24:31.2781203Z test_dispatch_symbolic_meta_inplace_mvlgamma_mvlgamma_p_1_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:24:31.2781738Z test_dispatch_symbolic_meta_inplace_mvlgamma_mvlgamma_p_1_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T02:24:31.2782251Z test_dispatch_symbolic_meta_inplace_mvlgamma_mvlgamma_p_1_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:24:31.2782702Z test_dispatch_symbolic_meta_inplace_mvlgamma_mvlgamma_p_3_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.041s) 2022-11-23T02:24:31.2783158Z test_dispatch_symbolic_meta_inplace_mvlgamma_mvlgamma_p_3_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.038s) 2022-11-23T02:24:31.2783625Z test_dispatch_symbolic_meta_inplace_mvlgamma_mvlgamma_p_3_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:24:31.2784156Z test_dispatch_symbolic_meta_inplace_mvlgamma_mvlgamma_p_3_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:31.2784698Z test_dispatch_symbolic_meta_inplace_mvlgamma_mvlgamma_p_3_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:31.2785221Z test_dispatch_symbolic_meta_inplace_mvlgamma_mvlgamma_p_3_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:31.2785754Z test_dispatch_symbolic_meta_inplace_mvlgamma_mvlgamma_p_3_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:31.2786384Z test_dispatch_symbolic_meta_inplace_mvlgamma_mvlgamma_p_3_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:31.2786827Z test_dispatch_symbolic_meta_inplace_mvlgamma_mvlgamma_p_5_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.035s) 2022-11-23T02:24:31.2787267Z test_dispatch_symbolic_meta_inplace_mvlgamma_mvlgamma_p_5_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.039s) 2022-11-23T02:24:31.2787722Z test_dispatch_symbolic_meta_inplace_mvlgamma_mvlgamma_p_5_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.038s) 2022-11-23T02:24:31.2788262Z test_dispatch_symbolic_meta_inplace_mvlgamma_mvlgamma_p_5_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:24:31.2788793Z test_dispatch_symbolic_meta_inplace_mvlgamma_mvlgamma_p_5_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.010s) 2022-11-23T02:24:31.2789336Z test_dispatch_symbolic_meta_inplace_mvlgamma_mvlgamma_p_5_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:24:31.2789867Z test_dispatch_symbolic_meta_inplace_mvlgamma_mvlgamma_p_5_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:24:31.2790391Z test_dispatch_symbolic_meta_inplace_mvlgamma_mvlgamma_p_5_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.010s) 2022-11-23T02:24:31.2790824Z test_dispatch_symbolic_meta_inplace_nan_to_num_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.2791362Z test_dispatch_symbolic_meta_inplace_nan_to_num_cuda_bool (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.2791813Z test_dispatch_symbolic_meta_inplace_nan_to_num_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:31.2792235Z test_dispatch_symbolic_meta_inplace_nan_to_num_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.2792650Z test_dispatch_symbolic_meta_inplace_nan_to_num_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.2793082Z test_dispatch_symbolic_meta_inplace_nan_to_num_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.2793473Z test_dispatch_symbolic_meta_inplace_nan_to_num_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.2793872Z test_dispatch_symbolic_meta_inplace_nan_to_num_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.2794278Z test_dispatch_symbolic_meta_inplace_nan_to_num_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.2794702Z test_dispatch_symbolic_meta_inplace_nan_to_num_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.2795220Z test_dispatch_symbolic_meta_inplace_nanmean_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2795751Z test_dispatch_symbolic_meta_inplace_nanmean_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2796270Z test_dispatch_symbolic_meta_inplace_nanmean_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2796776Z test_dispatch_symbolic_meta_inplace_nanmean_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2797312Z test_dispatch_symbolic_meta_inplace_nanmedian_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2797832Z test_dispatch_symbolic_meta_inplace_nanmedian_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2798363Z test_dispatch_symbolic_meta_inplace_nanmedian_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2798890Z test_dispatch_symbolic_meta_inplace_nanmedian_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2799521Z test_dispatch_symbolic_meta_inplace_nanmedian_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2800030Z test_dispatch_symbolic_meta_inplace_nanmedian_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2800541Z test_dispatch_symbolic_meta_inplace_nanmedian_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2801051Z test_dispatch_symbolic_meta_inplace_nanmedian_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2801591Z test_dispatch_symbolic_meta_inplace_nanquantile_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2802109Z test_dispatch_symbolic_meta_inplace_nanquantile_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2802610Z test_dispatch_symbolic_meta_inplace_nansum_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2803104Z test_dispatch_symbolic_meta_inplace_nansum_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2803617Z test_dispatch_symbolic_meta_inplace_nansum_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2804129Z test_dispatch_symbolic_meta_inplace_nansum_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.2804746Z test_dispatch_symbolic_meta_inplace_nansum_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2805280Z test_dispatch_symbolic_meta_inplace_nansum_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2805782Z test_dispatch_symbolic_meta_inplace_nansum_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2806285Z test_dispatch_symbolic_meta_inplace_nansum_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2806796Z test_dispatch_symbolic_meta_inplace_nansum_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:24:31.2807311Z test_dispatch_symbolic_meta_inplace_nansum_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2807853Z test_dispatch_symbolic_meta_inplace_narrow_copy_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2808371Z test_dispatch_symbolic_meta_inplace_narrow_copy_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2808917Z test_dispatch_symbolic_meta_inplace_narrow_copy_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2809450Z test_dispatch_symbolic_meta_inplace_narrow_copy_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2809974Z test_dispatch_symbolic_meta_inplace_narrow_copy_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2810496Z test_dispatch_symbolic_meta_inplace_narrow_copy_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2811016Z test_dispatch_symbolic_meta_inplace_narrow_copy_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.011s) 2022-11-23T02:24:31.2811544Z test_dispatch_symbolic_meta_inplace_narrow_copy_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2812071Z test_dispatch_symbolic_meta_inplace_narrow_copy_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2812727Z test_dispatch_symbolic_meta_inplace_narrow_copy_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2813244Z test_dispatch_symbolic_meta_inplace_narrow_copy_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2813755Z test_dispatch_symbolic_meta_inplace_narrow_copy_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2814273Z test_dispatch_symbolic_meta_inplace_narrow_copy_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2814803Z test_dispatch_symbolic_meta_inplace_narrow_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2815315Z test_dispatch_symbolic_meta_inplace_narrow_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2815839Z test_dispatch_symbolic_meta_inplace_narrow_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2816358Z test_dispatch_symbolic_meta_inplace_narrow_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2816893Z test_dispatch_symbolic_meta_inplace_narrow_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2817405Z test_dispatch_symbolic_meta_inplace_narrow_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2818622Z test_dispatch_symbolic_meta_inplace_narrow_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2819178Z test_dispatch_symbolic_meta_inplace_narrow_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2819690Z test_dispatch_symbolic_meta_inplace_narrow_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2820195Z test_dispatch_symbolic_meta_inplace_narrow_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2820701Z test_dispatch_symbolic_meta_inplace_narrow_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2821199Z test_dispatch_symbolic_meta_inplace_narrow_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2821709Z test_dispatch_symbolic_meta_inplace_narrow_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2822254Z test_dispatch_symbolic_meta_inplace_native_batch_norm_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2822791Z test_dispatch_symbolic_meta_inplace_native_batch_norm_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2823349Z test_dispatch_symbolic_meta_inplace_native_batch_norm_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2823895Z test_dispatch_symbolic_meta_inplace_native_batch_norm_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.2824457Z test_dispatch_symbolic_meta_inplace_native_dropout_backward_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2825024Z test_dispatch_symbolic_meta_inplace_native_dropout_backward_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2825582Z test_dispatch_symbolic_meta_inplace_native_dropout_backward_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.007s) 2022-11-23T02:24:31.2826138Z test_dispatch_symbolic_meta_inplace_native_dropout_backward_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2826900Z test_dispatch_symbolic_meta_inplace_native_layer_norm_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2827443Z test_dispatch_symbolic_meta_inplace_native_layer_norm_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2827982Z test_dispatch_symbolic_meta_inplace_native_layer_norm_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2828528Z test_dispatch_symbolic_meta_inplace_native_layer_norm_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2828953Z test_dispatch_symbolic_meta_inplace_ne_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.2829332Z test_dispatch_symbolic_meta_inplace_ne_cuda_bool (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.2829763Z test_dispatch_symbolic_meta_inplace_ne_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.2830269Z test_dispatch_symbolic_meta_inplace_ne_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.2830691Z test_dispatch_symbolic_meta_inplace_ne_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:24:31.2831166Z test_dispatch_symbolic_meta_inplace_ne_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.2831636Z test_dispatch_symbolic_meta_inplace_ne_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.2832167Z test_dispatch_symbolic_meta_inplace_ne_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.2832586Z test_dispatch_symbolic_meta_inplace_ne_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.2832985Z test_dispatch_symbolic_meta_inplace_ne_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:24:31.2833379Z test_dispatch_symbolic_meta_inplace_ne_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.2833769Z test_dispatch_symbolic_meta_inplace_ne_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.2834168Z test_dispatch_symbolic_meta_inplace_neg_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.2834575Z test_dispatch_symbolic_meta_inplace_neg_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.2834973Z test_dispatch_symbolic_meta_inplace_neg_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.2835375Z test_dispatch_symbolic_meta_inplace_neg_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.2835733Z test_dispatch_symbolic_meta_inplace_neg_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.2836089Z test_dispatch_symbolic_meta_inplace_neg_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.2836444Z test_dispatch_symbolic_meta_inplace_neg_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.2836887Z test_dispatch_symbolic_meta_inplace_neg_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.2837243Z test_dispatch_symbolic_meta_inplace_neg_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.2837645Z test_dispatch_symbolic_meta_inplace_neg_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.2838076Z test_dispatch_symbolic_meta_inplace_neg_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.2838428Z test_dispatch_symbolic_meta_inplace_neg_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.2838902Z test_dispatch_symbolic_meta_inplace_new_empty_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2839362Z test_dispatch_symbolic_meta_inplace_new_empty_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2839987Z test_dispatch_symbolic_meta_inplace_new_empty_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2840461Z test_dispatch_symbolic_meta_inplace_new_empty_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2840928Z test_dispatch_symbolic_meta_inplace_new_empty_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.011s) 2022-11-23T02:24:31.2841397Z test_dispatch_symbolic_meta_inplace_new_empty_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2841860Z test_dispatch_symbolic_meta_inplace_new_empty_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2842315Z test_dispatch_symbolic_meta_inplace_new_empty_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2842767Z test_dispatch_symbolic_meta_inplace_new_empty_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2843304Z test_dispatch_symbolic_meta_inplace_new_empty_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2843748Z test_dispatch_symbolic_meta_inplace_new_empty_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2844339Z test_dispatch_symbolic_meta_inplace_new_empty_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2844889Z test_dispatch_symbolic_meta_inplace_new_empty_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2845390Z test_dispatch_symbolic_meta_inplace_new_empty_strided_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2845871Z test_dispatch_symbolic_meta_inplace_new_empty_strided_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2846361Z test_dispatch_symbolic_meta_inplace_new_empty_strided_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2846839Z test_dispatch_symbolic_meta_inplace_new_empty_strided_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2847311Z test_dispatch_symbolic_meta_inplace_new_empty_strided_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2847788Z test_dispatch_symbolic_meta_inplace_new_empty_strided_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2848268Z test_dispatch_symbolic_meta_inplace_new_empty_strided_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2848748Z test_dispatch_symbolic_meta_inplace_new_empty_strided_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2849218Z test_dispatch_symbolic_meta_inplace_new_empty_strided_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2849757Z test_dispatch_symbolic_meta_inplace_new_empty_strided_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2850226Z test_dispatch_symbolic_meta_inplace_new_empty_strided_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2850832Z test_dispatch_symbolic_meta_inplace_new_empty_strided_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2851302Z test_dispatch_symbolic_meta_inplace_new_empty_strided_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2851898Z test_dispatch_symbolic_meta_inplace_new_full_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2852344Z test_dispatch_symbolic_meta_inplace_new_full_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2852803Z test_dispatch_symbolic_meta_inplace_new_full_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2853265Z test_dispatch_symbolic_meta_inplace_new_full_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2853738Z test_dispatch_symbolic_meta_inplace_new_full_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.2854179Z test_dispatch_symbolic_meta_inplace_new_full_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2854636Z test_dispatch_symbolic_meta_inplace_new_full_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2855089Z test_dispatch_symbolic_meta_inplace_new_full_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2855542Z test_dispatch_symbolic_meta_inplace_new_full_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:24:31.2856050Z test_dispatch_symbolic_meta_inplace_new_full_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2856598Z test_dispatch_symbolic_meta_inplace_new_full_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2857205Z test_dispatch_symbolic_meta_inplace_new_full_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2857650Z test_dispatch_symbolic_meta_inplace_new_full_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2858109Z test_dispatch_symbolic_meta_inplace_new_ones_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2858558Z test_dispatch_symbolic_meta_inplace_new_ones_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2859020Z test_dispatch_symbolic_meta_inplace_new_ones_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2859483Z test_dispatch_symbolic_meta_inplace_new_ones_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.011s) 2022-11-23T02:24:31.2859947Z test_dispatch_symbolic_meta_inplace_new_ones_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2860399Z test_dispatch_symbolic_meta_inplace_new_ones_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2860857Z test_dispatch_symbolic_meta_inplace_new_ones_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2861312Z test_dispatch_symbolic_meta_inplace_new_ones_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2861759Z test_dispatch_symbolic_meta_inplace_new_ones_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2862199Z test_dispatch_symbolic_meta_inplace_new_ones_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2862701Z test_dispatch_symbolic_meta_inplace_new_ones_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2863229Z test_dispatch_symbolic_meta_inplace_new_ones_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2863852Z test_dispatch_symbolic_meta_inplace_new_ones_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2864310Z test_dispatch_symbolic_meta_inplace_new_zeros_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2864755Z test_dispatch_symbolic_meta_inplace_new_zeros_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2865226Z test_dispatch_symbolic_meta_inplace_new_zeros_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2865698Z test_dispatch_symbolic_meta_inplace_new_zeros_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2866161Z test_dispatch_symbolic_meta_inplace_new_zeros_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2866620Z test_dispatch_symbolic_meta_inplace_new_zeros_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2867075Z test_dispatch_symbolic_meta_inplace_new_zeros_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2867533Z test_dispatch_symbolic_meta_inplace_new_zeros_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.2867981Z test_dispatch_symbolic_meta_inplace_new_zeros_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2868524Z test_dispatch_symbolic_meta_inplace_new_zeros_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.004s) 2022-11-23T02:24:31.2869052Z test_dispatch_symbolic_meta_inplace_new_zeros_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2869512Z test_dispatch_symbolic_meta_inplace_new_zeros_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2870016Z test_dispatch_symbolic_meta_inplace_new_zeros_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2870467Z test_dispatch_symbolic_meta_inplace_nextafter_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.2870848Z test_dispatch_symbolic_meta_inplace_nextafter_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:31.2871211Z test_dispatch_symbolic_meta_inplace_nextafter_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.2871715Z test_dispatch_symbolic_meta_inplace_nn_functional__scaled_dot_product_attention_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: Skipped! (0.002s) 2022-11-23T02:24:31.2872213Z test_dispatch_symbolic_meta_inplace_nn_functional__scaled_dot_product_attention_cuda_float16 (__main__.TestMetaCUDA) ... skip: Skipped! (0.000s) 2022-11-23T02:24:31.2872703Z test_dispatch_symbolic_meta_inplace_nn_functional__scaled_dot_product_attention_cuda_float32 (__main__.TestMetaCUDA) ... skip: Skipped! (0.000s) 2022-11-23T02:24:31.2873180Z test_dispatch_symbolic_meta_inplace_nn_functional__scaled_dot_product_attention_cuda_float64 (__main__.TestMetaCUDA) ... skip: Skipped! (0.003s) 2022-11-23T02:24:31.2873699Z test_dispatch_symbolic_meta_inplace_nn_functional_adaptive_avg_pool1d_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2874226Z test_dispatch_symbolic_meta_inplace_nn_functional_adaptive_avg_pool1d_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2874747Z test_dispatch_symbolic_meta_inplace_nn_functional_adaptive_avg_pool1d_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:24:31.2875267Z test_dispatch_symbolic_meta_inplace_nn_functional_adaptive_avg_pool1d_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2876092Z test_dispatch_symbolic_meta_inplace_nn_functional_adaptive_avg_pool2d_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2876757Z test_dispatch_symbolic_meta_inplace_nn_functional_adaptive_avg_pool2d_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2877273Z test_dispatch_symbolic_meta_inplace_nn_functional_adaptive_avg_pool2d_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2877795Z test_dispatch_symbolic_meta_inplace_nn_functional_adaptive_avg_pool2d_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:24:31.2878308Z test_dispatch_symbolic_meta_inplace_nn_functional_adaptive_avg_pool3d_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2878827Z test_dispatch_symbolic_meta_inplace_nn_functional_adaptive_avg_pool3d_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2879340Z test_dispatch_symbolic_meta_inplace_nn_functional_adaptive_avg_pool3d_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2879849Z test_dispatch_symbolic_meta_inplace_nn_functional_adaptive_avg_pool3d_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2880467Z test_dispatch_symbolic_meta_inplace_nn_functional_adaptive_max_pool1d_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:24:31.2881009Z test_dispatch_symbolic_meta_inplace_nn_functional_adaptive_max_pool1d_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2881526Z test_dispatch_symbolic_meta_inplace_nn_functional_adaptive_max_pool1d_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2882122Z test_dispatch_symbolic_meta_inplace_nn_functional_adaptive_max_pool1d_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2882711Z test_dispatch_symbolic_meta_inplace_nn_functional_adaptive_max_pool2d_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2883292Z test_dispatch_symbolic_meta_inplace_nn_functional_adaptive_max_pool2d_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:24:31.2883803Z test_dispatch_symbolic_meta_inplace_nn_functional_adaptive_max_pool2d_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2884308Z test_dispatch_symbolic_meta_inplace_nn_functional_adaptive_max_pool2d_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2884822Z test_dispatch_symbolic_meta_inplace_nn_functional_adaptive_max_pool3d_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2885323Z test_dispatch_symbolic_meta_inplace_nn_functional_adaptive_max_pool3d_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2885831Z test_dispatch_symbolic_meta_inplace_nn_functional_adaptive_max_pool3d_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2886341Z test_dispatch_symbolic_meta_inplace_nn_functional_adaptive_max_pool3d_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.012s) 2022-11-23T02:24:31.2886771Z test_dispatch_symbolic_meta_inplace_nn_functional_alpha_dropout_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.044s) 2022-11-23T02:24:31.2887333Z test_dispatch_symbolic_meta_inplace_nn_functional_alpha_dropout_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.047s) 2022-11-23T02:24:31.2887759Z test_dispatch_symbolic_meta_inplace_nn_functional_alpha_dropout_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.038s) 2022-11-23T02:24:31.2888183Z test_dispatch_symbolic_meta_inplace_nn_functional_alpha_dropout_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.044s) 2022-11-23T02:24:31.2888768Z 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:24:31.2889403Z 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:24:31.2889922Z test_dispatch_symbolic_meta_inplace_nn_functional_avg_pool1d_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2890413Z test_dispatch_symbolic_meta_inplace_nn_functional_avg_pool1d_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2890915Z test_dispatch_symbolic_meta_inplace_nn_functional_avg_pool2d_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2891397Z test_dispatch_symbolic_meta_inplace_nn_functional_avg_pool2d_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2891882Z test_dispatch_symbolic_meta_inplace_nn_functional_avg_pool2d_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2892484Z test_dispatch_symbolic_meta_inplace_nn_functional_avg_pool2d_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2892988Z test_dispatch_symbolic_meta_inplace_nn_functional_avg_pool3d_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2893481Z test_dispatch_symbolic_meta_inplace_nn_functional_avg_pool3d_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2893964Z 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:24:31.2894460Z 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:24:31.2895026Z 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:24:31.2895605Z 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:24:31.2896152Z 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:24:31.2896659Z 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:24:31.2897184Z 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:24:31.2897711Z 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:24:31.2898228Z 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:24:31.2898747Z 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:24:31.2899381Z test_dispatch_symbolic_meta_inplace_nn_functional_bilinear_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2899872Z test_dispatch_symbolic_meta_inplace_nn_functional_bilinear_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2900352Z test_dispatch_symbolic_meta_inplace_nn_functional_bilinear_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2900835Z test_dispatch_symbolic_meta_inplace_nn_functional_bilinear_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2901432Z test_dispatch_symbolic_meta_inplace_nn_functional_binary_cross_entropy_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2902032Z test_dispatch_symbolic_meta_inplace_nn_functional_binary_cross_entropy_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2902625Z test_dispatch_symbolic_meta_inplace_nn_functional_binary_cross_entropy_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2903143Z test_dispatch_symbolic_meta_inplace_nn_functional_binary_cross_entropy_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.2903693Z test_dispatch_symbolic_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:24:31.2904349Z test_dispatch_symbolic_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:24:31.2904926Z test_dispatch_symbolic_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:24:31.2905479Z test_dispatch_symbolic_meta_inplace_nn_functional_binary_cross_entropy_with_logits_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:24:31.2905885Z test_dispatch_symbolic_meta_inplace_nn_functional_celu_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.2906286Z test_dispatch_symbolic_meta_inplace_nn_functional_celu_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.2906681Z test_dispatch_symbolic_meta_inplace_nn_functional_celu_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.2907072Z test_dispatch_symbolic_meta_inplace_nn_functional_celu_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.2907641Z test_dispatch_symbolic_meta_inplace_nn_functional_conv1d_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2908148Z test_dispatch_symbolic_meta_inplace_nn_functional_conv1d_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2908793Z test_dispatch_symbolic_meta_inplace_nn_functional_conv1d_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2909281Z test_dispatch_symbolic_meta_inplace_nn_functional_conv1d_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2909767Z test_dispatch_symbolic_meta_inplace_nn_functional_conv1d_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2910246Z test_dispatch_symbolic_meta_inplace_nn_functional_conv1d_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2910717Z test_dispatch_symbolic_meta_inplace_nn_functional_conv1d_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2911340Z test_dispatch_symbolic_meta_inplace_nn_functional_conv2d_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2911828Z test_dispatch_symbolic_meta_inplace_nn_functional_conv2d_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.2912308Z test_dispatch_symbolic_meta_inplace_nn_functional_conv2d_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2912797Z test_dispatch_symbolic_meta_inplace_nn_functional_conv2d_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2913274Z test_dispatch_symbolic_meta_inplace_nn_functional_conv2d_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.2913742Z test_dispatch_symbolic_meta_inplace_nn_functional_conv2d_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2914289Z test_dispatch_symbolic_meta_inplace_nn_functional_conv2d_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2914871Z test_dispatch_symbolic_meta_inplace_nn_functional_conv_transpose1d_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:24:31.2915458Z test_dispatch_symbolic_meta_inplace_nn_functional_conv_transpose1d_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2916089Z test_dispatch_symbolic_meta_inplace_nn_functional_conv_transpose1d_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2916647Z test_dispatch_symbolic_meta_inplace_nn_functional_conv_transpose1d_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2917142Z test_dispatch_symbolic_meta_inplace_nn_functional_conv_transpose1d_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2917662Z test_dispatch_symbolic_meta_inplace_nn_functional_conv_transpose1d_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.011s) 2022-11-23T02:24:31.2918166Z test_dispatch_symbolic_meta_inplace_nn_functional_conv_transpose1d_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2918685Z test_dispatch_symbolic_meta_inplace_nn_functional_conv_transpose2d_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2919208Z test_dispatch_symbolic_meta_inplace_nn_functional_conv_transpose2d_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2919728Z test_dispatch_symbolic_meta_inplace_nn_functional_conv_transpose2d_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.2920318Z test_dispatch_symbolic_meta_inplace_nn_functional_conv_transpose2d_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2920843Z test_dispatch_symbolic_meta_inplace_nn_functional_conv_transpose2d_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2921496Z test_dispatch_symbolic_meta_inplace_nn_functional_conv_transpose2d_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2922020Z test_dispatch_symbolic_meta_inplace_nn_functional_conv_transpose2d_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.2922537Z test_dispatch_symbolic_meta_inplace_nn_functional_conv_transpose3d_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2923196Z test_dispatch_symbolic_meta_inplace_nn_functional_conv_transpose3d_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.2923719Z test_dispatch_symbolic_meta_inplace_nn_functional_conv_transpose3d_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2924235Z test_dispatch_symbolic_meta_inplace_nn_functional_conv_transpose3d_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2924752Z test_dispatch_symbolic_meta_inplace_nn_functional_conv_transpose3d_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2925263Z test_dispatch_symbolic_meta_inplace_nn_functional_conv_transpose3d_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.2925767Z test_dispatch_symbolic_meta_inplace_nn_functional_conv_transpose3d_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2926296Z test_dispatch_symbolic_meta_inplace_nn_functional_cosine_embedding_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2926924Z test_dispatch_symbolic_meta_inplace_nn_functional_cosine_embedding_loss_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2927520Z test_dispatch_symbolic_meta_inplace_nn_functional_cosine_embedding_loss_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2928159Z test_dispatch_symbolic_meta_inplace_nn_functional_cosine_embedding_loss_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2928711Z test_dispatch_symbolic_meta_inplace_nn_functional_cosine_embedding_loss_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.2929287Z test_dispatch_symbolic_meta_inplace_nn_functional_cosine_embedding_loss_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2929809Z test_dispatch_symbolic_meta_inplace_nn_functional_cosine_embedding_loss_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.2930325Z test_dispatch_symbolic_meta_inplace_nn_functional_cosine_embedding_loss_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2930846Z test_dispatch_symbolic_meta_inplace_nn_functional_cosine_embedding_loss_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2931363Z test_dispatch_symbolic_meta_inplace_nn_functional_cosine_embedding_loss_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2931882Z test_dispatch_symbolic_meta_inplace_nn_functional_cosine_similarity_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2932406Z test_dispatch_symbolic_meta_inplace_nn_functional_cosine_similarity_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2932996Z test_dispatch_symbolic_meta_inplace_nn_functional_cosine_similarity_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2933580Z test_dispatch_symbolic_meta_inplace_nn_functional_cosine_similarity_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2934149Z test_dispatch_symbolic_meta_inplace_nn_functional_cross_entropy_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2934651Z test_dispatch_symbolic_meta_inplace_nn_functional_cross_entropy_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2935298Z test_dispatch_symbolic_meta_inplace_nn_functional_cross_entropy_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2935792Z test_dispatch_symbolic_meta_inplace_nn_functional_cross_entropy_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2936289Z test_dispatch_symbolic_meta_inplace_nn_functional_ctc_loss_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2936777Z test_dispatch_symbolic_meta_inplace_nn_functional_ctc_loss_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2937200Z test_dispatch_symbolic_meta_inplace_nn_functional_dropout2d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:24:31.2937612Z test_dispatch_symbolic_meta_inplace_nn_functional_dropout2d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:24:31.2938020Z test_dispatch_symbolic_meta_inplace_nn_functional_dropout2d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.2938421Z test_dispatch_symbolic_meta_inplace_nn_functional_dropout2d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:24:31.2938826Z test_dispatch_symbolic_meta_inplace_nn_functional_dropout3d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:24:31.2939315Z test_dispatch_symbolic_meta_inplace_nn_functional_dropout3d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-11-23T02:24:31.2939903Z test_dispatch_symbolic_meta_inplace_nn_functional_dropout3d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:24:31.2940389Z test_dispatch_symbolic_meta_inplace_nn_functional_dropout3d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:24:31.2940784Z test_dispatch_symbolic_meta_inplace_nn_functional_dropout_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-11-23T02:24:31.2941201Z test_dispatch_symbolic_meta_inplace_nn_functional_dropout_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.035s) 2022-11-23T02:24:31.2941611Z test_dispatch_symbolic_meta_inplace_nn_functional_dropout_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.035s) 2022-11-23T02:24:31.2942022Z test_dispatch_symbolic_meta_inplace_nn_functional_dropout_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.042s) 2022-11-23T02:24:31.2942422Z test_dispatch_symbolic_meta_inplace_nn_functional_elu_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:31.2942824Z test_dispatch_symbolic_meta_inplace_nn_functional_elu_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:31.2943222Z test_dispatch_symbolic_meta_inplace_nn_functional_elu_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.2943609Z test_dispatch_symbolic_meta_inplace_nn_functional_elu_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.2944128Z 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:24:31.2944636Z test_dispatch_symbolic_meta_inplace_nn_functional_embedding_bag_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2945136Z test_dispatch_symbolic_meta_inplace_nn_functional_embedding_bag_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2945719Z test_dispatch_symbolic_meta_inplace_nn_functional_embedding_bag_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2946286Z test_dispatch_symbolic_meta_inplace_nn_functional_embedding_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.2946854Z test_dispatch_symbolic_meta_inplace_nn_functional_embedding_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2948128Z test_dispatch_symbolic_meta_inplace_nn_functional_embedding_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:24:31.2948610Z test_dispatch_symbolic_meta_inplace_nn_functional_embedding_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2949085Z test_dispatch_symbolic_meta_inplace_nn_functional_feature_alpha_dropout_with_train_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:24:31.2949566Z test_dispatch_symbolic_meta_inplace_nn_functional_feature_alpha_dropout_with_train_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.2950045Z test_dispatch_symbolic_meta_inplace_nn_functional_feature_alpha_dropout_with_train_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.037s) 2022-11-23T02:24:31.2950515Z test_dispatch_symbolic_meta_inplace_nn_functional_feature_alpha_dropout_with_train_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:24:31.2951006Z test_dispatch_symbolic_meta_inplace_nn_functional_feature_alpha_dropout_without_train_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:31.2951476Z test_dispatch_symbolic_meta_inplace_nn_functional_feature_alpha_dropout_without_train_cuda_bool (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.2952048Z test_dispatch_symbolic_meta_inplace_nn_functional_feature_alpha_dropout_without_train_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.2952739Z test_dispatch_symbolic_meta_inplace_nn_functional_feature_alpha_dropout_without_train_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.2953319Z test_dispatch_symbolic_meta_inplace_nn_functional_feature_alpha_dropout_without_train_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.2953803Z test_dispatch_symbolic_meta_inplace_nn_functional_feature_alpha_dropout_without_train_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:24:31.2954286Z test_dispatch_symbolic_meta_inplace_nn_functional_feature_alpha_dropout_without_train_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.2954756Z test_dispatch_symbolic_meta_inplace_nn_functional_feature_alpha_dropout_without_train_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.2955228Z test_dispatch_symbolic_meta_inplace_nn_functional_feature_alpha_dropout_without_train_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.2955691Z test_dispatch_symbolic_meta_inplace_nn_functional_feature_alpha_dropout_without_train_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.2956156Z test_dispatch_symbolic_meta_inplace_nn_functional_feature_alpha_dropout_without_train_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.2956631Z test_dispatch_symbolic_meta_inplace_nn_functional_feature_alpha_dropout_without_train_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:24:31.2957165Z test_dispatch_symbolic_meta_inplace_nn_functional_fractional_max_pool2d_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2957686Z test_dispatch_symbolic_meta_inplace_nn_functional_fractional_max_pool2d_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2958274Z test_dispatch_symbolic_meta_inplace_nn_functional_fractional_max_pool2d_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2958813Z test_dispatch_symbolic_meta_inplace_nn_functional_fractional_max_pool3d_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2959475Z test_dispatch_symbolic_meta_inplace_nn_functional_fractional_max_pool3d_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.2960118Z test_dispatch_symbolic_meta_inplace_nn_functional_fractional_max_pool3d_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2960632Z test_dispatch_symbolic_meta_inplace_nn_functional_gaussian_nll_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2961144Z test_dispatch_symbolic_meta_inplace_nn_functional_gaussian_nll_loss_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.2961656Z test_dispatch_symbolic_meta_inplace_nn_functional_gaussian_nll_loss_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2962161Z test_dispatch_symbolic_meta_inplace_nn_functional_gaussian_nll_loss_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.2962646Z test_dispatch_symbolic_meta_inplace_nn_functional_gelu_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2963131Z test_dispatch_symbolic_meta_inplace_nn_functional_gelu_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2963617Z test_dispatch_symbolic_meta_inplace_nn_functional_gelu_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2964106Z test_dispatch_symbolic_meta_inplace_nn_functional_gelu_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2964745Z test_dispatch_symbolic_meta_inplace_nn_functional_glu_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.013s) 2022-11-23T02:24:31.2965261Z test_dispatch_symbolic_meta_inplace_nn_functional_glu_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2965865Z test_dispatch_symbolic_meta_inplace_nn_functional_glu_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2966363Z test_dispatch_symbolic_meta_inplace_nn_functional_glu_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2966864Z test_dispatch_symbolic_meta_inplace_nn_functional_grid_sample_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2967361Z test_dispatch_symbolic_meta_inplace_nn_functional_grid_sample_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2967864Z test_dispatch_symbolic_meta_inplace_nn_functional_grid_sample_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2968356Z test_dispatch_symbolic_meta_inplace_nn_functional_group_norm_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2968855Z 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:24:31.2969348Z test_dispatch_symbolic_meta_inplace_nn_functional_group_norm_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2969847Z test_dispatch_symbolic_meta_inplace_nn_functional_group_norm_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2970345Z test_dispatch_symbolic_meta_inplace_nn_functional_hardshrink_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2970844Z test_dispatch_symbolic_meta_inplace_nn_functional_hardshrink_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2971426Z test_dispatch_symbolic_meta_inplace_nn_functional_hardshrink_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2972185Z test_dispatch_symbolic_meta_inplace_nn_functional_hardshrink_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2972619Z test_dispatch_symbolic_meta_inplace_nn_functional_hardsigmoid_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.2973041Z test_dispatch_symbolic_meta_inplace_nn_functional_hardsigmoid_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.2973452Z test_dispatch_symbolic_meta_inplace_nn_functional_hardsigmoid_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.2973862Z test_dispatch_symbolic_meta_inplace_nn_functional_hardsigmoid_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.2974362Z test_dispatch_symbolic_meta_inplace_nn_functional_hardswish_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.011s) 2022-11-23T02:24:31.2974860Z test_dispatch_symbolic_meta_inplace_nn_functional_hardswish_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2975346Z test_dispatch_symbolic_meta_inplace_nn_functional_hardswish_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2975828Z test_dispatch_symbolic_meta_inplace_nn_functional_hardswish_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2976409Z test_dispatch_symbolic_meta_inplace_nn_functional_hardtanh_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2976930Z test_dispatch_symbolic_meta_inplace_nn_functional_hardtanh_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2977471Z test_dispatch_symbolic_meta_inplace_nn_functional_hardtanh_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2977971Z test_dispatch_symbolic_meta_inplace_nn_functional_hardtanh_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2978540Z test_dispatch_symbolic_meta_inplace_nn_functional_hardtanh_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2979120Z test_dispatch_symbolic_meta_inplace_nn_functional_hardtanh_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2979602Z test_dispatch_symbolic_meta_inplace_nn_functional_hardtanh_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2980084Z test_dispatch_symbolic_meta_inplace_nn_functional_hardtanh_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.2980602Z 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:24:31.2981129Z 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:24:31.2981652Z 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:24:31.2982161Z 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:24:31.2982666Z 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:24:31.2983157Z 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:24:31.2983793Z 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:24:31.2984352Z 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:24:31.2984866Z 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:24:31.2985519Z 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:24:31.2986026Z 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:24:31.2986525Z 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:24:31.2987057Z 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:24:31.2987575Z 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:24:31.2988092Z 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:24:31.2988701Z 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:24:31.2989258Z 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:24:31.2989790Z test_dispatch_symbolic_meta_inplace_nn_functional_interpolate_bicubic_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2990306Z test_dispatch_symbolic_meta_inplace_nn_functional_interpolate_bicubic_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.2990916Z 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:24:31.2991595Z 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:24:31.2992144Z test_dispatch_symbolic_meta_inplace_nn_functional_interpolate_bilinear_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:24:31.2992665Z test_dispatch_symbolic_meta_inplace_nn_functional_interpolate_linear_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2993188Z 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:24:31.2993708Z 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:24:31.2994231Z 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:24:31.2994756Z test_dispatch_symbolic_meta_inplace_nn_functional_interpolate_nearest_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.2995280Z 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:24:31.2995940Z 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:24:31.2996465Z test_dispatch_symbolic_meta_inplace_nn_functional_interpolate_trilinear_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.012s) 2022-11-23T02:24:31.2997083Z test_dispatch_symbolic_meta_inplace_nn_functional_interpolate_trilinear_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2997622Z test_dispatch_symbolic_meta_inplace_nn_functional_interpolate_trilinear_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2998280Z test_dispatch_symbolic_meta_inplace_nn_functional_kl_div_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2998766Z test_dispatch_symbolic_meta_inplace_nn_functional_kl_div_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2999256Z test_dispatch_symbolic_meta_inplace_nn_functional_kl_div_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.2999727Z test_dispatch_symbolic_meta_inplace_nn_functional_kl_div_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3000208Z test_dispatch_symbolic_meta_inplace_nn_functional_l1_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3000808Z test_dispatch_symbolic_meta_inplace_nn_functional_l1_loss_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3001329Z test_dispatch_symbolic_meta_inplace_nn_functional_l1_loss_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3001817Z test_dispatch_symbolic_meta_inplace_nn_functional_l1_loss_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3002289Z test_dispatch_symbolic_meta_inplace_nn_functional_l1_loss_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3002755Z test_dispatch_symbolic_meta_inplace_nn_functional_l1_loss_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3003346Z test_dispatch_symbolic_meta_inplace_nn_functional_layer_norm_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3003857Z test_dispatch_symbolic_meta_inplace_nn_functional_layer_norm_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3004505Z test_dispatch_symbolic_meta_inplace_nn_functional_layer_norm_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3005012Z test_dispatch_symbolic_meta_inplace_nn_functional_layer_norm_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3005424Z test_dispatch_symbolic_meta_inplace_nn_functional_leaky_relu_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:24:31.3005831Z test_dispatch_symbolic_meta_inplace_nn_functional_leaky_relu_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:24:31.3006233Z test_dispatch_symbolic_meta_inplace_nn_functional_leaky_relu_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:24:31.3006636Z test_dispatch_symbolic_meta_inplace_nn_functional_leaky_relu_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:24:31.3007106Z test_dispatch_symbolic_meta_inplace_nn_functional_linear_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.3007737Z test_dispatch_symbolic_meta_inplace_nn_functional_linear_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.3008237Z test_dispatch_symbolic_meta_inplace_nn_functional_linear_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.3008726Z test_dispatch_symbolic_meta_inplace_nn_functional_linear_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.3009209Z test_dispatch_symbolic_meta_inplace_nn_functional_linear_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.3009760Z test_dispatch_symbolic_meta_inplace_nn_functional_linear_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.3010289Z test_dispatch_symbolic_meta_inplace_nn_functional_local_response_norm_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.3010981Z test_dispatch_symbolic_meta_inplace_nn_functional_local_response_norm_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.3011511Z test_dispatch_symbolic_meta_inplace_nn_functional_local_response_norm_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.3012029Z test_dispatch_symbolic_meta_inplace_nn_functional_local_response_norm_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.3013201Z test_dispatch_symbolic_meta_inplace_nn_functional_logsigmoid_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.3013770Z test_dispatch_symbolic_meta_inplace_nn_functional_logsigmoid_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.3014270Z test_dispatch_symbolic_meta_inplace_nn_functional_logsigmoid_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.3014773Z test_dispatch_symbolic_meta_inplace_nn_functional_logsigmoid_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.3015297Z test_dispatch_symbolic_meta_inplace_nn_functional_margin_ranking_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.3015814Z test_dispatch_symbolic_meta_inplace_nn_functional_margin_ranking_loss_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.3016409Z test_dispatch_symbolic_meta_inplace_nn_functional_margin_ranking_loss_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3017021Z test_dispatch_symbolic_meta_inplace_nn_functional_margin_ranking_loss_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.3017621Z test_dispatch_symbolic_meta_inplace_nn_functional_margin_ranking_loss_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.3018134Z test_dispatch_symbolic_meta_inplace_nn_functional_margin_ranking_loss_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3018634Z test_dispatch_symbolic_meta_inplace_nn_functional_margin_ranking_loss_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.3019149Z test_dispatch_symbolic_meta_inplace_nn_functional_margin_ranking_loss_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.3019660Z test_dispatch_symbolic_meta_inplace_nn_functional_margin_ranking_loss_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.3020159Z test_dispatch_symbolic_meta_inplace_nn_functional_max_pool1d_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.3020813Z test_dispatch_symbolic_meta_inplace_nn_functional_max_pool1d_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.3021310Z test_dispatch_symbolic_meta_inplace_nn_functional_max_pool1d_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.3021794Z test_dispatch_symbolic_meta_inplace_nn_functional_max_pool1d_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.007s) 2022-11-23T02:24:31.3022295Z test_dispatch_symbolic_meta_inplace_nn_functional_max_pool2d_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3022881Z test_dispatch_symbolic_meta_inplace_nn_functional_max_pool2d_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3023477Z test_dispatch_symbolic_meta_inplace_nn_functional_max_pool2d_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3024057Z test_dispatch_symbolic_meta_inplace_nn_functional_max_pool2d_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3024552Z test_dispatch_symbolic_meta_inplace_nn_functional_max_pool3d_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3025678Z test_dispatch_symbolic_meta_inplace_nn_functional_max_pool3d_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3026233Z test_dispatch_symbolic_meta_inplace_nn_functional_max_pool3d_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3026769Z test_dispatch_symbolic_meta_inplace_nn_functional_max_pool3d_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3027297Z test_dispatch_symbolic_meta_inplace_nn_functional_max_unpool1d_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3027795Z test_dispatch_symbolic_meta_inplace_nn_functional_max_unpool1d_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3028286Z test_dispatch_symbolic_meta_inplace_nn_functional_max_unpool1d_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3028891Z test_dispatch_symbolic_meta_inplace_nn_functional_max_unpool1d_grad_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3029419Z test_dispatch_symbolic_meta_inplace_nn_functional_max_unpool1d_grad_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3030072Z test_dispatch_symbolic_meta_inplace_nn_functional_max_unpool1d_grad_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3030574Z 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:24:31.3031064Z 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:24:31.3031565Z test_dispatch_symbolic_meta_inplace_nn_functional_max_unpool2d_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3032074Z test_dispatch_symbolic_meta_inplace_nn_functional_max_unpool2d_grad_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3032578Z test_dispatch_symbolic_meta_inplace_nn_functional_max_unpool2d_grad_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.3033232Z 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:24:31.3033731Z test_dispatch_symbolic_meta_inplace_nn_functional_max_unpool3d_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3034227Z test_dispatch_symbolic_meta_inplace_nn_functional_max_unpool3d_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.3034709Z test_dispatch_symbolic_meta_inplace_nn_functional_max_unpool3d_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.3035288Z 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:24:31.3035814Z test_dispatch_symbolic_meta_inplace_nn_functional_max_unpool3d_grad_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.3036433Z 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:24:31.3036846Z test_dispatch_symbolic_meta_inplace_nn_functional_mish_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.3037244Z test_dispatch_symbolic_meta_inplace_nn_functional_mish_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.3038280Z test_dispatch_symbolic_meta_inplace_nn_functional_mish_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.3038743Z test_dispatch_symbolic_meta_inplace_nn_functional_mish_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.3039233Z 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:24:31.3039735Z 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:24:31.3040207Z 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:24:31.3040678Z 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:24:31.3041201Z test_dispatch_symbolic_meta_inplace_nn_functional_multi_margin_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3041788Z test_dispatch_symbolic_meta_inplace_nn_functional_multi_margin_loss_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3042314Z test_dispatch_symbolic_meta_inplace_nn_functional_multi_margin_loss_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3042974Z test_dispatch_symbolic_meta_inplace_nn_functional_multi_margin_loss_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3043510Z test_dispatch_symbolic_meta_inplace_nn_functional_multilabel_margin_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3044038Z 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:24:31.3044549Z 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:24:31.3045059Z test_dispatch_symbolic_meta_inplace_nn_functional_multilabel_margin_loss_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3045751Z test_dispatch_symbolic_meta_inplace_nn_functional_multilabel_soft_margin_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3046288Z test_dispatch_symbolic_meta_inplace_nn_functional_multilabel_soft_margin_loss_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3046827Z test_dispatch_symbolic_meta_inplace_nn_functional_multilabel_soft_margin_loss_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3047367Z test_dispatch_symbolic_meta_inplace_nn_functional_multilabel_soft_margin_loss_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.3047857Z 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:24:31.3048428Z test_dispatch_symbolic_meta_inplace_nn_functional_nll_loss_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.3048980Z test_dispatch_symbolic_meta_inplace_nn_functional_nll_loss_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3049520Z test_dispatch_symbolic_meta_inplace_nn_functional_nll_loss_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3050645Z test_dispatch_symbolic_meta_inplace_nn_functional_normalize_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.3051217Z test_dispatch_symbolic_meta_inplace_nn_functional_normalize_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.3051720Z test_dispatch_symbolic_meta_inplace_nn_functional_normalize_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.3052225Z test_dispatch_symbolic_meta_inplace_nn_functional_normalize_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:24:31.3052715Z test_dispatch_symbolic_meta_inplace_nn_functional_normalize_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.3053193Z test_dispatch_symbolic_meta_inplace_nn_functional_normalize_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.3053676Z 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:24:31.3054185Z 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:24:31.3054757Z test_dispatch_symbolic_meta_inplace_nn_functional_pad_circular_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:24:31.3055398Z 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:24:31.3055919Z 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:24:31.3056427Z test_dispatch_symbolic_meta_inplace_nn_functional_pad_circular_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.3056932Z test_dispatch_symbolic_meta_inplace_nn_functional_pad_circular_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:24:31.3057429Z test_dispatch_symbolic_meta_inplace_nn_functional_pad_circular_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.3058086Z test_dispatch_symbolic_meta_inplace_nn_functional_pad_circular_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.3058587Z test_dispatch_symbolic_meta_inplace_nn_functional_pad_circular_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.3059083Z test_dispatch_symbolic_meta_inplace_nn_functional_pad_circular_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.3059580Z test_dispatch_symbolic_meta_inplace_nn_functional_pad_circular_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.3060050Z test_dispatch_symbolic_meta_inplace_nn_functional_pad_circular_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.3060550Z test_dispatch_symbolic_meta_inplace_nn_functional_pad_constant_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:24:31.3061137Z 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:24:31.3061775Z 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:24:31.3062299Z 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:24:31.3063430Z 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:24:31.3063995Z 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:24:31.3064503Z 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:24:31.3064996Z 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:24:31.3065499Z 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:24:31.3066002Z 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:24:31.3066490Z 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:24:31.3066985Z 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:24:31.3067594Z 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:24:31.3068264Z 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:24:31.3068780Z 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:24:31.3069284Z 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:24:31.3069785Z 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:24:31.3070282Z 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:24:31.3070952Z 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:24:31.3071462Z 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:24:31.3071964Z test_dispatch_symbolic_meta_inplace_nn_functional_pad_replicate_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.3072471Z test_dispatch_symbolic_meta_inplace_nn_functional_pad_replicate_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.3072970Z test_dispatch_symbolic_meta_inplace_nn_functional_pad_replicate_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.3073570Z test_dispatch_symbolic_meta_inplace_nn_functional_pairwise_distance_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.3074100Z test_dispatch_symbolic_meta_inplace_nn_functional_pairwise_distance_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.3074778Z test_dispatch_symbolic_meta_inplace_nn_functional_pairwise_distance_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.3075946Z test_dispatch_symbolic_meta_inplace_nn_functional_pairwise_distance_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.3076525Z test_dispatch_symbolic_meta_inplace_nn_functional_pairwise_distance_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.3077045Z test_dispatch_symbolic_meta_inplace_nn_functional_pairwise_distance_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3077554Z 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:24:31.3078062Z 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:24:31.3078568Z test_dispatch_symbolic_meta_inplace_nn_functional_pairwise_distance_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.3079076Z 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:24:31.3079576Z 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:24:31.3080156Z test_dispatch_symbolic_meta_inplace_nn_functional_pdist_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.3080712Z test_dispatch_symbolic_meta_inplace_nn_functional_pdist_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:24:31.3081299Z 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:24:31.3081809Z 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:24:31.3082323Z 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:24:31.3082829Z 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:24:31.3083484Z 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:24:31.3083988Z 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:24:31.3084486Z 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:24:31.3084992Z 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:24:31.3085488Z 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:24:31.3085997Z 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:24:31.3086580Z test_dispatch_symbolic_meta_inplace_nn_functional_pixel_shuffle_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.3087153Z test_dispatch_symbolic_meta_inplace_nn_functional_pixel_shuffle_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3087857Z test_dispatch_symbolic_meta_inplace_nn_functional_pixel_unshuffle_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3088397Z test_dispatch_symbolic_meta_inplace_nn_functional_pixel_unshuffle_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3088919Z test_dispatch_symbolic_meta_inplace_nn_functional_pixel_unshuffle_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3089440Z 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:24:31.3089948Z test_dispatch_symbolic_meta_inplace_nn_functional_pixel_unshuffle_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3090456Z test_dispatch_symbolic_meta_inplace_nn_functional_pixel_unshuffle_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3090967Z test_dispatch_symbolic_meta_inplace_nn_functional_pixel_unshuffle_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3091468Z test_dispatch_symbolic_meta_inplace_nn_functional_pixel_unshuffle_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3091979Z test_dispatch_symbolic_meta_inplace_nn_functional_pixel_unshuffle_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3092472Z test_dispatch_symbolic_meta_inplace_nn_functional_pixel_unshuffle_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3093052Z test_dispatch_symbolic_meta_inplace_nn_functional_pixel_unshuffle_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3093688Z test_dispatch_symbolic_meta_inplace_nn_functional_pixel_unshuffle_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3094211Z test_dispatch_symbolic_meta_inplace_nn_functional_poisson_nll_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3094715Z test_dispatch_symbolic_meta_inplace_nn_functional_poisson_nll_loss_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3095366Z test_dispatch_symbolic_meta_inplace_nn_functional_poisson_nll_loss_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3095863Z 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:24:31.3096359Z test_dispatch_symbolic_meta_inplace_nn_functional_poisson_nll_loss_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.3096861Z 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:24:31.3097357Z test_dispatch_symbolic_meta_inplace_nn_functional_poisson_nll_loss_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.3097860Z test_dispatch_symbolic_meta_inplace_nn_functional_poisson_nll_loss_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.3098353Z 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:24:31.3098837Z test_dispatch_symbolic_meta_inplace_nn_functional_prelu_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:24:31.3099517Z test_dispatch_symbolic_meta_inplace_nn_functional_prelu_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.3100188Z test_dispatch_symbolic_meta_inplace_nn_functional_prelu_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.3100683Z test_dispatch_symbolic_meta_inplace_nn_functional_relu6_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.3101164Z test_dispatch_symbolic_meta_inplace_nn_functional_relu6_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.3101645Z test_dispatch_symbolic_meta_inplace_nn_functional_relu6_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:24:31.3102122Z test_dispatch_symbolic_meta_inplace_nn_functional_relu6_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.3102600Z test_dispatch_symbolic_meta_inplace_nn_functional_relu6_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.3103075Z test_dispatch_symbolic_meta_inplace_nn_functional_relu6_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.3103555Z test_dispatch_symbolic_meta_inplace_nn_functional_relu6_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.3104039Z test_dispatch_symbolic_meta_inplace_nn_functional_relu6_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.3104504Z test_dispatch_symbolic_meta_inplace_nn_functional_relu6_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:24:31.3104981Z test_dispatch_symbolic_meta_inplace_nn_functional_relu_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.3105634Z test_dispatch_symbolic_meta_inplace_nn_functional_relu_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.3106133Z test_dispatch_symbolic_meta_inplace_nn_functional_relu_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.3106752Z test_dispatch_symbolic_meta_inplace_nn_functional_relu_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.3107371Z test_dispatch_symbolic_meta_inplace_nn_functional_relu_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.011s) 2022-11-23T02:24:31.3107849Z test_dispatch_symbolic_meta_inplace_nn_functional_relu_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3108320Z test_dispatch_symbolic_meta_inplace_nn_functional_relu_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3108793Z test_dispatch_symbolic_meta_inplace_nn_functional_relu_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3109271Z test_dispatch_symbolic_meta_inplace_nn_functional_relu_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3109675Z test_dispatch_symbolic_meta_inplace_nn_functional_rrelu_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.3110080Z test_dispatch_symbolic_meta_inplace_nn_functional_rrelu_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.3110464Z test_dispatch_symbolic_meta_inplace_nn_functional_rrelu_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.3110862Z test_dispatch_symbolic_meta_inplace_nn_functional_rrelu_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.3111258Z test_dispatch_symbolic_meta_inplace_nn_functional_selu_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.3111763Z test_dispatch_symbolic_meta_inplace_nn_functional_selu_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.3112265Z test_dispatch_symbolic_meta_inplace_nn_functional_selu_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:24:31.3112662Z test_dispatch_symbolic_meta_inplace_nn_functional_selu_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:31.3113133Z test_dispatch_symbolic_meta_inplace_nn_functional_silu_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:31.3113610Z test_dispatch_symbolic_meta_inplace_nn_functional_silu_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.3114009Z test_dispatch_symbolic_meta_inplace_nn_functional_silu_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.3114398Z test_dispatch_symbolic_meta_inplace_nn_functional_silu_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:24:31.3122056Z test_dispatch_symbolic_meta_inplace_nn_functional_smooth_l1_loss_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3122630Z test_dispatch_symbolic_meta_inplace_nn_functional_smooth_l1_loss_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3123138Z test_dispatch_symbolic_meta_inplace_nn_functional_smooth_l1_loss_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3123662Z test_dispatch_symbolic_meta_inplace_nn_functional_soft_margin_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.3124170Z test_dispatch_symbolic_meta_inplace_nn_functional_soft_margin_loss_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3124671Z test_dispatch_symbolic_meta_inplace_nn_functional_soft_margin_loss_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3125263Z test_dispatch_symbolic_meta_inplace_nn_functional_soft_margin_loss_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3125764Z test_dispatch_symbolic_meta_inplace_nn_functional_softmin_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3126604Z test_dispatch_symbolic_meta_inplace_nn_functional_softmin_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3127140Z test_dispatch_symbolic_meta_inplace_nn_functional_softmin_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3127610Z test_dispatch_symbolic_meta_inplace_nn_functional_softmin_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3128134Z test_dispatch_symbolic_meta_inplace_nn_functional_softmin_with_dtype_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.3128662Z test_dispatch_symbolic_meta_inplace_nn_functional_softmin_with_dtype_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3129180Z test_dispatch_symbolic_meta_inplace_nn_functional_softmin_with_dtype_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.3129701Z 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:24:31.3130193Z test_dispatch_symbolic_meta_inplace_nn_functional_softmin_with_dtype_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.3130708Z 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:24:31.3131337Z 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:24:31.3131936Z 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:24:31.3132562Z test_dispatch_symbolic_meta_inplace_nn_functional_softmin_with_dtype_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:24:31.3133085Z 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:24:31.3133599Z 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:24:31.3134100Z test_dispatch_symbolic_meta_inplace_nn_functional_softplus_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.3134592Z test_dispatch_symbolic_meta_inplace_nn_functional_softplus_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.3135075Z test_dispatch_symbolic_meta_inplace_nn_functional_softplus_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.3135558Z test_dispatch_symbolic_meta_inplace_nn_functional_softplus_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.3136061Z test_dispatch_symbolic_meta_inplace_nn_functional_softshrink_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.3136568Z test_dispatch_symbolic_meta_inplace_nn_functional_softshrink_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:24:31.3137072Z test_dispatch_symbolic_meta_inplace_nn_functional_softshrink_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.3137568Z test_dispatch_symbolic_meta_inplace_nn_functional_softshrink_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.3138263Z test_dispatch_symbolic_meta_inplace_nn_functional_softsign_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.3138821Z test_dispatch_symbolic_meta_inplace_nn_functional_softsign_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.3139397Z test_dispatch_symbolic_meta_inplace_nn_functional_softsign_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.3139911Z test_dispatch_symbolic_meta_inplace_nn_functional_softsign_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.3140403Z test_dispatch_symbolic_meta_inplace_nn_functional_softsign_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.3140888Z test_dispatch_symbolic_meta_inplace_nn_functional_softsign_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:24:31.3141376Z test_dispatch_symbolic_meta_inplace_nn_functional_softsign_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.3141855Z test_dispatch_symbolic_meta_inplace_nn_functional_softsign_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.3142326Z test_dispatch_symbolic_meta_inplace_nn_functional_softsign_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.3142905Z test_dispatch_symbolic_meta_inplace_nn_functional_softsign_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.3143422Z test_dispatch_symbolic_meta_inplace_nn_functional_softsign_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.3143911Z test_dispatch_symbolic_meta_inplace_nn_functional_softsign_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.3144509Z test_dispatch_symbolic_meta_inplace_nn_functional_tanhshrink_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.3145027Z test_dispatch_symbolic_meta_inplace_nn_functional_tanhshrink_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.011s) 2022-11-23T02:24:31.3145680Z test_dispatch_symbolic_meta_inplace_nn_functional_tanhshrink_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.3146191Z test_dispatch_symbolic_meta_inplace_nn_functional_tanhshrink_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.3146689Z test_dispatch_symbolic_meta_inplace_nn_functional_tanhshrink_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.3147196Z test_dispatch_symbolic_meta_inplace_nn_functional_tanhshrink_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.3147690Z test_dispatch_symbolic_meta_inplace_nn_functional_tanhshrink_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.3148178Z test_dispatch_symbolic_meta_inplace_nn_functional_tanhshrink_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.3148662Z test_dispatch_symbolic_meta_inplace_nn_functional_tanhshrink_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.3149158Z test_dispatch_symbolic_meta_inplace_nn_functional_tanhshrink_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.3149640Z test_dispatch_symbolic_meta_inplace_nn_functional_tanhshrink_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.3150993Z test_dispatch_symbolic_meta_inplace_nn_functional_threshold_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.3151419Z test_dispatch_symbolic_meta_inplace_nn_functional_threshold_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.3151956Z test_dispatch_symbolic_meta_inplace_nn_functional_threshold_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.3152361Z test_dispatch_symbolic_meta_inplace_nn_functional_threshold_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.3152753Z test_dispatch_symbolic_meta_inplace_nn_functional_threshold_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:24:31.3153167Z test_dispatch_symbolic_meta_inplace_nn_functional_threshold_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.3153576Z test_dispatch_symbolic_meta_inplace_nn_functional_threshold_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.3153992Z test_dispatch_symbolic_meta_inplace_nn_functional_threshold_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.3154396Z test_dispatch_symbolic_meta_inplace_nn_functional_threshold_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.3154918Z test_dispatch_symbolic_meta_inplace_nn_functional_triplet_margin_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:24:31.3155453Z test_dispatch_symbolic_meta_inplace_nn_functional_triplet_margin_loss_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.3156105Z test_dispatch_symbolic_meta_inplace_nn_functional_triplet_margin_loss_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.3156669Z test_dispatch_symbolic_meta_inplace_nn_functional_triplet_margin_loss_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.3157299Z test_dispatch_symbolic_meta_inplace_nn_functional_triplet_margin_loss_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.3157897Z test_dispatch_symbolic_meta_inplace_nn_functional_triplet_margin_loss_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:24:31.3158488Z test_dispatch_symbolic_meta_inplace_nn_functional_triplet_margin_loss_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.3159011Z test_dispatch_symbolic_meta_inplace_nn_functional_triplet_margin_loss_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.3159533Z test_dispatch_symbolic_meta_inplace_nn_functional_triplet_margin_loss_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.3160059Z test_dispatch_symbolic_meta_inplace_nn_functional_triplet_margin_loss_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.3160581Z test_dispatch_symbolic_meta_inplace_nn_functional_triplet_margin_loss_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.3161154Z test_dispatch_symbolic_meta_inplace_nn_functional_triplet_margin_with_distance_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.3161740Z test_dispatch_symbolic_meta_inplace_nn_functional_triplet_margin_with_distance_loss_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:24:31.3162334Z test_dispatch_symbolic_meta_inplace_nn_functional_triplet_margin_with_distance_loss_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.3162904Z test_dispatch_symbolic_meta_inplace_nn_functional_triplet_margin_with_distance_loss_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.3163684Z test_dispatch_symbolic_meta_inplace_nn_functional_triplet_margin_with_distance_loss_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.3164304Z test_dispatch_symbolic_meta_inplace_nn_functional_triplet_margin_with_distance_loss_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.3164929Z test_dispatch_symbolic_meta_inplace_nn_functional_triplet_margin_with_distance_loss_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:24:31.3165499Z test_dispatch_symbolic_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:24:31.3166064Z test_dispatch_symbolic_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:24:31.3166632Z test_dispatch_symbolic_meta_inplace_nn_functional_triplet_margin_with_distance_loss_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.3167192Z test_dispatch_symbolic_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:24:31.3167703Z test_dispatch_symbolic_meta_inplace_nn_functional_unfold_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3168326Z test_dispatch_symbolic_meta_inplace_nn_functional_unfold_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.3168863Z test_dispatch_symbolic_meta_inplace_nn_functional_unfold_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.3169377Z test_dispatch_symbolic_meta_inplace_nn_functional_unfold_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3169934Z test_dispatch_symbolic_meta_inplace_nn_functional_unfold_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3170427Z test_dispatch_symbolic_meta_inplace_nn_functional_unfold_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3171083Z test_dispatch_symbolic_meta_inplace_nn_functional_upsample_bilinear_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3171633Z test_dispatch_symbolic_meta_inplace_nn_functional_upsample_bilinear_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3172151Z test_dispatch_symbolic_meta_inplace_nn_functional_upsample_bilinear_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.3172684Z test_dispatch_symbolic_meta_inplace_nn_functional_upsample_nearest_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3173220Z test_dispatch_symbolic_meta_inplace_nn_functional_upsample_nearest_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3173750Z test_dispatch_symbolic_meta_inplace_nn_functional_upsample_nearest_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3174286Z test_dispatch_symbolic_meta_inplace_nn_functional_upsample_nearest_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3174769Z test_dispatch_symbolic_meta_inplace_nonzero_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.3175374Z test_dispatch_symbolic_meta_inplace_nonzero_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3175858Z test_dispatch_symbolic_meta_inplace_nonzero_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.3176407Z test_dispatch_symbolic_meta_inplace_nonzero_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.3176977Z test_dispatch_symbolic_meta_inplace_nonzero_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.3177509Z test_dispatch_symbolic_meta_inplace_nonzero_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:24:31.3177971Z test_dispatch_symbolic_meta_inplace_nonzero_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.3178430Z test_dispatch_symbolic_meta_inplace_nonzero_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.3178904Z test_dispatch_symbolic_meta_inplace_nonzero_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.3179365Z test_dispatch_symbolic_meta_inplace_nonzero_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:24:31.3179821Z test_dispatch_symbolic_meta_inplace_nonzero_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3180396Z test_dispatch_symbolic_meta_inplace_nonzero_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3180886Z test_dispatch_symbolic_meta_inplace_nonzero_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3181351Z test_dispatch_symbolic_meta_inplace_norm_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3181834Z test_dispatch_symbolic_meta_inplace_norm_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3182307Z test_dispatch_symbolic_meta_inplace_norm_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3182831Z test_dispatch_symbolic_meta_inplace_norm_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.3183372Z test_dispatch_symbolic_meta_inplace_norm_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3183900Z test_dispatch_symbolic_meta_inplace_norm_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3184369Z test_dispatch_symbolic_meta_inplace_norm_fro_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3184861Z test_dispatch_symbolic_meta_inplace_norm_fro_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3185342Z test_dispatch_symbolic_meta_inplace_norm_fro_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3185825Z test_dispatch_symbolic_meta_inplace_norm_fro_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3186299Z test_dispatch_symbolic_meta_inplace_norm_fro_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3186783Z test_dispatch_symbolic_meta_inplace_norm_fro_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3187261Z test_dispatch_symbolic_meta_inplace_norm_inf_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3187891Z test_dispatch_symbolic_meta_inplace_norm_inf_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3188376Z test_dispatch_symbolic_meta_inplace_norm_inf_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3188851Z test_dispatch_symbolic_meta_inplace_norm_inf_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3189393Z test_dispatch_symbolic_meta_inplace_norm_inf_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.3189926Z test_dispatch_symbolic_meta_inplace_norm_inf_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.3190501Z test_dispatch_symbolic_meta_inplace_norm_nuc_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.3190981Z test_dispatch_symbolic_meta_inplace_norm_nuc_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:24:31.3191463Z test_dispatch_symbolic_meta_inplace_norm_nuc_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.3191942Z test_dispatch_symbolic_meta_inplace_norm_nuc_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.3192420Z test_dispatch_symbolic_meta_inplace_normal_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.3192998Z test_dispatch_symbolic_meta_inplace_normal_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.3193487Z test_dispatch_symbolic_meta_inplace_normal_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.011s) 2022-11-23T02:24:31.3193943Z test_dispatch_symbolic_meta_inplace_normal_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3194454Z test_dispatch_symbolic_meta_inplace_normal_number_mean_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3194956Z test_dispatch_symbolic_meta_inplace_normal_number_mean_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3195525Z test_dispatch_symbolic_meta_inplace_normal_number_mean_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3196032Z test_dispatch_symbolic_meta_inplace_normal_number_mean_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3196642Z test_dispatch_symbolic_meta_inplace_ones_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3197107Z test_dispatch_symbolic_meta_inplace_ones_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3197596Z test_dispatch_symbolic_meta_inplace_ones_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3198069Z test_dispatch_symbolic_meta_inplace_ones_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3198536Z test_dispatch_symbolic_meta_inplace_ones_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3199004Z test_dispatch_symbolic_meta_inplace_ones_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3199464Z test_dispatch_symbolic_meta_inplace_ones_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.3199910Z test_dispatch_symbolic_meta_inplace_ones_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.3200473Z test_dispatch_symbolic_meta_inplace_ones_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3200936Z test_dispatch_symbolic_meta_inplace_ones_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3201389Z test_dispatch_symbolic_meta_inplace_ones_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3201911Z test_dispatch_symbolic_meta_inplace_ones_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.3202380Z test_dispatch_symbolic_meta_inplace_ones_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.3203007Z test_dispatch_symbolic_meta_inplace_ones_like_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3203489Z test_dispatch_symbolic_meta_inplace_ones_like_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.3203979Z test_dispatch_symbolic_meta_inplace_ones_like_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3204459Z test_dispatch_symbolic_meta_inplace_ones_like_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.3204944Z test_dispatch_symbolic_meta_inplace_ones_like_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.3205530Z test_dispatch_symbolic_meta_inplace_ones_like_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.3206027Z test_dispatch_symbolic_meta_inplace_ones_like_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.3206512Z test_dispatch_symbolic_meta_inplace_ones_like_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.3206993Z test_dispatch_symbolic_meta_inplace_ones_like_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.005s) 2022-11-23T02:24:31.3207455Z test_dispatch_symbolic_meta_inplace_ones_like_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.3207913Z test_dispatch_symbolic_meta_inplace_ones_like_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.3208458Z test_dispatch_symbolic_meta_inplace_ones_like_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.3208987Z test_dispatch_symbolic_meta_inplace_ones_like_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.3209530Z test_dispatch_symbolic_meta_inplace_ormqr_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:24:31.3210014Z test_dispatch_symbolic_meta_inplace_ormqr_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.3210479Z test_dispatch_symbolic_meta_inplace_ormqr_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.3210929Z test_dispatch_symbolic_meta_inplace_ormqr_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3211406Z test_dispatch_symbolic_meta_inplace_outer_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3211872Z test_dispatch_symbolic_meta_inplace_outer_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3212344Z test_dispatch_symbolic_meta_inplace_outer_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3212944Z test_dispatch_symbolic_meta_inplace_outer_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3213410Z test_dispatch_symbolic_meta_inplace_outer_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3213868Z test_dispatch_symbolic_meta_inplace_outer_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3214321Z test_dispatch_symbolic_meta_inplace_outer_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3214784Z test_dispatch_symbolic_meta_inplace_outer_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3215236Z test_dispatch_symbolic_meta_inplace_outer_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3215708Z test_dispatch_symbolic_meta_inplace_outer_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3216174Z test_dispatch_symbolic_meta_inplace_outer_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.3216612Z test_dispatch_symbolic_meta_inplace_outer_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3217095Z test_dispatch_symbolic_meta_inplace_pca_lowrank_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3217677Z test_dispatch_symbolic_meta_inplace_pca_lowrank_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3218186Z test_dispatch_symbolic_meta_inplace_permute_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3218654Z test_dispatch_symbolic_meta_inplace_permute_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.3219158Z test_dispatch_symbolic_meta_inplace_permute_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3219712Z test_dispatch_symbolic_meta_inplace_permute_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.3220250Z test_dispatch_symbolic_meta_inplace_permute_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.3220730Z test_dispatch_symbolic_meta_inplace_permute_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.3221258Z test_dispatch_symbolic_meta_inplace_permute_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:24:31.3221729Z test_dispatch_symbolic_meta_inplace_permute_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.3222216Z test_dispatch_symbolic_meta_inplace_permute_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.3222679Z test_dispatch_symbolic_meta_inplace_permute_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.3223140Z test_dispatch_symbolic_meta_inplace_permute_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.3223609Z test_dispatch_symbolic_meta_inplace_permute_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.3224074Z test_dispatch_symbolic_meta_inplace_permute_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3224558Z test_dispatch_symbolic_meta_inplace_pinverse_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3225179Z test_dispatch_symbolic_meta_inplace_pinverse_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3225654Z test_dispatch_symbolic_meta_inplace_pinverse_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3226139Z test_dispatch_symbolic_meta_inplace_pinverse_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3226600Z test_dispatch_symbolic_meta_inplace_polar_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3227110Z test_dispatch_symbolic_meta_inplace_polar_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3227609Z test_dispatch_symbolic_meta_inplace_polygamma_polygamma_n_0_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T02:24:31.3228046Z test_dispatch_symbolic_meta_inplace_polygamma_polygamma_n_0_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.3228471Z test_dispatch_symbolic_meta_inplace_polygamma_polygamma_n_0_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.3228886Z test_dispatch_symbolic_meta_inplace_polygamma_polygamma_n_0_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:24:31.3229436Z test_dispatch_symbolic_meta_inplace_polygamma_polygamma_n_0_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:24:31.3230048Z test_dispatch_symbolic_meta_inplace_polygamma_polygamma_n_0_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:24:31.3230557Z test_dispatch_symbolic_meta_inplace_polygamma_polygamma_n_0_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:24:31.3231043Z test_dispatch_symbolic_meta_inplace_polygamma_polygamma_n_0_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T02:24:31.3231522Z test_dispatch_symbolic_meta_inplace_polygamma_polygamma_n_0_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:24:31.3232010Z test_dispatch_symbolic_meta_inplace_polygamma_polygamma_n_1_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:31.3232436Z test_dispatch_symbolic_meta_inplace_polygamma_polygamma_n_1_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.3232848Z test_dispatch_symbolic_meta_inplace_polygamma_polygamma_n_1_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:24:31.3233256Z test_dispatch_symbolic_meta_inplace_polygamma_polygamma_n_1_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:31.3233741Z test_dispatch_symbolic_meta_inplace_polygamma_polygamma_n_1_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:31.3234243Z test_dispatch_symbolic_meta_inplace_polygamma_polygamma_n_1_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:31.3234726Z test_dispatch_symbolic_meta_inplace_polygamma_polygamma_n_1_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:31.3235214Z test_dispatch_symbolic_meta_inplace_polygamma_polygamma_n_1_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:31.3235689Z test_dispatch_symbolic_meta_inplace_polygamma_polygamma_n_1_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:31.3236430Z test_dispatch_symbolic_meta_inplace_polygamma_polygamma_n_2_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:31.3236838Z test_dispatch_symbolic_meta_inplace_polygamma_polygamma_n_2_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.3237609Z test_dispatch_symbolic_meta_inplace_polygamma_polygamma_n_2_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:24:31.3237855Z test_dispatch_symbolic_meta_inplace_polygamma_polygamma_n_2_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.3238137Z test_dispatch_symbolic_meta_inplace_polygamma_polygamma_n_2_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:31.3238419Z test_dispatch_symbolic_meta_inplace_polygamma_polygamma_n_2_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:31.3238695Z test_dispatch_symbolic_meta_inplace_polygamma_polygamma_n_2_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:31.3238977Z test_dispatch_symbolic_meta_inplace_polygamma_polygamma_n_2_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T02:24:31.3239247Z test_dispatch_symbolic_meta_inplace_polygamma_polygamma_n_2_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T02:24:31.3239521Z test_dispatch_symbolic_meta_inplace_polygamma_polygamma_n_3_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:31.3239759Z test_dispatch_symbolic_meta_inplace_polygamma_polygamma_n_3_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.3239989Z test_dispatch_symbolic_meta_inplace_polygamma_polygamma_n_3_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.3240323Z test_dispatch_symbolic_meta_inplace_polygamma_polygamma_n_3_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.3240613Z test_dispatch_symbolic_meta_inplace_polygamma_polygamma_n_3_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T02:24:31.3240889Z test_dispatch_symbolic_meta_inplace_polygamma_polygamma_n_3_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:31.3241158Z test_dispatch_symbolic_meta_inplace_polygamma_polygamma_n_3_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T02:24:31.3241427Z test_dispatch_symbolic_meta_inplace_polygamma_polygamma_n_3_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:24:31.3241690Z test_dispatch_symbolic_meta_inplace_polygamma_polygamma_n_3_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:31.3241959Z test_dispatch_symbolic_meta_inplace_polygamma_polygamma_n_4_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.006s) 2022-11-23T02:24:31.3242194Z test_dispatch_symbolic_meta_inplace_polygamma_polygamma_n_4_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.3242424Z test_dispatch_symbolic_meta_inplace_polygamma_polygamma_n_4_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.3242655Z test_dispatch_symbolic_meta_inplace_polygamma_polygamma_n_4_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:31.3242920Z test_dispatch_symbolic_meta_inplace_polygamma_polygamma_n_4_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:31.3243189Z test_dispatch_symbolic_meta_inplace_polygamma_polygamma_n_4_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T02:24:31.3243452Z test_dispatch_symbolic_meta_inplace_polygamma_polygamma_n_4_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:24:31.3243724Z test_dispatch_symbolic_meta_inplace_polygamma_polygamma_n_4_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.006s) 2022-11-23T02:24:31.3243972Z test_dispatch_symbolic_meta_inplace_polygamma_polygamma_n_4_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:31.3244241Z test_dispatch_symbolic_meta_inplace_positive_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.3244617Z test_dispatch_symbolic_meta_inplace_positive_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.3244894Z test_dispatch_symbolic_meta_inplace_positive_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.3245168Z test_dispatch_symbolic_meta_inplace_positive_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.3245443Z test_dispatch_symbolic_meta_inplace_positive_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.3245711Z test_dispatch_symbolic_meta_inplace_positive_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.3245977Z test_dispatch_symbolic_meta_inplace_positive_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.3246248Z test_dispatch_symbolic_meta_inplace_positive_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.3246506Z test_dispatch_symbolic_meta_inplace_positive_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.3246761Z test_dispatch_symbolic_meta_inplace_positive_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.3247091Z test_dispatch_symbolic_meta_inplace_positive_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.3247363Z test_dispatch_symbolic_meta_inplace_positive_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.3247578Z test_dispatch_symbolic_meta_inplace_pow_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.3247801Z test_dispatch_symbolic_meta_inplace_pow_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.3248020Z test_dispatch_symbolic_meta_inplace_pow_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.3248237Z test_dispatch_symbolic_meta_inplace_pow_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.3248448Z test_dispatch_symbolic_meta_inplace_pow_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.3248658Z test_dispatch_symbolic_meta_inplace_pow_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.3248873Z test_dispatch_symbolic_meta_inplace_pow_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.3249081Z test_dispatch_symbolic_meta_inplace_pow_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.3249288Z test_dispatch_symbolic_meta_inplace_pow_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.3249493Z test_dispatch_symbolic_meta_inplace_pow_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.3249698Z test_dispatch_symbolic_meta_inplace_pow_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.3249897Z test_dispatch_symbolic_meta_inplace_pow_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.3250163Z test_dispatch_symbolic_meta_inplace_prod_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.3250409Z test_dispatch_symbolic_meta_inplace_prod_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3250684Z test_dispatch_symbolic_meta_inplace_prod_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.3250954Z test_dispatch_symbolic_meta_inplace_prod_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.3251301Z test_dispatch_symbolic_meta_inplace_prod_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.3251565Z test_dispatch_symbolic_meta_inplace_prod_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.3251818Z test_dispatch_symbolic_meta_inplace_prod_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.3252066Z test_dispatch_symbolic_meta_inplace_prod_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.3252325Z test_dispatch_symbolic_meta_inplace_prod_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.3252584Z test_dispatch_symbolic_meta_inplace_prod_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.3252843Z test_dispatch_symbolic_meta_inplace_prod_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.3253103Z test_dispatch_symbolic_meta_inplace_prod_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.3253356Z test_dispatch_symbolic_meta_inplace_prod_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.3253571Z test_dispatch_symbolic_meta_inplace_put_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.037s) 2022-11-23T02:24:31.3253779Z test_dispatch_symbolic_meta_inplace_put_cuda_bool (__main__.TestMetaCUDA) ... ok (0.052s) 2022-11-23T02:24:31.3254063Z test_dispatch_symbolic_meta_inplace_put_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.054s) 2022-11-23T02:24:31.3254297Z test_dispatch_symbolic_meta_inplace_put_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.055s) 2022-11-23T02:24:31.3254509Z test_dispatch_symbolic_meta_inplace_put_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.047s) 2022-11-23T02:24:31.3254725Z test_dispatch_symbolic_meta_inplace_put_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.047s) 2022-11-23T02:24:31.3254938Z test_dispatch_symbolic_meta_inplace_put_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.055s) 2022-11-23T02:24:31.3255143Z test_dispatch_symbolic_meta_inplace_put_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.054s) 2022-11-23T02:24:31.3255349Z test_dispatch_symbolic_meta_inplace_put_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.057s) 2022-11-23T02:24:31.3255551Z test_dispatch_symbolic_meta_inplace_put_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.045s) 2022-11-23T02:24:31.3255758Z test_dispatch_symbolic_meta_inplace_put_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.051s) 2022-11-23T02:24:31.3255958Z test_dispatch_symbolic_meta_inplace_put_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.046s) 2022-11-23T02:24:31.3256207Z test_dispatch_symbolic_meta_inplace_qr_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.3256474Z test_dispatch_symbolic_meta_inplace_qr_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.3256731Z test_dispatch_symbolic_meta_inplace_qr_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.3256992Z test_dispatch_symbolic_meta_inplace_qr_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.3257261Z test_dispatch_symbolic_meta_inplace_quantile_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.3257531Z test_dispatch_symbolic_meta_inplace_quantile_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:24:31.3257752Z test_dispatch_symbolic_meta_inplace_rad2deg_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.3258013Z test_dispatch_symbolic_meta_inplace_rad2deg_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:24:31.3258330Z test_dispatch_symbolic_meta_inplace_rad2deg_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.3258547Z test_dispatch_symbolic_meta_inplace_rad2deg_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.3258753Z test_dispatch_symbolic_meta_inplace_rad2deg_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.3259012Z test_dispatch_symbolic_meta_inplace_rad2deg_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T02:24:31.3259271Z test_dispatch_symbolic_meta_inplace_rad2deg_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:24:31.3259522Z test_dispatch_symbolic_meta_inplace_rad2deg_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:24:31.3259772Z test_dispatch_symbolic_meta_inplace_rad2deg_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:24:31.3260021Z test_dispatch_symbolic_meta_inplace_rad2deg_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:24:31.3260291Z test_dispatch_symbolic_meta_inplace_rand_like_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3260568Z test_dispatch_symbolic_meta_inplace_rand_like_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.3260909Z test_dispatch_symbolic_meta_inplace_rand_like_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.3261196Z test_dispatch_symbolic_meta_inplace_rand_like_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3261467Z test_dispatch_symbolic_meta_inplace_rand_like_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.3261740Z test_dispatch_symbolic_meta_inplace_rand_like_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.3262008Z test_dispatch_symbolic_meta_inplace_rand_like_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.3262276Z test_dispatch_symbolic_meta_inplace_randint_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:24:31.3262544Z test_dispatch_symbolic_meta_inplace_randint_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.3262804Z test_dispatch_symbolic_meta_inplace_randint_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.3263057Z test_dispatch_symbolic_meta_inplace_randint_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.3263320Z test_dispatch_symbolic_meta_inplace_randint_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.3263572Z test_dispatch_symbolic_meta_inplace_randint_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:24:31.3263821Z test_dispatch_symbolic_meta_inplace_randint_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3264066Z test_dispatch_symbolic_meta_inplace_randint_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3264320Z test_dispatch_symbolic_meta_inplace_randint_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3264593Z test_dispatch_symbolic_meta_inplace_randint_like_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3264866Z test_dispatch_symbolic_meta_inplace_randint_like_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3265231Z test_dispatch_symbolic_meta_inplace_randint_like_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3265494Z test_dispatch_symbolic_meta_inplace_randint_like_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3265760Z test_dispatch_symbolic_meta_inplace_randint_like_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.3266032Z test_dispatch_symbolic_meta_inplace_randint_like_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3266298Z test_dispatch_symbolic_meta_inplace_randint_like_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3266565Z test_dispatch_symbolic_meta_inplace_randint_like_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3266836Z test_dispatch_symbolic_meta_inplace_randint_like_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.3267100Z test_dispatch_symbolic_meta_inplace_randn_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.3267364Z test_dispatch_symbolic_meta_inplace_randn_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.3267847Z test_dispatch_symbolic_meta_inplace_randn_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.3268143Z test_dispatch_symbolic_meta_inplace_randn_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.3268404Z test_dispatch_symbolic_meta_inplace_randn_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.3268965Z test_dispatch_symbolic_meta_inplace_randn_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3269231Z test_dispatch_symbolic_meta_inplace_randn_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.3269500Z test_dispatch_symbolic_meta_inplace_randn_like_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.3269778Z test_dispatch_symbolic_meta_inplace_randn_like_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.3270049Z test_dispatch_symbolic_meta_inplace_randn_like_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.3270318Z test_dispatch_symbolic_meta_inplace_randn_like_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.3270590Z test_dispatch_symbolic_meta_inplace_randn_like_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.3270854Z test_dispatch_symbolic_meta_inplace_randn_like_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.3271118Z test_dispatch_symbolic_meta_inplace_randn_like_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.3271385Z test_dispatch_symbolic_meta_inplace_ravel_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.3271647Z test_dispatch_symbolic_meta_inplace_ravel_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:24:31.3271912Z test_dispatch_symbolic_meta_inplace_ravel_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.3272283Z test_dispatch_symbolic_meta_inplace_ravel_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.3272543Z test_dispatch_symbolic_meta_inplace_ravel_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.3272805Z test_dispatch_symbolic_meta_inplace_ravel_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.3273055Z test_dispatch_symbolic_meta_inplace_ravel_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:24:31.3273307Z test_dispatch_symbolic_meta_inplace_ravel_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3273563Z test_dispatch_symbolic_meta_inplace_ravel_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3273801Z test_dispatch_symbolic_meta_inplace_ravel_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3274063Z test_dispatch_symbolic_meta_inplace_ravel_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3274320Z test_dispatch_symbolic_meta_inplace_ravel_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3274574Z test_dispatch_symbolic_meta_inplace_ravel_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3274909Z test_dispatch_symbolic_meta_inplace_real_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3275182Z test_dispatch_symbolic_meta_inplace_real_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3275448Z test_dispatch_symbolic_meta_inplace_real_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3275717Z test_dispatch_symbolic_meta_inplace_real_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3275971Z test_dispatch_symbolic_meta_inplace_real_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3276230Z test_dispatch_symbolic_meta_inplace_real_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3276483Z test_dispatch_symbolic_meta_inplace_real_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3276729Z test_dispatch_symbolic_meta_inplace_real_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3276984Z test_dispatch_symbolic_meta_inplace_real_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3277245Z test_dispatch_symbolic_meta_inplace_real_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.3277501Z test_dispatch_symbolic_meta_inplace_real_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3277754Z test_dispatch_symbolic_meta_inplace_real_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3278005Z test_dispatch_symbolic_meta_inplace_real_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.3278237Z test_dispatch_symbolic_meta_inplace_reciprocal_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.3278501Z test_dispatch_symbolic_meta_inplace_reciprocal_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T02:24:31.3278731Z test_dispatch_symbolic_meta_inplace_reciprocal_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.3279049Z test_dispatch_symbolic_meta_inplace_reciprocal_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.3279274Z test_dispatch_symbolic_meta_inplace_reciprocal_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.3279491Z test_dispatch_symbolic_meta_inplace_reciprocal_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.3279703Z test_dispatch_symbolic_meta_inplace_reciprocal_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.3279968Z test_dispatch_symbolic_meta_inplace_reciprocal_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:24:31.3280232Z test_dispatch_symbolic_meta_inplace_reciprocal_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:24:31.3280492Z test_dispatch_symbolic_meta_inplace_reciprocal_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:24:31.3280753Z test_dispatch_symbolic_meta_inplace_reciprocal_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:24:31.3281008Z test_dispatch_symbolic_meta_inplace_reciprocal_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:24:31.3281219Z test_dispatch_symbolic_meta_inplace_remainder_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.3281442Z test_dispatch_symbolic_meta_inplace_remainder_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.3281728Z test_dispatch_symbolic_meta_inplace_remainder_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.3281958Z test_dispatch_symbolic_meta_inplace_remainder_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:24:31.3282175Z test_dispatch_symbolic_meta_inplace_remainder_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.3282385Z test_dispatch_symbolic_meta_inplace_remainder_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:31.3282596Z test_dispatch_symbolic_meta_inplace_remainder_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.3282809Z test_dispatch_symbolic_meta_inplace_remainder_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:31.3283029Z test_dispatch_symbolic_meta_inplace_remainder_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:31.3283245Z test_dispatch_symbolic_meta_inplace_renorm_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.3283472Z test_dispatch_symbolic_meta_inplace_renorm_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.3283690Z test_dispatch_symbolic_meta_inplace_renorm_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.3283904Z test_dispatch_symbolic_meta_inplace_renorm_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.3284125Z test_dispatch_symbolic_meta_inplace_renorm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.3284339Z test_dispatch_symbolic_meta_inplace_renorm_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.3284607Z test_dispatch_symbolic_meta_inplace_repeat_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3284870Z test_dispatch_symbolic_meta_inplace_repeat_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3285147Z test_dispatch_symbolic_meta_inplace_repeat_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3285419Z test_dispatch_symbolic_meta_inplace_repeat_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3285686Z test_dispatch_symbolic_meta_inplace_repeat_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3286028Z test_dispatch_symbolic_meta_inplace_repeat_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3286281Z test_dispatch_symbolic_meta_inplace_repeat_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3286542Z test_dispatch_symbolic_meta_inplace_repeat_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.3286791Z test_dispatch_symbolic_meta_inplace_repeat_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.3287026Z test_dispatch_symbolic_meta_inplace_repeat_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.3287281Z test_dispatch_symbolic_meta_inplace_repeat_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.3287545Z test_dispatch_symbolic_meta_inplace_repeat_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.3287832Z test_dispatch_symbolic_meta_inplace_repeat_interleave_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.3288114Z test_dispatch_symbolic_meta_inplace_repeat_interleave_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:24:31.3288403Z test_dispatch_symbolic_meta_inplace_repeat_interleave_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.3288758Z test_dispatch_symbolic_meta_inplace_repeat_interleave_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.3289059Z test_dispatch_symbolic_meta_inplace_repeat_interleave_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.3289348Z test_dispatch_symbolic_meta_inplace_repeat_interleave_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:24:31.3289630Z test_dispatch_symbolic_meta_inplace_repeat_interleave_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3289911Z test_dispatch_symbolic_meta_inplace_repeat_interleave_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3290190Z test_dispatch_symbolic_meta_inplace_repeat_interleave_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3290469Z test_dispatch_symbolic_meta_inplace_repeat_interleave_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3290741Z test_dispatch_symbolic_meta_inplace_repeat_interleave_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3291020Z test_dispatch_symbolic_meta_inplace_repeat_interleave_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3291288Z test_dispatch_symbolic_meta_inplace_repeat_interleave_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3291557Z test_dispatch_symbolic_meta_inplace_reshape_as_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3291825Z test_dispatch_symbolic_meta_inplace_reshape_as_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3292104Z test_dispatch_symbolic_meta_inplace_reshape_as_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3292379Z test_dispatch_symbolic_meta_inplace_reshape_as_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.3292737Z test_dispatch_symbolic_meta_inplace_reshape_as_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3293008Z test_dispatch_symbolic_meta_inplace_reshape_as_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3293276Z test_dispatch_symbolic_meta_inplace_reshape_as_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.3293545Z test_dispatch_symbolic_meta_inplace_reshape_as_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.3293816Z test_dispatch_symbolic_meta_inplace_reshape_as_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.3294082Z test_dispatch_symbolic_meta_inplace_reshape_as_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.3294348Z test_dispatch_symbolic_meta_inplace_reshape_as_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.3294616Z test_dispatch_symbolic_meta_inplace_reshape_as_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.3294878Z test_dispatch_symbolic_meta_inplace_reshape_as_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.3295143Z test_dispatch_symbolic_meta_inplace_reshape_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3295475Z test_dispatch_symbolic_meta_inplace_reshape_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.3295762Z test_dispatch_symbolic_meta_inplace_reshape_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.3296034Z test_dispatch_symbolic_meta_inplace_reshape_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.3296305Z test_dispatch_symbolic_meta_inplace_reshape_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.3296571Z test_dispatch_symbolic_meta_inplace_reshape_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.3296828Z test_dispatch_symbolic_meta_inplace_reshape_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:24:31.3297067Z test_dispatch_symbolic_meta_inplace_reshape_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.3297329Z test_dispatch_symbolic_meta_inplace_reshape_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.3297582Z test_dispatch_symbolic_meta_inplace_reshape_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.3297835Z test_dispatch_symbolic_meta_inplace_reshape_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.3298096Z test_dispatch_symbolic_meta_inplace_reshape_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.3298350Z test_dispatch_symbolic_meta_inplace_reshape_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.3298570Z test_dispatch_symbolic_meta_inplace_resize__cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.3298787Z test_dispatch_symbolic_meta_inplace_resize__cuda_bool (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.3299011Z test_dispatch_symbolic_meta_inplace_resize__cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.3299235Z test_dispatch_symbolic_meta_inplace_resize__cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.3300117Z test_dispatch_symbolic_meta_inplace_resize__cuda_float16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.3300327Z test_dispatch_symbolic_meta_inplace_resize__cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.3300532Z test_dispatch_symbolic_meta_inplace_resize__cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.3300744Z test_dispatch_symbolic_meta_inplace_resize__cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.3300955Z test_dispatch_symbolic_meta_inplace_resize__cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.3301172Z test_dispatch_symbolic_meta_inplace_resize__cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.3301383Z test_dispatch_symbolic_meta_inplace_resize__cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.3301591Z test_dispatch_symbolic_meta_inplace_resize__cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.3301817Z test_dispatch_symbolic_meta_inplace_resize_as__cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.3302028Z test_dispatch_symbolic_meta_inplace_resize_as__cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.3302253Z test_dispatch_symbolic_meta_inplace_resize_as__cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.3302479Z test_dispatch_symbolic_meta_inplace_resize_as__cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.3302701Z test_dispatch_symbolic_meta_inplace_resize_as__cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.3302996Z test_dispatch_symbolic_meta_inplace_resize_as__cuda_float32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.3303223Z test_dispatch_symbolic_meta_inplace_resize_as__cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.3303439Z test_dispatch_symbolic_meta_inplace_resize_as__cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.3303651Z test_dispatch_symbolic_meta_inplace_resize_as__cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.3303866Z test_dispatch_symbolic_meta_inplace_resize_as__cuda_int64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.3304079Z test_dispatch_symbolic_meta_inplace_resize_as__cuda_int8 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.3304288Z test_dispatch_symbolic_meta_inplace_resize_as__cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.3304568Z test_dispatch_symbolic_meta_inplace_resolve_conj_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3304840Z test_dispatch_symbolic_meta_inplace_resolve_conj_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.3305122Z test_dispatch_symbolic_meta_inplace_resolve_conj_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.3305408Z test_dispatch_symbolic_meta_inplace_resolve_conj_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.3305680Z test_dispatch_symbolic_meta_inplace_resolve_conj_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.3305952Z test_dispatch_symbolic_meta_inplace_resolve_conj_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:24:31.3306218Z test_dispatch_symbolic_meta_inplace_resolve_conj_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.3306486Z test_dispatch_symbolic_meta_inplace_resolve_conj_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.3306752Z test_dispatch_symbolic_meta_inplace_resolve_conj_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.3307104Z test_dispatch_symbolic_meta_inplace_resolve_conj_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.3307371Z test_dispatch_symbolic_meta_inplace_resolve_conj_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.3307636Z test_dispatch_symbolic_meta_inplace_resolve_conj_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.3307914Z test_dispatch_symbolic_meta_inplace_resolve_neg_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.3308180Z test_dispatch_symbolic_meta_inplace_resolve_neg_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.3308456Z test_dispatch_symbolic_meta_inplace_resolve_neg_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.3308734Z test_dispatch_symbolic_meta_inplace_resolve_neg_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3309009Z test_dispatch_symbolic_meta_inplace_resolve_neg_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3309277Z test_dispatch_symbolic_meta_inplace_resolve_neg_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3309611Z test_dispatch_symbolic_meta_inplace_resolve_neg_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3309894Z test_dispatch_symbolic_meta_inplace_resolve_neg_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3310161Z test_dispatch_symbolic_meta_inplace_resolve_neg_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3310430Z test_dispatch_symbolic_meta_inplace_resolve_neg_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3310695Z test_dispatch_symbolic_meta_inplace_resolve_neg_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3310961Z test_dispatch_symbolic_meta_inplace_resolve_neg_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3311210Z test_dispatch_symbolic_meta_inplace_resolve_neg_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3311474Z test_dispatch_symbolic_meta_inplace_roll_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3311728Z test_dispatch_symbolic_meta_inplace_roll_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3311997Z test_dispatch_symbolic_meta_inplace_roll_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3312261Z test_dispatch_symbolic_meta_inplace_roll_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3312517Z test_dispatch_symbolic_meta_inplace_roll_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3312777Z test_dispatch_symbolic_meta_inplace_roll_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3313031Z test_dispatch_symbolic_meta_inplace_roll_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3313278Z test_dispatch_symbolic_meta_inplace_roll_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3313538Z test_dispatch_symbolic_meta_inplace_roll_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3313887Z test_dispatch_symbolic_meta_inplace_roll_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3314146Z test_dispatch_symbolic_meta_inplace_roll_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3314398Z test_dispatch_symbolic_meta_inplace_roll_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3314652Z test_dispatch_symbolic_meta_inplace_roll_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3314918Z test_dispatch_symbolic_meta_inplace_rot90_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3315172Z test_dispatch_symbolic_meta_inplace_rot90_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3315441Z test_dispatch_symbolic_meta_inplace_rot90_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3315704Z test_dispatch_symbolic_meta_inplace_rot90_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3315961Z test_dispatch_symbolic_meta_inplace_rot90_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3316215Z test_dispatch_symbolic_meta_inplace_rot90_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3316528Z test_dispatch_symbolic_meta_inplace_rot90_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3316800Z test_dispatch_symbolic_meta_inplace_rot90_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3317060Z test_dispatch_symbolic_meta_inplace_rot90_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3317315Z test_dispatch_symbolic_meta_inplace_rot90_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3317571Z test_dispatch_symbolic_meta_inplace_rot90_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3317822Z test_dispatch_symbolic_meta_inplace_rot90_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3318043Z test_dispatch_symbolic_meta_inplace_round_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.3318259Z test_dispatch_symbolic_meta_inplace_round_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.3318474Z test_dispatch_symbolic_meta_inplace_round_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.3318688Z test_dispatch_symbolic_meta_inplace_round_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.3318884Z test_dispatch_symbolic_meta_inplace_round_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.3319094Z test_dispatch_symbolic_meta_inplace_round_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.3319304Z test_dispatch_symbolic_meta_inplace_round_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.3319513Z test_dispatch_symbolic_meta_inplace_round_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.3319718Z test_dispatch_symbolic_meta_inplace_round_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.3319952Z test_dispatch_symbolic_meta_inplace_round_decimals_0_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.3320185Z test_dispatch_symbolic_meta_inplace_round_decimals_0_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.3320503Z test_dispatch_symbolic_meta_inplace_round_decimals_0_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.3320727Z test_dispatch_symbolic_meta_inplace_round_decimals_0_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.3320954Z test_dispatch_symbolic_meta_inplace_round_decimals_3_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.3321174Z test_dispatch_symbolic_meta_inplace_round_decimals_3_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.3321398Z test_dispatch_symbolic_meta_inplace_round_decimals_3_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.3321618Z test_dispatch_symbolic_meta_inplace_round_decimals_3_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.3321856Z test_dispatch_symbolic_meta_inplace_round_decimals_neg_3_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.3322090Z test_dispatch_symbolic_meta_inplace_round_decimals_neg_3_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.3322328Z test_dispatch_symbolic_meta_inplace_round_decimals_neg_3_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.3322562Z test_dispatch_symbolic_meta_inplace_round_decimals_neg_3_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.3322780Z test_dispatch_symbolic_meta_inplace_rsqrt_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.3323033Z test_dispatch_symbolic_meta_inplace_rsqrt_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:24:31.3323321Z test_dispatch_symbolic_meta_inplace_rsqrt_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.3323559Z test_dispatch_symbolic_meta_inplace_rsqrt_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.3323770Z test_dispatch_symbolic_meta_inplace_rsqrt_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.3323973Z test_dispatch_symbolic_meta_inplace_rsqrt_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.3324349Z test_dispatch_symbolic_meta_inplace_rsqrt_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:24:31.3324576Z test_dispatch_symbolic_meta_inplace_rsqrt_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.3324829Z test_dispatch_symbolic_meta_inplace_rsqrt_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T02:24:31.3325258Z test_dispatch_symbolic_meta_inplace_rsqrt_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T02:24:31.3325637Z test_dispatch_symbolic_meta_inplace_rsqrt_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:24:31.3325898Z test_dispatch_symbolic_meta_inplace_rsqrt_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:24:31.3326142Z test_dispatch_symbolic_meta_inplace_rsqrt_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:24:31.3326412Z test_dispatch_symbolic_meta_inplace_rsub_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3326713Z test_dispatch_symbolic_meta_inplace_rsub_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3326980Z test_dispatch_symbolic_meta_inplace_rsub_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3327243Z test_dispatch_symbolic_meta_inplace_rsub_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3327495Z test_dispatch_symbolic_meta_inplace_rsub_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3327745Z test_dispatch_symbolic_meta_inplace_rsub_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3328111Z test_dispatch_symbolic_meta_inplace_rsub_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3328371Z test_dispatch_symbolic_meta_inplace_rsub_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3328626Z test_dispatch_symbolic_meta_inplace_rsub_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3328886Z test_dispatch_symbolic_meta_inplace_rsub_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3329143Z test_dispatch_symbolic_meta_inplace_rsub_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.3329420Z test_dispatch_symbolic_meta_inplace_scalar_tensor_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3329696Z test_dispatch_symbolic_meta_inplace_scalar_tensor_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.3329978Z test_dispatch_symbolic_meta_inplace_scalar_tensor_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3330256Z test_dispatch_symbolic_meta_inplace_scalar_tensor_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3330533Z test_dispatch_symbolic_meta_inplace_scalar_tensor_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.3330874Z test_dispatch_symbolic_meta_inplace_scalar_tensor_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.3331166Z test_dispatch_symbolic_meta_inplace_scalar_tensor_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.3331437Z test_dispatch_symbolic_meta_inplace_scalar_tensor_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.3331705Z test_dispatch_symbolic_meta_inplace_scalar_tensor_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.3331976Z test_dispatch_symbolic_meta_inplace_scalar_tensor_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:24:31.3332243Z test_dispatch_symbolic_meta_inplace_scalar_tensor_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.3332517Z test_dispatch_symbolic_meta_inplace_scalar_tensor_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.3332782Z test_dispatch_symbolic_meta_inplace_scalar_tensor_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.3332998Z test_dispatch_symbolic_meta_inplace_scatter_add_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:24:31.3333220Z test_dispatch_symbolic_meta_inplace_scatter_add_cuda_bool (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:24:31.3333451Z test_dispatch_symbolic_meta_inplace_scatter_add_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.3333680Z test_dispatch_symbolic_meta_inplace_scatter_add_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:24:31.3333903Z test_dispatch_symbolic_meta_inplace_scatter_add_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:24:31.3334130Z test_dispatch_symbolic_meta_inplace_scatter_add_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:24:31.3334352Z test_dispatch_symbolic_meta_inplace_scatter_add_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:24:31.3334572Z test_dispatch_symbolic_meta_inplace_scatter_add_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.3334871Z test_dispatch_symbolic_meta_inplace_scatter_add_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:24:31.3335079Z test_dispatch_symbolic_meta_inplace_scatter_add_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:24:31.3335295Z test_dispatch_symbolic_meta_inplace_scatter_add_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.3335504Z test_dispatch_symbolic_meta_inplace_scatter_add_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:24:31.3335718Z test_dispatch_symbolic_meta_inplace_scatter_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.054s) 2022-11-23T02:24:31.3335932Z test_dispatch_symbolic_meta_inplace_scatter_cuda_bool (__main__.TestMetaCUDA) ... ok (0.042s) 2022-11-23T02:24:31.3336157Z test_dispatch_symbolic_meta_inplace_scatter_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.043s) 2022-11-23T02:24:31.3336383Z test_dispatch_symbolic_meta_inplace_scatter_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.039s) 2022-11-23T02:24:31.3336603Z test_dispatch_symbolic_meta_inplace_scatter_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.061s) 2022-11-23T02:24:31.3336812Z test_dispatch_symbolic_meta_inplace_scatter_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.049s) 2022-11-23T02:24:31.3337018Z test_dispatch_symbolic_meta_inplace_scatter_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.048s) 2022-11-23T02:24:31.3337230Z test_dispatch_symbolic_meta_inplace_scatter_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.036s) 2022-11-23T02:24:31.3337444Z test_dispatch_symbolic_meta_inplace_scatter_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.036s) 2022-11-23T02:24:31.3338223Z test_dispatch_symbolic_meta_inplace_scatter_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:24:31.3338501Z test_dispatch_symbolic_meta_inplace_scatter_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.043s) 2022-11-23T02:24:31.3338717Z test_dispatch_symbolic_meta_inplace_scatter_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.035s) 2022-11-23T02:24:31.3338964Z test_dispatch_symbolic_meta_inplace_scatter_reduce_amax_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.054s) 2022-11-23T02:24:31.3339202Z test_dispatch_symbolic_meta_inplace_scatter_reduce_amax_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.054s) 2022-11-23T02:24:31.3339441Z test_dispatch_symbolic_meta_inplace_scatter_reduce_amax_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.050s) 2022-11-23T02:24:31.3339677Z test_dispatch_symbolic_meta_inplace_scatter_reduce_amax_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.047s) 2022-11-23T02:24:31.3339912Z test_dispatch_symbolic_meta_inplace_scatter_reduce_amax_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.040s) 2022-11-23T02:24:31.3340144Z test_dispatch_symbolic_meta_inplace_scatter_reduce_amax_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.040s) 2022-11-23T02:24:31.3340371Z test_dispatch_symbolic_meta_inplace_scatter_reduce_amax_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.042s) 2022-11-23T02:24:31.3340605Z test_dispatch_symbolic_meta_inplace_scatter_reduce_amax_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.052s) 2022-11-23T02:24:31.3340837Z test_dispatch_symbolic_meta_inplace_scatter_reduce_amax_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.053s) 2022-11-23T02:24:31.3341073Z test_dispatch_symbolic_meta_inplace_scatter_reduce_amin_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.059s) 2022-11-23T02:24:31.3341306Z test_dispatch_symbolic_meta_inplace_scatter_reduce_amin_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.063s) 2022-11-23T02:24:31.3341542Z test_dispatch_symbolic_meta_inplace_scatter_reduce_amin_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.051s) 2022-11-23T02:24:31.3341773Z test_dispatch_symbolic_meta_inplace_scatter_reduce_amin_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.043s) 2022-11-23T02:24:31.3342005Z test_dispatch_symbolic_meta_inplace_scatter_reduce_amin_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.043s) 2022-11-23T02:24:31.3342231Z test_dispatch_symbolic_meta_inplace_scatter_reduce_amin_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.042s) 2022-11-23T02:24:31.3342570Z test_dispatch_symbolic_meta_inplace_scatter_reduce_amin_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.046s) 2022-11-23T02:24:31.3342800Z test_dispatch_symbolic_meta_inplace_scatter_reduce_amin_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.054s) 2022-11-23T02:24:31.3343031Z test_dispatch_symbolic_meta_inplace_scatter_reduce_amin_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.054s) 2022-11-23T02:24:31.3343268Z test_dispatch_symbolic_meta_inplace_scatter_reduce_mean_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.048s) 2022-11-23T02:24:31.3343501Z test_dispatch_symbolic_meta_inplace_scatter_reduce_mean_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.060s) 2022-11-23T02:24:31.3343731Z test_dispatch_symbolic_meta_inplace_scatter_reduce_mean_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.052s) 2022-11-23T02:24:31.3343948Z test_dispatch_symbolic_meta_inplace_scatter_reduce_mean_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.055s) 2022-11-23T02:24:31.3344181Z test_dispatch_symbolic_meta_inplace_scatter_reduce_mean_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.056s) 2022-11-23T02:24:31.3344408Z test_dispatch_symbolic_meta_inplace_scatter_reduce_mean_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.048s) 2022-11-23T02:24:31.3344630Z test_dispatch_symbolic_meta_inplace_scatter_reduce_mean_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.051s) 2022-11-23T02:24:31.3344859Z test_dispatch_symbolic_meta_inplace_scatter_reduce_mean_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.047s) 2022-11-23T02:24:31.3345160Z test_dispatch_symbolic_meta_inplace_scatter_reduce_mean_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.043s) 2022-11-23T02:24:31.3345416Z test_dispatch_symbolic_meta_inplace_scatter_reduce_prod_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.057s) 2022-11-23T02:24:31.3345650Z test_dispatch_symbolic_meta_inplace_scatter_reduce_prod_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.059s) 2022-11-23T02:24:31.3345888Z test_dispatch_symbolic_meta_inplace_scatter_reduce_prod_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.060s) 2022-11-23T02:24:31.3346115Z test_dispatch_symbolic_meta_inplace_scatter_reduce_prod_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.058s) 2022-11-23T02:24:31.3346344Z test_dispatch_symbolic_meta_inplace_scatter_reduce_prod_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.042s) 2022-11-23T02:24:31.3346574Z test_dispatch_symbolic_meta_inplace_scatter_reduce_prod_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.035s) 2022-11-23T02:24:31.3346803Z test_dispatch_symbolic_meta_inplace_scatter_reduce_prod_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.064s) 2022-11-23T02:24:31.3347031Z test_dispatch_symbolic_meta_inplace_scatter_reduce_prod_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.055s) 2022-11-23T02:24:31.3347260Z test_dispatch_symbolic_meta_inplace_scatter_reduce_prod_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.056s) 2022-11-23T02:24:31.3347489Z test_dispatch_symbolic_meta_inplace_scatter_reduce_sum_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.052s) 2022-11-23T02:24:31.3347720Z test_dispatch_symbolic_meta_inplace_scatter_reduce_sum_cuda_bool (__main__.TestMetaCUDA) ... ok (0.052s) 2022-11-23T02:24:31.3347955Z test_dispatch_symbolic_meta_inplace_scatter_reduce_sum_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.045s) 2022-11-23T02:24:31.3348185Z test_dispatch_symbolic_meta_inplace_scatter_reduce_sum_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.041s) 2022-11-23T02:24:31.3348412Z test_dispatch_symbolic_meta_inplace_scatter_reduce_sum_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.042s) 2022-11-23T02:24:31.3348640Z test_dispatch_symbolic_meta_inplace_scatter_reduce_sum_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.050s) 2022-11-23T02:24:31.3348869Z test_dispatch_symbolic_meta_inplace_scatter_reduce_sum_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.053s) 2022-11-23T02:24:31.3349087Z test_dispatch_symbolic_meta_inplace_scatter_reduce_sum_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.036s) 2022-11-23T02:24:31.3349389Z test_dispatch_symbolic_meta_inplace_scatter_reduce_sum_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.050s) 2022-11-23T02:24:31.3349607Z test_dispatch_symbolic_meta_inplace_scatter_reduce_sum_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.054s) 2022-11-23T02:24:31.3349886Z test_dispatch_symbolic_meta_inplace_searchsorted_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3350168Z test_dispatch_symbolic_meta_inplace_searchsorted_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3350443Z test_dispatch_symbolic_meta_inplace_searchsorted_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3350714Z test_dispatch_symbolic_meta_inplace_searchsorted_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3351111Z test_dispatch_symbolic_meta_inplace_searchsorted_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3351611Z test_dispatch_symbolic_meta_inplace_searchsorted_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3352101Z test_dispatch_symbolic_meta_inplace_searchsorted_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3352618Z test_dispatch_symbolic_meta_inplace_searchsorted_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3353356Z test_dispatch_symbolic_meta_inplace_segment_reduce_lengths_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3353959Z test_dispatch_symbolic_meta_inplace_segment_reduce_lengths_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3354509Z test_dispatch_symbolic_meta_inplace_segment_reduce_lengths_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3355037Z test_dispatch_symbolic_meta_inplace_segment_reduce_lengths_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3355593Z test_dispatch_symbolic_meta_inplace_segment_reduce_offsets_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.3356141Z test_dispatch_symbolic_meta_inplace_segment_reduce_offsets_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.3356704Z test_dispatch_symbolic_meta_inplace_segment_reduce_offsets_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3357222Z test_dispatch_symbolic_meta_inplace_segment_reduce_offsets_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.3357707Z test_dispatch_symbolic_meta_inplace_select_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.3358209Z test_dispatch_symbolic_meta_inplace_select_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.3358764Z test_dispatch_symbolic_meta_inplace_select_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:24:31.3359316Z test_dispatch_symbolic_meta_inplace_select_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.3359876Z test_dispatch_symbolic_meta_inplace_select_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.3360395Z test_dispatch_symbolic_meta_inplace_select_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.3361038Z test_dispatch_symbolic_meta_inplace_select_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.3361527Z test_dispatch_symbolic_meta_inplace_select_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:24:31.3362034Z test_dispatch_symbolic_meta_inplace_select_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3362500Z test_dispatch_symbolic_meta_inplace_select_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3362992Z test_dispatch_symbolic_meta_inplace_select_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3363477Z test_dispatch_symbolic_meta_inplace_select_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3363989Z test_dispatch_symbolic_meta_inplace_select_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3364548Z test_dispatch_symbolic_meta_inplace_select_scatter_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3365057Z test_dispatch_symbolic_meta_inplace_select_scatter_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3365564Z test_dispatch_symbolic_meta_inplace_select_scatter_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3366183Z test_dispatch_symbolic_meta_inplace_select_scatter_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3366696Z test_dispatch_symbolic_meta_inplace_select_scatter_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3367195Z test_dispatch_symbolic_meta_inplace_select_scatter_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3367714Z test_dispatch_symbolic_meta_inplace_select_scatter_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3368205Z test_dispatch_symbolic_meta_inplace_select_scatter_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3368771Z test_dispatch_symbolic_meta_inplace_select_scatter_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3369329Z test_dispatch_symbolic_meta_inplace_select_scatter_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3369761Z test_dispatch_symbolic_meta_inplace_sgn_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.3370172Z test_dispatch_symbolic_meta_inplace_sgn_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.3370619Z test_dispatch_symbolic_meta_inplace_sgn_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.3371051Z test_dispatch_symbolic_meta_inplace_sgn_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.3371485Z test_dispatch_symbolic_meta_inplace_sgn_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.3371905Z test_dispatch_symbolic_meta_inplace_sgn_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.3372327Z test_dispatch_symbolic_meta_inplace_sgn_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.3372751Z test_dispatch_symbolic_meta_inplace_sgn_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.3373154Z test_dispatch_symbolic_meta_inplace_sgn_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.3373562Z test_dispatch_symbolic_meta_inplace_sgn_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.3374121Z test_dispatch_symbolic_meta_inplace_sgn_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.3374505Z test_dispatch_symbolic_meta_inplace_sgn_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.3374915Z test_dispatch_symbolic_meta_inplace_sgn_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.3375448Z test_dispatch_symbolic_meta_inplace_short_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.3375961Z test_dispatch_symbolic_meta_inplace_short_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3376509Z test_dispatch_symbolic_meta_inplace_short_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3377047Z test_dispatch_symbolic_meta_inplace_short_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.3377572Z test_dispatch_symbolic_meta_inplace_short_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.3378098Z test_dispatch_symbolic_meta_inplace_short_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.3378587Z test_dispatch_symbolic_meta_inplace_short_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.3379098Z test_dispatch_symbolic_meta_inplace_short_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.3379742Z test_dispatch_symbolic_meta_inplace_short_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3380286Z test_dispatch_symbolic_meta_inplace_short_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3380803Z test_dispatch_symbolic_meta_inplace_short_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3381318Z test_dispatch_symbolic_meta_inplace_short_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3381755Z test_dispatch_symbolic_meta_inplace_sigmoid_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.3382270Z test_dispatch_symbolic_meta_inplace_sigmoid_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:24:31.3382717Z test_dispatch_symbolic_meta_inplace_sigmoid_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.3383166Z test_dispatch_symbolic_meta_inplace_sigmoid_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.3383603Z test_dispatch_symbolic_meta_inplace_sigmoid_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.3384034Z test_dispatch_symbolic_meta_inplace_sigmoid_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.3384462Z test_dispatch_symbolic_meta_inplace_sigmoid_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.3384882Z test_dispatch_symbolic_meta_inplace_sigmoid_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.3385392Z test_dispatch_symbolic_meta_inplace_sigmoid_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:24:31.3385896Z test_dispatch_symbolic_meta_inplace_sigmoid_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:31.3386401Z test_dispatch_symbolic_meta_inplace_sigmoid_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:24:31.3386910Z test_dispatch_symbolic_meta_inplace_sigmoid_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:31.3387413Z test_dispatch_symbolic_meta_inplace_sigmoid_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:31.3387977Z test_dispatch_symbolic_meta_inplace_sign_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.3388386Z test_dispatch_symbolic_meta_inplace_sign_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.3388806Z test_dispatch_symbolic_meta_inplace_sign_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.3389225Z test_dispatch_symbolic_meta_inplace_sign_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.3389644Z test_dispatch_symbolic_meta_inplace_sign_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.3390057Z test_dispatch_symbolic_meta_inplace_sign_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.3390456Z test_dispatch_symbolic_meta_inplace_sign_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.3390866Z test_dispatch_symbolic_meta_inplace_sign_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.3391279Z test_dispatch_symbolic_meta_inplace_sign_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.3391688Z test_dispatch_symbolic_meta_inplace_sign_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.3392269Z test_dispatch_symbolic_meta_inplace_signal_windows_cosine_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.3392851Z test_dispatch_symbolic_meta_inplace_signal_windows_cosine_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.3393531Z test_dispatch_symbolic_meta_inplace_signal_windows_cosine_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.3394115Z test_dispatch_symbolic_meta_inplace_signal_windows_cosine_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.3394719Z test_dispatch_symbolic_meta_inplace_signal_windows_exponential_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.3395330Z test_dispatch_symbolic_meta_inplace_signal_windows_exponential_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.3395929Z test_dispatch_symbolic_meta_inplace_signal_windows_exponential_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3396515Z test_dispatch_symbolic_meta_inplace_signal_windows_exponential_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.3397115Z test_dispatch_symbolic_meta_inplace_signal_windows_gaussian_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.3397694Z test_dispatch_symbolic_meta_inplace_signal_windows_gaussian_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.3398259Z test_dispatch_symbolic_meta_inplace_signal_windows_gaussian_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.3398796Z test_dispatch_symbolic_meta_inplace_signal_windows_gaussian_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.3399384Z test_dispatch_symbolic_meta_inplace_signal_windows_kaiser_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.3399957Z test_dispatch_symbolic_meta_inplace_signal_windows_kaiser_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:24:31.3400518Z test_dispatch_symbolic_meta_inplace_signal_windows_kaiser_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.3401073Z test_dispatch_symbolic_meta_inplace_signal_windows_kaiser_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.3401765Z test_dispatch_symbolic_meta_inplace_signbit_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.3402292Z test_dispatch_symbolic_meta_inplace_signbit_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.3402821Z test_dispatch_symbolic_meta_inplace_signbit_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.3403340Z test_dispatch_symbolic_meta_inplace_signbit_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.3403860Z test_dispatch_symbolic_meta_inplace_signbit_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.3404381Z test_dispatch_symbolic_meta_inplace_signbit_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:24:31.3404901Z test_dispatch_symbolic_meta_inplace_signbit_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.3405410Z test_dispatch_symbolic_meta_inplace_signbit_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.3405923Z test_dispatch_symbolic_meta_inplace_signbit_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.3406454Z test_dispatch_symbolic_meta_inplace_signbit_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.3406988Z test_dispatch_symbolic_meta_inplace_sin_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.3407522Z test_dispatch_symbolic_meta_inplace_sin_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:31.3407953Z test_dispatch_symbolic_meta_inplace_sin_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.3408370Z test_dispatch_symbolic_meta_inplace_sin_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.3408795Z test_dispatch_symbolic_meta_inplace_sin_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.3409207Z test_dispatch_symbolic_meta_inplace_sin_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.3409618Z test_dispatch_symbolic_meta_inplace_sin_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.3410027Z test_dispatch_symbolic_meta_inplace_sin_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.3410530Z test_dispatch_symbolic_meta_inplace_sin_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:31.3411028Z test_dispatch_symbolic_meta_inplace_sin_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:31.3411511Z test_dispatch_symbolic_meta_inplace_sin_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:31.3412016Z test_dispatch_symbolic_meta_inplace_sin_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:31.3412510Z test_dispatch_symbolic_meta_inplace_sin_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:31.3412935Z test_dispatch_symbolic_meta_inplace_sinc_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.3413431Z test_dispatch_symbolic_meta_inplace_sinc_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:24:31.3413866Z test_dispatch_symbolic_meta_inplace_sinc_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.3414288Z test_dispatch_symbolic_meta_inplace_sinc_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.3414718Z test_dispatch_symbolic_meta_inplace_sinc_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.3415277Z test_dispatch_symbolic_meta_inplace_sinc_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.3415699Z test_dispatch_symbolic_meta_inplace_sinc_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.3416205Z test_dispatch_symbolic_meta_inplace_sinc_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:31.3416709Z test_dispatch_symbolic_meta_inplace_sinc_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:31.3417217Z test_dispatch_symbolic_meta_inplace_sinc_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:31.3417721Z test_dispatch_symbolic_meta_inplace_sinc_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:31.3418223Z test_dispatch_symbolic_meta_inplace_sinc_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:24:31.3418655Z test_dispatch_symbolic_meta_inplace_sinh_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.3419157Z test_dispatch_symbolic_meta_inplace_sinh_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:24:31.3419570Z test_dispatch_symbolic_meta_inplace_sinh_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.3419999Z test_dispatch_symbolic_meta_inplace_sinh_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.3420429Z test_dispatch_symbolic_meta_inplace_sinh_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.3420966Z test_dispatch_symbolic_meta_inplace_sinh_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.3421418Z test_dispatch_symbolic_meta_inplace_sinh_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.3421840Z test_dispatch_symbolic_meta_inplace_sinh_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.3422348Z test_dispatch_symbolic_meta_inplace_sinh_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:24:31.3422824Z test_dispatch_symbolic_meta_inplace_sinh_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.006s) 2022-11-23T02:24:31.3423332Z test_dispatch_symbolic_meta_inplace_sinh_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:31.3423836Z test_dispatch_symbolic_meta_inplace_sinh_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:31.3424342Z test_dispatch_symbolic_meta_inplace_sinh_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:31.3424879Z test_dispatch_symbolic_meta_inplace_slice_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.3425400Z test_dispatch_symbolic_meta_inplace_slice_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.3426118Z test_dispatch_symbolic_meta_inplace_slice_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.3426765Z test_dispatch_symbolic_meta_inplace_slice_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.3427361Z test_dispatch_symbolic_meta_inplace_slice_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.3427895Z test_dispatch_symbolic_meta_inplace_slice_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.3428412Z test_dispatch_symbolic_meta_inplace_slice_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.3428919Z test_dispatch_symbolic_meta_inplace_slice_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.3429593Z test_dispatch_symbolic_meta_inplace_slice_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.3430113Z test_dispatch_symbolic_meta_inplace_slice_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.3430626Z test_dispatch_symbolic_meta_inplace_slice_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.3431148Z test_dispatch_symbolic_meta_inplace_slice_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.3431663Z test_dispatch_symbolic_meta_inplace_slice_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.3432222Z test_dispatch_symbolic_meta_inplace_slice_scatter_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.3432776Z test_dispatch_symbolic_meta_inplace_slice_scatter_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.3433322Z test_dispatch_symbolic_meta_inplace_slice_scatter_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.3433866Z test_dispatch_symbolic_meta_inplace_slice_scatter_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.3434383Z test_dispatch_symbolic_meta_inplace_slice_scatter_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3435039Z test_dispatch_symbolic_meta_inplace_slice_scatter_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.3435602Z test_dispatch_symbolic_meta_inplace_slice_scatter_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.3436146Z test_dispatch_symbolic_meta_inplace_slice_scatter_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.3436688Z test_dispatch_symbolic_meta_inplace_slice_scatter_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.3437222Z test_dispatch_symbolic_meta_inplace_slice_scatter_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.3437754Z test_dispatch_symbolic_meta_inplace_softmax_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.3438289Z test_dispatch_symbolic_meta_inplace_softmax_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:24:31.3438809Z test_dispatch_symbolic_meta_inplace_softmax_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.3439346Z test_dispatch_symbolic_meta_inplace_softmax_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.3439913Z test_dispatch_symbolic_meta_inplace_softmax_with_dtype_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.3440478Z test_dispatch_symbolic_meta_inplace_softmax_with_dtype_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.3441059Z test_dispatch_symbolic_meta_inplace_softmax_with_dtype_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.3441638Z test_dispatch_symbolic_meta_inplace_softmax_with_dtype_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.3442205Z test_dispatch_symbolic_meta_inplace_softmax_with_dtype_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.3442912Z test_dispatch_symbolic_meta_inplace_softmax_with_dtype_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.011s) 2022-11-23T02:24:31.3443483Z test_dispatch_symbolic_meta_inplace_softmax_with_dtype_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.3444042Z test_dispatch_symbolic_meta_inplace_softmax_with_dtype_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.3444606Z test_dispatch_symbolic_meta_inplace_softmax_with_dtype_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.3445169Z test_dispatch_symbolic_meta_inplace_softmax_with_dtype_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.3445728Z test_dispatch_symbolic_meta_inplace_softmax_with_dtype_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.3446290Z test_dispatch_symbolic_meta_inplace_softmax_with_dtype_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.3446814Z test_dispatch_symbolic_meta_inplace_sort_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.3447344Z test_dispatch_symbolic_meta_inplace_sort_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.3447865Z test_dispatch_symbolic_meta_inplace_sort_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.3448500Z test_dispatch_symbolic_meta_inplace_sort_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.3449039Z test_dispatch_symbolic_meta_inplace_sort_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.3449555Z test_dispatch_symbolic_meta_inplace_sort_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.3450077Z test_dispatch_symbolic_meta_inplace_sort_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.3450590Z test_dispatch_symbolic_meta_inplace_sort_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.3451099Z test_dispatch_symbolic_meta_inplace_sort_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.3451794Z test_dispatch_symbolic_meta_inplace_sparse_sampled_addmm_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.3452380Z test_dispatch_symbolic_meta_inplace_sparse_sampled_addmm_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3452950Z test_dispatch_symbolic_meta_inplace_sparse_sampled_addmm_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.3453517Z test_dispatch_symbolic_meta_inplace_sparse_sampled_addmm_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.3454063Z test_dispatch_symbolic_meta_inplace_special_airy_ai_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3454597Z test_dispatch_symbolic_meta_inplace_special_airy_ai_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.3455154Z test_dispatch_symbolic_meta_inplace_special_airy_ai_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.3455700Z test_dispatch_symbolic_meta_inplace_special_airy_ai_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.3456246Z test_dispatch_symbolic_meta_inplace_special_airy_ai_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.3456932Z test_dispatch_symbolic_meta_inplace_special_airy_ai_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.3457471Z test_dispatch_symbolic_meta_inplace_special_airy_ai_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.3458009Z test_dispatch_symbolic_meta_inplace_special_airy_ai_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.3458567Z test_dispatch_symbolic_meta_inplace_special_bessel_j0_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:24:31.3459126Z test_dispatch_symbolic_meta_inplace_special_bessel_j0_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.3459684Z test_dispatch_symbolic_meta_inplace_special_bessel_j0_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.3460244Z test_dispatch_symbolic_meta_inplace_special_bessel_j0_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.3460792Z test_dispatch_symbolic_meta_inplace_special_bessel_j0_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.3461405Z test_dispatch_symbolic_meta_inplace_special_bessel_j0_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.3462074Z test_dispatch_symbolic_meta_inplace_special_bessel_j0_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.3462637Z test_dispatch_symbolic_meta_inplace_special_bessel_j0_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:24:31.3463186Z test_dispatch_symbolic_meta_inplace_special_bessel_j1_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.3463757Z test_dispatch_symbolic_meta_inplace_special_bessel_j1_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.3464323Z test_dispatch_symbolic_meta_inplace_special_bessel_j1_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.3464875Z test_dispatch_symbolic_meta_inplace_special_bessel_j1_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.3465422Z test_dispatch_symbolic_meta_inplace_special_bessel_j1_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:24:31.3465966Z test_dispatch_symbolic_meta_inplace_special_bessel_j1_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.3466520Z test_dispatch_symbolic_meta_inplace_special_bessel_j1_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.3467083Z test_dispatch_symbolic_meta_inplace_special_bessel_j1_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.3467631Z test_dispatch_symbolic_meta_inplace_special_bessel_y0_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.3468189Z test_dispatch_symbolic_meta_inplace_special_bessel_y0_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:24:31.3468758Z test_dispatch_symbolic_meta_inplace_special_bessel_y0_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.3469379Z test_dispatch_symbolic_meta_inplace_special_bessel_y0_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.3470880Z test_dispatch_symbolic_meta_inplace_special_bessel_y0_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.3471429Z test_dispatch_symbolic_meta_inplace_special_bessel_y0_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.3471982Z test_dispatch_symbolic_meta_inplace_special_bessel_y0_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.3472512Z test_dispatch_symbolic_meta_inplace_special_bessel_y0_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3473067Z test_dispatch_symbolic_meta_inplace_special_bessel_y1_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3473629Z test_dispatch_symbolic_meta_inplace_special_bessel_y1_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3474197Z test_dispatch_symbolic_meta_inplace_special_bessel_y1_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3474742Z test_dispatch_symbolic_meta_inplace_special_bessel_y1_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3475286Z test_dispatch_symbolic_meta_inplace_special_bessel_y1_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3475822Z test_dispatch_symbolic_meta_inplace_special_bessel_y1_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3476513Z test_dispatch_symbolic_meta_inplace_special_bessel_y1_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3477087Z test_dispatch_symbolic_meta_inplace_special_bessel_y1_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.3477673Z test_dispatch_symbolic_meta_inplace_special_chebyshev_polynomial_t_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3478279Z test_dispatch_symbolic_meta_inplace_special_chebyshev_polynomial_t_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3478886Z test_dispatch_symbolic_meta_inplace_special_chebyshev_polynomial_t_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3479585Z test_dispatch_symbolic_meta_inplace_special_chebyshev_polynomial_t_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3480194Z test_dispatch_symbolic_meta_inplace_special_chebyshev_polynomial_t_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3480779Z test_dispatch_symbolic_meta_inplace_special_chebyshev_polynomial_t_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3481428Z test_dispatch_symbolic_meta_inplace_special_chebyshev_polynomial_t_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3482030Z test_dispatch_symbolic_meta_inplace_special_chebyshev_polynomial_t_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3482618Z test_dispatch_symbolic_meta_inplace_special_chebyshev_polynomial_u_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3483288Z test_dispatch_symbolic_meta_inplace_special_chebyshev_polynomial_u_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3483897Z test_dispatch_symbolic_meta_inplace_special_chebyshev_polynomial_u_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3484639Z 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:24:31.3485228Z test_dispatch_symbolic_meta_inplace_special_chebyshev_polynomial_u_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3485813Z test_dispatch_symbolic_meta_inplace_special_chebyshev_polynomial_u_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3486412Z test_dispatch_symbolic_meta_inplace_special_chebyshev_polynomial_u_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3487006Z test_dispatch_symbolic_meta_inplace_special_chebyshev_polynomial_u_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3487695Z test_dispatch_symbolic_meta_inplace_special_chebyshev_polynomial_v_cuda_bool (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:24:31.3488377Z test_dispatch_symbolic_meta_inplace_special_chebyshev_polynomial_v_cuda_float32 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:24:31.3489053Z test_dispatch_symbolic_meta_inplace_special_chebyshev_polynomial_v_cuda_float64 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:24:31.3489837Z test_dispatch_symbolic_meta_inplace_special_chebyshev_polynomial_v_cuda_int16 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:24:31.3490515Z 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:24:31.3491168Z 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:24:31.3491840Z 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:24:31.3492490Z 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:24:31.3493153Z 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:24:31.3493819Z 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:24:31.3494494Z 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:24:31.3495150Z 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:24:31.3495810Z 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:24:31.3496478Z test_dispatch_symbolic_meta_inplace_special_chebyshev_polynomial_w_cuda_int64 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:24:31.3497133Z test_dispatch_symbolic_meta_inplace_special_chebyshev_polynomial_w_cuda_int8 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T02:24:31.3497947Z test_dispatch_symbolic_meta_inplace_special_chebyshev_polynomial_w_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:24:31.3498504Z test_dispatch_symbolic_meta_inplace_special_entr_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.3499045Z test_dispatch_symbolic_meta_inplace_special_entr_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.3499597Z test_dispatch_symbolic_meta_inplace_special_entr_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.3500140Z test_dispatch_symbolic_meta_inplace_special_entr_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:24:31.3500676Z test_dispatch_symbolic_meta_inplace_special_entr_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.3501220Z test_dispatch_symbolic_meta_inplace_special_entr_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.3501759Z test_dispatch_symbolic_meta_inplace_special_entr_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.3502298Z test_dispatch_symbolic_meta_inplace_special_entr_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.3502846Z test_dispatch_symbolic_meta_inplace_special_entr_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.3503590Z test_dispatch_symbolic_meta_inplace_special_entr_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3504164Z test_dispatch_symbolic_meta_inplace_special_erfcx_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3504727Z test_dispatch_symbolic_meta_inplace_special_erfcx_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3505280Z test_dispatch_symbolic_meta_inplace_special_erfcx_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3505823Z test_dispatch_symbolic_meta_inplace_special_erfcx_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3506367Z test_dispatch_symbolic_meta_inplace_special_erfcx_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3506912Z test_dispatch_symbolic_meta_inplace_special_erfcx_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3507451Z test_dispatch_symbolic_meta_inplace_special_erfcx_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3508000Z test_dispatch_symbolic_meta_inplace_special_erfcx_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3508592Z test_dispatch_symbolic_meta_inplace_special_hermite_polynomial_h_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3509184Z test_dispatch_symbolic_meta_inplace_special_hermite_polynomial_h_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3509786Z test_dispatch_symbolic_meta_inplace_special_hermite_polynomial_h_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3510359Z 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:24:31.3510946Z 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:24:31.3511675Z test_dispatch_symbolic_meta_inplace_special_hermite_polynomial_h_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3512271Z test_dispatch_symbolic_meta_inplace_special_hermite_polynomial_h_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3512862Z test_dispatch_symbolic_meta_inplace_special_hermite_polynomial_h_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3513466Z test_dispatch_symbolic_meta_inplace_special_hermite_polynomial_he_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3514068Z 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:24:31.3514676Z 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:24:31.3515272Z 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:24:31.3515876Z 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:24:31.3516472Z 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:24:31.3517176Z 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:24:31.3517791Z 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:24:31.3518354Z test_dispatch_symbolic_meta_inplace_special_i0e_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3518893Z test_dispatch_symbolic_meta_inplace_special_i0e_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.3519437Z test_dispatch_symbolic_meta_inplace_special_i0e_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.3519965Z test_dispatch_symbolic_meta_inplace_special_i0e_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.3520525Z test_dispatch_symbolic_meta_inplace_special_i0e_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.3521056Z test_dispatch_symbolic_meta_inplace_special_i0e_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.3521598Z test_dispatch_symbolic_meta_inplace_special_i0e_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.3522132Z test_dispatch_symbolic_meta_inplace_special_i0e_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.3522666Z test_dispatch_symbolic_meta_inplace_special_i0e_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.3523195Z test_dispatch_symbolic_meta_inplace_special_i0e_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.3523818Z test_dispatch_symbolic_meta_inplace_special_i1_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.3524364Z test_dispatch_symbolic_meta_inplace_special_i1_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.3525056Z test_dispatch_symbolic_meta_inplace_special_i1_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.3525586Z test_dispatch_symbolic_meta_inplace_special_i1_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3526115Z test_dispatch_symbolic_meta_inplace_special_i1_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.3526639Z test_dispatch_symbolic_meta_inplace_special_i1_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.3527210Z test_dispatch_symbolic_meta_inplace_special_i1_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.3527841Z test_dispatch_symbolic_meta_inplace_special_i1_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.3528380Z test_dispatch_symbolic_meta_inplace_special_i1e_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.3529013Z test_dispatch_symbolic_meta_inplace_special_i1e_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:24:31.3529612Z test_dispatch_symbolic_meta_inplace_special_i1e_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.3530144Z test_dispatch_symbolic_meta_inplace_special_i1e_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.3530795Z test_dispatch_symbolic_meta_inplace_special_i1e_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.3531347Z test_dispatch_symbolic_meta_inplace_special_i1e_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.3531878Z test_dispatch_symbolic_meta_inplace_special_i1e_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.3532402Z test_dispatch_symbolic_meta_inplace_special_i1e_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:24:31.3533067Z test_dispatch_symbolic_meta_inplace_special_laguerre_polynomial_l_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.3533673Z test_dispatch_symbolic_meta_inplace_special_laguerre_polynomial_l_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.3534277Z test_dispatch_symbolic_meta_inplace_special_laguerre_polynomial_l_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.3534934Z test_dispatch_symbolic_meta_inplace_special_laguerre_polynomial_l_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.3535597Z test_dispatch_symbolic_meta_inplace_special_laguerre_polynomial_l_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.3536194Z test_dispatch_symbolic_meta_inplace_special_laguerre_polynomial_l_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.3537000Z test_dispatch_symbolic_meta_inplace_special_laguerre_polynomial_l_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:24:31.3537603Z 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:24:31.3538285Z 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:24:31.3538965Z 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:24:31.3539857Z 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:24:31.3540537Z 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:24:31.3541205Z 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:24:31.3541916Z 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:24:31.3542682Z 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:24:31.3543350Z 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:24:31.3544028Z test_dispatch_symbolic_meta_inplace_special_log_ndtr_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.3544599Z test_dispatch_symbolic_meta_inplace_special_log_ndtr_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.3546028Z test_dispatch_symbolic_meta_inplace_special_log_ndtr_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.3546647Z test_dispatch_symbolic_meta_inplace_special_log_ndtr_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.3547212Z test_dispatch_symbolic_meta_inplace_special_log_ndtr_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.3547749Z test_dispatch_symbolic_meta_inplace_special_log_ndtr_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.3548300Z test_dispatch_symbolic_meta_inplace_special_log_ndtr_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.3548842Z test_dispatch_symbolic_meta_inplace_special_log_ndtr_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.3549544Z test_dispatch_symbolic_meta_inplace_special_modified_bessel_i0_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3550132Z test_dispatch_symbolic_meta_inplace_special_modified_bessel_i0_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3550881Z test_dispatch_symbolic_meta_inplace_special_modified_bessel_i0_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3551460Z test_dispatch_symbolic_meta_inplace_special_modified_bessel_i0_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3552035Z test_dispatch_symbolic_meta_inplace_special_modified_bessel_i0_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3552616Z test_dispatch_symbolic_meta_inplace_special_modified_bessel_i0_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3553260Z test_dispatch_symbolic_meta_inplace_special_modified_bessel_i0_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3553834Z test_dispatch_symbolic_meta_inplace_special_modified_bessel_i0_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3554633Z 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:24:31.3555225Z 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:24:31.3555807Z 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:24:31.3556490Z 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:24:31.3557073Z 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:24:31.3557793Z 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:24:31.3558372Z 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:24:31.3558941Z 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:24:31.3559509Z test_dispatch_symbolic_meta_inplace_special_modified_bessel_k0_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.3560205Z 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:24:31.3560810Z 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:24:31.3561387Z test_dispatch_symbolic_meta_inplace_special_modified_bessel_k0_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3561971Z test_dispatch_symbolic_meta_inplace_special_modified_bessel_k0_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3562540Z test_dispatch_symbolic_meta_inplace_special_modified_bessel_k0_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3563209Z test_dispatch_symbolic_meta_inplace_special_modified_bessel_k0_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3563794Z test_dispatch_symbolic_meta_inplace_special_modified_bessel_k0_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3564444Z test_dispatch_symbolic_meta_inplace_special_modified_bessel_k1_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3565236Z test_dispatch_symbolic_meta_inplace_special_modified_bessel_k1_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3565834Z test_dispatch_symbolic_meta_inplace_special_modified_bessel_k1_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3566415Z test_dispatch_symbolic_meta_inplace_special_modified_bessel_k1_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3566996Z test_dispatch_symbolic_meta_inplace_special_modified_bessel_k1_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.3567577Z test_dispatch_symbolic_meta_inplace_special_modified_bessel_k1_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3568299Z test_dispatch_symbolic_meta_inplace_special_modified_bessel_k1_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3568887Z test_dispatch_symbolic_meta_inplace_special_modified_bessel_k1_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3569485Z test_dispatch_symbolic_meta_inplace_special_ndtr_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3570122Z test_dispatch_symbolic_meta_inplace_special_ndtr_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3570701Z test_dispatch_symbolic_meta_inplace_special_ndtr_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3571355Z test_dispatch_symbolic_meta_inplace_special_ndtr_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.3571968Z test_dispatch_symbolic_meta_inplace_special_ndtr_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3572520Z test_dispatch_symbolic_meta_inplace_special_ndtr_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.3573056Z test_dispatch_symbolic_meta_inplace_special_ndtr_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.3573657Z test_dispatch_symbolic_meta_inplace_special_ndtr_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.3574332Z test_dispatch_symbolic_meta_inplace_special_ndtr_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:24:31.3574889Z test_dispatch_symbolic_meta_inplace_special_ndtr_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.3575428Z test_dispatch_symbolic_meta_inplace_special_ndtri_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.3576041Z test_dispatch_symbolic_meta_inplace_special_ndtri_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.3576593Z test_dispatch_symbolic_meta_inplace_special_ndtri_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:24:31.3577221Z test_dispatch_symbolic_meta_inplace_special_ndtri_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3577773Z test_dispatch_symbolic_meta_inplace_special_ndtri_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3578446Z test_dispatch_symbolic_meta_inplace_special_ndtri_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3578991Z test_dispatch_symbolic_meta_inplace_special_ndtri_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3579535Z test_dispatch_symbolic_meta_inplace_special_ndtri_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3580162Z test_dispatch_symbolic_meta_inplace_special_polygamma_special_polygamma_n_0_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3580787Z test_dispatch_symbolic_meta_inplace_special_polygamma_special_polygamma_n_0_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3581404Z test_dispatch_symbolic_meta_inplace_special_polygamma_special_polygamma_n_0_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.3582011Z test_dispatch_symbolic_meta_inplace_special_polygamma_special_polygamma_n_0_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3582775Z test_dispatch_symbolic_meta_inplace_special_polygamma_special_polygamma_n_0_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3583379Z test_dispatch_symbolic_meta_inplace_special_polygamma_special_polygamma_n_0_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3584086Z test_dispatch_symbolic_meta_inplace_special_polygamma_special_polygamma_n_0_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3584771Z test_dispatch_symbolic_meta_inplace_special_polygamma_special_polygamma_n_0_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3585542Z 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:24:31.3586157Z test_dispatch_symbolic_meta_inplace_special_scaled_modified_bessel_k0_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.3586757Z test_dispatch_symbolic_meta_inplace_special_scaled_modified_bessel_k0_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3587356Z test_dispatch_symbolic_meta_inplace_special_scaled_modified_bessel_k0_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3588075Z test_dispatch_symbolic_meta_inplace_special_scaled_modified_bessel_k0_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.3588706Z 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:24:31.3589297Z test_dispatch_symbolic_meta_inplace_special_scaled_modified_bessel_k0_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.3589907Z test_dispatch_symbolic_meta_inplace_special_scaled_modified_bessel_k0_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.3590500Z 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:24:31.3591205Z test_dispatch_symbolic_meta_inplace_special_scaled_modified_bessel_k1_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3591830Z 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:24:31.3592619Z 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:24:31.3593227Z 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:24:31.3593797Z test_dispatch_symbolic_meta_inplace_special_scaled_modified_bessel_k1_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3594385Z test_dispatch_symbolic_meta_inplace_special_scaled_modified_bessel_k1_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3594986Z test_dispatch_symbolic_meta_inplace_special_scaled_modified_bessel_k1_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3595557Z 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:24:31.3596267Z 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:24:31.3597134Z test_dispatch_symbolic_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:24:31.3597830Z test_dispatch_symbolic_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:24:31.3598612Z test_dispatch_symbolic_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:24:31.3599393Z test_dispatch_symbolic_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:24:31.3600164Z test_dispatch_symbolic_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:24:31.3600849Z test_dispatch_symbolic_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:24:31.3601514Z test_dispatch_symbolic_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:24:31.3602308Z test_dispatch_symbolic_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:24:31.3603018Z test_dispatch_symbolic_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:24:31.3603718Z test_dispatch_symbolic_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:24:31.3604393Z test_dispatch_symbolic_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:24:31.3605162Z test_dispatch_symbolic_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:24:31.3605844Z test_dispatch_symbolic_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:24:31.3606691Z test_dispatch_symbolic_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:24:31.3607375Z test_dispatch_symbolic_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:24:31.3608049Z 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:24:31.3608742Z test_dispatch_symbolic_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:24:31.3609435Z 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:24:31.3610259Z test_dispatch_symbolic_meta_inplace_special_shifted_chebyshev_polynomial_v_cuda_int16 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2022-11-23T02:24:31.3610939Z 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:24:31.3611605Z test_dispatch_symbolic_meta_inplace_special_shifted_chebyshev_polynomial_v_cuda_int64 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:24:31.3612380Z test_dispatch_symbolic_meta_inplace_special_shifted_chebyshev_polynomial_v_cuda_int8 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:24:31.3613148Z test_dispatch_symbolic_meta_inplace_special_shifted_chebyshev_polynomial_v_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.006s) 2022-11-23T02:24:31.3613919Z test_dispatch_symbolic_meta_inplace_special_shifted_chebyshev_polynomial_w_cuda_bool (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:24:31.3614620Z test_dispatch_symbolic_meta_inplace_special_shifted_chebyshev_polynomial_w_cuda_float32 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:24:31.3615434Z test_dispatch_symbolic_meta_inplace_special_shifted_chebyshev_polynomial_w_cuda_float64 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:24:31.3616139Z test_dispatch_symbolic_meta_inplace_special_shifted_chebyshev_polynomial_w_cuda_int16 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:24:31.3616816Z test_dispatch_symbolic_meta_inplace_special_shifted_chebyshev_polynomial_w_cuda_int32 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:24:31.3617503Z test_dispatch_symbolic_meta_inplace_special_shifted_chebyshev_polynomial_w_cuda_int64 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:24:31.3618186Z test_dispatch_symbolic_meta_inplace_special_shifted_chebyshev_polynomial_w_cuda_int8 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:24:31.3618962Z test_dispatch_symbolic_meta_inplace_special_shifted_chebyshev_polynomial_w_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:24:31.3619571Z test_dispatch_symbolic_meta_inplace_special_spherical_bessel_j0_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.012s) 2022-11-23T02:24:31.3620263Z test_dispatch_symbolic_meta_inplace_special_spherical_bessel_j0_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3620942Z test_dispatch_symbolic_meta_inplace_special_spherical_bessel_j0_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3621537Z test_dispatch_symbolic_meta_inplace_special_spherical_bessel_j0_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3622211Z test_dispatch_symbolic_meta_inplace_special_spherical_bessel_j0_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3622797Z test_dispatch_symbolic_meta_inplace_special_spherical_bessel_j0_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3623382Z test_dispatch_symbolic_meta_inplace_special_spherical_bessel_j0_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.3624116Z test_dispatch_symbolic_meta_inplace_special_spherical_bessel_j0_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3624679Z test_dispatch_symbolic_meta_inplace_special_xlog1py_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3625225Z test_dispatch_symbolic_meta_inplace_special_xlog1py_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3625887Z test_dispatch_symbolic_meta_inplace_special_xlog1py_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3626451Z test_dispatch_symbolic_meta_inplace_special_xlog1py_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3627128Z test_dispatch_symbolic_meta_inplace_special_xlog1py_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3627761Z test_dispatch_symbolic_meta_inplace_special_xlog1py_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.3628372Z test_dispatch_symbolic_meta_inplace_special_xlog1py_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3628913Z test_dispatch_symbolic_meta_inplace_special_xlog1py_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.3629580Z test_dispatch_symbolic_meta_inplace_special_xlog1py_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3630147Z test_dispatch_symbolic_meta_inplace_special_xlog1py_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.3630684Z test_dispatch_symbolic_meta_inplace_special_zeta_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3631244Z test_dispatch_symbolic_meta_inplace_special_zeta_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.3631790Z test_dispatch_symbolic_meta_inplace_special_zeta_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.3632334Z test_dispatch_symbolic_meta_inplace_special_zeta_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.3632981Z test_dispatch_symbolic_meta_inplace_special_zeta_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:24:31.3633528Z test_dispatch_symbolic_meta_inplace_special_zeta_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.3634218Z test_dispatch_symbolic_meta_inplace_special_zeta_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.3634848Z test_dispatch_symbolic_meta_inplace_special_zeta_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.3635381Z test_dispatch_symbolic_meta_inplace_split_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.3635901Z test_dispatch_symbolic_meta_inplace_split_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.011s) 2022-11-23T02:24:31.3636446Z test_dispatch_symbolic_meta_inplace_split_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.3637063Z test_dispatch_symbolic_meta_inplace_split_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3637590Z test_dispatch_symbolic_meta_inplace_split_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3638276Z test_dispatch_symbolic_meta_inplace_split_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3638775Z test_dispatch_symbolic_meta_inplace_split_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3639289Z test_dispatch_symbolic_meta_inplace_split_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3639908Z test_dispatch_symbolic_meta_inplace_split_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3640442Z test_dispatch_symbolic_meta_inplace_split_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3641101Z test_dispatch_symbolic_meta_inplace_split_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3641717Z test_dispatch_symbolic_meta_inplace_split_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.3642249Z test_dispatch_symbolic_meta_inplace_split_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3642818Z test_dispatch_symbolic_meta_inplace_split_list_args_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3643374Z test_dispatch_symbolic_meta_inplace_split_list_args_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3644128Z test_dispatch_symbolic_meta_inplace_split_list_args_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3644726Z test_dispatch_symbolic_meta_inplace_split_list_args_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3645281Z test_dispatch_symbolic_meta_inplace_split_list_args_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3645898Z test_dispatch_symbolic_meta_inplace_split_list_args_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3646446Z test_dispatch_symbolic_meta_inplace_split_list_args_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3647071Z test_dispatch_symbolic_meta_inplace_split_list_args_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3647641Z test_dispatch_symbolic_meta_inplace_split_list_args_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.3648416Z test_dispatch_symbolic_meta_inplace_split_list_args_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3648957Z test_dispatch_symbolic_meta_inplace_split_list_args_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.3649501Z test_dispatch_symbolic_meta_inplace_split_list_args_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.3650058Z test_dispatch_symbolic_meta_inplace_split_with_sizes_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.3650668Z test_dispatch_symbolic_meta_inplace_split_with_sizes_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.007s) 2022-11-23T02:24:31.3651244Z test_dispatch_symbolic_meta_inplace_split_with_sizes_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3651813Z test_dispatch_symbolic_meta_inplace_split_with_sizes_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.3652376Z test_dispatch_symbolic_meta_inplace_split_with_sizes_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3653083Z test_dispatch_symbolic_meta_inplace_split_with_sizes_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.3653696Z test_dispatch_symbolic_meta_inplace_split_with_sizes_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3654333Z test_dispatch_symbolic_meta_inplace_split_with_sizes_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3654889Z test_dispatch_symbolic_meta_inplace_split_with_sizes_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3655507Z test_dispatch_symbolic_meta_inplace_split_with_sizes_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3656118Z test_dispatch_symbolic_meta_inplace_split_with_sizes_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3656768Z test_dispatch_symbolic_meta_inplace_split_with_sizes_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3657313Z test_dispatch_symbolic_meta_inplace_split_with_sizes_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3657740Z test_dispatch_symbolic_meta_inplace_sqrt_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.3658359Z test_dispatch_symbolic_meta_inplace_sqrt_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:24:31.3658818Z test_dispatch_symbolic_meta_inplace_sqrt_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.3659224Z test_dispatch_symbolic_meta_inplace_sqrt_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.3659712Z test_dispatch_symbolic_meta_inplace_sqrt_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.3660139Z test_dispatch_symbolic_meta_inplace_sqrt_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.3660560Z test_dispatch_symbolic_meta_inplace_sqrt_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.3660981Z test_dispatch_symbolic_meta_inplace_sqrt_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.3661576Z test_dispatch_symbolic_meta_inplace_sqrt_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T02:24:31.3662157Z test_dispatch_symbolic_meta_inplace_sqrt_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T02:24:31.3662722Z test_dispatch_symbolic_meta_inplace_sqrt_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T02:24:31.3663361Z test_dispatch_symbolic_meta_inplace_sqrt_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T02:24:31.3663866Z test_dispatch_symbolic_meta_inplace_sqrt_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:24:31.3664300Z test_dispatch_symbolic_meta_inplace_square_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.3664896Z test_dispatch_symbolic_meta_inplace_square_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:31.3665348Z test_dispatch_symbolic_meta_inplace_square_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.3665798Z test_dispatch_symbolic_meta_inplace_square_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.3666224Z test_dispatch_symbolic_meta_inplace_square_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.3666653Z test_dispatch_symbolic_meta_inplace_square_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.3667310Z test_dispatch_symbolic_meta_inplace_square_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.3667733Z test_dispatch_symbolic_meta_inplace_square_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.3668213Z test_dispatch_symbolic_meta_inplace_square_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.3668638Z test_dispatch_symbolic_meta_inplace_square_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.3669159Z test_dispatch_symbolic_meta_inplace_square_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.3669591Z test_dispatch_symbolic_meta_inplace_square_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.3670092Z test_dispatch_symbolic_meta_inplace_squeeze_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.3670588Z test_dispatch_symbolic_meta_inplace_squeeze_cuda_bool (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.3671049Z test_dispatch_symbolic_meta_inplace_squeeze_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.3671494Z test_dispatch_symbolic_meta_inplace_squeeze_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.3671928Z test_dispatch_symbolic_meta_inplace_squeeze_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.3672417Z test_dispatch_symbolic_meta_inplace_squeeze_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.3672828Z test_dispatch_symbolic_meta_inplace_squeeze_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.3673390Z test_dispatch_symbolic_meta_inplace_squeeze_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.3673935Z test_dispatch_symbolic_meta_inplace_squeeze_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.3674368Z test_dispatch_symbolic_meta_inplace_squeeze_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.3674789Z test_dispatch_symbolic_meta_inplace_squeeze_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.3675207Z test_dispatch_symbolic_meta_inplace_squeeze_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:24:31.3675675Z test_dispatch_symbolic_meta_inplace_squeeze_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:31.3676302Z test_dispatch_symbolic_meta_inplace_stack_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3676839Z test_dispatch_symbolic_meta_inplace_stack_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3677655Z test_dispatch_symbolic_meta_inplace_stack_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3678199Z test_dispatch_symbolic_meta_inplace_stack_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3678732Z test_dispatch_symbolic_meta_inplace_stack_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3679332Z test_dispatch_symbolic_meta_inplace_stack_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3679856Z test_dispatch_symbolic_meta_inplace_stack_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.3680365Z test_dispatch_symbolic_meta_inplace_stack_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3680935Z test_dispatch_symbolic_meta_inplace_stack_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.3681460Z test_dispatch_symbolic_meta_inplace_stack_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.3681974Z test_dispatch_symbolic_meta_inplace_stack_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.3682706Z test_dispatch_symbolic_meta_inplace_stack_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.3683213Z test_dispatch_symbolic_meta_inplace_stack_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.3683844Z test_dispatch_symbolic_meta_inplace_std_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:24:31.3684516Z test_dispatch_symbolic_meta_inplace_std_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3685409Z test_dispatch_symbolic_meta_inplace_std_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3685993Z test_dispatch_symbolic_meta_inplace_std_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3686485Z test_dispatch_symbolic_meta_inplace_std_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3686969Z test_dispatch_symbolic_meta_inplace_std_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.3687488Z test_dispatch_symbolic_meta_inplace_std_mean_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.3688197Z test_dispatch_symbolic_meta_inplace_std_mean_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.3688736Z test_dispatch_symbolic_meta_inplace_std_mean_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.3689226Z test_dispatch_symbolic_meta_inplace_std_mean_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3689795Z test_dispatch_symbolic_meta_inplace_std_mean_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3690293Z test_dispatch_symbolic_meta_inplace_std_mean_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3690871Z test_dispatch_symbolic_meta_inplace_stft_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3691370Z test_dispatch_symbolic_meta_inplace_stft_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.3691909Z test_dispatch_symbolic_meta_inplace_stft_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3692452Z test_dispatch_symbolic_meta_inplace_stft_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3692850Z test_dispatch_symbolic_meta_inplace_sub_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.3693257Z test_dispatch_symbolic_meta_inplace_sub_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:24:31.3693643Z test_dispatch_symbolic_meta_inplace_sub_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.3694048Z test_dispatch_symbolic_meta_inplace_sub_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:24:31.3694427Z test_dispatch_symbolic_meta_inplace_sub_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:24:31.3694819Z test_dispatch_symbolic_meta_inplace_sub_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.3695248Z test_dispatch_symbolic_meta_inplace_sub_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.3695672Z test_dispatch_symbolic_meta_inplace_sub_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.3696045Z test_dispatch_symbolic_meta_inplace_sub_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.3697332Z test_dispatch_symbolic_meta_inplace_sub_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.3697983Z test_dispatch_symbolic_meta_inplace_sub_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:31.3698376Z test_dispatch_symbolic_meta_inplace_sub_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:24:31.3698965Z test_dispatch_symbolic_meta_inplace_sum_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3699519Z test_dispatch_symbolic_meta_inplace_sum_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3700023Z test_dispatch_symbolic_meta_inplace_sum_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.3700546Z test_dispatch_symbolic_meta_inplace_sum_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.3701047Z test_dispatch_symbolic_meta_inplace_sum_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3701528Z test_dispatch_symbolic_meta_inplace_sum_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3702025Z test_dispatch_symbolic_meta_inplace_sum_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.3702645Z test_dispatch_symbolic_meta_inplace_sum_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3703141Z test_dispatch_symbolic_meta_inplace_sum_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.3703610Z test_dispatch_symbolic_meta_inplace_sum_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3704124Z test_dispatch_symbolic_meta_inplace_sum_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3704728Z test_dispatch_symbolic_meta_inplace_sum_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3705242Z test_dispatch_symbolic_meta_inplace_sum_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3705808Z test_dispatch_symbolic_meta_inplace_sum_to_size_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3706404Z test_dispatch_symbolic_meta_inplace_sum_to_size_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3706942Z test_dispatch_symbolic_meta_inplace_sum_to_size_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3707483Z test_dispatch_symbolic_meta_inplace_sum_to_size_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3708013Z test_dispatch_symbolic_meta_inplace_sum_to_size_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.3708529Z test_dispatch_symbolic_meta_inplace_sum_to_size_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.3709049Z test_dispatch_symbolic_meta_inplace_sum_to_size_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3709565Z test_dispatch_symbolic_meta_inplace_sum_to_size_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.3710092Z test_dispatch_symbolic_meta_inplace_sum_to_size_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3710598Z test_dispatch_symbolic_meta_inplace_sum_to_size_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.3711271Z test_dispatch_symbolic_meta_inplace_sum_to_size_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.3711872Z test_dispatch_symbolic_meta_inplace_sum_to_size_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.3712392Z test_dispatch_symbolic_meta_inplace_svd_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:24:31.3713051Z test_dispatch_symbolic_meta_inplace_svd_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3713550Z test_dispatch_symbolic_meta_inplace_svd_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3714068Z test_dispatch_symbolic_meta_inplace_svd_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3714578Z test_dispatch_symbolic_meta_inplace_svd_lowrank_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3715098Z test_dispatch_symbolic_meta_inplace_svd_lowrank_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3715621Z test_dispatch_symbolic_meta_inplace_symeig_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3716252Z test_dispatch_symbolic_meta_inplace_symeig_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3716777Z test_dispatch_symbolic_meta_inplace_symeig_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3717243Z test_dispatch_symbolic_meta_inplace_symeig_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3717648Z test_dispatch_symbolic_meta_inplace_t_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.3718011Z test_dispatch_symbolic_meta_inplace_t_cuda_bool (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.3718501Z test_dispatch_symbolic_meta_inplace_t_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.3718901Z test_dispatch_symbolic_meta_inplace_t_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.3719256Z test_dispatch_symbolic_meta_inplace_t_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.3719687Z test_dispatch_symbolic_meta_inplace_t_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.3720155Z test_dispatch_symbolic_meta_inplace_t_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.3720542Z test_dispatch_symbolic_meta_inplace_t_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.3720925Z test_dispatch_symbolic_meta_inplace_t_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.3721311Z test_dispatch_symbolic_meta_inplace_t_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.3721679Z test_dispatch_symbolic_meta_inplace_t_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.3722068Z test_dispatch_symbolic_meta_inplace_t_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.3722564Z test_dispatch_symbolic_meta_inplace_take_along_dim_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3723029Z test_dispatch_symbolic_meta_inplace_take_along_dim_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.3723599Z test_dispatch_symbolic_meta_inplace_take_along_dim_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3724147Z test_dispatch_symbolic_meta_inplace_take_along_dim_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3724838Z test_dispatch_symbolic_meta_inplace_take_along_dim_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3725445Z test_dispatch_symbolic_meta_inplace_take_along_dim_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3725981Z test_dispatch_symbolic_meta_inplace_take_along_dim_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3726561Z test_dispatch_symbolic_meta_inplace_take_along_dim_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3727206Z test_dispatch_symbolic_meta_inplace_take_along_dim_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.3727740Z test_dispatch_symbolic_meta_inplace_take_along_dim_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.3728252Z test_dispatch_symbolic_meta_inplace_take_along_dim_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.3728778Z test_dispatch_symbolic_meta_inplace_take_along_dim_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.3729288Z test_dispatch_symbolic_meta_inplace_take_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.007s) 2022-11-23T02:24:31.3732807Z test_dispatch_symbolic_meta_inplace_take_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.3733593Z test_dispatch_symbolic_meta_inplace_take_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.3734155Z test_dispatch_symbolic_meta_inplace_take_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.3734681Z test_dispatch_symbolic_meta_inplace_take_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.3735191Z test_dispatch_symbolic_meta_inplace_take_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3735684Z test_dispatch_symbolic_meta_inplace_take_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.3736191Z test_dispatch_symbolic_meta_inplace_take_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.3736706Z test_dispatch_symbolic_meta_inplace_take_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3737214Z test_dispatch_symbolic_meta_inplace_take_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3737725Z test_dispatch_symbolic_meta_inplace_take_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3738224Z test_dispatch_symbolic_meta_inplace_take_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3738649Z test_dispatch_symbolic_meta_inplace_tan_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.3739237Z test_dispatch_symbolic_meta_inplace_tan_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T02:24:31.3739693Z test_dispatch_symbolic_meta_inplace_tan_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.3740176Z test_dispatch_symbolic_meta_inplace_tan_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.3740658Z test_dispatch_symbolic_meta_inplace_tan_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.3741263Z test_dispatch_symbolic_meta_inplace_tan_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.3741681Z test_dispatch_symbolic_meta_inplace_tan_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.3742085Z test_dispatch_symbolic_meta_inplace_tan_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.3742565Z test_dispatch_symbolic_meta_inplace_tan_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:31.3743060Z test_dispatch_symbolic_meta_inplace_tan_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:31.3743557Z test_dispatch_symbolic_meta_inplace_tan_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.006s) 2022-11-23T02:24:31.3744043Z test_dispatch_symbolic_meta_inplace_tan_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:24:31.3744534Z test_dispatch_symbolic_meta_inplace_tan_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:24:31.3744974Z test_dispatch_symbolic_meta_inplace_tanh_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.3745463Z test_dispatch_symbolic_meta_inplace_tanh_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:24:31.3745864Z test_dispatch_symbolic_meta_inplace_tanh_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.3746398Z test_dispatch_symbolic_meta_inplace_tanh_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.3747009Z test_dispatch_symbolic_meta_inplace_tanh_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.3747625Z test_dispatch_symbolic_meta_inplace_tanh_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.3748041Z test_dispatch_symbolic_meta_inplace_tanh_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.3748460Z test_dispatch_symbolic_meta_inplace_tanh_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.3748941Z test_dispatch_symbolic_meta_inplace_tanh_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T02:24:31.3749435Z test_dispatch_symbolic_meta_inplace_tanh_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:31.3749922Z test_dispatch_symbolic_meta_inplace_tanh_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T02:24:31.3750422Z test_dispatch_symbolic_meta_inplace_tanh_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:31.3750916Z test_dispatch_symbolic_meta_inplace_tanh_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:24:31.3751467Z test_dispatch_symbolic_meta_inplace_tensor_split_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:24:31.3751999Z test_dispatch_symbolic_meta_inplace_tensor_split_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.3752547Z test_dispatch_symbolic_meta_inplace_tensor_split_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.3753176Z test_dispatch_symbolic_meta_inplace_tensor_split_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.3753725Z test_dispatch_symbolic_meta_inplace_tensor_split_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.3754362Z test_dispatch_symbolic_meta_inplace_tensor_split_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.3754903Z test_dispatch_symbolic_meta_inplace_tensor_split_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.3755608Z test_dispatch_symbolic_meta_inplace_tensor_split_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.3756147Z test_dispatch_symbolic_meta_inplace_tensor_split_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:24:31.3756663Z test_dispatch_symbolic_meta_inplace_tensor_split_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.3757196Z test_dispatch_symbolic_meta_inplace_tensor_split_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.3757747Z test_dispatch_symbolic_meta_inplace_tensor_split_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.3758283Z test_dispatch_symbolic_meta_inplace_tensordot_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.3758822Z test_dispatch_symbolic_meta_inplace_tensordot_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.3759358Z test_dispatch_symbolic_meta_inplace_tensordot_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.3759965Z test_dispatch_symbolic_meta_inplace_tensordot_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.3760520Z test_dispatch_symbolic_meta_inplace_tensordot_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.3761335Z test_dispatch_symbolic_meta_inplace_tensordot_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.3761892Z test_dispatch_symbolic_meta_inplace_tile_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.3762375Z test_dispatch_symbolic_meta_inplace_tile_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.3762902Z test_dispatch_symbolic_meta_inplace_tile_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.3763415Z test_dispatch_symbolic_meta_inplace_tile_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.3763936Z test_dispatch_symbolic_meta_inplace_tile_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.3764457Z test_dispatch_symbolic_meta_inplace_tile_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.3764949Z test_dispatch_symbolic_meta_inplace_tile_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.3765456Z test_dispatch_symbolic_meta_inplace_tile_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.3765985Z test_dispatch_symbolic_meta_inplace_tile_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.3766490Z test_dispatch_symbolic_meta_inplace_tile_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.3767090Z test_dispatch_symbolic_meta_inplace_tile_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.3767621Z test_dispatch_symbolic_meta_inplace_tile_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3768244Z test_dispatch_symbolic_meta_inplace_to_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3768748Z test_dispatch_symbolic_meta_inplace_to_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3769439Z test_dispatch_symbolic_meta_inplace_to_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3769947Z test_dispatch_symbolic_meta_inplace_to_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3770463Z test_dispatch_symbolic_meta_inplace_to_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3770971Z test_dispatch_symbolic_meta_inplace_to_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.3771476Z test_dispatch_symbolic_meta_inplace_to_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.3771973Z test_dispatch_symbolic_meta_inplace_to_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.3772475Z test_dispatch_symbolic_meta_inplace_to_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:24:31.3772979Z test_dispatch_symbolic_meta_inplace_to_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.3773467Z test_dispatch_symbolic_meta_inplace_to_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.3774078Z test_dispatch_symbolic_meta_inplace_to_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.3775607Z test_dispatch_symbolic_meta_inplace_to_sparse_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.3776184Z test_dispatch_symbolic_meta_inplace_to_sparse_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.3776735Z test_dispatch_symbolic_meta_inplace_to_sparse_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.3777273Z test_dispatch_symbolic_meta_inplace_to_sparse_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.3777794Z test_dispatch_symbolic_meta_inplace_to_sparse_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.3778324Z test_dispatch_symbolic_meta_inplace_to_sparse_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.3778859Z test_dispatch_symbolic_meta_inplace_to_sparse_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.3779392Z test_dispatch_symbolic_meta_inplace_to_sparse_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.3779895Z test_dispatch_symbolic_meta_inplace_to_sparse_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.3780380Z test_dispatch_symbolic_meta_inplace_to_sparse_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.3781042Z test_dispatch_symbolic_meta_inplace_to_sparse_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.3781607Z test_dispatch_symbolic_meta_inplace_to_sparse_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.3782192Z test_dispatch_symbolic_meta_inplace_topk_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.3782696Z test_dispatch_symbolic_meta_inplace_topk_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.3783202Z test_dispatch_symbolic_meta_inplace_topk_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.3783705Z test_dispatch_symbolic_meta_inplace_topk_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.3784389Z test_dispatch_symbolic_meta_inplace_topk_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.3784905Z test_dispatch_symbolic_meta_inplace_topk_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.3785420Z test_dispatch_symbolic_meta_inplace_topk_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.3785930Z test_dispatch_symbolic_meta_inplace_topk_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.3786429Z test_dispatch_symbolic_meta_inplace_topk_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.3786949Z test_dispatch_symbolic_meta_inplace_trace_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.3787536Z test_dispatch_symbolic_meta_inplace_trace_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.3788087Z test_dispatch_symbolic_meta_inplace_trace_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.3788673Z test_dispatch_symbolic_meta_inplace_trace_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.3789258Z test_dispatch_symbolic_meta_inplace_trace_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.3790544Z test_dispatch_symbolic_meta_inplace_trace_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3791104Z test_dispatch_symbolic_meta_inplace_trace_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.3791627Z test_dispatch_symbolic_meta_inplace_trace_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.3792136Z test_dispatch_symbolic_meta_inplace_trace_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.3792645Z test_dispatch_symbolic_meta_inplace_trace_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.3793159Z test_dispatch_symbolic_meta_inplace_trace_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.3793687Z test_dispatch_symbolic_meta_inplace_trace_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.3794264Z test_dispatch_symbolic_meta_inplace_trace_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:24:31.3794733Z test_dispatch_symbolic_meta_inplace_transpose_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.3795179Z test_dispatch_symbolic_meta_inplace_transpose_cuda_bool (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.3795760Z test_dispatch_symbolic_meta_inplace_transpose_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.3796218Z test_dispatch_symbolic_meta_inplace_transpose_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.3796642Z test_dispatch_symbolic_meta_inplace_transpose_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.3797056Z test_dispatch_symbolic_meta_inplace_transpose_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.3797487Z test_dispatch_symbolic_meta_inplace_transpose_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:24:31.3797918Z test_dispatch_symbolic_meta_inplace_transpose_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:24:31.3798337Z test_dispatch_symbolic_meta_inplace_transpose_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:24:31.3798935Z test_dispatch_symbolic_meta_inplace_transpose_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:24:31.3799345Z test_dispatch_symbolic_meta_inplace_transpose_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.3799768Z test_dispatch_symbolic_meta_inplace_transpose_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:31.3800202Z test_dispatch_symbolic_meta_inplace_transpose_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.3800749Z test_dispatch_symbolic_meta_inplace_trapezoid_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.3801385Z test_dispatch_symbolic_meta_inplace_trapezoid_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.3801943Z test_dispatch_symbolic_meta_inplace_trapezoid_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.3802593Z test_dispatch_symbolic_meta_inplace_trapezoid_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.3803131Z test_dispatch_symbolic_meta_inplace_trapezoid_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:24:31.3803641Z test_dispatch_symbolic_meta_inplace_trapezoid_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3804953Z test_dispatch_symbolic_meta_inplace_trapezoid_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3805516Z test_dispatch_symbolic_meta_inplace_trapezoid_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3806035Z test_dispatch_symbolic_meta_inplace_trapezoid_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3806575Z test_dispatch_symbolic_meta_inplace_trapezoid_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3807091Z test_dispatch_symbolic_meta_inplace_trapezoid_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3807596Z test_dispatch_symbolic_meta_inplace_trapz_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3808224Z test_dispatch_symbolic_meta_inplace_trapz_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3808776Z test_dispatch_symbolic_meta_inplace_trapz_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3809367Z test_dispatch_symbolic_meta_inplace_trapz_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3809967Z test_dispatch_symbolic_meta_inplace_trapz_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3810456Z test_dispatch_symbolic_meta_inplace_trapz_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3810979Z test_dispatch_symbolic_meta_inplace_trapz_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3811490Z test_dispatch_symbolic_meta_inplace_trapz_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3811999Z test_dispatch_symbolic_meta_inplace_trapz_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3812477Z test_dispatch_symbolic_meta_inplace_trapz_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3812990Z test_dispatch_symbolic_meta_inplace_trapz_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3813726Z test_dispatch_symbolic_meta_inplace_triangular_solve_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3814280Z test_dispatch_symbolic_meta_inplace_triangular_solve_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3814824Z test_dispatch_symbolic_meta_inplace_triangular_solve_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3815499Z test_dispatch_symbolic_meta_inplace_triangular_solve_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3815917Z test_dispatch_symbolic_meta_inplace_tril_cuda_bool (__main__.TestMetaCUDA) ... ok (0.032s) 2022-11-23T02:24:31.3816447Z test_dispatch_symbolic_meta_inplace_tril_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:24:31.3816887Z test_dispatch_symbolic_meta_inplace_tril_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-11-23T02:24:31.3817302Z test_dispatch_symbolic_meta_inplace_tril_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:24:31.3817726Z test_dispatch_symbolic_meta_inplace_tril_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.034s) 2022-11-23T02:24:31.3818141Z test_dispatch_symbolic_meta_inplace_tril_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.035s) 2022-11-23T02:24:31.3818543Z test_dispatch_symbolic_meta_inplace_tril_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.036s) 2022-11-23T02:24:31.3819745Z test_dispatch_symbolic_meta_inplace_tril_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.035s) 2022-11-23T02:24:31.3820213Z test_dispatch_symbolic_meta_inplace_tril_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:24:31.3820613Z test_dispatch_symbolic_meta_inplace_tril_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-11-23T02:24:31.3821024Z test_dispatch_symbolic_meta_inplace_tril_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:24:31.3821426Z test_dispatch_symbolic_meta_inplace_tril_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.042s) 2022-11-23T02:24:31.3822063Z test_dispatch_symbolic_meta_inplace_tril_indices_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3822615Z test_dispatch_symbolic_meta_inplace_tril_indices_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.3823106Z test_dispatch_symbolic_meta_inplace_triu_cuda_bool (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:24:31.3823531Z test_dispatch_symbolic_meta_inplace_triu_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:24:31.3824029Z test_dispatch_symbolic_meta_inplace_triu_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:24:31.3824372Z test_dispatch_symbolic_meta_inplace_triu_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.033s) 2022-11-23T02:24:31.3824580Z test_dispatch_symbolic_meta_inplace_triu_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:24:31.3824793Z test_dispatch_symbolic_meta_inplace_triu_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:24:31.3825007Z test_dispatch_symbolic_meta_inplace_triu_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:24:31.3825215Z test_dispatch_symbolic_meta_inplace_triu_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:24:31.3825429Z test_dispatch_symbolic_meta_inplace_triu_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-11-23T02:24:31.3825633Z test_dispatch_symbolic_meta_inplace_triu_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-11-23T02:24:31.3825837Z test_dispatch_symbolic_meta_inplace_triu_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:24:31.3826040Z test_dispatch_symbolic_meta_inplace_triu_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.034s) 2022-11-23T02:24:31.3826468Z test_dispatch_symbolic_meta_inplace_triu_indices_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3826785Z test_dispatch_symbolic_meta_inplace_triu_indices_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.3827016Z test_dispatch_symbolic_meta_inplace_true_divide_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.3827285Z test_dispatch_symbolic_meta_inplace_true_divide_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:31.3827526Z test_dispatch_symbolic_meta_inplace_true_divide_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.3827757Z test_dispatch_symbolic_meta_inplace_true_divide_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.3827988Z test_dispatch_symbolic_meta_inplace_true_divide_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:24:31.3828217Z test_dispatch_symbolic_meta_inplace_true_divide_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.3828442Z test_dispatch_symbolic_meta_inplace_true_divide_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:24:31.3828666Z test_dispatch_symbolic_meta_inplace_true_divide_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:24:31.3829134Z test_dispatch_symbolic_meta_inplace_true_divide_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T02:24:31.3830598Z test_dispatch_symbolic_meta_inplace_true_divide_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:24:31.3831143Z test_dispatch_symbolic_meta_inplace_true_divide_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T02:24:31.3831416Z test_dispatch_symbolic_meta_inplace_true_divide_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.006s) 2022-11-23T02:24:31.3831687Z test_dispatch_symbolic_meta_inplace_true_divide_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T02:24:31.3831908Z test_dispatch_symbolic_meta_inplace_trunc_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.3832111Z test_dispatch_symbolic_meta_inplace_trunc_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.3832328Z test_dispatch_symbolic_meta_inplace_trunc_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.3832545Z test_dispatch_symbolic_meta_inplace_trunc_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.3832756Z test_dispatch_symbolic_meta_inplace_trunc_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.3832967Z test_dispatch_symbolic_meta_inplace_trunc_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.3833177Z test_dispatch_symbolic_meta_inplace_trunc_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.3833387Z test_dispatch_symbolic_meta_inplace_trunc_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.3833595Z test_dispatch_symbolic_meta_inplace_trunc_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.3833863Z test_dispatch_symbolic_meta_inplace_unbind_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.3834125Z test_dispatch_symbolic_meta_inplace_unbind_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.3834402Z test_dispatch_symbolic_meta_inplace_unbind_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.3834673Z test_dispatch_symbolic_meta_inplace_unbind_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.3835074Z test_dispatch_symbolic_meta_inplace_unbind_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.3835342Z test_dispatch_symbolic_meta_inplace_unbind_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3835604Z test_dispatch_symbolic_meta_inplace_unbind_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3836181Z test_dispatch_symbolic_meta_inplace_unbind_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3836713Z test_dispatch_symbolic_meta_inplace_unbind_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3837254Z test_dispatch_symbolic_meta_inplace_unbind_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3837822Z test_dispatch_symbolic_meta_inplace_unbind_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3838334Z test_dispatch_symbolic_meta_inplace_unbind_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3838637Z test_dispatch_symbolic_meta_inplace_unbind_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3838913Z test_dispatch_symbolic_meta_inplace_unflatten_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3839751Z test_dispatch_symbolic_meta_inplace_unflatten_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3840086Z test_dispatch_symbolic_meta_inplace_unflatten_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3840362Z test_dispatch_symbolic_meta_inplace_unflatten_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3840642Z test_dispatch_symbolic_meta_inplace_unflatten_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.3840913Z test_dispatch_symbolic_meta_inplace_unflatten_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.3841187Z test_dispatch_symbolic_meta_inplace_unflatten_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.3841445Z test_dispatch_symbolic_meta_inplace_unflatten_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.3841712Z test_dispatch_symbolic_meta_inplace_unflatten_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:24:31.3842105Z test_dispatch_symbolic_meta_inplace_unflatten_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.3842373Z test_dispatch_symbolic_meta_inplace_unflatten_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.3842639Z test_dispatch_symbolic_meta_inplace_unflatten_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.3843156Z test_dispatch_symbolic_meta_inplace_unflatten_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:24:31.3843713Z test_dispatch_symbolic_meta_inplace_unfold_copy_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.3844286Z test_dispatch_symbolic_meta_inplace_unfold_copy_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.3844808Z test_dispatch_symbolic_meta_inplace_unfold_copy_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.3845324Z test_dispatch_symbolic_meta_inplace_unfold_copy_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.3845603Z test_dispatch_symbolic_meta_inplace_unfold_copy_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.011s) 2022-11-23T02:24:31.3845874Z test_dispatch_symbolic_meta_inplace_unfold_copy_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3846148Z test_dispatch_symbolic_meta_inplace_unfold_copy_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3846422Z test_dispatch_symbolic_meta_inplace_unfold_copy_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3846692Z test_dispatch_symbolic_meta_inplace_unfold_copy_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3846961Z test_dispatch_symbolic_meta_inplace_unfold_copy_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.009s) 2022-11-23T02:24:31.3847226Z test_dispatch_symbolic_meta_inplace_unfold_copy_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3847494Z test_dispatch_symbolic_meta_inplace_unfold_copy_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.3847759Z test_dispatch_symbolic_meta_inplace_unfold_copy_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3848097Z test_dispatch_symbolic_meta_inplace_unfold_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3848375Z test_dispatch_symbolic_meta_inplace_unfold_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3848648Z test_dispatch_symbolic_meta_inplace_unfold_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3848919Z test_dispatch_symbolic_meta_inplace_unfold_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.3849191Z test_dispatch_symbolic_meta_inplace_unfold_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3849458Z test_dispatch_symbolic_meta_inplace_unfold_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3849800Z test_dispatch_symbolic_meta_inplace_unfold_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3850371Z test_dispatch_symbolic_meta_inplace_unfold_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3850893Z test_dispatch_symbolic_meta_inplace_unfold_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3851319Z test_dispatch_symbolic_meta_inplace_unfold_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3851867Z test_dispatch_symbolic_meta_inplace_unfold_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3852182Z test_dispatch_symbolic_meta_inplace_unfold_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3852451Z test_dispatch_symbolic_meta_inplace_unfold_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3852673Z test_dispatch_symbolic_meta_inplace_uniform_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.3852880Z test_dispatch_symbolic_meta_inplace_uniform_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.3853103Z test_dispatch_symbolic_meta_inplace_uniform_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.3853427Z test_dispatch_symbolic_meta_inplace_uniform_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.3853638Z test_dispatch_symbolic_meta_inplace_uniform_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.3853846Z test_dispatch_symbolic_meta_inplace_uniform_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.3854131Z test_dispatch_symbolic_meta_inplace_unique_consecutive_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3854423Z test_dispatch_symbolic_meta_inplace_unique_consecutive_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3854709Z test_dispatch_symbolic_meta_inplace_unique_consecutive_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3854992Z test_dispatch_symbolic_meta_inplace_unique_consecutive_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3855340Z test_dispatch_symbolic_meta_inplace_unique_consecutive_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3855867Z test_dispatch_symbolic_meta_inplace_unique_consecutive_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.3856382Z test_dispatch_symbolic_meta_inplace_unique_consecutive_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3857087Z test_dispatch_symbolic_meta_inplace_unique_consecutive_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3857672Z test_dispatch_symbolic_meta_inplace_unique_consecutive_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3858297Z test_dispatch_symbolic_meta_inplace_unique_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3858833Z test_dispatch_symbolic_meta_inplace_unique_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3859334Z test_dispatch_symbolic_meta_inplace_unique_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3859819Z test_dispatch_symbolic_meta_inplace_unique_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3860311Z test_dispatch_symbolic_meta_inplace_unique_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3860791Z test_dispatch_symbolic_meta_inplace_unique_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3861136Z test_dispatch_symbolic_meta_inplace_unique_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3861405Z test_dispatch_symbolic_meta_inplace_unique_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3861670Z test_dispatch_symbolic_meta_inplace_unique_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3861897Z test_dispatch_symbolic_meta_inplace_unsqueeze_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:24:31.3862118Z test_dispatch_symbolic_meta_inplace_unsqueeze_cuda_bool (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.3862355Z test_dispatch_symbolic_meta_inplace_unsqueeze_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:24:31.3862582Z test_dispatch_symbolic_meta_inplace_unsqueeze_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.3862809Z test_dispatch_symbolic_meta_inplace_unsqueeze_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:31.3863153Z test_dispatch_symbolic_meta_inplace_unsqueeze_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.3863359Z test_dispatch_symbolic_meta_inplace_unsqueeze_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:24:31.3863825Z test_dispatch_symbolic_meta_inplace_unsqueeze_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.3864261Z test_dispatch_symbolic_meta_inplace_unsqueeze_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.3864679Z test_dispatch_symbolic_meta_inplace_unsqueeze_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.3865068Z test_dispatch_symbolic_meta_inplace_unsqueeze_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.3865535Z test_dispatch_symbolic_meta_inplace_unsqueeze_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:31.3865848Z test_dispatch_symbolic_meta_inplace_unsqueeze_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:24:31.3866122Z test_dispatch_symbolic_meta_inplace_var_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.3866394Z test_dispatch_symbolic_meta_inplace_var_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.3866658Z test_dispatch_symbolic_meta_inplace_var_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3867004Z test_dispatch_symbolic_meta_inplace_var_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.3867287Z test_dispatch_symbolic_meta_inplace_var_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.3867554Z test_dispatch_symbolic_meta_inplace_var_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.3867832Z test_dispatch_symbolic_meta_inplace_var_mean_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.3868108Z test_dispatch_symbolic_meta_inplace_var_mean_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.3868382Z test_dispatch_symbolic_meta_inplace_var_mean_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.3868653Z test_dispatch_symbolic_meta_inplace_var_mean_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:24:31.3869112Z test_dispatch_symbolic_meta_inplace_var_mean_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.3869415Z test_dispatch_symbolic_meta_inplace_var_mean_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.3869685Z test_dispatch_symbolic_meta_inplace_vdot_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.3869953Z test_dispatch_symbolic_meta_inplace_vdot_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.3870219Z test_dispatch_symbolic_meta_inplace_vdot_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.3870774Z test_dispatch_symbolic_meta_inplace_vdot_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.3871296Z test_dispatch_symbolic_meta_inplace_vdot_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:24:31.3871795Z test_dispatch_symbolic_meta_inplace_vdot_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.3872369Z test_dispatch_symbolic_meta_inplace_view_as_complex_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.3872827Z test_dispatch_symbolic_meta_inplace_view_as_complex_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3873100Z test_dispatch_symbolic_meta_inplace_view_as_complex_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3873367Z test_dispatch_symbolic_meta_inplace_view_as_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3873618Z test_dispatch_symbolic_meta_inplace_view_as_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3873887Z test_dispatch_symbolic_meta_inplace_view_as_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.3874156Z test_dispatch_symbolic_meta_inplace_view_as_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3874432Z test_dispatch_symbolic_meta_inplace_view_as_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3874695Z test_dispatch_symbolic_meta_inplace_view_as_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3874952Z test_dispatch_symbolic_meta_inplace_view_as_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.3875276Z test_dispatch_symbolic_meta_inplace_view_as_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3875556Z test_dispatch_symbolic_meta_inplace_view_as_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.3875967Z test_dispatch_symbolic_meta_inplace_view_as_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.3876444Z test_dispatch_symbolic_meta_inplace_view_as_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.3876915Z test_dispatch_symbolic_meta_inplace_view_as_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.3877492Z test_dispatch_symbolic_meta_inplace_view_as_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.3878049Z test_dispatch_symbolic_meta_inplace_view_as_real_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.3878652Z test_dispatch_symbolic_meta_inplace_view_as_real_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.3879240Z test_dispatch_symbolic_meta_inplace_view_copy_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.3879765Z test_dispatch_symbolic_meta_inplace_view_copy_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3880252Z test_dispatch_symbolic_meta_inplace_view_copy_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.3880741Z test_dispatch_symbolic_meta_inplace_view_copy_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.3881235Z test_dispatch_symbolic_meta_inplace_view_copy_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3881743Z test_dispatch_symbolic_meta_inplace_view_copy_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.3882233Z test_dispatch_symbolic_meta_inplace_view_copy_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.3882711Z test_dispatch_symbolic_meta_inplace_view_copy_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3883388Z test_dispatch_symbolic_meta_inplace_view_copy_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3883859Z test_dispatch_symbolic_meta_inplace_view_copy_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3884415Z test_dispatch_symbolic_meta_inplace_view_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3884948Z test_dispatch_symbolic_meta_inplace_view_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.3885472Z test_dispatch_symbolic_meta_inplace_view_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.3886091Z test_dispatch_symbolic_meta_inplace_view_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.3886606Z test_dispatch_symbolic_meta_inplace_view_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.3887111Z test_dispatch_symbolic_meta_inplace_view_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.3887611Z test_dispatch_symbolic_meta_inplace_view_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3888248Z test_dispatch_symbolic_meta_inplace_view_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.3888753Z test_dispatch_symbolic_meta_inplace_view_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.3889231Z test_dispatch_symbolic_meta_inplace_view_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.3889721Z test_dispatch_symbolic_meta_inplace_view_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.3890216Z test_dispatch_symbolic_meta_inplace_view_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:24:31.3890700Z test_dispatch_symbolic_meta_inplace_view_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.3891209Z test_dispatch_symbolic_meta_inplace_vsplit_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.3891827Z test_dispatch_symbolic_meta_inplace_vsplit_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.3892370Z test_dispatch_symbolic_meta_inplace_vsplit_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.3892964Z test_dispatch_symbolic_meta_inplace_vsplit_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:24:31.3893498Z test_dispatch_symbolic_meta_inplace_vsplit_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3893996Z test_dispatch_symbolic_meta_inplace_vsplit_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3894480Z test_dispatch_symbolic_meta_inplace_vsplit_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3894974Z test_dispatch_symbolic_meta_inplace_vsplit_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3895476Z test_dispatch_symbolic_meta_inplace_vsplit_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3895982Z test_dispatch_symbolic_meta_inplace_vsplit_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3897385Z test_dispatch_symbolic_meta_inplace_vsplit_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.3897863Z test_dispatch_symbolic_meta_inplace_vsplit_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3898415Z test_dispatch_symbolic_meta_inplace_vsplit_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3898949Z test_dispatch_symbolic_meta_inplace_vstack_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3899451Z test_dispatch_symbolic_meta_inplace_vstack_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3900029Z test_dispatch_symbolic_meta_inplace_vstack_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3900607Z test_dispatch_symbolic_meta_inplace_vstack_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3901121Z test_dispatch_symbolic_meta_inplace_vstack_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3901643Z test_dispatch_symbolic_meta_inplace_vstack_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3902176Z test_dispatch_symbolic_meta_inplace_vstack_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3902862Z test_dispatch_symbolic_meta_inplace_vstack_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3903401Z test_dispatch_symbolic_meta_inplace_vstack_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3903916Z test_dispatch_symbolic_meta_inplace_vstack_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3904384Z test_dispatch_symbolic_meta_inplace_vstack_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.3904851Z test_dispatch_symbolic_meta_inplace_vstack_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3905281Z test_dispatch_symbolic_meta_inplace_vstack_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.3905788Z test_dispatch_symbolic_meta_inplace_where_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.3906335Z test_dispatch_symbolic_meta_inplace_where_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3906850Z test_dispatch_symbolic_meta_inplace_where_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.3907373Z test_dispatch_symbolic_meta_inplace_where_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.3907866Z test_dispatch_symbolic_meta_inplace_where_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.3908155Z test_dispatch_symbolic_meta_inplace_where_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:24:31.3908415Z test_dispatch_symbolic_meta_inplace_where_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3908665Z test_dispatch_symbolic_meta_inplace_where_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3908921Z test_dispatch_symbolic_meta_inplace_where_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3909327Z test_dispatch_symbolic_meta_inplace_where_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3909588Z test_dispatch_symbolic_meta_inplace_where_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3909852Z test_dispatch_symbolic_meta_inplace_where_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3910106Z test_dispatch_symbolic_meta_inplace_where_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3910330Z test_dispatch_symbolic_meta_inplace_xlogy_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:24:31.3910589Z test_dispatch_symbolic_meta_inplace_xlogy_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:24:31.3910807Z test_dispatch_symbolic_meta_inplace_xlogy_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.3911026Z test_dispatch_symbolic_meta_inplace_xlogy_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:24:31.3911243Z test_dispatch_symbolic_meta_inplace_xlogy_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:24:31.3911497Z test_dispatch_symbolic_meta_inplace_xlogy_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T02:24:31.3911751Z test_dispatch_symbolic_meta_inplace_xlogy_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T02:24:31.3912071Z test_dispatch_symbolic_meta_inplace_xlogy_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:31.3912336Z test_dispatch_symbolic_meta_inplace_xlogy_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:31.3912863Z test_dispatch_symbolic_meta_inplace_xlogy_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:31.3913311Z test_dispatch_symbolic_meta_inplace_zero__cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.3913723Z test_dispatch_symbolic_meta_inplace_zero__cuda_bool (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.3914111Z test_dispatch_symbolic_meta_inplace_zero__cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.3914587Z test_dispatch_symbolic_meta_inplace_zero__cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.3914866Z test_dispatch_symbolic_meta_inplace_zero__cuda_float16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.3915154Z test_dispatch_symbolic_meta_inplace_zero__cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.3915510Z test_dispatch_symbolic_meta_inplace_zero__cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.3915737Z test_dispatch_symbolic_meta_inplace_zero__cuda_int16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.3915950Z test_dispatch_symbolic_meta_inplace_zero__cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.3916163Z test_dispatch_symbolic_meta_inplace_zero__cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.3916372Z test_dispatch_symbolic_meta_inplace_zero__cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.3916580Z test_dispatch_symbolic_meta_inplace_zero__cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.3917035Z test_dispatch_symbolic_meta_inplace_zeros_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3917330Z test_dispatch_symbolic_meta_inplace_zeros_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3917650Z test_dispatch_symbolic_meta_inplace_zeros_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3918520Z test_dispatch_symbolic_meta_inplace_zeros_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3918882Z test_dispatch_symbolic_meta_inplace_zeros_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3919347Z test_dispatch_symbolic_meta_inplace_zeros_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3920011Z test_dispatch_symbolic_meta_inplace_zeros_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3920299Z test_dispatch_symbolic_meta_inplace_zeros_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3920557Z test_dispatch_symbolic_meta_inplace_zeros_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3920816Z test_dispatch_symbolic_meta_inplace_zeros_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.3921083Z test_dispatch_symbolic_meta_inplace_zeros_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.3921348Z test_dispatch_symbolic_meta_inplace_zeros_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.3921602Z test_dispatch_symbolic_meta_inplace_zeros_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.3922011Z test_dispatch_symbolic_meta_inplace_zeros_like_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.3922304Z test_dispatch_symbolic_meta_inplace_zeros_like_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.3922579Z test_dispatch_symbolic_meta_inplace_zeros_like_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3922858Z test_dispatch_symbolic_meta_inplace_zeros_like_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.3923131Z test_dispatch_symbolic_meta_inplace_zeros_like_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3923402Z test_dispatch_symbolic_meta_inplace_zeros_like_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3923678Z test_dispatch_symbolic_meta_inplace_zeros_like_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3923950Z test_dispatch_symbolic_meta_inplace_zeros_like_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3924219Z test_dispatch_symbolic_meta_inplace_zeros_like_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.3926608Z test_dispatch_symbolic_meta_inplace_zeros_like_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.3927167Z test_dispatch_symbolic_meta_inplace_zeros_like_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.3927691Z test_dispatch_symbolic_meta_inplace_zeros_like_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.3928470Z test_dispatch_symbolic_meta_inplace_zeros_like_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.3929263Z test_dispatch_symbolic_meta_outplace_H_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.3929722Z test_dispatch_symbolic_meta_outplace_H_cuda_bool (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.3930440Z test_dispatch_symbolic_meta_outplace_H_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:31.3931395Z test_dispatch_symbolic_meta_outplace_H_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.3931851Z test_dispatch_symbolic_meta_outplace_H_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.3932456Z test_dispatch_symbolic_meta_outplace_H_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.3932887Z test_dispatch_symbolic_meta_outplace_H_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.3933291Z test_dispatch_symbolic_meta_outplace_H_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.3933698Z test_dispatch_symbolic_meta_outplace_H_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.3934091Z test_dispatch_symbolic_meta_outplace_H_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.3934341Z test_dispatch_symbolic_meta_outplace_H_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.3934557Z test_dispatch_symbolic_meta_outplace_H_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.3934759Z test_dispatch_symbolic_meta_outplace_H_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.3934971Z test_dispatch_symbolic_meta_outplace_T_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.3935188Z test_dispatch_symbolic_meta_outplace_T_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.3935600Z test_dispatch_symbolic_meta_outplace_T_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.3936209Z test_dispatch_symbolic_meta_outplace_T_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.3936673Z test_dispatch_symbolic_meta_outplace_T_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.3937061Z test_dispatch_symbolic_meta_outplace_T_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.3937393Z test_dispatch_symbolic_meta_outplace_T_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.3937606Z test_dispatch_symbolic_meta_outplace_T_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.3937813Z test_dispatch_symbolic_meta_outplace_T_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.3938020Z test_dispatch_symbolic_meta_outplace_T_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.3938221Z test_dispatch_symbolic_meta_outplace_T_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.3938431Z test_dispatch_symbolic_meta_outplace_T_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.3938630Z test_dispatch_symbolic_meta_outplace_T_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.3938858Z test_dispatch_symbolic_meta_outplace___getitem___cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.034s) 2022-11-23T02:24:31.3939085Z test_dispatch_symbolic_meta_outplace___getitem___cuda_bool (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:24:31.3939316Z test_dispatch_symbolic_meta_outplace___getitem___cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.040s) 2022-11-23T02:24:31.3939547Z test_dispatch_symbolic_meta_outplace___getitem___cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.033s) 2022-11-23T02:24:31.3939776Z test_dispatch_symbolic_meta_outplace___getitem___cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:24:31.3939999Z test_dispatch_symbolic_meta_outplace___getitem___cuda_float16 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:24:31.3940228Z test_dispatch_symbolic_meta_outplace___getitem___cuda_float32 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:24:31.3940453Z test_dispatch_symbolic_meta_outplace___getitem___cuda_float64 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:24:31.3940673Z test_dispatch_symbolic_meta_outplace___getitem___cuda_int16 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:24:31.3941134Z test_dispatch_symbolic_meta_outplace___getitem___cuda_int32 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:24:31.3941395Z test_dispatch_symbolic_meta_outplace___getitem___cuda_int64 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:24:31.3941616Z test_dispatch_symbolic_meta_outplace___getitem___cuda_int8 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:24:31.3941831Z test_dispatch_symbolic_meta_outplace___getitem___cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:24:31.3942399Z test_dispatch_symbolic_meta_outplace___radd___cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.3942752Z test_dispatch_symbolic_meta_outplace___radd___cuda_bool (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:31.3943017Z test_dispatch_symbolic_meta_outplace___radd___cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.3943345Z test_dispatch_symbolic_meta_outplace___radd___cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:24:31.3943582Z test_dispatch_symbolic_meta_outplace___radd___cuda_float16 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:24:31.3943794Z test_dispatch_symbolic_meta_outplace___radd___cuda_float32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.3943998Z test_dispatch_symbolic_meta_outplace___radd___cuda_float64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.3944213Z test_dispatch_symbolic_meta_outplace___radd___cuda_int16 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:24:31.3944518Z test_dispatch_symbolic_meta_outplace___radd___cuda_int32 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:24:31.3944743Z test_dispatch_symbolic_meta_outplace___radd___cuda_int64 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.3944951Z test_dispatch_symbolic_meta_outplace___radd___cuda_int8 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.3945169Z test_dispatch_symbolic_meta_outplace___radd___cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.3945385Z test_dispatch_symbolic_meta_outplace___rand___cuda_bool (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.3945600Z test_dispatch_symbolic_meta_outplace___rand___cuda_int16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.3945809Z test_dispatch_symbolic_meta_outplace___rand___cuda_int32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.3946013Z test_dispatch_symbolic_meta_outplace___rand___cuda_int64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.3946227Z test_dispatch_symbolic_meta_outplace___rand___cuda_int8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.3946442Z test_dispatch_symbolic_meta_outplace___rand___cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.3946663Z test_dispatch_symbolic_meta_outplace___rdiv___cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:24:31.3946876Z test_dispatch_symbolic_meta_outplace___rdiv___cuda_bool (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:24:31.3947106Z test_dispatch_symbolic_meta_outplace___rdiv___cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:24:31.3947331Z test_dispatch_symbolic_meta_outplace___rdiv___cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.3947536Z test_dispatch_symbolic_meta_outplace___rdiv___cuda_float16 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:24:31.3947751Z test_dispatch_symbolic_meta_outplace___rdiv___cuda_float32 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:24:31.3947967Z test_dispatch_symbolic_meta_outplace___rdiv___cuda_float64 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:24:31.3948180Z test_dispatch_symbolic_meta_outplace___rdiv___cuda_int16 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:24:31.3948387Z test_dispatch_symbolic_meta_outplace___rdiv___cuda_int32 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:24:31.3948592Z test_dispatch_symbolic_meta_outplace___rdiv___cuda_int64 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:24:31.3948900Z test_dispatch_symbolic_meta_outplace___rdiv___cuda_int8 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:24:31.3949114Z test_dispatch_symbolic_meta_outplace___rdiv___cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.3949344Z test_dispatch_symbolic_meta_outplace___rmatmul___cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.043s) 2022-11-23T02:24:31.3949577Z test_dispatch_symbolic_meta_outplace___rmatmul___cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.053s) 2022-11-23T02:24:31.3949813Z test_dispatch_symbolic_meta_outplace___rmatmul___cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.056s) 2022-11-23T02:24:31.3950037Z test_dispatch_symbolic_meta_outplace___rmatmul___cuda_float16 (__main__.TestMetaCUDA) ... ok (0.058s) 2022-11-23T02:24:31.3950264Z test_dispatch_symbolic_meta_outplace___rmatmul___cuda_float32 (__main__.TestMetaCUDA) ... ok (0.050s) 2022-11-23T02:24:31.3950494Z test_dispatch_symbolic_meta_outplace___rmatmul___cuda_float64 (__main__.TestMetaCUDA) ... ok (0.052s) 2022-11-23T02:24:31.3950716Z test_dispatch_symbolic_meta_outplace___rmod___cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.3950937Z test_dispatch_symbolic_meta_outplace___rmod___cuda_float16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.3951147Z test_dispatch_symbolic_meta_outplace___rmod___cuda_float32 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.3951355Z test_dispatch_symbolic_meta_outplace___rmod___cuda_float64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.3951637Z test_dispatch_symbolic_meta_outplace___rmod___cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.3951861Z test_dispatch_symbolic_meta_outplace___rmod___cuda_int32 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.3952063Z test_dispatch_symbolic_meta_outplace___rmod___cuda_int64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.3952276Z test_dispatch_symbolic_meta_outplace___rmod___cuda_int8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.3952476Z test_dispatch_symbolic_meta_outplace___rmod___cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.3952700Z test_dispatch_symbolic_meta_outplace___rmul___cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.3952913Z test_dispatch_symbolic_meta_outplace___rmul___cuda_bool (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.3953137Z test_dispatch_symbolic_meta_outplace___rmul___cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:24:31.3953368Z test_dispatch_symbolic_meta_outplace___rmul___cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.3953585Z test_dispatch_symbolic_meta_outplace___rmul___cuda_float16 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:24:31.3953796Z test_dispatch_symbolic_meta_outplace___rmul___cuda_float32 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.3954005Z test_dispatch_symbolic_meta_outplace___rmul___cuda_float64 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.3954215Z test_dispatch_symbolic_meta_outplace___rmul___cuda_int16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.3954421Z test_dispatch_symbolic_meta_outplace___rmul___cuda_int32 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:31.3954622Z test_dispatch_symbolic_meta_outplace___rmul___cuda_int64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.3954828Z test_dispatch_symbolic_meta_outplace___rmul___cuda_int8 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:24:31.3955047Z test_dispatch_symbolic_meta_outplace___rmul___cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.3955263Z test_dispatch_symbolic_meta_outplace___ror___cuda_bool (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.3955477Z test_dispatch_symbolic_meta_outplace___ror___cuda_int16 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.3955779Z test_dispatch_symbolic_meta_outplace___ror___cuda_int32 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.3955988Z test_dispatch_symbolic_meta_outplace___ror___cuda_int64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.3956200Z test_dispatch_symbolic_meta_outplace___ror___cuda_int8 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.3956410Z test_dispatch_symbolic_meta_outplace___ror___cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.3956632Z test_dispatch_symbolic_meta_outplace___rpow___cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:24:31.3956865Z test_dispatch_symbolic_meta_outplace___rpow___cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:24:31.3957072Z test_dispatch_symbolic_meta_outplace___rpow___cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.033s) 2022-11-23T02:24:31.3957292Z test_dispatch_symbolic_meta_outplace___rpow___cuda_float16 (__main__.TestMetaCUDA) ... ok (0.037s) 2022-11-23T02:24:31.3957650Z test_dispatch_symbolic_meta_outplace___rpow___cuda_float32 (__main__.TestMetaCUDA) ... ok (0.033s) 2022-11-23T02:24:31.3958060Z test_dispatch_symbolic_meta_outplace___rpow___cuda_float64 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:24:31.3958476Z test_dispatch_symbolic_meta_outplace___rpow___cuda_int16 (__main__.TestMetaCUDA) ... ok (0.033s) 2022-11-23T02:24:31.3958873Z test_dispatch_symbolic_meta_outplace___rpow___cuda_int32 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:24:31.3959454Z test_dispatch_symbolic_meta_outplace___rpow___cuda_int64 (__main__.TestMetaCUDA) ... ok (0.034s) 2022-11-23T02:24:31.3959889Z test_dispatch_symbolic_meta_outplace___rpow___cuda_int8 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:24:31.3960304Z test_dispatch_symbolic_meta_outplace___rpow___cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.3960724Z test_dispatch_symbolic_meta_outplace___rsub___cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:24:31.3961172Z test_dispatch_symbolic_meta_outplace___rsub___cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.3961569Z test_dispatch_symbolic_meta_outplace___rsub___cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.3961804Z test_dispatch_symbolic_meta_outplace___rsub___cuda_float16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.3962020Z test_dispatch_symbolic_meta_outplace___rsub___cuda_float32 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.3962237Z test_dispatch_symbolic_meta_outplace___rsub___cuda_float64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.3962454Z test_dispatch_symbolic_meta_outplace___rsub___cuda_int16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.3962743Z test_dispatch_symbolic_meta_outplace___rsub___cuda_int32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.3963138Z test_dispatch_symbolic_meta_outplace___rsub___cuda_int64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.3963545Z test_dispatch_symbolic_meta_outplace___rsub___cuda_int8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.3963944Z test_dispatch_symbolic_meta_outplace___rsub___cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:24:31.3964241Z test_dispatch_symbolic_meta_outplace___rxor___cuda_bool (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.3964462Z test_dispatch_symbolic_meta_outplace___rxor___cuda_int16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.3964658Z test_dispatch_symbolic_meta_outplace___rxor___cuda_int32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.3964862Z test_dispatch_symbolic_meta_outplace___rxor___cuda_int64 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:24:31.3965072Z test_dispatch_symbolic_meta_outplace___rxor___cuda_int8 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.3965456Z test_dispatch_symbolic_meta_outplace___rxor___cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:24:31.3965707Z test_dispatch_symbolic_meta_outplace__softmax_backward_data_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.3965956Z test_dispatch_symbolic_meta_outplace__softmax_backward_data_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.3966194Z test_dispatch_symbolic_meta_outplace__softmax_backward_data_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.3966427Z test_dispatch_symbolic_meta_outplace__softmax_backward_data_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.3966648Z test_dispatch_symbolic_meta_outplace_abs_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.3966860Z test_dispatch_symbolic_meta_outplace_abs_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.3967075Z test_dispatch_symbolic_meta_outplace_abs_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.3967294Z test_dispatch_symbolic_meta_outplace_abs_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.3967509Z test_dispatch_symbolic_meta_outplace_abs_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.3967723Z test_dispatch_symbolic_meta_outplace_abs_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.3967937Z test_dispatch_symbolic_meta_outplace_abs_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.3968146Z test_dispatch_symbolic_meta_outplace_abs_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.3968439Z test_dispatch_symbolic_meta_outplace_abs_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.3968666Z test_dispatch_symbolic_meta_outplace_abs_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.3968871Z test_dispatch_symbolic_meta_outplace_abs_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.3969082Z test_dispatch_symbolic_meta_outplace_abs_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.3969287Z test_dispatch_symbolic_meta_outplace_abs_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.3969489Z test_dispatch_symbolic_meta_outplace_acos_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.3969701Z test_dispatch_symbolic_meta_outplace_acos_cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.3969925Z test_dispatch_symbolic_meta_outplace_acos_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.3970151Z test_dispatch_symbolic_meta_outplace_acos_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.3970365Z test_dispatch_symbolic_meta_outplace_acos_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.3970690Z test_dispatch_symbolic_meta_outplace_acos_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.3971102Z test_dispatch_symbolic_meta_outplace_acos_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.3971418Z test_dispatch_symbolic_meta_outplace_acos_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.3971644Z test_dispatch_symbolic_meta_outplace_acos_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.3971856Z test_dispatch_symbolic_meta_outplace_acos_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.3972067Z test_dispatch_symbolic_meta_outplace_acos_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.3972278Z test_dispatch_symbolic_meta_outplace_acos_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.3972483Z test_dispatch_symbolic_meta_outplace_acos_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.3972884Z test_dispatch_symbolic_meta_outplace_acosh_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.3973217Z test_dispatch_symbolic_meta_outplace_acosh_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.3973443Z test_dispatch_symbolic_meta_outplace_acosh_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.3973925Z test_dispatch_symbolic_meta_outplace_acosh_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.3974305Z test_dispatch_symbolic_meta_outplace_acosh_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.3974573Z test_dispatch_symbolic_meta_outplace_acosh_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.3974801Z test_dispatch_symbolic_meta_outplace_acosh_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.3975019Z test_dispatch_symbolic_meta_outplace_acosh_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.3975215Z test_dispatch_symbolic_meta_outplace_acosh_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.3975428Z test_dispatch_symbolic_meta_outplace_acosh_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.3975639Z test_dispatch_symbolic_meta_outplace_acosh_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.3975850Z test_dispatch_symbolic_meta_outplace_acosh_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.3976059Z test_dispatch_symbolic_meta_outplace_acosh_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.3976274Z test_dispatch_symbolic_meta_outplace_add_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.040s) 2022-11-23T02:24:31.3976577Z test_dispatch_symbolic_meta_outplace_add_cuda_bool (__main__.TestMetaCUDA) ... ok (0.052s) 2022-11-23T02:24:31.3976819Z test_dispatch_symbolic_meta_outplace_add_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.043s) 2022-11-23T02:24:31.3977035Z test_dispatch_symbolic_meta_outplace_add_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.049s) 2022-11-23T02:24:31.3977254Z test_dispatch_symbolic_meta_outplace_add_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.041s) 2022-11-23T02:24:31.3977466Z test_dispatch_symbolic_meta_outplace_add_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.040s) 2022-11-23T02:24:31.3977680Z test_dispatch_symbolic_meta_outplace_add_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:24:31.3977891Z test_dispatch_symbolic_meta_outplace_add_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.034s) 2022-11-23T02:24:31.3978099Z test_dispatch_symbolic_meta_outplace_add_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:24:31.3978311Z test_dispatch_symbolic_meta_outplace_add_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:24:31.3978513Z test_dispatch_symbolic_meta_outplace_add_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.040s) 2022-11-23T02:24:31.3978726Z test_dispatch_symbolic_meta_outplace_add_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.039s) 2022-11-23T02:24:31.3978925Z test_dispatch_symbolic_meta_outplace_add_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.036s) 2022-11-23T02:24:31.3979151Z test_dispatch_symbolic_meta_outplace_addbmm_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.034s) 2022-11-23T02:24:31.3979374Z test_dispatch_symbolic_meta_outplace_addbmm_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.046s) 2022-11-23T02:24:31.3979580Z test_dispatch_symbolic_meta_outplace_addbmm_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.064s) 2022-11-23T02:24:31.3979798Z test_dispatch_symbolic_meta_outplace_addbmm_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:24:31.3980014Z test_dispatch_symbolic_meta_outplace_addbmm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:24:31.3980226Z test_dispatch_symbolic_meta_outplace_addbmm_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.3980446Z test_dispatch_symbolic_meta_outplace_addcdiv_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.070s) 2022-11-23T02:24:31.3980768Z test_dispatch_symbolic_meta_outplace_addcdiv_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.079s) 2022-11-23T02:24:31.3980996Z test_dispatch_symbolic_meta_outplace_addcdiv_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.077s) 2022-11-23T02:24:31.3981218Z test_dispatch_symbolic_meta_outplace_addcdiv_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.073s) 2022-11-23T02:24:31.3981432Z test_dispatch_symbolic_meta_outplace_addcdiv_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.053s) 2022-11-23T02:24:31.3981644Z test_dispatch_symbolic_meta_outplace_addcdiv_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.057s) 2022-11-23T02:24:31.3981871Z test_dispatch_symbolic_meta_outplace_addcmul_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.074s) 2022-11-23T02:24:31.3982099Z test_dispatch_symbolic_meta_outplace_addcmul_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.062s) 2022-11-23T02:24:31.3982326Z test_dispatch_symbolic_meta_outplace_addcmul_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.057s) 2022-11-23T02:24:31.3982547Z test_dispatch_symbolic_meta_outplace_addcmul_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.077s) 2022-11-23T02:24:31.3982762Z test_dispatch_symbolic_meta_outplace_addcmul_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.058s) 2022-11-23T02:24:31.3982971Z test_dispatch_symbolic_meta_outplace_addcmul_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.066s) 2022-11-23T02:24:31.3983186Z test_dispatch_symbolic_meta_outplace_addcmul_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.083s) 2022-11-23T02:24:31.3983402Z test_dispatch_symbolic_meta_outplace_addcmul_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.062s) 2022-11-23T02:24:31.3983689Z test_dispatch_symbolic_meta_outplace_addcmul_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.066s) 2022-11-23T02:24:31.3983924Z test_dispatch_symbolic_meta_outplace_addcmul_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.053s) 2022-11-23T02:24:31.3984137Z test_dispatch_symbolic_meta_outplace_addcmul_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.056s) 2022-11-23T02:24:31.3984360Z test_dispatch_symbolic_meta_outplace_addmm_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:24:31.3984565Z test_dispatch_symbolic_meta_outplace_addmm_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.3984782Z test_dispatch_symbolic_meta_outplace_addmm_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:24:31.3984993Z test_dispatch_symbolic_meta_outplace_addmm_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.3985207Z test_dispatch_symbolic_meta_outplace_addmm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:24:31.3985429Z test_dispatch_symbolic_meta_outplace_addmm_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:24:31.3985668Z test_dispatch_symbolic_meta_outplace_addmm_decomposed_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:24:31.3985910Z test_dispatch_symbolic_meta_outplace_addmm_decomposed_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:24:31.3986156Z test_dispatch_symbolic_meta_outplace_addmm_decomposed_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:24:31.3986391Z test_dispatch_symbolic_meta_outplace_addmm_decomposed_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.3986628Z test_dispatch_symbolic_meta_outplace_addmm_decomposed_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:24:31.3986859Z test_dispatch_symbolic_meta_outplace_addmm_decomposed_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.3987080Z test_dispatch_symbolic_meta_outplace_addmv_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.3987302Z test_dispatch_symbolic_meta_outplace_addmv_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.3987523Z test_dispatch_symbolic_meta_outplace_addmv_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:24:31.3987736Z test_dispatch_symbolic_meta_outplace_addmv_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.3988043Z test_dispatch_symbolic_meta_outplace_addmv_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.3988259Z test_dispatch_symbolic_meta_outplace_addmv_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.3988476Z test_dispatch_symbolic_meta_outplace_addr_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:24:31.3988688Z test_dispatch_symbolic_meta_outplace_addr_cuda_bool (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:24:31.3988914Z test_dispatch_symbolic_meta_outplace_addr_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:24:31.3989132Z test_dispatch_symbolic_meta_outplace_addr_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:24:31.3989348Z test_dispatch_symbolic_meta_outplace_addr_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:24:31.3989546Z test_dispatch_symbolic_meta_outplace_addr_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-11-23T02:24:31.3989765Z test_dispatch_symbolic_meta_outplace_addr_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-11-23T02:24:31.3989979Z test_dispatch_symbolic_meta_outplace_addr_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:24:31.3990191Z test_dispatch_symbolic_meta_outplace_addr_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:24:31.3990399Z test_dispatch_symbolic_meta_outplace_addr_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:24:31.3990677Z test_dispatch_symbolic_meta_outplace_addr_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:24:31.3990898Z test_dispatch_symbolic_meta_outplace_addr_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:24:31.3991116Z test_dispatch_symbolic_meta_outplace_all_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.046s) 2022-11-23T02:24:31.3991324Z test_dispatch_symbolic_meta_outplace_all_cuda_bool (__main__.TestMetaCUDA) ... ok (0.043s) 2022-11-23T02:24:31.3991545Z test_dispatch_symbolic_meta_outplace_all_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.034s) 2022-11-23T02:24:31.3991758Z test_dispatch_symbolic_meta_outplace_all_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.039s) 2022-11-23T02:24:31.3991969Z test_dispatch_symbolic_meta_outplace_all_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.044s) 2022-11-23T02:24:31.3992180Z test_dispatch_symbolic_meta_outplace_all_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.044s) 2022-11-23T02:24:31.3992397Z test_dispatch_symbolic_meta_outplace_all_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.048s) 2022-11-23T02:24:31.3992605Z test_dispatch_symbolic_meta_outplace_all_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.050s) 2022-11-23T02:24:31.3992813Z test_dispatch_symbolic_meta_outplace_all_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.058s) 2022-11-23T02:24:31.3993015Z test_dispatch_symbolic_meta_outplace_all_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.045s) 2022-11-23T02:24:31.3993224Z test_dispatch_symbolic_meta_outplace_all_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.038s) 2022-11-23T02:24:31.3993423Z test_dispatch_symbolic_meta_outplace_all_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.052s) 2022-11-23T02:24:31.3993653Z test_dispatch_symbolic_meta_outplace_all_strides_H_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.3993866Z test_dispatch_symbolic_meta_outplace_all_strides_T_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.3994109Z test_dispatch_symbolic_meta_outplace_all_strides___getitem___cuda_float32 (__main__.TestMetaCUDA) ... ok (0.098s) 2022-11-23T02:24:31.3994342Z test_dispatch_symbolic_meta_outplace_all_strides___radd___cuda_float32 (__main__.TestMetaCUDA) ... ok (0.128s) 2022-11-23T02:24:31.3994575Z test_dispatch_symbolic_meta_outplace_all_strides___rand___cuda_int64 (__main__.TestMetaCUDA) ... ok (0.092s) 2022-11-23T02:24:31.3994907Z test_dispatch_symbolic_meta_outplace_all_strides___rdiv___cuda_float32 (__main__.TestMetaCUDA) ... ok (0.164s) 2022-11-23T02:24:31.3995150Z test_dispatch_symbolic_meta_outplace_all_strides___rmatmul___cuda_float32 (__main__.TestMetaCUDA) ... ok (0.442s) 2022-11-23T02:24:31.3995383Z test_dispatch_symbolic_meta_outplace_all_strides___rmod___cuda_float32 (__main__.TestMetaCUDA) ... ok (0.082s) 2022-11-23T02:24:31.3995612Z test_dispatch_symbolic_meta_outplace_all_strides___rmul___cuda_float32 (__main__.TestMetaCUDA) ... ok (0.126s) 2022-11-23T02:24:31.3995847Z test_dispatch_symbolic_meta_outplace_all_strides___ror___cuda_int64 (__main__.TestMetaCUDA) ... ok (0.123s) 2022-11-23T02:24:31.3996085Z test_dispatch_symbolic_meta_outplace_all_strides___rpow___cuda_float32 (__main__.TestMetaCUDA) ... ok (0.191s) 2022-11-23T02:24:31.3996317Z test_dispatch_symbolic_meta_outplace_all_strides___rsub___cuda_float32 (__main__.TestMetaCUDA) ... ok (0.094s) 2022-11-23T02:24:31.3996547Z test_dispatch_symbolic_meta_outplace_all_strides___rxor___cuda_int64 (__main__.TestMetaCUDA) ... ok (0.088s) 2022-11-23T02:24:31.3996813Z test_dispatch_symbolic_meta_outplace_all_strides__softmax_backward_data_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.052s) 2022-11-23T02:24:31.3997047Z test_dispatch_symbolic_meta_outplace_all_strides_abs_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.3997279Z test_dispatch_symbolic_meta_outplace_all_strides_acos_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.3997512Z test_dispatch_symbolic_meta_outplace_all_strides_acosh_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.3997808Z test_dispatch_symbolic_meta_outplace_all_strides_add_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.246s) 2022-11-23T02:24:31.3998065Z test_dispatch_symbolic_meta_outplace_all_strides_addbmm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.601s) 2022-11-23T02:24:31.3998305Z test_dispatch_symbolic_meta_outplace_all_strides_addcdiv_cuda_float32 (__main__.TestMetaCUDA) ... ok (1.087s) 2022-11-23T02:24:31.3998544Z test_dispatch_symbolic_meta_outplace_all_strides_addcmul_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.936s) 2022-11-23T02:24:31.3998780Z test_dispatch_symbolic_meta_outplace_all_strides_addmm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.371s) 2022-11-23T02:24:31.3999038Z test_dispatch_symbolic_meta_outplace_all_strides_addmm_decomposed_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.311s) 2022-11-23T02:24:31.3999270Z test_dispatch_symbolic_meta_outplace_all_strides_addmv_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.198s) 2022-11-23T02:24:31.3999502Z test_dispatch_symbolic_meta_outplace_all_strides_addr_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.365s) 2022-11-23T02:24:31.3999734Z test_dispatch_symbolic_meta_outplace_all_strides_all_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.148s) 2022-11-23T02:24:31.3999955Z test_dispatch_symbolic_meta_outplace_all_strides_allclose_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.683s) 2022-11-23T02:24:31.4000194Z test_dispatch_symbolic_meta_outplace_all_strides_amax_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.173s) 2022-11-23T02:24:31.4000427Z test_dispatch_symbolic_meta_outplace_all_strides_amin_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.151s) 2022-11-23T02:24:31.4000668Z test_dispatch_symbolic_meta_outplace_all_strides_aminmax_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.4000899Z test_dispatch_symbolic_meta_outplace_all_strides_angle_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.4001131Z test_dispatch_symbolic_meta_outplace_all_strides_any_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.117s) 2022-11-23T02:24:31.4001367Z test_dispatch_symbolic_meta_outplace_all_strides_arange_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-11-23T02:24:31.4001602Z test_dispatch_symbolic_meta_outplace_all_strides_argmax_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.060s) 2022-11-23T02:24:31.4001926Z test_dispatch_symbolic_meta_outplace_all_strides_argmin_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.065s) 2022-11-23T02:24:31.4002165Z test_dispatch_symbolic_meta_outplace_all_strides_argsort_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.111s) 2022-11-23T02:24:31.4002403Z test_dispatch_symbolic_meta_outplace_all_strides_argwhere_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:31.4002644Z test_dispatch_symbolic_meta_outplace_all_strides_as_strided_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:31.4002898Z test_dispatch_symbolic_meta_outplace_all_strides_as_strided_scatter_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.085s) 2022-11-23T02:24:31.4003131Z test_dispatch_symbolic_meta_outplace_all_strides_asin_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:24:31.4003365Z test_dispatch_symbolic_meta_outplace_all_strides_asinh_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.4003594Z test_dispatch_symbolic_meta_outplace_all_strides_atan2_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.251s) 2022-11-23T02:24:31.4003826Z test_dispatch_symbolic_meta_outplace_all_strides_atan_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.4004047Z test_dispatch_symbolic_meta_outplace_all_strides_atanh_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.4004290Z test_dispatch_symbolic_meta_outplace_all_strides_atleast_1d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.4004526Z test_dispatch_symbolic_meta_outplace_all_strides_atleast_2d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.4004824Z test_dispatch_symbolic_meta_outplace_all_strides_atleast_3d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.4005075Z test_dispatch_symbolic_meta_outplace_all_strides_baddbmm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.410s) 2022-11-23T02:24:31.4005319Z test_dispatch_symbolic_meta_outplace_all_strides_bernoulli_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:24:31.4005559Z test_dispatch_symbolic_meta_outplace_all_strides_bfloat16_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.4005776Z test_dispatch_symbolic_meta_outplace_all_strides_bincount_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.046s) 2022-11-23T02:24:31.4006010Z test_dispatch_symbolic_meta_outplace_all_strides_bitwise_and_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.193s) 2022-11-23T02:24:31.4006261Z test_dispatch_symbolic_meta_outplace_all_strides_bitwise_left_shift_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.192s) 2022-11-23T02:24:31.4006498Z test_dispatch_symbolic_meta_outplace_all_strides_bitwise_not_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.4006735Z test_dispatch_symbolic_meta_outplace_all_strides_bitwise_or_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.227s) 2022-11-23T02:24:31.4006986Z test_dispatch_symbolic_meta_outplace_all_strides_bitwise_right_shift_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.204s) 2022-11-23T02:24:31.4007226Z test_dispatch_symbolic_meta_outplace_all_strides_bitwise_xor_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.198s) 2022-11-23T02:24:31.4007464Z test_dispatch_symbolic_meta_outplace_all_strides_block_diag_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.131s) 2022-11-23T02:24:31.4007693Z test_dispatch_symbolic_meta_outplace_all_strides_bmm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:24:31.4007923Z test_dispatch_symbolic_meta_outplace_all_strides_bool_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.4008178Z test_dispatch_symbolic_meta_outplace_all_strides_broadcast_shapes_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.4008431Z test_dispatch_symbolic_meta_outplace_all_strides_broadcast_tensors_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.168s) 2022-11-23T02:24:31.4008677Z test_dispatch_symbolic_meta_outplace_all_strides_broadcast_to_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:24:31.4009008Z test_dispatch_symbolic_meta_outplace_all_strides_bucketize_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.048s) 2022-11-23T02:24:31.4009241Z test_dispatch_symbolic_meta_outplace_all_strides_byte_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.4009488Z test_dispatch_symbolic_meta_outplace_all_strides_cartesian_prod_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.161s) 2022-11-23T02:24:31.4009720Z test_dispatch_symbolic_meta_outplace_all_strides_cat_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-11-23T02:24:31.4009961Z test_dispatch_symbolic_meta_outplace_all_strides_cdist_cuda_float32 (__main__.TestMetaCUDA) ... ok (4.945s) 2022-11-23T02:24:31.4010198Z test_dispatch_symbolic_meta_outplace_all_strides_cdouble_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.4010433Z test_dispatch_symbolic_meta_outplace_all_strides_ceil_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:24:31.4010672Z test_dispatch_symbolic_meta_outplace_all_strides_cfloat_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.4010907Z test_dispatch_symbolic_meta_outplace_all_strides_chalf_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.4011142Z test_dispatch_symbolic_meta_outplace_all_strides_char_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.4011379Z test_dispatch_symbolic_meta_outplace_all_strides_cholesky_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.147s) 2022-11-23T02:24:31.4011695Z test_dispatch_symbolic_meta_outplace_all_strides_cholesky_inverse_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.083s) 2022-11-23T02:24:31.4011940Z test_dispatch_symbolic_meta_outplace_all_strides_cholesky_solve_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.324s) 2022-11-23T02:24:31.4012172Z test_dispatch_symbolic_meta_outplace_all_strides_chunk_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.4012408Z test_dispatch_symbolic_meta_outplace_all_strides_clamp_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.510s) 2022-11-23T02:24:31.4012648Z test_dispatch_symbolic_meta_outplace_all_strides_clamp_max_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.318s) 2022-11-23T02:24:31.4012885Z test_dispatch_symbolic_meta_outplace_all_strides_clamp_min_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.276s) 2022-11-23T02:24:31.4013116Z test_dispatch_symbolic_meta_outplace_all_strides_clone_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.4013363Z test_dispatch_symbolic_meta_outplace_all_strides_column_stack_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.4013610Z test_dispatch_symbolic_meta_outplace_all_strides_combinations_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.593s) 2022-11-23T02:24:31.4013845Z test_dispatch_symbolic_meta_outplace_all_strides_complex_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.145s) 2022-11-23T02:24:31.4014082Z test_dispatch_symbolic_meta_outplace_all_strides_conj_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.4014328Z test_dispatch_symbolic_meta_outplace_all_strides_conj_physical_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.4014576Z test_dispatch_symbolic_meta_outplace_all_strides_constant_pad_nd_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.263s) 2022-11-23T02:24:31.4014822Z test_dispatch_symbolic_meta_outplace_all_strides_contiguous_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.4015060Z test_dispatch_symbolic_meta_outplace_all_strides_copysign_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.331s) 2022-11-23T02:24:31.4015296Z test_dispatch_symbolic_meta_outplace_all_strides_corrcoef_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.174s) 2022-11-23T02:24:31.4015523Z test_dispatch_symbolic_meta_outplace_all_strides_cos_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.4015842Z test_dispatch_symbolic_meta_outplace_all_strides_cosh_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.4016087Z test_dispatch_symbolic_meta_outplace_all_strides_count_nonzero_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.063s) 2022-11-23T02:24:31.4016313Z test_dispatch_symbolic_meta_outplace_all_strides_cov_cuda_float32 (__main__.TestMetaCUDA) ... ok (2.298s) 2022-11-23T02:24:31.4016547Z test_dispatch_symbolic_meta_outplace_all_strides_cross_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.052s) 2022-11-23T02:24:31.4016786Z test_dispatch_symbolic_meta_outplace_all_strides_cummax_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.4017029Z test_dispatch_symbolic_meta_outplace_all_strides_cummin_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.4017268Z test_dispatch_symbolic_meta_outplace_all_strides_cumprod_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.054s) 2022-11-23T02:24:31.4017502Z test_dispatch_symbolic_meta_outplace_all_strides_cumsum_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.050s) 2022-11-23T02:24:31.4017767Z test_dispatch_symbolic_meta_outplace_all_strides_cumulative_trapezoid_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.584s) 2022-11-23T02:24:31.4017985Z test_dispatch_symbolic_meta_outplace_all_strides_deg2rad_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.4018218Z test_dispatch_symbolic_meta_outplace_all_strides_diag_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.141s) 2022-11-23T02:24:31.4018461Z test_dispatch_symbolic_meta_outplace_all_strides_diag_embed_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.184s) 2022-11-23T02:24:31.4018771Z test_dispatch_symbolic_meta_outplace_all_strides_diagflat_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.034s) 2022-11-23T02:24:31.4019036Z test_dispatch_symbolic_meta_outplace_all_strides_diagonal_copy_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.094s) 2022-11-23T02:24:31.4019274Z test_dispatch_symbolic_meta_outplace_all_strides_diagonal_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.041s) 2022-11-23T02:24:31.4019528Z test_dispatch_symbolic_meta_outplace_all_strides_diagonal_scatter_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.145s) 2022-11-23T02:24:31.4019762Z test_dispatch_symbolic_meta_outplace_all_strides_diff_cuda_float32 (__main__.TestMetaCUDA) ... ok (19.489s) 2022-11-23T02:24:31.4020000Z test_dispatch_symbolic_meta_outplace_all_strides_digamma_cuda_float32 (__main__.TestMetaCUDA) ... ok (2.187s) 2022-11-23T02:24:31.4020231Z test_dispatch_symbolic_meta_outplace_all_strides_dist_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.836s) 2022-11-23T02:24:31.4020489Z test_dispatch_symbolic_meta_outplace_all_strides_div_floor_rounding_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.965s) 2022-11-23T02:24:31.4020743Z test_dispatch_symbolic_meta_outplace_all_strides_div_no_rounding_mode_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.200s) 2022-11-23T02:24:31.4020989Z test_dispatch_symbolic_meta_outplace_all_strides_div_trunc_rounding_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.268s) 2022-11-23T02:24:31.4021225Z test_dispatch_symbolic_meta_outplace_all_strides_dot_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.4021459Z test_dispatch_symbolic_meta_outplace_all_strides_double_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.4021694Z test_dispatch_symbolic_meta_outplace_all_strides_dsplit_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:31.4021928Z test_dispatch_symbolic_meta_outplace_all_strides_dstack_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:24:31.4022166Z test_dispatch_symbolic_meta_outplace_all_strides_einsum_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.093s) 2022-11-23T02:24:31.4022398Z test_dispatch_symbolic_meta_outplace_all_strides_empty_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.4022639Z test_dispatch_symbolic_meta_outplace_all_strides_empty_like_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:24:31.4022959Z test_dispatch_symbolic_meta_outplace_all_strides_eq_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.282s) 2022-11-23T02:24:31.4023188Z test_dispatch_symbolic_meta_outplace_all_strides_equal_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:24:31.4023419Z test_dispatch_symbolic_meta_outplace_all_strides_erf_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.4023654Z test_dispatch_symbolic_meta_outplace_all_strides_erfc_cuda_float32 (__main__.TestMetaCUDA) ... ok (1.949s) 2022-11-23T02:24:31.4023893Z test_dispatch_symbolic_meta_outplace_all_strides_erfinv_cuda_float32 (__main__.TestMetaCUDA) ... ok (1.873s) 2022-11-23T02:24:31.4024108Z test_dispatch_symbolic_meta_outplace_all_strides_exp2_cuda_float32 (__main__.TestMetaCUDA) ... ok (1.994s) 2022-11-23T02:24:31.4024340Z test_dispatch_symbolic_meta_outplace_all_strides_exp_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:24:31.4024583Z test_dispatch_symbolic_meta_outplace_all_strides_expand_as_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.4024816Z test_dispatch_symbolic_meta_outplace_all_strides_expand_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:24:31.4025055Z test_dispatch_symbolic_meta_outplace_all_strides_expm1_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.4025283Z test_dispatch_symbolic_meta_outplace_all_strides_eye_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.212s) 2022-11-23T02:24:31.4025592Z test_dispatch_symbolic_meta_outplace_all_strides_fft_fft2_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.057s) 2022-11-23T02:24:31.4025844Z test_dispatch_symbolic_meta_outplace_all_strides_fft_fft_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.061s) 2022-11-23T02:24:31.4026080Z test_dispatch_symbolic_meta_outplace_all_strides_fft_fftn_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.086s) 2022-11-23T02:24:31.4026324Z test_dispatch_symbolic_meta_outplace_all_strides_fft_fftshift_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-11-23T02:24:31.4026566Z test_dispatch_symbolic_meta_outplace_all_strides_fft_hfft2_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.125s) 2022-11-23T02:24:31.4026851Z test_dispatch_symbolic_meta_outplace_all_strides_fft_hfft_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.094s) 2022-11-23T02:24:31.4027097Z test_dispatch_symbolic_meta_outplace_all_strides_fft_hfftn_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.107s) 2022-11-23T02:24:31.4027335Z test_dispatch_symbolic_meta_outplace_all_strides_fft_ifft2_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.078s) 2022-11-23T02:24:31.4027574Z test_dispatch_symbolic_meta_outplace_all_strides_fft_ifft_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.108s) 2022-11-23T02:24:31.4027815Z test_dispatch_symbolic_meta_outplace_all_strides_fft_ifftn_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.083s) 2022-11-23T02:24:31.4028064Z test_dispatch_symbolic_meta_outplace_all_strides_fft_ifftshift_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:24:31.4028307Z test_dispatch_symbolic_meta_outplace_all_strides_fft_ihfft2_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.148s) 2022-11-23T02:24:31.4028540Z test_dispatch_symbolic_meta_outplace_all_strides_fft_ihfft_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.113s) 2022-11-23T02:24:31.4028779Z test_dispatch_symbolic_meta_outplace_all_strides_fft_ihfftn_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.153s) 2022-11-23T02:24:31.4029011Z test_dispatch_symbolic_meta_outplace_all_strides_fft_irfft2_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.078s) 2022-11-23T02:24:31.4029248Z test_dispatch_symbolic_meta_outplace_all_strides_fft_irfft_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.051s) 2022-11-23T02:24:31.4029653Z test_dispatch_symbolic_meta_outplace_all_strides_fft_irfftn_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.072s) 2022-11-23T02:24:31.4029900Z test_dispatch_symbolic_meta_outplace_all_strides_fft_rfft2_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.065s) 2022-11-23T02:24:31.4031154Z test_dispatch_symbolic_meta_outplace_all_strides_fft_rfft_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.052s) 2022-11-23T02:24:31.4031383Z test_dispatch_symbolic_meta_outplace_all_strides_fft_rfftn_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.075s) 2022-11-23T02:24:31.4031616Z test_dispatch_symbolic_meta_outplace_all_strides_fill_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.4031855Z test_dispatch_symbolic_meta_outplace_all_strides_flatten_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.4032095Z test_dispatch_symbolic_meta_outplace_all_strides_flip_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.042s) 2022-11-23T02:24:31.4032333Z test_dispatch_symbolic_meta_outplace_all_strides_fliplr_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.4032567Z test_dispatch_symbolic_meta_outplace_all_strides_flipud_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.4032805Z test_dispatch_symbolic_meta_outplace_all_strides_float_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.4033048Z test_dispatch_symbolic_meta_outplace_all_strides_float_power_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.171s) 2022-11-23T02:24:31.4033279Z test_dispatch_symbolic_meta_outplace_all_strides_floor_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.4033527Z test_dispatch_symbolic_meta_outplace_all_strides_floor_divide_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.811s) 2022-11-23T02:24:31.4033864Z test_dispatch_symbolic_meta_outplace_all_strides_fmax_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.191s) 2022-11-23T02:24:31.4034117Z test_dispatch_symbolic_meta_outplace_all_strides_fmin_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.177s) 2022-11-23T02:24:31.4034344Z test_dispatch_symbolic_meta_outplace_all_strides_fmod_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.249s) 2022-11-23T02:24:31.4034581Z test_dispatch_symbolic_meta_outplace_all_strides_frac_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.4034812Z test_dispatch_symbolic_meta_outplace_all_strides_frexp_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.4035037Z test_dispatch_symbolic_meta_outplace_all_strides_full_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:24:31.4035276Z test_dispatch_symbolic_meta_outplace_all_strides_full_like_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:24:31.4035514Z test_dispatch_symbolic_meta_outplace_all_strides_gather_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.055s) 2022-11-23T02:24:31.4035742Z test_dispatch_symbolic_meta_outplace_all_strides_gcd_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.196s) 2022-11-23T02:24:31.4035971Z test_dispatch_symbolic_meta_outplace_all_strides_ge_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.219s) 2022-11-23T02:24:31.4036325Z test_dispatch_symbolic_meta_outplace_all_strides_geqrf_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.134s) 2022-11-23T02:24:31.4036606Z test_dispatch_symbolic_meta_outplace_all_strides_gradient_cuda_float32 (__main__.TestMetaCUDA) ... ok (1.451s) 2022-11-23T02:24:31.4036859Z test_dispatch_symbolic_meta_outplace_all_strides_grid_sampler_2d_cuda_float32 (__main__.TestMetaCUDA) ... ok (25.045s) 2022-11-23T02:24:31.4037196Z test_dispatch_symbolic_meta_outplace_all_strides_gt_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.171s) 2022-11-23T02:24:31.4037552Z test_dispatch_symbolic_meta_outplace_all_strides_half_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.4037815Z test_dispatch_symbolic_meta_outplace_all_strides_heaviside_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.372s) 2022-11-23T02:24:31.4038046Z test_dispatch_symbolic_meta_outplace_all_strides_histc_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.581s) 2022-11-23T02:24:31.4038283Z test_dispatch_symbolic_meta_outplace_all_strides_hsplit_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.4038629Z test_dispatch_symbolic_meta_outplace_all_strides_hstack_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.4038870Z test_dispatch_symbolic_meta_outplace_all_strides_hypot_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.232s) 2022-11-23T02:24:31.4039095Z test_dispatch_symbolic_meta_outplace_all_strides_i0_cuda_float32 (__main__.TestMetaCUDA) ... ok (2.091s) 2022-11-23T02:24:31.4039331Z test_dispatch_symbolic_meta_outplace_all_strides_igamma_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.219s) 2022-11-23T02:24:31.4039575Z test_dispatch_symbolic_meta_outplace_all_strides_igammac_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.175s) 2022-11-23T02:24:31.4039807Z test_dispatch_symbolic_meta_outplace_all_strides_imag_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.4040045Z test_dispatch_symbolic_meta_outplace_all_strides_index_add_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.321s) 2022-11-23T02:24:31.4040291Z test_dispatch_symbolic_meta_outplace_all_strides_index_copy_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.104s) 2022-11-23T02:24:31.4040527Z test_dispatch_symbolic_meta_outplace_all_strides_index_fill_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.4040764Z test_dispatch_symbolic_meta_outplace_all_strides_index_put_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.052s) 2022-11-23T02:24:31.4041013Z test_dispatch_symbolic_meta_outplace_all_strides_index_reduce_cuda_float32 (__main__.TestMetaCUDA) ... ok (1.177s) 2022-11-23T02:24:31.4041319Z test_dispatch_symbolic_meta_outplace_all_strides_index_select_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:24:31.4041571Z test_dispatch_symbolic_meta_outplace_all_strides_inner_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.040s) 2022-11-23T02:24:31.4041804Z test_dispatch_symbolic_meta_outplace_all_strides_int_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.4042041Z test_dispatch_symbolic_meta_outplace_all_strides_isclose_cuda_float32 (__main__.TestMetaCUDA) ... ok (1.710s) 2022-11-23T02:24:31.4042281Z test_dispatch_symbolic_meta_outplace_all_strides_isfinite_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.039s) 2022-11-23T02:24:31.4042514Z test_dispatch_symbolic_meta_outplace_all_strides_isin_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.034s) 2022-11-23T02:24:31.4042747Z test_dispatch_symbolic_meta_outplace_all_strides_isinf_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.4043133Z test_dispatch_symbolic_meta_outplace_all_strides_isnan_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.4043377Z test_dispatch_symbolic_meta_outplace_all_strides_isneginf_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.4043598Z test_dispatch_symbolic_meta_outplace_all_strides_isposinf_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.4043982Z test_dispatch_symbolic_meta_outplace_all_strides_isreal_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.4044335Z test_dispatch_symbolic_meta_outplace_all_strides_istft_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.664s) 2022-11-23T02:24:31.4044607Z test_dispatch_symbolic_meta_outplace_all_strides_jiterator_2inputs_2outputs_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:24:31.4044883Z test_dispatch_symbolic_meta_outplace_all_strides_jiterator_4inputs_with_extra_args_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.077s) 2022-11-23T02:24:31.4045139Z test_dispatch_symbolic_meta_outplace_all_strides_jiterator_binary_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:24:31.4045412Z test_dispatch_symbolic_meta_outplace_all_strides_jiterator_binary_return_by_ref_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:24:31.4045664Z test_dispatch_symbolic_meta_outplace_all_strides_jiterator_unary_cuda_float32 (__main__.TestMetaCUDA) ... ok (2.200s) 2022-11-23T02:24:31.4046035Z test_dispatch_symbolic_meta_outplace_all_strides_kron_cuda_float32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.014s) 2022-11-23T02:24:31.4046275Z test_dispatch_symbolic_meta_outplace_all_strides_kthvalue_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:24:31.4046501Z test_dispatch_symbolic_meta_outplace_all_strides_lcm_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.353s) 2022-11-23T02:24:31.4046733Z test_dispatch_symbolic_meta_outplace_all_strides_ldexp_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.344s) 2022-11-23T02:24:31.4046968Z test_dispatch_symbolic_meta_outplace_all_strides_le_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.210s) 2022-11-23T02:24:31.4047202Z test_dispatch_symbolic_meta_outplace_all_strides_lerp_cuda_float32 (__main__.TestMetaCUDA) ... ok (1.675s) 2022-11-23T02:24:31.4047437Z test_dispatch_symbolic_meta_outplace_all_strides_lgamma_cuda_float32 (__main__.TestMetaCUDA) ... ok (2.435s) 2022-11-23T02:24:31.4047692Z test_dispatch_symbolic_meta_outplace_all_strides_linalg_cholesky_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.215s) 2022-11-23T02:24:31.4047944Z test_dispatch_symbolic_meta_outplace_all_strides_linalg_cholesky_ex_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.072s) 2022-11-23T02:24:31.4048189Z test_dispatch_symbolic_meta_outplace_all_strides_linalg_cond_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.106s) 2022-11-23T02:24:31.4048434Z test_dispatch_symbolic_meta_outplace_all_strides_linalg_cross_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.085s) 2022-11-23T02:24:31.4048744Z test_dispatch_symbolic_meta_outplace_all_strides_linalg_det_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.093s) 2022-11-23T02:24:31.4049015Z test_dispatch_symbolic_meta_outplace_all_strides_linalg_det_singular_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.377s) 2022-11-23T02:24:31.4049257Z test_dispatch_symbolic_meta_outplace_all_strides_linalg_eig_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.045s) 2022-11-23T02:24:31.4049653Z test_dispatch_symbolic_meta_outplace_all_strides_linalg_eigh_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.033s) 2022-11-23T02:24:31.4049906Z test_dispatch_symbolic_meta_outplace_all_strides_linalg_eigvals_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.321s) 2022-11-23T02:24:31.4050155Z test_dispatch_symbolic_meta_outplace_all_strides_linalg_eigvalsh_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.072s) 2022-11-23T02:24:31.4050562Z test_dispatch_symbolic_meta_outplace_all_strides_linalg_householder_product_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.188s) 2022-11-23T02:24:31.4050927Z test_dispatch_symbolic_meta_outplace_all_strides_linalg_inv_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.089s) 2022-11-23T02:24:31.4051154Z test_dispatch_symbolic_meta_outplace_all_strides_linalg_inv_ex_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.034s) 2022-11-23T02:24:31.4051403Z test_dispatch_symbolic_meta_outplace_all_strides_linalg_ldl_factor_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:24:31.4051660Z test_dispatch_symbolic_meta_outplace_all_strides_linalg_ldl_factor_ex_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:24:31.4051909Z test_dispatch_symbolic_meta_outplace_all_strides_linalg_ldl_solve_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.810s) 2022-11-23T02:24:31.4052151Z test_dispatch_symbolic_meta_outplace_all_strides_linalg_lstsq_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.247s) 2022-11-23T02:24:31.4052413Z test_dispatch_symbolic_meta_outplace_all_strides_linalg_lstsq_grad_oriented_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.243s) 2022-11-23T02:24:31.4052656Z test_dispatch_symbolic_meta_outplace_all_strides_linalg_lu_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.142s) 2022-11-23T02:24:31.4052904Z test_dispatch_symbolic_meta_outplace_all_strides_linalg_lu_factor_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.234s) 2022-11-23T02:24:31.4053156Z test_dispatch_symbolic_meta_outplace_all_strides_linalg_lu_factor_ex_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.145s) 2022-11-23T02:24:31.4053504Z test_dispatch_symbolic_meta_outplace_all_strides_linalg_lu_solve_cuda_float32 (__main__.TestMetaCUDA) ... ok (7.290s) 2022-11-23T02:24:31.4053756Z test_dispatch_symbolic_meta_outplace_all_strides_linalg_matrix_norm_cuda_float32 (__main__.TestMetaCUDA) ... ok (1.472s) 2022-11-23T02:24:31.4054013Z test_dispatch_symbolic_meta_outplace_all_strides_linalg_matrix_power_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.730s) 2022-11-23T02:24:31.4054262Z test_dispatch_symbolic_meta_outplace_all_strides_linalg_matrix_rank_cuda_float32 (__main__.TestMetaCUDA) ... ok (2.120s) 2022-11-23T02:24:31.4054529Z test_dispatch_symbolic_meta_outplace_all_strides_linalg_matrix_rank_hermitian_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.248s) 2022-11-23T02:24:31.4054775Z test_dispatch_symbolic_meta_outplace_all_strides_linalg_multi_dot_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.034s) 2022-11-23T02:24:31.4055021Z test_dispatch_symbolic_meta_outplace_all_strides_linalg_norm_cuda_float32 (__main__.TestMetaCUDA) ... ok (1.578s) 2022-11-23T02:24:31.4055298Z test_dispatch_symbolic_meta_outplace_all_strides_linalg_norm_subgradients_at_zero_cuda_float32 (__main__.TestMetaCUDA) ... ok (1.176s) 2022-11-23T02:24:31.4055541Z test_dispatch_symbolic_meta_outplace_all_strides_linalg_pinv_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.124s) 2022-11-23T02:24:31.4055800Z test_dispatch_symbolic_meta_outplace_all_strides_linalg_pinv_hermitian_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:24:31.4056377Z 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.002s) 2022-11-23T02:24:31.4056642Z test_dispatch_symbolic_meta_outplace_all_strides_linalg_qr_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.154s) 2022-11-23T02:24:31.4056892Z test_dispatch_symbolic_meta_outplace_all_strides_linalg_slogdet_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.038s) 2022-11-23T02:24:31.4057424Z test_dispatch_symbolic_meta_outplace_all_strides_linalg_solve_cuda_float32 (__main__.TestMetaCUDA) ... ok (1.256s) 2022-11-23T02:24:31.4057678Z test_dispatch_symbolic_meta_outplace_all_strides_linalg_solve_ex_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.209s) 2022-11-23T02:24:31.4057940Z test_dispatch_symbolic_meta_outplace_all_strides_linalg_solve_triangular_cuda_float32 (__main__.TestMetaCUDA) ... ok (3.962s) 2022-11-23T02:24:31.4058184Z test_dispatch_symbolic_meta_outplace_all_strides_linalg_svd_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.761s) 2022-11-23T02:24:31.4058427Z test_dispatch_symbolic_meta_outplace_all_strides_linalg_svdvals_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.346s) 2022-11-23T02:24:31.4058682Z test_dispatch_symbolic_meta_outplace_all_strides_linalg_tensorinv_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.074s) 2022-11-23T02:24:31.4058921Z test_dispatch_symbolic_meta_outplace_all_strides_linalg_tensorsolve_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.621s) 2022-11-23T02:24:31.4059163Z test_dispatch_symbolic_meta_outplace_all_strides_linalg_vander_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.153s) 2022-11-23T02:24:31.4059403Z test_dispatch_symbolic_meta_outplace_all_strides_linalg_vecdot_cuda_float32 (__main__.TestMetaCUDA) ... ok (1.710s) 2022-11-23T02:24:31.4059652Z test_dispatch_symbolic_meta_outplace_all_strides_linalg_vector_norm_cuda_float32 (__main__.TestMetaCUDA) ... ok (1.896s) 2022-11-23T02:24:31.4059894Z test_dispatch_symbolic_meta_outplace_all_strides_linspace_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.088s) 2022-11-23T02:24:31.4060127Z test_dispatch_symbolic_meta_outplace_all_strides_log10_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.4060360Z test_dispatch_symbolic_meta_outplace_all_strides_log1p_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.4060690Z test_dispatch_symbolic_meta_outplace_all_strides_log2_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.4060926Z test_dispatch_symbolic_meta_outplace_all_strides_log_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:24:31.4061167Z test_dispatch_symbolic_meta_outplace_all_strides_log_softmax_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.089s) 2022-11-23T02:24:31.4061424Z test_dispatch_symbolic_meta_outplace_all_strides_log_softmax_with_dtype_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.088s) 2022-11-23T02:24:31.4061673Z test_dispatch_symbolic_meta_outplace_all_strides_logaddexp2_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.4061914Z test_dispatch_symbolic_meta_outplace_all_strides_logaddexp_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.4062162Z test_dispatch_symbolic_meta_outplace_all_strides_logcumsumexp_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.043s) 2022-11-23T02:24:31.4062401Z test_dispatch_symbolic_meta_outplace_all_strides_logdet_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.114s) 2022-11-23T02:24:31.4062785Z test_dispatch_symbolic_meta_outplace_all_strides_logical_and_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.333s) 2022-11-23T02:24:31.4063031Z test_dispatch_symbolic_meta_outplace_all_strides_logical_not_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:24:31.4063272Z test_dispatch_symbolic_meta_outplace_all_strides_logical_or_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.289s) 2022-11-23T02:24:31.4063812Z test_dispatch_symbolic_meta_outplace_all_strides_logical_xor_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.226s) 2022-11-23T02:24:31.4064068Z test_dispatch_symbolic_meta_outplace_all_strides_logit_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.068s) 2022-11-23T02:24:31.4064307Z test_dispatch_symbolic_meta_outplace_all_strides_logspace_cuda_float32 (__main__.TestMetaCUDA) ... ok (1.070s) 2022-11-23T02:24:31.4064549Z test_dispatch_symbolic_meta_outplace_all_strides_logsumexp_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.300s) 2022-11-23T02:24:31.4064785Z test_dispatch_symbolic_meta_outplace_all_strides_long_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.4065015Z test_dispatch_symbolic_meta_outplace_all_strides_lt_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.204s) 2022-11-23T02:24:31.4065242Z test_dispatch_symbolic_meta_outplace_all_strides_lu_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.156s) 2022-11-23T02:24:31.4065461Z test_dispatch_symbolic_meta_outplace_all_strides_lu_solve_cuda_float32 (__main__.TestMetaCUDA) ... ok (1.751s) 2022-11-23T02:24:31.4065703Z test_dispatch_symbolic_meta_outplace_all_strides_lu_unpack_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.130s) 2022-11-23T02:24:31.4065931Z test_dispatch_symbolic_meta_outplace_all_strides_mH_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:24:31.4066156Z test_dispatch_symbolic_meta_outplace_all_strides_mT_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:31.4066402Z test_dispatch_symbolic_meta_outplace_all_strides_masked_amax_cuda_float32 (__main__.TestMetaCUDA) ... ok (1.267s) 2022-11-23T02:24:31.4066636Z test_dispatch_symbolic_meta_outplace_all_strides_masked_amin_cuda_float32 (__main__.TestMetaCUDA) ... ok (1.286s) 2022-11-23T02:24:31.4066882Z test_dispatch_symbolic_meta_outplace_all_strides_masked_argmax_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.687s) 2022-11-23T02:24:31.4067122Z test_dispatch_symbolic_meta_outplace_all_strides_masked_argmin_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.762s) 2022-11-23T02:24:31.4067372Z test_dispatch_symbolic_meta_outplace_all_strides_masked_cumprod_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.128s) 2022-11-23T02:24:31.4067617Z test_dispatch_symbolic_meta_outplace_all_strides_masked_cumsum_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.177s) 2022-11-23T02:24:31.4067858Z test_dispatch_symbolic_meta_outplace_all_strides_masked_fill_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.093s) 2022-11-23T02:24:31.4068202Z test_dispatch_symbolic_meta_outplace_all_strides_masked_log_softmax_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.223s) 2022-11-23T02:24:31.4068458Z test_dispatch_symbolic_meta_outplace_all_strides_masked_logaddexp_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.641s) 2022-11-23T02:24:31.4068709Z test_dispatch_symbolic_meta_outplace_all_strides_masked_logsumexp_cuda_float32 (__main__.TestMetaCUDA) ... ok (1.946s) 2022-11-23T02:24:31.4069107Z test_dispatch_symbolic_meta_outplace_all_strides_masked_mean_cuda_float32 (__main__.TestMetaCUDA) ... ok (2.702s) 2022-11-23T02:24:31.4069365Z test_dispatch_symbolic_meta_outplace_all_strides_masked_median_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.194s) 2022-11-23T02:24:31.4069600Z test_dispatch_symbolic_meta_outplace_all_strides_masked_norm_cuda_float32 (__main__.TestMetaCUDA) ... ok (6.461s) 2022-11-23T02:24:31.4069975Z test_dispatch_symbolic_meta_outplace_all_strides_masked_normalize_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.429s) 2022-11-23T02:24:31.4070360Z test_dispatch_symbolic_meta_outplace_all_strides_masked_prod_cuda_float32 (__main__.TestMetaCUDA) ... ok (1.438s) 2022-11-23T02:24:31.4070611Z test_dispatch_symbolic_meta_outplace_all_strides_masked_scatter_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.154s) 2022-11-23T02:24:31.4070857Z test_dispatch_symbolic_meta_outplace_all_strides_masked_select_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.095s) 2022-11-23T02:24:31.4071103Z test_dispatch_symbolic_meta_outplace_all_strides_masked_softmax_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.228s) 2022-11-23T02:24:31.4071943Z test_dispatch_symbolic_meta_outplace_all_strides_masked_softmin_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.225s) 2022-11-23T02:24:31.4072253Z test_dispatch_symbolic_meta_outplace_all_strides_masked_std_cuda_float32 (__main__.TestMetaCUDA) ... ok (10.609s) 2022-11-23T02:24:31.4072497Z test_dispatch_symbolic_meta_outplace_all_strides_masked_sum_cuda_float32 (__main__.TestMetaCUDA) ... ok (1.192s) 2022-11-23T02:24:31.4072740Z test_dispatch_symbolic_meta_outplace_all_strides_masked_var_cuda_float32 (__main__.TestMetaCUDA) ... ok (10.253s) 2022-11-23T02:24:31.4072958Z test_dispatch_symbolic_meta_outplace_all_strides_matmul_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.994s) 2022-11-23T02:24:31.4073197Z test_dispatch_symbolic_meta_outplace_all_strides_matrix_exp_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.4073432Z test_dispatch_symbolic_meta_outplace_all_strides_max_binary_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.170s) 2022-11-23T02:24:31.4073709Z test_dispatch_symbolic_meta_outplace_all_strides_max_pool2d_with_indices_backward_cuda_float32 (__main__.TestMetaCUDA) ... ok (26.902s) 2022-11-23T02:24:31.4073967Z test_dispatch_symbolic_meta_outplace_all_strides_max_reduction_no_dim_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.4074227Z test_dispatch_symbolic_meta_outplace_all_strides_max_reduction_with_dim_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:24:31.4074469Z test_dispatch_symbolic_meta_outplace_all_strides_maximum_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.210s) 2022-11-23T02:24:31.4074701Z test_dispatch_symbolic_meta_outplace_all_strides_mean_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.085s) 2022-11-23T02:24:31.4074936Z test_dispatch_symbolic_meta_outplace_all_strides_median_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.051s) 2022-11-23T02:24:31.4075200Z test_dispatch_symbolic_meta_outplace_all_strides_meshgrid_list_of_tensors_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.051s) 2022-11-23T02:24:31.4075632Z test_dispatch_symbolic_meta_outplace_all_strides_meshgrid_variadic_tensors_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.147s) 2022-11-23T02:24:31.4075881Z test_dispatch_symbolic_meta_outplace_all_strides_min_binary_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.204s) 2022-11-23T02:24:31.4076389Z test_dispatch_symbolic_meta_outplace_all_strides_min_reduction_no_dim_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.4076652Z test_dispatch_symbolic_meta_outplace_all_strides_min_reduction_with_dim_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.4077016Z test_dispatch_symbolic_meta_outplace_all_strides_minimum_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.193s) 2022-11-23T02:24:31.4077253Z test_dispatch_symbolic_meta_outplace_all_strides_mm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.4077488Z test_dispatch_symbolic_meta_outplace_all_strides_mode_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:24:31.4077728Z test_dispatch_symbolic_meta_outplace_all_strides_movedim_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.4077963Z test_dispatch_symbolic_meta_outplace_all_strides_msort_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:24:31.4078197Z test_dispatch_symbolic_meta_outplace_all_strides_mul_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.174s) 2022-11-23T02:24:31.4078443Z test_dispatch_symbolic_meta_outplace_all_strides_multinomial_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.060s) 2022-11-23T02:24:31.4078671Z test_dispatch_symbolic_meta_outplace_all_strides_mv_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-11-23T02:24:31.4078926Z test_dispatch_symbolic_meta_outplace_all_strides_mvlgamma_mvlgamma_p_1_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.150s) 2022-11-23T02:24:31.4079269Z test_dispatch_symbolic_meta_outplace_all_strides_mvlgamma_mvlgamma_p_3_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.146s) 2022-11-23T02:24:31.4079539Z test_dispatch_symbolic_meta_outplace_all_strides_mvlgamma_mvlgamma_p_5_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.147s) 2022-11-23T02:24:31.4079777Z test_dispatch_symbolic_meta_outplace_all_strides_nan_to_num_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.079s) 2022-11-23T02:24:31.4080019Z test_dispatch_symbolic_meta_outplace_all_strides_nanmean_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.924s) 2022-11-23T02:24:31.4080242Z test_dispatch_symbolic_meta_outplace_all_strides_nanmedian_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.041s) 2022-11-23T02:24:31.4080486Z test_dispatch_symbolic_meta_outplace_all_strides_nanquantile_cuda_float32 (__main__.TestMetaCUDA) ... ok (9.005s) 2022-11-23T02:24:31.4080720Z test_dispatch_symbolic_meta_outplace_all_strides_nansum_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.216s) 2022-11-23T02:24:31.4081009Z test_dispatch_symbolic_meta_outplace_all_strides_narrow_copy_cuda_float32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.007s) 2022-11-23T02:24:31.4081245Z test_dispatch_symbolic_meta_outplace_all_strides_narrow_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.054s) 2022-11-23T02:24:31.4081496Z test_dispatch_symbolic_meta_outplace_all_strides_native_batch_norm_cuda_float32 (__main__.TestMetaCUDA) ... ok (3.321s) 2022-11-23T02:24:31.4081759Z test_dispatch_symbolic_meta_outplace_all_strides_native_dropout_backward_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.166s) 2022-11-23T02:24:31.4082003Z test_dispatch_symbolic_meta_outplace_all_strides_native_layer_norm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.623s) 2022-11-23T02:24:31.4082366Z test_dispatch_symbolic_meta_outplace_all_strides_ne_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.238s) 2022-11-23T02:24:31.4082612Z test_dispatch_symbolic_meta_outplace_all_strides_neg_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.4082855Z test_dispatch_symbolic_meta_outplace_all_strides_new_empty_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:24:31.4083097Z test_dispatch_symbolic_meta_outplace_all_strides_new_empty_strided_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:24:31.4083443Z test_dispatch_symbolic_meta_outplace_all_strides_new_full_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:24:31.4083953Z test_dispatch_symbolic_meta_outplace_all_strides_new_ones_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-11-23T02:24:31.4084200Z test_dispatch_symbolic_meta_outplace_all_strides_new_zeros_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:24:31.4084443Z test_dispatch_symbolic_meta_outplace_all_strides_nextafter_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.230s) 2022-11-23T02:24:31.4084755Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional__scaled_dot_product_attention_cuda_float32 (__main__.TestMetaCUDA) ... skip: Skipped! (0.001s) 2022-11-23T02:24:31.4085037Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_adaptive_avg_pool1d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.047s) 2022-11-23T02:24:31.4085312Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_adaptive_avg_pool2d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.043s) 2022-11-23T02:24:31.4085587Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_adaptive_avg_pool3d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.060s) 2022-11-23T02:24:31.4085866Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_adaptive_max_pool1d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.101s) 2022-11-23T02:24:31.4086136Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_adaptive_max_pool2d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.101s) 2022-11-23T02:24:31.4086404Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_adaptive_max_pool3d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.102s) 2022-11-23T02:24:31.4086754Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_alpha_dropout_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.079s) 2022-11-23T02:24:31.4087223Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_avg_pool1d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.095s) 2022-11-23T02:24:31.4087505Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_avg_pool2d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.072s) 2022-11-23T02:24:31.4087771Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_avg_pool3d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.072s) 2022-11-23T02:24:31.4088032Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_batch_norm_cuda_float32 (__main__.TestMetaCUDA) ... ok (2.274s) 2022-11-23T02:24:31.4088291Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_bilinear_cuda_float32 (__main__.TestMetaCUDA) ... ok (11.001s) 2022-11-23T02:24:31.4088554Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_binary_cross_entropy_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.398s) 2022-11-23T02:24:31.4088843Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_binary_cross_entropy_with_logits_cuda_float32 (__main__.TestMetaCUDA) ... ok (1.449s) 2022-11-23T02:24:31.4089097Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_celu_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:31.4089508Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_conv1d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.733s) 2022-11-23T02:24:31.4089773Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_conv2d_cuda_float32 (__main__.TestMetaCUDA) ... ok (2.307s) 2022-11-23T02:24:31.4090044Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_conv_transpose1d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.478s) 2022-11-23T02:24:31.4090438Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_conv_transpose2d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.736s) 2022-11-23T02:24:31.4090843Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_conv_transpose3d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.702s) 2022-11-23T02:24:31.4091129Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_cosine_embedding_loss_cuda_float32 (__main__.TestMetaCUDA) ... ok (1.557s) 2022-11-23T02:24:31.4091401Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_cosine_similarity_cuda_float32 (__main__.TestMetaCUDA) ... ok (1.130s) 2022-11-23T02:24:31.4091775Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_cross_entropy_cuda_float32 (__main__.TestMetaCUDA) ... ok (1.335s) 2022-11-23T02:24:31.4092031Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_ctc_loss_cuda_float32 (__main__.TestMetaCUDA) ... ok (1.622s) 2022-11-23T02:24:31.4092292Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_dropout2d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.075s) 2022-11-23T02:24:31.4092557Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_dropout3d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.107s) 2022-11-23T02:24:31.4092815Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_dropout_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.041s) 2022-11-23T02:24:31.4093062Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_elu_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.4093330Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_embedding_bag_cuda_float32 (__main__.TestMetaCUDA) ... ok (1.225s) 2022-11-23T02:24:31.4093592Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_embedding_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.224s) 2022-11-23T02:24:31.4093884Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_feature_alpha_dropout_with_train_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.066s) 2022-11-23T02:24:31.4094258Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_feature_alpha_dropout_without_train_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.4094556Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_fractional_max_pool2d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.218s) 2022-11-23T02:24:31.4094834Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_fractional_max_pool3d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.325s) 2022-11-23T02:24:31.4095110Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_gaussian_nll_loss_cuda_float32 (__main__.TestMetaCUDA) ... ok (74.305s) 2022-11-23T02:24:31.4095364Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_gelu_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.113s) 2022-11-23T02:24:31.4095614Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_glu_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.339s) 2022-11-23T02:24:31.4095884Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_grid_sample_cuda_float32 (__main__.TestMetaCUDA) ... ok (20.447s) 2022-11-23T02:24:31.4096280Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_group_norm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.321s) 2022-11-23T02:24:31.4096584Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_hardshrink_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.054s) 2022-11-23T02:24:31.4096853Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_hardsigmoid_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.4097114Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_hardswish_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.041s) 2022-11-23T02:24:31.4097504Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_hardtanh_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.040s) 2022-11-23T02:24:31.4098004Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_hinge_embedding_loss_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.678s) 2022-11-23T02:24:31.4098329Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_huber_loss_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.194s) 2022-11-23T02:24:31.4098602Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_instance_norm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.353s) 2022-11-23T02:24:31.4098875Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_interpolate_area_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.059s) 2022-11-23T02:24:31.4099258Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_interpolate_bicubic_cuda_float32 (__main__.TestMetaCUDA) ... ok (5.810s) 2022-11-23T02:24:31.4099539Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_interpolate_bilinear_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.536s) 2022-11-23T02:24:31.4099813Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_interpolate_linear_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.035s) 2022-11-23T02:24:31.4100088Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_interpolate_nearest_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.039s) 2022-11-23T02:24:31.4100368Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_interpolate_trilinear_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-11-23T02:24:31.4100620Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_kl_div_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.476s) 2022-11-23T02:24:31.4100877Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_l1_loss_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.080s) 2022-11-23T02:24:31.4101134Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_layer_norm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.366s) 2022-11-23T02:24:31.4101394Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_leaky_relu_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.043s) 2022-11-23T02:24:31.4101650Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_linear_cuda_float32 (__main__.TestMetaCUDA) ... ok (1.070s) 2022-11-23T02:24:31.4101992Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_local_response_norm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.222s) 2022-11-23T02:24:31.4102269Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_logsigmoid_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.033s) 2022-11-23T02:24:31.4102544Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_margin_ranking_loss_cuda_float32 (__main__.TestMetaCUDA) ... ok (2.136s) 2022-11-23T02:24:31.4102803Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_max_pool1d_cuda_float32 (__main__.TestMetaCUDA) ... ok (8.290s) 2022-11-23T02:24:31.4103064Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_max_pool2d_cuda_float32 (__main__.TestMetaCUDA) ... ok (5.860s) 2022-11-23T02:24:31.4103473Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_max_pool3d_cuda_float32 (__main__.TestMetaCUDA) ... ok (2.411s) 2022-11-23T02:24:31.4103745Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_max_unpool1d_cuda_float32 (__main__.TestMetaCUDA) ... ok (4.641s) 2022-11-23T02:24:31.4104017Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_max_unpool1d_grad_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.670s) 2022-11-23T02:24:31.4104426Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_max_unpool2d_cuda_float32 (__main__.TestMetaCUDA) ... ok (3.283s) 2022-11-23T02:24:31.4104913Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_max_unpool2d_grad_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.316s) 2022-11-23T02:24:31.4105186Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_max_unpool3d_cuda_float32 (__main__.TestMetaCUDA) ... ok (1.971s) 2022-11-23T02:24:31.4105456Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_max_unpool3d_grad_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.334s) 2022-11-23T02:24:31.4105715Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_mish_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.4105970Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_mse_loss_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.102s) 2022-11-23T02:24:31.4106235Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_multi_margin_loss_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.4106619Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_multilabel_margin_loss_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:24:31.4107075Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_multilabel_soft_margin_loss_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.334s) 2022-11-23T02:24:31.4107344Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_nll_loss_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.802s) 2022-11-23T02:24:31.4107611Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_normalize_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.334s) 2022-11-23T02:24:31.4107863Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_one_hot_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.044s) 2022-11-23T02:24:31.4108111Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_pad_circular_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.242s) 2022-11-23T02:24:31.4108370Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_pad_constant_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.216s) 2022-11-23T02:24:31.4108630Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_pad_reflect_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.041s) 2022-11-23T02:24:31.4108897Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_pad_replicate_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-11-23T02:24:31.4109169Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_pairwise_distance_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.133s) 2022-11-23T02:24:31.4109505Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_pdist_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.036s) 2022-11-23T02:24:31.4109789Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_pixel_shuffle_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:24:31.4110154Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_pixel_unshuffle_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:24:31.4110463Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_poisson_nll_loss_cuda_float32 (__main__.TestMetaCUDA) ... ok (4.269s) 2022-11-23T02:24:31.4110718Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_prelu_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.114s) 2022-11-23T02:24:31.4110970Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_relu6_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.4111227Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_relu_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.4111790Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_rrelu_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.4112049Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_selu_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.4112303Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_silu_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.4112566Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_smooth_l1_loss_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.051s) 2022-11-23T02:24:31.4112831Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_soft_margin_loss_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.085s) 2022-11-23T02:24:31.4113088Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_softmin_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.050s) 2022-11-23T02:24:31.4113364Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_softmin_with_dtype_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.049s) 2022-11-23T02:24:31.4113623Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_softplus_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:24:31.4113884Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_softshrink_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.068s) 2022-11-23T02:24:31.4114247Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_softsign_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.4114511Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_tanhshrink_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.4114771Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_threshold_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.4115049Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_triplet_margin_loss_cuda_float32 (__main__.TestMetaCUDA) ... ok (2.093s) 2022-11-23T02:24:31.4115340Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_triplet_margin_with_distance_loss_cuda_float32 (__main__.TestMetaCUDA) ... ok (2.209s) 2022-11-23T02:24:31.4115597Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_unfold_cuda_float32 (__main__.TestMetaCUDA) ... ok (7.804s) 2022-11-23T02:24:31.4115872Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_upsample_bilinear_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.182s) 2022-11-23T02:24:31.4116140Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_upsample_nearest_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.041s) 2022-11-23T02:24:31.4116381Z test_dispatch_symbolic_meta_outplace_all_strides_nonzero_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.103s) 2022-11-23T02:24:31.4116598Z test_dispatch_symbolic_meta_outplace_all_strides_norm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.408s) 2022-11-23T02:24:31.4116974Z test_dispatch_symbolic_meta_outplace_all_strides_norm_fro_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:24:31.4117458Z test_dispatch_symbolic_meta_outplace_all_strides_norm_inf_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.033s) 2022-11-23T02:24:31.4117710Z test_dispatch_symbolic_meta_outplace_all_strides_norm_nuc_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.036s) 2022-11-23T02:24:31.4117952Z test_dispatch_symbolic_meta_outplace_all_strides_normal_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.085s) 2022-11-23T02:24:31.4118205Z test_dispatch_symbolic_meta_outplace_all_strides_normal_number_mean_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.4118582Z test_dispatch_symbolic_meta_outplace_all_strides_ones_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.4119017Z test_dispatch_symbolic_meta_outplace_all_strides_ones_like_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:24:31.4119264Z test_dispatch_symbolic_meta_outplace_all_strides_ormqr_cuda_float32 (__main__.TestMetaCUDA) ... ok (9.426s) 2022-11-23T02:24:31.4119499Z test_dispatch_symbolic_meta_outplace_all_strides_outer_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.4119744Z test_dispatch_symbolic_meta_outplace_all_strides_pca_lowrank_cuda_float32 (__main__.TestMetaCUDA) ... ok (58.606s) 2022-11-23T02:24:31.4119983Z test_dispatch_symbolic_meta_outplace_all_strides_permute_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.4120222Z test_dispatch_symbolic_meta_outplace_all_strides_pinverse_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.4120455Z test_dispatch_symbolic_meta_outplace_all_strides_polar_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.140s) 2022-11-23T02:24:31.4120716Z test_dispatch_symbolic_meta_outplace_all_strides_polygamma_polygamma_n_0_cuda_float32 (__main__.TestMetaCUDA) ... ok (4.366s) 2022-11-23T02:24:31.4120976Z test_dispatch_symbolic_meta_outplace_all_strides_polygamma_polygamma_n_1_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.033s) 2022-11-23T02:24:31.4121237Z test_dispatch_symbolic_meta_outplace_all_strides_polygamma_polygamma_n_2_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-11-23T02:24:31.4121497Z test_dispatch_symbolic_meta_outplace_all_strides_polygamma_polygamma_n_3_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-11-23T02:24:31.4121858Z test_dispatch_symbolic_meta_outplace_all_strides_polygamma_polygamma_n_4_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:24:31.4122097Z test_dispatch_symbolic_meta_outplace_all_strides_positive_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.4122329Z test_dispatch_symbolic_meta_outplace_all_strides_pow_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.172s) 2022-11-23T02:24:31.4122563Z test_dispatch_symbolic_meta_outplace_all_strides_prod_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.097s) 2022-11-23T02:24:31.4122794Z test_dispatch_symbolic_meta_outplace_all_strides_put_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.179s) 2022-11-23T02:24:31.4123024Z test_dispatch_symbolic_meta_outplace_all_strides_qr_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.139s) 2022-11-23T02:24:31.4123258Z test_dispatch_symbolic_meta_outplace_all_strides_quantile_cuda_float32 (__main__.TestMetaCUDA) ... ok (7.296s) 2022-11-23T02:24:31.4123499Z test_dispatch_symbolic_meta_outplace_all_strides_rad2deg_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.4123721Z test_dispatch_symbolic_meta_outplace_all_strides_rand_like_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:24:31.4123959Z test_dispatch_symbolic_meta_outplace_all_strides_randint_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.4124324Z test_dispatch_symbolic_meta_outplace_all_strides_randint_like_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.039s) 2022-11-23T02:24:31.4124671Z test_dispatch_symbolic_meta_outplace_all_strides_randn_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.4124925Z test_dispatch_symbolic_meta_outplace_all_strides_randn_like_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:24:31.4125156Z test_dispatch_symbolic_meta_outplace_all_strides_ravel_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.4125542Z test_dispatch_symbolic_meta_outplace_all_strides_real_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.4125983Z test_dispatch_symbolic_meta_outplace_all_strides_reciprocal_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.4126230Z test_dispatch_symbolic_meta_outplace_all_strides_remainder_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.159s) 2022-11-23T02:24:31.4126467Z test_dispatch_symbolic_meta_outplace_all_strides_renorm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-11-23T02:24:31.4126740Z test_dispatch_symbolic_meta_outplace_all_strides_repeat_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.079s) 2022-11-23T02:24:31.4126996Z test_dispatch_symbolic_meta_outplace_all_strides_repeat_interleave_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.041s) 2022-11-23T02:24:31.4127235Z test_dispatch_symbolic_meta_outplace_all_strides_reshape_as_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:24:31.4127473Z test_dispatch_symbolic_meta_outplace_all_strides_reshape_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:24:31.4127709Z test_dispatch_symbolic_meta_outplace_all_strides_resize__cuda_float32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.4127949Z test_dispatch_symbolic_meta_outplace_all_strides_resize_as__cuda_float32 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.4128193Z test_dispatch_symbolic_meta_outplace_all_strides_resolve_conj_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.4128598Z test_dispatch_symbolic_meta_outplace_all_strides_resolve_neg_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.4128850Z test_dispatch_symbolic_meta_outplace_all_strides_roll_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.060s) 2022-11-23T02:24:31.4129081Z test_dispatch_symbolic_meta_outplace_all_strides_rot90_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.118s) 2022-11-23T02:24:31.4129418Z test_dispatch_symbolic_meta_outplace_all_strides_round_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.4129667Z test_dispatch_symbolic_meta_outplace_all_strides_round_decimals_0_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.4129915Z test_dispatch_symbolic_meta_outplace_all_strides_round_decimals_3_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.4130169Z test_dispatch_symbolic_meta_outplace_all_strides_round_decimals_neg_3_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.4130402Z test_dispatch_symbolic_meta_outplace_all_strides_rsqrt_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.4130614Z test_dispatch_symbolic_meta_outplace_all_strides_rsub_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.098s) 2022-11-23T02:24:31.4130855Z test_dispatch_symbolic_meta_outplace_all_strides_scalar_tensor_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.4131104Z test_dispatch_symbolic_meta_outplace_all_strides_scatter_add_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.481s) 2022-11-23T02:24:31.4131481Z test_dispatch_symbolic_meta_outplace_all_strides_scatter_cuda_float32 (__main__.TestMetaCUDA) ... ok (1.502s) 2022-11-23T02:24:31.4131740Z test_dispatch_symbolic_meta_outplace_all_strides_scatter_reduce_amax_cuda_float32 (__main__.TestMetaCUDA) ... ok (1.597s) 2022-11-23T02:24:31.4131994Z test_dispatch_symbolic_meta_outplace_all_strides_scatter_reduce_amin_cuda_float32 (__main__.TestMetaCUDA) ... ok (1.539s) 2022-11-23T02:24:31.4132428Z test_dispatch_symbolic_meta_outplace_all_strides_scatter_reduce_mean_cuda_float32 (__main__.TestMetaCUDA) ... ok (1.575s) 2022-11-23T02:24:31.4132940Z test_dispatch_symbolic_meta_outplace_all_strides_scatter_reduce_prod_cuda_float32 (__main__.TestMetaCUDA) ... ok (1.488s) 2022-11-23T02:24:31.4133204Z test_dispatch_symbolic_meta_outplace_all_strides_scatter_reduce_sum_cuda_float32 (__main__.TestMetaCUDA) ... ok (1.729s) 2022-11-23T02:24:31.4133458Z test_dispatch_symbolic_meta_outplace_all_strides_searchsorted_cuda_float32 (__main__.TestMetaCUDA) ... ok (2.795s) 2022-11-23T02:24:31.4133718Z test_dispatch_symbolic_meta_outplace_all_strides_segment_reduce_lengths_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.325s) 2022-11-23T02:24:31.4133973Z test_dispatch_symbolic_meta_outplace_all_strides_segment_reduce_offsets_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.291s) 2022-11-23T02:24:31.4134210Z test_dispatch_symbolic_meta_outplace_all_strides_select_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.4134459Z test_dispatch_symbolic_meta_outplace_all_strides_select_scatter_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.046s) 2022-11-23T02:24:31.4134690Z test_dispatch_symbolic_meta_outplace_all_strides_sgn_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.4134925Z test_dispatch_symbolic_meta_outplace_all_strides_short_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.4135163Z test_dispatch_symbolic_meta_outplace_all_strides_sigmoid_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.4135396Z test_dispatch_symbolic_meta_outplace_all_strides_sign_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.4135652Z test_dispatch_symbolic_meta_outplace_all_strides_signal_windows_cosine_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.4135919Z test_dispatch_symbolic_meta_outplace_all_strides_signal_windows_exponential_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:24:31.4136182Z test_dispatch_symbolic_meta_outplace_all_strides_signal_windows_gaussian_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:24:31.4136440Z test_dispatch_symbolic_meta_outplace_all_strides_signal_windows_kaiser_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.048s) 2022-11-23T02:24:31.4136679Z test_dispatch_symbolic_meta_outplace_all_strides_signbit_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.4137011Z test_dispatch_symbolic_meta_outplace_all_strides_sin_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.4137245Z test_dispatch_symbolic_meta_outplace_all_strides_sinc_cuda_float32 (__main__.TestMetaCUDA) ... ok (1.679s) 2022-11-23T02:24:31.4137476Z test_dispatch_symbolic_meta_outplace_all_strides_sinh_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.4137690Z test_dispatch_symbolic_meta_outplace_all_strides_slice_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.4137938Z test_dispatch_symbolic_meta_outplace_all_strides_slice_scatter_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.110s) 2022-11-23T02:24:31.4138290Z test_dispatch_symbolic_meta_outplace_all_strides_softmax_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.069s) 2022-11-23T02:24:31.4138575Z test_dispatch_symbolic_meta_outplace_all_strides_softmax_with_dtype_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.067s) 2022-11-23T02:24:31.4138811Z test_dispatch_symbolic_meta_outplace_all_strides_sort_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.108s) 2022-11-23T02:24:31.4139069Z test_dispatch_symbolic_meta_outplace_all_strides_sparse_sampled_addmm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.125s) 2022-11-23T02:24:31.4139422Z test_dispatch_symbolic_meta_outplace_all_strides_special_airy_ai_cuda_float32 (__main__.TestMetaCUDA) ... ok (2.003s) 2022-11-23T02:24:31.4139901Z test_dispatch_symbolic_meta_outplace_all_strides_special_bessel_j0_cuda_float32 (__main__.TestMetaCUDA) ... ok (1.886s) 2022-11-23T02:24:31.4140243Z test_dispatch_symbolic_meta_outplace_all_strides_special_bessel_j1_cuda_float32 (__main__.TestMetaCUDA) ... ok (1.579s) 2022-11-23T02:24:31.4140665Z test_dispatch_symbolic_meta_outplace_all_strides_special_bessel_y0_cuda_float32 (__main__.TestMetaCUDA) ... ok (2.210s) 2022-11-23T02:24:31.4140929Z test_dispatch_symbolic_meta_outplace_all_strides_special_bessel_y1_cuda_float32 (__main__.TestMetaCUDA) ... ok (1.897s) 2022-11-23T02:24:31.4141208Z test_dispatch_symbolic_meta_outplace_all_strides_special_chebyshev_polynomial_t_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.112s) 2022-11-23T02:24:31.4141482Z test_dispatch_symbolic_meta_outplace_all_strides_special_chebyshev_polynomial_u_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.131s) 2022-11-23T02:24:31.4141843Z 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:24:31.4142190Z 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:24:31.4142436Z test_dispatch_symbolic_meta_outplace_all_strides_special_entr_cuda_float32 (__main__.TestMetaCUDA) ... ok (1.618s) 2022-11-23T02:24:31.4142680Z test_dispatch_symbolic_meta_outplace_all_strides_special_erfcx_cuda_float32 (__main__.TestMetaCUDA) ... ok (3.174s) 2022-11-23T02:24:31.4142948Z test_dispatch_symbolic_meta_outplace_all_strides_special_hermite_polynomial_h_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.115s) 2022-11-23T02:24:31.4143219Z test_dispatch_symbolic_meta_outplace_all_strides_special_hermite_polynomial_he_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.131s) 2022-11-23T02:24:31.4143461Z test_dispatch_symbolic_meta_outplace_all_strides_special_i0e_cuda_float32 (__main__.TestMetaCUDA) ... ok (1.554s) 2022-11-23T02:24:31.4143704Z test_dispatch_symbolic_meta_outplace_all_strides_special_i1_cuda_float32 (__main__.TestMetaCUDA) ... ok (1.496s) 2022-11-23T02:24:31.4143935Z test_dispatch_symbolic_meta_outplace_all_strides_special_i1e_cuda_float32 (__main__.TestMetaCUDA) ... ok (1.492s) 2022-11-23T02:24:31.4144201Z test_dispatch_symbolic_meta_outplace_all_strides_special_laguerre_polynomial_l_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.111s) 2022-11-23T02:24:31.4144661Z 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.000s) 2022-11-23T02:24:31.4144911Z test_dispatch_symbolic_meta_outplace_all_strides_special_log_ndtr_cuda_float32 (__main__.TestMetaCUDA) ... ok (1.574s) 2022-11-23T02:24:31.4145311Z test_dispatch_symbolic_meta_outplace_all_strides_special_modified_bessel_i0_cuda_float32 (__main__.TestMetaCUDA) ... ok (1.560s) 2022-11-23T02:24:31.4145586Z test_dispatch_symbolic_meta_outplace_all_strides_special_modified_bessel_i1_cuda_float32 (__main__.TestMetaCUDA) ... ok (1.644s) 2022-11-23T02:24:31.4145839Z test_dispatch_symbolic_meta_outplace_all_strides_special_modified_bessel_k0_cuda_float32 (__main__.TestMetaCUDA) ... ok (1.716s) 2022-11-23T02:24:31.4146089Z test_dispatch_symbolic_meta_outplace_all_strides_special_modified_bessel_k1_cuda_float32 (__main__.TestMetaCUDA) ... ok (1.669s) 2022-11-23T02:24:31.4146526Z test_dispatch_symbolic_meta_outplace_all_strides_special_ndtr_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.044s) 2022-11-23T02:24:31.4146934Z test_dispatch_symbolic_meta_outplace_all_strides_special_ndtri_cuda_float32 (__main__.TestMetaCUDA) ... ok (1.619s) 2022-11-23T02:24:31.4147209Z test_dispatch_symbolic_meta_outplace_all_strides_special_polygamma_special_polygamma_n_0_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:24:31.4147482Z test_dispatch_symbolic_meta_outplace_all_strides_special_scaled_modified_bessel_k0_cuda_float32 (__main__.TestMetaCUDA) ... ok (1.691s) 2022-11-23T02:24:31.4147839Z test_dispatch_symbolic_meta_outplace_all_strides_special_scaled_modified_bessel_k1_cuda_float32 (__main__.TestMetaCUDA) ... ok (1.662s) 2022-11-23T02:24:31.4148228Z test_dispatch_symbolic_meta_outplace_all_strides_special_shifted_chebyshev_polynomial_t_cuda_float32 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:24:31.4148597Z 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.001s) 2022-11-23T02:24:31.4148954Z 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.001s) 2022-11-23T02:24:31.4149305Z 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.001s) 2022-11-23T02:24:31.4149574Z test_dispatch_symbolic_meta_outplace_all_strides_special_spherical_bessel_j0_cuda_float32 (__main__.TestMetaCUDA) ... ok (1.582s) 2022-11-23T02:24:31.4149822Z test_dispatch_symbolic_meta_outplace_all_strides_special_xlog1py_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.318s) 2022-11-23T02:24:31.4150071Z test_dispatch_symbolic_meta_outplace_all_strides_special_zeta_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.150s) 2022-11-23T02:24:31.4150303Z test_dispatch_symbolic_meta_outplace_all_strides_split_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.4150551Z test_dispatch_symbolic_meta_outplace_all_strides_split_list_args_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.4150803Z test_dispatch_symbolic_meta_outplace_all_strides_split_with_sizes_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:31.4151041Z test_dispatch_symbolic_meta_outplace_all_strides_sqrt_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.4151277Z test_dispatch_symbolic_meta_outplace_all_strides_square_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.4151516Z test_dispatch_symbolic_meta_outplace_all_strides_squeeze_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:24:31.4152580Z test_dispatch_symbolic_meta_outplace_all_strides_stack_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:24:31.4152812Z test_dispatch_symbolic_meta_outplace_all_strides_std_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.053s) 2022-11-23T02:24:31.4153054Z test_dispatch_symbolic_meta_outplace_all_strides_std_mean_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.045s) 2022-11-23T02:24:31.4153486Z test_dispatch_symbolic_meta_outplace_all_strides_stft_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.114s) 2022-11-23T02:24:31.4153872Z test_dispatch_symbolic_meta_outplace_all_strides_sub_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.212s) 2022-11-23T02:24:31.4154104Z test_dispatch_symbolic_meta_outplace_all_strides_sum_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.051s) 2022-11-23T02:24:31.4154345Z test_dispatch_symbolic_meta_outplace_all_strides_sum_to_size_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.037s) 2022-11-23T02:24:31.4154575Z test_dispatch_symbolic_meta_outplace_all_strides_svd_cuda_float32 (__main__.TestMetaCUDA) ... ok (1.062s) 2022-11-23T02:24:31.4154905Z 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.006s) 2022-11-23T02:24:31.4155274Z test_dispatch_symbolic_meta_outplace_all_strides_symeig_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.036s) 2022-11-23T02:24:31.4155555Z test_dispatch_symbolic_meta_outplace_all_strides_t_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.4155954Z test_dispatch_symbolic_meta_outplace_all_strides_take_along_dim_cuda_float32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.158s) 2022-11-23T02:24:31.4156206Z test_dispatch_symbolic_meta_outplace_all_strides_take_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.076s) 2022-11-23T02:24:31.4156437Z test_dispatch_symbolic_meta_outplace_all_strides_tan_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.4156675Z test_dispatch_symbolic_meta_outplace_all_strides_tanh_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.4156901Z test_dispatch_symbolic_meta_outplace_all_strides_tensor_split_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.123s) 2022-11-23T02:24:31.4157142Z test_dispatch_symbolic_meta_outplace_all_strides_tensordot_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.178s) 2022-11-23T02:24:31.4157370Z test_dispatch_symbolic_meta_outplace_all_strides_tile_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.115s) 2022-11-23T02:24:31.4157603Z test_dispatch_symbolic_meta_outplace_all_strides_to_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:24:31.4157842Z test_dispatch_symbolic_meta_outplace_all_strides_to_sparse_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.4158078Z test_dispatch_symbolic_meta_outplace_all_strides_topk_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.036s) 2022-11-23T02:24:31.4158318Z test_dispatch_symbolic_meta_outplace_all_strides_trace_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.4158557Z test_dispatch_symbolic_meta_outplace_all_strides_transpose_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.4158797Z test_dispatch_symbolic_meta_outplace_all_strides_trapezoid_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.389s) 2022-11-23T02:24:31.4159164Z test_dispatch_symbolic_meta_outplace_all_strides_trapz_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.433s) 2022-11-23T02:24:31.4159443Z test_dispatch_symbolic_meta_outplace_all_strides_triangular_solve_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.142s) 2022-11-23T02:24:31.4159677Z test_dispatch_symbolic_meta_outplace_all_strides_tril_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.101s) 2022-11-23T02:24:31.4159921Z test_dispatch_symbolic_meta_outplace_all_strides_tril_indices_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.4160469Z test_dispatch_symbolic_meta_outplace_all_strides_triu_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.105s) 2022-11-23T02:24:31.4160834Z test_dispatch_symbolic_meta_outplace_all_strides_triu_indices_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.4161081Z test_dispatch_symbolic_meta_outplace_all_strides_true_divide_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.162s) 2022-11-23T02:24:31.4161312Z test_dispatch_symbolic_meta_outplace_all_strides_trunc_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.4161550Z test_dispatch_symbolic_meta_outplace_all_strides_unbind_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:24:31.4161798Z test_dispatch_symbolic_meta_outplace_all_strides_unflatten_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:24:31.4162042Z test_dispatch_symbolic_meta_outplace_all_strides_unfold_copy_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.070s) 2022-11-23T02:24:31.4162275Z test_dispatch_symbolic_meta_outplace_all_strides_unfold_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.061s) 2022-11-23T02:24:31.4162517Z test_dispatch_symbolic_meta_outplace_all_strides_uniform_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.4162771Z test_dispatch_symbolic_meta_outplace_all_strides_unique_consecutive_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.851s) 2022-11-23T02:24:31.4163005Z test_dispatch_symbolic_meta_outplace_all_strides_unique_cuda_float32 (__main__.TestMetaCUDA) ... ok (1.655s) 2022-11-23T02:24:31.4163246Z test_dispatch_symbolic_meta_outplace_all_strides_unsqueeze_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.4163545Z test_dispatch_symbolic_meta_outplace_all_strides_var_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:24:31.4163807Z test_dispatch_symbolic_meta_outplace_all_strides_var_mean_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.041s) 2022-11-23T02:24:31.4164039Z test_dispatch_symbolic_meta_outplace_all_strides_vdot_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.4164332Z test_dispatch_symbolic_meta_outplace_all_strides_view_as_complex_cuda_float32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:24:31.4164611Z test_dispatch_symbolic_meta_outplace_all_strides_view_as_cuda_float32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.010s) 2022-11-23T02:24:31.4164859Z test_dispatch_symbolic_meta_outplace_all_strides_view_as_real_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.4165144Z test_dispatch_symbolic_meta_outplace_all_strides_view_copy_cuda_float32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.014s) 2022-11-23T02:24:31.4165420Z test_dispatch_symbolic_meta_outplace_all_strides_view_cuda_float32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T02:24:31.4165658Z test_dispatch_symbolic_meta_outplace_all_strides_vsplit_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.4165967Z test_dispatch_symbolic_meta_outplace_all_strides_vstack_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.4166309Z test_dispatch_symbolic_meta_outplace_all_strides_where_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.120s) 2022-11-23T02:24:31.4166689Z test_dispatch_symbolic_meta_outplace_all_strides_xlogy_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.302s) 2022-11-23T02:24:31.4166924Z test_dispatch_symbolic_meta_outplace_all_strides_zero__cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.4167155Z test_dispatch_symbolic_meta_outplace_all_strides_zeros_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.4167395Z test_dispatch_symbolic_meta_outplace_all_strides_zeros_like_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:24:31.4167744Z test_dispatch_symbolic_meta_outplace_allclose_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.124s) 2022-11-23T02:24:31.4168265Z test_dispatch_symbolic_meta_outplace_allclose_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.098s) 2022-11-23T02:24:31.4168500Z test_dispatch_symbolic_meta_outplace_allclose_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.096s) 2022-11-23T02:24:31.4168726Z test_dispatch_symbolic_meta_outplace_allclose_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.123s) 2022-11-23T02:24:31.4168947Z test_dispatch_symbolic_meta_outplace_allclose_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.093s) 2022-11-23T02:24:31.4169161Z test_dispatch_symbolic_meta_outplace_allclose_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.090s) 2022-11-23T02:24:31.4169382Z test_dispatch_symbolic_meta_outplace_amax_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.043s) 2022-11-23T02:24:31.4169593Z test_dispatch_symbolic_meta_outplace_amax_cuda_bool (__main__.TestMetaCUDA) ... ok (0.032s) 2022-11-23T02:24:31.4169808Z test_dispatch_symbolic_meta_outplace_amax_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.033s) 2022-11-23T02:24:31.4170026Z test_dispatch_symbolic_meta_outplace_amax_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.036s) 2022-11-23T02:24:31.4170223Z test_dispatch_symbolic_meta_outplace_amax_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:24:31.4170439Z test_dispatch_symbolic_meta_outplace_amax_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.035s) 2022-11-23T02:24:31.4170652Z test_dispatch_symbolic_meta_outplace_amax_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-11-23T02:24:31.4170859Z test_dispatch_symbolic_meta_outplace_amax_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.037s) 2022-11-23T02:24:31.4171146Z test_dispatch_symbolic_meta_outplace_amax_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:24:31.4171373Z test_dispatch_symbolic_meta_outplace_amax_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.043s) 2022-11-23T02:24:31.4171593Z test_dispatch_symbolic_meta_outplace_amin_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.052s) 2022-11-23T02:24:31.4171803Z test_dispatch_symbolic_meta_outplace_amin_cuda_bool (__main__.TestMetaCUDA) ... ok (0.045s) 2022-11-23T02:24:31.4172019Z test_dispatch_symbolic_meta_outplace_amin_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.035s) 2022-11-23T02:24:31.4172232Z test_dispatch_symbolic_meta_outplace_amin_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.035s) 2022-11-23T02:24:31.4172447Z test_dispatch_symbolic_meta_outplace_amin_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.034s) 2022-11-23T02:24:31.4172660Z test_dispatch_symbolic_meta_outplace_amin_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:24:31.4172870Z test_dispatch_symbolic_meta_outplace_amin_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.038s) 2022-11-23T02:24:31.4173081Z test_dispatch_symbolic_meta_outplace_amin_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:24:31.4173287Z test_dispatch_symbolic_meta_outplace_amin_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.040s) 2022-11-23T02:24:31.4173639Z test_dispatch_symbolic_meta_outplace_amin_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-11-23T02:24:31.4173875Z test_dispatch_symbolic_meta_outplace_aminmax_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.4174092Z test_dispatch_symbolic_meta_outplace_aminmax_cuda_bool (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.4174312Z test_dispatch_symbolic_meta_outplace_aminmax_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.4174614Z test_dispatch_symbolic_meta_outplace_aminmax_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.4175045Z test_dispatch_symbolic_meta_outplace_aminmax_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.4175273Z test_dispatch_symbolic_meta_outplace_aminmax_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.4175489Z test_dispatch_symbolic_meta_outplace_aminmax_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.4175706Z test_dispatch_symbolic_meta_outplace_aminmax_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.4176020Z test_dispatch_symbolic_meta_outplace_aminmax_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.4176232Z test_dispatch_symbolic_meta_outplace_aminmax_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.4176447Z test_dispatch_symbolic_meta_outplace_angle_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.4176673Z test_dispatch_symbolic_meta_outplace_angle_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.4176897Z test_dispatch_symbolic_meta_outplace_angle_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.4177110Z test_dispatch_symbolic_meta_outplace_angle_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.4177322Z test_dispatch_symbolic_meta_outplace_angle_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.4177540Z test_dispatch_symbolic_meta_outplace_angle_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.4177751Z test_dispatch_symbolic_meta_outplace_angle_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.4177974Z test_dispatch_symbolic_meta_outplace_angle_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.4178350Z test_dispatch_symbolic_meta_outplace_angle_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.4178574Z test_dispatch_symbolic_meta_outplace_angle_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.4178867Z test_dispatch_symbolic_meta_outplace_angle_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.4179098Z test_dispatch_symbolic_meta_outplace_any_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:24:31.4179308Z test_dispatch_symbolic_meta_outplace_any_cuda_bool (__main__.TestMetaCUDA) ... ok (0.035s) 2022-11-23T02:24:31.4179528Z test_dispatch_symbolic_meta_outplace_any_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-11-23T02:24:31.4179747Z test_dispatch_symbolic_meta_outplace_any_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:24:31.4179940Z test_dispatch_symbolic_meta_outplace_any_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-11-23T02:24:31.4180150Z test_dispatch_symbolic_meta_outplace_any_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.034s) 2022-11-23T02:24:31.4180511Z test_dispatch_symbolic_meta_outplace_any_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.048s) 2022-11-23T02:24:31.4180735Z test_dispatch_symbolic_meta_outplace_any_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-11-23T02:24:31.4180943Z test_dispatch_symbolic_meta_outplace_any_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:24:31.4181144Z test_dispatch_symbolic_meta_outplace_any_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:24:31.4181350Z test_dispatch_symbolic_meta_outplace_any_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.4181752Z test_dispatch_symbolic_meta_outplace_any_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:24:31.4182118Z test_dispatch_symbolic_meta_outplace_arange_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:24:31.4182341Z test_dispatch_symbolic_meta_outplace_arange_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.4182552Z test_dispatch_symbolic_meta_outplace_arange_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.4182762Z test_dispatch_symbolic_meta_outplace_arange_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:24:31.4182978Z test_dispatch_symbolic_meta_outplace_arange_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:24:31.4183195Z test_dispatch_symbolic_meta_outplace_arange_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:24:31.4183412Z test_dispatch_symbolic_meta_outplace_arange_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:24:31.4183725Z test_dispatch_symbolic_meta_outplace_arange_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.4183938Z test_dispatch_symbolic_meta_outplace_arange_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:24:31.4184158Z test_dispatch_symbolic_meta_outplace_argmax_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:24:31.4184377Z test_dispatch_symbolic_meta_outplace_argmax_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:24:31.4184589Z test_dispatch_symbolic_meta_outplace_argmax_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.4184801Z test_dispatch_symbolic_meta_outplace_argmax_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.4184997Z test_dispatch_symbolic_meta_outplace_argmax_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:24:31.4185213Z test_dispatch_symbolic_meta_outplace_argmax_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.4185428Z test_dispatch_symbolic_meta_outplace_argmax_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:24:31.4185643Z test_dispatch_symbolic_meta_outplace_argmax_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:24:31.4185857Z test_dispatch_symbolic_meta_outplace_argmax_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.4186078Z test_dispatch_symbolic_meta_outplace_argmin_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.4186296Z test_dispatch_symbolic_meta_outplace_argmin_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.4186580Z test_dispatch_symbolic_meta_outplace_argmin_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.4186802Z test_dispatch_symbolic_meta_outplace_argmin_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.4187017Z test_dispatch_symbolic_meta_outplace_argmin_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.4187235Z test_dispatch_symbolic_meta_outplace_argmin_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:24:31.4187602Z test_dispatch_symbolic_meta_outplace_argmin_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.4187819Z test_dispatch_symbolic_meta_outplace_argmin_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.4188029Z test_dispatch_symbolic_meta_outplace_argmin_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.4188255Z test_dispatch_symbolic_meta_outplace_argsort_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:24:31.4188637Z test_dispatch_symbolic_meta_outplace_argsort_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-11-23T02:24:31.4189031Z test_dispatch_symbolic_meta_outplace_argsort_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:24:31.4189246Z test_dispatch_symbolic_meta_outplace_argsort_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:24:31.4189466Z test_dispatch_symbolic_meta_outplace_argsort_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-11-23T02:24:31.4189684Z test_dispatch_symbolic_meta_outplace_argsort_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:24:31.4189902Z test_dispatch_symbolic_meta_outplace_argsort_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:24:31.4190097Z test_dispatch_symbolic_meta_outplace_argsort_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:24:31.4190313Z test_dispatch_symbolic_meta_outplace_argsort_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-11-23T02:24:31.4190541Z test_dispatch_symbolic_meta_outplace_argwhere_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.4190891Z test_dispatch_symbolic_meta_outplace_argwhere_cuda_bool (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.4191159Z test_dispatch_symbolic_meta_outplace_argwhere_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.4191493Z test_dispatch_symbolic_meta_outplace_argwhere_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.4191714Z test_dispatch_symbolic_meta_outplace_argwhere_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.4191931Z test_dispatch_symbolic_meta_outplace_argwhere_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.4192143Z test_dispatch_symbolic_meta_outplace_argwhere_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.4192366Z test_dispatch_symbolic_meta_outplace_argwhere_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.4192578Z test_dispatch_symbolic_meta_outplace_argwhere_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.4192785Z test_dispatch_symbolic_meta_outplace_argwhere_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.4192997Z test_dispatch_symbolic_meta_outplace_argwhere_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.4193220Z test_dispatch_symbolic_meta_outplace_argwhere_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.4193449Z test_dispatch_symbolic_meta_outplace_as_strided_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.4193669Z test_dispatch_symbolic_meta_outplace_as_strided_cuda_bool (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.4193901Z test_dispatch_symbolic_meta_outplace_as_strided_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.4194826Z test_dispatch_symbolic_meta_outplace_as_strided_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.4195131Z test_dispatch_symbolic_meta_outplace_as_strided_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.4195459Z test_dispatch_symbolic_meta_outplace_as_strided_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.4195933Z test_dispatch_symbolic_meta_outplace_as_strided_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.4196155Z test_dispatch_symbolic_meta_outplace_as_strided_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.4196375Z test_dispatch_symbolic_meta_outplace_as_strided_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.4196590Z test_dispatch_symbolic_meta_outplace_as_strided_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.4196798Z test_dispatch_symbolic_meta_outplace_as_strided_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.4197019Z test_dispatch_symbolic_meta_outplace_as_strided_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.4197228Z test_dispatch_symbolic_meta_outplace_as_strided_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.4197474Z test_dispatch_symbolic_meta_outplace_as_strided_scatter_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:24:31.4197712Z test_dispatch_symbolic_meta_outplace_as_strided_scatter_cuda_bool (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.4197954Z test_dispatch_symbolic_meta_outplace_as_strided_scatter_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.4198195Z test_dispatch_symbolic_meta_outplace_as_strided_scatter_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.4198435Z test_dispatch_symbolic_meta_outplace_as_strided_scatter_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.4198674Z test_dispatch_symbolic_meta_outplace_as_strided_scatter_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.4198908Z test_dispatch_symbolic_meta_outplace_as_strided_scatter_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.4199145Z test_dispatch_symbolic_meta_outplace_as_strided_scatter_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.4199504Z test_dispatch_symbolic_meta_outplace_as_strided_scatter_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.4199739Z test_dispatch_symbolic_meta_outplace_as_strided_scatter_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.4199963Z test_dispatch_symbolic_meta_outplace_as_strided_scatter_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.4200198Z test_dispatch_symbolic_meta_outplace_as_strided_scatter_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.4200420Z test_dispatch_symbolic_meta_outplace_as_strided_scatter_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.4200641Z test_dispatch_symbolic_meta_outplace_asin_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.4200851Z test_dispatch_symbolic_meta_outplace_asin_cuda_bool (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.4201074Z test_dispatch_symbolic_meta_outplace_asin_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.4201296Z test_dispatch_symbolic_meta_outplace_asin_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.4201651Z test_dispatch_symbolic_meta_outplace_asin_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.4201873Z test_dispatch_symbolic_meta_outplace_asin_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.4202090Z test_dispatch_symbolic_meta_outplace_asin_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.4202305Z test_dispatch_symbolic_meta_outplace_asin_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.4202733Z test_dispatch_symbolic_meta_outplace_asin_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.4203166Z test_dispatch_symbolic_meta_outplace_asin_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.4203386Z test_dispatch_symbolic_meta_outplace_asin_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.4203600Z test_dispatch_symbolic_meta_outplace_asin_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.4203806Z test_dispatch_symbolic_meta_outplace_asin_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.4204026Z test_dispatch_symbolic_meta_outplace_asinh_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.4204233Z test_dispatch_symbolic_meta_outplace_asinh_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.4204459Z test_dispatch_symbolic_meta_outplace_asinh_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.4204685Z test_dispatch_symbolic_meta_outplace_asinh_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.4204900Z test_dispatch_symbolic_meta_outplace_asinh_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.4205117Z test_dispatch_symbolic_meta_outplace_asinh_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.4205337Z test_dispatch_symbolic_meta_outplace_asinh_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.4205554Z test_dispatch_symbolic_meta_outplace_asinh_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.4205770Z test_dispatch_symbolic_meta_outplace_asinh_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.4205980Z test_dispatch_symbolic_meta_outplace_asinh_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.4206190Z test_dispatch_symbolic_meta_outplace_asinh_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.4206404Z test_dispatch_symbolic_meta_outplace_asinh_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.4206597Z test_dispatch_symbolic_meta_outplace_asinh_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.4206813Z test_dispatch_symbolic_meta_outplace_atan2_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:24:31.4207125Z test_dispatch_symbolic_meta_outplace_atan2_cuda_bool (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:24:31.4207339Z test_dispatch_symbolic_meta_outplace_atan2_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:24:31.4207553Z test_dispatch_symbolic_meta_outplace_atan2_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.4207766Z test_dispatch_symbolic_meta_outplace_atan2_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:24:31.4207973Z test_dispatch_symbolic_meta_outplace_atan2_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:24:31.4208187Z test_dispatch_symbolic_meta_outplace_atan2_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:24:31.4208523Z test_dispatch_symbolic_meta_outplace_atan2_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:24:31.4208761Z test_dispatch_symbolic_meta_outplace_atan2_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:24:31.4208972Z test_dispatch_symbolic_meta_outplace_atan2_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:24:31.4209187Z test_dispatch_symbolic_meta_outplace_atan_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.4209398Z test_dispatch_symbolic_meta_outplace_atan_cuda_bool (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.4209802Z test_dispatch_symbolic_meta_outplace_atan_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.4210177Z test_dispatch_symbolic_meta_outplace_atan_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.4210478Z test_dispatch_symbolic_meta_outplace_atan_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.4210711Z test_dispatch_symbolic_meta_outplace_atan_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.4210928Z test_dispatch_symbolic_meta_outplace_atan_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.4211148Z test_dispatch_symbolic_meta_outplace_atan_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.4211356Z test_dispatch_symbolic_meta_outplace_atan_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.4211548Z test_dispatch_symbolic_meta_outplace_atan_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.4211757Z test_dispatch_symbolic_meta_outplace_atan_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.4211965Z test_dispatch_symbolic_meta_outplace_atan_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.4212175Z test_dispatch_symbolic_meta_outplace_atan_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.4212444Z test_dispatch_symbolic_meta_outplace_atanh_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.4212789Z test_dispatch_symbolic_meta_outplace_atanh_cuda_bool (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.4213027Z test_dispatch_symbolic_meta_outplace_atanh_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.4213247Z test_dispatch_symbolic_meta_outplace_atanh_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.4213461Z test_dispatch_symbolic_meta_outplace_atanh_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.4213677Z test_dispatch_symbolic_meta_outplace_atanh_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.4213893Z test_dispatch_symbolic_meta_outplace_atanh_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.4214111Z test_dispatch_symbolic_meta_outplace_atanh_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.4214321Z test_dispatch_symbolic_meta_outplace_atanh_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.4214533Z test_dispatch_symbolic_meta_outplace_atanh_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.4214845Z test_dispatch_symbolic_meta_outplace_atanh_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.4215057Z test_dispatch_symbolic_meta_outplace_atanh_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.4215267Z test_dispatch_symbolic_meta_outplace_atanh_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.4215646Z test_dispatch_symbolic_meta_outplace_atleast_1d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.4215871Z test_dispatch_symbolic_meta_outplace_atleast_1d_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.4216104Z test_dispatch_symbolic_meta_outplace_atleast_1d_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.4216333Z test_dispatch_symbolic_meta_outplace_atleast_1d_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.4216723Z test_dispatch_symbolic_meta_outplace_atleast_1d_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.4217044Z test_dispatch_symbolic_meta_outplace_atleast_1d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.4217272Z test_dispatch_symbolic_meta_outplace_atleast_1d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.4217633Z test_dispatch_symbolic_meta_outplace_atleast_1d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.4217864Z test_dispatch_symbolic_meta_outplace_atleast_1d_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.4218074Z test_dispatch_symbolic_meta_outplace_atleast_1d_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.4218367Z test_dispatch_symbolic_meta_outplace_atleast_1d_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.4218600Z test_dispatch_symbolic_meta_outplace_atleast_1d_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.4218811Z test_dispatch_symbolic_meta_outplace_atleast_1d_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.4219040Z test_dispatch_symbolic_meta_outplace_atleast_2d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.4219259Z test_dispatch_symbolic_meta_outplace_atleast_2d_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.4219492Z test_dispatch_symbolic_meta_outplace_atleast_2d_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.4219722Z test_dispatch_symbolic_meta_outplace_atleast_2d_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.4219955Z test_dispatch_symbolic_meta_outplace_atleast_2d_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.4220175Z test_dispatch_symbolic_meta_outplace_atleast_2d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.4220396Z test_dispatch_symbolic_meta_outplace_atleast_2d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.4220619Z test_dispatch_symbolic_meta_outplace_atleast_2d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.4220843Z test_dispatch_symbolic_meta_outplace_atleast_2d_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.4221061Z test_dispatch_symbolic_meta_outplace_atleast_2d_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.4221270Z test_dispatch_symbolic_meta_outplace_atleast_2d_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.4221487Z test_dispatch_symbolic_meta_outplace_atleast_2d_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.4221704Z test_dispatch_symbolic_meta_outplace_atleast_2d_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.4221912Z test_dispatch_symbolic_meta_outplace_atleast_3d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.4222129Z test_dispatch_symbolic_meta_outplace_atleast_3d_cuda_bool (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.4222448Z test_dispatch_symbolic_meta_outplace_atleast_3d_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.4222678Z test_dispatch_symbolic_meta_outplace_atleast_3d_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.4223047Z test_dispatch_symbolic_meta_outplace_atleast_3d_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.4223278Z test_dispatch_symbolic_meta_outplace_atleast_3d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.4223497Z test_dispatch_symbolic_meta_outplace_atleast_3d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.4223723Z test_dispatch_symbolic_meta_outplace_atleast_3d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.4224032Z test_dispatch_symbolic_meta_outplace_atleast_3d_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.4224286Z test_dispatch_symbolic_meta_outplace_atleast_3d_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.4224619Z test_dispatch_symbolic_meta_outplace_atleast_3d_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.4224839Z test_dispatch_symbolic_meta_outplace_atleast_3d_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.4225194Z test_dispatch_symbolic_meta_outplace_atleast_3d_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.4225438Z test_dispatch_symbolic_meta_outplace_baddbmm_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.4225661Z test_dispatch_symbolic_meta_outplace_baddbmm_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.040s) 2022-11-23T02:24:31.4225979Z test_dispatch_symbolic_meta_outplace_baddbmm_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-11-23T02:24:31.4226217Z test_dispatch_symbolic_meta_outplace_baddbmm_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.4226432Z test_dispatch_symbolic_meta_outplace_baddbmm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:24:31.4226646Z test_dispatch_symbolic_meta_outplace_baddbmm_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:31.4226910Z test_dispatch_symbolic_meta_outplace_bernoulli_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.4227140Z test_dispatch_symbolic_meta_outplace_bernoulli_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.4227365Z test_dispatch_symbolic_meta_outplace_bernoulli_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.4227563Z test_dispatch_symbolic_meta_outplace_bernoulli_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.4227777Z test_dispatch_symbolic_meta_outplace_bfloat16_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.4227993Z test_dispatch_symbolic_meta_outplace_bfloat16_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.4228220Z test_dispatch_symbolic_meta_outplace_bfloat16_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.4228484Z test_dispatch_symbolic_meta_outplace_bfloat16_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.4228712Z test_dispatch_symbolic_meta_outplace_bfloat16_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.4228932Z test_dispatch_symbolic_meta_outplace_bfloat16_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.4229146Z test_dispatch_symbolic_meta_outplace_bfloat16_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.4229359Z test_dispatch_symbolic_meta_outplace_bfloat16_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.4229576Z test_dispatch_symbolic_meta_outplace_bfloat16_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.4229896Z test_dispatch_symbolic_meta_outplace_bfloat16_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.4230238Z test_dispatch_symbolic_meta_outplace_bfloat16_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.4230450Z test_dispatch_symbolic_meta_outplace_bfloat16_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.4230668Z test_dispatch_symbolic_meta_outplace_bfloat16_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.4230883Z test_dispatch_symbolic_meta_outplace_bincount_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:24:31.4231227Z test_dispatch_symbolic_meta_outplace_bincount_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:24:31.4231570Z test_dispatch_symbolic_meta_outplace_bincount_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:31.4231790Z test_dispatch_symbolic_meta_outplace_bincount_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.4232009Z test_dispatch_symbolic_meta_outplace_bincount_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:24:31.4232238Z test_dispatch_symbolic_meta_outplace_bitwise_and_cuda_bool (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:24:31.4232460Z test_dispatch_symbolic_meta_outplace_bitwise_and_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.4232676Z test_dispatch_symbolic_meta_outplace_bitwise_and_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:24:31.4232869Z test_dispatch_symbolic_meta_outplace_bitwise_and_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:24:31.4233084Z test_dispatch_symbolic_meta_outplace_bitwise_and_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:24:31.4233376Z test_dispatch_symbolic_meta_outplace_bitwise_and_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:24:31.4233629Z test_dispatch_symbolic_meta_outplace_bitwise_left_shift_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:24:31.4233864Z test_dispatch_symbolic_meta_outplace_bitwise_left_shift_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:24:31.4234096Z test_dispatch_symbolic_meta_outplace_bitwise_left_shift_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.4234327Z test_dispatch_symbolic_meta_outplace_bitwise_left_shift_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:24:31.4234554Z test_dispatch_symbolic_meta_outplace_bitwise_left_shift_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:24:31.4234775Z test_dispatch_symbolic_meta_outplace_bitwise_not_cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.4234998Z test_dispatch_symbolic_meta_outplace_bitwise_not_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.4235213Z test_dispatch_symbolic_meta_outplace_bitwise_not_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.4235423Z test_dispatch_symbolic_meta_outplace_bitwise_not_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.4235640Z test_dispatch_symbolic_meta_outplace_bitwise_not_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.4235853Z test_dispatch_symbolic_meta_outplace_bitwise_not_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.4236070Z test_dispatch_symbolic_meta_outplace_bitwise_or_cuda_bool (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:24:31.4236282Z test_dispatch_symbolic_meta_outplace_bitwise_or_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:24:31.4236491Z test_dispatch_symbolic_meta_outplace_bitwise_or_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:24:31.4236701Z test_dispatch_symbolic_meta_outplace_bitwise_or_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:24:31.4237065Z test_dispatch_symbolic_meta_outplace_bitwise_or_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:24:31.4237285Z test_dispatch_symbolic_meta_outplace_bitwise_or_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:24:31.4237615Z test_dispatch_symbolic_meta_outplace_bitwise_right_shift_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:24:31.4237852Z test_dispatch_symbolic_meta_outplace_bitwise_right_shift_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.4238189Z test_dispatch_symbolic_meta_outplace_bitwise_right_shift_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.4238563Z test_dispatch_symbolic_meta_outplace_bitwise_right_shift_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.033s) 2022-11-23T02:24:31.4238797Z test_dispatch_symbolic_meta_outplace_bitwise_right_shift_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.4239023Z test_dispatch_symbolic_meta_outplace_bitwise_xor_cuda_bool (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:24:31.4239242Z test_dispatch_symbolic_meta_outplace_bitwise_xor_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:24:31.4239457Z test_dispatch_symbolic_meta_outplace_bitwise_xor_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:31.4239671Z test_dispatch_symbolic_meta_outplace_bitwise_xor_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:24:31.4239885Z test_dispatch_symbolic_meta_outplace_bitwise_xor_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:24:31.4240096Z test_dispatch_symbolic_meta_outplace_bitwise_xor_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:24:31.4240321Z test_dispatch_symbolic_meta_outplace_block_diag_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.4240621Z test_dispatch_symbolic_meta_outplace_block_diag_cuda_bool (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.4240870Z test_dispatch_symbolic_meta_outplace_block_diag_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.4241102Z test_dispatch_symbolic_meta_outplace_block_diag_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.4241330Z test_dispatch_symbolic_meta_outplace_block_diag_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:24:31.4241561Z test_dispatch_symbolic_meta_outplace_block_diag_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.4241786Z test_dispatch_symbolic_meta_outplace_block_diag_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.4242011Z test_dispatch_symbolic_meta_outplace_block_diag_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.4242230Z test_dispatch_symbolic_meta_outplace_block_diag_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.4242472Z test_dispatch_symbolic_meta_outplace_block_diag_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.4242826Z test_dispatch_symbolic_meta_outplace_block_diag_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.4243054Z test_dispatch_symbolic_meta_outplace_block_diag_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.4243270Z test_dispatch_symbolic_meta_outplace_block_diag_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.4243466Z test_dispatch_symbolic_meta_outplace_bmm_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.4243682Z test_dispatch_symbolic_meta_outplace_bmm_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.4244042Z test_dispatch_symbolic_meta_outplace_bmm_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.4244266Z test_dispatch_symbolic_meta_outplace_bmm_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.4244482Z test_dispatch_symbolic_meta_outplace_bmm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.4244693Z test_dispatch_symbolic_meta_outplace_bmm_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.4244906Z test_dispatch_symbolic_meta_outplace_bool_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.4245441Z test_dispatch_symbolic_meta_outplace_bool_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.4245690Z test_dispatch_symbolic_meta_outplace_bool_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.4245908Z test_dispatch_symbolic_meta_outplace_bool_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.4246120Z test_dispatch_symbolic_meta_outplace_bool_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.4246333Z test_dispatch_symbolic_meta_outplace_bool_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.4252899Z test_dispatch_symbolic_meta_outplace_bool_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.4253194Z test_dispatch_symbolic_meta_outplace_bool_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.4253418Z test_dispatch_symbolic_meta_outplace_bool_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.4253638Z test_dispatch_symbolic_meta_outplace_bool_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.4253854Z test_dispatch_symbolic_meta_outplace_bool_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.4254070Z test_dispatch_symbolic_meta_outplace_bool_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.4254280Z test_dispatch_symbolic_meta_outplace_bool_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.4254525Z test_dispatch_symbolic_meta_outplace_broadcast_shapes_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.4254905Z test_dispatch_symbolic_meta_outplace_broadcast_tensors_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.4255151Z test_dispatch_symbolic_meta_outplace_broadcast_tensors_cuda_bool (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.4255397Z test_dispatch_symbolic_meta_outplace_broadcast_tensors_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.4255647Z test_dispatch_symbolic_meta_outplace_broadcast_tensors_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.4255886Z test_dispatch_symbolic_meta_outplace_broadcast_tensors_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.4256123Z test_dispatch_symbolic_meta_outplace_broadcast_tensors_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.4256355Z test_dispatch_symbolic_meta_outplace_broadcast_tensors_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.4256593Z test_dispatch_symbolic_meta_outplace_broadcast_tensors_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.4256830Z test_dispatch_symbolic_meta_outplace_broadcast_tensors_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.4257059Z test_dispatch_symbolic_meta_outplace_broadcast_tensors_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.4257291Z test_dispatch_symbolic_meta_outplace_broadcast_tensors_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.4257524Z test_dispatch_symbolic_meta_outplace_broadcast_tensors_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.4257859Z test_dispatch_symbolic_meta_outplace_broadcast_to_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.4258134Z test_dispatch_symbolic_meta_outplace_broadcast_to_cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.4258375Z test_dispatch_symbolic_meta_outplace_broadcast_to_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.4258616Z test_dispatch_symbolic_meta_outplace_broadcast_to_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.4258849Z test_dispatch_symbolic_meta_outplace_broadcast_to_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.4259207Z test_dispatch_symbolic_meta_outplace_broadcast_to_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.4259670Z test_dispatch_symbolic_meta_outplace_broadcast_to_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.4259897Z test_dispatch_symbolic_meta_outplace_broadcast_to_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.4260123Z test_dispatch_symbolic_meta_outplace_broadcast_to_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.4260348Z test_dispatch_symbolic_meta_outplace_broadcast_to_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.4260576Z test_dispatch_symbolic_meta_outplace_broadcast_to_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.4260808Z test_dispatch_symbolic_meta_outplace_broadcast_to_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.4261017Z test_dispatch_symbolic_meta_outplace_bucketize_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.4261235Z test_dispatch_symbolic_meta_outplace_bucketize_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.4261455Z test_dispatch_symbolic_meta_outplace_bucketize_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.4261677Z test_dispatch_symbolic_meta_outplace_bucketize_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.4261890Z test_dispatch_symbolic_meta_outplace_bucketize_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.4262100Z test_dispatch_symbolic_meta_outplace_bucketize_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.4262400Z test_dispatch_symbolic_meta_outplace_bucketize_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.4262628Z test_dispatch_symbolic_meta_outplace_bucketize_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.4262846Z test_dispatch_symbolic_meta_outplace_byte_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.4263059Z test_dispatch_symbolic_meta_outplace_byte_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.4263288Z test_dispatch_symbolic_meta_outplace_byte_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.4263509Z test_dispatch_symbolic_meta_outplace_byte_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.4263725Z test_dispatch_symbolic_meta_outplace_byte_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.4263942Z test_dispatch_symbolic_meta_outplace_byte_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.4264164Z test_dispatch_symbolic_meta_outplace_byte_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.4264377Z test_dispatch_symbolic_meta_outplace_byte_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.4264589Z test_dispatch_symbolic_meta_outplace_byte_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.4264937Z test_dispatch_symbolic_meta_outplace_byte_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.4265164Z test_dispatch_symbolic_meta_outplace_byte_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.4265372Z test_dispatch_symbolic_meta_outplace_byte_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.4265609Z test_dispatch_symbolic_meta_outplace_cartesian_prod_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.4265824Z test_dispatch_symbolic_meta_outplace_cartesian_prod_cuda_bool (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.4266425Z test_dispatch_symbolic_meta_outplace_cartesian_prod_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.4266684Z test_dispatch_symbolic_meta_outplace_cartesian_prod_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.4266919Z test_dispatch_symbolic_meta_outplace_cartesian_prod_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.4267263Z test_dispatch_symbolic_meta_outplace_cartesian_prod_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.4267491Z test_dispatch_symbolic_meta_outplace_cartesian_prod_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:24:31.4267720Z test_dispatch_symbolic_meta_outplace_cartesian_prod_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:24:31.4267988Z test_dispatch_symbolic_meta_outplace_cartesian_prod_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.4268367Z test_dispatch_symbolic_meta_outplace_cartesian_prod_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.4268612Z test_dispatch_symbolic_meta_outplace_cartesian_prod_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:24:31.4268840Z test_dispatch_symbolic_meta_outplace_cartesian_prod_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:24:31.4269058Z test_dispatch_symbolic_meta_outplace_cat_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:24:31.4269273Z test_dispatch_symbolic_meta_outplace_cat_cuda_bool (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:24:31.4269495Z test_dispatch_symbolic_meta_outplace_cat_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:24:31.4269715Z test_dispatch_symbolic_meta_outplace_cat_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:24:31.4269935Z test_dispatch_symbolic_meta_outplace_cat_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.4270151Z test_dispatch_symbolic_meta_outplace_cat_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:24:31.4270455Z test_dispatch_symbolic_meta_outplace_cat_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:24:31.4270687Z test_dispatch_symbolic_meta_outplace_cat_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.4270896Z test_dispatch_symbolic_meta_outplace_cat_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:24:31.4271111Z test_dispatch_symbolic_meta_outplace_cat_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:24:31.4271317Z test_dispatch_symbolic_meta_outplace_cat_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:24:31.4271506Z test_dispatch_symbolic_meta_outplace_cat_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:24:31.4271812Z test_dispatch_symbolic_meta_outplace_cat_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:24:31.4272073Z test_dispatch_symbolic_meta_outplace_cdist_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.349s) 2022-11-23T02:24:31.4272291Z test_dispatch_symbolic_meta_outplace_cdist_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.388s) 2022-11-23T02:24:31.4272516Z test_dispatch_symbolic_meta_outplace_cdouble_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.4272733Z test_dispatch_symbolic_meta_outplace_cdouble_cuda_bool (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.4273147Z test_dispatch_symbolic_meta_outplace_cdouble_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.4273520Z test_dispatch_symbolic_meta_outplace_cdouble_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.4273746Z test_dispatch_symbolic_meta_outplace_cdouble_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.4273967Z test_dispatch_symbolic_meta_outplace_cdouble_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.4274181Z test_dispatch_symbolic_meta_outplace_cdouble_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.4274396Z test_dispatch_symbolic_meta_outplace_cdouble_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.4274615Z test_dispatch_symbolic_meta_outplace_cdouble_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.4274834Z test_dispatch_symbolic_meta_outplace_cdouble_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.4275153Z test_dispatch_symbolic_meta_outplace_cdouble_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.4275372Z test_dispatch_symbolic_meta_outplace_cdouble_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.4275587Z test_dispatch_symbolic_meta_outplace_cdouble_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.4275804Z test_dispatch_symbolic_meta_outplace_ceil_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.4276022Z test_dispatch_symbolic_meta_outplace_ceil_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.4276238Z test_dispatch_symbolic_meta_outplace_ceil_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.4276439Z test_dispatch_symbolic_meta_outplace_ceil_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.4276638Z test_dispatch_symbolic_meta_outplace_ceil_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.4276859Z test_dispatch_symbolic_meta_outplace_ceil_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.4277068Z test_dispatch_symbolic_meta_outplace_ceil_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.4277275Z test_dispatch_symbolic_meta_outplace_ceil_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.4277483Z test_dispatch_symbolic_meta_outplace_ceil_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.4277704Z test_dispatch_symbolic_meta_outplace_cfloat_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.4277991Z test_dispatch_symbolic_meta_outplace_cfloat_cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.4278216Z test_dispatch_symbolic_meta_outplace_cfloat_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.4278437Z test_dispatch_symbolic_meta_outplace_cfloat_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.4278803Z test_dispatch_symbolic_meta_outplace_cfloat_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.4279031Z test_dispatch_symbolic_meta_outplace_cfloat_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.4279239Z test_dispatch_symbolic_meta_outplace_cfloat_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.4279444Z test_dispatch_symbolic_meta_outplace_cfloat_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.4279655Z test_dispatch_symbolic_meta_outplace_cfloat_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.4280051Z test_dispatch_symbolic_meta_outplace_cfloat_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.4280448Z test_dispatch_symbolic_meta_outplace_cfloat_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.4280665Z test_dispatch_symbolic_meta_outplace_cfloat_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.4280881Z test_dispatch_symbolic_meta_outplace_cfloat_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.4281099Z test_dispatch_symbolic_meta_outplace_chalf_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.4281309Z test_dispatch_symbolic_meta_outplace_chalf_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.4281531Z test_dispatch_symbolic_meta_outplace_chalf_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.4281751Z test_dispatch_symbolic_meta_outplace_chalf_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.4281967Z test_dispatch_symbolic_meta_outplace_chalf_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.4282181Z test_dispatch_symbolic_meta_outplace_chalf_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.4282394Z test_dispatch_symbolic_meta_outplace_chalf_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.4283302Z test_dispatch_symbolic_meta_outplace_chalf_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.4283516Z test_dispatch_symbolic_meta_outplace_chalf_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.4283727Z test_dispatch_symbolic_meta_outplace_chalf_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.4283921Z test_dispatch_symbolic_meta_outplace_chalf_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.4284131Z test_dispatch_symbolic_meta_outplace_chalf_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.4284344Z test_dispatch_symbolic_meta_outplace_chalf_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.4284559Z test_dispatch_symbolic_meta_outplace_char_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.4284769Z test_dispatch_symbolic_meta_outplace_char_cuda_bool (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.4284994Z test_dispatch_symbolic_meta_outplace_char_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.4285213Z test_dispatch_symbolic_meta_outplace_char_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.4285425Z test_dispatch_symbolic_meta_outplace_char_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.4285808Z test_dispatch_symbolic_meta_outplace_char_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.4286041Z test_dispatch_symbolic_meta_outplace_char_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.4286361Z test_dispatch_symbolic_meta_outplace_char_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.4286589Z test_dispatch_symbolic_meta_outplace_char_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.4286935Z test_dispatch_symbolic_meta_outplace_char_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.4287365Z test_dispatch_symbolic_meta_outplace_char_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.4287584Z test_dispatch_symbolic_meta_outplace_char_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.4287790Z test_dispatch_symbolic_meta_outplace_char_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.4288017Z test_dispatch_symbolic_meta_outplace_cholesky_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:24:31.4288242Z test_dispatch_symbolic_meta_outplace_cholesky_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-11-23T02:24:31.4288468Z test_dispatch_symbolic_meta_outplace_cholesky_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:24:31.4288683Z test_dispatch_symbolic_meta_outplace_cholesky_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:24:31.4288922Z test_dispatch_symbolic_meta_outplace_cholesky_inverse_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:24:31.4289148Z test_dispatch_symbolic_meta_outplace_cholesky_inverse_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:24:31.4289383Z test_dispatch_symbolic_meta_outplace_cholesky_inverse_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:24:31.4289613Z test_dispatch_symbolic_meta_outplace_cholesky_inverse_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:24:31.4289847Z test_dispatch_symbolic_meta_outplace_cholesky_solve_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.4290078Z test_dispatch_symbolic_meta_outplace_cholesky_solve_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.044s) 2022-11-23T02:24:31.4290308Z test_dispatch_symbolic_meta_outplace_cholesky_solve_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.4290534Z test_dispatch_symbolic_meta_outplace_cholesky_solve_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.039s) 2022-11-23T02:24:31.4290750Z test_dispatch_symbolic_meta_outplace_chunk_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.4291067Z test_dispatch_symbolic_meta_outplace_chunk_cuda_bool (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.4291289Z test_dispatch_symbolic_meta_outplace_chunk_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.4291507Z test_dispatch_symbolic_meta_outplace_chunk_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.4291718Z test_dispatch_symbolic_meta_outplace_chunk_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.4291935Z test_dispatch_symbolic_meta_outplace_chunk_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.4292148Z test_dispatch_symbolic_meta_outplace_chunk_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.4292366Z test_dispatch_symbolic_meta_outplace_chunk_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.4292577Z test_dispatch_symbolic_meta_outplace_chunk_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.4292942Z test_dispatch_symbolic_meta_outplace_chunk_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.4293158Z test_dispatch_symbolic_meta_outplace_chunk_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.4293368Z test_dispatch_symbolic_meta_outplace_chunk_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.4293576Z test_dispatch_symbolic_meta_outplace_chunk_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.4294057Z test_dispatch_symbolic_meta_outplace_clamp_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.033s) 2022-11-23T02:24:31.4294436Z test_dispatch_symbolic_meta_outplace_clamp_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:24:31.4294639Z test_dispatch_symbolic_meta_outplace_clamp_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.4294852Z test_dispatch_symbolic_meta_outplace_clamp_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:24:31.4295212Z test_dispatch_symbolic_meta_outplace_clamp_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:24:31.4295472Z test_dispatch_symbolic_meta_outplace_clamp_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:24:31.4295682Z test_dispatch_symbolic_meta_outplace_clamp_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:24:31.4295894Z test_dispatch_symbolic_meta_outplace_clamp_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:24:31.4296104Z test_dispatch_symbolic_meta_outplace_clamp_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:24:31.4296328Z test_dispatch_symbolic_meta_outplace_clamp_max_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.041s) 2022-11-23T02:24:31.4296547Z test_dispatch_symbolic_meta_outplace_clamp_max_cuda_bool (__main__.TestMetaCUDA) ... ok (0.036s) 2022-11-23T02:24:31.4296771Z test_dispatch_symbolic_meta_outplace_clamp_max_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.037s) 2022-11-23T02:24:31.4296990Z test_dispatch_symbolic_meta_outplace_clamp_max_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.039s) 2022-11-23T02:24:31.4297201Z test_dispatch_symbolic_meta_outplace_clamp_max_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.035s) 2022-11-23T02:24:31.4297416Z test_dispatch_symbolic_meta_outplace_clamp_max_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.037s) 2022-11-23T02:24:31.4297624Z test_dispatch_symbolic_meta_outplace_clamp_max_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.037s) 2022-11-23T02:24:31.4297832Z test_dispatch_symbolic_meta_outplace_clamp_max_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.037s) 2022-11-23T02:24:31.4298045Z test_dispatch_symbolic_meta_outplace_clamp_max_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.033s) 2022-11-23T02:24:31.4298252Z test_dispatch_symbolic_meta_outplace_clamp_max_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:24:31.4298475Z test_dispatch_symbolic_meta_outplace_clamp_min_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.041s) 2022-11-23T02:24:31.4298802Z test_dispatch_symbolic_meta_outplace_clamp_min_cuda_bool (__main__.TestMetaCUDA) ... ok (0.042s) 2022-11-23T02:24:31.4299024Z test_dispatch_symbolic_meta_outplace_clamp_min_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.040s) 2022-11-23T02:24:31.4299326Z test_dispatch_symbolic_meta_outplace_clamp_min_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:24:31.4299602Z test_dispatch_symbolic_meta_outplace_clamp_min_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.036s) 2022-11-23T02:24:31.4299976Z test_dispatch_symbolic_meta_outplace_clamp_min_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.035s) 2022-11-23T02:24:31.4300194Z test_dispatch_symbolic_meta_outplace_clamp_min_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.043s) 2022-11-23T02:24:31.4300399Z test_dispatch_symbolic_meta_outplace_clamp_min_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.038s) 2022-11-23T02:24:31.4300615Z test_dispatch_symbolic_meta_outplace_clamp_min_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.036s) 2022-11-23T02:24:31.4300825Z test_dispatch_symbolic_meta_outplace_clamp_min_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.039s) 2022-11-23T02:24:31.4301334Z test_dispatch_symbolic_meta_outplace_clone_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.4301581Z test_dispatch_symbolic_meta_outplace_clone_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.4301806Z test_dispatch_symbolic_meta_outplace_clone_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.4302112Z test_dispatch_symbolic_meta_outplace_clone_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.4302341Z test_dispatch_symbolic_meta_outplace_clone_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.4302556Z test_dispatch_symbolic_meta_outplace_clone_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.4302772Z test_dispatch_symbolic_meta_outplace_clone_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.4302989Z test_dispatch_symbolic_meta_outplace_clone_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.4303198Z test_dispatch_symbolic_meta_outplace_clone_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.4303407Z test_dispatch_symbolic_meta_outplace_clone_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.4303614Z test_dispatch_symbolic_meta_outplace_clone_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.4303827Z test_dispatch_symbolic_meta_outplace_clone_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.4304033Z test_dispatch_symbolic_meta_outplace_clone_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.4304261Z test_dispatch_symbolic_meta_outplace_column_stack_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.4304485Z test_dispatch_symbolic_meta_outplace_column_stack_cuda_bool (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.4304701Z test_dispatch_symbolic_meta_outplace_column_stack_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.4304930Z test_dispatch_symbolic_meta_outplace_column_stack_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.4305160Z test_dispatch_symbolic_meta_outplace_column_stack_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.4305387Z test_dispatch_symbolic_meta_outplace_column_stack_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.4305618Z test_dispatch_symbolic_meta_outplace_column_stack_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.4305842Z test_dispatch_symbolic_meta_outplace_column_stack_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.4306064Z test_dispatch_symbolic_meta_outplace_column_stack_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.4306386Z test_dispatch_symbolic_meta_outplace_column_stack_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.4306607Z test_dispatch_symbolic_meta_outplace_column_stack_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.4306984Z test_dispatch_symbolic_meta_outplace_column_stack_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.4307213Z test_dispatch_symbolic_meta_outplace_column_stack_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.4307450Z test_dispatch_symbolic_meta_outplace_combinations_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.243s) 2022-11-23T02:24:31.4307676Z test_dispatch_symbolic_meta_outplace_combinations_cuda_bool (__main__.TestMetaCUDA) ... ok (0.271s) 2022-11-23T02:24:31.4308078Z test_dispatch_symbolic_meta_outplace_combinations_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.238s) 2022-11-23T02:24:31.4308476Z test_dispatch_symbolic_meta_outplace_combinations_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.225s) 2022-11-23T02:24:31.4308716Z test_dispatch_symbolic_meta_outplace_combinations_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.270s) 2022-11-23T02:24:31.4308946Z test_dispatch_symbolic_meta_outplace_combinations_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.232s) 2022-11-23T02:24:31.4309174Z test_dispatch_symbolic_meta_outplace_combinations_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.255s) 2022-11-23T02:24:31.4309396Z test_dispatch_symbolic_meta_outplace_combinations_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.234s) 2022-11-23T02:24:31.4309701Z test_dispatch_symbolic_meta_outplace_combinations_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.229s) 2022-11-23T02:24:31.4309943Z test_dispatch_symbolic_meta_outplace_combinations_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.278s) 2022-11-23T02:24:31.4310168Z test_dispatch_symbolic_meta_outplace_combinations_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.273s) 2022-11-23T02:24:31.4310396Z test_dispatch_symbolic_meta_outplace_combinations_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.243s) 2022-11-23T02:24:31.4310600Z test_dispatch_symbolic_meta_outplace_complex_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:24:31.4310814Z test_dispatch_symbolic_meta_outplace_complex_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:24:31.4311021Z test_dispatch_symbolic_meta_outplace_complex_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:24:31.4311236Z test_dispatch_symbolic_meta_outplace_conj_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.001s) 2022-11-23T02:24:31.4311448Z test_dispatch_symbolic_meta_outplace_conj_cuda_bool (__main__.TestMetaCUDA) ... ok (0.001s) 2022-11-23T02:24:31.4311668Z test_dispatch_symbolic_meta_outplace_conj_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.4312018Z test_dispatch_symbolic_meta_outplace_conj_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.4312283Z test_dispatch_symbolic_meta_outplace_conj_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.4312497Z test_dispatch_symbolic_meta_outplace_conj_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.001s) 2022-11-23T02:24:31.4312712Z test_dispatch_symbolic_meta_outplace_conj_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.4312925Z test_dispatch_symbolic_meta_outplace_conj_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.001s) 2022-11-23T02:24:31.4313134Z test_dispatch_symbolic_meta_outplace_conj_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.4313345Z test_dispatch_symbolic_meta_outplace_conj_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.001s) 2022-11-23T02:24:31.4313554Z test_dispatch_symbolic_meta_outplace_conj_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.4313919Z test_dispatch_symbolic_meta_outplace_conj_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.001s) 2022-11-23T02:24:31.4314232Z test_dispatch_symbolic_meta_outplace_conj_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.001s) 2022-11-23T02:24:31.4314463Z test_dispatch_symbolic_meta_outplace_conj_physical_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.4314688Z test_dispatch_symbolic_meta_outplace_conj_physical_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.4315233Z test_dispatch_symbolic_meta_outplace_conj_physical_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.4315511Z test_dispatch_symbolic_meta_outplace_conj_physical_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.4315751Z test_dispatch_symbolic_meta_outplace_conj_physical_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.4315962Z test_dispatch_symbolic_meta_outplace_conj_physical_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.4316189Z test_dispatch_symbolic_meta_outplace_conj_physical_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.4316421Z test_dispatch_symbolic_meta_outplace_conj_physical_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.4316647Z test_dispatch_symbolic_meta_outplace_conj_physical_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.4316871Z test_dispatch_symbolic_meta_outplace_conj_physical_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.4317096Z test_dispatch_symbolic_meta_outplace_conj_physical_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.4317403Z test_dispatch_symbolic_meta_outplace_conj_physical_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.4317642Z test_dispatch_symbolic_meta_outplace_conj_physical_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.4317876Z test_dispatch_symbolic_meta_outplace_constant_pad_nd_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.061s) 2022-11-23T02:24:31.4318107Z test_dispatch_symbolic_meta_outplace_constant_pad_nd_cuda_bool (__main__.TestMetaCUDA) ... ok (0.053s) 2022-11-23T02:24:31.4318345Z test_dispatch_symbolic_meta_outplace_constant_pad_nd_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.056s) 2022-11-23T02:24:31.4318580Z test_dispatch_symbolic_meta_outplace_constant_pad_nd_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.049s) 2022-11-23T02:24:31.4318809Z test_dispatch_symbolic_meta_outplace_constant_pad_nd_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.068s) 2022-11-23T02:24:31.4319037Z test_dispatch_symbolic_meta_outplace_constant_pad_nd_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.079s) 2022-11-23T02:24:31.4319263Z test_dispatch_symbolic_meta_outplace_constant_pad_nd_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.053s) 2022-11-23T02:24:31.4319490Z test_dispatch_symbolic_meta_outplace_constant_pad_nd_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.056s) 2022-11-23T02:24:31.4319717Z test_dispatch_symbolic_meta_outplace_constant_pad_nd_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.054s) 2022-11-23T02:24:31.4319944Z test_dispatch_symbolic_meta_outplace_constant_pad_nd_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.055s) 2022-11-23T02:24:31.4320172Z test_dispatch_symbolic_meta_outplace_constant_pad_nd_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.066s) 2022-11-23T02:24:31.4320395Z test_dispatch_symbolic_meta_outplace_constant_pad_nd_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.061s) 2022-11-23T02:24:31.4320761Z test_dispatch_symbolic_meta_outplace_contiguous_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.001s) 2022-11-23T02:24:31.4321001Z test_dispatch_symbolic_meta_outplace_contiguous_cuda_bool (__main__.TestMetaCUDA) ... ok (0.001s) 2022-11-23T02:24:31.4321229Z test_dispatch_symbolic_meta_outplace_contiguous_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.4321442Z test_dispatch_symbolic_meta_outplace_contiguous_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.001s) 2022-11-23T02:24:31.4321932Z test_dispatch_symbolic_meta_outplace_contiguous_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.001s) 2022-11-23T02:24:31.4322334Z test_dispatch_symbolic_meta_outplace_contiguous_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.001s) 2022-11-23T02:24:31.4322566Z test_dispatch_symbolic_meta_outplace_contiguous_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.001s) 2022-11-23T02:24:31.4322790Z test_dispatch_symbolic_meta_outplace_contiguous_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.001s) 2022-11-23T02:24:31.4323014Z test_dispatch_symbolic_meta_outplace_contiguous_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.001s) 2022-11-23T02:24:31.4323237Z test_dispatch_symbolic_meta_outplace_contiguous_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.4323453Z test_dispatch_symbolic_meta_outplace_contiguous_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.4323670Z test_dispatch_symbolic_meta_outplace_contiguous_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.4323896Z test_dispatch_symbolic_meta_outplace_contiguous_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.4324120Z test_dispatch_symbolic_meta_outplace_copysign_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.040s) 2022-11-23T02:24:31.4324338Z test_dispatch_symbolic_meta_outplace_copysign_cuda_bool (__main__.TestMetaCUDA) ... ok (0.049s) 2022-11-23T02:24:31.4324560Z test_dispatch_symbolic_meta_outplace_copysign_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.039s) 2022-11-23T02:24:31.4324777Z test_dispatch_symbolic_meta_outplace_copysign_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-11-23T02:24:31.4325543Z test_dispatch_symbolic_meta_outplace_copysign_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.040s) 2022-11-23T02:24:31.4325826Z test_dispatch_symbolic_meta_outplace_copysign_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-11-23T02:24:31.4326038Z test_dispatch_symbolic_meta_outplace_copysign_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.040s) 2022-11-23T02:24:31.4326253Z test_dispatch_symbolic_meta_outplace_copysign_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.034s) 2022-11-23T02:24:31.4326468Z test_dispatch_symbolic_meta_outplace_copysign_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.039s) 2022-11-23T02:24:31.4326686Z test_dispatch_symbolic_meta_outplace_copysign_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.037s) 2022-11-23T02:24:31.4326959Z test_dispatch_symbolic_meta_outplace_corrcoef_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.061s) 2022-11-23T02:24:31.4327190Z test_dispatch_symbolic_meta_outplace_corrcoef_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.075s) 2022-11-23T02:24:31.4327475Z test_dispatch_symbolic_meta_outplace_corrcoef_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.090s) 2022-11-23T02:24:31.4327815Z test_dispatch_symbolic_meta_outplace_corrcoef_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.060s) 2022-11-23T02:24:31.4328199Z test_dispatch_symbolic_meta_outplace_corrcoef_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.059s) 2022-11-23T02:24:31.4328426Z test_dispatch_symbolic_meta_outplace_corrcoef_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.061s) 2022-11-23T02:24:31.4328643Z test_dispatch_symbolic_meta_outplace_corrcoef_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.064s) 2022-11-23T02:24:31.4328853Z test_dispatch_symbolic_meta_outplace_corrcoef_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.055s) 2022-11-23T02:24:31.4329177Z test_dispatch_symbolic_meta_outplace_corrcoef_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.058s) 2022-11-23T02:24:31.4329612Z test_dispatch_symbolic_meta_outplace_corrcoef_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.055s) 2022-11-23T02:24:31.4329842Z test_dispatch_symbolic_meta_outplace_corrcoef_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.057s) 2022-11-23T02:24:31.4330056Z test_dispatch_symbolic_meta_outplace_cos_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.4330264Z test_dispatch_symbolic_meta_outplace_cos_cuda_bool (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.4330608Z test_dispatch_symbolic_meta_outplace_cos_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.4330824Z test_dispatch_symbolic_meta_outplace_cos_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.4331038Z test_dispatch_symbolic_meta_outplace_cos_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.4331251Z test_dispatch_symbolic_meta_outplace_cos_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.4331465Z test_dispatch_symbolic_meta_outplace_cos_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.4331681Z test_dispatch_symbolic_meta_outplace_cos_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.4331889Z test_dispatch_symbolic_meta_outplace_cos_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.4332095Z test_dispatch_symbolic_meta_outplace_cos_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.4332300Z test_dispatch_symbolic_meta_outplace_cos_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.4332507Z test_dispatch_symbolic_meta_outplace_cos_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.4332691Z test_dispatch_symbolic_meta_outplace_cos_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.4332905Z test_dispatch_symbolic_meta_outplace_cosh_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:31.4333115Z test_dispatch_symbolic_meta_outplace_cosh_cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.4333869Z test_dispatch_symbolic_meta_outplace_cosh_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.4334156Z test_dispatch_symbolic_meta_outplace_cosh_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.4334371Z test_dispatch_symbolic_meta_outplace_cosh_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.4334591Z test_dispatch_symbolic_meta_outplace_cosh_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.4334943Z test_dispatch_symbolic_meta_outplace_cosh_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.4335186Z test_dispatch_symbolic_meta_outplace_cosh_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.4335395Z test_dispatch_symbolic_meta_outplace_cosh_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.4335604Z test_dispatch_symbolic_meta_outplace_cosh_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.4335990Z test_dispatch_symbolic_meta_outplace_cosh_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.4336373Z test_dispatch_symbolic_meta_outplace_cosh_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.4336585Z test_dispatch_symbolic_meta_outplace_cosh_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.4336820Z test_dispatch_symbolic_meta_outplace_count_nonzero_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:24:31.4337046Z test_dispatch_symbolic_meta_outplace_count_nonzero_cuda_bool (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:24:31.4337282Z test_dispatch_symbolic_meta_outplace_count_nonzero_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:24:31.4337516Z test_dispatch_symbolic_meta_outplace_count_nonzero_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.4337743Z test_dispatch_symbolic_meta_outplace_count_nonzero_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:24:31.4337971Z test_dispatch_symbolic_meta_outplace_count_nonzero_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.4338198Z test_dispatch_symbolic_meta_outplace_count_nonzero_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.4338406Z test_dispatch_symbolic_meta_outplace_count_nonzero_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:31.4338754Z test_dispatch_symbolic_meta_outplace_count_nonzero_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.4338979Z test_dispatch_symbolic_meta_outplace_count_nonzero_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.4339343Z test_dispatch_symbolic_meta_outplace_count_nonzero_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.4339612Z test_dispatch_symbolic_meta_outplace_count_nonzero_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.4339833Z test_dispatch_symbolic_meta_outplace_cov_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.751s) 2022-11-23T02:24:31.4340052Z test_dispatch_symbolic_meta_outplace_cov_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.667s) 2022-11-23T02:24:31.4340266Z test_dispatch_symbolic_meta_outplace_cov_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.690s) 2022-11-23T02:24:31.4340481Z test_dispatch_symbolic_meta_outplace_cov_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.659s) 2022-11-23T02:24:31.4340693Z test_dispatch_symbolic_meta_outplace_cov_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.723s) 2022-11-23T02:24:31.4340901Z test_dispatch_symbolic_meta_outplace_cov_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.649s) 2022-11-23T02:24:31.4341107Z test_dispatch_symbolic_meta_outplace_cov_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.691s) 2022-11-23T02:24:31.4341313Z test_dispatch_symbolic_meta_outplace_cov_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.678s) 2022-11-23T02:24:31.4342190Z test_dispatch_symbolic_meta_outplace_cov_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.664s) 2022-11-23T02:24:31.4342739Z test_dispatch_symbolic_meta_outplace_cov_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.713s) 2022-11-23T02:24:31.4342983Z test_dispatch_symbolic_meta_outplace_cov_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.641s) 2022-11-23T02:24:31.4343204Z test_dispatch_symbolic_meta_outplace_cross_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.4343428Z test_dispatch_symbolic_meta_outplace_cross_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.4343641Z test_dispatch_symbolic_meta_outplace_cross_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.4343856Z test_dispatch_symbolic_meta_outplace_cross_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.4344069Z test_dispatch_symbolic_meta_outplace_cross_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.4344268Z test_dispatch_symbolic_meta_outplace_cross_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.4344475Z test_dispatch_symbolic_meta_outplace_cross_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.4344683Z test_dispatch_symbolic_meta_outplace_cross_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.4344892Z test_dispatch_symbolic_meta_outplace_cross_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.4345105Z test_dispatch_symbolic_meta_outplace_cross_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.4345320Z test_dispatch_symbolic_meta_outplace_cummax_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.4345530Z test_dispatch_symbolic_meta_outplace_cummax_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.4345748Z test_dispatch_symbolic_meta_outplace_cummax_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.4345963Z test_dispatch_symbolic_meta_outplace_cummax_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.4346171Z test_dispatch_symbolic_meta_outplace_cummax_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.4346381Z test_dispatch_symbolic_meta_outplace_cummax_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.4346595Z test_dispatch_symbolic_meta_outplace_cummax_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.4346936Z test_dispatch_symbolic_meta_outplace_cummax_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.4347143Z test_dispatch_symbolic_meta_outplace_cummax_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.4347351Z test_dispatch_symbolic_meta_outplace_cummax_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.4347569Z test_dispatch_symbolic_meta_outplace_cummin_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.4347784Z test_dispatch_symbolic_meta_outplace_cummin_cuda_bool (__main__.TestMetaCUDA) ... ok (0.001s) 2022-11-23T02:24:31.4348005Z test_dispatch_symbolic_meta_outplace_cummin_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.001s) 2022-11-23T02:24:31.4348365Z test_dispatch_symbolic_meta_outplace_cummin_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.4348574Z test_dispatch_symbolic_meta_outplace_cummin_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.4348789Z test_dispatch_symbolic_meta_outplace_cummin_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.4349167Z test_dispatch_symbolic_meta_outplace_cummin_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.4349560Z test_dispatch_symbolic_meta_outplace_cummin_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.4349780Z test_dispatch_symbolic_meta_outplace_cummin_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.4350505Z test_dispatch_symbolic_meta_outplace_cummin_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.4350787Z test_dispatch_symbolic_meta_outplace_cumprod_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.4351016Z test_dispatch_symbolic_meta_outplace_cumprod_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:31.4351247Z test_dispatch_symbolic_meta_outplace_cumprod_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:31.4351470Z test_dispatch_symbolic_meta_outplace_cumprod_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.4351682Z test_dispatch_symbolic_meta_outplace_cumprod_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.4351891Z test_dispatch_symbolic_meta_outplace_cumprod_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.4352104Z test_dispatch_symbolic_meta_outplace_cumprod_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.4352320Z test_dispatch_symbolic_meta_outplace_cumprod_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.4352536Z test_dispatch_symbolic_meta_outplace_cumprod_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:31.4352752Z test_dispatch_symbolic_meta_outplace_cumprod_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.4352962Z test_dispatch_symbolic_meta_outplace_cumprod_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.4353181Z test_dispatch_symbolic_meta_outplace_cumsum_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:24:31.4353402Z test_dispatch_symbolic_meta_outplace_cumsum_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.4353621Z test_dispatch_symbolic_meta_outplace_cumsum_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:24:31.4353835Z test_dispatch_symbolic_meta_outplace_cumsum_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:24:31.4354045Z test_dispatch_symbolic_meta_outplace_cumsum_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.4354251Z test_dispatch_symbolic_meta_outplace_cumsum_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.4354446Z test_dispatch_symbolic_meta_outplace_cumsum_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.4354657Z test_dispatch_symbolic_meta_outplace_cumsum_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:24:31.4355232Z test_dispatch_symbolic_meta_outplace_cumsum_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:31.4355505Z test_dispatch_symbolic_meta_outplace_cumsum_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.4355879Z test_dispatch_symbolic_meta_outplace_cumsum_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:24:31.4356332Z test_dispatch_symbolic_meta_outplace_cumulative_trapezoid_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.069s) 2022-11-23T02:24:31.4356808Z test_dispatch_symbolic_meta_outplace_cumulative_trapezoid_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.059s) 2022-11-23T02:24:31.4357066Z test_dispatch_symbolic_meta_outplace_cumulative_trapezoid_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.070s) 2022-11-23T02:24:31.4357307Z test_dispatch_symbolic_meta_outplace_cumulative_trapezoid_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.062s) 2022-11-23T02:24:31.4357554Z test_dispatch_symbolic_meta_outplace_cumulative_trapezoid_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.059s) 2022-11-23T02:24:31.4357787Z test_dispatch_symbolic_meta_outplace_cumulative_trapezoid_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.068s) 2022-11-23T02:24:31.4358026Z test_dispatch_symbolic_meta_outplace_cumulative_trapezoid_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.071s) 2022-11-23T02:24:31.4358263Z test_dispatch_symbolic_meta_outplace_cumulative_trapezoid_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.078s) 2022-11-23T02:24:31.4359050Z test_dispatch_symbolic_meta_outplace_cumulative_trapezoid_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.074s) 2022-11-23T02:24:31.4359352Z test_dispatch_symbolic_meta_outplace_cumulative_trapezoid_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.066s) 2022-11-23T02:24:31.4359585Z test_dispatch_symbolic_meta_outplace_cumulative_trapezoid_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.064s) 2022-11-23T02:24:31.4359816Z test_dispatch_symbolic_meta_outplace_deg2rad_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.4360032Z test_dispatch_symbolic_meta_outplace_deg2rad_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.4360249Z test_dispatch_symbolic_meta_outplace_deg2rad_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.4360463Z test_dispatch_symbolic_meta_outplace_deg2rad_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.4360671Z test_dispatch_symbolic_meta_outplace_deg2rad_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.4360888Z test_dispatch_symbolic_meta_outplace_deg2rad_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.4361092Z test_dispatch_symbolic_meta_outplace_deg2rad_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.4361307Z test_dispatch_symbolic_meta_outplace_deg2rad_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.4361526Z test_dispatch_symbolic_meta_outplace_deg2rad_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.4361735Z test_dispatch_symbolic_meta_outplace_deg2rad_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.4361946Z test_dispatch_symbolic_meta_outplace_diag_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.043s) 2022-11-23T02:24:31.4362328Z test_dispatch_symbolic_meta_outplace_diag_cuda_bool (__main__.TestMetaCUDA) ... ok (0.035s) 2022-11-23T02:24:31.4362551Z test_dispatch_symbolic_meta_outplace_diag_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:24:31.4362771Z test_dispatch_symbolic_meta_outplace_diag_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:24:31.4363235Z test_dispatch_symbolic_meta_outplace_diag_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:24:31.4363602Z test_dispatch_symbolic_meta_outplace_diag_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:24:31.4363949Z test_dispatch_symbolic_meta_outplace_diag_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.035s) 2022-11-23T02:24:31.4364165Z test_dispatch_symbolic_meta_outplace_diag_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-11-23T02:24:31.4364380Z test_dispatch_symbolic_meta_outplace_diag_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:24:31.4364588Z test_dispatch_symbolic_meta_outplace_diag_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.034s) 2022-11-23T02:24:31.4364798Z test_dispatch_symbolic_meta_outplace_diag_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:24:31.4365009Z test_dispatch_symbolic_meta_outplace_diag_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.034s) 2022-11-23T02:24:31.4365214Z test_dispatch_symbolic_meta_outplace_diag_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:24:31.4365439Z test_dispatch_symbolic_meta_outplace_diag_embed_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.039s) 2022-11-23T02:24:31.4365658Z test_dispatch_symbolic_meta_outplace_diag_embed_cuda_bool (__main__.TestMetaCUDA) ... ok (0.039s) 2022-11-23T02:24:31.4365889Z test_dispatch_symbolic_meta_outplace_diag_embed_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.046s) 2022-11-23T02:24:31.4366120Z test_dispatch_symbolic_meta_outplace_diag_embed_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.061s) 2022-11-23T02:24:31.4366332Z test_dispatch_symbolic_meta_outplace_diag_embed_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.056s) 2022-11-23T02:24:31.4366731Z test_dispatch_symbolic_meta_outplace_diag_embed_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.040s) 2022-11-23T02:24:31.4367532Z test_dispatch_symbolic_meta_outplace_diag_embed_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:24:31.4367817Z test_dispatch_symbolic_meta_outplace_diag_embed_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.048s) 2022-11-23T02:24:31.4368040Z test_dispatch_symbolic_meta_outplace_diag_embed_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.038s) 2022-11-23T02:24:31.4368259Z test_dispatch_symbolic_meta_outplace_diag_embed_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.035s) 2022-11-23T02:24:31.4368465Z test_dispatch_symbolic_meta_outplace_diag_embed_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.041s) 2022-11-23T02:24:31.4368796Z test_dispatch_symbolic_meta_outplace_diag_embed_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.039s) 2022-11-23T02:24:31.4369051Z test_dispatch_symbolic_meta_outplace_diag_embed_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.042s) 2022-11-23T02:24:31.4369275Z test_dispatch_symbolic_meta_outplace_diagflat_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:31.4369495Z test_dispatch_symbolic_meta_outplace_diagflat_cuda_bool (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.4370062Z test_dispatch_symbolic_meta_outplace_diagflat_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:24:31.4370329Z test_dispatch_symbolic_meta_outplace_diagflat_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.4370560Z test_dispatch_symbolic_meta_outplace_diagflat_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.4370776Z test_dispatch_symbolic_meta_outplace_diagflat_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:24:31.4370987Z test_dispatch_symbolic_meta_outplace_diagflat_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:24:31.4371203Z test_dispatch_symbolic_meta_outplace_diagflat_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.4371416Z test_dispatch_symbolic_meta_outplace_diagflat_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:31.4371622Z test_dispatch_symbolic_meta_outplace_diagflat_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.4371835Z test_dispatch_symbolic_meta_outplace_diagflat_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:24:31.4372053Z test_dispatch_symbolic_meta_outplace_diagflat_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.4372409Z test_dispatch_symbolic_meta_outplace_diagonal_copy_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:24:31.4372618Z test_dispatch_symbolic_meta_outplace_diagonal_copy_cuda_bool (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:24:31.4372855Z test_dispatch_symbolic_meta_outplace_diagonal_copy_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:24:31.4373089Z test_dispatch_symbolic_meta_outplace_diagonal_copy_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:24:31.4373328Z test_dispatch_symbolic_meta_outplace_diagonal_copy_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:24:31.4373560Z test_dispatch_symbolic_meta_outplace_diagonal_copy_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:24:31.4373789Z test_dispatch_symbolic_meta_outplace_diagonal_copy_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:24:31.4374017Z test_dispatch_symbolic_meta_outplace_diagonal_copy_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:24:31.4374241Z test_dispatch_symbolic_meta_outplace_diagonal_copy_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:24:31.4374466Z test_dispatch_symbolic_meta_outplace_diagonal_copy_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:24:31.4374690Z test_dispatch_symbolic_meta_outplace_diagonal_copy_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:24:31.4374916Z test_dispatch_symbolic_meta_outplace_diagonal_copy_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:24:31.4375213Z test_dispatch_symbolic_meta_outplace_diagonal_copy_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.035s) 2022-11-23T02:24:31.4375553Z test_dispatch_symbolic_meta_outplace_diagonal_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.4375812Z test_dispatch_symbolic_meta_outplace_diagonal_cuda_bool (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.4376041Z test_dispatch_symbolic_meta_outplace_diagonal_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.4376266Z test_dispatch_symbolic_meta_outplace_diagonal_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.4376814Z test_dispatch_symbolic_meta_outplace_diagonal_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.4377067Z test_dispatch_symbolic_meta_outplace_diagonal_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.4377288Z test_dispatch_symbolic_meta_outplace_diagonal_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.4377499Z test_dispatch_symbolic_meta_outplace_diagonal_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.4377714Z test_dispatch_symbolic_meta_outplace_diagonal_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.4377925Z test_dispatch_symbolic_meta_outplace_diagonal_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.4378119Z test_dispatch_symbolic_meta_outplace_diagonal_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.4378332Z test_dispatch_symbolic_meta_outplace_diagonal_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.4378550Z test_dispatch_symbolic_meta_outplace_diagonal_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.4378953Z test_dispatch_symbolic_meta_outplace_diagonal_scatter_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:24:31.4379199Z test_dispatch_symbolic_meta_outplace_diagonal_scatter_cuda_bool (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:24:31.4379435Z test_dispatch_symbolic_meta_outplace_diagonal_scatter_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:24:31.4379668Z test_dispatch_symbolic_meta_outplace_diagonal_scatter_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.4380005Z test_dispatch_symbolic_meta_outplace_diagonal_scatter_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.4380235Z test_dispatch_symbolic_meta_outplace_diagonal_scatter_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.4380465Z test_dispatch_symbolic_meta_outplace_diagonal_scatter_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:24:31.4380686Z test_dispatch_symbolic_meta_outplace_diagonal_scatter_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:24:31.4380911Z test_dispatch_symbolic_meta_outplace_diagonal_scatter_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:24:31.4381143Z test_dispatch_symbolic_meta_outplace_diagonal_scatter_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:24:31.4381361Z test_dispatch_symbolic_meta_outplace_diff_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.939s) 2022-11-23T02:24:31.4381571Z test_dispatch_symbolic_meta_outplace_diff_cuda_bool (__main__.TestMetaCUDA) ... ok (0.886s) 2022-11-23T02:24:31.4381794Z test_dispatch_symbolic_meta_outplace_diff_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.903s) 2022-11-23T02:24:31.4382014Z test_dispatch_symbolic_meta_outplace_diff_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.932s) 2022-11-23T02:24:31.4382383Z test_dispatch_symbolic_meta_outplace_diff_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.926s) 2022-11-23T02:24:31.4382606Z test_dispatch_symbolic_meta_outplace_diff_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.867s) 2022-11-23T02:24:31.4382821Z test_dispatch_symbolic_meta_outplace_diff_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.880s) 2022-11-23T02:24:31.4383315Z test_dispatch_symbolic_meta_outplace_diff_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.883s) 2022-11-23T02:24:31.4383689Z test_dispatch_symbolic_meta_outplace_diff_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.891s) 2022-11-23T02:24:31.4383887Z test_dispatch_symbolic_meta_outplace_diff_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.824s) 2022-11-23T02:24:31.4384098Z test_dispatch_symbolic_meta_outplace_diff_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.856s) 2022-11-23T02:24:31.4384302Z test_dispatch_symbolic_meta_outplace_diff_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.871s) 2022-11-23T02:24:31.4384515Z test_dispatch_symbolic_meta_outplace_digamma_cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.4384736Z test_dispatch_symbolic_meta_outplace_digamma_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.4384949Z test_dispatch_symbolic_meta_outplace_digamma_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.4385161Z test_dispatch_symbolic_meta_outplace_digamma_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.4385376Z test_dispatch_symbolic_meta_outplace_digamma_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.4385589Z test_dispatch_symbolic_meta_outplace_digamma_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.4385807Z test_dispatch_symbolic_meta_outplace_digamma_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.4386017Z test_dispatch_symbolic_meta_outplace_digamma_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:31.4386227Z test_dispatch_symbolic_meta_outplace_digamma_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.4386436Z test_dispatch_symbolic_meta_outplace_dist_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.117s) 2022-11-23T02:24:31.4386656Z test_dispatch_symbolic_meta_outplace_dist_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.111s) 2022-11-23T02:24:31.4386875Z test_dispatch_symbolic_meta_outplace_dist_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.130s) 2022-11-23T02:24:31.4387089Z test_dispatch_symbolic_meta_outplace_dist_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.168s) 2022-11-23T02:24:31.4387302Z test_dispatch_symbolic_meta_outplace_dist_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.093s) 2022-11-23T02:24:31.4387620Z test_dispatch_symbolic_meta_outplace_dist_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.095s) 2022-11-23T02:24:31.4387857Z test_dispatch_symbolic_meta_outplace_div_floor_rounding_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.116s) 2022-11-23T02:24:31.4388095Z test_dispatch_symbolic_meta_outplace_div_floor_rounding_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.118s) 2022-11-23T02:24:31.4388330Z test_dispatch_symbolic_meta_outplace_div_floor_rounding_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.107s) 2022-11-23T02:24:31.4388551Z test_dispatch_symbolic_meta_outplace_div_floor_rounding_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.107s) 2022-11-23T02:24:31.4388910Z test_dispatch_symbolic_meta_outplace_div_floor_rounding_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.045s) 2022-11-23T02:24:31.4389163Z test_dispatch_symbolic_meta_outplace_div_floor_rounding_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.061s) 2022-11-23T02:24:31.4389400Z test_dispatch_symbolic_meta_outplace_div_floor_rounding_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.054s) 2022-11-23T02:24:31.4389748Z test_dispatch_symbolic_meta_outplace_div_floor_rounding_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.055s) 2022-11-23T02:24:31.4390212Z test_dispatch_symbolic_meta_outplace_div_floor_rounding_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:24:31.4390465Z test_dispatch_symbolic_meta_outplace_div_no_rounding_mode_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.4390701Z test_dispatch_symbolic_meta_outplace_div_no_rounding_mode_cuda_bool (__main__.TestMetaCUDA) ... ok (0.038s) 2022-11-23T02:24:31.4391032Z test_dispatch_symbolic_meta_outplace_div_no_rounding_mode_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.4391289Z test_dispatch_symbolic_meta_outplace_div_no_rounding_mode_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.036s) 2022-11-23T02:24:31.4391521Z test_dispatch_symbolic_meta_outplace_div_no_rounding_mode_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:24:31.4391760Z test_dispatch_symbolic_meta_outplace_div_no_rounding_mode_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:24:31.4391998Z test_dispatch_symbolic_meta_outplace_div_no_rounding_mode_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.034s) 2022-11-23T02:24:31.4392232Z test_dispatch_symbolic_meta_outplace_div_no_rounding_mode_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:24:31.4392462Z test_dispatch_symbolic_meta_outplace_div_no_rounding_mode_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.4392697Z test_dispatch_symbolic_meta_outplace_div_no_rounding_mode_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:24:31.4392924Z test_dispatch_symbolic_meta_outplace_div_no_rounding_mode_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-11-23T02:24:31.4393157Z test_dispatch_symbolic_meta_outplace_div_no_rounding_mode_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:24:31.4393387Z test_dispatch_symbolic_meta_outplace_div_no_rounding_mode_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.4393623Z test_dispatch_symbolic_meta_outplace_div_trunc_rounding_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.043s) 2022-11-23T02:24:31.4393852Z test_dispatch_symbolic_meta_outplace_div_trunc_rounding_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.033s) 2022-11-23T02:24:31.4394081Z test_dispatch_symbolic_meta_outplace_div_trunc_rounding_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:24:31.4394316Z test_dispatch_symbolic_meta_outplace_div_trunc_rounding_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.033s) 2022-11-23T02:24:31.4394545Z test_dispatch_symbolic_meta_outplace_div_trunc_rounding_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:24:31.4394775Z test_dispatch_symbolic_meta_outplace_div_trunc_rounding_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:24:31.4395078Z test_dispatch_symbolic_meta_outplace_div_trunc_rounding_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:24:31.4395547Z test_dispatch_symbolic_meta_outplace_div_trunc_rounding_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:24:31.4395837Z test_dispatch_symbolic_meta_outplace_div_trunc_rounding_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:24:31.4396055Z test_dispatch_symbolic_meta_outplace_dot_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.4396385Z test_dispatch_symbolic_meta_outplace_dot_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.4396845Z test_dispatch_symbolic_meta_outplace_dot_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.4397072Z test_dispatch_symbolic_meta_outplace_dot_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.4397286Z test_dispatch_symbolic_meta_outplace_dot_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.4397502Z test_dispatch_symbolic_meta_outplace_dot_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.4397721Z test_dispatch_symbolic_meta_outplace_double_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.4397932Z test_dispatch_symbolic_meta_outplace_double_cuda_bool (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.4398157Z test_dispatch_symbolic_meta_outplace_double_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.4398378Z test_dispatch_symbolic_meta_outplace_double_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.4398681Z test_dispatch_symbolic_meta_outplace_double_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.4398915Z test_dispatch_symbolic_meta_outplace_double_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.4399128Z test_dispatch_symbolic_meta_outplace_double_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.4399338Z test_dispatch_symbolic_meta_outplace_double_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.4399552Z test_dispatch_symbolic_meta_outplace_double_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.4399766Z test_dispatch_symbolic_meta_outplace_double_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.4399980Z test_dispatch_symbolic_meta_outplace_double_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.4400191Z test_dispatch_symbolic_meta_outplace_double_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.4400388Z test_dispatch_symbolic_meta_outplace_double_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.4400608Z test_dispatch_symbolic_meta_outplace_dsplit_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.4400820Z test_dispatch_symbolic_meta_outplace_dsplit_cuda_bool (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.4401049Z test_dispatch_symbolic_meta_outplace_dsplit_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.4401272Z test_dispatch_symbolic_meta_outplace_dsplit_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.4401489Z test_dispatch_symbolic_meta_outplace_dsplit_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.4401706Z test_dispatch_symbolic_meta_outplace_dsplit_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.4401916Z test_dispatch_symbolic_meta_outplace_dsplit_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.4402282Z test_dispatch_symbolic_meta_outplace_dsplit_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.4402502Z test_dispatch_symbolic_meta_outplace_dsplit_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.4402716Z test_dispatch_symbolic_meta_outplace_dsplit_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.4403358Z test_dispatch_symbolic_meta_outplace_dsplit_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.4403587Z test_dispatch_symbolic_meta_outplace_dsplit_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.4403799Z test_dispatch_symbolic_meta_outplace_dsplit_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.4404017Z test_dispatch_symbolic_meta_outplace_dstack_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.4404228Z test_dispatch_symbolic_meta_outplace_dstack_cuda_bool (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.4404457Z test_dispatch_symbolic_meta_outplace_dstack_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:24:31.4404678Z test_dispatch_symbolic_meta_outplace_dstack_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.4404892Z test_dispatch_symbolic_meta_outplace_dstack_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:24:31.4405110Z test_dispatch_symbolic_meta_outplace_dstack_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.4405322Z test_dispatch_symbolic_meta_outplace_dstack_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:24:31.4405513Z test_dispatch_symbolic_meta_outplace_dstack_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:24:31.4405725Z test_dispatch_symbolic_meta_outplace_dstack_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.4406021Z test_dispatch_symbolic_meta_outplace_dstack_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.4406252Z test_dispatch_symbolic_meta_outplace_dstack_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:24:31.4406460Z test_dispatch_symbolic_meta_outplace_dstack_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.4406670Z test_dispatch_symbolic_meta_outplace_dstack_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.4406893Z test_dispatch_symbolic_meta_outplace_einsum_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.075s) 2022-11-23T02:24:31.4407116Z test_dispatch_symbolic_meta_outplace_einsum_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.069s) 2022-11-23T02:24:31.4407336Z test_dispatch_symbolic_meta_outplace_einsum_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.069s) 2022-11-23T02:24:31.4407552Z test_dispatch_symbolic_meta_outplace_einsum_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.065s) 2022-11-23T02:24:31.4407765Z test_dispatch_symbolic_meta_outplace_einsum_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.072s) 2022-11-23T02:24:31.4407971Z test_dispatch_symbolic_meta_outplace_einsum_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.066s) 2022-11-23T02:24:31.4408178Z test_dispatch_symbolic_meta_outplace_empty_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.4408388Z test_dispatch_symbolic_meta_outplace_empty_cuda_bool (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.4408729Z test_dispatch_symbolic_meta_outplace_empty_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.4408973Z test_dispatch_symbolic_meta_outplace_empty_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.4409184Z test_dispatch_symbolic_meta_outplace_empty_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.4409401Z test_dispatch_symbolic_meta_outplace_empty_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.4409954Z test_dispatch_symbolic_meta_outplace_empty_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.4410202Z test_dispatch_symbolic_meta_outplace_empty_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.4410413Z test_dispatch_symbolic_meta_outplace_empty_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.4410608Z test_dispatch_symbolic_meta_outplace_empty_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.4411614Z test_dispatch_symbolic_meta_outplace_empty_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.4411830Z test_dispatch_symbolic_meta_outplace_empty_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.4412038Z test_dispatch_symbolic_meta_outplace_empty_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.4412261Z test_dispatch_symbolic_meta_outplace_empty_like_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.4412485Z test_dispatch_symbolic_meta_outplace_empty_like_cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.4412713Z test_dispatch_symbolic_meta_outplace_empty_like_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.4412941Z test_dispatch_symbolic_meta_outplace_empty_like_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.4413168Z test_dispatch_symbolic_meta_outplace_empty_like_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.4413397Z test_dispatch_symbolic_meta_outplace_empty_like_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.4413618Z test_dispatch_symbolic_meta_outplace_empty_like_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.4413839Z test_dispatch_symbolic_meta_outplace_empty_like_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.4414059Z test_dispatch_symbolic_meta_outplace_empty_like_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.4414361Z test_dispatch_symbolic_meta_outplace_empty_like_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.4414593Z test_dispatch_symbolic_meta_outplace_empty_like_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.4414809Z test_dispatch_symbolic_meta_outplace_empty_like_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.4415023Z test_dispatch_symbolic_meta_outplace_empty_like_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.4415232Z test_dispatch_symbolic_meta_outplace_eq_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:24:31.4415438Z test_dispatch_symbolic_meta_outplace_eq_cuda_bool (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:24:31.4415831Z test_dispatch_symbolic_meta_outplace_eq_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.4416053Z test_dispatch_symbolic_meta_outplace_eq_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.040s) 2022-11-23T02:24:31.4416254Z test_dispatch_symbolic_meta_outplace_eq_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:24:31.4416669Z test_dispatch_symbolic_meta_outplace_eq_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.4417036Z test_dispatch_symbolic_meta_outplace_eq_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:24:31.4417256Z test_dispatch_symbolic_meta_outplace_eq_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:24:31.4417462Z test_dispatch_symbolic_meta_outplace_eq_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:24:31.4417666Z test_dispatch_symbolic_meta_outplace_eq_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:24:31.4417864Z test_dispatch_symbolic_meta_outplace_eq_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.4418068Z test_dispatch_symbolic_meta_outplace_eq_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.4418268Z test_dispatch_symbolic_meta_outplace_eq_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-11-23T02:24:31.4418488Z test_dispatch_symbolic_meta_outplace_equal_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.4418753Z test_dispatch_symbolic_meta_outplace_equal_cuda_bool (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.4419102Z test_dispatch_symbolic_meta_outplace_equal_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.4419443Z test_dispatch_symbolic_meta_outplace_equal_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.4419656Z test_dispatch_symbolic_meta_outplace_equal_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.4419870Z test_dispatch_symbolic_meta_outplace_equal_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.4420087Z test_dispatch_symbolic_meta_outplace_equal_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.4420301Z test_dispatch_symbolic_meta_outplace_equal_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.4420510Z test_dispatch_symbolic_meta_outplace_equal_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.4420723Z test_dispatch_symbolic_meta_outplace_equal_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.4420931Z test_dispatch_symbolic_meta_outplace_equal_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.4421143Z test_dispatch_symbolic_meta_outplace_equal_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.4421343Z test_dispatch_symbolic_meta_outplace_erf_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.4421548Z test_dispatch_symbolic_meta_outplace_erf_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.4421754Z test_dispatch_symbolic_meta_outplace_erf_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.4421965Z test_dispatch_symbolic_meta_outplace_erf_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.4422404Z test_dispatch_symbolic_meta_outplace_erf_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.4422640Z test_dispatch_symbolic_meta_outplace_erf_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.4422847Z test_dispatch_symbolic_meta_outplace_erf_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.4423216Z test_dispatch_symbolic_meta_outplace_erf_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.4423604Z test_dispatch_symbolic_meta_outplace_erf_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.4423815Z test_dispatch_symbolic_meta_outplace_erf_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.4424029Z test_dispatch_symbolic_meta_outplace_erfc_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.4424236Z test_dispatch_symbolic_meta_outplace_erfc_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.4424456Z test_dispatch_symbolic_meta_outplace_erfc_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.4424669Z test_dispatch_symbolic_meta_outplace_erfc_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.4424880Z test_dispatch_symbolic_meta_outplace_erfc_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.4425093Z test_dispatch_symbolic_meta_outplace_erfc_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.4425303Z test_dispatch_symbolic_meta_outplace_erfc_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.4425509Z test_dispatch_symbolic_meta_outplace_erfc_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.4425713Z test_dispatch_symbolic_meta_outplace_erfc_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.4425918Z test_dispatch_symbolic_meta_outplace_erfc_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.4426117Z test_dispatch_symbolic_meta_outplace_erfinv_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.4426334Z test_dispatch_symbolic_meta_outplace_erfinv_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.4426550Z test_dispatch_symbolic_meta_outplace_erfinv_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.4426907Z test_dispatch_symbolic_meta_outplace_erfinv_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.4427122Z test_dispatch_symbolic_meta_outplace_erfinv_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.4427335Z test_dispatch_symbolic_meta_outplace_erfinv_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.4427547Z test_dispatch_symbolic_meta_outplace_erfinv_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.4427758Z test_dispatch_symbolic_meta_outplace_erfinv_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.4427973Z test_dispatch_symbolic_meta_outplace_erfinv_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.4428188Z test_dispatch_symbolic_meta_outplace_exp2_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.4428395Z test_dispatch_symbolic_meta_outplace_exp2_cuda_bool (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.4428607Z test_dispatch_symbolic_meta_outplace_exp2_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.4428967Z test_dispatch_symbolic_meta_outplace_exp2_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.4429186Z test_dispatch_symbolic_meta_outplace_exp2_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.4429395Z test_dispatch_symbolic_meta_outplace_exp2_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.4429684Z test_dispatch_symbolic_meta_outplace_exp2_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.4430234Z test_dispatch_symbolic_meta_outplace_exp2_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.4430467Z test_dispatch_symbolic_meta_outplace_exp2_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.4430671Z test_dispatch_symbolic_meta_outplace_exp2_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.4430886Z test_dispatch_symbolic_meta_outplace_exp_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.4431091Z test_dispatch_symbolic_meta_outplace_exp_cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.4431294Z test_dispatch_symbolic_meta_outplace_exp_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.4431510Z test_dispatch_symbolic_meta_outplace_exp_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.4431725Z test_dispatch_symbolic_meta_outplace_exp_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.4431939Z test_dispatch_symbolic_meta_outplace_exp_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.4432149Z test_dispatch_symbolic_meta_outplace_exp_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.4432365Z test_dispatch_symbolic_meta_outplace_exp_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.4432575Z test_dispatch_symbolic_meta_outplace_exp_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.4432780Z test_dispatch_symbolic_meta_outplace_exp_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.4432981Z test_dispatch_symbolic_meta_outplace_exp_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.4433188Z test_dispatch_symbolic_meta_outplace_exp_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.4433389Z test_dispatch_symbolic_meta_outplace_exp_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.4433616Z test_dispatch_symbolic_meta_outplace_expand_as_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.4433833Z test_dispatch_symbolic_meta_outplace_expand_as_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.4434061Z test_dispatch_symbolic_meta_outplace_expand_as_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.4434289Z test_dispatch_symbolic_meta_outplace_expand_as_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.4434605Z test_dispatch_symbolic_meta_outplace_expand_as_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.4434820Z test_dispatch_symbolic_meta_outplace_expand_as_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.4435031Z test_dispatch_symbolic_meta_outplace_expand_as_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.4435279Z test_dispatch_symbolic_meta_outplace_expand_as_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.4435709Z test_dispatch_symbolic_meta_outplace_expand_as_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.4435934Z test_dispatch_symbolic_meta_outplace_expand_as_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.4436135Z test_dispatch_symbolic_meta_outplace_expand_as_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.4436595Z test_dispatch_symbolic_meta_outplace_expand_as_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.4436933Z test_dispatch_symbolic_meta_outplace_expand_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.4437147Z test_dispatch_symbolic_meta_outplace_expand_cuda_bool (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.4437372Z test_dispatch_symbolic_meta_outplace_expand_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.4437596Z test_dispatch_symbolic_meta_outplace_expand_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.4437906Z test_dispatch_symbolic_meta_outplace_expand_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.4438137Z test_dispatch_symbolic_meta_outplace_expand_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.4438346Z test_dispatch_symbolic_meta_outplace_expand_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.4438564Z test_dispatch_symbolic_meta_outplace_expand_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.4438778Z test_dispatch_symbolic_meta_outplace_expand_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.4438990Z test_dispatch_symbolic_meta_outplace_expand_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.4439203Z test_dispatch_symbolic_meta_outplace_expand_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.4439415Z test_dispatch_symbolic_meta_outplace_expand_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.4439636Z test_dispatch_symbolic_meta_outplace_expm1_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.4439846Z test_dispatch_symbolic_meta_outplace_expm1_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.4440061Z test_dispatch_symbolic_meta_outplace_expm1_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.4440281Z test_dispatch_symbolic_meta_outplace_expm1_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.4440495Z test_dispatch_symbolic_meta_outplace_expm1_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.4440703Z test_dispatch_symbolic_meta_outplace_expm1_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.4440916Z test_dispatch_symbolic_meta_outplace_expm1_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.4441109Z test_dispatch_symbolic_meta_outplace_expm1_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.4441321Z test_dispatch_symbolic_meta_outplace_expm1_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.4441526Z test_dispatch_symbolic_meta_outplace_expm1_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.4441740Z test_dispatch_symbolic_meta_outplace_eye_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.226s) 2022-11-23T02:24:31.4442181Z test_dispatch_symbolic_meta_outplace_eye_cuda_bool (__main__.TestMetaCUDA) ... ok (0.136s) 2022-11-23T02:24:31.4442410Z test_dispatch_symbolic_meta_outplace_eye_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.180s) 2022-11-23T02:24:31.4442622Z test_dispatch_symbolic_meta_outplace_eye_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.187s) 2022-11-23T02:24:31.4442831Z test_dispatch_symbolic_meta_outplace_eye_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.181s) 2022-11-23T02:24:31.4443383Z test_dispatch_symbolic_meta_outplace_eye_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.172s) 2022-11-23T02:24:31.4443616Z test_dispatch_symbolic_meta_outplace_eye_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.203s) 2022-11-23T02:24:31.4443821Z test_dispatch_symbolic_meta_outplace_eye_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.180s) 2022-11-23T02:24:31.4444026Z test_dispatch_symbolic_meta_outplace_eye_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.185s) 2022-11-23T02:24:31.4444225Z test_dispatch_symbolic_meta_outplace_eye_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.190s) 2022-11-23T02:24:31.4444434Z test_dispatch_symbolic_meta_outplace_eye_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.181s) 2022-11-23T02:24:31.4444630Z test_dispatch_symbolic_meta_outplace_eye_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.192s) 2022-11-23T02:24:31.4444844Z test_dispatch_symbolic_meta_outplace_fft_fft2_cuda_bool (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.4445069Z test_dispatch_symbolic_meta_outplace_fft_fft2_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.4445375Z test_dispatch_symbolic_meta_outplace_fft_fft2_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:24:31.4445618Z test_dispatch_symbolic_meta_outplace_fft_fft2_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.4445839Z test_dispatch_symbolic_meta_outplace_fft_fft2_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:24:31.4446039Z test_dispatch_symbolic_meta_outplace_fft_fft2_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:24:31.4446244Z test_dispatch_symbolic_meta_outplace_fft_fft2_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:24:31.4446456Z test_dispatch_symbolic_meta_outplace_fft_fft2_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.4446662Z test_dispatch_symbolic_meta_outplace_fft_fft2_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:24:31.4446864Z test_dispatch_symbolic_meta_outplace_fft_fft2_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.4447077Z test_dispatch_symbolic_meta_outplace_fft_fft2_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:24:31.4447291Z test_dispatch_symbolic_meta_outplace_fft_fft2_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.4447500Z test_dispatch_symbolic_meta_outplace_fft_fft_cuda_bool (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:24:31.4447725Z test_dispatch_symbolic_meta_outplace_fft_fft_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.4447947Z test_dispatch_symbolic_meta_outplace_fft_fft_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.4448160Z test_dispatch_symbolic_meta_outplace_fft_fft_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.4448378Z test_dispatch_symbolic_meta_outplace_fft_fft_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.4448588Z test_dispatch_symbolic_meta_outplace_fft_fft_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:24:31.4448946Z test_dispatch_symbolic_meta_outplace_fft_fft_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:24:31.4449161Z test_dispatch_symbolic_meta_outplace_fft_fft_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:24:31.4449373Z test_dispatch_symbolic_meta_outplace_fft_fft_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.4450021Z test_dispatch_symbolic_meta_outplace_fft_fft_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:24:31.4450247Z test_dispatch_symbolic_meta_outplace_fft_fft_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:24:31.4450458Z test_dispatch_symbolic_meta_outplace_fft_fft_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:24:31.4450670Z test_dispatch_symbolic_meta_outplace_fft_fftn_cuda_bool (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:24:31.4450894Z test_dispatch_symbolic_meta_outplace_fft_fftn_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.4451119Z test_dispatch_symbolic_meta_outplace_fft_fftn_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.4451326Z test_dispatch_symbolic_meta_outplace_fft_fftn_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.4451546Z test_dispatch_symbolic_meta_outplace_fft_fftn_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.4451761Z test_dispatch_symbolic_meta_outplace_fft_fftn_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:24:31.4451967Z test_dispatch_symbolic_meta_outplace_fft_fftn_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:24:31.4452180Z test_dispatch_symbolic_meta_outplace_fft_fftn_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:24:31.4452387Z test_dispatch_symbolic_meta_outplace_fft_fftn_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:24:31.4452588Z test_dispatch_symbolic_meta_outplace_fft_fftn_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:24:31.4452880Z test_dispatch_symbolic_meta_outplace_fft_fftn_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:24:31.4453114Z test_dispatch_symbolic_meta_outplace_fft_fftn_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:24:31.4453344Z test_dispatch_symbolic_meta_outplace_fft_fftshift_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.4453568Z test_dispatch_symbolic_meta_outplace_fft_fftshift_cuda_bool (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.4453800Z test_dispatch_symbolic_meta_outplace_fft_fftshift_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.4454032Z test_dispatch_symbolic_meta_outplace_fft_fftshift_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.4454261Z test_dispatch_symbolic_meta_outplace_fft_fftshift_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.4454489Z test_dispatch_symbolic_meta_outplace_fft_fftshift_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.4454716Z test_dispatch_symbolic_meta_outplace_fft_fftshift_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.4454939Z test_dispatch_symbolic_meta_outplace_fft_fftshift_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.4455161Z test_dispatch_symbolic_meta_outplace_fft_fftshift_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.4455383Z test_dispatch_symbolic_meta_outplace_fft_fftshift_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.4455602Z test_dispatch_symbolic_meta_outplace_fft_fftshift_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.4455820Z test_dispatch_symbolic_meta_outplace_fft_fftshift_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:31.4456041Z test_dispatch_symbolic_meta_outplace_fft_fftshift_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.4456246Z test_dispatch_symbolic_meta_outplace_fft_hfft2_cuda_bool (__main__.TestMetaCUDA) ... ok (0.033s) 2022-11-23T02:24:31.4456472Z test_dispatch_symbolic_meta_outplace_fft_hfft2_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.040s) 2022-11-23T02:24:31.4456700Z test_dispatch_symbolic_meta_outplace_fft_hfft2_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.4457021Z test_dispatch_symbolic_meta_outplace_fft_hfft2_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.041s) 2022-11-23T02:24:31.4457238Z test_dispatch_symbolic_meta_outplace_fft_hfft2_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-11-23T02:24:31.4457450Z test_dispatch_symbolic_meta_outplace_fft_hfft2_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.065s) 2022-11-23T02:24:31.4457657Z test_dispatch_symbolic_meta_outplace_fft_hfft2_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.061s) 2022-11-23T02:24:31.4457872Z test_dispatch_symbolic_meta_outplace_fft_hfft2_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.050s) 2022-11-23T02:24:31.4458082Z test_dispatch_symbolic_meta_outplace_fft_hfft2_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.035s) 2022-11-23T02:24:31.4458296Z test_dispatch_symbolic_meta_outplace_fft_hfft2_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-11-23T02:24:31.4458508Z test_dispatch_symbolic_meta_outplace_fft_hfft2_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.036s) 2022-11-23T02:24:31.4458721Z test_dispatch_symbolic_meta_outplace_fft_hfft2_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.048s) 2022-11-23T02:24:31.4458934Z test_dispatch_symbolic_meta_outplace_fft_hfft_cuda_bool (__main__.TestMetaCUDA) ... ok (0.037s) 2022-11-23T02:24:31.4459159Z test_dispatch_symbolic_meta_outplace_fft_hfft_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.034s) 2022-11-23T02:24:31.4459381Z test_dispatch_symbolic_meta_outplace_fft_hfft_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.4459606Z test_dispatch_symbolic_meta_outplace_fft_hfft_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.4460050Z test_dispatch_symbolic_meta_outplace_fft_hfft_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:24:31.4460458Z test_dispatch_symbolic_meta_outplace_fft_hfft_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:24:31.4460675Z test_dispatch_symbolic_meta_outplace_fft_hfft_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:24:31.4460894Z test_dispatch_symbolic_meta_outplace_fft_hfft_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:24:31.4461220Z test_dispatch_symbolic_meta_outplace_fft_hfft_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:24:31.4461655Z test_dispatch_symbolic_meta_outplace_fft_hfft_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:24:31.4461881Z test_dispatch_symbolic_meta_outplace_fft_hfft_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.4462095Z test_dispatch_symbolic_meta_outplace_fft_hfft_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:24:31.4462307Z test_dispatch_symbolic_meta_outplace_fft_hfftn_cuda_bool (__main__.TestMetaCUDA) ... ok (0.042s) 2022-11-23T02:24:31.4462532Z test_dispatch_symbolic_meta_outplace_fft_hfftn_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.035s) 2022-11-23T02:24:31.4462757Z test_dispatch_symbolic_meta_outplace_fft_hfftn_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:24:31.4462984Z test_dispatch_symbolic_meta_outplace_fft_hfftn_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.035s) 2022-11-23T02:24:31.4463207Z test_dispatch_symbolic_meta_outplace_fft_hfftn_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:24:31.4463422Z test_dispatch_symbolic_meta_outplace_fft_hfftn_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:24:31.4463632Z test_dispatch_symbolic_meta_outplace_fft_hfftn_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:24:31.4463851Z test_dispatch_symbolic_meta_outplace_fft_hfftn_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.044s) 2022-11-23T02:24:31.4464060Z test_dispatch_symbolic_meta_outplace_fft_hfftn_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.041s) 2022-11-23T02:24:31.4464267Z test_dispatch_symbolic_meta_outplace_fft_hfftn_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.038s) 2022-11-23T02:24:31.4464480Z test_dispatch_symbolic_meta_outplace_fft_hfftn_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.045s) 2022-11-23T02:24:31.4464787Z test_dispatch_symbolic_meta_outplace_fft_hfftn_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:24:31.4464996Z test_dispatch_symbolic_meta_outplace_fft_ifft2_cuda_bool (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:24:31.4465224Z test_dispatch_symbolic_meta_outplace_fft_ifft2_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.4465447Z test_dispatch_symbolic_meta_outplace_fft_ifft2_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:24:31.4465673Z test_dispatch_symbolic_meta_outplace_fft_ifft2_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:24:31.4465893Z test_dispatch_symbolic_meta_outplace_fft_ifft2_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.4466107Z test_dispatch_symbolic_meta_outplace_fft_ifft2_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.4466320Z test_dispatch_symbolic_meta_outplace_fft_ifft2_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:24:31.4466519Z test_dispatch_symbolic_meta_outplace_fft_ifft2_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.4466724Z test_dispatch_symbolic_meta_outplace_fft_ifft2_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:24:31.4466927Z test_dispatch_symbolic_meta_outplace_fft_ifft2_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:24:31.4467142Z test_dispatch_symbolic_meta_outplace_fft_ifft2_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:24:31.4467422Z test_dispatch_symbolic_meta_outplace_fft_ifft2_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:24:31.4467657Z test_dispatch_symbolic_meta_outplace_fft_ifft_cuda_bool (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:24:31.4467881Z test_dispatch_symbolic_meta_outplace_fft_ifft_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:31.4468108Z test_dispatch_symbolic_meta_outplace_fft_ifft_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:31.4468329Z test_dispatch_symbolic_meta_outplace_fft_ifft_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:31.4468548Z test_dispatch_symbolic_meta_outplace_fft_ifft_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:24:31.4468760Z test_dispatch_symbolic_meta_outplace_fft_ifft_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.037s) 2022-11-23T02:24:31.4468970Z test_dispatch_symbolic_meta_outplace_fft_ifft_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.037s) 2022-11-23T02:24:31.4469185Z test_dispatch_symbolic_meta_outplace_fft_ifft_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.039s) 2022-11-23T02:24:31.4469389Z test_dispatch_symbolic_meta_outplace_fft_ifft_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.4469590Z test_dispatch_symbolic_meta_outplace_fft_ifft_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.034s) 2022-11-23T02:24:31.4469800Z test_dispatch_symbolic_meta_outplace_fft_ifft_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:24:31.4470012Z test_dispatch_symbolic_meta_outplace_fft_ifft_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:24:31.4470221Z test_dispatch_symbolic_meta_outplace_fft_ifftn_cuda_bool (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:24:31.4470446Z test_dispatch_symbolic_meta_outplace_fft_ifftn_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:24:31.4470669Z test_dispatch_symbolic_meta_outplace_fft_ifftn_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:24:31.4470894Z test_dispatch_symbolic_meta_outplace_fft_ifftn_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.4471112Z test_dispatch_symbolic_meta_outplace_fft_ifftn_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:24:31.4471376Z test_dispatch_symbolic_meta_outplace_fft_ifftn_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.4471783Z test_dispatch_symbolic_meta_outplace_fft_ifftn_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:24:31.4472002Z test_dispatch_symbolic_meta_outplace_fft_ifftn_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:24:31.4472208Z test_dispatch_symbolic_meta_outplace_fft_ifftn_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.4472413Z test_dispatch_symbolic_meta_outplace_fft_ifftn_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:24:31.4472630Z test_dispatch_symbolic_meta_outplace_fft_ifftn_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:24:31.4472838Z test_dispatch_symbolic_meta_outplace_fft_ifftn_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:24:31.4473064Z test_dispatch_symbolic_meta_outplace_fft_ifftshift_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.4473288Z test_dispatch_symbolic_meta_outplace_fft_ifftshift_cuda_bool (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.4473526Z test_dispatch_symbolic_meta_outplace_fft_ifftshift_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.4473761Z test_dispatch_symbolic_meta_outplace_fft_ifftshift_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.4473992Z test_dispatch_symbolic_meta_outplace_fft_ifftshift_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.4474218Z test_dispatch_symbolic_meta_outplace_fft_ifftshift_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.4474519Z test_dispatch_symbolic_meta_outplace_fft_ifftshift_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.4474763Z test_dispatch_symbolic_meta_outplace_fft_ifftshift_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.4474987Z test_dispatch_symbolic_meta_outplace_fft_ifftshift_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.4475215Z test_dispatch_symbolic_meta_outplace_fft_ifftshift_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.4475436Z test_dispatch_symbolic_meta_outplace_fft_ifftshift_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.4475660Z test_dispatch_symbolic_meta_outplace_fft_ifftshift_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.4475879Z test_dispatch_symbolic_meta_outplace_fft_ifftshift_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.4476096Z test_dispatch_symbolic_meta_outplace_fft_ihfft2_cuda_bool (__main__.TestMetaCUDA) ... ok (0.033s) 2022-11-23T02:24:31.4476318Z test_dispatch_symbolic_meta_outplace_fft_ihfft2_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-11-23T02:24:31.4476525Z test_dispatch_symbolic_meta_outplace_fft_ihfft2_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:24:31.4476743Z test_dispatch_symbolic_meta_outplace_fft_ihfft2_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:24:31.4477118Z test_dispatch_symbolic_meta_outplace_fft_ihfft2_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:24:31.4477340Z test_dispatch_symbolic_meta_outplace_fft_ihfft2_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.037s) 2022-11-23T02:24:31.4477546Z test_dispatch_symbolic_meta_outplace_fft_ihfft2_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:24:31.4477765Z test_dispatch_symbolic_meta_outplace_fft_ihfft2_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.041s) 2022-11-23T02:24:31.4478336Z test_dispatch_symbolic_meta_outplace_fft_ihfft2_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-11-23T02:24:31.4478566Z test_dispatch_symbolic_meta_outplace_fft_ihfft_cuda_bool (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:24:31.4478784Z test_dispatch_symbolic_meta_outplace_fft_ihfft_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:24:31.4478997Z test_dispatch_symbolic_meta_outplace_fft_ihfft_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:24:31.4479305Z test_dispatch_symbolic_meta_outplace_fft_ihfft_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:24:31.4479519Z test_dispatch_symbolic_meta_outplace_fft_ihfft_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-11-23T02:24:31.4479725Z test_dispatch_symbolic_meta_outplace_fft_ihfft_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.046s) 2022-11-23T02:24:31.4479929Z test_dispatch_symbolic_meta_outplace_fft_ihfft_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:24:31.4480144Z test_dispatch_symbolic_meta_outplace_fft_ihfft_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:24:31.4480352Z test_dispatch_symbolic_meta_outplace_fft_ihfft_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:24:31.4480557Z test_dispatch_symbolic_meta_outplace_fft_ihfftn_cuda_bool (__main__.TestMetaCUDA) ... ok (0.035s) 2022-11-23T02:24:31.4480779Z test_dispatch_symbolic_meta_outplace_fft_ihfftn_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:24:31.4480998Z test_dispatch_symbolic_meta_outplace_fft_ihfftn_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.033s) 2022-11-23T02:24:31.4481217Z test_dispatch_symbolic_meta_outplace_fft_ihfftn_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-11-23T02:24:31.4481436Z test_dispatch_symbolic_meta_outplace_fft_ihfftn_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.042s) 2022-11-23T02:24:31.4481649Z test_dispatch_symbolic_meta_outplace_fft_ihfftn_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.041s) 2022-11-23T02:24:31.4481917Z test_dispatch_symbolic_meta_outplace_fft_ihfftn_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.040s) 2022-11-23T02:24:31.4482152Z test_dispatch_symbolic_meta_outplace_fft_ihfftn_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.036s) 2022-11-23T02:24:31.4482361Z test_dispatch_symbolic_meta_outplace_fft_ihfftn_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.038s) 2022-11-23T02:24:31.4482577Z test_dispatch_symbolic_meta_outplace_fft_irfft2_cuda_bool (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.4482806Z test_dispatch_symbolic_meta_outplace_fft_irfft2_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.4483032Z test_dispatch_symbolic_meta_outplace_fft_irfft2_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.4483260Z test_dispatch_symbolic_meta_outplace_fft_irfft2_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:24:31.4483478Z test_dispatch_symbolic_meta_outplace_fft_irfft2_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.4483703Z test_dispatch_symbolic_meta_outplace_fft_irfft2_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.4483922Z test_dispatch_symbolic_meta_outplace_fft_irfft2_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:24:31.4484137Z test_dispatch_symbolic_meta_outplace_fft_irfft2_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:24:31.4484351Z test_dispatch_symbolic_meta_outplace_fft_irfft2_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.4484560Z test_dispatch_symbolic_meta_outplace_fft_irfft2_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:24:31.4484770Z test_dispatch_symbolic_meta_outplace_fft_irfft2_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:24:31.4484979Z test_dispatch_symbolic_meta_outplace_fft_irfft2_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:24:31.4485192Z test_dispatch_symbolic_meta_outplace_fft_irfft_cuda_bool (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:24:31.4485456Z test_dispatch_symbolic_meta_outplace_fft_irfft_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.4485817Z test_dispatch_symbolic_meta_outplace_fft_irfft_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:24:31.4486185Z test_dispatch_symbolic_meta_outplace_fft_irfft_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.4486556Z test_dispatch_symbolic_meta_outplace_fft_irfft_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.4486770Z test_dispatch_symbolic_meta_outplace_fft_irfft_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.4486963Z test_dispatch_symbolic_meta_outplace_fft_irfft_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:24:31.4487177Z test_dispatch_symbolic_meta_outplace_fft_irfft_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:24:31.4487387Z test_dispatch_symbolic_meta_outplace_fft_irfft_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.4487591Z test_dispatch_symbolic_meta_outplace_fft_irfft_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:24:31.4487804Z test_dispatch_symbolic_meta_outplace_fft_irfft_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:24:31.4488010Z test_dispatch_symbolic_meta_outplace_fft_irfft_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.4488219Z test_dispatch_symbolic_meta_outplace_fft_irfftn_cuda_bool (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:24:31.4488445Z test_dispatch_symbolic_meta_outplace_fft_irfftn_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:24:31.4488670Z test_dispatch_symbolic_meta_outplace_fft_irfftn_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:24:31.4488895Z test_dispatch_symbolic_meta_outplace_fft_irfftn_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:24:31.4489190Z test_dispatch_symbolic_meta_outplace_fft_irfftn_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:24:31.4489426Z test_dispatch_symbolic_meta_outplace_fft_irfftn_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.4489647Z test_dispatch_symbolic_meta_outplace_fft_irfftn_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:24:31.4489870Z test_dispatch_symbolic_meta_outplace_fft_irfftn_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:24:31.4490080Z test_dispatch_symbolic_meta_outplace_fft_irfftn_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:24:31.4490286Z test_dispatch_symbolic_meta_outplace_fft_irfftn_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:24:31.4490500Z test_dispatch_symbolic_meta_outplace_fft_irfftn_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:24:31.4490707Z test_dispatch_symbolic_meta_outplace_fft_irfftn_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:24:31.4490923Z test_dispatch_symbolic_meta_outplace_fft_rfft2_cuda_bool (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:24:31.4491140Z test_dispatch_symbolic_meta_outplace_fft_rfft2_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:24:31.4491352Z test_dispatch_symbolic_meta_outplace_fft_rfft2_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.4491561Z test_dispatch_symbolic_meta_outplace_fft_rfft2_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:24:31.4491757Z test_dispatch_symbolic_meta_outplace_fft_rfft2_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:24:31.4491962Z test_dispatch_symbolic_meta_outplace_fft_rfft2_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.4492165Z test_dispatch_symbolic_meta_outplace_fft_rfft2_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.4492373Z test_dispatch_symbolic_meta_outplace_fft_rfft2_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:24:31.4492582Z test_dispatch_symbolic_meta_outplace_fft_rfft2_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:24:31.4492792Z test_dispatch_symbolic_meta_outplace_fft_rfft_cuda_bool (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.4493009Z test_dispatch_symbolic_meta_outplace_fft_rfft_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.4493311Z test_dispatch_symbolic_meta_outplace_fft_rfft_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:24:31.4493519Z test_dispatch_symbolic_meta_outplace_fft_rfft_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:31.4493731Z test_dispatch_symbolic_meta_outplace_fft_rfft_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.4493938Z test_dispatch_symbolic_meta_outplace_fft_rfft_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.4494143Z test_dispatch_symbolic_meta_outplace_fft_rfft_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:24:31.4494355Z test_dispatch_symbolic_meta_outplace_fft_rfft_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:24:31.4494571Z test_dispatch_symbolic_meta_outplace_fft_rfft_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:24:31.4494782Z test_dispatch_symbolic_meta_outplace_fft_rfftn_cuda_bool (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:24:31.4495003Z test_dispatch_symbolic_meta_outplace_fft_rfftn_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.4495217Z test_dispatch_symbolic_meta_outplace_fft_rfftn_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.4495424Z test_dispatch_symbolic_meta_outplace_fft_rfftn_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.4495640Z test_dispatch_symbolic_meta_outplace_fft_rfftn_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:24:31.4495914Z test_dispatch_symbolic_meta_outplace_fft_rfftn_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:24:31.4496136Z test_dispatch_symbolic_meta_outplace_fft_rfftn_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.033s) 2022-11-23T02:24:31.4496346Z test_dispatch_symbolic_meta_outplace_fft_rfftn_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-11-23T02:24:31.4496535Z test_dispatch_symbolic_meta_outplace_fft_rfftn_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:24:31.4496754Z test_dispatch_symbolic_meta_outplace_fill_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.4496962Z test_dispatch_symbolic_meta_outplace_fill_cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.4497180Z test_dispatch_symbolic_meta_outplace_fill_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.4497393Z test_dispatch_symbolic_meta_outplace_fill_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.4497605Z test_dispatch_symbolic_meta_outplace_fill_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.4497819Z test_dispatch_symbolic_meta_outplace_fill_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.4498033Z test_dispatch_symbolic_meta_outplace_fill_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.4498249Z test_dispatch_symbolic_meta_outplace_fill_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.4498459Z test_dispatch_symbolic_meta_outplace_fill_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.4498667Z test_dispatch_symbolic_meta_outplace_fill_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.4498874Z test_dispatch_symbolic_meta_outplace_fill_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.4499078Z test_dispatch_symbolic_meta_outplace_fill_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.4499286Z test_dispatch_symbolic_meta_outplace_fill_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.4499509Z test_dispatch_symbolic_meta_outplace_flatten_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.4499721Z test_dispatch_symbolic_meta_outplace_flatten_cuda_bool (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.4499946Z test_dispatch_symbolic_meta_outplace_flatten_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.4500257Z test_dispatch_symbolic_meta_outplace_flatten_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.4500473Z test_dispatch_symbolic_meta_outplace_flatten_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.4500689Z test_dispatch_symbolic_meta_outplace_flatten_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.4500897Z test_dispatch_symbolic_meta_outplace_flatten_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.4501104Z test_dispatch_symbolic_meta_outplace_flatten_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.4501317Z test_dispatch_symbolic_meta_outplace_flatten_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.4501658Z test_dispatch_symbolic_meta_outplace_flatten_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.4501924Z test_dispatch_symbolic_meta_outplace_flatten_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.4502143Z test_dispatch_symbolic_meta_outplace_flatten_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.4502353Z test_dispatch_symbolic_meta_outplace_flatten_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.4502564Z test_dispatch_symbolic_meta_outplace_flip_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.4502772Z test_dispatch_symbolic_meta_outplace_flip_cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.4503072Z test_dispatch_symbolic_meta_outplace_flip_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.4503306Z test_dispatch_symbolic_meta_outplace_flip_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.4503520Z test_dispatch_symbolic_meta_outplace_flip_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.4503734Z test_dispatch_symbolic_meta_outplace_flip_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.4503949Z test_dispatch_symbolic_meta_outplace_flip_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.4504155Z test_dispatch_symbolic_meta_outplace_flip_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.4504364Z test_dispatch_symbolic_meta_outplace_flip_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.4504570Z test_dispatch_symbolic_meta_outplace_flip_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.4504780Z test_dispatch_symbolic_meta_outplace_flip_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.4504988Z test_dispatch_symbolic_meta_outplace_flip_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.4505206Z test_dispatch_symbolic_meta_outplace_fliplr_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.4505418Z test_dispatch_symbolic_meta_outplace_fliplr_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.4505631Z test_dispatch_symbolic_meta_outplace_fliplr_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.4505850Z test_dispatch_symbolic_meta_outplace_fliplr_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.4506065Z test_dispatch_symbolic_meta_outplace_fliplr_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.4506276Z test_dispatch_symbolic_meta_outplace_fliplr_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.4506484Z test_dispatch_symbolic_meta_outplace_fliplr_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.4506696Z test_dispatch_symbolic_meta_outplace_fliplr_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.4506910Z test_dispatch_symbolic_meta_outplace_fliplr_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.4507123Z test_dispatch_symbolic_meta_outplace_fliplr_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.4507422Z test_dispatch_symbolic_meta_outplace_fliplr_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.4507631Z test_dispatch_symbolic_meta_outplace_fliplr_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.4507850Z test_dispatch_symbolic_meta_outplace_flipud_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.4508066Z test_dispatch_symbolic_meta_outplace_flipud_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.4508293Z test_dispatch_symbolic_meta_outplace_flipud_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.4508517Z test_dispatch_symbolic_meta_outplace_flipud_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.4508900Z test_dispatch_symbolic_meta_outplace_flipud_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.4509120Z test_dispatch_symbolic_meta_outplace_flipud_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.4509329Z test_dispatch_symbolic_meta_outplace_flipud_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.4509542Z test_dispatch_symbolic_meta_outplace_flipud_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.4509753Z test_dispatch_symbolic_meta_outplace_flipud_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.4510208Z test_dispatch_symbolic_meta_outplace_flipud_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.4510634Z test_dispatch_symbolic_meta_outplace_flipud_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.4510848Z test_dispatch_symbolic_meta_outplace_flipud_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.4511067Z test_dispatch_symbolic_meta_outplace_float_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.4511275Z test_dispatch_symbolic_meta_outplace_float_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.4511499Z test_dispatch_symbolic_meta_outplace_float_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.4511715Z test_dispatch_symbolic_meta_outplace_float_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.4511926Z test_dispatch_symbolic_meta_outplace_float_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.4512138Z test_dispatch_symbolic_meta_outplace_float_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.4512396Z test_dispatch_symbolic_meta_outplace_float_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.4512743Z test_dispatch_symbolic_meta_outplace_float_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.4512962Z test_dispatch_symbolic_meta_outplace_float_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.4513171Z test_dispatch_symbolic_meta_outplace_float_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.4513384Z test_dispatch_symbolic_meta_outplace_float_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.4513593Z test_dispatch_symbolic_meta_outplace_float_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.4513798Z test_dispatch_symbolic_meta_outplace_float_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.4514025Z test_dispatch_symbolic_meta_outplace_float_power_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.4514249Z test_dispatch_symbolic_meta_outplace_float_power_cuda_bool (__main__.TestMetaCUDA) ... ok (0.034s) 2022-11-23T02:24:31.4514482Z test_dispatch_symbolic_meta_outplace_float_power_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.4514711Z test_dispatch_symbolic_meta_outplace_float_power_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:24:31.4514934Z test_dispatch_symbolic_meta_outplace_float_power_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:24:31.4515266Z test_dispatch_symbolic_meta_outplace_float_power_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:24:31.4515491Z test_dispatch_symbolic_meta_outplace_float_power_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.4515710Z test_dispatch_symbolic_meta_outplace_float_power_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-11-23T02:24:31.4515907Z test_dispatch_symbolic_meta_outplace_float_power_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:24:31.4516119Z test_dispatch_symbolic_meta_outplace_float_power_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:24:31.4516338Z test_dispatch_symbolic_meta_outplace_float_power_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:24:31.4516551Z test_dispatch_symbolic_meta_outplace_float_power_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:24:31.4516771Z test_dispatch_symbolic_meta_outplace_floor_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.4516985Z test_dispatch_symbolic_meta_outplace_floor_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.4517203Z test_dispatch_symbolic_meta_outplace_floor_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.4517415Z test_dispatch_symbolic_meta_outplace_floor_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.4517625Z test_dispatch_symbolic_meta_outplace_floor_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.4517906Z test_dispatch_symbolic_meta_outplace_floor_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.4518132Z test_dispatch_symbolic_meta_outplace_floor_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.4518342Z test_dispatch_symbolic_meta_outplace_floor_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.4518553Z test_dispatch_symbolic_meta_outplace_floor_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.4518784Z test_dispatch_symbolic_meta_outplace_floor_divide_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.113s) 2022-11-23T02:24:31.4519012Z test_dispatch_symbolic_meta_outplace_floor_divide_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.109s) 2022-11-23T02:24:31.4519237Z test_dispatch_symbolic_meta_outplace_floor_divide_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.106s) 2022-11-23T02:24:31.4519464Z test_dispatch_symbolic_meta_outplace_floor_divide_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.109s) 2022-11-23T02:24:31.4519690Z test_dispatch_symbolic_meta_outplace_floor_divide_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.057s) 2022-11-23T02:24:31.4519910Z test_dispatch_symbolic_meta_outplace_floor_divide_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.067s) 2022-11-23T02:24:31.4520131Z test_dispatch_symbolic_meta_outplace_floor_divide_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.065s) 2022-11-23T02:24:31.4520355Z test_dispatch_symbolic_meta_outplace_floor_divide_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.056s) 2022-11-23T02:24:31.4520562Z test_dispatch_symbolic_meta_outplace_floor_divide_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:24:31.4520776Z test_dispatch_symbolic_meta_outplace_fmax_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:24:31.4520985Z test_dispatch_symbolic_meta_outplace_fmax_cuda_bool (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:24:31.4521199Z test_dispatch_symbolic_meta_outplace_fmax_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:24:31.4521415Z test_dispatch_symbolic_meta_outplace_fmax_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:24:31.4521627Z test_dispatch_symbolic_meta_outplace_fmax_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:24:31.4521832Z test_dispatch_symbolic_meta_outplace_fmax_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:24:31.4522135Z test_dispatch_symbolic_meta_outplace_fmax_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.4522346Z test_dispatch_symbolic_meta_outplace_fmax_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:24:31.4522552Z test_dispatch_symbolic_meta_outplace_fmax_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:24:31.4522756Z test_dispatch_symbolic_meta_outplace_fmax_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:24:31.4522967Z test_dispatch_symbolic_meta_outplace_fmin_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:24:31.4523236Z test_dispatch_symbolic_meta_outplace_fmin_cuda_bool (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.4523558Z test_dispatch_symbolic_meta_outplace_fmin_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.041s) 2022-11-23T02:24:31.4523778Z test_dispatch_symbolic_meta_outplace_fmin_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:24:31.4523994Z test_dispatch_symbolic_meta_outplace_fmin_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.036s) 2022-11-23T02:24:31.4524200Z test_dispatch_symbolic_meta_outplace_fmin_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:24:31.4524405Z test_dispatch_symbolic_meta_outplace_fmin_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:24:31.4524611Z test_dispatch_symbolic_meta_outplace_fmin_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:24:31.4524816Z test_dispatch_symbolic_meta_outplace_fmin_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:24:31.4525103Z test_dispatch_symbolic_meta_outplace_fmin_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:24:31.4525319Z test_dispatch_symbolic_meta_outplace_fmod_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-11-23T02:24:31.4525531Z test_dispatch_symbolic_meta_outplace_fmod_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.033s) 2022-11-23T02:24:31.4525746Z test_dispatch_symbolic_meta_outplace_fmod_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.034s) 2022-11-23T02:24:31.4525956Z test_dispatch_symbolic_meta_outplace_fmod_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.4526161Z test_dispatch_symbolic_meta_outplace_fmod_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.038s) 2022-11-23T02:24:31.4526371Z test_dispatch_symbolic_meta_outplace_fmod_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:24:31.4526577Z test_dispatch_symbolic_meta_outplace_fmod_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:24:31.4526825Z test_dispatch_symbolic_meta_outplace_fmod_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:24:31.4527036Z test_dispatch_symbolic_meta_outplace_fmod_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:24:31.4527250Z test_dispatch_symbolic_meta_outplace_frac_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.4527465Z test_dispatch_symbolic_meta_outplace_frac_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.4527679Z test_dispatch_symbolic_meta_outplace_frac_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.4527890Z test_dispatch_symbolic_meta_outplace_frac_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.4528101Z test_dispatch_symbolic_meta_outplace_frexp_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.4528352Z test_dispatch_symbolic_meta_outplace_frexp_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.4528574Z test_dispatch_symbolic_meta_outplace_frexp_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.4528787Z test_dispatch_symbolic_meta_outplace_full_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.4528996Z test_dispatch_symbolic_meta_outplace_full_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.4529866Z test_dispatch_symbolic_meta_outplace_full_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.4530085Z test_dispatch_symbolic_meta_outplace_full_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.4530295Z test_dispatch_symbolic_meta_outplace_full_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.4530491Z test_dispatch_symbolic_meta_outplace_full_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.4530700Z test_dispatch_symbolic_meta_outplace_full_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.4530919Z test_dispatch_symbolic_meta_outplace_full_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.4531128Z test_dispatch_symbolic_meta_outplace_full_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.4531338Z test_dispatch_symbolic_meta_outplace_full_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.4531544Z test_dispatch_symbolic_meta_outplace_full_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.4531755Z test_dispatch_symbolic_meta_outplace_full_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.4531956Z test_dispatch_symbolic_meta_outplace_full_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.4532178Z test_dispatch_symbolic_meta_outplace_full_like_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.4532395Z test_dispatch_symbolic_meta_outplace_full_like_cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.4532712Z test_dispatch_symbolic_meta_outplace_full_like_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:31.4532958Z test_dispatch_symbolic_meta_outplace_full_like_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.4533179Z test_dispatch_symbolic_meta_outplace_full_like_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.4533398Z test_dispatch_symbolic_meta_outplace_full_like_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.4533608Z test_dispatch_symbolic_meta_outplace_full_like_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.4533824Z test_dispatch_symbolic_meta_outplace_full_like_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.4534031Z test_dispatch_symbolic_meta_outplace_full_like_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.4534235Z test_dispatch_symbolic_meta_outplace_full_like_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.4534450Z test_dispatch_symbolic_meta_outplace_full_like_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.4534655Z test_dispatch_symbolic_meta_outplace_full_like_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.4534862Z test_dispatch_symbolic_meta_outplace_gather_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.4535063Z test_dispatch_symbolic_meta_outplace_gather_cuda_bool (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.4535285Z test_dispatch_symbolic_meta_outplace_gather_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.4535506Z test_dispatch_symbolic_meta_outplace_gather_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.4535723Z test_dispatch_symbolic_meta_outplace_gather_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.4535932Z test_dispatch_symbolic_meta_outplace_gather_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.4536141Z test_dispatch_symbolic_meta_outplace_gather_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.4536355Z test_dispatch_symbolic_meta_outplace_gather_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.4536569Z test_dispatch_symbolic_meta_outplace_gather_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.4536875Z test_dispatch_symbolic_meta_outplace_gather_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.4537084Z test_dispatch_symbolic_meta_outplace_gather_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.4537292Z test_dispatch_symbolic_meta_outplace_gather_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.4537498Z test_dispatch_symbolic_meta_outplace_gcd_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:24:31.4537703Z test_dispatch_symbolic_meta_outplace_gcd_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:24:31.4537909Z test_dispatch_symbolic_meta_outplace_gcd_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.4538117Z test_dispatch_symbolic_meta_outplace_gcd_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:24:31.4538318Z test_dispatch_symbolic_meta_outplace_gcd_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:24:31.4538531Z test_dispatch_symbolic_meta_outplace_ge_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.4538737Z test_dispatch_symbolic_meta_outplace_ge_cuda_bool (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:24:31.4538945Z test_dispatch_symbolic_meta_outplace_ge_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:24:31.4539152Z test_dispatch_symbolic_meta_outplace_ge_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:24:31.4539344Z test_dispatch_symbolic_meta_outplace_ge_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:24:31.4539621Z test_dispatch_symbolic_meta_outplace_ge_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:24:31.4539841Z test_dispatch_symbolic_meta_outplace_ge_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.4540039Z test_dispatch_symbolic_meta_outplace_ge_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:24:31.4540242Z test_dispatch_symbolic_meta_outplace_ge_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:24:31.4540445Z test_dispatch_symbolic_meta_outplace_ge_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:24:31.4540666Z test_dispatch_symbolic_meta_outplace_geqrf_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.043s) 2022-11-23T02:24:31.4540884Z test_dispatch_symbolic_meta_outplace_geqrf_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.041s) 2022-11-23T02:24:31.4541096Z test_dispatch_symbolic_meta_outplace_geqrf_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.039s) 2022-11-23T02:24:31.4541313Z test_dispatch_symbolic_meta_outplace_geqrf_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.037s) 2022-11-23T02:24:31.4541536Z test_dispatch_symbolic_meta_outplace_gradient_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.419s) 2022-11-23T02:24:31.4541765Z test_dispatch_symbolic_meta_outplace_gradient_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.356s) 2022-11-23T02:24:31.4541989Z test_dispatch_symbolic_meta_outplace_gradient_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.354s) 2022-11-23T02:24:31.4542214Z test_dispatch_symbolic_meta_outplace_gradient_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.937s) 2022-11-23T02:24:31.4542607Z test_dispatch_symbolic_meta_outplace_gradient_cuda_float32 (__main__.TestMetaCUDA) ... ok (1.316s) 2022-11-23T02:24:31.4542831Z test_dispatch_symbolic_meta_outplace_gradient_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.370s) 2022-11-23T02:24:31.4543044Z test_dispatch_symbolic_meta_outplace_gradient_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.411s) 2022-11-23T02:24:31.4543258Z test_dispatch_symbolic_meta_outplace_gradient_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.408s) 2022-11-23T02:24:31.4543462Z test_dispatch_symbolic_meta_outplace_gradient_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.353s) 2022-11-23T02:24:31.4543673Z test_dispatch_symbolic_meta_outplace_gradient_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.360s) 2022-11-23T02:24:31.4543905Z test_dispatch_symbolic_meta_outplace_grid_sampler_2d_cuda_float16 (__main__.TestMetaCUDA) ... ok (1.240s) 2022-11-23T02:24:31.4544230Z test_dispatch_symbolic_meta_outplace_grid_sampler_2d_cuda_float32 (__main__.TestMetaCUDA) ... ok (1.217s) 2022-11-23T02:24:31.4544456Z test_dispatch_symbolic_meta_outplace_grid_sampler_2d_cuda_float64 (__main__.TestMetaCUDA) ... ok (1.267s) 2022-11-23T02:24:31.4544666Z test_dispatch_symbolic_meta_outplace_gt_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-11-23T02:24:31.4544869Z test_dispatch_symbolic_meta_outplace_gt_cuda_bool (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:24:31.4545082Z test_dispatch_symbolic_meta_outplace_gt_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.036s) 2022-11-23T02:24:31.4545290Z test_dispatch_symbolic_meta_outplace_gt_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:24:31.4545498Z test_dispatch_symbolic_meta_outplace_gt_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:24:31.4545706Z test_dispatch_symbolic_meta_outplace_gt_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:24:31.4545911Z test_dispatch_symbolic_meta_outplace_gt_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:24:31.4546109Z test_dispatch_symbolic_meta_outplace_gt_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:24:31.4546311Z test_dispatch_symbolic_meta_outplace_gt_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:24:31.4546510Z test_dispatch_symbolic_meta_outplace_gt_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:24:31.4546795Z test_dispatch_symbolic_meta_outplace_half_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.4547021Z test_dispatch_symbolic_meta_outplace_half_cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.4547243Z test_dispatch_symbolic_meta_outplace_half_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.4547463Z test_dispatch_symbolic_meta_outplace_half_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.4547680Z test_dispatch_symbolic_meta_outplace_half_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.4547892Z test_dispatch_symbolic_meta_outplace_half_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.4548104Z test_dispatch_symbolic_meta_outplace_half_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.4548312Z test_dispatch_symbolic_meta_outplace_half_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.4548522Z test_dispatch_symbolic_meta_outplace_half_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.4548713Z test_dispatch_symbolic_meta_outplace_half_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.4548917Z test_dispatch_symbolic_meta_outplace_half_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.4549122Z test_dispatch_symbolic_meta_outplace_half_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.4549352Z test_dispatch_symbolic_meta_outplace_heaviside_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.046s) 2022-11-23T02:24:31.4549576Z test_dispatch_symbolic_meta_outplace_heaviside_cuda_bool (__main__.TestMetaCUDA) ... ok (0.043s) 2022-11-23T02:24:31.4549799Z test_dispatch_symbolic_meta_outplace_heaviside_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.051s) 2022-11-23T02:24:31.4550014Z test_dispatch_symbolic_meta_outplace_heaviside_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.036s) 2022-11-23T02:24:31.4550229Z test_dispatch_symbolic_meta_outplace_heaviside_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.050s) 2022-11-23T02:24:31.4550446Z test_dispatch_symbolic_meta_outplace_heaviside_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.044s) 2022-11-23T02:24:31.4550659Z test_dispatch_symbolic_meta_outplace_heaviside_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.043s) 2022-11-23T02:24:31.4550866Z test_dispatch_symbolic_meta_outplace_heaviside_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.041s) 2022-11-23T02:24:31.4551170Z test_dispatch_symbolic_meta_outplace_heaviside_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.043s) 2022-11-23T02:24:31.4551379Z test_dispatch_symbolic_meta_outplace_heaviside_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.071s) 2022-11-23T02:24:31.4551591Z test_dispatch_symbolic_meta_outplace_histc_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.182s) 2022-11-23T02:24:31.4551801Z test_dispatch_symbolic_meta_outplace_histc_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.173s) 2022-11-23T02:24:31.4552013Z test_dispatch_symbolic_meta_outplace_histc_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.174s) 2022-11-23T02:24:31.4552225Z test_dispatch_symbolic_meta_outplace_histc_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.167s) 2022-11-23T02:24:31.4552435Z test_dispatch_symbolic_meta_outplace_histc_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.177s) 2022-11-23T02:24:31.4552640Z test_dispatch_symbolic_meta_outplace_histc_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.172s) 2022-11-23T02:24:31.4552865Z test_dispatch_symbolic_meta_outplace_hsplit_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.4553073Z test_dispatch_symbolic_meta_outplace_hsplit_cuda_bool (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.4553281Z test_dispatch_symbolic_meta_outplace_hsplit_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.4553502Z test_dispatch_symbolic_meta_outplace_hsplit_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.4553786Z test_dispatch_symbolic_meta_outplace_hsplit_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.4554021Z test_dispatch_symbolic_meta_outplace_hsplit_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.4554229Z test_dispatch_symbolic_meta_outplace_hsplit_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.4554436Z test_dispatch_symbolic_meta_outplace_hsplit_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.4554651Z test_dispatch_symbolic_meta_outplace_hsplit_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.4554865Z test_dispatch_symbolic_meta_outplace_hsplit_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.4555076Z test_dispatch_symbolic_meta_outplace_hsplit_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.4555285Z test_dispatch_symbolic_meta_outplace_hsplit_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.4555497Z test_dispatch_symbolic_meta_outplace_hsplit_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.4555715Z test_dispatch_symbolic_meta_outplace_hstack_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.4555926Z test_dispatch_symbolic_meta_outplace_hstack_cuda_bool (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.4556147Z test_dispatch_symbolic_meta_outplace_hstack_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.4556374Z test_dispatch_symbolic_meta_outplace_hstack_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.4556586Z test_dispatch_symbolic_meta_outplace_hstack_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.4556800Z test_dispatch_symbolic_meta_outplace_hstack_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.4557007Z test_dispatch_symbolic_meta_outplace_hstack_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.4557215Z test_dispatch_symbolic_meta_outplace_hstack_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.4557424Z test_dispatch_symbolic_meta_outplace_hstack_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.4557637Z test_dispatch_symbolic_meta_outplace_hstack_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.4557924Z test_dispatch_symbolic_meta_outplace_hstack_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.4558135Z test_dispatch_symbolic_meta_outplace_hstack_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.4558342Z test_dispatch_symbolic_meta_outplace_hstack_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.4558556Z test_dispatch_symbolic_meta_outplace_hypot_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:24:31.4558768Z test_dispatch_symbolic_meta_outplace_hypot_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-11-23T02:24:31.4558987Z test_dispatch_symbolic_meta_outplace_hypot_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:24:31.4559203Z test_dispatch_symbolic_meta_outplace_hypot_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:24:31.4559412Z test_dispatch_symbolic_meta_outplace_i0_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.4559615Z test_dispatch_symbolic_meta_outplace_i0_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.4559828Z test_dispatch_symbolic_meta_outplace_i0_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.4560033Z test_dispatch_symbolic_meta_outplace_i0_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.4560239Z test_dispatch_symbolic_meta_outplace_i0_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.4560443Z test_dispatch_symbolic_meta_outplace_i0_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.4560712Z test_dispatch_symbolic_meta_outplace_i0_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.4560930Z test_dispatch_symbolic_meta_outplace_i0_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.4561132Z test_dispatch_symbolic_meta_outplace_i0_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.4561329Z test_dispatch_symbolic_meta_outplace_i0_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.4561549Z test_dispatch_symbolic_meta_outplace_igamma_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:24:31.4561756Z test_dispatch_symbolic_meta_outplace_igamma_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:24:31.4561972Z test_dispatch_symbolic_meta_outplace_igammac_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:24:31.4562176Z test_dispatch_symbolic_meta_outplace_igammac_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.4562389Z test_dispatch_symbolic_meta_outplace_imag_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.4562607Z test_dispatch_symbolic_meta_outplace_imag_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.4562817Z test_dispatch_symbolic_meta_outplace_imag_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.4563037Z test_dispatch_symbolic_meta_outplace_index_add_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.036s) 2022-11-23T02:24:31.4563251Z test_dispatch_symbolic_meta_outplace_index_add_cuda_bool (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:24:31.4563479Z test_dispatch_symbolic_meta_outplace_index_add_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:24:31.4563704Z test_dispatch_symbolic_meta_outplace_index_add_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-11-23T02:24:31.4563931Z test_dispatch_symbolic_meta_outplace_index_add_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:24:31.4564151Z test_dispatch_symbolic_meta_outplace_index_add_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.036s) 2022-11-23T02:24:31.4564364Z test_dispatch_symbolic_meta_outplace_index_add_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:24:31.4564571Z test_dispatch_symbolic_meta_outplace_index_add_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:24:31.4564873Z test_dispatch_symbolic_meta_outplace_index_add_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:24:31.4565082Z test_dispatch_symbolic_meta_outplace_index_add_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:24:31.4565287Z test_dispatch_symbolic_meta_outplace_index_add_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.037s) 2022-11-23T02:24:31.4565616Z test_dispatch_symbolic_meta_outplace_index_add_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-11-23T02:24:31.4566026Z test_dispatch_symbolic_meta_outplace_index_add_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.035s) 2022-11-23T02:24:31.4566261Z test_dispatch_symbolic_meta_outplace_index_copy_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.4566478Z test_dispatch_symbolic_meta_outplace_index_copy_cuda_bool (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.4567004Z test_dispatch_symbolic_meta_outplace_index_copy_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.4567364Z test_dispatch_symbolic_meta_outplace_index_copy_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:24:31.4567626Z test_dispatch_symbolic_meta_outplace_index_copy_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.4567833Z test_dispatch_symbolic_meta_outplace_index_copy_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.4568057Z test_dispatch_symbolic_meta_outplace_index_copy_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.4568277Z test_dispatch_symbolic_meta_outplace_index_copy_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.4569195Z test_dispatch_symbolic_meta_outplace_index_copy_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.4569474Z test_dispatch_symbolic_meta_outplace_index_copy_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.4569691Z test_dispatch_symbolic_meta_outplace_index_copy_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.4569909Z test_dispatch_symbolic_meta_outplace_index_copy_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.4570131Z test_dispatch_symbolic_meta_outplace_index_fill_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.4570348Z test_dispatch_symbolic_meta_outplace_index_fill_cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.4570574Z test_dispatch_symbolic_meta_outplace_index_fill_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.4570801Z test_dispatch_symbolic_meta_outplace_index_fill_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.4571026Z test_dispatch_symbolic_meta_outplace_index_fill_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.4571246Z test_dispatch_symbolic_meta_outplace_index_fill_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.4571466Z test_dispatch_symbolic_meta_outplace_index_fill_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.4571688Z test_dispatch_symbolic_meta_outplace_index_fill_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.4571900Z test_dispatch_symbolic_meta_outplace_index_fill_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.4572106Z test_dispatch_symbolic_meta_outplace_index_fill_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.4572319Z test_dispatch_symbolic_meta_outplace_index_fill_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.4572613Z test_dispatch_symbolic_meta_outplace_index_fill_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.4587914Z test_dispatch_symbolic_meta_outplace_index_put_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.4589959Z test_dispatch_symbolic_meta_outplace_index_put_cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.4590518Z test_dispatch_symbolic_meta_outplace_index_put_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.4591153Z test_dispatch_symbolic_meta_outplace_index_put_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.4591558Z test_dispatch_symbolic_meta_outplace_index_put_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.4591799Z test_dispatch_symbolic_meta_outplace_index_put_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.4592019Z test_dispatch_symbolic_meta_outplace_index_put_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.4592240Z test_dispatch_symbolic_meta_outplace_index_put_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.4592457Z test_dispatch_symbolic_meta_outplace_index_put_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.4592664Z test_dispatch_symbolic_meta_outplace_index_put_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.4592874Z test_dispatch_symbolic_meta_outplace_index_put_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.4593178Z test_dispatch_symbolic_meta_outplace_index_put_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.4593575Z test_dispatch_symbolic_meta_outplace_index_put_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.4594024Z test_dispatch_symbolic_meta_outplace_index_reduce_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.074s) 2022-11-23T02:24:31.4594468Z test_dispatch_symbolic_meta_outplace_index_reduce_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.078s) 2022-11-23T02:24:31.4595062Z test_dispatch_symbolic_meta_outplace_index_reduce_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.087s) 2022-11-23T02:24:31.4595538Z test_dispatch_symbolic_meta_outplace_index_reduce_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.121s) 2022-11-23T02:24:31.4595973Z test_dispatch_symbolic_meta_outplace_index_reduce_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.079s) 2022-11-23T02:24:31.4596401Z test_dispatch_symbolic_meta_outplace_index_reduce_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.078s) 2022-11-23T02:24:31.4596833Z test_dispatch_symbolic_meta_outplace_index_reduce_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.071s) 2022-11-23T02:24:31.4597260Z test_dispatch_symbolic_meta_outplace_index_reduce_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.064s) 2022-11-23T02:24:31.4597691Z test_dispatch_symbolic_meta_outplace_index_reduce_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.080s) 2022-11-23T02:24:31.4598150Z test_dispatch_symbolic_meta_outplace_index_select_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.4598619Z test_dispatch_symbolic_meta_outplace_index_select_cuda_bool (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.4599103Z test_dispatch_symbolic_meta_outplace_index_select_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.4599541Z test_dispatch_symbolic_meta_outplace_index_select_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.4599993Z test_dispatch_symbolic_meta_outplace_index_select_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.4600438Z test_dispatch_symbolic_meta_outplace_index_select_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.4600911Z test_dispatch_symbolic_meta_outplace_index_select_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.4601349Z test_dispatch_symbolic_meta_outplace_index_select_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.4601800Z test_dispatch_symbolic_meta_outplace_index_select_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.4602270Z test_dispatch_symbolic_meta_outplace_index_select_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.4602686Z test_dispatch_symbolic_meta_outplace_index_select_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.4603332Z test_dispatch_symbolic_meta_outplace_index_select_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.4603760Z test_dispatch_symbolic_meta_outplace_index_select_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.4604205Z test_dispatch_symbolic_meta_outplace_inner_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.4604655Z test_dispatch_symbolic_meta_outplace_inner_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.4605078Z test_dispatch_symbolic_meta_outplace_inner_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.4605509Z test_dispatch_symbolic_meta_outplace_inner_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.4605943Z test_dispatch_symbolic_meta_outplace_inner_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.4606383Z test_dispatch_symbolic_meta_outplace_inner_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.4606815Z test_dispatch_symbolic_meta_outplace_int_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.4607231Z test_dispatch_symbolic_meta_outplace_int_cuda_bool (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.4607647Z test_dispatch_symbolic_meta_outplace_int_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.4608056Z test_dispatch_symbolic_meta_outplace_int_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.4608477Z test_dispatch_symbolic_meta_outplace_int_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.4608868Z test_dispatch_symbolic_meta_outplace_int_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.4609087Z test_dispatch_symbolic_meta_outplace_int_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.4609298Z test_dispatch_symbolic_meta_outplace_int_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.4609511Z test_dispatch_symbolic_meta_outplace_int_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.4609712Z test_dispatch_symbolic_meta_outplace_int_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.4609921Z test_dispatch_symbolic_meta_outplace_int_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.4610122Z test_dispatch_symbolic_meta_outplace_int_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.4610348Z test_dispatch_symbolic_meta_outplace_isclose_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.188s) 2022-11-23T02:24:31.4610567Z test_dispatch_symbolic_meta_outplace_isclose_cuda_bool (__main__.TestMetaCUDA) ... ok (0.195s) 2022-11-23T02:24:31.4610795Z test_dispatch_symbolic_meta_outplace_isclose_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.164s) 2022-11-23T02:24:31.4611020Z test_dispatch_symbolic_meta_outplace_isclose_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.168s) 2022-11-23T02:24:31.4611241Z test_dispatch_symbolic_meta_outplace_isclose_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.196s) 2022-11-23T02:24:31.4611453Z test_dispatch_symbolic_meta_outplace_isclose_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.167s) 2022-11-23T02:24:31.4611661Z test_dispatch_symbolic_meta_outplace_isclose_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.163s) 2022-11-23T02:24:31.4611875Z test_dispatch_symbolic_meta_outplace_isclose_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.143s) 2022-11-23T02:24:31.4612092Z test_dispatch_symbolic_meta_outplace_isclose_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.160s) 2022-11-23T02:24:31.4612309Z test_dispatch_symbolic_meta_outplace_isclose_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.159s) 2022-11-23T02:24:31.4612527Z test_dispatch_symbolic_meta_outplace_isclose_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.156s) 2022-11-23T02:24:31.4612737Z test_dispatch_symbolic_meta_outplace_isclose_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.144s) 2022-11-23T02:24:31.4613061Z test_dispatch_symbolic_meta_outplace_isfinite_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:24:31.4613273Z test_dispatch_symbolic_meta_outplace_isfinite_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.4613504Z test_dispatch_symbolic_meta_outplace_isfinite_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:24:31.4613714Z test_dispatch_symbolic_meta_outplace_isfinite_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.041s) 2022-11-23T02:24:31.4613939Z test_dispatch_symbolic_meta_outplace_isfinite_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:24:31.4614166Z test_dispatch_symbolic_meta_outplace_isfinite_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.4614381Z test_dispatch_symbolic_meta_outplace_isfinite_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.4614589Z test_dispatch_symbolic_meta_outplace_isfinite_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.4614809Z test_dispatch_symbolic_meta_outplace_isfinite_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.4615018Z test_dispatch_symbolic_meta_outplace_isfinite_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.4615223Z test_dispatch_symbolic_meta_outplace_isfinite_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.4615437Z test_dispatch_symbolic_meta_outplace_isfinite_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.4615654Z test_dispatch_symbolic_meta_outplace_isfinite_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.4615938Z test_dispatch_symbolic_meta_outplace_isin_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.4616170Z test_dispatch_symbolic_meta_outplace_isin_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.4616383Z test_dispatch_symbolic_meta_outplace_isin_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.4616595Z test_dispatch_symbolic_meta_outplace_isin_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.4616805Z test_dispatch_symbolic_meta_outplace_isin_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.4617014Z test_dispatch_symbolic_meta_outplace_isin_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.4617222Z test_dispatch_symbolic_meta_outplace_isin_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.4617426Z test_dispatch_symbolic_meta_outplace_isin_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.4617644Z test_dispatch_symbolic_meta_outplace_isinf_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.4617850Z test_dispatch_symbolic_meta_outplace_isinf_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.4618071Z test_dispatch_symbolic_meta_outplace_isinf_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.4618278Z test_dispatch_symbolic_meta_outplace_isinf_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.4618487Z test_dispatch_symbolic_meta_outplace_isinf_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.4618701Z test_dispatch_symbolic_meta_outplace_isinf_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.4618918Z test_dispatch_symbolic_meta_outplace_isinf_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.4619129Z test_dispatch_symbolic_meta_outplace_isinf_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.4619342Z test_dispatch_symbolic_meta_outplace_isinf_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.4619552Z test_dispatch_symbolic_meta_outplace_isinf_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.4619760Z test_dispatch_symbolic_meta_outplace_isinf_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.4620053Z test_dispatch_symbolic_meta_outplace_isinf_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.4620259Z test_dispatch_symbolic_meta_outplace_isinf_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.4620475Z test_dispatch_symbolic_meta_outplace_isnan_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.4620682Z test_dispatch_symbolic_meta_outplace_isnan_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.4620903Z test_dispatch_symbolic_meta_outplace_isnan_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.4621125Z test_dispatch_symbolic_meta_outplace_isnan_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.4621337Z test_dispatch_symbolic_meta_outplace_isnan_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.4621549Z test_dispatch_symbolic_meta_outplace_isnan_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.4621766Z test_dispatch_symbolic_meta_outplace_isnan_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.4621976Z test_dispatch_symbolic_meta_outplace_isnan_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.4622184Z test_dispatch_symbolic_meta_outplace_isnan_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.4622395Z test_dispatch_symbolic_meta_outplace_isnan_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.4622605Z test_dispatch_symbolic_meta_outplace_isnan_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.4622864Z test_dispatch_symbolic_meta_outplace_isnan_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.4623102Z test_dispatch_symbolic_meta_outplace_isneginf_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.4623315Z test_dispatch_symbolic_meta_outplace_isneginf_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.4623540Z test_dispatch_symbolic_meta_outplace_isneginf_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.4623756Z test_dispatch_symbolic_meta_outplace_isneginf_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.4623965Z test_dispatch_symbolic_meta_outplace_isneginf_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.4624179Z test_dispatch_symbolic_meta_outplace_isneginf_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.4624385Z test_dispatch_symbolic_meta_outplace_isneginf_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.4624590Z test_dispatch_symbolic_meta_outplace_isneginf_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.4624801Z test_dispatch_symbolic_meta_outplace_isneginf_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.4625017Z test_dispatch_symbolic_meta_outplace_isneginf_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.4625241Z test_dispatch_symbolic_meta_outplace_isposinf_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.4625454Z test_dispatch_symbolic_meta_outplace_isposinf_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.4625676Z test_dispatch_symbolic_meta_outplace_isposinf_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.4625893Z test_dispatch_symbolic_meta_outplace_isposinf_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.4626104Z test_dispatch_symbolic_meta_outplace_isposinf_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.4626323Z test_dispatch_symbolic_meta_outplace_isposinf_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.4626732Z test_dispatch_symbolic_meta_outplace_isposinf_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.4626956Z test_dispatch_symbolic_meta_outplace_isposinf_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.4627270Z test_dispatch_symbolic_meta_outplace_isposinf_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.4627491Z test_dispatch_symbolic_meta_outplace_isposinf_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.4627695Z test_dispatch_symbolic_meta_outplace_isreal_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.4627905Z test_dispatch_symbolic_meta_outplace_isreal_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.4628129Z test_dispatch_symbolic_meta_outplace_isreal_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.4628354Z test_dispatch_symbolic_meta_outplace_isreal_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.4628570Z test_dispatch_symbolic_meta_outplace_isreal_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.4628785Z test_dispatch_symbolic_meta_outplace_isreal_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.4628995Z test_dispatch_symbolic_meta_outplace_isreal_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.4629201Z test_dispatch_symbolic_meta_outplace_isreal_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.4629413Z test_dispatch_symbolic_meta_outplace_isreal_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.4629627Z test_dispatch_symbolic_meta_outplace_isreal_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.4629839Z test_dispatch_symbolic_meta_outplace_isreal_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.4630122Z test_dispatch_symbolic_meta_outplace_isreal_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.4630349Z test_dispatch_symbolic_meta_outplace_isreal_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.4630572Z test_dispatch_symbolic_meta_outplace_istft_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.177s) 2022-11-23T02:24:31.4630796Z test_dispatch_symbolic_meta_outplace_istft_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.166s) 2022-11-23T02:24:31.4631047Z test_dispatch_symbolic_meta_outplace_jiterator_2inputs_2outputs_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.4631291Z test_dispatch_symbolic_meta_outplace_jiterator_2inputs_2outputs_cuda_bool (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.4631545Z test_dispatch_symbolic_meta_outplace_jiterator_2inputs_2outputs_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.4631804Z test_dispatch_symbolic_meta_outplace_jiterator_2inputs_2outputs_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.4632052Z test_dispatch_symbolic_meta_outplace_jiterator_2inputs_2outputs_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.4632297Z test_dispatch_symbolic_meta_outplace_jiterator_2inputs_2outputs_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.4632544Z test_dispatch_symbolic_meta_outplace_jiterator_2inputs_2outputs_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.4632774Z test_dispatch_symbolic_meta_outplace_jiterator_2inputs_2outputs_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.4633008Z test_dispatch_symbolic_meta_outplace_jiterator_2inputs_2outputs_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.4633238Z test_dispatch_symbolic_meta_outplace_jiterator_2inputs_2outputs_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.4633481Z test_dispatch_symbolic_meta_outplace_jiterator_2inputs_2outputs_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.4633713Z test_dispatch_symbolic_meta_outplace_jiterator_2inputs_2outputs_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.4633973Z test_dispatch_symbolic_meta_outplace_jiterator_4inputs_with_extra_args_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.4634316Z test_dispatch_symbolic_meta_outplace_jiterator_4inputs_with_extra_args_cuda_bool (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.4634584Z test_dispatch_symbolic_meta_outplace_jiterator_4inputs_with_extra_args_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.4634842Z test_dispatch_symbolic_meta_outplace_jiterator_4inputs_with_extra_args_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.4635097Z test_dispatch_symbolic_meta_outplace_jiterator_4inputs_with_extra_args_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.4635354Z test_dispatch_symbolic_meta_outplace_jiterator_4inputs_with_extra_args_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.4635600Z test_dispatch_symbolic_meta_outplace_jiterator_4inputs_with_extra_args_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.4635852Z test_dispatch_symbolic_meta_outplace_jiterator_4inputs_with_extra_args_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.4636099Z test_dispatch_symbolic_meta_outplace_jiterator_4inputs_with_extra_args_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.4636341Z test_dispatch_symbolic_meta_outplace_jiterator_4inputs_with_extra_args_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.4636591Z test_dispatch_symbolic_meta_outplace_jiterator_4inputs_with_extra_args_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.4636907Z test_dispatch_symbolic_meta_outplace_jiterator_4inputs_with_extra_args_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.4637158Z test_dispatch_symbolic_meta_outplace_jiterator_binary_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.4637387Z test_dispatch_symbolic_meta_outplace_jiterator_binary_cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.4637631Z test_dispatch_symbolic_meta_outplace_jiterator_binary_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.4637867Z test_dispatch_symbolic_meta_outplace_jiterator_binary_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.4638103Z test_dispatch_symbolic_meta_outplace_jiterator_binary_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.4638336Z test_dispatch_symbolic_meta_outplace_jiterator_binary_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.4638562Z test_dispatch_symbolic_meta_outplace_jiterator_binary_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.4638793Z test_dispatch_symbolic_meta_outplace_jiterator_binary_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.4639021Z test_dispatch_symbolic_meta_outplace_jiterator_binary_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.4639242Z test_dispatch_symbolic_meta_outplace_jiterator_binary_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.4639457Z test_dispatch_symbolic_meta_outplace_jiterator_binary_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.4639685Z test_dispatch_symbolic_meta_outplace_jiterator_binary_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.4639937Z test_dispatch_symbolic_meta_outplace_jiterator_binary_return_by_ref_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.4640185Z test_dispatch_symbolic_meta_outplace_jiterator_binary_return_by_ref_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.4640447Z test_dispatch_symbolic_meta_outplace_jiterator_binary_return_by_ref_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.4640704Z test_dispatch_symbolic_meta_outplace_jiterator_binary_return_by_ref_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.4640956Z test_dispatch_symbolic_meta_outplace_jiterator_binary_return_by_ref_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.4641299Z test_dispatch_symbolic_meta_outplace_jiterator_binary_return_by_ref_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.4641544Z test_dispatch_symbolic_meta_outplace_jiterator_binary_return_by_ref_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.4641793Z test_dispatch_symbolic_meta_outplace_jiterator_binary_return_by_ref_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.4642042Z test_dispatch_symbolic_meta_outplace_jiterator_binary_return_by_ref_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.4642288Z test_dispatch_symbolic_meta_outplace_jiterator_binary_return_by_ref_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.4642534Z test_dispatch_symbolic_meta_outplace_jiterator_binary_return_by_ref_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.4642780Z test_dispatch_symbolic_meta_outplace_jiterator_binary_return_by_ref_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.4643012Z test_dispatch_symbolic_meta_outplace_jiterator_unary_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.4643238Z test_dispatch_symbolic_meta_outplace_jiterator_unary_cuda_bool (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.4643476Z test_dispatch_symbolic_meta_outplace_jiterator_unary_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.4643710Z test_dispatch_symbolic_meta_outplace_jiterator_unary_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.4644008Z test_dispatch_symbolic_meta_outplace_jiterator_unary_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.4644252Z test_dispatch_symbolic_meta_outplace_jiterator_unary_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.4644478Z test_dispatch_symbolic_meta_outplace_jiterator_unary_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.4644710Z test_dispatch_symbolic_meta_outplace_jiterator_unary_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.4644936Z test_dispatch_symbolic_meta_outplace_jiterator_unary_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.4645160Z test_dispatch_symbolic_meta_outplace_jiterator_unary_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.4645387Z test_dispatch_symbolic_meta_outplace_jiterator_unary_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.4645600Z test_dispatch_symbolic_meta_outplace_jiterator_unary_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.4645815Z test_dispatch_symbolic_meta_outplace_kron_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.4646022Z test_dispatch_symbolic_meta_outplace_kron_cuda_bool (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.4646244Z test_dispatch_symbolic_meta_outplace_kron_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.4646460Z test_dispatch_symbolic_meta_outplace_kron_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.4646672Z test_dispatch_symbolic_meta_outplace_kron_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.4646885Z test_dispatch_symbolic_meta_outplace_kron_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.4647097Z test_dispatch_symbolic_meta_outplace_kron_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.4647308Z test_dispatch_symbolic_meta_outplace_kron_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.4647517Z test_dispatch_symbolic_meta_outplace_kron_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.4647723Z test_dispatch_symbolic_meta_outplace_kron_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.4648015Z test_dispatch_symbolic_meta_outplace_kron_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.4648222Z test_dispatch_symbolic_meta_outplace_kron_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.4648444Z test_dispatch_symbolic_meta_outplace_kthvalue_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.4648657Z test_dispatch_symbolic_meta_outplace_kthvalue_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.4648865Z test_dispatch_symbolic_meta_outplace_kthvalue_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:31.4649084Z test_dispatch_symbolic_meta_outplace_kthvalue_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.4649291Z test_dispatch_symbolic_meta_outplace_kthvalue_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.4649498Z test_dispatch_symbolic_meta_outplace_kthvalue_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.4649712Z test_dispatch_symbolic_meta_outplace_kthvalue_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.4649927Z test_dispatch_symbolic_meta_outplace_kthvalue_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.4650116Z test_dispatch_symbolic_meta_outplace_lcm_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.045s) 2022-11-23T02:24:31.4650321Z test_dispatch_symbolic_meta_outplace_lcm_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.041s) 2022-11-23T02:24:31.4650518Z test_dispatch_symbolic_meta_outplace_lcm_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.039s) 2022-11-23T02:24:31.4650791Z test_dispatch_symbolic_meta_outplace_lcm_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.043s) 2022-11-23T02:24:31.4651008Z test_dispatch_symbolic_meta_outplace_lcm_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.042s) 2022-11-23T02:24:31.4651227Z test_dispatch_symbolic_meta_outplace_ldexp_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.042s) 2022-11-23T02:24:31.4651437Z test_dispatch_symbolic_meta_outplace_ldexp_cuda_bool (__main__.TestMetaCUDA) ... ok (0.043s) 2022-11-23T02:24:31.4651661Z test_dispatch_symbolic_meta_outplace_ldexp_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.033s) 2022-11-23T02:24:31.4651879Z test_dispatch_symbolic_meta_outplace_ldexp_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.043s) 2022-11-23T02:24:31.4652090Z test_dispatch_symbolic_meta_outplace_ldexp_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.043s) 2022-11-23T02:24:31.4652303Z test_dispatch_symbolic_meta_outplace_ldexp_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.045s) 2022-11-23T02:24:31.4652521Z test_dispatch_symbolic_meta_outplace_ldexp_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.045s) 2022-11-23T02:24:31.4652732Z test_dispatch_symbolic_meta_outplace_ldexp_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.037s) 2022-11-23T02:24:31.4652940Z test_dispatch_symbolic_meta_outplace_ldexp_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.051s) 2022-11-23T02:24:31.4653150Z test_dispatch_symbolic_meta_outplace_ldexp_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.048s) 2022-11-23T02:24:31.4653362Z test_dispatch_symbolic_meta_outplace_ldexp_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.040s) 2022-11-23T02:24:31.4653569Z test_dispatch_symbolic_meta_outplace_ldexp_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.037s) 2022-11-23T02:24:31.4653774Z test_dispatch_symbolic_meta_outplace_le_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:24:31.4653979Z test_dispatch_symbolic_meta_outplace_le_cuda_bool (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:24:31.4654187Z test_dispatch_symbolic_meta_outplace_le_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:24:31.4654380Z test_dispatch_symbolic_meta_outplace_le_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.4654587Z test_dispatch_symbolic_meta_outplace_le_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-11-23T02:24:31.4654793Z test_dispatch_symbolic_meta_outplace_le_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:24:31.4655080Z test_dispatch_symbolic_meta_outplace_le_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:24:31.4655282Z test_dispatch_symbolic_meta_outplace_le_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:24:31.4655483Z test_dispatch_symbolic_meta_outplace_le_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.4655683Z test_dispatch_symbolic_meta_outplace_le_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:24:31.4655896Z test_dispatch_symbolic_meta_outplace_lerp_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.087s) 2022-11-23T02:24:31.4656119Z test_dispatch_symbolic_meta_outplace_lerp_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.129s) 2022-11-23T02:24:31.4656336Z test_dispatch_symbolic_meta_outplace_lerp_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.117s) 2022-11-23T02:24:31.4656549Z test_dispatch_symbolic_meta_outplace_lerp_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.089s) 2022-11-23T02:24:31.4656766Z test_dispatch_symbolic_meta_outplace_lerp_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.082s) 2022-11-23T02:24:31.4656980Z test_dispatch_symbolic_meta_outplace_lerp_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.082s) 2022-11-23T02:24:31.4657189Z test_dispatch_symbolic_meta_outplace_lgamma_cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.4657404Z test_dispatch_symbolic_meta_outplace_lgamma_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.4657611Z test_dispatch_symbolic_meta_outplace_lgamma_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.4658066Z test_dispatch_symbolic_meta_outplace_lgamma_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.4658359Z test_dispatch_symbolic_meta_outplace_lgamma_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.4658572Z test_dispatch_symbolic_meta_outplace_lgamma_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.4658788Z test_dispatch_symbolic_meta_outplace_lgamma_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.4658995Z test_dispatch_symbolic_meta_outplace_lgamma_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.4659187Z test_dispatch_symbolic_meta_outplace_lgamma_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.4659427Z test_dispatch_symbolic_meta_outplace_linalg_cholesky_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.052s) 2022-11-23T02:24:31.4659669Z test_dispatch_symbolic_meta_outplace_linalg_cholesky_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.046s) 2022-11-23T02:24:31.4659901Z test_dispatch_symbolic_meta_outplace_linalg_cholesky_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.049s) 2022-11-23T02:24:31.4660132Z test_dispatch_symbolic_meta_outplace_linalg_cholesky_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.049s) 2022-11-23T02:24:31.4660373Z test_dispatch_symbolic_meta_outplace_linalg_cholesky_ex_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:24:31.4660614Z test_dispatch_symbolic_meta_outplace_linalg_cholesky_ex_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.4660848Z test_dispatch_symbolic_meta_outplace_linalg_cholesky_ex_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:24:31.4661079Z test_dispatch_symbolic_meta_outplace_linalg_cholesky_ex_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:24:31.4661310Z test_dispatch_symbolic_meta_outplace_linalg_cond_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:24:31.4661541Z test_dispatch_symbolic_meta_outplace_linalg_cond_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:24:31.4661764Z test_dispatch_symbolic_meta_outplace_linalg_cond_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:24:31.4661987Z test_dispatch_symbolic_meta_outplace_linalg_cond_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:24:31.4662315Z test_dispatch_symbolic_meta_outplace_linalg_cross_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.4662547Z test_dispatch_symbolic_meta_outplace_linalg_cross_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.4662773Z test_dispatch_symbolic_meta_outplace_linalg_cross_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.4662998Z test_dispatch_symbolic_meta_outplace_linalg_cross_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.4663227Z test_dispatch_symbolic_meta_outplace_linalg_cross_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.4663450Z test_dispatch_symbolic_meta_outplace_linalg_cross_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.4663671Z test_dispatch_symbolic_meta_outplace_linalg_cross_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.4663891Z test_dispatch_symbolic_meta_outplace_linalg_cross_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.4664114Z test_dispatch_symbolic_meta_outplace_linalg_cross_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.4664336Z test_dispatch_symbolic_meta_outplace_linalg_cross_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.4664551Z test_dispatch_symbolic_meta_outplace_linalg_det_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:24:31.4664778Z test_dispatch_symbolic_meta_outplace_linalg_det_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.4665068Z test_dispatch_symbolic_meta_outplace_linalg_det_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:24:31.4665302Z test_dispatch_symbolic_meta_outplace_linalg_det_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:24:31.4665547Z test_dispatch_symbolic_meta_outplace_linalg_det_singular_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.115s) 2022-11-23T02:24:31.4665791Z test_dispatch_symbolic_meta_outplace_linalg_det_singular_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.092s) 2022-11-23T02:24:31.4666029Z test_dispatch_symbolic_meta_outplace_linalg_det_singular_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.104s) 2022-11-23T02:24:31.4666266Z test_dispatch_symbolic_meta_outplace_linalg_det_singular_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.091s) 2022-11-23T02:24:31.4666494Z test_dispatch_symbolic_meta_outplace_linalg_eig_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.4666725Z test_dispatch_symbolic_meta_outplace_linalg_eig_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.4666945Z test_dispatch_symbolic_meta_outplace_linalg_eig_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.4667168Z test_dispatch_symbolic_meta_outplace_linalg_eig_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.4667403Z test_dispatch_symbolic_meta_outplace_linalg_eigh_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.4667646Z test_dispatch_symbolic_meta_outplace_linalg_eigh_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.4668128Z test_dispatch_symbolic_meta_outplace_linalg_eigh_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.4668362Z test_dispatch_symbolic_meta_outplace_linalg_eigh_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.4668706Z test_dispatch_symbolic_meta_outplace_linalg_eigvals_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.050s) 2022-11-23T02:24:31.4669178Z test_dispatch_symbolic_meta_outplace_linalg_eigvals_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.044s) 2022-11-23T02:24:31.4669429Z test_dispatch_symbolic_meta_outplace_linalg_eigvals_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.079s) 2022-11-23T02:24:31.4669658Z test_dispatch_symbolic_meta_outplace_linalg_eigvals_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.077s) 2022-11-23T02:24:31.4670616Z test_dispatch_symbolic_meta_outplace_linalg_eigvalsh_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.4670856Z test_dispatch_symbolic_meta_outplace_linalg_eigvalsh_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.4671090Z test_dispatch_symbolic_meta_outplace_linalg_eigvalsh_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.4671304Z test_dispatch_symbolic_meta_outplace_linalg_eigvalsh_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:24:31.4671566Z test_dispatch_symbolic_meta_outplace_linalg_householder_product_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:24:31.4671824Z test_dispatch_symbolic_meta_outplace_linalg_householder_product_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:24:31.4672076Z test_dispatch_symbolic_meta_outplace_linalg_householder_product_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.4672333Z test_dispatch_symbolic_meta_outplace_linalg_householder_product_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:24:31.4672563Z test_dispatch_symbolic_meta_outplace_linalg_inv_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:24:31.4672793Z test_dispatch_symbolic_meta_outplace_linalg_inv_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:24:31.4673018Z test_dispatch_symbolic_meta_outplace_linalg_inv_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:24:31.4673333Z test_dispatch_symbolic_meta_outplace_linalg_inv_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.4673585Z test_dispatch_symbolic_meta_outplace_linalg_inv_ex_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:31.4673815Z test_dispatch_symbolic_meta_outplace_linalg_inv_ex_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.4674041Z test_dispatch_symbolic_meta_outplace_linalg_inv_ex_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.4674269Z test_dispatch_symbolic_meta_outplace_linalg_inv_ex_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.4674510Z test_dispatch_symbolic_meta_outplace_linalg_ldl_factor_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:24:31.4674748Z test_dispatch_symbolic_meta_outplace_linalg_ldl_factor_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:24:31.4674983Z test_dispatch_symbolic_meta_outplace_linalg_ldl_factor_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.4675215Z test_dispatch_symbolic_meta_outplace_linalg_ldl_factor_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.4675460Z test_dispatch_symbolic_meta_outplace_linalg_ldl_factor_ex_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.4675701Z test_dispatch_symbolic_meta_outplace_linalg_ldl_factor_ex_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.4675943Z test_dispatch_symbolic_meta_outplace_linalg_ldl_factor_ex_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.4676177Z test_dispatch_symbolic_meta_outplace_linalg_ldl_factor_ex_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.4676414Z test_dispatch_symbolic_meta_outplace_linalg_ldl_solve_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.042s) 2022-11-23T02:24:31.4676649Z test_dispatch_symbolic_meta_outplace_linalg_ldl_solve_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-11-23T02:24:31.4676883Z test_dispatch_symbolic_meta_outplace_linalg_ldl_solve_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.037s) 2022-11-23T02:24:31.4677098Z test_dispatch_symbolic_meta_outplace_linalg_ldl_solve_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:24:31.4677329Z test_dispatch_symbolic_meta_outplace_linalg_lstsq_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:24:31.4677646Z test_dispatch_symbolic_meta_outplace_linalg_lstsq_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:24:31.4677870Z test_dispatch_symbolic_meta_outplace_linalg_lstsq_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.4678093Z test_dispatch_symbolic_meta_outplace_linalg_lstsq_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:24:31.4678347Z test_dispatch_symbolic_meta_outplace_linalg_lstsq_grad_oriented_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:24:31.4678604Z test_dispatch_symbolic_meta_outplace_linalg_lstsq_grad_oriented_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.4678849Z test_dispatch_symbolic_meta_outplace_linalg_lstsq_grad_oriented_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.4679096Z test_dispatch_symbolic_meta_outplace_linalg_lstsq_grad_oriented_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:24:31.4679326Z test_dispatch_symbolic_meta_outplace_linalg_lu_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-11-23T02:24:31.4679553Z test_dispatch_symbolic_meta_outplace_linalg_lu_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:24:31.4679773Z test_dispatch_symbolic_meta_outplace_linalg_lu_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:24:31.4679986Z test_dispatch_symbolic_meta_outplace_linalg_lu_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.039s) 2022-11-23T02:24:31.4680224Z test_dispatch_symbolic_meta_outplace_linalg_lu_factor_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.081s) 2022-11-23T02:24:31.4680525Z test_dispatch_symbolic_meta_outplace_linalg_lu_factor_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.062s) 2022-11-23T02:24:31.4680776Z test_dispatch_symbolic_meta_outplace_linalg_lu_factor_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.065s) 2022-11-23T02:24:31.4681006Z test_dispatch_symbolic_meta_outplace_linalg_lu_factor_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.083s) 2022-11-23T02:24:31.4681253Z test_dispatch_symbolic_meta_outplace_linalg_lu_factor_ex_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-11-23T02:24:31.4681490Z test_dispatch_symbolic_meta_outplace_linalg_lu_factor_ex_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:24:31.4681721Z test_dispatch_symbolic_meta_outplace_linalg_lu_factor_ex_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:24:31.4681954Z test_dispatch_symbolic_meta_outplace_linalg_lu_factor_ex_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.4682188Z test_dispatch_symbolic_meta_outplace_linalg_lu_solve_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.053s) 2022-11-23T02:24:31.4682419Z test_dispatch_symbolic_meta_outplace_linalg_lu_solve_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.043s) 2022-11-23T02:24:31.4682651Z test_dispatch_symbolic_meta_outplace_linalg_lu_solve_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.222s) 2022-11-23T02:24:31.4682867Z test_dispatch_symbolic_meta_outplace_linalg_lu_solve_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.268s) 2022-11-23T02:24:31.4683095Z test_dispatch_symbolic_meta_outplace_linalg_matrix_norm_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.259s) 2022-11-23T02:24:31.4683333Z test_dispatch_symbolic_meta_outplace_linalg_matrix_norm_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.328s) 2022-11-23T02:24:31.4683570Z test_dispatch_symbolic_meta_outplace_linalg_matrix_norm_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.325s) 2022-11-23T02:24:31.4683804Z test_dispatch_symbolic_meta_outplace_linalg_matrix_norm_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.204s) 2022-11-23T02:24:31.4684035Z test_dispatch_symbolic_meta_outplace_linalg_matrix_norm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.353s) 2022-11-23T02:24:31.4684268Z test_dispatch_symbolic_meta_outplace_linalg_matrix_norm_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.340s) 2022-11-23T02:24:31.4684596Z test_dispatch_symbolic_meta_outplace_linalg_matrix_power_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.203s) 2022-11-23T02:24:31.4684834Z test_dispatch_symbolic_meta_outplace_linalg_matrix_power_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.204s) 2022-11-23T02:24:31.4685067Z test_dispatch_symbolic_meta_outplace_linalg_matrix_power_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.198s) 2022-11-23T02:24:31.4685298Z test_dispatch_symbolic_meta_outplace_linalg_matrix_power_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.187s) 2022-11-23T02:24:31.4685534Z test_dispatch_symbolic_meta_outplace_linalg_matrix_rank_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.561s) 2022-11-23T02:24:31.4685772Z test_dispatch_symbolic_meta_outplace_linalg_matrix_rank_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.570s) 2022-11-23T02:24:31.4686003Z test_dispatch_symbolic_meta_outplace_linalg_matrix_rank_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.546s) 2022-11-23T02:24:31.4686236Z test_dispatch_symbolic_meta_outplace_linalg_matrix_rank_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.536s) 2022-11-23T02:24:31.4686492Z test_dispatch_symbolic_meta_outplace_linalg_matrix_rank_hermitian_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.059s) 2022-11-23T02:24:31.4686751Z test_dispatch_symbolic_meta_outplace_linalg_matrix_rank_hermitian_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.059s) 2022-11-23T02:24:31.4687001Z test_dispatch_symbolic_meta_outplace_linalg_matrix_rank_hermitian_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.059s) 2022-11-23T02:24:31.4687315Z test_dispatch_symbolic_meta_outplace_linalg_matrix_rank_hermitian_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.059s) 2022-11-23T02:24:31.4687562Z test_dispatch_symbolic_meta_outplace_linalg_multi_dot_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.035s) 2022-11-23T02:24:31.4687796Z test_dispatch_symbolic_meta_outplace_linalg_multi_dot_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.033s) 2022-11-23T02:24:31.4688031Z test_dispatch_symbolic_meta_outplace_linalg_multi_dot_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.035s) 2022-11-23T02:24:31.4688260Z test_dispatch_symbolic_meta_outplace_linalg_multi_dot_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.035s) 2022-11-23T02:24:31.4688490Z test_dispatch_symbolic_meta_outplace_linalg_multi_dot_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:24:31.4688719Z test_dispatch_symbolic_meta_outplace_linalg_multi_dot_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.038s) 2022-11-23T02:24:31.4688928Z test_dispatch_symbolic_meta_outplace_linalg_norm_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.343s) 2022-11-23T02:24:31.4689160Z test_dispatch_symbolic_meta_outplace_linalg_norm_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.403s) 2022-11-23T02:24:31.4689386Z test_dispatch_symbolic_meta_outplace_linalg_norm_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.432s) 2022-11-23T02:24:31.4689610Z test_dispatch_symbolic_meta_outplace_linalg_norm_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.304s) 2022-11-23T02:24:31.4689836Z test_dispatch_symbolic_meta_outplace_linalg_norm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.421s) 2022-11-23T02:24:31.4690061Z test_dispatch_symbolic_meta_outplace_linalg_norm_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.439s) 2022-11-23T02:24:31.4690321Z test_dispatch_symbolic_meta_outplace_linalg_norm_subgradients_at_zero_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.267s) 2022-11-23T02:24:31.4690582Z test_dispatch_symbolic_meta_outplace_linalg_norm_subgradients_at_zero_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.357s) 2022-11-23T02:24:31.4690846Z test_dispatch_symbolic_meta_outplace_linalg_norm_subgradients_at_zero_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.330s) 2022-11-23T02:24:31.4691102Z test_dispatch_symbolic_meta_outplace_linalg_norm_subgradients_at_zero_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.277s) 2022-11-23T02:24:31.4691357Z test_dispatch_symbolic_meta_outplace_linalg_norm_subgradients_at_zero_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.327s) 2022-11-23T02:24:31.4691744Z test_dispatch_symbolic_meta_outplace_linalg_norm_subgradients_at_zero_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.333s) 2022-11-23T02:24:31.4692102Z test_dispatch_symbolic_meta_outplace_linalg_pinv_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.208s) 2022-11-23T02:24:31.4692338Z test_dispatch_symbolic_meta_outplace_linalg_pinv_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.198s) 2022-11-23T02:24:31.4692562Z test_dispatch_symbolic_meta_outplace_linalg_pinv_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-11-23T02:24:31.4692787Z test_dispatch_symbolic_meta_outplace_linalg_pinv_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:24:31.4693037Z test_dispatch_symbolic_meta_outplace_linalg_pinv_hermitian_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.055s) 2022-11-23T02:24:31.4693282Z test_dispatch_symbolic_meta_outplace_linalg_pinv_hermitian_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.057s) 2022-11-23T02:24:31.4693524Z test_dispatch_symbolic_meta_outplace_linalg_pinv_hermitian_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.4693761Z test_dispatch_symbolic_meta_outplace_linalg_pinv_hermitian_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.4694094Z 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.001s) 2022-11-23T02:24:31.4694496Z 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.001s) 2022-11-23T02:24:31.4695042Z 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.002s) 2022-11-23T02:24:31.4695382Z 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:24:31.4695614Z test_dispatch_symbolic_meta_outplace_linalg_qr_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.042s) 2022-11-23T02:24:31.4695841Z test_dispatch_symbolic_meta_outplace_linalg_qr_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.039s) 2022-11-23T02:24:31.4696063Z test_dispatch_symbolic_meta_outplace_linalg_qr_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.039s) 2022-11-23T02:24:31.4696276Z test_dispatch_symbolic_meta_outplace_linalg_qr_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.037s) 2022-11-23T02:24:31.4696497Z test_dispatch_symbolic_meta_outplace_linalg_slogdet_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.4696732Z test_dispatch_symbolic_meta_outplace_linalg_slogdet_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.4696959Z test_dispatch_symbolic_meta_outplace_linalg_slogdet_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.4697190Z test_dispatch_symbolic_meta_outplace_linalg_slogdet_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:24:31.4697420Z test_dispatch_symbolic_meta_outplace_linalg_solve_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.121s) 2022-11-23T02:24:31.4697647Z test_dispatch_symbolic_meta_outplace_linalg_solve_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.106s) 2022-11-23T02:24:31.4697871Z test_dispatch_symbolic_meta_outplace_linalg_solve_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.103s) 2022-11-23T02:24:31.4698101Z test_dispatch_symbolic_meta_outplace_linalg_solve_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.122s) 2022-11-23T02:24:31.4698335Z test_dispatch_symbolic_meta_outplace_linalg_solve_ex_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:24:31.4698567Z test_dispatch_symbolic_meta_outplace_linalg_solve_ex_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-11-23T02:24:31.4698906Z test_dispatch_symbolic_meta_outplace_linalg_solve_ex_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:24:31.4699134Z test_dispatch_symbolic_meta_outplace_linalg_solve_ex_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-11-23T02:24:31.4699383Z test_dispatch_symbolic_meta_outplace_linalg_solve_triangular_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.336s) 2022-11-23T02:24:31.4699632Z test_dispatch_symbolic_meta_outplace_linalg_solve_triangular_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.329s) 2022-11-23T02:24:31.4699876Z test_dispatch_symbolic_meta_outplace_linalg_solve_triangular_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.276s) 2022-11-23T02:24:31.4700110Z test_dispatch_symbolic_meta_outplace_linalg_solve_triangular_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.287s) 2022-11-23T02:24:31.4700336Z test_dispatch_symbolic_meta_outplace_linalg_svd_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.147s) 2022-11-23T02:24:31.4700567Z test_dispatch_symbolic_meta_outplace_linalg_svd_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.127s) 2022-11-23T02:24:31.4700789Z test_dispatch_symbolic_meta_outplace_linalg_svd_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.207s) 2022-11-23T02:24:31.4701013Z test_dispatch_symbolic_meta_outplace_linalg_svd_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.228s) 2022-11-23T02:24:31.4701353Z test_dispatch_symbolic_meta_outplace_linalg_svdvals_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.071s) 2022-11-23T02:24:31.4701633Z test_dispatch_symbolic_meta_outplace_linalg_svdvals_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.072s) 2022-11-23T02:24:31.4701942Z test_dispatch_symbolic_meta_outplace_linalg_svdvals_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.078s) 2022-11-23T02:24:31.4702168Z test_dispatch_symbolic_meta_outplace_linalg_svdvals_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.092s) 2022-11-23T02:24:31.4702407Z test_dispatch_symbolic_meta_outplace_linalg_tensorinv_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:24:31.4702645Z test_dispatch_symbolic_meta_outplace_linalg_tensorinv_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:24:31.4702878Z test_dispatch_symbolic_meta_outplace_linalg_tensorinv_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:24:31.4703108Z test_dispatch_symbolic_meta_outplace_linalg_tensorinv_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.4703348Z test_dispatch_symbolic_meta_outplace_linalg_tensorsolve_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.067s) 2022-11-23T02:24:31.4703593Z test_dispatch_symbolic_meta_outplace_linalg_tensorsolve_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.057s) 2022-11-23T02:24:31.4703830Z test_dispatch_symbolic_meta_outplace_linalg_tensorsolve_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.055s) 2022-11-23T02:24:31.4704119Z test_dispatch_symbolic_meta_outplace_linalg_tensorsolve_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.044s) 2022-11-23T02:24:31.4704496Z test_dispatch_symbolic_meta_outplace_linalg_vander_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.062s) 2022-11-23T02:24:31.4704739Z test_dispatch_symbolic_meta_outplace_linalg_vander_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.059s) 2022-11-23T02:24:31.4704966Z test_dispatch_symbolic_meta_outplace_linalg_vander_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.060s) 2022-11-23T02:24:31.4705193Z test_dispatch_symbolic_meta_outplace_linalg_vander_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.055s) 2022-11-23T02:24:31.4705419Z test_dispatch_symbolic_meta_outplace_linalg_vander_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.041s) 2022-11-23T02:24:31.4705642Z test_dispatch_symbolic_meta_outplace_linalg_vander_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.038s) 2022-11-23T02:24:31.4705865Z test_dispatch_symbolic_meta_outplace_linalg_vander_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.036s) 2022-11-23T02:24:31.4706090Z test_dispatch_symbolic_meta_outplace_linalg_vander_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.051s) 2022-11-23T02:24:31.4706412Z test_dispatch_symbolic_meta_outplace_linalg_vander_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.055s) 2022-11-23T02:24:31.4706640Z test_dispatch_symbolic_meta_outplace_linalg_vecdot_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.170s) 2022-11-23T02:24:31.4706872Z test_dispatch_symbolic_meta_outplace_linalg_vecdot_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.186s) 2022-11-23T02:24:31.4707102Z test_dispatch_symbolic_meta_outplace_linalg_vecdot_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.174s) 2022-11-23T02:24:31.4707331Z test_dispatch_symbolic_meta_outplace_linalg_vecdot_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.169s) 2022-11-23T02:24:31.4707555Z test_dispatch_symbolic_meta_outplace_linalg_vecdot_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.134s) 2022-11-23T02:24:31.4707763Z test_dispatch_symbolic_meta_outplace_linalg_vecdot_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.134s) 2022-11-23T02:24:31.4708001Z test_dispatch_symbolic_meta_outplace_linalg_vector_norm_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.536s) 2022-11-23T02:24:31.4708241Z test_dispatch_symbolic_meta_outplace_linalg_vector_norm_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.470s) 2022-11-23T02:24:31.4708477Z test_dispatch_symbolic_meta_outplace_linalg_vector_norm_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.475s) 2022-11-23T02:24:31.4708710Z test_dispatch_symbolic_meta_outplace_linalg_vector_norm_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.550s) 2022-11-23T02:24:31.4709508Z test_dispatch_symbolic_meta_outplace_linalg_vector_norm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.441s) 2022-11-23T02:24:31.4709793Z test_dispatch_symbolic_meta_outplace_linalg_vector_norm_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.443s) 2022-11-23T02:24:31.4710017Z test_dispatch_symbolic_meta_outplace_linspace_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.089s) 2022-11-23T02:24:31.4710249Z test_dispatch_symbolic_meta_outplace_linspace_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.068s) 2022-11-23T02:24:31.4710476Z test_dispatch_symbolic_meta_outplace_linspace_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.071s) 2022-11-23T02:24:31.4710697Z test_dispatch_symbolic_meta_outplace_linspace_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.067s) 2022-11-23T02:24:31.4710918Z test_dispatch_symbolic_meta_outplace_linspace_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.073s) 2022-11-23T02:24:31.4711130Z test_dispatch_symbolic_meta_outplace_linspace_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.069s) 2022-11-23T02:24:31.4711349Z test_dispatch_symbolic_meta_outplace_linspace_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.081s) 2022-11-23T02:24:31.4711560Z test_dispatch_symbolic_meta_outplace_linspace_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.075s) 2022-11-23T02:24:31.4711765Z test_dispatch_symbolic_meta_outplace_linspace_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.067s) 2022-11-23T02:24:31.4711982Z test_dispatch_symbolic_meta_outplace_linspace_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.073s) 2022-11-23T02:24:31.4712199Z test_dispatch_symbolic_meta_outplace_linspace_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.057s) 2022-11-23T02:24:31.4712481Z test_dispatch_symbolic_meta_outplace_log10_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.4712792Z test_dispatch_symbolic_meta_outplace_log10_cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.4713020Z test_dispatch_symbolic_meta_outplace_log10_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.4713244Z test_dispatch_symbolic_meta_outplace_log10_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.4713457Z test_dispatch_symbolic_meta_outplace_log10_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.4713656Z test_dispatch_symbolic_meta_outplace_log10_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.4713978Z test_dispatch_symbolic_meta_outplace_log10_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.4714188Z test_dispatch_symbolic_meta_outplace_log10_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.4714397Z test_dispatch_symbolic_meta_outplace_log10_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.4714605Z test_dispatch_symbolic_meta_outplace_log10_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.4714814Z test_dispatch_symbolic_meta_outplace_log10_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.4715024Z test_dispatch_symbolic_meta_outplace_log10_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.4715243Z test_dispatch_symbolic_meta_outplace_log1p_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.4715452Z test_dispatch_symbolic_meta_outplace_log1p_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.4715802Z test_dispatch_symbolic_meta_outplace_log1p_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.4716094Z test_dispatch_symbolic_meta_outplace_log1p_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.4716312Z test_dispatch_symbolic_meta_outplace_log1p_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.4716521Z test_dispatch_symbolic_meta_outplace_log1p_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.4716730Z test_dispatch_symbolic_meta_outplace_log1p_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.4717027Z test_dispatch_symbolic_meta_outplace_log1p_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.4717257Z test_dispatch_symbolic_meta_outplace_log1p_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.4717463Z test_dispatch_symbolic_meta_outplace_log1p_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.4717682Z test_dispatch_symbolic_meta_outplace_log2_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.4717889Z test_dispatch_symbolic_meta_outplace_log2_cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.4718109Z test_dispatch_symbolic_meta_outplace_log2_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.4718310Z test_dispatch_symbolic_meta_outplace_log2_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.4718523Z test_dispatch_symbolic_meta_outplace_log2_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.4718736Z test_dispatch_symbolic_meta_outplace_log2_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.4718944Z test_dispatch_symbolic_meta_outplace_log2_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.4719151Z test_dispatch_symbolic_meta_outplace_log2_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.4719360Z test_dispatch_symbolic_meta_outplace_log2_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.4719565Z test_dispatch_symbolic_meta_outplace_log2_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.4719773Z test_dispatch_symbolic_meta_outplace_log2_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.4719976Z test_dispatch_symbolic_meta_outplace_log2_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.4720187Z test_dispatch_symbolic_meta_outplace_log_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.4720395Z test_dispatch_symbolic_meta_outplace_log_cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.4720615Z test_dispatch_symbolic_meta_outplace_log_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.4720828Z test_dispatch_symbolic_meta_outplace_log_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.4721041Z test_dispatch_symbolic_meta_outplace_log_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.4721343Z test_dispatch_symbolic_meta_outplace_log_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.4721555Z test_dispatch_symbolic_meta_outplace_log_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.4721764Z test_dispatch_symbolic_meta_outplace_log_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.4721969Z test_dispatch_symbolic_meta_outplace_log_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.4722178Z test_dispatch_symbolic_meta_outplace_log_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.4722378Z test_dispatch_symbolic_meta_outplace_log_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.4722584Z test_dispatch_symbolic_meta_outplace_log_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.4722767Z test_dispatch_symbolic_meta_outplace_log_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.4722997Z test_dispatch_symbolic_meta_outplace_log_softmax_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:24:31.4723220Z test_dispatch_symbolic_meta_outplace_log_softmax_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:24:31.4723448Z test_dispatch_symbolic_meta_outplace_log_softmax_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:24:31.4723671Z test_dispatch_symbolic_meta_outplace_log_softmax_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:24:31.4723977Z test_dispatch_symbolic_meta_outplace_log_softmax_with_dtype_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:24:31.4724231Z test_dispatch_symbolic_meta_outplace_log_softmax_with_dtype_cuda_bool (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:24:31.4724477Z test_dispatch_symbolic_meta_outplace_log_softmax_with_dtype_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:24:31.4724723Z test_dispatch_symbolic_meta_outplace_log_softmax_with_dtype_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.034s) 2022-11-23T02:24:31.4724959Z test_dispatch_symbolic_meta_outplace_log_softmax_with_dtype_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:24:31.4725253Z test_dispatch_symbolic_meta_outplace_log_softmax_with_dtype_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:24:31.4725587Z test_dispatch_symbolic_meta_outplace_log_softmax_with_dtype_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:24:31.4725823Z test_dispatch_symbolic_meta_outplace_log_softmax_with_dtype_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.4726059Z test_dispatch_symbolic_meta_outplace_log_softmax_with_dtype_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.038s) 2022-11-23T02:24:31.4726293Z test_dispatch_symbolic_meta_outplace_log_softmax_with_dtype_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:24:31.4726524Z test_dispatch_symbolic_meta_outplace_log_softmax_with_dtype_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:24:31.4726805Z test_dispatch_symbolic_meta_outplace_log_softmax_with_dtype_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:24:31.4727046Z test_dispatch_symbolic_meta_outplace_log_softmax_with_dtype_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.034s) 2022-11-23T02:24:31.4727272Z test_dispatch_symbolic_meta_outplace_logaddexp2_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.4727496Z test_dispatch_symbolic_meta_outplace_logaddexp2_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.4727726Z test_dispatch_symbolic_meta_outplace_logaddexp2_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.4727952Z test_dispatch_symbolic_meta_outplace_logaddexp_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.4728309Z test_dispatch_symbolic_meta_outplace_logaddexp_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.4728676Z test_dispatch_symbolic_meta_outplace_logaddexp_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.4728910Z test_dispatch_symbolic_meta_outplace_logcumsumexp_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.4729141Z test_dispatch_symbolic_meta_outplace_logcumsumexp_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.4729368Z test_dispatch_symbolic_meta_outplace_logcumsumexp_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.4729600Z test_dispatch_symbolic_meta_outplace_logcumsumexp_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.4729819Z test_dispatch_symbolic_meta_outplace_logdet_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.4730040Z test_dispatch_symbolic_meta_outplace_logdet_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.033s) 2022-11-23T02:24:31.4730259Z test_dispatch_symbolic_meta_outplace_logdet_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-11-23T02:24:31.4730467Z test_dispatch_symbolic_meta_outplace_logdet_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:24:31.4730694Z test_dispatch_symbolic_meta_outplace_logical_and_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.040s) 2022-11-23T02:24:31.4730913Z test_dispatch_symbolic_meta_outplace_logical_and_cuda_bool (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:24:31.4731147Z test_dispatch_symbolic_meta_outplace_logical_and_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-11-23T02:24:31.4731449Z test_dispatch_symbolic_meta_outplace_logical_and_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:24:31.4731689Z test_dispatch_symbolic_meta_outplace_logical_and_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.036s) 2022-11-23T02:24:31.4731914Z test_dispatch_symbolic_meta_outplace_logical_and_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-11-23T02:24:31.4732147Z test_dispatch_symbolic_meta_outplace_logical_and_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.033s) 2022-11-23T02:24:31.4732365Z test_dispatch_symbolic_meta_outplace_logical_and_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.035s) 2022-11-23T02:24:31.4732579Z test_dispatch_symbolic_meta_outplace_logical_and_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.033s) 2022-11-23T02:24:31.4732788Z test_dispatch_symbolic_meta_outplace_logical_and_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:24:31.4733006Z test_dispatch_symbolic_meta_outplace_logical_and_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.037s) 2022-11-23T02:24:31.4733221Z test_dispatch_symbolic_meta_outplace_logical_and_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.035s) 2022-11-23T02:24:31.4733445Z test_dispatch_symbolic_meta_outplace_logical_not_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.4733665Z test_dispatch_symbolic_meta_outplace_logical_not_cuda_bool (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.4733883Z test_dispatch_symbolic_meta_outplace_logical_not_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.4734108Z test_dispatch_symbolic_meta_outplace_logical_not_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.4734331Z test_dispatch_symbolic_meta_outplace_logical_not_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.4734552Z test_dispatch_symbolic_meta_outplace_logical_not_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.4734777Z test_dispatch_symbolic_meta_outplace_logical_not_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.4734995Z test_dispatch_symbolic_meta_outplace_logical_not_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.4735211Z test_dispatch_symbolic_meta_outplace_logical_not_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.4735507Z test_dispatch_symbolic_meta_outplace_logical_not_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.4735727Z test_dispatch_symbolic_meta_outplace_logical_not_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.4735936Z test_dispatch_symbolic_meta_outplace_logical_not_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.4736156Z test_dispatch_symbolic_meta_outplace_logical_or_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:24:31.4736374Z test_dispatch_symbolic_meta_outplace_logical_or_cuda_bool (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.4736605Z test_dispatch_symbolic_meta_outplace_logical_or_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.042s) 2022-11-23T02:24:31.4736833Z test_dispatch_symbolic_meta_outplace_logical_or_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-11-23T02:24:31.4737056Z test_dispatch_symbolic_meta_outplace_logical_or_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.033s) 2022-11-23T02:24:31.4737285Z test_dispatch_symbolic_meta_outplace_logical_or_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:24:31.4737518Z test_dispatch_symbolic_meta_outplace_logical_or_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:24:31.4737881Z test_dispatch_symbolic_meta_outplace_logical_or_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.033s) 2022-11-23T02:24:31.4738103Z test_dispatch_symbolic_meta_outplace_logical_or_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:24:31.4738308Z test_dispatch_symbolic_meta_outplace_logical_or_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:24:31.4738599Z test_dispatch_symbolic_meta_outplace_logical_or_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.036s) 2022-11-23T02:24:31.4738826Z test_dispatch_symbolic_meta_outplace_logical_or_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:24:31.4739035Z test_dispatch_symbolic_meta_outplace_logical_xor_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.040s) 2022-11-23T02:24:31.4739259Z test_dispatch_symbolic_meta_outplace_logical_xor_cuda_bool (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:24:31.4739487Z test_dispatch_symbolic_meta_outplace_logical_xor_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.035s) 2022-11-23T02:24:31.4739714Z test_dispatch_symbolic_meta_outplace_logical_xor_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:24:31.4739936Z test_dispatch_symbolic_meta_outplace_logical_xor_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.040s) 2022-11-23T02:24:31.4740163Z test_dispatch_symbolic_meta_outplace_logical_xor_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.033s) 2022-11-23T02:24:31.4740428Z test_dispatch_symbolic_meta_outplace_logical_xor_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-11-23T02:24:31.4740796Z test_dispatch_symbolic_meta_outplace_logical_xor_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-11-23T02:24:31.4741025Z test_dispatch_symbolic_meta_outplace_logical_xor_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-11-23T02:24:31.4741243Z test_dispatch_symbolic_meta_outplace_logical_xor_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-11-23T02:24:31.4741460Z test_dispatch_symbolic_meta_outplace_logical_xor_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:24:31.4741672Z test_dispatch_symbolic_meta_outplace_logical_xor_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.035s) 2022-11-23T02:24:31.4741888Z test_dispatch_symbolic_meta_outplace_logit_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:24:31.4742102Z test_dispatch_symbolic_meta_outplace_logit_cuda_bool (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:24:31.4742316Z test_dispatch_symbolic_meta_outplace_logit_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:24:31.4742531Z test_dispatch_symbolic_meta_outplace_logit_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.4742843Z test_dispatch_symbolic_meta_outplace_logit_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-11-23T02:24:31.4743055Z test_dispatch_symbolic_meta_outplace_logit_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:24:31.4743265Z test_dispatch_symbolic_meta_outplace_logit_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.4743474Z test_dispatch_symbolic_meta_outplace_logit_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:24:31.4743685Z test_dispatch_symbolic_meta_outplace_logit_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.038s) 2022-11-23T02:24:31.4743880Z test_dispatch_symbolic_meta_outplace_logit_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.057s) 2022-11-23T02:24:31.4744103Z test_dispatch_symbolic_meta_outplace_logspace_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.910s) 2022-11-23T02:24:31.4744327Z test_dispatch_symbolic_meta_outplace_logspace_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.897s) 2022-11-23T02:24:31.4744559Z test_dispatch_symbolic_meta_outplace_logspace_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.929s) 2022-11-23T02:24:31.4744780Z test_dispatch_symbolic_meta_outplace_logspace_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.841s) 2022-11-23T02:24:31.4744997Z test_dispatch_symbolic_meta_outplace_logspace_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.835s) 2022-11-23T02:24:31.4745209Z test_dispatch_symbolic_meta_outplace_logspace_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.874s) 2022-11-23T02:24:31.4745428Z test_dispatch_symbolic_meta_outplace_logspace_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.793s) 2022-11-23T02:24:31.4745701Z test_dispatch_symbolic_meta_outplace_logspace_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.775s) 2022-11-23T02:24:31.4745921Z test_dispatch_symbolic_meta_outplace_logspace_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.811s) 2022-11-23T02:24:31.4746134Z test_dispatch_symbolic_meta_outplace_logspace_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.342s) 2022-11-23T02:24:31.4746356Z test_dispatch_symbolic_meta_outplace_logspace_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.271s) 2022-11-23T02:24:31.4746582Z test_dispatch_symbolic_meta_outplace_logsumexp_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-11-23T02:24:31.4746793Z test_dispatch_symbolic_meta_outplace_logsumexp_cuda_bool (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:24:31.4747014Z test_dispatch_symbolic_meta_outplace_logsumexp_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:24:31.4747231Z test_dispatch_symbolic_meta_outplace_logsumexp_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.069s) 2022-11-23T02:24:31.4747448Z test_dispatch_symbolic_meta_outplace_logsumexp_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.086s) 2022-11-23T02:24:31.4747663Z test_dispatch_symbolic_meta_outplace_logsumexp_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:24:31.4747876Z test_dispatch_symbolic_meta_outplace_logsumexp_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:24:31.4748088Z test_dispatch_symbolic_meta_outplace_logsumexp_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:24:31.4748297Z test_dispatch_symbolic_meta_outplace_logsumexp_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:24:31.4748505Z test_dispatch_symbolic_meta_outplace_logsumexp_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:24:31.4748842Z test_dispatch_symbolic_meta_outplace_long_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.4749146Z test_dispatch_symbolic_meta_outplace_long_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.4749378Z test_dispatch_symbolic_meta_outplace_long_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.4749594Z test_dispatch_symbolic_meta_outplace_long_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.4749808Z test_dispatch_symbolic_meta_outplace_long_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.4750112Z test_dispatch_symbolic_meta_outplace_long_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.4750325Z test_dispatch_symbolic_meta_outplace_long_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.4750537Z test_dispatch_symbolic_meta_outplace_long_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.4750743Z test_dispatch_symbolic_meta_outplace_long_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.4750951Z test_dispatch_symbolic_meta_outplace_long_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.4751163Z test_dispatch_symbolic_meta_outplace_long_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.4751367Z test_dispatch_symbolic_meta_outplace_long_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.4751646Z test_dispatch_symbolic_meta_outplace_long_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.4751976Z test_dispatch_symbolic_meta_outplace_lt_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:24:31.4752190Z test_dispatch_symbolic_meta_outplace_lt_cuda_bool (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:24:31.4752394Z test_dispatch_symbolic_meta_outplace_lt_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:24:31.4752599Z test_dispatch_symbolic_meta_outplace_lt_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.4752807Z test_dispatch_symbolic_meta_outplace_lt_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.4753098Z test_dispatch_symbolic_meta_outplace_lt_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:24:31.4753320Z test_dispatch_symbolic_meta_outplace_lt_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:24:31.4753504Z test_dispatch_symbolic_meta_outplace_lt_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.4753708Z test_dispatch_symbolic_meta_outplace_lt_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-11-23T02:24:31.4753909Z test_dispatch_symbolic_meta_outplace_lt_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:24:31.4754123Z test_dispatch_symbolic_meta_outplace_lu_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.063s) 2022-11-23T02:24:31.4754334Z test_dispatch_symbolic_meta_outplace_lu_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.047s) 2022-11-23T02:24:31.4754540Z test_dispatch_symbolic_meta_outplace_lu_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.043s) 2022-11-23T02:24:31.4754750Z test_dispatch_symbolic_meta_outplace_lu_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.039s) 2022-11-23T02:24:31.4754974Z test_dispatch_symbolic_meta_outplace_lu_solve_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:24:31.4755195Z test_dispatch_symbolic_meta_outplace_lu_solve_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:24:31.4755411Z test_dispatch_symbolic_meta_outplace_lu_solve_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.066s) 2022-11-23T02:24:31.4755626Z test_dispatch_symbolic_meta_outplace_lu_solve_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.066s) 2022-11-23T02:24:31.4755852Z test_dispatch_symbolic_meta_outplace_lu_unpack_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.035s) 2022-11-23T02:24:31.4756079Z test_dispatch_symbolic_meta_outplace_lu_unpack_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.042s) 2022-11-23T02:24:31.4756300Z test_dispatch_symbolic_meta_outplace_lu_unpack_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.038s) 2022-11-23T02:24:31.4756516Z test_dispatch_symbolic_meta_outplace_lu_unpack_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.036s) 2022-11-23T02:24:31.4756728Z test_dispatch_symbolic_meta_outplace_mH_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.4756932Z test_dispatch_symbolic_meta_outplace_mH_cuda_bool (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.4757232Z test_dispatch_symbolic_meta_outplace_mH_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.4757444Z test_dispatch_symbolic_meta_outplace_mH_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.4757658Z test_dispatch_symbolic_meta_outplace_mH_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.4757864Z test_dispatch_symbolic_meta_outplace_mH_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.4758054Z test_dispatch_symbolic_meta_outplace_mH_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.4758264Z test_dispatch_symbolic_meta_outplace_mH_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.4758469Z test_dispatch_symbolic_meta_outplace_mH_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.4758673Z test_dispatch_symbolic_meta_outplace_mH_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.4758870Z test_dispatch_symbolic_meta_outplace_mH_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.4759076Z test_dispatch_symbolic_meta_outplace_mH_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.4759274Z test_dispatch_symbolic_meta_outplace_mH_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.4759485Z test_dispatch_symbolic_meta_outplace_mT_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.4759689Z test_dispatch_symbolic_meta_outplace_mT_cuda_bool (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.4759974Z test_dispatch_symbolic_meta_outplace_mT_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.4760206Z test_dispatch_symbolic_meta_outplace_mT_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.4760420Z test_dispatch_symbolic_meta_outplace_mT_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.4760628Z test_dispatch_symbolic_meta_outplace_mT_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.4760837Z test_dispatch_symbolic_meta_outplace_mT_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.4761042Z test_dispatch_symbolic_meta_outplace_mT_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.4761246Z test_dispatch_symbolic_meta_outplace_mT_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.4761448Z test_dispatch_symbolic_meta_outplace_mT_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.4761646Z test_dispatch_symbolic_meta_outplace_mT_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.4761853Z test_dispatch_symbolic_meta_outplace_mT_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.4762049Z test_dispatch_symbolic_meta_outplace_mT_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.4762333Z test_dispatch_symbolic_meta_outplace_masked_amax_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.262s) 2022-11-23T02:24:31.4762758Z test_dispatch_symbolic_meta_outplace_masked_amax_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.294s) 2022-11-23T02:24:31.4762990Z test_dispatch_symbolic_meta_outplace_masked_amax_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.348s) 2022-11-23T02:24:31.4763213Z test_dispatch_symbolic_meta_outplace_masked_amax_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.283s) 2022-11-23T02:24:31.4763431Z test_dispatch_symbolic_meta_outplace_masked_amax_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.233s) 2022-11-23T02:24:31.4763641Z test_dispatch_symbolic_meta_outplace_masked_amax_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.253s) 2022-11-23T02:24:31.4763854Z test_dispatch_symbolic_meta_outplace_masked_amax_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.224s) 2022-11-23T02:24:31.4764073Z test_dispatch_symbolic_meta_outplace_masked_amax_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.240s) 2022-11-23T02:24:31.4764283Z test_dispatch_symbolic_meta_outplace_masked_amax_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.214s) 2022-11-23T02:24:31.4764599Z test_dispatch_symbolic_meta_outplace_masked_amin_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.272s) 2022-11-23T02:24:31.4764823Z test_dispatch_symbolic_meta_outplace_masked_amin_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.320s) 2022-11-23T02:24:31.4765069Z test_dispatch_symbolic_meta_outplace_masked_amin_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.255s) 2022-11-23T02:24:31.4765454Z test_dispatch_symbolic_meta_outplace_masked_amin_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.295s) 2022-11-23T02:24:31.4765684Z test_dispatch_symbolic_meta_outplace_masked_amin_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.231s) 2022-11-23T02:24:31.4765893Z test_dispatch_symbolic_meta_outplace_masked_amin_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.226s) 2022-11-23T02:24:31.4766100Z test_dispatch_symbolic_meta_outplace_masked_amin_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.216s) 2022-11-23T02:24:31.4766319Z test_dispatch_symbolic_meta_outplace_masked_amin_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.241s) 2022-11-23T02:24:31.4766525Z test_dispatch_symbolic_meta_outplace_masked_amin_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.218s) 2022-11-23T02:24:31.4766756Z test_dispatch_symbolic_meta_outplace_masked_argmax_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.165s) 2022-11-23T02:24:31.4766984Z test_dispatch_symbolic_meta_outplace_masked_argmax_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.193s) 2022-11-23T02:24:31.4767214Z test_dispatch_symbolic_meta_outplace_masked_argmax_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.182s) 2022-11-23T02:24:31.4767526Z test_dispatch_symbolic_meta_outplace_masked_argmax_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.198s) 2022-11-23T02:24:31.4767750Z test_dispatch_symbolic_meta_outplace_masked_argmax_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.138s) 2022-11-23T02:24:31.4767975Z test_dispatch_symbolic_meta_outplace_masked_argmax_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.135s) 2022-11-23T02:24:31.4768200Z test_dispatch_symbolic_meta_outplace_masked_argmax_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.127s) 2022-11-23T02:24:31.4768422Z test_dispatch_symbolic_meta_outplace_masked_argmax_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.130s) 2022-11-23T02:24:31.4768641Z test_dispatch_symbolic_meta_outplace_masked_argmax_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.149s) 2022-11-23T02:24:31.4768871Z test_dispatch_symbolic_meta_outplace_masked_argmin_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.185s) 2022-11-23T02:24:31.4769096Z test_dispatch_symbolic_meta_outplace_masked_argmin_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.183s) 2022-11-23T02:24:31.4769323Z test_dispatch_symbolic_meta_outplace_masked_argmin_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.154s) 2022-11-23T02:24:31.4769742Z test_dispatch_symbolic_meta_outplace_masked_argmin_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.175s) 2022-11-23T02:24:31.4769974Z test_dispatch_symbolic_meta_outplace_masked_argmin_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.159s) 2022-11-23T02:24:31.4770278Z test_dispatch_symbolic_meta_outplace_masked_argmin_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.161s) 2022-11-23T02:24:31.4770646Z test_dispatch_symbolic_meta_outplace_masked_argmin_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.128s) 2022-11-23T02:24:31.4771062Z test_dispatch_symbolic_meta_outplace_masked_argmin_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.132s) 2022-11-23T02:24:31.4771292Z test_dispatch_symbolic_meta_outplace_masked_argmin_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.128s) 2022-11-23T02:24:31.4771529Z test_dispatch_symbolic_meta_outplace_masked_cumprod_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.042s) 2022-11-23T02:24:31.4771765Z test_dispatch_symbolic_meta_outplace_masked_cumprod_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:24:31.4772000Z test_dispatch_symbolic_meta_outplace_masked_cumprod_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.050s) 2022-11-23T02:24:31.4772329Z test_dispatch_symbolic_meta_outplace_masked_cumprod_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.039s) 2022-11-23T02:24:31.4772557Z test_dispatch_symbolic_meta_outplace_masked_cumprod_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.038s) 2022-11-23T02:24:31.4772781Z test_dispatch_symbolic_meta_outplace_masked_cumprod_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.038s) 2022-11-23T02:24:31.4773006Z test_dispatch_symbolic_meta_outplace_masked_cumprod_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.039s) 2022-11-23T02:24:31.4773233Z test_dispatch_symbolic_meta_outplace_masked_cumprod_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.036s) 2022-11-23T02:24:31.4773463Z test_dispatch_symbolic_meta_outplace_masked_cumprod_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.039s) 2022-11-23T02:24:31.4773672Z test_dispatch_symbolic_meta_outplace_masked_cumprod_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.039s) 2022-11-23T02:24:31.4773891Z test_dispatch_symbolic_meta_outplace_masked_cumprod_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.038s) 2022-11-23T02:24:31.4774123Z test_dispatch_symbolic_meta_outplace_masked_cumsum_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.052s) 2022-11-23T02:24:31.4774358Z test_dispatch_symbolic_meta_outplace_masked_cumsum_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.049s) 2022-11-23T02:24:31.4774590Z test_dispatch_symbolic_meta_outplace_masked_cumsum_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.052s) 2022-11-23T02:24:31.4774815Z test_dispatch_symbolic_meta_outplace_masked_cumsum_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.052s) 2022-11-23T02:24:31.4775114Z test_dispatch_symbolic_meta_outplace_masked_cumsum_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.054s) 2022-11-23T02:24:31.4775398Z test_dispatch_symbolic_meta_outplace_masked_cumsum_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.049s) 2022-11-23T02:24:31.4775729Z test_dispatch_symbolic_meta_outplace_masked_cumsum_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.050s) 2022-11-23T02:24:31.4775960Z test_dispatch_symbolic_meta_outplace_masked_cumsum_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.058s) 2022-11-23T02:24:31.4776179Z test_dispatch_symbolic_meta_outplace_masked_cumsum_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.055s) 2022-11-23T02:24:31.4776504Z test_dispatch_symbolic_meta_outplace_masked_cumsum_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.082s) 2022-11-23T02:24:31.4776732Z test_dispatch_symbolic_meta_outplace_masked_cumsum_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.066s) 2022-11-23T02:24:31.4776956Z test_dispatch_symbolic_meta_outplace_masked_fill_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.4777181Z test_dispatch_symbolic_meta_outplace_masked_fill_cuda_bool (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.4777410Z test_dispatch_symbolic_meta_outplace_masked_fill_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.4777858Z test_dispatch_symbolic_meta_outplace_masked_fill_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.4778127Z test_dispatch_symbolic_meta_outplace_masked_fill_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.4778445Z test_dispatch_symbolic_meta_outplace_masked_fill_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:24:31.4778677Z test_dispatch_symbolic_meta_outplace_masked_fill_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.4778896Z test_dispatch_symbolic_meta_outplace_masked_fill_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.4779119Z test_dispatch_symbolic_meta_outplace_masked_fill_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.4779332Z test_dispatch_symbolic_meta_outplace_masked_fill_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:24:31.4779526Z test_dispatch_symbolic_meta_outplace_masked_fill_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:24:31.4779742Z test_dispatch_symbolic_meta_outplace_masked_fill_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:24:31.4780235Z test_dispatch_symbolic_meta_outplace_masked_fill_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.4780488Z test_dispatch_symbolic_meta_outplace_masked_log_softmax_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.101s) 2022-11-23T02:24:31.4780724Z test_dispatch_symbolic_meta_outplace_masked_log_softmax_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.084s) 2022-11-23T02:24:31.4780955Z test_dispatch_symbolic_meta_outplace_masked_log_softmax_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.077s) 2022-11-23T02:24:31.4781192Z test_dispatch_symbolic_meta_outplace_masked_log_softmax_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.076s) 2022-11-23T02:24:31.4781432Z test_dispatch_symbolic_meta_outplace_masked_logaddexp_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.075s) 2022-11-23T02:24:31.4781666Z test_dispatch_symbolic_meta_outplace_masked_logaddexp_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.073s) 2022-11-23T02:24:31.4781904Z test_dispatch_symbolic_meta_outplace_masked_logaddexp_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.066s) 2022-11-23T02:24:31.4782138Z test_dispatch_symbolic_meta_outplace_masked_logsumexp_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.460s) 2022-11-23T02:24:31.4782366Z test_dispatch_symbolic_meta_outplace_masked_logsumexp_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.448s) 2022-11-23T02:24:31.4782595Z test_dispatch_symbolic_meta_outplace_masked_logsumexp_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.441s) 2022-11-23T02:24:31.4782901Z test_dispatch_symbolic_meta_outplace_masked_logsumexp_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.489s) 2022-11-23T02:24:31.4783145Z test_dispatch_symbolic_meta_outplace_masked_logsumexp_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.373s) 2022-11-23T02:24:31.4783373Z test_dispatch_symbolic_meta_outplace_masked_logsumexp_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.378s) 2022-11-23T02:24:31.4783596Z test_dispatch_symbolic_meta_outplace_masked_logsumexp_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.477s) 2022-11-23T02:24:31.4783946Z test_dispatch_symbolic_meta_outplace_masked_logsumexp_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.376s) 2022-11-23T02:24:31.4784184Z test_dispatch_symbolic_meta_outplace_masked_logsumexp_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.382s) 2022-11-23T02:24:31.4784408Z test_dispatch_symbolic_meta_outplace_masked_mean_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.639s) 2022-11-23T02:24:31.4784725Z test_dispatch_symbolic_meta_outplace_masked_mean_cuda_bool (__main__.TestMetaCUDA) ... ok (0.570s) 2022-11-23T02:24:31.4784966Z test_dispatch_symbolic_meta_outplace_masked_mean_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.505s) 2022-11-23T02:24:31.4785303Z test_dispatch_symbolic_meta_outplace_masked_mean_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.565s) 2022-11-23T02:24:31.4785512Z test_dispatch_symbolic_meta_outplace_masked_mean_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.655s) 2022-11-23T02:24:31.4785739Z test_dispatch_symbolic_meta_outplace_masked_mean_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.591s) 2022-11-23T02:24:31.4785963Z test_dispatch_symbolic_meta_outplace_masked_mean_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.611s) 2022-11-23T02:24:31.4786181Z test_dispatch_symbolic_meta_outplace_masked_mean_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.527s) 2022-11-23T02:24:31.4786397Z test_dispatch_symbolic_meta_outplace_masked_mean_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.536s) 2022-11-23T02:24:31.4786611Z test_dispatch_symbolic_meta_outplace_masked_mean_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.545s) 2022-11-23T02:24:31.4786829Z test_dispatch_symbolic_meta_outplace_masked_mean_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.520s) 2022-11-23T02:24:31.4787041Z test_dispatch_symbolic_meta_outplace_masked_mean_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.510s) 2022-11-23T02:24:31.4787267Z test_dispatch_symbolic_meta_outplace_masked_median_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.048s) 2022-11-23T02:24:31.4788141Z test_dispatch_symbolic_meta_outplace_masked_median_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.045s) 2022-11-23T02:24:31.4788366Z test_dispatch_symbolic_meta_outplace_masked_median_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.043s) 2022-11-23T02:24:31.4788595Z test_dispatch_symbolic_meta_outplace_masked_norm_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (1.599s) 2022-11-23T02:24:31.4788817Z test_dispatch_symbolic_meta_outplace_masked_norm_cuda_float16 (__main__.TestMetaCUDA) ... ok (1.736s) 2022-11-23T02:24:31.4789049Z test_dispatch_symbolic_meta_outplace_masked_norm_cuda_float32 (__main__.TestMetaCUDA) ... ok (1.619s) 2022-11-23T02:24:31.4789270Z test_dispatch_symbolic_meta_outplace_masked_norm_cuda_float64 (__main__.TestMetaCUDA) ... ok (1.497s) 2022-11-23T02:24:31.4789506Z test_dispatch_symbolic_meta_outplace_masked_normalize_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.156s) 2022-11-23T02:24:31.4789746Z test_dispatch_symbolic_meta_outplace_masked_normalize_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.151s) 2022-11-23T02:24:31.4789984Z test_dispatch_symbolic_meta_outplace_masked_normalize_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.159s) 2022-11-23T02:24:31.4790218Z test_dispatch_symbolic_meta_outplace_masked_normalize_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.142s) 2022-11-23T02:24:31.4790599Z test_dispatch_symbolic_meta_outplace_masked_normalize_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.128s) 2022-11-23T02:24:31.4790933Z test_dispatch_symbolic_meta_outplace_masked_normalize_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.139s) 2022-11-23T02:24:31.4791175Z test_dispatch_symbolic_meta_outplace_masked_prod_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.321s) 2022-11-23T02:24:31.4791505Z test_dispatch_symbolic_meta_outplace_masked_prod_cuda_bool (__main__.TestMetaCUDA) ... ok (0.268s) 2022-11-23T02:24:31.4791845Z test_dispatch_symbolic_meta_outplace_masked_prod_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.273s) 2022-11-23T02:24:31.4792087Z test_dispatch_symbolic_meta_outplace_masked_prod_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.257s) 2022-11-23T02:24:31.4792311Z test_dispatch_symbolic_meta_outplace_masked_prod_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.339s) 2022-11-23T02:24:31.4792532Z test_dispatch_symbolic_meta_outplace_masked_prod_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.306s) 2022-11-23T02:24:31.4792755Z test_dispatch_symbolic_meta_outplace_masked_prod_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.330s) 2022-11-23T02:24:31.4792978Z test_dispatch_symbolic_meta_outplace_masked_prod_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.281s) 2022-11-23T02:24:31.4793200Z test_dispatch_symbolic_meta_outplace_masked_prod_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.292s) 2022-11-23T02:24:31.4793411Z test_dispatch_symbolic_meta_outplace_masked_prod_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.274s) 2022-11-23T02:24:31.4793633Z test_dispatch_symbolic_meta_outplace_masked_prod_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.253s) 2022-11-23T02:24:31.4793846Z test_dispatch_symbolic_meta_outplace_masked_prod_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.250s) 2022-11-23T02:24:31.4794076Z test_dispatch_symbolic_meta_outplace_masked_scatter_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.4794301Z test_dispatch_symbolic_meta_outplace_masked_scatter_cuda_bool (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.4794538Z test_dispatch_symbolic_meta_outplace_masked_scatter_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.4794775Z test_dispatch_symbolic_meta_outplace_masked_scatter_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.4795003Z test_dispatch_symbolic_meta_outplace_masked_scatter_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.4795231Z test_dispatch_symbolic_meta_outplace_masked_scatter_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.4795547Z test_dispatch_symbolic_meta_outplace_masked_scatter_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.4795770Z test_dispatch_symbolic_meta_outplace_masked_scatter_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.4796019Z test_dispatch_symbolic_meta_outplace_masked_scatter_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.4796378Z test_dispatch_symbolic_meta_outplace_masked_scatter_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.4796614Z test_dispatch_symbolic_meta_outplace_masked_scatter_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.4796836Z test_dispatch_symbolic_meta_outplace_masked_scatter_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.4797050Z test_dispatch_symbolic_meta_outplace_masked_select_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.4797395Z test_dispatch_symbolic_meta_outplace_masked_select_cuda_bool (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:31.4797636Z test_dispatch_symbolic_meta_outplace_masked_select_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.4797868Z test_dispatch_symbolic_meta_outplace_masked_select_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.4798096Z test_dispatch_symbolic_meta_outplace_masked_select_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.4798428Z test_dispatch_symbolic_meta_outplace_masked_select_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:24:31.4798845Z test_dispatch_symbolic_meta_outplace_masked_select_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.4799089Z test_dispatch_symbolic_meta_outplace_masked_select_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.4799312Z test_dispatch_symbolic_meta_outplace_masked_select_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.4799537Z test_dispatch_symbolic_meta_outplace_masked_select_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:24:31.4799757Z test_dispatch_symbolic_meta_outplace_masked_select_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:31.4799977Z test_dispatch_symbolic_meta_outplace_masked_select_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.4800345Z test_dispatch_symbolic_meta_outplace_masked_softmax_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.068s) 2022-11-23T02:24:31.4800670Z test_dispatch_symbolic_meta_outplace_masked_softmax_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.069s) 2022-11-23T02:24:31.4800902Z test_dispatch_symbolic_meta_outplace_masked_softmax_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.059s) 2022-11-23T02:24:31.4801122Z test_dispatch_symbolic_meta_outplace_masked_softmax_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.055s) 2022-11-23T02:24:31.4801348Z test_dispatch_symbolic_meta_outplace_masked_softmin_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.105s) 2022-11-23T02:24:31.4801565Z test_dispatch_symbolic_meta_outplace_masked_softmin_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.094s) 2022-11-23T02:24:31.4801785Z test_dispatch_symbolic_meta_outplace_masked_softmin_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.074s) 2022-11-23T02:24:31.4802001Z test_dispatch_symbolic_meta_outplace_masked_softmin_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.079s) 2022-11-23T02:24:31.4802222Z test_dispatch_symbolic_meta_outplace_masked_std_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (2.838s) 2022-11-23T02:24:31.4802452Z test_dispatch_symbolic_meta_outplace_masked_std_cuda_complex128 (__main__.TestMetaCUDA) ... ok (2.417s) 2022-11-23T02:24:31.4802681Z test_dispatch_symbolic_meta_outplace_masked_std_cuda_complex64 (__main__.TestMetaCUDA) ... ok (2.262s) 2022-11-23T02:24:31.4802889Z test_dispatch_symbolic_meta_outplace_masked_std_cuda_float16 (__main__.TestMetaCUDA) ... ok (2.904s) 2022-11-23T02:24:31.4803216Z test_dispatch_symbolic_meta_outplace_masked_std_cuda_float32 (__main__.TestMetaCUDA) ... ok (2.663s) 2022-11-23T02:24:31.4803440Z test_dispatch_symbolic_meta_outplace_masked_std_cuda_float64 (__main__.TestMetaCUDA) ... ok (2.731s) 2022-11-23T02:24:31.4803660Z test_dispatch_symbolic_meta_outplace_masked_std_cuda_int16 (__main__.TestMetaCUDA) ... ok (2.221s) 2022-11-23T02:24:31.4803873Z test_dispatch_symbolic_meta_outplace_masked_std_cuda_int32 (__main__.TestMetaCUDA) ... ok (2.357s) 2022-11-23T02:24:31.4804210Z test_dispatch_symbolic_meta_outplace_masked_std_cuda_int64 (__main__.TestMetaCUDA) ... ok (2.214s) 2022-11-23T02:24:31.4804433Z test_dispatch_symbolic_meta_outplace_masked_std_cuda_int8 (__main__.TestMetaCUDA) ... ok (2.156s) 2022-11-23T02:24:31.4804642Z test_dispatch_symbolic_meta_outplace_masked_std_cuda_uint8 (__main__.TestMetaCUDA) ... ok (2.284s) 2022-11-23T02:24:31.4804959Z test_dispatch_symbolic_meta_outplace_masked_sum_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.269s) 2022-11-23T02:24:31.4805303Z test_dispatch_symbolic_meta_outplace_masked_sum_cuda_bool (__main__.TestMetaCUDA) ... ok (0.237s) 2022-11-23T02:24:31.4805538Z test_dispatch_symbolic_meta_outplace_masked_sum_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.213s) 2022-11-23T02:24:31.4805766Z test_dispatch_symbolic_meta_outplace_masked_sum_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.259s) 2022-11-23T02:24:31.4805986Z test_dispatch_symbolic_meta_outplace_masked_sum_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.303s) 2022-11-23T02:24:31.4806285Z test_dispatch_symbolic_meta_outplace_masked_sum_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.267s) 2022-11-23T02:24:31.4806524Z test_dispatch_symbolic_meta_outplace_masked_sum_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.286s) 2022-11-23T02:24:31.4806742Z test_dispatch_symbolic_meta_outplace_masked_sum_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.227s) 2022-11-23T02:24:31.4806958Z test_dispatch_symbolic_meta_outplace_masked_sum_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.224s) 2022-11-23T02:24:31.4807166Z test_dispatch_symbolic_meta_outplace_masked_sum_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.227s) 2022-11-23T02:24:31.4807380Z test_dispatch_symbolic_meta_outplace_masked_sum_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.260s) 2022-11-23T02:24:31.4807589Z test_dispatch_symbolic_meta_outplace_masked_sum_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.263s) 2022-11-23T02:24:31.4807811Z test_dispatch_symbolic_meta_outplace_masked_var_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (2.700s) 2022-11-23T02:24:31.4808028Z test_dispatch_symbolic_meta_outplace_masked_var_cuda_complex128 (__main__.TestMetaCUDA) ... ok (2.226s) 2022-11-23T02:24:31.4808252Z test_dispatch_symbolic_meta_outplace_masked_var_cuda_complex64 (__main__.TestMetaCUDA) ... ok (2.300s) 2022-11-23T02:24:31.4808470Z test_dispatch_symbolic_meta_outplace_masked_var_cuda_float16 (__main__.TestMetaCUDA) ... ok (2.695s) 2022-11-23T02:24:31.4808691Z test_dispatch_symbolic_meta_outplace_masked_var_cuda_float32 (__main__.TestMetaCUDA) ... ok (2.518s) 2022-11-23T02:24:31.4808911Z test_dispatch_symbolic_meta_outplace_masked_var_cuda_float64 (__main__.TestMetaCUDA) ... ok (2.530s) 2022-11-23T02:24:31.4809128Z test_dispatch_symbolic_meta_outplace_masked_var_cuda_int16 (__main__.TestMetaCUDA) ... ok (2.117s) 2022-11-23T02:24:31.4809339Z test_dispatch_symbolic_meta_outplace_masked_var_cuda_int32 (__main__.TestMetaCUDA) ... ok (2.049s) 2022-11-23T02:24:31.4809545Z test_dispatch_symbolic_meta_outplace_masked_var_cuda_int64 (__main__.TestMetaCUDA) ... ok (2.158s) 2022-11-23T02:24:31.4809766Z test_dispatch_symbolic_meta_outplace_masked_var_cuda_int8 (__main__.TestMetaCUDA) ... ok (2.143s) 2022-11-23T02:24:31.4809976Z test_dispatch_symbolic_meta_outplace_masked_var_cuda_uint8 (__main__.TestMetaCUDA) ... ok (2.015s) 2022-11-23T02:24:31.4810188Z test_dispatch_symbolic_meta_outplace_matmul_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.094s) 2022-11-23T02:24:31.4810499Z test_dispatch_symbolic_meta_outplace_matmul_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.087s) 2022-11-23T02:24:31.4810825Z test_dispatch_symbolic_meta_outplace_matmul_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.092s) 2022-11-23T02:24:31.4811044Z test_dispatch_symbolic_meta_outplace_matmul_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.113s) 2022-11-23T02:24:31.4811253Z test_dispatch_symbolic_meta_outplace_matmul_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.090s) 2022-11-23T02:24:31.4811558Z test_dispatch_symbolic_meta_outplace_matmul_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.100s) 2022-11-23T02:24:31.4811886Z test_dispatch_symbolic_meta_outplace_matrix_exp_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.4812123Z test_dispatch_symbolic_meta_outplace_matrix_exp_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.4812352Z test_dispatch_symbolic_meta_outplace_matrix_exp_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.4812593Z test_dispatch_symbolic_meta_outplace_matrix_exp_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.4812950Z test_dispatch_symbolic_meta_outplace_matrix_exp_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.4813181Z test_dispatch_symbolic_meta_outplace_matrix_exp_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.4813388Z test_dispatch_symbolic_meta_outplace_max_binary_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.048s) 2022-11-23T02:24:31.4813687Z test_dispatch_symbolic_meta_outplace_max_binary_cuda_bool (__main__.TestMetaCUDA) ... ok (0.032s) 2022-11-23T02:24:31.4813921Z test_dispatch_symbolic_meta_outplace_max_binary_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.041s) 2022-11-23T02:24:31.4814139Z test_dispatch_symbolic_meta_outplace_max_binary_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:24:31.4814359Z test_dispatch_symbolic_meta_outplace_max_binary_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.038s) 2022-11-23T02:24:31.4814575Z test_dispatch_symbolic_meta_outplace_max_binary_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.033s) 2022-11-23T02:24:31.4814786Z test_dispatch_symbolic_meta_outplace_max_binary_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.033s) 2022-11-23T02:24:31.4814996Z test_dispatch_symbolic_meta_outplace_max_binary_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.033s) 2022-11-23T02:24:31.4815212Z test_dispatch_symbolic_meta_outplace_max_binary_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-11-23T02:24:31.4815428Z test_dispatch_symbolic_meta_outplace_max_binary_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:24:31.4815838Z test_dispatch_symbolic_meta_outplace_max_pool2d_with_indices_backward_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (7.970s) 2022-11-23T02:24:31.4816138Z test_dispatch_symbolic_meta_outplace_max_pool2d_with_indices_backward_cuda_float16 (__main__.TestMetaCUDA) ... ok (8.319s) 2022-11-23T02:24:31.4816390Z test_dispatch_symbolic_meta_outplace_max_pool2d_with_indices_backward_cuda_float32 (__main__.TestMetaCUDA) ... ok (8.072s) 2022-11-23T02:24:31.4816644Z test_dispatch_symbolic_meta_outplace_max_pool2d_with_indices_backward_cuda_float64 (__main__.TestMetaCUDA) ... ok (8.069s) 2022-11-23T02:24:31.4816882Z test_dispatch_symbolic_meta_outplace_max_reduction_no_dim_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.4817124Z test_dispatch_symbolic_meta_outplace_max_reduction_no_dim_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.4817473Z test_dispatch_symbolic_meta_outplace_max_reduction_no_dim_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.4817711Z test_dispatch_symbolic_meta_outplace_max_reduction_no_dim_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.4817945Z test_dispatch_symbolic_meta_outplace_max_reduction_no_dim_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.4818489Z test_dispatch_symbolic_meta_outplace_max_reduction_no_dim_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.4818730Z test_dispatch_symbolic_meta_outplace_max_reduction_no_dim_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.4818957Z test_dispatch_symbolic_meta_outplace_max_reduction_no_dim_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.4819191Z test_dispatch_symbolic_meta_outplace_max_reduction_no_dim_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.4819426Z test_dispatch_symbolic_meta_outplace_max_reduction_no_dim_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.4819651Z test_dispatch_symbolic_meta_outplace_max_reduction_with_dim_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.4819883Z test_dispatch_symbolic_meta_outplace_max_reduction_with_dim_cuda_bool (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.4820128Z test_dispatch_symbolic_meta_outplace_max_reduction_with_dim_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.4820361Z test_dispatch_symbolic_meta_outplace_max_reduction_with_dim_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.4820590Z test_dispatch_symbolic_meta_outplace_max_reduction_with_dim_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.4820823Z test_dispatch_symbolic_meta_outplace_max_reduction_with_dim_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.4821136Z test_dispatch_symbolic_meta_outplace_max_reduction_with_dim_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.4821389Z test_dispatch_symbolic_meta_outplace_max_reduction_with_dim_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.4821619Z test_dispatch_symbolic_meta_outplace_max_reduction_with_dim_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.4821853Z test_dispatch_symbolic_meta_outplace_max_reduction_with_dim_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.4822077Z test_dispatch_symbolic_meta_outplace_maximum_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:24:31.4822295Z test_dispatch_symbolic_meta_outplace_maximum_cuda_bool (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.4822516Z test_dispatch_symbolic_meta_outplace_maximum_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:24:31.4822727Z test_dispatch_symbolic_meta_outplace_maximum_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.4822932Z test_dispatch_symbolic_meta_outplace_maximum_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:24:31.4823144Z test_dispatch_symbolic_meta_outplace_maximum_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:24:31.4823359Z test_dispatch_symbolic_meta_outplace_maximum_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:24:31.4823575Z test_dispatch_symbolic_meta_outplace_maximum_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.4823901Z test_dispatch_symbolic_meta_outplace_maximum_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-11-23T02:24:31.4824119Z test_dispatch_symbolic_meta_outplace_maximum_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:24:31.4824330Z test_dispatch_symbolic_meta_outplace_mean_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:24:31.4824550Z test_dispatch_symbolic_meta_outplace_mean_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.4824872Z test_dispatch_symbolic_meta_outplace_mean_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.4825170Z test_dispatch_symbolic_meta_outplace_mean_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:24:31.4825394Z test_dispatch_symbolic_meta_outplace_mean_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.4825699Z test_dispatch_symbolic_meta_outplace_mean_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.4825914Z test_dispatch_symbolic_meta_outplace_median_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.4826125Z test_dispatch_symbolic_meta_outplace_median_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.4826334Z test_dispatch_symbolic_meta_outplace_median_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.4826544Z test_dispatch_symbolic_meta_outplace_median_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.4826792Z test_dispatch_symbolic_meta_outplace_median_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.4827004Z test_dispatch_symbolic_meta_outplace_median_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.4827216Z test_dispatch_symbolic_meta_outplace_median_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.4827431Z test_dispatch_symbolic_meta_outplace_median_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.4827677Z test_dispatch_symbolic_meta_outplace_meshgrid_list_of_tensors_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.045s) 2022-11-23T02:24:31.4827915Z test_dispatch_symbolic_meta_outplace_meshgrid_list_of_tensors_cuda_bool (__main__.TestMetaCUDA) ... ok (0.035s) 2022-11-23T02:24:31.4828171Z test_dispatch_symbolic_meta_outplace_meshgrid_list_of_tensors_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.033s) 2022-11-23T02:24:31.4828978Z test_dispatch_symbolic_meta_outplace_meshgrid_list_of_tensors_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.039s) 2022-11-23T02:24:31.4829283Z test_dispatch_symbolic_meta_outplace_meshgrid_list_of_tensors_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.035s) 2022-11-23T02:24:31.4829518Z test_dispatch_symbolic_meta_outplace_meshgrid_list_of_tensors_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.037s) 2022-11-23T02:24:31.4829755Z test_dispatch_symbolic_meta_outplace_meshgrid_list_of_tensors_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.034s) 2022-11-23T02:24:31.4829992Z test_dispatch_symbolic_meta_outplace_meshgrid_list_of_tensors_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.033s) 2022-11-23T02:24:31.4830223Z test_dispatch_symbolic_meta_outplace_meshgrid_list_of_tensors_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.035s) 2022-11-23T02:24:31.4830599Z test_dispatch_symbolic_meta_outplace_meshgrid_list_of_tensors_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.035s) 2022-11-23T02:24:31.4830870Z test_dispatch_symbolic_meta_outplace_meshgrid_list_of_tensors_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.055s) 2022-11-23T02:24:31.4831108Z test_dispatch_symbolic_meta_outplace_meshgrid_list_of_tensors_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.035s) 2022-11-23T02:24:31.4831437Z test_dispatch_symbolic_meta_outplace_meshgrid_variadic_tensors_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.033s) 2022-11-23T02:24:31.4831688Z test_dispatch_symbolic_meta_outplace_meshgrid_variadic_tensors_cuda_bool (__main__.TestMetaCUDA) ... ok (0.036s) 2022-11-23T02:24:31.4832034Z test_dispatch_symbolic_meta_outplace_meshgrid_variadic_tensors_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.046s) 2022-11-23T02:24:31.4832296Z test_dispatch_symbolic_meta_outplace_meshgrid_variadic_tensors_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.047s) 2022-11-23T02:24:31.4832543Z test_dispatch_symbolic_meta_outplace_meshgrid_variadic_tensors_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.058s) 2022-11-23T02:24:31.4832791Z test_dispatch_symbolic_meta_outplace_meshgrid_variadic_tensors_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-11-23T02:24:31.4833025Z test_dispatch_symbolic_meta_outplace_meshgrid_variadic_tensors_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.042s) 2022-11-23T02:24:31.4833264Z test_dispatch_symbolic_meta_outplace_meshgrid_variadic_tensors_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.035s) 2022-11-23T02:24:31.4833610Z test_dispatch_symbolic_meta_outplace_meshgrid_variadic_tensors_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.037s) 2022-11-23T02:24:31.4833838Z test_dispatch_symbolic_meta_outplace_meshgrid_variadic_tensors_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.044s) 2022-11-23T02:24:31.4834075Z test_dispatch_symbolic_meta_outplace_meshgrid_variadic_tensors_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.044s) 2022-11-23T02:24:31.4834303Z test_dispatch_symbolic_meta_outplace_meshgrid_variadic_tensors_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.035s) 2022-11-23T02:24:31.4834531Z test_dispatch_symbolic_meta_outplace_min_binary_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:24:31.4834746Z test_dispatch_symbolic_meta_outplace_min_binary_cuda_bool (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.4834965Z test_dispatch_symbolic_meta_outplace_min_binary_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.034s) 2022-11-23T02:24:31.4835190Z test_dispatch_symbolic_meta_outplace_min_binary_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:24:31.4835413Z test_dispatch_symbolic_meta_outplace_min_binary_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.4835632Z test_dispatch_symbolic_meta_outplace_min_binary_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.4835845Z test_dispatch_symbolic_meta_outplace_min_binary_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.034s) 2022-11-23T02:24:31.4836054Z test_dispatch_symbolic_meta_outplace_min_binary_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.034s) 2022-11-23T02:24:31.4836339Z test_dispatch_symbolic_meta_outplace_min_binary_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.033s) 2022-11-23T02:24:31.4836566Z test_dispatch_symbolic_meta_outplace_min_binary_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:24:31.4836805Z test_dispatch_symbolic_meta_outplace_min_reduction_no_dim_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.4837042Z test_dispatch_symbolic_meta_outplace_min_reduction_no_dim_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.4837411Z test_dispatch_symbolic_meta_outplace_min_reduction_no_dim_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.4837655Z test_dispatch_symbolic_meta_outplace_min_reduction_no_dim_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.4837890Z test_dispatch_symbolic_meta_outplace_min_reduction_no_dim_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.4838234Z test_dispatch_symbolic_meta_outplace_min_reduction_no_dim_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.4838582Z test_dispatch_symbolic_meta_outplace_min_reduction_no_dim_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.4838824Z test_dispatch_symbolic_meta_outplace_min_reduction_no_dim_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.4839057Z test_dispatch_symbolic_meta_outplace_min_reduction_no_dim_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.4839285Z test_dispatch_symbolic_meta_outplace_min_reduction_no_dim_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.4839526Z test_dispatch_symbolic_meta_outplace_min_reduction_with_dim_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.4839758Z test_dispatch_symbolic_meta_outplace_min_reduction_with_dim_cuda_bool (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.4839997Z test_dispatch_symbolic_meta_outplace_min_reduction_with_dim_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.4840232Z test_dispatch_symbolic_meta_outplace_min_reduction_with_dim_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.4840460Z test_dispatch_symbolic_meta_outplace_min_reduction_with_dim_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.4840695Z test_dispatch_symbolic_meta_outplace_min_reduction_with_dim_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.4841018Z test_dispatch_symbolic_meta_outplace_min_reduction_with_dim_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.4841250Z test_dispatch_symbolic_meta_outplace_min_reduction_with_dim_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.4841483Z test_dispatch_symbolic_meta_outplace_min_reduction_with_dim_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.4841719Z test_dispatch_symbolic_meta_outplace_min_reduction_with_dim_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.4841939Z test_dispatch_symbolic_meta_outplace_minimum_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:24:31.4842152Z test_dispatch_symbolic_meta_outplace_minimum_cuda_bool (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:24:31.4842369Z test_dispatch_symbolic_meta_outplace_minimum_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:24:31.4842586Z test_dispatch_symbolic_meta_outplace_minimum_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.4842794Z test_dispatch_symbolic_meta_outplace_minimum_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:24:31.4842991Z test_dispatch_symbolic_meta_outplace_minimum_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:24:31.4843202Z test_dispatch_symbolic_meta_outplace_minimum_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:24:31.4843419Z test_dispatch_symbolic_meta_outplace_minimum_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:24:31.4843695Z test_dispatch_symbolic_meta_outplace_minimum_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:24:31.4844052Z test_dispatch_symbolic_meta_outplace_minimum_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.4844273Z test_dispatch_symbolic_meta_outplace_mm_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.4844491Z test_dispatch_symbolic_meta_outplace_mm_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.4844703Z test_dispatch_symbolic_meta_outplace_mm_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.4845014Z test_dispatch_symbolic_meta_outplace_mm_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.4845327Z test_dispatch_symbolic_meta_outplace_mm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.4845541Z test_dispatch_symbolic_meta_outplace_mm_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.4845759Z test_dispatch_symbolic_meta_outplace_mode_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.4845966Z test_dispatch_symbolic_meta_outplace_mode_cuda_bool (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.4846183Z test_dispatch_symbolic_meta_outplace_mode_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.4846395Z test_dispatch_symbolic_meta_outplace_mode_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.4846608Z test_dispatch_symbolic_meta_outplace_mode_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.4846813Z test_dispatch_symbolic_meta_outplace_mode_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.4847018Z test_dispatch_symbolic_meta_outplace_mode_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.4847223Z test_dispatch_symbolic_meta_outplace_mode_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.4847430Z test_dispatch_symbolic_meta_outplace_mode_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.4847632Z test_dispatch_symbolic_meta_outplace_mode_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.4847839Z test_dispatch_symbolic_meta_outplace_movedim_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.4848140Z test_dispatch_symbolic_meta_outplace_movedim_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.4848364Z test_dispatch_symbolic_meta_outplace_movedim_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.4848585Z test_dispatch_symbolic_meta_outplace_movedim_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.4848799Z test_dispatch_symbolic_meta_outplace_movedim_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.4849016Z test_dispatch_symbolic_meta_outplace_movedim_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.4849229Z test_dispatch_symbolic_meta_outplace_movedim_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.4849436Z test_dispatch_symbolic_meta_outplace_movedim_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.4849645Z test_dispatch_symbolic_meta_outplace_movedim_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.4849861Z test_dispatch_symbolic_meta_outplace_movedim_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.4850073Z test_dispatch_symbolic_meta_outplace_movedim_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.4850438Z test_dispatch_symbolic_meta_outplace_movedim_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.4850781Z test_dispatch_symbolic_meta_outplace_movedim_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.4851004Z test_dispatch_symbolic_meta_outplace_msort_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.4851301Z test_dispatch_symbolic_meta_outplace_msort_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.4851529Z test_dispatch_symbolic_meta_outplace_msort_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.4851855Z test_dispatch_symbolic_meta_outplace_msort_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.4852084Z test_dispatch_symbolic_meta_outplace_msort_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.4852392Z test_dispatch_symbolic_meta_outplace_msort_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.4852604Z test_dispatch_symbolic_meta_outplace_msort_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.4852812Z test_dispatch_symbolic_meta_outplace_msort_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.4853002Z test_dispatch_symbolic_meta_outplace_msort_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.4853218Z test_dispatch_symbolic_meta_outplace_mul_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:24:31.4853424Z test_dispatch_symbolic_meta_outplace_mul_cuda_bool (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:24:31.4853640Z test_dispatch_symbolic_meta_outplace_mul_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:24:31.4853857Z test_dispatch_symbolic_meta_outplace_mul_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:24:31.4854190Z test_dispatch_symbolic_meta_outplace_mul_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:24:31.4854484Z test_dispatch_symbolic_meta_outplace_mul_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:24:31.4854701Z test_dispatch_symbolic_meta_outplace_mul_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:24:31.4854907Z test_dispatch_symbolic_meta_outplace_mul_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:24:31.4855118Z test_dispatch_symbolic_meta_outplace_mul_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:24:31.4855324Z test_dispatch_symbolic_meta_outplace_mul_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:24:31.4855525Z test_dispatch_symbolic_meta_outplace_mul_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:24:31.4855836Z test_dispatch_symbolic_meta_outplace_mul_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:24:31.4856035Z test_dispatch_symbolic_meta_outplace_mul_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.4856263Z test_dispatch_symbolic_meta_outplace_multinomial_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.4856490Z test_dispatch_symbolic_meta_outplace_multinomial_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.4856715Z test_dispatch_symbolic_meta_outplace_multinomial_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.4856926Z test_dispatch_symbolic_meta_outplace_mv_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.4857139Z test_dispatch_symbolic_meta_outplace_mv_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.4857355Z test_dispatch_symbolic_meta_outplace_mv_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.4857693Z test_dispatch_symbolic_meta_outplace_mv_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.4857895Z test_dispatch_symbolic_meta_outplace_mv_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.4858103Z test_dispatch_symbolic_meta_outplace_mv_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.4858361Z test_dispatch_symbolic_meta_outplace_mvlgamma_mvlgamma_p_1_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.047s) 2022-11-23T02:24:31.4858686Z test_dispatch_symbolic_meta_outplace_mvlgamma_mvlgamma_p_1_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.042s) 2022-11-23T02:24:31.4859098Z test_dispatch_symbolic_meta_outplace_mvlgamma_mvlgamma_p_1_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.044s) 2022-11-23T02:24:31.4859351Z test_dispatch_symbolic_meta_outplace_mvlgamma_mvlgamma_p_1_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.046s) 2022-11-23T02:24:31.4859587Z test_dispatch_symbolic_meta_outplace_mvlgamma_mvlgamma_p_1_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.043s) 2022-11-23T02:24:31.4859822Z test_dispatch_symbolic_meta_outplace_mvlgamma_mvlgamma_p_1_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.045s) 2022-11-23T02:24:31.4860056Z test_dispatch_symbolic_meta_outplace_mvlgamma_mvlgamma_p_1_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.044s) 2022-11-23T02:24:31.4860287Z test_dispatch_symbolic_meta_outplace_mvlgamma_mvlgamma_p_1_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.039s) 2022-11-23T02:24:31.4860521Z test_dispatch_symbolic_meta_outplace_mvlgamma_mvlgamma_p_3_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.052s) 2022-11-23T02:24:31.4860763Z test_dispatch_symbolic_meta_outplace_mvlgamma_mvlgamma_p_3_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.042s) 2022-11-23T02:24:31.4860997Z test_dispatch_symbolic_meta_outplace_mvlgamma_mvlgamma_p_3_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.041s) 2022-11-23T02:24:31.4861227Z test_dispatch_symbolic_meta_outplace_mvlgamma_mvlgamma_p_3_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.045s) 2022-11-23T02:24:31.4861459Z test_dispatch_symbolic_meta_outplace_mvlgamma_mvlgamma_p_3_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.043s) 2022-11-23T02:24:31.4861683Z test_dispatch_symbolic_meta_outplace_mvlgamma_mvlgamma_p_3_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.041s) 2022-11-23T02:24:31.4861913Z test_dispatch_symbolic_meta_outplace_mvlgamma_mvlgamma_p_3_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.049s) 2022-11-23T02:24:31.4862145Z test_dispatch_symbolic_meta_outplace_mvlgamma_mvlgamma_p_3_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.048s) 2022-11-23T02:24:31.4862380Z test_dispatch_symbolic_meta_outplace_mvlgamma_mvlgamma_p_5_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.045s) 2022-11-23T02:24:31.4862616Z test_dispatch_symbolic_meta_outplace_mvlgamma_mvlgamma_p_5_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.044s) 2022-11-23T02:24:31.4862849Z test_dispatch_symbolic_meta_outplace_mvlgamma_mvlgamma_p_5_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.035s) 2022-11-23T02:24:31.4863163Z test_dispatch_symbolic_meta_outplace_mvlgamma_mvlgamma_p_5_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.057s) 2022-11-23T02:24:31.4863395Z test_dispatch_symbolic_meta_outplace_mvlgamma_mvlgamma_p_5_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.044s) 2022-11-23T02:24:31.4863624Z test_dispatch_symbolic_meta_outplace_mvlgamma_mvlgamma_p_5_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.036s) 2022-11-23T02:24:31.4863840Z test_dispatch_symbolic_meta_outplace_mvlgamma_mvlgamma_p_5_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.077s) 2022-11-23T02:24:31.4864181Z test_dispatch_symbolic_meta_outplace_mvlgamma_mvlgamma_p_5_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.086s) 2022-11-23T02:24:31.4864432Z test_dispatch_symbolic_meta_outplace_nan_to_num_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:24:31.4864646Z test_dispatch_symbolic_meta_outplace_nan_to_num_cuda_bool (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.4864870Z test_dispatch_symbolic_meta_outplace_nan_to_num_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:24:31.4865208Z test_dispatch_symbolic_meta_outplace_nan_to_num_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:24:31.4865543Z test_dispatch_symbolic_meta_outplace_nan_to_num_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:24:31.4865767Z test_dispatch_symbolic_meta_outplace_nan_to_num_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.4865979Z test_dispatch_symbolic_meta_outplace_nan_to_num_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.4866262Z test_dispatch_symbolic_meta_outplace_nan_to_num_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.4866538Z test_dispatch_symbolic_meta_outplace_nan_to_num_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.4866992Z test_dispatch_symbolic_meta_outplace_nan_to_num_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.4867220Z test_dispatch_symbolic_meta_outplace_nanmean_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.306s) 2022-11-23T02:24:31.4867433Z test_dispatch_symbolic_meta_outplace_nanmean_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.343s) 2022-11-23T02:24:31.4867643Z test_dispatch_symbolic_meta_outplace_nanmean_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.331s) 2022-11-23T02:24:31.4867851Z test_dispatch_symbolic_meta_outplace_nanmean_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.267s) 2022-11-23T02:24:31.4868070Z test_dispatch_symbolic_meta_outplace_nanmedian_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.4868291Z test_dispatch_symbolic_meta_outplace_nanmedian_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.4868502Z test_dispatch_symbolic_meta_outplace_nanmedian_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:24:31.4868713Z test_dispatch_symbolic_meta_outplace_nanmedian_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:31.4868925Z test_dispatch_symbolic_meta_outplace_nanmedian_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.4869131Z test_dispatch_symbolic_meta_outplace_nanmedian_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.4869332Z test_dispatch_symbolic_meta_outplace_nanmedian_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.4869540Z test_dispatch_symbolic_meta_outplace_nanmedian_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.4869766Z test_dispatch_symbolic_meta_outplace_nanquantile_cuda_float32 (__main__.TestMetaCUDA) ... ok (1.957s) 2022-11-23T02:24:31.4869996Z test_dispatch_symbolic_meta_outplace_nanquantile_cuda_float64 (__main__.TestMetaCUDA) ... ok (2.009s) 2022-11-23T02:24:31.4870215Z test_dispatch_symbolic_meta_outplace_nansum_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.073s) 2022-11-23T02:24:31.4870425Z test_dispatch_symbolic_meta_outplace_nansum_cuda_bool (__main__.TestMetaCUDA) ... ok (0.046s) 2022-11-23T02:24:31.4870884Z test_dispatch_symbolic_meta_outplace_nansum_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.057s) 2022-11-23T02:24:31.4871108Z test_dispatch_symbolic_meta_outplace_nansum_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.054s) 2022-11-23T02:24:31.4871314Z test_dispatch_symbolic_meta_outplace_nansum_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.065s) 2022-11-23T02:24:31.4871529Z test_dispatch_symbolic_meta_outplace_nansum_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.039s) 2022-11-23T02:24:31.4871883Z test_dispatch_symbolic_meta_outplace_nansum_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.043s) 2022-11-23T02:24:31.4872236Z test_dispatch_symbolic_meta_outplace_nansum_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.044s) 2022-11-23T02:24:31.4872452Z test_dispatch_symbolic_meta_outplace_nansum_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.046s) 2022-11-23T02:24:31.4872661Z test_dispatch_symbolic_meta_outplace_nansum_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.054s) 2022-11-23T02:24:31.4872938Z test_dispatch_symbolic_meta_outplace_narrow_copy_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T02:24:31.4873216Z test_dispatch_symbolic_meta_outplace_narrow_copy_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.006s) 2022-11-23T02:24:31.4873490Z test_dispatch_symbolic_meta_outplace_narrow_copy_cuda_complex128 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:24:31.4873942Z test_dispatch_symbolic_meta_outplace_narrow_copy_cuda_complex32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.012s) 2022-11-23T02:24:31.4874318Z test_dispatch_symbolic_meta_outplace_narrow_copy_cuda_complex64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T02:24:31.4874603Z test_dispatch_symbolic_meta_outplace_narrow_copy_cuda_float16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T02:24:31.4874869Z test_dispatch_symbolic_meta_outplace_narrow_copy_cuda_float32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.006s) 2022-11-23T02:24:31.4875122Z test_dispatch_symbolic_meta_outplace_narrow_copy_cuda_float64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.006s) 2022-11-23T02:24:31.4875381Z test_dispatch_symbolic_meta_outplace_narrow_copy_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.006s) 2022-11-23T02:24:31.4875641Z test_dispatch_symbolic_meta_outplace_narrow_copy_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T02:24:31.4875999Z test_dispatch_symbolic_meta_outplace_narrow_copy_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T02:24:31.4876248Z test_dispatch_symbolic_meta_outplace_narrow_copy_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T02:24:31.4876510Z test_dispatch_symbolic_meta_outplace_narrow_copy_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T02:24:31.4876734Z test_dispatch_symbolic_meta_outplace_narrow_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.4876949Z test_dispatch_symbolic_meta_outplace_narrow_cuda_bool (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.4877174Z test_dispatch_symbolic_meta_outplace_narrow_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.4877538Z test_dispatch_symbolic_meta_outplace_narrow_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.4877770Z test_dispatch_symbolic_meta_outplace_narrow_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.4877989Z test_dispatch_symbolic_meta_outplace_narrow_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.4878198Z test_dispatch_symbolic_meta_outplace_narrow_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.4878668Z test_dispatch_symbolic_meta_outplace_narrow_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.4878892Z test_dispatch_symbolic_meta_outplace_narrow_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.4879230Z test_dispatch_symbolic_meta_outplace_narrow_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.4879448Z test_dispatch_symbolic_meta_outplace_narrow_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.4879659Z test_dispatch_symbolic_meta_outplace_narrow_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.4880032Z test_dispatch_symbolic_meta_outplace_narrow_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.4880295Z test_dispatch_symbolic_meta_outplace_native_batch_norm_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.057s) 2022-11-23T02:24:31.4880635Z test_dispatch_symbolic_meta_outplace_native_batch_norm_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.059s) 2022-11-23T02:24:31.4881038Z test_dispatch_symbolic_meta_outplace_native_batch_norm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.049s) 2022-11-23T02:24:31.4881450Z test_dispatch_symbolic_meta_outplace_native_batch_norm_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.040s) 2022-11-23T02:24:31.4881807Z test_dispatch_symbolic_meta_outplace_native_dropout_backward_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.4882057Z test_dispatch_symbolic_meta_outplace_native_dropout_backward_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:24:31.4882384Z test_dispatch_symbolic_meta_outplace_native_dropout_backward_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.4882635Z test_dispatch_symbolic_meta_outplace_native_dropout_backward_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.4882851Z test_dispatch_symbolic_meta_outplace_native_layer_norm_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.066s) 2022-11-23T02:24:31.4883085Z test_dispatch_symbolic_meta_outplace_native_layer_norm_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.059s) 2022-11-23T02:24:31.4883316Z test_dispatch_symbolic_meta_outplace_native_layer_norm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.073s) 2022-11-23T02:24:31.4883542Z test_dispatch_symbolic_meta_outplace_native_layer_norm_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.064s) 2022-11-23T02:24:31.4883754Z test_dispatch_symbolic_meta_outplace_ne_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:24:31.4883957Z test_dispatch_symbolic_meta_outplace_ne_cuda_bool (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:24:31.4884175Z test_dispatch_symbolic_meta_outplace_ne_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:24:31.4884542Z test_dispatch_symbolic_meta_outplace_ne_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:24:31.4884764Z test_dispatch_symbolic_meta_outplace_ne_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.4884978Z test_dispatch_symbolic_meta_outplace_ne_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:24:31.4885191Z test_dispatch_symbolic_meta_outplace_ne_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:24:31.4885551Z test_dispatch_symbolic_meta_outplace_ne_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.4885883Z test_dispatch_symbolic_meta_outplace_ne_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:24:31.4886083Z test_dispatch_symbolic_meta_outplace_ne_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:24:31.4886287Z test_dispatch_symbolic_meta_outplace_ne_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:24:31.4886484Z test_dispatch_symbolic_meta_outplace_ne_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:24:31.4886699Z test_dispatch_symbolic_meta_outplace_neg_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.4887016Z test_dispatch_symbolic_meta_outplace_neg_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.4887248Z test_dispatch_symbolic_meta_outplace_neg_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.4887464Z test_dispatch_symbolic_meta_outplace_neg_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.4887672Z test_dispatch_symbolic_meta_outplace_neg_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.4887866Z test_dispatch_symbolic_meta_outplace_neg_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.4888123Z test_dispatch_symbolic_meta_outplace_neg_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.4888336Z test_dispatch_symbolic_meta_outplace_neg_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.4888543Z test_dispatch_symbolic_meta_outplace_neg_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.4888742Z test_dispatch_symbolic_meta_outplace_neg_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.4888952Z test_dispatch_symbolic_meta_outplace_neg_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.4889154Z test_dispatch_symbolic_meta_outplace_neg_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.4889376Z test_dispatch_symbolic_meta_outplace_new_empty_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.4889592Z test_dispatch_symbolic_meta_outplace_new_empty_cuda_bool (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.4889896Z test_dispatch_symbolic_meta_outplace_new_empty_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:31.4890139Z test_dispatch_symbolic_meta_outplace_new_empty_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.4890365Z test_dispatch_symbolic_meta_outplace_new_empty_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.4890588Z test_dispatch_symbolic_meta_outplace_new_empty_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.4890800Z test_dispatch_symbolic_meta_outplace_new_empty_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.4891157Z test_dispatch_symbolic_meta_outplace_new_empty_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.4891380Z test_dispatch_symbolic_meta_outplace_new_empty_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.4891589Z test_dispatch_symbolic_meta_outplace_new_empty_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.4891877Z test_dispatch_symbolic_meta_outplace_new_empty_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.4892116Z test_dispatch_symbolic_meta_outplace_new_empty_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.4892423Z test_dispatch_symbolic_meta_outplace_new_empty_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.4892668Z test_dispatch_symbolic_meta_outplace_new_empty_strided_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.4892883Z test_dispatch_symbolic_meta_outplace_new_empty_strided_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.4893123Z test_dispatch_symbolic_meta_outplace_new_empty_strided_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.4893361Z test_dispatch_symbolic_meta_outplace_new_empty_strided_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.4893601Z test_dispatch_symbolic_meta_outplace_new_empty_strided_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.4893830Z test_dispatch_symbolic_meta_outplace_new_empty_strided_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.4894058Z test_dispatch_symbolic_meta_outplace_new_empty_strided_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.4894284Z test_dispatch_symbolic_meta_outplace_new_empty_strided_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.4894600Z test_dispatch_symbolic_meta_outplace_new_empty_strided_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.4894831Z test_dispatch_symbolic_meta_outplace_new_empty_strided_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.4895052Z test_dispatch_symbolic_meta_outplace_new_empty_strided_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.4895279Z test_dispatch_symbolic_meta_outplace_new_empty_strided_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.4895501Z test_dispatch_symbolic_meta_outplace_new_empty_strided_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.4895720Z test_dispatch_symbolic_meta_outplace_new_full_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.4895930Z test_dispatch_symbolic_meta_outplace_new_full_cuda_bool (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.4896161Z test_dispatch_symbolic_meta_outplace_new_full_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.4896383Z test_dispatch_symbolic_meta_outplace_new_full_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:24:31.4896606Z test_dispatch_symbolic_meta_outplace_new_full_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.4896825Z test_dispatch_symbolic_meta_outplace_new_full_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.4897037Z test_dispatch_symbolic_meta_outplace_new_full_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.4897310Z test_dispatch_symbolic_meta_outplace_new_full_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.4897548Z test_dispatch_symbolic_meta_outplace_new_full_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.4897911Z test_dispatch_symbolic_meta_outplace_new_full_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.4898122Z test_dispatch_symbolic_meta_outplace_new_full_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.4898316Z test_dispatch_symbolic_meta_outplace_new_full_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.4898635Z test_dispatch_symbolic_meta_outplace_new_full_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.4898968Z test_dispatch_symbolic_meta_outplace_new_ones_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.4899191Z test_dispatch_symbolic_meta_outplace_new_ones_cuda_bool (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.4899418Z test_dispatch_symbolic_meta_outplace_new_ones_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.4899638Z test_dispatch_symbolic_meta_outplace_new_ones_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.4899858Z test_dispatch_symbolic_meta_outplace_new_ones_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.4900083Z test_dispatch_symbolic_meta_outplace_new_ones_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.4900298Z test_dispatch_symbolic_meta_outplace_new_ones_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:24:31.4900506Z test_dispatch_symbolic_meta_outplace_new_ones_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.4900719Z test_dispatch_symbolic_meta_outplace_new_ones_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.4900929Z test_dispatch_symbolic_meta_outplace_new_ones_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.4901133Z test_dispatch_symbolic_meta_outplace_new_ones_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.4901342Z test_dispatch_symbolic_meta_outplace_new_ones_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.4901553Z test_dispatch_symbolic_meta_outplace_new_ones_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.4901870Z test_dispatch_symbolic_meta_outplace_new_zeros_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.4902081Z test_dispatch_symbolic_meta_outplace_new_zeros_cuda_bool (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.4902304Z test_dispatch_symbolic_meta_outplace_new_zeros_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.4902527Z test_dispatch_symbolic_meta_outplace_new_zeros_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.4902748Z test_dispatch_symbolic_meta_outplace_new_zeros_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.4902965Z test_dispatch_symbolic_meta_outplace_new_zeros_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.4903176Z test_dispatch_symbolic_meta_outplace_new_zeros_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.4903371Z test_dispatch_symbolic_meta_outplace_new_zeros_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.4903586Z test_dispatch_symbolic_meta_outplace_new_zeros_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.4903791Z test_dispatch_symbolic_meta_outplace_new_zeros_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.4904084Z test_dispatch_symbolic_meta_outplace_new_zeros_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.4904462Z test_dispatch_symbolic_meta_outplace_new_zeros_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.4904758Z test_dispatch_symbolic_meta_outplace_new_zeros_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.4904996Z test_dispatch_symbolic_meta_outplace_nextafter_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:24:31.4905220Z test_dispatch_symbolic_meta_outplace_nextafter_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:24:31.4905556Z test_dispatch_symbolic_meta_outplace_nextafter_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:24:31.4905959Z test_dispatch_symbolic_meta_outplace_nn_functional__scaled_dot_product_attention_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: Skipped! (0.001s) 2022-11-23T02:24:31.4906256Z test_dispatch_symbolic_meta_outplace_nn_functional__scaled_dot_product_attention_cuda_float16 (__main__.TestMetaCUDA) ... skip: Skipped! (0.001s) 2022-11-23T02:24:31.4906533Z test_dispatch_symbolic_meta_outplace_nn_functional__scaled_dot_product_attention_cuda_float32 (__main__.TestMetaCUDA) ... skip: Skipped! (0.001s) 2022-11-23T02:24:31.4906809Z test_dispatch_symbolic_meta_outplace_nn_functional__scaled_dot_product_attention_cuda_float64 (__main__.TestMetaCUDA) ... skip: Skipped! (0.001s) 2022-11-23T02:24:31.4907068Z test_dispatch_symbolic_meta_outplace_nn_functional_adaptive_avg_pool1d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.4907332Z test_dispatch_symbolic_meta_outplace_nn_functional_adaptive_avg_pool1d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.4907590Z test_dispatch_symbolic_meta_outplace_nn_functional_adaptive_avg_pool1d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.4907844Z test_dispatch_symbolic_meta_outplace_nn_functional_adaptive_avg_pool1d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:31.4908286Z test_dispatch_symbolic_meta_outplace_nn_functional_adaptive_avg_pool2d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.4908561Z test_dispatch_symbolic_meta_outplace_nn_functional_adaptive_avg_pool2d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.4908818Z test_dispatch_symbolic_meta_outplace_nn_functional_adaptive_avg_pool2d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.4909065Z test_dispatch_symbolic_meta_outplace_nn_functional_adaptive_avg_pool2d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.4910007Z test_dispatch_symbolic_meta_outplace_nn_functional_adaptive_avg_pool3d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.4910264Z test_dispatch_symbolic_meta_outplace_nn_functional_adaptive_avg_pool3d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.4910517Z test_dispatch_symbolic_meta_outplace_nn_functional_adaptive_avg_pool3d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.4910766Z test_dispatch_symbolic_meta_outplace_nn_functional_adaptive_avg_pool3d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.4911029Z test_dispatch_symbolic_meta_outplace_nn_functional_adaptive_max_pool1d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:24:31.4911412Z test_dispatch_symbolic_meta_outplace_nn_functional_adaptive_max_pool1d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:24:31.4911666Z test_dispatch_symbolic_meta_outplace_nn_functional_adaptive_max_pool1d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.4911912Z test_dispatch_symbolic_meta_outplace_nn_functional_adaptive_max_pool1d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:24:31.4912268Z test_dispatch_symbolic_meta_outplace_nn_functional_adaptive_max_pool2d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.4912625Z test_dispatch_symbolic_meta_outplace_nn_functional_adaptive_max_pool2d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:24:31.4912984Z test_dispatch_symbolic_meta_outplace_nn_functional_adaptive_max_pool2d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.4913250Z test_dispatch_symbolic_meta_outplace_nn_functional_adaptive_max_pool2d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:24:31.4913508Z test_dispatch_symbolic_meta_outplace_nn_functional_adaptive_max_pool3d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:24:31.4913765Z test_dispatch_symbolic_meta_outplace_nn_functional_adaptive_max_pool3d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:24:31.4914013Z test_dispatch_symbolic_meta_outplace_nn_functional_adaptive_max_pool3d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:24:31.4914257Z test_dispatch_symbolic_meta_outplace_nn_functional_adaptive_max_pool3d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.4914511Z test_dispatch_symbolic_meta_outplace_nn_functional_alpha_dropout_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.035s) 2022-11-23T02:24:31.4914766Z test_dispatch_symbolic_meta_outplace_nn_functional_alpha_dropout_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:24:31.4915015Z test_dispatch_symbolic_meta_outplace_nn_functional_alpha_dropout_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:24:31.4915265Z test_dispatch_symbolic_meta_outplace_nn_functional_alpha_dropout_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:24:31.4915513Z test_dispatch_symbolic_meta_outplace_nn_functional_avg_pool1d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.4915758Z test_dispatch_symbolic_meta_outplace_nn_functional_avg_pool1d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:24:31.4916000Z test_dispatch_symbolic_meta_outplace_nn_functional_avg_pool1d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:24:31.4916234Z test_dispatch_symbolic_meta_outplace_nn_functional_avg_pool1d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:24:31.4916477Z test_dispatch_symbolic_meta_outplace_nn_functional_avg_pool2d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.4916710Z test_dispatch_symbolic_meta_outplace_nn_functional_avg_pool2d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.4916941Z test_dispatch_symbolic_meta_outplace_nn_functional_avg_pool2d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.4917255Z test_dispatch_symbolic_meta_outplace_nn_functional_avg_pool2d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.4917492Z test_dispatch_symbolic_meta_outplace_nn_functional_avg_pool3d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.4917723Z test_dispatch_symbolic_meta_outplace_nn_functional_avg_pool3d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.4918076Z test_dispatch_symbolic_meta_outplace_nn_functional_avg_pool3d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:31.4918316Z test_dispatch_symbolic_meta_outplace_nn_functional_avg_pool3d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.4918553Z test_dispatch_symbolic_meta_outplace_nn_functional_batch_norm_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.062s) 2022-11-23T02:24:31.4918791Z test_dispatch_symbolic_meta_outplace_nn_functional_batch_norm_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.058s) 2022-11-23T02:24:31.4919116Z test_dispatch_symbolic_meta_outplace_nn_functional_batch_norm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:24:31.4919343Z test_dispatch_symbolic_meta_outplace_nn_functional_batch_norm_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.037s) 2022-11-23T02:24:31.4919608Z test_dispatch_symbolic_meta_outplace_nn_functional_batch_norm_without_cudnn_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.055s) 2022-11-23T02:24:31.4920210Z test_dispatch_symbolic_meta_outplace_nn_functional_batch_norm_without_cudnn_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.061s) 2022-11-23T02:24:31.4920502Z test_dispatch_symbolic_meta_outplace_nn_functional_batch_norm_without_cudnn_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.045s) 2022-11-23T02:24:31.4920752Z test_dispatch_symbolic_meta_outplace_nn_functional_batch_norm_without_cudnn_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.062s) 2022-11-23T02:24:31.4920998Z test_dispatch_symbolic_meta_outplace_nn_functional_bilinear_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.239s) 2022-11-23T02:24:31.4921240Z test_dispatch_symbolic_meta_outplace_nn_functional_bilinear_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.255s) 2022-11-23T02:24:31.4921469Z test_dispatch_symbolic_meta_outplace_nn_functional_bilinear_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.280s) 2022-11-23T02:24:31.4921697Z test_dispatch_symbolic_meta_outplace_nn_functional_bilinear_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.223s) 2022-11-23T02:24:31.4921958Z test_dispatch_symbolic_meta_outplace_nn_functional_binary_cross_entropy_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.044s) 2022-11-23T02:24:31.4922219Z test_dispatch_symbolic_meta_outplace_nn_functional_binary_cross_entropy_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.043s) 2022-11-23T02:24:31.4922476Z test_dispatch_symbolic_meta_outplace_nn_functional_binary_cross_entropy_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.046s) 2022-11-23T02:24:31.4922734Z test_dispatch_symbolic_meta_outplace_nn_functional_binary_cross_entropy_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.036s) 2022-11-23T02:24:31.4923010Z test_dispatch_symbolic_meta_outplace_nn_functional_binary_cross_entropy_with_logits_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.202s) 2022-11-23T02:24:31.4923281Z test_dispatch_symbolic_meta_outplace_nn_functional_binary_cross_entropy_with_logits_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.190s) 2022-11-23T02:24:31.4923555Z test_dispatch_symbolic_meta_outplace_nn_functional_binary_cross_entropy_with_logits_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.122s) 2022-11-23T02:24:31.4923820Z test_dispatch_symbolic_meta_outplace_nn_functional_binary_cross_entropy_with_logits_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.124s) 2022-11-23T02:24:31.4924057Z test_dispatch_symbolic_meta_outplace_nn_functional_celu_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.4924382Z test_dispatch_symbolic_meta_outplace_nn_functional_celu_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.4924616Z test_dispatch_symbolic_meta_outplace_nn_functional_celu_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.4924848Z test_dispatch_symbolic_meta_outplace_nn_functional_celu_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.4925130Z test_dispatch_symbolic_meta_outplace_nn_functional_conv1d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:24:31.4925527Z test_dispatch_symbolic_meta_outplace_nn_functional_conv1d_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.183s) 2022-11-23T02:24:31.4925777Z test_dispatch_symbolic_meta_outplace_nn_functional_conv1d_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.201s) 2022-11-23T02:24:31.4926012Z test_dispatch_symbolic_meta_outplace_nn_functional_conv1d_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.176s) 2022-11-23T02:24:31.4926370Z test_dispatch_symbolic_meta_outplace_nn_functional_conv1d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.4926732Z test_dispatch_symbolic_meta_outplace_nn_functional_conv1d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:24:31.4927007Z test_dispatch_symbolic_meta_outplace_nn_functional_conv1d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:24:31.4927244Z test_dispatch_symbolic_meta_outplace_nn_functional_conv2d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.070s) 2022-11-23T02:24:31.4927486Z test_dispatch_symbolic_meta_outplace_nn_functional_conv2d_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.590s) 2022-11-23T02:24:31.4927798Z test_dispatch_symbolic_meta_outplace_nn_functional_conv2d_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.639s) 2022-11-23T02:24:31.4928043Z test_dispatch_symbolic_meta_outplace_nn_functional_conv2d_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.560s) 2022-11-23T02:24:31.4928280Z test_dispatch_symbolic_meta_outplace_nn_functional_conv2d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.070s) 2022-11-23T02:24:31.4928522Z test_dispatch_symbolic_meta_outplace_nn_functional_conv2d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.058s) 2022-11-23T02:24:31.4928754Z test_dispatch_symbolic_meta_outplace_nn_functional_conv2d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.066s) 2022-11-23T02:24:31.4929009Z test_dispatch_symbolic_meta_outplace_nn_functional_conv_transpose1d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:24:31.4929272Z test_dispatch_symbolic_meta_outplace_nn_functional_conv_transpose1d_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.211s) 2022-11-23T02:24:31.4929531Z test_dispatch_symbolic_meta_outplace_nn_functional_conv_transpose1d_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.253s) 2022-11-23T02:24:31.4929790Z test_dispatch_symbolic_meta_outplace_nn_functional_conv_transpose1d_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.189s) 2022-11-23T02:24:31.4930043Z test_dispatch_symbolic_meta_outplace_nn_functional_conv_transpose1d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:24:31.4930293Z test_dispatch_symbolic_meta_outplace_nn_functional_conv_transpose1d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:24:31.4930538Z test_dispatch_symbolic_meta_outplace_nn_functional_conv_transpose1d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:24:31.4930791Z test_dispatch_symbolic_meta_outplace_nn_functional_conv_transpose2d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-11-23T02:24:31.4931050Z test_dispatch_symbolic_meta_outplace_nn_functional_conv_transpose2d_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.242s) 2022-11-23T02:24:31.4931306Z test_dispatch_symbolic_meta_outplace_nn_functional_conv_transpose2d_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.218s) 2022-11-23T02:24:31.4931561Z test_dispatch_symbolic_meta_outplace_nn_functional_conv_transpose2d_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.206s) 2022-11-23T02:24:31.4932012Z test_dispatch_symbolic_meta_outplace_nn_functional_conv_transpose2d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:24:31.4932266Z test_dispatch_symbolic_meta_outplace_nn_functional_conv_transpose2d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.4932513Z test_dispatch_symbolic_meta_outplace_nn_functional_conv_transpose2d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.034s) 2022-11-23T02:24:31.4932875Z test_dispatch_symbolic_meta_outplace_nn_functional_conv_transpose3d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:24:31.4933228Z test_dispatch_symbolic_meta_outplace_nn_functional_conv_transpose3d_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.175s) 2022-11-23T02:24:31.4933488Z test_dispatch_symbolic_meta_outplace_nn_functional_conv_transpose3d_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.213s) 2022-11-23T02:24:31.4933743Z test_dispatch_symbolic_meta_outplace_nn_functional_conv_transpose3d_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.210s) 2022-11-23T02:24:31.4933992Z test_dispatch_symbolic_meta_outplace_nn_functional_conv_transpose3d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:24:31.4934223Z test_dispatch_symbolic_meta_outplace_nn_functional_conv_transpose3d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:24:31.4934464Z test_dispatch_symbolic_meta_outplace_nn_functional_conv_transpose3d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:24:31.4934800Z test_dispatch_symbolic_meta_outplace_nn_functional_cosine_embedding_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.117s) 2022-11-23T02:24:31.4935074Z test_dispatch_symbolic_meta_outplace_nn_functional_cosine_embedding_loss_cuda_bool (__main__.TestMetaCUDA) ... ok (0.105s) 2022-11-23T02:24:31.4935336Z test_dispatch_symbolic_meta_outplace_nn_functional_cosine_embedding_loss_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.121s) 2022-11-23T02:24:31.4935597Z test_dispatch_symbolic_meta_outplace_nn_functional_cosine_embedding_loss_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.114s) 2022-11-23T02:24:31.4935854Z test_dispatch_symbolic_meta_outplace_nn_functional_cosine_embedding_loss_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.103s) 2022-11-23T02:24:31.4936107Z test_dispatch_symbolic_meta_outplace_nn_functional_cosine_embedding_loss_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.109s) 2022-11-23T02:24:31.4936358Z test_dispatch_symbolic_meta_outplace_nn_functional_cosine_embedding_loss_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.109s) 2022-11-23T02:24:31.4936607Z test_dispatch_symbolic_meta_outplace_nn_functional_cosine_embedding_loss_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.097s) 2022-11-23T02:24:31.4936859Z test_dispatch_symbolic_meta_outplace_nn_functional_cosine_embedding_loss_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.112s) 2022-11-23T02:24:31.4937104Z test_dispatch_symbolic_meta_outplace_nn_functional_cosine_embedding_loss_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.103s) 2022-11-23T02:24:31.4937357Z test_dispatch_symbolic_meta_outplace_nn_functional_cosine_similarity_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.133s) 2022-11-23T02:24:31.4937612Z test_dispatch_symbolic_meta_outplace_nn_functional_cosine_similarity_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.130s) 2022-11-23T02:24:31.4937864Z test_dispatch_symbolic_meta_outplace_nn_functional_cosine_similarity_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.121s) 2022-11-23T02:24:31.4938108Z test_dispatch_symbolic_meta_outplace_nn_functional_cosine_similarity_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.116s) 2022-11-23T02:24:31.4938360Z test_dispatch_symbolic_meta_outplace_nn_functional_cross_entropy_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.109s) 2022-11-23T02:24:31.4938746Z test_dispatch_symbolic_meta_outplace_nn_functional_cross_entropy_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.107s) 2022-11-23T02:24:31.4939088Z test_dispatch_symbolic_meta_outplace_nn_functional_cross_entropy_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.092s) 2022-11-23T02:24:31.4939430Z test_dispatch_symbolic_meta_outplace_nn_functional_cross_entropy_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.097s) 2022-11-23T02:24:31.4939696Z test_dispatch_symbolic_meta_outplace_nn_functional_ctc_loss_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:24:31.4940062Z test_dispatch_symbolic_meta_outplace_nn_functional_ctc_loss_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.036s) 2022-11-23T02:24:31.4940313Z test_dispatch_symbolic_meta_outplace_nn_functional_dropout2d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:24:31.4940556Z test_dispatch_symbolic_meta_outplace_nn_functional_dropout2d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.4940790Z test_dispatch_symbolic_meta_outplace_nn_functional_dropout2d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:24:31.4941026Z test_dispatch_symbolic_meta_outplace_nn_functional_dropout2d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.4941261Z test_dispatch_symbolic_meta_outplace_nn_functional_dropout3d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:24:31.4941479Z test_dispatch_symbolic_meta_outplace_nn_functional_dropout3d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:24:31.4941708Z test_dispatch_symbolic_meta_outplace_nn_functional_dropout3d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:24:31.4942014Z test_dispatch_symbolic_meta_outplace_nn_functional_dropout3d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:24:31.4942268Z test_dispatch_symbolic_meta_outplace_nn_functional_dropout_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:24:31.4942508Z test_dispatch_symbolic_meta_outplace_nn_functional_dropout_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.4942751Z test_dispatch_symbolic_meta_outplace_nn_functional_dropout_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.4942989Z test_dispatch_symbolic_meta_outplace_nn_functional_dropout_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:24:31.4943224Z test_dispatch_symbolic_meta_outplace_nn_functional_elu_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.4943456Z test_dispatch_symbolic_meta_outplace_nn_functional_elu_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.4943689Z test_dispatch_symbolic_meta_outplace_nn_functional_elu_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.4943920Z test_dispatch_symbolic_meta_outplace_nn_functional_elu_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.4944169Z test_dispatch_symbolic_meta_outplace_nn_functional_embedding_bag_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.128s) 2022-11-23T02:24:31.4944417Z test_dispatch_symbolic_meta_outplace_nn_functional_embedding_bag_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.139s) 2022-11-23T02:24:31.4944668Z test_dispatch_symbolic_meta_outplace_nn_functional_embedding_bag_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.134s) 2022-11-23T02:24:31.4944916Z test_dispatch_symbolic_meta_outplace_nn_functional_embedding_bag_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.134s) 2022-11-23T02:24:31.4945317Z test_dispatch_symbolic_meta_outplace_nn_functional_embedding_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.4945570Z test_dispatch_symbolic_meta_outplace_nn_functional_embedding_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:24:31.4945807Z test_dispatch_symbolic_meta_outplace_nn_functional_embedding_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.4946138Z test_dispatch_symbolic_meta_outplace_nn_functional_embedding_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:24:31.4946524Z test_dispatch_symbolic_meta_outplace_nn_functional_feature_alpha_dropout_with_train_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:24:31.4946904Z test_dispatch_symbolic_meta_outplace_nn_functional_feature_alpha_dropout_with_train_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.4947177Z test_dispatch_symbolic_meta_outplace_nn_functional_feature_alpha_dropout_with_train_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:24:31.4947447Z test_dispatch_symbolic_meta_outplace_nn_functional_feature_alpha_dropout_with_train_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.4947733Z test_dispatch_symbolic_meta_outplace_nn_functional_feature_alpha_dropout_without_train_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.4948013Z test_dispatch_symbolic_meta_outplace_nn_functional_feature_alpha_dropout_without_train_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.4948301Z test_dispatch_symbolic_meta_outplace_nn_functional_feature_alpha_dropout_without_train_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.4948587Z test_dispatch_symbolic_meta_outplace_nn_functional_feature_alpha_dropout_without_train_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.4948868Z test_dispatch_symbolic_meta_outplace_nn_functional_feature_alpha_dropout_without_train_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.4949145Z test_dispatch_symbolic_meta_outplace_nn_functional_feature_alpha_dropout_without_train_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.4949948Z test_dispatch_symbolic_meta_outplace_nn_functional_feature_alpha_dropout_without_train_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.4950284Z test_dispatch_symbolic_meta_outplace_nn_functional_feature_alpha_dropout_without_train_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.4950559Z test_dispatch_symbolic_meta_outplace_nn_functional_feature_alpha_dropout_without_train_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.4950832Z test_dispatch_symbolic_meta_outplace_nn_functional_feature_alpha_dropout_without_train_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.4951108Z test_dispatch_symbolic_meta_outplace_nn_functional_feature_alpha_dropout_without_train_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.4951371Z test_dispatch_symbolic_meta_outplace_nn_functional_feature_alpha_dropout_without_train_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.4951637Z test_dispatch_symbolic_meta_outplace_nn_functional_fractional_max_pool2d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.041s) 2022-11-23T02:24:31.4952055Z test_dispatch_symbolic_meta_outplace_nn_functional_fractional_max_pool2d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.051s) 2022-11-23T02:24:31.4952318Z test_dispatch_symbolic_meta_outplace_nn_functional_fractional_max_pool2d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.046s) 2022-11-23T02:24:31.4952678Z test_dispatch_symbolic_meta_outplace_nn_functional_fractional_max_pool3d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.060s) 2022-11-23T02:24:31.4953047Z test_dispatch_symbolic_meta_outplace_nn_functional_fractional_max_pool3d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.061s) 2022-11-23T02:24:31.4953312Z test_dispatch_symbolic_meta_outplace_nn_functional_fractional_max_pool3d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.060s) 2022-11-23T02:24:31.4953571Z test_dispatch_symbolic_meta_outplace_nn_functional_gaussian_nll_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (4.103s) 2022-11-23T02:24:31.4953821Z test_dispatch_symbolic_meta_outplace_nn_functional_gaussian_nll_loss_cuda_float16 (__main__.TestMetaCUDA) ... ok (3.989s) 2022-11-23T02:24:31.4954074Z test_dispatch_symbolic_meta_outplace_nn_functional_gaussian_nll_loss_cuda_float32 (__main__.TestMetaCUDA) ... ok (3.533s) 2022-11-23T02:24:31.4954442Z test_dispatch_symbolic_meta_outplace_nn_functional_gaussian_nll_loss_cuda_float64 (__main__.TestMetaCUDA) ... ok (3.663s) 2022-11-23T02:24:31.4954680Z test_dispatch_symbolic_meta_outplace_nn_functional_gelu_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.044s) 2022-11-23T02:24:31.4954914Z test_dispatch_symbolic_meta_outplace_nn_functional_gelu_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.039s) 2022-11-23T02:24:31.4955150Z test_dispatch_symbolic_meta_outplace_nn_functional_gelu_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-11-23T02:24:31.4955386Z test_dispatch_symbolic_meta_outplace_nn_functional_gelu_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.041s) 2022-11-23T02:24:31.4955617Z test_dispatch_symbolic_meta_outplace_nn_functional_glu_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.093s) 2022-11-23T02:24:31.4955851Z test_dispatch_symbolic_meta_outplace_nn_functional_glu_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.090s) 2022-11-23T02:24:31.4956086Z test_dispatch_symbolic_meta_outplace_nn_functional_glu_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.084s) 2022-11-23T02:24:31.4956309Z test_dispatch_symbolic_meta_outplace_nn_functional_glu_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.083s) 2022-11-23T02:24:31.4956554Z test_dispatch_symbolic_meta_outplace_nn_functional_grid_sample_cuda_float16 (__main__.TestMetaCUDA) ... ok (1.250s) 2022-11-23T02:24:31.4956790Z test_dispatch_symbolic_meta_outplace_nn_functional_grid_sample_cuda_float32 (__main__.TestMetaCUDA) ... ok (1.225s) 2022-11-23T02:24:31.4957092Z test_dispatch_symbolic_meta_outplace_nn_functional_grid_sample_cuda_float64 (__main__.TestMetaCUDA) ... ok (1.233s) 2022-11-23T02:24:31.4957339Z test_dispatch_symbolic_meta_outplace_nn_functional_group_norm_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.116s) 2022-11-23T02:24:31.4957582Z test_dispatch_symbolic_meta_outplace_nn_functional_group_norm_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.110s) 2022-11-23T02:24:31.4957806Z test_dispatch_symbolic_meta_outplace_nn_functional_group_norm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.082s) 2022-11-23T02:24:31.4958037Z test_dispatch_symbolic_meta_outplace_nn_functional_group_norm_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.083s) 2022-11-23T02:24:31.4958279Z test_dispatch_symbolic_meta_outplace_nn_functional_hardshrink_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:24:31.4958643Z test_dispatch_symbolic_meta_outplace_nn_functional_hardshrink_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:24:31.4958883Z test_dispatch_symbolic_meta_outplace_nn_functional_hardshrink_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.4959115Z test_dispatch_symbolic_meta_outplace_nn_functional_hardshrink_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.4959469Z test_dispatch_symbolic_meta_outplace_nn_functional_hardsigmoid_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.4959822Z test_dispatch_symbolic_meta_outplace_nn_functional_hardsigmoid_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.4960067Z test_dispatch_symbolic_meta_outplace_nn_functional_hardsigmoid_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.4960302Z test_dispatch_symbolic_meta_outplace_nn_functional_hardsigmoid_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:31.4960547Z test_dispatch_symbolic_meta_outplace_nn_functional_hardswish_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.4960793Z test_dispatch_symbolic_meta_outplace_nn_functional_hardswish_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:24:31.4961029Z test_dispatch_symbolic_meta_outplace_nn_functional_hardswish_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.4961260Z test_dispatch_symbolic_meta_outplace_nn_functional_hardswish_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.4961586Z test_dispatch_symbolic_meta_outplace_nn_functional_hardtanh_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:24:31.4961825Z test_dispatch_symbolic_meta_outplace_nn_functional_hardtanh_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.4962057Z test_dispatch_symbolic_meta_outplace_nn_functional_hardtanh_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.4962446Z test_dispatch_symbolic_meta_outplace_nn_functional_hardtanh_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.4962701Z test_dispatch_symbolic_meta_outplace_nn_functional_hardtanh_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:24:31.4962937Z test_dispatch_symbolic_meta_outplace_nn_functional_hardtanh_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.4963174Z test_dispatch_symbolic_meta_outplace_nn_functional_hardtanh_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.4963415Z test_dispatch_symbolic_meta_outplace_nn_functional_hardtanh_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.4963674Z test_dispatch_symbolic_meta_outplace_nn_functional_hinge_embedding_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.099s) 2022-11-23T02:24:31.4963933Z test_dispatch_symbolic_meta_outplace_nn_functional_hinge_embedding_loss_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.092s) 2022-11-23T02:24:31.4964191Z test_dispatch_symbolic_meta_outplace_nn_functional_hinge_embedding_loss_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.091s) 2022-11-23T02:24:31.4964527Z test_dispatch_symbolic_meta_outplace_nn_functional_hinge_embedding_loss_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.093s) 2022-11-23T02:24:31.4964770Z test_dispatch_symbolic_meta_outplace_nn_functional_huber_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-11-23T02:24:31.4965186Z test_dispatch_symbolic_meta_outplace_nn_functional_huber_loss_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:24:31.4965429Z test_dispatch_symbolic_meta_outplace_nn_functional_huber_loss_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:24:31.4965658Z test_dispatch_symbolic_meta_outplace_nn_functional_huber_loss_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:24:31.4966019Z test_dispatch_symbolic_meta_outplace_nn_functional_instance_norm_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.190s) 2022-11-23T02:24:31.4966423Z test_dispatch_symbolic_meta_outplace_nn_functional_instance_norm_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.162s) 2022-11-23T02:24:31.4966820Z test_dispatch_symbolic_meta_outplace_nn_functional_instance_norm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.117s) 2022-11-23T02:24:31.4967077Z test_dispatch_symbolic_meta_outplace_nn_functional_instance_norm_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.102s) 2022-11-23T02:24:31.4967333Z test_dispatch_symbolic_meta_outplace_nn_functional_interpolate_area_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:24:31.4967593Z test_dispatch_symbolic_meta_outplace_nn_functional_interpolate_area_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:24:31.4967843Z test_dispatch_symbolic_meta_outplace_nn_functional_interpolate_area_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:24:31.4968093Z test_dispatch_symbolic_meta_outplace_nn_functional_interpolate_area_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.4968350Z test_dispatch_symbolic_meta_outplace_nn_functional_interpolate_bicubic_cuda_float16 (__main__.TestMetaCUDA) ... ok (1.310s) 2022-11-23T02:24:31.4968609Z test_dispatch_symbolic_meta_outplace_nn_functional_interpolate_bicubic_cuda_float32 (__main__.TestMetaCUDA) ... ok (1.411s) 2022-11-23T02:24:31.4968861Z test_dispatch_symbolic_meta_outplace_nn_functional_interpolate_bicubic_cuda_float64 (__main__.TestMetaCUDA) ... ok (1.380s) 2022-11-23T02:24:31.4969120Z test_dispatch_symbolic_meta_outplace_nn_functional_interpolate_bilinear_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.135s) 2022-11-23T02:24:31.4969491Z test_dispatch_symbolic_meta_outplace_nn_functional_interpolate_bilinear_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.133s) 2022-11-23T02:24:31.4969750Z test_dispatch_symbolic_meta_outplace_nn_functional_interpolate_bilinear_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.131s) 2022-11-23T02:24:31.4970007Z test_dispatch_symbolic_meta_outplace_nn_functional_interpolate_linear_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.4970266Z test_dispatch_symbolic_meta_outplace_nn_functional_interpolate_linear_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.4970519Z test_dispatch_symbolic_meta_outplace_nn_functional_interpolate_linear_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.4970775Z test_dispatch_symbolic_meta_outplace_nn_functional_interpolate_nearest_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.4971035Z test_dispatch_symbolic_meta_outplace_nn_functional_interpolate_nearest_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.4971283Z test_dispatch_symbolic_meta_outplace_nn_functional_interpolate_nearest_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.4971538Z test_dispatch_symbolic_meta_outplace_nn_functional_interpolate_nearest_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.4971940Z test_dispatch_symbolic_meta_outplace_nn_functional_interpolate_trilinear_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.4972284Z test_dispatch_symbolic_meta_outplace_nn_functional_interpolate_trilinear_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.4972660Z test_dispatch_symbolic_meta_outplace_nn_functional_interpolate_trilinear_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.4972898Z test_dispatch_symbolic_meta_outplace_nn_functional_kl_div_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.075s) 2022-11-23T02:24:31.4973241Z test_dispatch_symbolic_meta_outplace_nn_functional_kl_div_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.108s) 2022-11-23T02:24:31.4973478Z test_dispatch_symbolic_meta_outplace_nn_functional_kl_div_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.059s) 2022-11-23T02:24:31.4973714Z test_dispatch_symbolic_meta_outplace_nn_functional_kl_div_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.060s) 2022-11-23T02:24:31.4973951Z test_dispatch_symbolic_meta_outplace_nn_functional_l1_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:24:31.4974198Z test_dispatch_symbolic_meta_outplace_nn_functional_l1_loss_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.4974442Z test_dispatch_symbolic_meta_outplace_nn_functional_l1_loss_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:24:31.4974675Z test_dispatch_symbolic_meta_outplace_nn_functional_l1_loss_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:24:31.4974915Z test_dispatch_symbolic_meta_outplace_nn_functional_l1_loss_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.4975150Z test_dispatch_symbolic_meta_outplace_nn_functional_l1_loss_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:24:31.4975394Z test_dispatch_symbolic_meta_outplace_nn_functional_layer_norm_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-11-23T02:24:31.4975636Z test_dispatch_symbolic_meta_outplace_nn_functional_layer_norm_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:24:31.4975873Z test_dispatch_symbolic_meta_outplace_nn_functional_layer_norm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:24:31.4976104Z test_dispatch_symbolic_meta_outplace_nn_functional_layer_norm_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:24:31.4976345Z test_dispatch_symbolic_meta_outplace_nn_functional_leaky_relu_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:24:31.4976717Z test_dispatch_symbolic_meta_outplace_nn_functional_leaky_relu_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.4977057Z test_dispatch_symbolic_meta_outplace_nn_functional_leaky_relu_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:31.4977291Z test_dispatch_symbolic_meta_outplace_nn_functional_leaky_relu_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.4977527Z test_dispatch_symbolic_meta_outplace_nn_functional_linear_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.073s) 2022-11-23T02:24:31.4977773Z test_dispatch_symbolic_meta_outplace_nn_functional_linear_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.075s) 2022-11-23T02:24:31.4978011Z test_dispatch_symbolic_meta_outplace_nn_functional_linear_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.086s) 2022-11-23T02:24:31.4978248Z test_dispatch_symbolic_meta_outplace_nn_functional_linear_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.079s) 2022-11-23T02:24:31.4978607Z test_dispatch_symbolic_meta_outplace_nn_functional_linear_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.069s) 2022-11-23T02:24:31.4978851Z test_dispatch_symbolic_meta_outplace_nn_functional_linear_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.073s) 2022-11-23T02:24:31.4979107Z test_dispatch_symbolic_meta_outplace_nn_functional_local_response_norm_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.081s) 2022-11-23T02:24:31.4979505Z test_dispatch_symbolic_meta_outplace_nn_functional_local_response_norm_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.085s) 2022-11-23T02:24:31.4979931Z test_dispatch_symbolic_meta_outplace_nn_functional_local_response_norm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.071s) 2022-11-23T02:24:31.4980206Z test_dispatch_symbolic_meta_outplace_nn_functional_local_response_norm_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.097s) 2022-11-23T02:24:31.4980451Z test_dispatch_symbolic_meta_outplace_nn_functional_logsigmoid_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.4980696Z test_dispatch_symbolic_meta_outplace_nn_functional_logsigmoid_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:24:31.4980930Z test_dispatch_symbolic_meta_outplace_nn_functional_logsigmoid_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.4981161Z test_dispatch_symbolic_meta_outplace_nn_functional_logsigmoid_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.4981601Z test_dispatch_symbolic_meta_outplace_nn_functional_margin_ranking_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.160s) 2022-11-23T02:24:31.4981882Z test_dispatch_symbolic_meta_outplace_nn_functional_margin_ranking_loss_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.148s) 2022-11-23T02:24:31.4982137Z test_dispatch_symbolic_meta_outplace_nn_functional_margin_ranking_loss_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.123s) 2022-11-23T02:24:31.4982390Z test_dispatch_symbolic_meta_outplace_nn_functional_margin_ranking_loss_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.125s) 2022-11-23T02:24:31.4982640Z test_dispatch_symbolic_meta_outplace_nn_functional_margin_ranking_loss_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.127s) 2022-11-23T02:24:31.4982891Z test_dispatch_symbolic_meta_outplace_nn_functional_margin_ranking_loss_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.129s) 2022-11-23T02:24:31.4983133Z test_dispatch_symbolic_meta_outplace_nn_functional_margin_ranking_loss_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.125s) 2022-11-23T02:24:31.4983387Z test_dispatch_symbolic_meta_outplace_nn_functional_margin_ranking_loss_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.124s) 2022-11-23T02:24:31.4983629Z test_dispatch_symbolic_meta_outplace_nn_functional_margin_ranking_loss_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.124s) 2022-11-23T02:24:31.4983871Z test_dispatch_symbolic_meta_outplace_nn_functional_max_pool1d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (2.662s) 2022-11-23T02:24:31.4984217Z test_dispatch_symbolic_meta_outplace_nn_functional_max_pool1d_cuda_float16 (__main__.TestMetaCUDA) ... ok (2.845s) 2022-11-23T02:24:31.4984453Z test_dispatch_symbolic_meta_outplace_nn_functional_max_pool1d_cuda_float32 (__main__.TestMetaCUDA) ... ok (2.622s) 2022-11-23T02:24:31.4984684Z test_dispatch_symbolic_meta_outplace_nn_functional_max_pool1d_cuda_float64 (__main__.TestMetaCUDA) ... ok (2.704s) 2022-11-23T02:24:31.4984921Z test_dispatch_symbolic_meta_outplace_nn_functional_max_pool2d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (1.497s) 2022-11-23T02:24:31.4985278Z test_dispatch_symbolic_meta_outplace_nn_functional_max_pool2d_cuda_float16 (__main__.TestMetaCUDA) ... ok (1.476s) 2022-11-23T02:24:31.4985519Z test_dispatch_symbolic_meta_outplace_nn_functional_max_pool2d_cuda_float32 (__main__.TestMetaCUDA) ... ok (1.587s) 2022-11-23T02:24:31.4985747Z test_dispatch_symbolic_meta_outplace_nn_functional_max_pool2d_cuda_float64 (__main__.TestMetaCUDA) ... ok (1.579s) 2022-11-23T02:24:31.4986094Z test_dispatch_symbolic_meta_outplace_nn_functional_max_pool3d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.515s) 2022-11-23T02:24:31.4986447Z test_dispatch_symbolic_meta_outplace_nn_functional_max_pool3d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.562s) 2022-11-23T02:24:31.4986687Z test_dispatch_symbolic_meta_outplace_nn_functional_max_pool3d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.545s) 2022-11-23T02:24:31.4986922Z test_dispatch_symbolic_meta_outplace_nn_functional_max_pool3d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.497s) 2022-11-23T02:24:31.4987227Z test_dispatch_symbolic_meta_outplace_nn_functional_max_unpool1d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.548s) 2022-11-23T02:24:31.4987488Z test_dispatch_symbolic_meta_outplace_nn_functional_max_unpool1d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.521s) 2022-11-23T02:24:31.4987732Z test_dispatch_symbolic_meta_outplace_nn_functional_max_unpool1d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.513s) 2022-11-23T02:24:31.4987986Z test_dispatch_symbolic_meta_outplace_nn_functional_max_unpool1d_grad_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.137s) 2022-11-23T02:24:31.4988238Z test_dispatch_symbolic_meta_outplace_nn_functional_max_unpool1d_grad_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.135s) 2022-11-23T02:24:31.4988483Z test_dispatch_symbolic_meta_outplace_nn_functional_max_unpool1d_grad_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.115s) 2022-11-23T02:24:31.4988725Z test_dispatch_symbolic_meta_outplace_nn_functional_max_unpool2d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.436s) 2022-11-23T02:24:31.4988970Z test_dispatch_symbolic_meta_outplace_nn_functional_max_unpool2d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.463s) 2022-11-23T02:24:31.4989216Z test_dispatch_symbolic_meta_outplace_nn_functional_max_unpool2d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.400s) 2022-11-23T02:24:31.4989471Z test_dispatch_symbolic_meta_outplace_nn_functional_max_unpool2d_grad_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.195s) 2022-11-23T02:24:31.4989728Z test_dispatch_symbolic_meta_outplace_nn_functional_max_unpool2d_grad_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.160s) 2022-11-23T02:24:31.4989977Z test_dispatch_symbolic_meta_outplace_nn_functional_max_unpool2d_grad_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.145s) 2022-11-23T02:24:31.4990216Z test_dispatch_symbolic_meta_outplace_nn_functional_max_unpool3d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.145s) 2022-11-23T02:24:31.4990456Z test_dispatch_symbolic_meta_outplace_nn_functional_max_unpool3d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.138s) 2022-11-23T02:24:31.4990705Z test_dispatch_symbolic_meta_outplace_nn_functional_max_unpool3d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.141s) 2022-11-23T02:24:31.4990955Z test_dispatch_symbolic_meta_outplace_nn_functional_max_unpool3d_grad_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.070s) 2022-11-23T02:24:31.4991438Z test_dispatch_symbolic_meta_outplace_nn_functional_max_unpool3d_grad_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.065s) 2022-11-23T02:24:31.4991799Z test_dispatch_symbolic_meta_outplace_nn_functional_max_unpool3d_grad_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.065s) 2022-11-23T02:24:31.4992043Z test_dispatch_symbolic_meta_outplace_nn_functional_mish_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.4992278Z test_dispatch_symbolic_meta_outplace_nn_functional_mish_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.4992516Z test_dispatch_symbolic_meta_outplace_nn_functional_mish_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.4992750Z test_dispatch_symbolic_meta_outplace_nn_functional_mish_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.4993089Z test_dispatch_symbolic_meta_outplace_nn_functional_mse_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.4993431Z test_dispatch_symbolic_meta_outplace_nn_functional_mse_loss_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.4993672Z test_dispatch_symbolic_meta_outplace_nn_functional_mse_loss_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.4993898Z test_dispatch_symbolic_meta_outplace_nn_functional_mse_loss_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.4994149Z test_dispatch_symbolic_meta_outplace_nn_functional_multi_margin_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.4994465Z test_dispatch_symbolic_meta_outplace_nn_functional_multi_margin_loss_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.4994728Z test_dispatch_symbolic_meta_outplace_nn_functional_multi_margin_loss_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.4994972Z test_dispatch_symbolic_meta_outplace_nn_functional_multi_margin_loss_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.4995370Z test_dispatch_symbolic_meta_outplace_nn_functional_multilabel_margin_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.4995689Z test_dispatch_symbolic_meta_outplace_nn_functional_multilabel_margin_loss_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.4995952Z test_dispatch_symbolic_meta_outplace_nn_functional_multilabel_margin_loss_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.4996215Z test_dispatch_symbolic_meta_outplace_nn_functional_multilabel_margin_loss_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.4996485Z test_dispatch_symbolic_meta_outplace_nn_functional_multilabel_soft_margin_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.061s) 2022-11-23T02:24:31.4996753Z test_dispatch_symbolic_meta_outplace_nn_functional_multilabel_soft_margin_loss_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.056s) 2022-11-23T02:24:31.4997011Z test_dispatch_symbolic_meta_outplace_nn_functional_multilabel_soft_margin_loss_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.049s) 2022-11-23T02:24:31.4997268Z test_dispatch_symbolic_meta_outplace_nn_functional_multilabel_soft_margin_loss_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.040s) 2022-11-23T02:24:31.4997508Z test_dispatch_symbolic_meta_outplace_nn_functional_nll_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.145s) 2022-11-23T02:24:31.4997749Z test_dispatch_symbolic_meta_outplace_nn_functional_nll_loss_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.120s) 2022-11-23T02:24:31.4997983Z test_dispatch_symbolic_meta_outplace_nn_functional_nll_loss_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.122s) 2022-11-23T02:24:31.4998208Z test_dispatch_symbolic_meta_outplace_nn_functional_nll_loss_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.113s) 2022-11-23T02:24:31.4998454Z test_dispatch_symbolic_meta_outplace_nn_functional_normalize_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.083s) 2022-11-23T02:24:31.4998818Z test_dispatch_symbolic_meta_outplace_nn_functional_normalize_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.087s) 2022-11-23T02:24:31.4999177Z test_dispatch_symbolic_meta_outplace_nn_functional_normalize_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.074s) 2022-11-23T02:24:31.4999429Z test_dispatch_symbolic_meta_outplace_nn_functional_normalize_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.106s) 2022-11-23T02:24:31.4999769Z test_dispatch_symbolic_meta_outplace_nn_functional_normalize_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.071s) 2022-11-23T02:24:31.5000099Z test_dispatch_symbolic_meta_outplace_nn_functional_normalize_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.071s) 2022-11-23T02:24:31.5000338Z test_dispatch_symbolic_meta_outplace_nn_functional_one_hot_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.5000587Z test_dispatch_symbolic_meta_outplace_nn_functional_pad_circular_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.068s) 2022-11-23T02:24:31.5000826Z test_dispatch_symbolic_meta_outplace_nn_functional_pad_circular_cuda_bool (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:24:31.5001077Z test_dispatch_symbolic_meta_outplace_nn_functional_pad_circular_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.065s) 2022-11-23T02:24:31.5001332Z test_dispatch_symbolic_meta_outplace_nn_functional_pad_circular_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.072s) 2022-11-23T02:24:31.5001580Z test_dispatch_symbolic_meta_outplace_nn_functional_pad_circular_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.068s) 2022-11-23T02:24:31.5001900Z test_dispatch_symbolic_meta_outplace_nn_functional_pad_circular_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.065s) 2022-11-23T02:24:31.5002145Z test_dispatch_symbolic_meta_outplace_nn_functional_pad_circular_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.064s) 2022-11-23T02:24:31.5002390Z test_dispatch_symbolic_meta_outplace_nn_functional_pad_circular_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.064s) 2022-11-23T02:24:31.5002706Z test_dispatch_symbolic_meta_outplace_nn_functional_pad_circular_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.064s) 2022-11-23T02:24:31.5002934Z test_dispatch_symbolic_meta_outplace_nn_functional_pad_circular_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.063s) 2022-11-23T02:24:31.5003176Z test_dispatch_symbolic_meta_outplace_nn_functional_pad_circular_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.064s) 2022-11-23T02:24:31.5003409Z test_dispatch_symbolic_meta_outplace_nn_functional_pad_circular_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.068s) 2022-11-23T02:24:31.5003659Z test_dispatch_symbolic_meta_outplace_nn_functional_pad_constant_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.064s) 2022-11-23T02:24:31.5003904Z test_dispatch_symbolic_meta_outplace_nn_functional_pad_constant_cuda_bool (__main__.TestMetaCUDA) ... ok (0.069s) 2022-11-23T02:24:31.5004153Z test_dispatch_symbolic_meta_outplace_nn_functional_pad_constant_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.052s) 2022-11-23T02:24:31.5004407Z test_dispatch_symbolic_meta_outplace_nn_functional_pad_constant_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.054s) 2022-11-23T02:24:31.5004651Z test_dispatch_symbolic_meta_outplace_nn_functional_pad_constant_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.056s) 2022-11-23T02:24:31.5004893Z test_dispatch_symbolic_meta_outplace_nn_functional_pad_constant_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.056s) 2022-11-23T02:24:31.5005141Z test_dispatch_symbolic_meta_outplace_nn_functional_pad_constant_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.066s) 2022-11-23T02:24:31.5005518Z test_dispatch_symbolic_meta_outplace_nn_functional_pad_constant_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.056s) 2022-11-23T02:24:31.5005763Z test_dispatch_symbolic_meta_outplace_nn_functional_pad_constant_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.056s) 2022-11-23T02:24:31.5005993Z test_dispatch_symbolic_meta_outplace_nn_functional_pad_constant_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.059s) 2022-11-23T02:24:31.5006426Z test_dispatch_symbolic_meta_outplace_nn_functional_pad_constant_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.053s) 2022-11-23T02:24:31.5006756Z test_dispatch_symbolic_meta_outplace_nn_functional_pad_constant_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.057s) 2022-11-23T02:24:31.5007009Z test_dispatch_symbolic_meta_outplace_nn_functional_pad_reflect_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.5007262Z test_dispatch_symbolic_meta_outplace_nn_functional_pad_reflect_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.5007516Z test_dispatch_symbolic_meta_outplace_nn_functional_pad_reflect_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.5007759Z test_dispatch_symbolic_meta_outplace_nn_functional_pad_reflect_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.5007997Z test_dispatch_symbolic_meta_outplace_nn_functional_pad_reflect_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.5008231Z test_dispatch_symbolic_meta_outplace_nn_functional_pad_reflect_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:31.5008485Z test_dispatch_symbolic_meta_outplace_nn_functional_pad_replicate_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.5008738Z test_dispatch_symbolic_meta_outplace_nn_functional_pad_replicate_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.5009020Z test_dispatch_symbolic_meta_outplace_nn_functional_pad_replicate_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.5009450Z test_dispatch_symbolic_meta_outplace_nn_functional_pad_replicate_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.5009722Z test_dispatch_symbolic_meta_outplace_nn_functional_pad_replicate_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.5009979Z test_dispatch_symbolic_meta_outplace_nn_functional_pairwise_distance_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:24:31.5010241Z test_dispatch_symbolic_meta_outplace_nn_functional_pairwise_distance_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.5010503Z test_dispatch_symbolic_meta_outplace_nn_functional_pairwise_distance_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.035s) 2022-11-23T02:24:31.5010758Z test_dispatch_symbolic_meta_outplace_nn_functional_pairwise_distance_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:24:31.5011011Z test_dispatch_symbolic_meta_outplace_nn_functional_pairwise_distance_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:24:31.5011261Z test_dispatch_symbolic_meta_outplace_nn_functional_pairwise_distance_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:24:31.5011512Z test_dispatch_symbolic_meta_outplace_nn_functional_pairwise_distance_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:24:31.5011770Z test_dispatch_symbolic_meta_outplace_nn_functional_pairwise_distance_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:24:31.5012267Z test_dispatch_symbolic_meta_outplace_nn_functional_pairwise_distance_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:24:31.5012537Z test_dispatch_symbolic_meta_outplace_nn_functional_pairwise_distance_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.5012885Z test_dispatch_symbolic_meta_outplace_nn_functional_pairwise_distance_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:24:31.5013231Z test_dispatch_symbolic_meta_outplace_nn_functional_pdist_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.5013479Z test_dispatch_symbolic_meta_outplace_nn_functional_pdist_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.5013726Z test_dispatch_symbolic_meta_outplace_nn_functional_pixel_shuffle_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.5014075Z test_dispatch_symbolic_meta_outplace_nn_functional_pixel_shuffle_cuda_bool (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.5014329Z test_dispatch_symbolic_meta_outplace_nn_functional_pixel_shuffle_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.5014577Z test_dispatch_symbolic_meta_outplace_nn_functional_pixel_shuffle_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.5014824Z test_dispatch_symbolic_meta_outplace_nn_functional_pixel_shuffle_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.5015074Z test_dispatch_symbolic_meta_outplace_nn_functional_pixel_shuffle_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.5015320Z test_dispatch_symbolic_meta_outplace_nn_functional_pixel_shuffle_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.5015562Z test_dispatch_symbolic_meta_outplace_nn_functional_pixel_shuffle_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.5015799Z test_dispatch_symbolic_meta_outplace_nn_functional_pixel_shuffle_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.5016027Z test_dispatch_symbolic_meta_outplace_nn_functional_pixel_shuffle_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.5016269Z test_dispatch_symbolic_meta_outplace_nn_functional_pixel_shuffle_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.5016484Z test_dispatch_symbolic_meta_outplace_nn_functional_pixel_shuffle_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.5016804Z test_dispatch_symbolic_meta_outplace_nn_functional_pixel_unshuffle_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.5017067Z test_dispatch_symbolic_meta_outplace_nn_functional_pixel_unshuffle_cuda_bool (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.5017324Z test_dispatch_symbolic_meta_outplace_nn_functional_pixel_unshuffle_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.5017583Z test_dispatch_symbolic_meta_outplace_nn_functional_pixel_unshuffle_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.5017832Z test_dispatch_symbolic_meta_outplace_nn_functional_pixel_unshuffle_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.5018078Z test_dispatch_symbolic_meta_outplace_nn_functional_pixel_unshuffle_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.5018329Z test_dispatch_symbolic_meta_outplace_nn_functional_pixel_unshuffle_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.5018687Z test_dispatch_symbolic_meta_outplace_nn_functional_pixel_unshuffle_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.5018944Z test_dispatch_symbolic_meta_outplace_nn_functional_pixel_unshuffle_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.5019190Z test_dispatch_symbolic_meta_outplace_nn_functional_pixel_unshuffle_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.5019451Z test_dispatch_symbolic_meta_outplace_nn_functional_pixel_unshuffle_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.5019800Z test_dispatch_symbolic_meta_outplace_nn_functional_pixel_unshuffle_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:24:31.5020140Z test_dispatch_symbolic_meta_outplace_nn_functional_poisson_nll_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.645s) 2022-11-23T02:24:31.5020395Z test_dispatch_symbolic_meta_outplace_nn_functional_poisson_nll_loss_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.671s) 2022-11-23T02:24:31.5020648Z test_dispatch_symbolic_meta_outplace_nn_functional_poisson_nll_loss_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.561s) 2022-11-23T02:24:31.5020892Z test_dispatch_symbolic_meta_outplace_nn_functional_poisson_nll_loss_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.544s) 2022-11-23T02:24:31.5021137Z test_dispatch_symbolic_meta_outplace_nn_functional_poisson_nll_loss_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.579s) 2022-11-23T02:24:31.5021472Z test_dispatch_symbolic_meta_outplace_nn_functional_poisson_nll_loss_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.602s) 2022-11-23T02:24:31.5021720Z test_dispatch_symbolic_meta_outplace_nn_functional_poisson_nll_loss_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.557s) 2022-11-23T02:24:31.5021963Z test_dispatch_symbolic_meta_outplace_nn_functional_poisson_nll_loss_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.567s) 2022-11-23T02:24:31.5022209Z test_dispatch_symbolic_meta_outplace_nn_functional_poisson_nll_loss_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.574s) 2022-11-23T02:24:31.5022445Z test_dispatch_symbolic_meta_outplace_nn_functional_prelu_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.049s) 2022-11-23T02:24:31.5022682Z test_dispatch_symbolic_meta_outplace_nn_functional_prelu_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.039s) 2022-11-23T02:24:31.5022913Z test_dispatch_symbolic_meta_outplace_nn_functional_prelu_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:24:31.5023149Z test_dispatch_symbolic_meta_outplace_nn_functional_relu6_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.5023382Z test_dispatch_symbolic_meta_outplace_nn_functional_relu6_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.5023598Z test_dispatch_symbolic_meta_outplace_nn_functional_relu6_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.5029627Z test_dispatch_symbolic_meta_outplace_nn_functional_relu6_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.5030060Z test_dispatch_symbolic_meta_outplace_nn_functional_relu6_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.5030325Z test_dispatch_symbolic_meta_outplace_nn_functional_relu6_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.5030558Z test_dispatch_symbolic_meta_outplace_nn_functional_relu6_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.5030801Z test_dispatch_symbolic_meta_outplace_nn_functional_relu6_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.5031028Z test_dispatch_symbolic_meta_outplace_nn_functional_relu6_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.5031268Z test_dispatch_symbolic_meta_outplace_nn_functional_relu_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.5031506Z test_dispatch_symbolic_meta_outplace_nn_functional_relu_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.5031746Z test_dispatch_symbolic_meta_outplace_nn_functional_relu_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.5032141Z test_dispatch_symbolic_meta_outplace_nn_functional_relu_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.5032388Z test_dispatch_symbolic_meta_outplace_nn_functional_relu_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.5032624Z test_dispatch_symbolic_meta_outplace_nn_functional_relu_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.5032954Z test_dispatch_symbolic_meta_outplace_nn_functional_relu_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.5033280Z test_dispatch_symbolic_meta_outplace_nn_functional_relu_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.5033514Z test_dispatch_symbolic_meta_outplace_nn_functional_relu_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.5033741Z test_dispatch_symbolic_meta_outplace_nn_functional_rrelu_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.5033978Z test_dispatch_symbolic_meta_outplace_nn_functional_rrelu_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.5034211Z test_dispatch_symbolic_meta_outplace_nn_functional_rrelu_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.5035201Z test_dispatch_symbolic_meta_outplace_nn_functional_rrelu_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.5035550Z test_dispatch_symbolic_meta_outplace_nn_functional_selu_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.5035796Z test_dispatch_symbolic_meta_outplace_nn_functional_selu_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.5036028Z test_dispatch_symbolic_meta_outplace_nn_functional_selu_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.5036272Z test_dispatch_symbolic_meta_outplace_nn_functional_selu_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.5036509Z test_dispatch_symbolic_meta_outplace_nn_functional_silu_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.5036741Z test_dispatch_symbolic_meta_outplace_nn_functional_silu_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.5036969Z test_dispatch_symbolic_meta_outplace_nn_functional_silu_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.5037203Z test_dispatch_symbolic_meta_outplace_nn_functional_silu_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.5037454Z test_dispatch_symbolic_meta_outplace_nn_functional_smooth_l1_loss_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:31.5037704Z test_dispatch_symbolic_meta_outplace_nn_functional_smooth_l1_loss_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.5037951Z test_dispatch_symbolic_meta_outplace_nn_functional_smooth_l1_loss_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.5038483Z test_dispatch_symbolic_meta_outplace_nn_functional_soft_margin_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:31.5038931Z test_dispatch_symbolic_meta_outplace_nn_functional_soft_margin_loss_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.5039193Z test_dispatch_symbolic_meta_outplace_nn_functional_soft_margin_loss_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.5039536Z test_dispatch_symbolic_meta_outplace_nn_functional_soft_margin_loss_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.5039881Z test_dispatch_symbolic_meta_outplace_nn_functional_softmin_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:24:31.5040136Z test_dispatch_symbolic_meta_outplace_nn_functional_softmin_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.5040381Z test_dispatch_symbolic_meta_outplace_nn_functional_softmin_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:24:31.5040624Z test_dispatch_symbolic_meta_outplace_nn_functional_softmin_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:24:31.5040882Z test_dispatch_symbolic_meta_outplace_nn_functional_softmin_with_dtype_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.5041148Z test_dispatch_symbolic_meta_outplace_nn_functional_softmin_with_dtype_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.5041407Z test_dispatch_symbolic_meta_outplace_nn_functional_softmin_with_dtype_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:24:31.5041646Z test_dispatch_symbolic_meta_outplace_nn_functional_softmin_with_dtype_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.5041901Z test_dispatch_symbolic_meta_outplace_nn_functional_softmin_with_dtype_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.5042152Z test_dispatch_symbolic_meta_outplace_nn_functional_softmin_with_dtype_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.5042401Z test_dispatch_symbolic_meta_outplace_nn_functional_softmin_with_dtype_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.5042649Z test_dispatch_symbolic_meta_outplace_nn_functional_softmin_with_dtype_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.5043000Z test_dispatch_symbolic_meta_outplace_nn_functional_softmin_with_dtype_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.5043250Z test_dispatch_symbolic_meta_outplace_nn_functional_softmin_with_dtype_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.5043501Z test_dispatch_symbolic_meta_outplace_nn_functional_softmin_with_dtype_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:24:31.5043747Z test_dispatch_symbolic_meta_outplace_nn_functional_softplus_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.5043993Z test_dispatch_symbolic_meta_outplace_nn_functional_softplus_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.5044227Z test_dispatch_symbolic_meta_outplace_nn_functional_softplus_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.5044454Z test_dispatch_symbolic_meta_outplace_nn_functional_softplus_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:24:31.5044703Z test_dispatch_symbolic_meta_outplace_nn_functional_softshrink_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:24:31.5044948Z test_dispatch_symbolic_meta_outplace_nn_functional_softshrink_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-11-23T02:24:31.5045317Z test_dispatch_symbolic_meta_outplace_nn_functional_softshrink_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-11-23T02:24:31.5045559Z test_dispatch_symbolic_meta_outplace_nn_functional_softshrink_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-11-23T02:24:31.5045876Z test_dispatch_symbolic_meta_outplace_nn_functional_softsign_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.5046243Z test_dispatch_symbolic_meta_outplace_nn_functional_softsign_cuda_bool (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.5046594Z test_dispatch_symbolic_meta_outplace_nn_functional_softsign_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.5046852Z test_dispatch_symbolic_meta_outplace_nn_functional_softsign_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.5047092Z test_dispatch_symbolic_meta_outplace_nn_functional_softsign_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.5047326Z test_dispatch_symbolic_meta_outplace_nn_functional_softsign_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.5047553Z test_dispatch_symbolic_meta_outplace_nn_functional_softsign_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.5047792Z test_dispatch_symbolic_meta_outplace_nn_functional_softsign_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.5048026Z test_dispatch_symbolic_meta_outplace_nn_functional_softsign_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.5048259Z test_dispatch_symbolic_meta_outplace_nn_functional_softsign_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.5048487Z test_dispatch_symbolic_meta_outplace_nn_functional_softsign_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.5048726Z test_dispatch_symbolic_meta_outplace_nn_functional_softsign_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.5048971Z test_dispatch_symbolic_meta_outplace_nn_functional_tanhshrink_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.5049222Z test_dispatch_symbolic_meta_outplace_nn_functional_tanhshrink_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.5049472Z test_dispatch_symbolic_meta_outplace_nn_functional_tanhshrink_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.5049716Z test_dispatch_symbolic_meta_outplace_nn_functional_tanhshrink_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.5049952Z test_dispatch_symbolic_meta_outplace_nn_functional_tanhshrink_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.5050287Z test_dispatch_symbolic_meta_outplace_nn_functional_tanhshrink_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.5050525Z test_dispatch_symbolic_meta_outplace_nn_functional_tanhshrink_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.5050755Z test_dispatch_symbolic_meta_outplace_nn_functional_tanhshrink_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.5050983Z test_dispatch_symbolic_meta_outplace_nn_functional_tanhshrink_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.5051360Z test_dispatch_symbolic_meta_outplace_nn_functional_tanhshrink_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.5051621Z test_dispatch_symbolic_meta_outplace_nn_functional_tanhshrink_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.5051867Z test_dispatch_symbolic_meta_outplace_nn_functional_threshold_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.5052224Z test_dispatch_symbolic_meta_outplace_nn_functional_threshold_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.5052465Z test_dispatch_symbolic_meta_outplace_nn_functional_threshold_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.5052699Z test_dispatch_symbolic_meta_outplace_nn_functional_threshold_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.5052938Z test_dispatch_symbolic_meta_outplace_nn_functional_threshold_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.5053367Z test_dispatch_symbolic_meta_outplace_nn_functional_threshold_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.5053732Z test_dispatch_symbolic_meta_outplace_nn_functional_threshold_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.5053978Z test_dispatch_symbolic_meta_outplace_nn_functional_threshold_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.5054220Z test_dispatch_symbolic_meta_outplace_nn_functional_threshold_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.5054484Z test_dispatch_symbolic_meta_outplace_nn_functional_triplet_margin_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.105s) 2022-11-23T02:24:31.5054750Z test_dispatch_symbolic_meta_outplace_nn_functional_triplet_margin_loss_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.079s) 2022-11-23T02:24:31.5055016Z test_dispatch_symbolic_meta_outplace_nn_functional_triplet_margin_loss_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.077s) 2022-11-23T02:24:31.5055276Z test_dispatch_symbolic_meta_outplace_nn_functional_triplet_margin_loss_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.089s) 2022-11-23T02:24:31.5055685Z test_dispatch_symbolic_meta_outplace_nn_functional_triplet_margin_loss_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.074s) 2022-11-23T02:24:31.5055963Z test_dispatch_symbolic_meta_outplace_nn_functional_triplet_margin_loss_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.072s) 2022-11-23T02:24:31.5056215Z test_dispatch_symbolic_meta_outplace_nn_functional_triplet_margin_loss_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.104s) 2022-11-23T02:24:31.5056473Z test_dispatch_symbolic_meta_outplace_nn_functional_triplet_margin_loss_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.073s) 2022-11-23T02:24:31.5056717Z test_dispatch_symbolic_meta_outplace_nn_functional_triplet_margin_loss_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.075s) 2022-11-23T02:24:31.5056966Z test_dispatch_symbolic_meta_outplace_nn_functional_triplet_margin_loss_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.089s) 2022-11-23T02:24:31.5057211Z test_dispatch_symbolic_meta_outplace_nn_functional_triplet_margin_loss_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.086s) 2022-11-23T02:24:31.5057490Z test_dispatch_symbolic_meta_outplace_nn_functional_triplet_margin_with_distance_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.085s) 2022-11-23T02:24:31.5057879Z test_dispatch_symbolic_meta_outplace_nn_functional_triplet_margin_with_distance_loss_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.082s) 2022-11-23T02:24:31.5058159Z test_dispatch_symbolic_meta_outplace_nn_functional_triplet_margin_with_distance_loss_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.079s) 2022-11-23T02:24:31.5058439Z test_dispatch_symbolic_meta_outplace_nn_functional_triplet_margin_with_distance_loss_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.083s) 2022-11-23T02:24:31.5058715Z test_dispatch_symbolic_meta_outplace_nn_functional_triplet_margin_with_distance_loss_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.074s) 2022-11-23T02:24:31.5059104Z test_dispatch_symbolic_meta_outplace_nn_functional_triplet_margin_with_distance_loss_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.066s) 2022-11-23T02:24:31.5059380Z test_dispatch_symbolic_meta_outplace_nn_functional_triplet_margin_with_distance_loss_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.081s) 2022-11-23T02:24:31.5059657Z test_dispatch_symbolic_meta_outplace_nn_functional_triplet_margin_with_distance_loss_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.071s) 2022-11-23T02:24:31.5060024Z test_dispatch_symbolic_meta_outplace_nn_functional_triplet_margin_with_distance_loss_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.072s) 2022-11-23T02:24:31.5060403Z test_dispatch_symbolic_meta_outplace_nn_functional_triplet_margin_with_distance_loss_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.072s) 2022-11-23T02:24:31.5060672Z test_dispatch_symbolic_meta_outplace_nn_functional_triplet_margin_with_distance_loss_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.068s) 2022-11-23T02:24:31.5060991Z test_dispatch_symbolic_meta_outplace_nn_functional_unfold_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (1.902s) 2022-11-23T02:24:31.5061250Z test_dispatch_symbolic_meta_outplace_nn_functional_unfold_cuda_complex128 (__main__.TestMetaCUDA) ... ok (1.852s) 2022-11-23T02:24:31.5061492Z test_dispatch_symbolic_meta_outplace_nn_functional_unfold_cuda_complex64 (__main__.TestMetaCUDA) ... ok (1.889s) 2022-11-23T02:24:31.5061735Z test_dispatch_symbolic_meta_outplace_nn_functional_unfold_cuda_float16 (__main__.TestMetaCUDA) ... ok (1.840s) 2022-11-23T02:24:31.5061973Z test_dispatch_symbolic_meta_outplace_nn_functional_unfold_cuda_float32 (__main__.TestMetaCUDA) ... ok (1.802s) 2022-11-23T02:24:31.5062211Z test_dispatch_symbolic_meta_outplace_nn_functional_unfold_cuda_float64 (__main__.TestMetaCUDA) ... ok (1.850s) 2022-11-23T02:24:31.5062464Z test_dispatch_symbolic_meta_outplace_nn_functional_upsample_bilinear_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.045s) 2022-11-23T02:24:31.5062725Z test_dispatch_symbolic_meta_outplace_nn_functional_upsample_bilinear_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.038s) 2022-11-23T02:24:31.5062970Z test_dispatch_symbolic_meta_outplace_nn_functional_upsample_bilinear_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.037s) 2022-11-23T02:24:31.5063224Z test_dispatch_symbolic_meta_outplace_nn_functional_upsample_nearest_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.5063475Z test_dispatch_symbolic_meta_outplace_nn_functional_upsample_nearest_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.5063720Z test_dispatch_symbolic_meta_outplace_nn_functional_upsample_nearest_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.5063971Z test_dispatch_symbolic_meta_outplace_nn_functional_upsample_nearest_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.5064197Z test_dispatch_symbolic_meta_outplace_nonzero_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.050s) 2022-11-23T02:24:31.5064413Z test_dispatch_symbolic_meta_outplace_nonzero_cuda_bool (__main__.TestMetaCUDA) ... ok (0.048s) 2022-11-23T02:24:31.5064636Z test_dispatch_symbolic_meta_outplace_nonzero_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.038s) 2022-11-23T02:24:31.5064859Z test_dispatch_symbolic_meta_outplace_nonzero_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.053s) 2022-11-23T02:24:31.5065162Z test_dispatch_symbolic_meta_outplace_nonzero_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.041s) 2022-11-23T02:24:31.5065380Z test_dispatch_symbolic_meta_outplace_nonzero_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.038s) 2022-11-23T02:24:31.5065722Z test_dispatch_symbolic_meta_outplace_nonzero_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.041s) 2022-11-23T02:24:31.5066032Z test_dispatch_symbolic_meta_outplace_nonzero_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.033s) 2022-11-23T02:24:31.5066249Z test_dispatch_symbolic_meta_outplace_nonzero_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.048s) 2022-11-23T02:24:31.5066464Z test_dispatch_symbolic_meta_outplace_nonzero_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.046s) 2022-11-23T02:24:31.5066791Z test_dispatch_symbolic_meta_outplace_nonzero_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.039s) 2022-11-23T02:24:31.5067015Z test_dispatch_symbolic_meta_outplace_nonzero_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.047s) 2022-11-23T02:24:31.5067228Z test_dispatch_symbolic_meta_outplace_nonzero_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.038s) 2022-11-23T02:24:31.5067537Z test_dispatch_symbolic_meta_outplace_norm_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.136s) 2022-11-23T02:24:31.5067762Z test_dispatch_symbolic_meta_outplace_norm_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.159s) 2022-11-23T02:24:31.5067978Z test_dispatch_symbolic_meta_outplace_norm_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.128s) 2022-11-23T02:24:31.5068271Z test_dispatch_symbolic_meta_outplace_norm_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.191s) 2022-11-23T02:24:31.5068499Z test_dispatch_symbolic_meta_outplace_norm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.115s) 2022-11-23T02:24:31.5068710Z test_dispatch_symbolic_meta_outplace_norm_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.129s) 2022-11-23T02:24:31.5068931Z test_dispatch_symbolic_meta_outplace_norm_fro_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.5069158Z test_dispatch_symbolic_meta_outplace_norm_fro_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.5069383Z test_dispatch_symbolic_meta_outplace_norm_fro_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.5069604Z test_dispatch_symbolic_meta_outplace_norm_fro_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.5069818Z test_dispatch_symbolic_meta_outplace_norm_fro_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.5070029Z test_dispatch_symbolic_meta_outplace_norm_fro_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.5070248Z test_dispatch_symbolic_meta_outplace_norm_inf_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.5070470Z test_dispatch_symbolic_meta_outplace_norm_inf_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.5070695Z test_dispatch_symbolic_meta_outplace_norm_inf_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.5070914Z test_dispatch_symbolic_meta_outplace_norm_inf_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.5071112Z test_dispatch_symbolic_meta_outplace_norm_inf_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.5071319Z test_dispatch_symbolic_meta_outplace_norm_inf_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.5071540Z test_dispatch_symbolic_meta_outplace_norm_nuc_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.5071767Z test_dispatch_symbolic_meta_outplace_norm_nuc_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.5071982Z test_dispatch_symbolic_meta_outplace_norm_nuc_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.5072192Z test_dispatch_symbolic_meta_outplace_norm_nuc_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.5072498Z test_dispatch_symbolic_meta_outplace_normal_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.5072717Z test_dispatch_symbolic_meta_outplace_normal_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.5073069Z test_dispatch_symbolic_meta_outplace_normal_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:24:31.5073277Z test_dispatch_symbolic_meta_outplace_normal_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.5073517Z test_dispatch_symbolic_meta_outplace_normal_number_mean_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.5073860Z test_dispatch_symbolic_meta_outplace_normal_number_mean_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.5074214Z test_dispatch_symbolic_meta_outplace_normal_number_mean_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.5074447Z test_dispatch_symbolic_meta_outplace_normal_number_mean_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.5074664Z test_dispatch_symbolic_meta_outplace_ones_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.5074874Z test_dispatch_symbolic_meta_outplace_ones_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.5075093Z test_dispatch_symbolic_meta_outplace_ones_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.5075310Z test_dispatch_symbolic_meta_outplace_ones_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.5076130Z test_dispatch_symbolic_meta_outplace_ones_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.5076409Z test_dispatch_symbolic_meta_outplace_ones_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.5076623Z test_dispatch_symbolic_meta_outplace_ones_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.5076821Z test_dispatch_symbolic_meta_outplace_ones_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.5077039Z test_dispatch_symbolic_meta_outplace_ones_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.5077246Z test_dispatch_symbolic_meta_outplace_ones_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.5077449Z test_dispatch_symbolic_meta_outplace_ones_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.5077656Z test_dispatch_symbolic_meta_outplace_ones_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.5077862Z test_dispatch_symbolic_meta_outplace_ones_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.5078084Z test_dispatch_symbolic_meta_outplace_ones_like_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.5078295Z test_dispatch_symbolic_meta_outplace_ones_like_cuda_bool (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.5078521Z test_dispatch_symbolic_meta_outplace_ones_like_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.5078751Z test_dispatch_symbolic_meta_outplace_ones_like_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.5078976Z test_dispatch_symbolic_meta_outplace_ones_like_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.5079194Z test_dispatch_symbolic_meta_outplace_ones_like_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.5079576Z test_dispatch_symbolic_meta_outplace_ones_like_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.5079798Z test_dispatch_symbolic_meta_outplace_ones_like_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.5080013Z test_dispatch_symbolic_meta_outplace_ones_like_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.5080322Z test_dispatch_symbolic_meta_outplace_ones_like_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.5080778Z test_dispatch_symbolic_meta_outplace_ones_like_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.5080998Z test_dispatch_symbolic_meta_outplace_ones_like_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.5081203Z test_dispatch_symbolic_meta_outplace_ones_like_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.5081423Z test_dispatch_symbolic_meta_outplace_ormqr_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.345s) 2022-11-23T02:24:31.5081632Z test_dispatch_symbolic_meta_outplace_ormqr_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.319s) 2022-11-23T02:24:31.5081854Z test_dispatch_symbolic_meta_outplace_ormqr_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.337s) 2022-11-23T02:24:31.5082053Z test_dispatch_symbolic_meta_outplace_ormqr_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.369s) 2022-11-23T02:24:31.5082272Z test_dispatch_symbolic_meta_outplace_outer_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.5082485Z test_dispatch_symbolic_meta_outplace_outer_cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.5082705Z test_dispatch_symbolic_meta_outplace_outer_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.5082923Z test_dispatch_symbolic_meta_outplace_outer_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.5083134Z test_dispatch_symbolic_meta_outplace_outer_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.5083346Z test_dispatch_symbolic_meta_outplace_outer_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.5083635Z test_dispatch_symbolic_meta_outplace_outer_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.5083862Z test_dispatch_symbolic_meta_outplace_outer_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.5084070Z test_dispatch_symbolic_meta_outplace_outer_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.5084282Z test_dispatch_symbolic_meta_outplace_outer_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.5084493Z test_dispatch_symbolic_meta_outplace_outer_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.5084699Z test_dispatch_symbolic_meta_outplace_outer_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.5084925Z test_dispatch_symbolic_meta_outplace_pca_lowrank_cuda_float32 (__main__.TestMetaCUDA) ... ok (5.272s) 2022-11-23T02:24:31.5085151Z test_dispatch_symbolic_meta_outplace_pca_lowrank_cuda_float64 (__main__.TestMetaCUDA) ... ok (5.392s) 2022-11-23T02:24:31.5085377Z test_dispatch_symbolic_meta_outplace_permute_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.5085591Z test_dispatch_symbolic_meta_outplace_permute_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.5085817Z test_dispatch_symbolic_meta_outplace_permute_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.5086170Z test_dispatch_symbolic_meta_outplace_permute_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.5086393Z test_dispatch_symbolic_meta_outplace_permute_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.5086611Z test_dispatch_symbolic_meta_outplace_permute_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.5086904Z test_dispatch_symbolic_meta_outplace_permute_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.5087218Z test_dispatch_symbolic_meta_outplace_permute_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.5087445Z test_dispatch_symbolic_meta_outplace_permute_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.5087660Z test_dispatch_symbolic_meta_outplace_permute_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.5087872Z test_dispatch_symbolic_meta_outplace_permute_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.5088178Z test_dispatch_symbolic_meta_outplace_permute_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.5088390Z test_dispatch_symbolic_meta_outplace_permute_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.5088616Z test_dispatch_symbolic_meta_outplace_pinverse_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.037s) 2022-11-23T02:24:31.5088842Z test_dispatch_symbolic_meta_outplace_pinverse_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.035s) 2022-11-23T02:24:31.5089064Z test_dispatch_symbolic_meta_outplace_pinverse_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.5089283Z test_dispatch_symbolic_meta_outplace_pinverse_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.5089494Z test_dispatch_symbolic_meta_outplace_polar_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.5089706Z test_dispatch_symbolic_meta_outplace_polar_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.5090124Z test_dispatch_symbolic_meta_outplace_polygamma_polygamma_n_0_cuda_bool (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.5090396Z test_dispatch_symbolic_meta_outplace_polygamma_polygamma_n_0_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:24:31.5090635Z test_dispatch_symbolic_meta_outplace_polygamma_polygamma_n_0_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:24:31.5090867Z test_dispatch_symbolic_meta_outplace_polygamma_polygamma_n_0_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.5091188Z test_dispatch_symbolic_meta_outplace_polygamma_polygamma_n_0_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.5091447Z test_dispatch_symbolic_meta_outplace_polygamma_polygamma_n_0_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:24:31.5091684Z test_dispatch_symbolic_meta_outplace_polygamma_polygamma_n_0_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.5091925Z test_dispatch_symbolic_meta_outplace_polygamma_polygamma_n_0_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.5092161Z test_dispatch_symbolic_meta_outplace_polygamma_polygamma_n_0_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.5092401Z test_dispatch_symbolic_meta_outplace_polygamma_polygamma_n_1_cuda_bool (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.5092785Z test_dispatch_symbolic_meta_outplace_polygamma_polygamma_n_1_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.5093030Z test_dispatch_symbolic_meta_outplace_polygamma_polygamma_n_1_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:31.5093262Z test_dispatch_symbolic_meta_outplace_polygamma_polygamma_n_1_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.5093648Z test_dispatch_symbolic_meta_outplace_polygamma_polygamma_n_1_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.5094017Z test_dispatch_symbolic_meta_outplace_polygamma_polygamma_n_1_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.5094254Z test_dispatch_symbolic_meta_outplace_polygamma_polygamma_n_1_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.5094488Z test_dispatch_symbolic_meta_outplace_polygamma_polygamma_n_1_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:24:31.5094722Z test_dispatch_symbolic_meta_outplace_polygamma_polygamma_n_1_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:24:31.5094965Z test_dispatch_symbolic_meta_outplace_polygamma_polygamma_n_2_cuda_bool (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.5095205Z test_dispatch_symbolic_meta_outplace_polygamma_polygamma_n_2_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.5095439Z test_dispatch_symbolic_meta_outplace_polygamma_polygamma_n_2_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.5095763Z test_dispatch_symbolic_meta_outplace_polygamma_polygamma_n_2_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.5095994Z test_dispatch_symbolic_meta_outplace_polygamma_polygamma_n_2_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.5096223Z test_dispatch_symbolic_meta_outplace_polygamma_polygamma_n_2_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.5096464Z test_dispatch_symbolic_meta_outplace_polygamma_polygamma_n_2_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:24:31.5096702Z test_dispatch_symbolic_meta_outplace_polygamma_polygamma_n_2_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.5096939Z test_dispatch_symbolic_meta_outplace_polygamma_polygamma_n_2_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.5097176Z test_dispatch_symbolic_meta_outplace_polygamma_polygamma_n_3_cuda_bool (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.5097418Z test_dispatch_symbolic_meta_outplace_polygamma_polygamma_n_3_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.5097651Z test_dispatch_symbolic_meta_outplace_polygamma_polygamma_n_3_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.5098057Z test_dispatch_symbolic_meta_outplace_polygamma_polygamma_n_3_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.5098308Z test_dispatch_symbolic_meta_outplace_polygamma_polygamma_n_3_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.5098645Z test_dispatch_symbolic_meta_outplace_polygamma_polygamma_n_3_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.5099072Z test_dispatch_symbolic_meta_outplace_polygamma_polygamma_n_3_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:31.5099475Z test_dispatch_symbolic_meta_outplace_polygamma_polygamma_n_3_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.5099699Z test_dispatch_symbolic_meta_outplace_polygamma_polygamma_n_3_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.5099942Z test_dispatch_symbolic_meta_outplace_polygamma_polygamma_n_4_cuda_bool (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.5100276Z test_dispatch_symbolic_meta_outplace_polygamma_polygamma_n_4_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.5100612Z test_dispatch_symbolic_meta_outplace_polygamma_polygamma_n_4_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:24:31.5100848Z test_dispatch_symbolic_meta_outplace_polygamma_polygamma_n_4_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.5101089Z test_dispatch_symbolic_meta_outplace_polygamma_polygamma_n_4_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.5101328Z test_dispatch_symbolic_meta_outplace_polygamma_polygamma_n_4_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.5101565Z test_dispatch_symbolic_meta_outplace_polygamma_polygamma_n_4_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:24:31.5101806Z test_dispatch_symbolic_meta_outplace_polygamma_polygamma_n_4_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:31.5102042Z test_dispatch_symbolic_meta_outplace_polygamma_polygamma_n_4_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.5102265Z test_dispatch_symbolic_meta_outplace_positive_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.001s) 2022-11-23T02:24:31.5102491Z test_dispatch_symbolic_meta_outplace_positive_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.5102723Z test_dispatch_symbolic_meta_outplace_positive_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.001s) 2022-11-23T02:24:31.5102948Z test_dispatch_symbolic_meta_outplace_positive_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.5103169Z test_dispatch_symbolic_meta_outplace_positive_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.5103492Z test_dispatch_symbolic_meta_outplace_positive_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.5103703Z test_dispatch_symbolic_meta_outplace_positive_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.5103918Z test_dispatch_symbolic_meta_outplace_positive_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.5104129Z test_dispatch_symbolic_meta_outplace_positive_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.5104334Z test_dispatch_symbolic_meta_outplace_positive_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.5104554Z test_dispatch_symbolic_meta_outplace_positive_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.5104772Z test_dispatch_symbolic_meta_outplace_positive_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.5104987Z test_dispatch_symbolic_meta_outplace_pow_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:24:31.5105194Z test_dispatch_symbolic_meta_outplace_pow_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:24:31.5105410Z test_dispatch_symbolic_meta_outplace_pow_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:24:31.5105624Z test_dispatch_symbolic_meta_outplace_pow_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:24:31.5105950Z test_dispatch_symbolic_meta_outplace_pow_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:24:31.5106172Z test_dispatch_symbolic_meta_outplace_pow_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:24:31.5106463Z test_dispatch_symbolic_meta_outplace_pow_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-11-23T02:24:31.5106801Z test_dispatch_symbolic_meta_outplace_pow_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:24:31.5107113Z test_dispatch_symbolic_meta_outplace_pow_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:24:31.5107321Z test_dispatch_symbolic_meta_outplace_pow_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.5107530Z test_dispatch_symbolic_meta_outplace_pow_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.037s) 2022-11-23T02:24:31.5107726Z test_dispatch_symbolic_meta_outplace_pow_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.034s) 2022-11-23T02:24:31.5107944Z test_dispatch_symbolic_meta_outplace_prod_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.052s) 2022-11-23T02:24:31.5108154Z test_dispatch_symbolic_meta_outplace_prod_cuda_bool (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:24:31.5108380Z test_dispatch_symbolic_meta_outplace_prod_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.039s) 2022-11-23T02:24:31.5108597Z test_dispatch_symbolic_meta_outplace_prod_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.042s) 2022-11-23T02:24:31.5108806Z test_dispatch_symbolic_meta_outplace_prod_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.039s) 2022-11-23T02:24:31.5109021Z test_dispatch_symbolic_meta_outplace_prod_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.050s) 2022-11-23T02:24:31.5109233Z test_dispatch_symbolic_meta_outplace_prod_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.036s) 2022-11-23T02:24:31.5109447Z test_dispatch_symbolic_meta_outplace_prod_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-11-23T02:24:31.5109656Z test_dispatch_symbolic_meta_outplace_prod_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-11-23T02:24:31.5109849Z test_dispatch_symbolic_meta_outplace_prod_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.036s) 2022-11-23T02:24:31.5110064Z test_dispatch_symbolic_meta_outplace_prod_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.044s) 2022-11-23T02:24:31.5110275Z test_dispatch_symbolic_meta_outplace_prod_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.046s) 2022-11-23T02:24:31.5110480Z test_dispatch_symbolic_meta_outplace_prod_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:24:31.5110782Z test_dispatch_symbolic_meta_outplace_put_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:24:31.5110991Z test_dispatch_symbolic_meta_outplace_put_cuda_bool (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:24:31.5111209Z test_dispatch_symbolic_meta_outplace_put_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:24:31.5111423Z test_dispatch_symbolic_meta_outplace_put_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:24:31.5111634Z test_dispatch_symbolic_meta_outplace_put_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-11-23T02:24:31.5111849Z test_dispatch_symbolic_meta_outplace_put_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.5112060Z test_dispatch_symbolic_meta_outplace_put_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:24:31.5112379Z test_dispatch_symbolic_meta_outplace_put_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:24:31.5112597Z test_dispatch_symbolic_meta_outplace_put_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:24:31.5112799Z test_dispatch_symbolic_meta_outplace_put_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:24:31.5113004Z test_dispatch_symbolic_meta_outplace_put_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:24:31.5113312Z test_dispatch_symbolic_meta_outplace_put_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:24:31.5113631Z test_dispatch_symbolic_meta_outplace_qr_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.050s) 2022-11-23T02:24:31.5113928Z test_dispatch_symbolic_meta_outplace_qr_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.033s) 2022-11-23T02:24:31.5114149Z test_dispatch_symbolic_meta_outplace_qr_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.051s) 2022-11-23T02:24:31.5114358Z test_dispatch_symbolic_meta_outplace_qr_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.043s) 2022-11-23T02:24:31.5114578Z test_dispatch_symbolic_meta_outplace_quantile_cuda_float32 (__main__.TestMetaCUDA) ... ok (1.852s) 2022-11-23T02:24:31.5114782Z test_dispatch_symbolic_meta_outplace_quantile_cuda_float64 (__main__.TestMetaCUDA) ... ok (1.762s) 2022-11-23T02:24:31.5114997Z test_dispatch_symbolic_meta_outplace_rad2deg_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.5115212Z test_dispatch_symbolic_meta_outplace_rad2deg_cuda_bool (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.5115430Z test_dispatch_symbolic_meta_outplace_rad2deg_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.5115642Z test_dispatch_symbolic_meta_outplace_rad2deg_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.5115847Z test_dispatch_symbolic_meta_outplace_rad2deg_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.5116058Z test_dispatch_symbolic_meta_outplace_rad2deg_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.5116271Z test_dispatch_symbolic_meta_outplace_rad2deg_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.5116488Z test_dispatch_symbolic_meta_outplace_rad2deg_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.5116699Z test_dispatch_symbolic_meta_outplace_rad2deg_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.5116908Z test_dispatch_symbolic_meta_outplace_rad2deg_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.5117131Z test_dispatch_symbolic_meta_outplace_rand_like_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.5117360Z test_dispatch_symbolic_meta_outplace_rand_like_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.5117586Z test_dispatch_symbolic_meta_outplace_rand_like_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.5117811Z test_dispatch_symbolic_meta_outplace_rand_like_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.5118114Z test_dispatch_symbolic_meta_outplace_rand_like_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.5118325Z test_dispatch_symbolic_meta_outplace_rand_like_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.5118532Z test_dispatch_symbolic_meta_outplace_rand_like_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.5118880Z test_dispatch_symbolic_meta_outplace_randint_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.5119106Z test_dispatch_symbolic_meta_outplace_randint_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.5119321Z test_dispatch_symbolic_meta_outplace_randint_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.5119511Z test_dispatch_symbolic_meta_outplace_randint_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.5119837Z test_dispatch_symbolic_meta_outplace_randint_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.5120161Z test_dispatch_symbolic_meta_outplace_randint_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.5120377Z test_dispatch_symbolic_meta_outplace_randint_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.5120589Z test_dispatch_symbolic_meta_outplace_randint_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.5120800Z test_dispatch_symbolic_meta_outplace_randint_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.5121030Z test_dispatch_symbolic_meta_outplace_randint_like_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:24:31.5121334Z test_dispatch_symbolic_meta_outplace_randint_like_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.5121573Z test_dispatch_symbolic_meta_outplace_randint_like_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:31.5121799Z test_dispatch_symbolic_meta_outplace_randint_like_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.5122025Z test_dispatch_symbolic_meta_outplace_randint_like_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:24:31.5122246Z test_dispatch_symbolic_meta_outplace_randint_like_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.5122465Z test_dispatch_symbolic_meta_outplace_randint_like_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.5122688Z test_dispatch_symbolic_meta_outplace_randint_like_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:24:31.5122911Z test_dispatch_symbolic_meta_outplace_randint_like_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.5123129Z test_dispatch_symbolic_meta_outplace_randn_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.5123349Z test_dispatch_symbolic_meta_outplace_randn_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.5123568Z test_dispatch_symbolic_meta_outplace_randn_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.5123782Z test_dispatch_symbolic_meta_outplace_randn_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.5123997Z test_dispatch_symbolic_meta_outplace_randn_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.5124206Z test_dispatch_symbolic_meta_outplace_randn_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.5124418Z test_dispatch_symbolic_meta_outplace_randn_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.5124629Z test_dispatch_symbolic_meta_outplace_randn_like_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:24:31.5124857Z test_dispatch_symbolic_meta_outplace_randn_like_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.5125083Z test_dispatch_symbolic_meta_outplace_randn_like_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.5125397Z test_dispatch_symbolic_meta_outplace_randn_like_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.5125746Z test_dispatch_symbolic_meta_outplace_randn_like_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.5125965Z test_dispatch_symbolic_meta_outplace_randn_like_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.5126291Z test_dispatch_symbolic_meta_outplace_randn_like_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.5126616Z test_dispatch_symbolic_meta_outplace_ravel_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.5126871Z test_dispatch_symbolic_meta_outplace_ravel_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.5127097Z test_dispatch_symbolic_meta_outplace_ravel_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.5127316Z test_dispatch_symbolic_meta_outplace_ravel_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.5127529Z test_dispatch_symbolic_meta_outplace_ravel_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.5127740Z test_dispatch_symbolic_meta_outplace_ravel_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.5127947Z test_dispatch_symbolic_meta_outplace_ravel_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.5128160Z test_dispatch_symbolic_meta_outplace_ravel_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.5128372Z test_dispatch_symbolic_meta_outplace_ravel_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.5128658Z test_dispatch_symbolic_meta_outplace_ravel_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.5128883Z test_dispatch_symbolic_meta_outplace_ravel_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.5129094Z test_dispatch_symbolic_meta_outplace_ravel_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.5129307Z test_dispatch_symbolic_meta_outplace_ravel_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.5129517Z test_dispatch_symbolic_meta_outplace_real_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.5129709Z test_dispatch_symbolic_meta_outplace_real_cuda_bool (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.5129930Z test_dispatch_symbolic_meta_outplace_real_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.5130149Z test_dispatch_symbolic_meta_outplace_real_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.5130361Z test_dispatch_symbolic_meta_outplace_real_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.5130575Z test_dispatch_symbolic_meta_outplace_real_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.5130787Z test_dispatch_symbolic_meta_outplace_real_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.5130999Z test_dispatch_symbolic_meta_outplace_real_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.001s) 2022-11-23T02:24:31.5131209Z test_dispatch_symbolic_meta_outplace_real_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.5131417Z test_dispatch_symbolic_meta_outplace_real_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.5131623Z test_dispatch_symbolic_meta_outplace_real_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.001s) 2022-11-23T02:24:31.5131933Z test_dispatch_symbolic_meta_outplace_real_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.5132166Z test_dispatch_symbolic_meta_outplace_real_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.5132395Z test_dispatch_symbolic_meta_outplace_reciprocal_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.5132618Z test_dispatch_symbolic_meta_outplace_reciprocal_cuda_bool (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.5133047Z test_dispatch_symbolic_meta_outplace_reciprocal_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.5133565Z test_dispatch_symbolic_meta_outplace_reciprocal_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.5133795Z test_dispatch_symbolic_meta_outplace_reciprocal_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.5134019Z test_dispatch_symbolic_meta_outplace_reciprocal_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.5134243Z test_dispatch_symbolic_meta_outplace_reciprocal_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.5134469Z test_dispatch_symbolic_meta_outplace_reciprocal_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.5134686Z test_dispatch_symbolic_meta_outplace_reciprocal_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.5134895Z test_dispatch_symbolic_meta_outplace_reciprocal_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.5135101Z test_dispatch_symbolic_meta_outplace_reciprocal_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.5135313Z test_dispatch_symbolic_meta_outplace_reciprocal_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.5135534Z test_dispatch_symbolic_meta_outplace_remainder_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.036s) 2022-11-23T02:24:31.5135762Z test_dispatch_symbolic_meta_outplace_remainder_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:24:31.5135982Z test_dispatch_symbolic_meta_outplace_remainder_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:24:31.5136271Z test_dispatch_symbolic_meta_outplace_remainder_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.034s) 2022-11-23T02:24:31.5136502Z test_dispatch_symbolic_meta_outplace_remainder_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-11-23T02:24:31.5136712Z test_dispatch_symbolic_meta_outplace_remainder_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.5136922Z test_dispatch_symbolic_meta_outplace_remainder_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.033s) 2022-11-23T02:24:31.5137136Z test_dispatch_symbolic_meta_outplace_remainder_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:24:31.5137344Z test_dispatch_symbolic_meta_outplace_remainder_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.033s) 2022-11-23T02:24:31.5137549Z test_dispatch_symbolic_meta_outplace_renorm_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.5137765Z test_dispatch_symbolic_meta_outplace_renorm_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.5137989Z test_dispatch_symbolic_meta_outplace_renorm_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.5138202Z test_dispatch_symbolic_meta_outplace_renorm_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.5138411Z test_dispatch_symbolic_meta_outplace_renorm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.5138750Z test_dispatch_symbolic_meta_outplace_renorm_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.5138968Z test_dispatch_symbolic_meta_outplace_repeat_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.037s) 2022-11-23T02:24:31.5139180Z test_dispatch_symbolic_meta_outplace_repeat_cuda_bool (__main__.TestMetaCUDA) ... ok (0.046s) 2022-11-23T02:24:31.5139499Z test_dispatch_symbolic_meta_outplace_repeat_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:24:31.5139820Z test_dispatch_symbolic_meta_outplace_repeat_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.033s) 2022-11-23T02:24:31.5140030Z test_dispatch_symbolic_meta_outplace_repeat_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-11-23T02:24:31.5140237Z test_dispatch_symbolic_meta_outplace_repeat_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-11-23T02:24:31.5140442Z test_dispatch_symbolic_meta_outplace_repeat_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-11-23T02:24:31.5140752Z test_dispatch_symbolic_meta_outplace_repeat_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-11-23T02:24:31.5140967Z test_dispatch_symbolic_meta_outplace_repeat_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.041s) 2022-11-23T02:24:31.5141180Z test_dispatch_symbolic_meta_outplace_repeat_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.041s) 2022-11-23T02:24:31.5141392Z test_dispatch_symbolic_meta_outplace_repeat_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:24:31.5141604Z test_dispatch_symbolic_meta_outplace_repeat_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.039s) 2022-11-23T02:24:31.5141845Z test_dispatch_symbolic_meta_outplace_repeat_interleave_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:24:31.5142080Z test_dispatch_symbolic_meta_outplace_repeat_interleave_cuda_bool (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.5142323Z test_dispatch_symbolic_meta_outplace_repeat_interleave_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.5142566Z test_dispatch_symbolic_meta_outplace_repeat_interleave_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.5142805Z test_dispatch_symbolic_meta_outplace_repeat_interleave_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:24:31.5143041Z test_dispatch_symbolic_meta_outplace_repeat_interleave_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:24:31.5143274Z test_dispatch_symbolic_meta_outplace_repeat_interleave_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:31.5143571Z test_dispatch_symbolic_meta_outplace_repeat_interleave_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.5143821Z test_dispatch_symbolic_meta_outplace_repeat_interleave_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:24:31.5144052Z test_dispatch_symbolic_meta_outplace_repeat_interleave_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:24:31.5144280Z test_dispatch_symbolic_meta_outplace_repeat_interleave_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.5144510Z test_dispatch_symbolic_meta_outplace_repeat_interleave_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:24:31.5144733Z test_dispatch_symbolic_meta_outplace_repeat_interleave_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.5144957Z test_dispatch_symbolic_meta_outplace_reshape_as_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.5145176Z test_dispatch_symbolic_meta_outplace_reshape_as_cuda_bool (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.5145390Z test_dispatch_symbolic_meta_outplace_reshape_as_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.5145615Z test_dispatch_symbolic_meta_outplace_reshape_as_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.5145846Z test_dispatch_symbolic_meta_outplace_reshape_as_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.5146069Z test_dispatch_symbolic_meta_outplace_reshape_as_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.5146292Z test_dispatch_symbolic_meta_outplace_reshape_as_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.5146515Z test_dispatch_symbolic_meta_outplace_reshape_as_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.5146734Z test_dispatch_symbolic_meta_outplace_reshape_as_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.5146948Z test_dispatch_symbolic_meta_outplace_reshape_as_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.5147156Z test_dispatch_symbolic_meta_outplace_reshape_as_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.5147371Z test_dispatch_symbolic_meta_outplace_reshape_as_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.5147666Z test_dispatch_symbolic_meta_outplace_reshape_as_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.5147877Z test_dispatch_symbolic_meta_outplace_reshape_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.5148090Z test_dispatch_symbolic_meta_outplace_reshape_cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.5148312Z test_dispatch_symbolic_meta_outplace_reshape_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.5148534Z test_dispatch_symbolic_meta_outplace_reshape_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:31.5148752Z test_dispatch_symbolic_meta_outplace_reshape_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.5148967Z test_dispatch_symbolic_meta_outplace_reshape_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.5149176Z test_dispatch_symbolic_meta_outplace_reshape_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.5149387Z test_dispatch_symbolic_meta_outplace_reshape_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.5149598Z test_dispatch_symbolic_meta_outplace_reshape_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.5149814Z test_dispatch_symbolic_meta_outplace_reshape_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.5150013Z test_dispatch_symbolic_meta_outplace_reshape_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.5150375Z test_dispatch_symbolic_meta_outplace_reshape_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.5150667Z test_dispatch_symbolic_meta_outplace_reshape_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.5150926Z test_dispatch_symbolic_meta_outplace_resize__cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.5151234Z test_dispatch_symbolic_meta_outplace_resize__cuda_bool (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.5151559Z test_dispatch_symbolic_meta_outplace_resize__cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.5151782Z test_dispatch_symbolic_meta_outplace_resize__cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.5151995Z test_dispatch_symbolic_meta_outplace_resize__cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.5152203Z test_dispatch_symbolic_meta_outplace_resize__cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.5152407Z test_dispatch_symbolic_meta_outplace_resize__cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.5152619Z test_dispatch_symbolic_meta_outplace_resize__cuda_int16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.5152826Z test_dispatch_symbolic_meta_outplace_resize__cuda_int32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.5153036Z test_dispatch_symbolic_meta_outplace_resize__cuda_int64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.5153249Z test_dispatch_symbolic_meta_outplace_resize__cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.5153456Z test_dispatch_symbolic_meta_outplace_resize__cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.5153680Z test_dispatch_symbolic_meta_outplace_resize_as__cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.5153889Z test_dispatch_symbolic_meta_outplace_resize_as__cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.5154115Z test_dispatch_symbolic_meta_outplace_resize_as__cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.5154343Z test_dispatch_symbolic_meta_outplace_resize_as__cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.5154564Z test_dispatch_symbolic_meta_outplace_resize_as__cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.5154783Z test_dispatch_symbolic_meta_outplace_resize_as__cuda_float32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.5155651Z test_dispatch_symbolic_meta_outplace_resize_as__cuda_float64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.5155854Z test_dispatch_symbolic_meta_outplace_resize_as__cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.5156066Z test_dispatch_symbolic_meta_outplace_resize_as__cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.5156273Z test_dispatch_symbolic_meta_outplace_resize_as__cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.5156492Z test_dispatch_symbolic_meta_outplace_resize_as__cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.5156699Z test_dispatch_symbolic_meta_outplace_resize_as__cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.5156925Z test_dispatch_symbolic_meta_outplace_resolve_conj_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.001s) 2022-11-23T02:24:31.5157149Z test_dispatch_symbolic_meta_outplace_resolve_conj_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.5157383Z test_dispatch_symbolic_meta_outplace_resolve_conj_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.001s) 2022-11-23T02:24:31.5157613Z test_dispatch_symbolic_meta_outplace_resolve_conj_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.001s) 2022-11-23T02:24:31.5157836Z test_dispatch_symbolic_meta_outplace_resolve_conj_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.5158061Z test_dispatch_symbolic_meta_outplace_resolve_conj_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.001s) 2022-11-23T02:24:31.5158372Z test_dispatch_symbolic_meta_outplace_resolve_conj_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.001s) 2022-11-23T02:24:31.5158611Z test_dispatch_symbolic_meta_outplace_resolve_conj_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.001s) 2022-11-23T02:24:31.5158830Z test_dispatch_symbolic_meta_outplace_resolve_conj_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.5159052Z test_dispatch_symbolic_meta_outplace_resolve_conj_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.5159272Z test_dispatch_symbolic_meta_outplace_resolve_conj_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.5159491Z test_dispatch_symbolic_meta_outplace_resolve_conj_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.5159716Z test_dispatch_symbolic_meta_outplace_resolve_neg_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.5159936Z test_dispatch_symbolic_meta_outplace_resolve_neg_cuda_bool (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.5160169Z test_dispatch_symbolic_meta_outplace_resolve_neg_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.5160397Z test_dispatch_symbolic_meta_outplace_resolve_neg_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.5160624Z test_dispatch_symbolic_meta_outplace_resolve_neg_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.5160835Z test_dispatch_symbolic_meta_outplace_resolve_neg_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.5161059Z test_dispatch_symbolic_meta_outplace_resolve_neg_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.5161280Z test_dispatch_symbolic_meta_outplace_resolve_neg_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.5161499Z test_dispatch_symbolic_meta_outplace_resolve_neg_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.5161717Z test_dispatch_symbolic_meta_outplace_resolve_neg_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.001s) 2022-11-23T02:24:31.5161927Z test_dispatch_symbolic_meta_outplace_resolve_neg_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.001s) 2022-11-23T02:24:31.5162144Z test_dispatch_symbolic_meta_outplace_resolve_neg_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.001s) 2022-11-23T02:24:31.5162444Z test_dispatch_symbolic_meta_outplace_resolve_neg_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.001s) 2022-11-23T02:24:31.5162657Z test_dispatch_symbolic_meta_outplace_roll_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:24:31.5162865Z test_dispatch_symbolic_meta_outplace_roll_cuda_bool (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.5163084Z test_dispatch_symbolic_meta_outplace_roll_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:24:31.5163304Z test_dispatch_symbolic_meta_outplace_roll_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:24:31.5163520Z test_dispatch_symbolic_meta_outplace_roll_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.5163733Z test_dispatch_symbolic_meta_outplace_roll_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:31.5163946Z test_dispatch_symbolic_meta_outplace_roll_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.5164163Z test_dispatch_symbolic_meta_outplace_roll_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:24:31.5164373Z test_dispatch_symbolic_meta_outplace_roll_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:24:31.5164581Z test_dispatch_symbolic_meta_outplace_roll_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:24:31.5164789Z test_dispatch_symbolic_meta_outplace_roll_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:24:31.5164995Z test_dispatch_symbolic_meta_outplace_roll_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:24:31.5165268Z test_dispatch_symbolic_meta_outplace_roll_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:24:31.5165482Z test_dispatch_symbolic_meta_outplace_rot90_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.033s) 2022-11-23T02:24:31.5165689Z test_dispatch_symbolic_meta_outplace_rot90_cuda_bool (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:24:31.5165911Z test_dispatch_symbolic_meta_outplace_rot90_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.033s) 2022-11-23T02:24:31.5166130Z test_dispatch_symbolic_meta_outplace_rot90_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-11-23T02:24:31.5166342Z test_dispatch_symbolic_meta_outplace_rot90_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:24:31.5166557Z test_dispatch_symbolic_meta_outplace_rot90_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-11-23T02:24:31.5166945Z test_dispatch_symbolic_meta_outplace_rot90_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.033s) 2022-11-23T02:24:31.5167169Z test_dispatch_symbolic_meta_outplace_rot90_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:24:31.5167376Z test_dispatch_symbolic_meta_outplace_rot90_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.033s) 2022-11-23T02:24:31.5167687Z test_dispatch_symbolic_meta_outplace_rot90_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:24:31.5167994Z test_dispatch_symbolic_meta_outplace_rot90_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.036s) 2022-11-23T02:24:31.5168212Z test_dispatch_symbolic_meta_outplace_rot90_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-11-23T02:24:31.5168429Z test_dispatch_symbolic_meta_outplace_round_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.5168639Z test_dispatch_symbolic_meta_outplace_round_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.5168853Z test_dispatch_symbolic_meta_outplace_round_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.5169070Z test_dispatch_symbolic_meta_outplace_round_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.5169278Z test_dispatch_symbolic_meta_outplace_round_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.5169484Z test_dispatch_symbolic_meta_outplace_round_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.5169691Z test_dispatch_symbolic_meta_outplace_round_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.5169993Z test_dispatch_symbolic_meta_outplace_round_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.5170199Z test_dispatch_symbolic_meta_outplace_round_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.5170415Z test_dispatch_symbolic_meta_outplace_round_decimals_0_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.5170649Z test_dispatch_symbolic_meta_outplace_round_decimals_0_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.5170881Z test_dispatch_symbolic_meta_outplace_round_decimals_0_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.5171105Z test_dispatch_symbolic_meta_outplace_round_decimals_0_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.5171329Z test_dispatch_symbolic_meta_outplace_round_decimals_3_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.5171555Z test_dispatch_symbolic_meta_outplace_round_decimals_3_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.5171778Z test_dispatch_symbolic_meta_outplace_round_decimals_3_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.5172014Z test_dispatch_symbolic_meta_outplace_round_decimals_3_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.5172251Z test_dispatch_symbolic_meta_outplace_round_decimals_neg_3_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.5172555Z test_dispatch_symbolic_meta_outplace_round_decimals_neg_3_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.5172805Z test_dispatch_symbolic_meta_outplace_round_decimals_neg_3_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.5173042Z test_dispatch_symbolic_meta_outplace_round_decimals_neg_3_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.5173265Z test_dispatch_symbolic_meta_outplace_rsqrt_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.5173476Z test_dispatch_symbolic_meta_outplace_rsqrt_cuda_bool (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.5173696Z test_dispatch_symbolic_meta_outplace_rsqrt_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.5173915Z test_dispatch_symbolic_meta_outplace_rsqrt_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.5174125Z test_dispatch_symbolic_meta_outplace_rsqrt_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.5174340Z test_dispatch_symbolic_meta_outplace_rsqrt_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.5174555Z test_dispatch_symbolic_meta_outplace_rsqrt_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.5174773Z test_dispatch_symbolic_meta_outplace_rsqrt_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.5174986Z test_dispatch_symbolic_meta_outplace_rsqrt_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.5175195Z test_dispatch_symbolic_meta_outplace_rsqrt_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.5175388Z test_dispatch_symbolic_meta_outplace_rsqrt_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.5175595Z test_dispatch_symbolic_meta_outplace_rsqrt_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.5175802Z test_dispatch_symbolic_meta_outplace_rsqrt_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.5176016Z test_dispatch_symbolic_meta_outplace_rsub_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:24:31.5176235Z test_dispatch_symbolic_meta_outplace_rsub_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.5176451Z test_dispatch_symbolic_meta_outplace_rsub_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.5176748Z test_dispatch_symbolic_meta_outplace_rsub_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:24:31.5176964Z test_dispatch_symbolic_meta_outplace_rsub_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:31.5177176Z test_dispatch_symbolic_meta_outplace_rsub_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.5177382Z test_dispatch_symbolic_meta_outplace_rsub_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.5177588Z test_dispatch_symbolic_meta_outplace_rsub_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:24:31.5177796Z test_dispatch_symbolic_meta_outplace_rsub_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:31.5178004Z test_dispatch_symbolic_meta_outplace_rsub_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:31.5178208Z test_dispatch_symbolic_meta_outplace_rsub_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.5178440Z test_dispatch_symbolic_meta_outplace_scalar_tensor_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.5178664Z test_dispatch_symbolic_meta_outplace_scalar_tensor_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.5178899Z test_dispatch_symbolic_meta_outplace_scalar_tensor_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.5179130Z test_dispatch_symbolic_meta_outplace_scalar_tensor_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.5179357Z test_dispatch_symbolic_meta_outplace_scalar_tensor_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.5179651Z test_dispatch_symbolic_meta_outplace_scalar_tensor_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.5179898Z test_dispatch_symbolic_meta_outplace_scalar_tensor_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.5180122Z test_dispatch_symbolic_meta_outplace_scalar_tensor_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.5180333Z test_dispatch_symbolic_meta_outplace_scalar_tensor_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.5180555Z test_dispatch_symbolic_meta_outplace_scalar_tensor_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.001s) 2022-11-23T02:24:31.5180775Z test_dispatch_symbolic_meta_outplace_scalar_tensor_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.5180998Z test_dispatch_symbolic_meta_outplace_scalar_tensor_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.5181218Z test_dispatch_symbolic_meta_outplace_scalar_tensor_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.5181450Z test_dispatch_symbolic_meta_outplace_scatter_add_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.5181671Z test_dispatch_symbolic_meta_outplace_scatter_add_cuda_bool (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:24:31.5181905Z test_dispatch_symbolic_meta_outplace_scatter_add_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:24:31.5182139Z test_dispatch_symbolic_meta_outplace_scatter_add_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.5182361Z test_dispatch_symbolic_meta_outplace_scatter_add_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:24:31.5182582Z test_dispatch_symbolic_meta_outplace_scatter_add_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:24:31.5182806Z test_dispatch_symbolic_meta_outplace_scatter_add_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:24:31.5183028Z test_dispatch_symbolic_meta_outplace_scatter_add_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:24:31.5183238Z test_dispatch_symbolic_meta_outplace_scatter_add_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:24:31.5183446Z test_dispatch_symbolic_meta_outplace_scatter_add_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-11-23T02:24:31.5183751Z test_dispatch_symbolic_meta_outplace_scatter_add_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:24:31.5183961Z test_dispatch_symbolic_meta_outplace_scatter_add_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:24:31.5184173Z test_dispatch_symbolic_meta_outplace_scatter_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.061s) 2022-11-23T02:24:31.5184388Z test_dispatch_symbolic_meta_outplace_scatter_cuda_bool (__main__.TestMetaCUDA) ... ok (0.042s) 2022-11-23T02:24:31.5184612Z test_dispatch_symbolic_meta_outplace_scatter_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.039s) 2022-11-23T02:24:31.5184830Z test_dispatch_symbolic_meta_outplace_scatter_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.041s) 2022-11-23T02:24:31.5185046Z test_dispatch_symbolic_meta_outplace_scatter_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.048s) 2022-11-23T02:24:31.5185240Z test_dispatch_symbolic_meta_outplace_scatter_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.067s) 2022-11-23T02:24:31.5185454Z test_dispatch_symbolic_meta_outplace_scatter_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.068s) 2022-11-23T02:24:31.5185665Z test_dispatch_symbolic_meta_outplace_scatter_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.037s) 2022-11-23T02:24:31.5185882Z test_dispatch_symbolic_meta_outplace_scatter_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.043s) 2022-11-23T02:24:31.5186093Z test_dispatch_symbolic_meta_outplace_scatter_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.045s) 2022-11-23T02:24:31.5186308Z test_dispatch_symbolic_meta_outplace_scatter_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.049s) 2022-11-23T02:24:31.5186582Z test_dispatch_symbolic_meta_outplace_scatter_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.056s) 2022-11-23T02:24:31.5186838Z test_dispatch_symbolic_meta_outplace_scatter_reduce_amax_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.055s) 2022-11-23T02:24:31.5187075Z test_dispatch_symbolic_meta_outplace_scatter_reduce_amax_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.047s) 2022-11-23T02:24:31.5187316Z test_dispatch_symbolic_meta_outplace_scatter_reduce_amax_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.079s) 2022-11-23T02:24:31.5187553Z test_dispatch_symbolic_meta_outplace_scatter_reduce_amax_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.065s) 2022-11-23T02:24:31.5187785Z test_dispatch_symbolic_meta_outplace_scatter_reduce_amax_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.061s) 2022-11-23T02:24:31.5188016Z test_dispatch_symbolic_meta_outplace_scatter_reduce_amax_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.054s) 2022-11-23T02:24:31.5188290Z test_dispatch_symbolic_meta_outplace_scatter_reduce_amax_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.057s) 2022-11-23T02:24:31.5188528Z test_dispatch_symbolic_meta_outplace_scatter_reduce_amax_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.056s) 2022-11-23T02:24:31.5188761Z test_dispatch_symbolic_meta_outplace_scatter_reduce_amax_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.057s) 2022-11-23T02:24:31.5189002Z test_dispatch_symbolic_meta_outplace_scatter_reduce_amin_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.055s) 2022-11-23T02:24:31.5189235Z test_dispatch_symbolic_meta_outplace_scatter_reduce_amin_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.055s) 2022-11-23T02:24:31.5189466Z test_dispatch_symbolic_meta_outplace_scatter_reduce_amin_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.057s) 2022-11-23T02:24:31.5189695Z test_dispatch_symbolic_meta_outplace_scatter_reduce_amin_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.056s) 2022-11-23T02:24:31.5189923Z test_dispatch_symbolic_meta_outplace_scatter_reduce_amin_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.065s) 2022-11-23T02:24:31.5190157Z test_dispatch_symbolic_meta_outplace_scatter_reduce_amin_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.056s) 2022-11-23T02:24:31.5190377Z test_dispatch_symbolic_meta_outplace_scatter_reduce_amin_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.055s) 2022-11-23T02:24:31.5190594Z test_dispatch_symbolic_meta_outplace_scatter_reduce_amin_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.055s) 2022-11-23T02:24:31.5190911Z test_dispatch_symbolic_meta_outplace_scatter_reduce_amin_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.058s) 2022-11-23T02:24:31.5191149Z test_dispatch_symbolic_meta_outplace_scatter_reduce_mean_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.061s) 2022-11-23T02:24:31.5191383Z test_dispatch_symbolic_meta_outplace_scatter_reduce_mean_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.061s) 2022-11-23T02:24:31.5191617Z test_dispatch_symbolic_meta_outplace_scatter_reduce_mean_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.059s) 2022-11-23T02:24:31.5191853Z test_dispatch_symbolic_meta_outplace_scatter_reduce_mean_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.059s) 2022-11-23T02:24:31.5192085Z test_dispatch_symbolic_meta_outplace_scatter_reduce_mean_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.058s) 2022-11-23T02:24:31.5192312Z test_dispatch_symbolic_meta_outplace_scatter_reduce_mean_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.059s) 2022-11-23T02:24:31.5192542Z test_dispatch_symbolic_meta_outplace_scatter_reduce_mean_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.059s) 2022-11-23T02:24:31.5192772Z test_dispatch_symbolic_meta_outplace_scatter_reduce_mean_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.058s) 2022-11-23T02:24:31.5193001Z test_dispatch_symbolic_meta_outplace_scatter_reduce_mean_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.078s) 2022-11-23T02:24:31.5193239Z test_dispatch_symbolic_meta_outplace_scatter_reduce_prod_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.095s) 2022-11-23T02:24:31.5194015Z test_dispatch_symbolic_meta_outplace_scatter_reduce_prod_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.048s) 2022-11-23T02:24:31.5194311Z test_dispatch_symbolic_meta_outplace_scatter_reduce_prod_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.057s) 2022-11-23T02:24:31.5194548Z test_dispatch_symbolic_meta_outplace_scatter_reduce_prod_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.057s) 2022-11-23T02:24:31.5194784Z test_dispatch_symbolic_meta_outplace_scatter_reduce_prod_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.054s) 2022-11-23T02:24:31.5195014Z test_dispatch_symbolic_meta_outplace_scatter_reduce_prod_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.049s) 2022-11-23T02:24:31.5195237Z test_dispatch_symbolic_meta_outplace_scatter_reduce_prod_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.054s) 2022-11-23T02:24:31.5195470Z test_dispatch_symbolic_meta_outplace_scatter_reduce_prod_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.048s) 2022-11-23T02:24:31.5195697Z test_dispatch_symbolic_meta_outplace_scatter_reduce_prod_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.065s) 2022-11-23T02:24:31.5195928Z test_dispatch_symbolic_meta_outplace_scatter_reduce_sum_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.057s) 2022-11-23T02:24:31.5196158Z test_dispatch_symbolic_meta_outplace_scatter_reduce_sum_cuda_bool (__main__.TestMetaCUDA) ... ok (0.055s) 2022-11-23T02:24:31.5196394Z test_dispatch_symbolic_meta_outplace_scatter_reduce_sum_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.056s) 2022-11-23T02:24:31.5196629Z test_dispatch_symbolic_meta_outplace_scatter_reduce_sum_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.055s) 2022-11-23T02:24:31.5196844Z test_dispatch_symbolic_meta_outplace_scatter_reduce_sum_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.045s) 2022-11-23T02:24:31.5197073Z test_dispatch_symbolic_meta_outplace_scatter_reduce_sum_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.065s) 2022-11-23T02:24:31.5197304Z test_dispatch_symbolic_meta_outplace_scatter_reduce_sum_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.058s) 2022-11-23T02:24:31.5197530Z test_dispatch_symbolic_meta_outplace_scatter_reduce_sum_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.059s) 2022-11-23T02:24:31.5197760Z test_dispatch_symbolic_meta_outplace_scatter_reduce_sum_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.052s) 2022-11-23T02:24:31.5197983Z test_dispatch_symbolic_meta_outplace_scatter_reduce_sum_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.055s) 2022-11-23T02:24:31.5198459Z test_dispatch_symbolic_meta_outplace_searchsorted_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.446s) 2022-11-23T02:24:31.5198702Z test_dispatch_symbolic_meta_outplace_searchsorted_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.416s) 2022-11-23T02:24:31.5198931Z test_dispatch_symbolic_meta_outplace_searchsorted_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.407s) 2022-11-23T02:24:31.5199256Z test_dispatch_symbolic_meta_outplace_searchsorted_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.398s) 2022-11-23T02:24:31.5199497Z test_dispatch_symbolic_meta_outplace_searchsorted_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.392s) 2022-11-23T02:24:31.5199721Z test_dispatch_symbolic_meta_outplace_searchsorted_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.489s) 2022-11-23T02:24:31.5200042Z test_dispatch_symbolic_meta_outplace_searchsorted_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.467s) 2022-11-23T02:24:31.5200283Z test_dispatch_symbolic_meta_outplace_searchsorted_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.399s) 2022-11-23T02:24:31.5200526Z test_dispatch_symbolic_meta_outplace_segment_reduce_lengths_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.106s) 2022-11-23T02:24:31.5200768Z test_dispatch_symbolic_meta_outplace_segment_reduce_lengths_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.105s) 2022-11-23T02:24:31.5200996Z test_dispatch_symbolic_meta_outplace_segment_reduce_lengths_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.101s) 2022-11-23T02:24:31.5201221Z test_dispatch_symbolic_meta_outplace_segment_reduce_lengths_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.122s) 2022-11-23T02:24:31.5201537Z test_dispatch_symbolic_meta_outplace_segment_reduce_offsets_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.097s) 2022-11-23T02:24:31.5201785Z test_dispatch_symbolic_meta_outplace_segment_reduce_offsets_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.109s) 2022-11-23T02:24:31.5202012Z test_dispatch_symbolic_meta_outplace_segment_reduce_offsets_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.098s) 2022-11-23T02:24:31.5202240Z test_dispatch_symbolic_meta_outplace_segment_reduce_offsets_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.097s) 2022-11-23T02:24:31.5202457Z test_dispatch_symbolic_meta_outplace_select_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.5202671Z test_dispatch_symbolic_meta_outplace_select_cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.5202878Z test_dispatch_symbolic_meta_outplace_select_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.5203100Z test_dispatch_symbolic_meta_outplace_select_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.5203311Z test_dispatch_symbolic_meta_outplace_select_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.5203528Z test_dispatch_symbolic_meta_outplace_select_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.5203741Z test_dispatch_symbolic_meta_outplace_select_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.5203946Z test_dispatch_symbolic_meta_outplace_select_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.5204159Z test_dispatch_symbolic_meta_outplace_select_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.5204372Z test_dispatch_symbolic_meta_outplace_select_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.5204584Z test_dispatch_symbolic_meta_outplace_select_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.5204794Z test_dispatch_symbolic_meta_outplace_select_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.5205002Z test_dispatch_symbolic_meta_outplace_select_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.5205235Z test_dispatch_symbolic_meta_outplace_select_scatter_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.5205551Z test_dispatch_symbolic_meta_outplace_select_scatter_cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.5205783Z test_dispatch_symbolic_meta_outplace_select_scatter_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.5206012Z test_dispatch_symbolic_meta_outplace_select_scatter_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.5206236Z test_dispatch_symbolic_meta_outplace_select_scatter_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.5206460Z test_dispatch_symbolic_meta_outplace_select_scatter_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.5206689Z test_dispatch_symbolic_meta_outplace_select_scatter_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.5206912Z test_dispatch_symbolic_meta_outplace_select_scatter_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.5207137Z test_dispatch_symbolic_meta_outplace_select_scatter_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.5207361Z test_dispatch_symbolic_meta_outplace_select_scatter_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.5207561Z test_dispatch_symbolic_meta_outplace_sgn_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.5207769Z test_dispatch_symbolic_meta_outplace_sgn_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.5207989Z test_dispatch_symbolic_meta_outplace_sgn_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.5208273Z test_dispatch_symbolic_meta_outplace_sgn_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.5208505Z test_dispatch_symbolic_meta_outplace_sgn_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.5208716Z test_dispatch_symbolic_meta_outplace_sgn_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.5208925Z test_dispatch_symbolic_meta_outplace_sgn_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.5209140Z test_dispatch_symbolic_meta_outplace_sgn_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.5209346Z test_dispatch_symbolic_meta_outplace_sgn_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.5209552Z test_dispatch_symbolic_meta_outplace_sgn_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.5209750Z test_dispatch_symbolic_meta_outplace_sgn_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.5209957Z test_dispatch_symbolic_meta_outplace_sgn_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.5210159Z test_dispatch_symbolic_meta_outplace_sgn_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.5210375Z test_dispatch_symbolic_meta_outplace_short_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.5210586Z test_dispatch_symbolic_meta_outplace_short_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.5210816Z test_dispatch_symbolic_meta_outplace_short_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.5211035Z test_dispatch_symbolic_meta_outplace_short_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.5211248Z test_dispatch_symbolic_meta_outplace_short_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.5211460Z test_dispatch_symbolic_meta_outplace_short_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.5211672Z test_dispatch_symbolic_meta_outplace_short_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.5211882Z test_dispatch_symbolic_meta_outplace_short_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.5212076Z test_dispatch_symbolic_meta_outplace_short_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.5212283Z test_dispatch_symbolic_meta_outplace_short_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.5212577Z test_dispatch_symbolic_meta_outplace_short_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.5212785Z test_dispatch_symbolic_meta_outplace_short_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.5213005Z test_dispatch_symbolic_meta_outplace_sigmoid_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.5213219Z test_dispatch_symbolic_meta_outplace_sigmoid_cuda_bool (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.5213445Z test_dispatch_symbolic_meta_outplace_sigmoid_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.5213671Z test_dispatch_symbolic_meta_outplace_sigmoid_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.5213884Z test_dispatch_symbolic_meta_outplace_sigmoid_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.5214099Z test_dispatch_symbolic_meta_outplace_sigmoid_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.5214311Z test_dispatch_symbolic_meta_outplace_sigmoid_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.5214518Z test_dispatch_symbolic_meta_outplace_sigmoid_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.5214729Z test_dispatch_symbolic_meta_outplace_sigmoid_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.5214940Z test_dispatch_symbolic_meta_outplace_sigmoid_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.5215221Z test_dispatch_symbolic_meta_outplace_sigmoid_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.5215451Z test_dispatch_symbolic_meta_outplace_sigmoid_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.5215662Z test_dispatch_symbolic_meta_outplace_sigmoid_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.5215875Z test_dispatch_symbolic_meta_outplace_sign_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.5216087Z test_dispatch_symbolic_meta_outplace_sign_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.5216300Z test_dispatch_symbolic_meta_outplace_sign_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.5216513Z test_dispatch_symbolic_meta_outplace_sign_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.5216710Z test_dispatch_symbolic_meta_outplace_sign_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.5216916Z test_dispatch_symbolic_meta_outplace_sign_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.5217126Z test_dispatch_symbolic_meta_outplace_sign_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.5217335Z test_dispatch_symbolic_meta_outplace_sign_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.5217541Z test_dispatch_symbolic_meta_outplace_sign_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.5217749Z test_dispatch_symbolic_meta_outplace_sign_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.5217991Z test_dispatch_symbolic_meta_outplace_signal_windows_cosine_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:24:31.5218227Z test_dispatch_symbolic_meta_outplace_signal_windows_cosine_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.5218466Z test_dispatch_symbolic_meta_outplace_signal_windows_cosine_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.5218707Z test_dispatch_symbolic_meta_outplace_signal_windows_cosine_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.5218962Z test_dispatch_symbolic_meta_outplace_signal_windows_exponential_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:24:31.5219209Z test_dispatch_symbolic_meta_outplace_signal_windows_exponential_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:24:31.5219540Z test_dispatch_symbolic_meta_outplace_signal_windows_exponential_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:24:31.5219789Z test_dispatch_symbolic_meta_outplace_signal_windows_exponential_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:24:31.5220036Z test_dispatch_symbolic_meta_outplace_signal_windows_gaussian_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.033s) 2022-11-23T02:24:31.5220280Z test_dispatch_symbolic_meta_outplace_signal_windows_gaussian_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:24:31.5220515Z test_dispatch_symbolic_meta_outplace_signal_windows_gaussian_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.5220744Z test_dispatch_symbolic_meta_outplace_signal_windows_gaussian_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:24:31.5220981Z test_dispatch_symbolic_meta_outplace_signal_windows_kaiser_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.044s) 2022-11-23T02:24:31.5221220Z test_dispatch_symbolic_meta_outplace_signal_windows_kaiser_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.044s) 2022-11-23T02:24:31.5221455Z test_dispatch_symbolic_meta_outplace_signal_windows_kaiser_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.039s) 2022-11-23T02:24:31.5221691Z test_dispatch_symbolic_meta_outplace_signal_windows_kaiser_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.040s) 2022-11-23T02:24:31.5221916Z test_dispatch_symbolic_meta_outplace_signbit_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.5222197Z test_dispatch_symbolic_meta_outplace_signbit_cuda_bool (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.5222415Z test_dispatch_symbolic_meta_outplace_signbit_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.5222627Z test_dispatch_symbolic_meta_outplace_signbit_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.5222834Z test_dispatch_symbolic_meta_outplace_signbit_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.5223052Z test_dispatch_symbolic_meta_outplace_signbit_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.5223265Z test_dispatch_symbolic_meta_outplace_signbit_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.5223477Z test_dispatch_symbolic_meta_outplace_signbit_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.5223687Z test_dispatch_symbolic_meta_outplace_signbit_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.5223900Z test_dispatch_symbolic_meta_outplace_signbit_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.5224115Z test_dispatch_symbolic_meta_outplace_sin_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.5224322Z test_dispatch_symbolic_meta_outplace_sin_cuda_bool (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.5224538Z test_dispatch_symbolic_meta_outplace_sin_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.5224749Z test_dispatch_symbolic_meta_outplace_sin_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.5224960Z test_dispatch_symbolic_meta_outplace_sin_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.5225173Z test_dispatch_symbolic_meta_outplace_sin_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.5225384Z test_dispatch_symbolic_meta_outplace_sin_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.5225597Z test_dispatch_symbolic_meta_outplace_sin_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.5225803Z test_dispatch_symbolic_meta_outplace_sin_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.5226011Z test_dispatch_symbolic_meta_outplace_sin_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.5226211Z test_dispatch_symbolic_meta_outplace_sin_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.5226500Z test_dispatch_symbolic_meta_outplace_sin_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.5226700Z test_dispatch_symbolic_meta_outplace_sin_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.5226942Z test_dispatch_symbolic_meta_outplace_sinc_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.5227153Z test_dispatch_symbolic_meta_outplace_sinc_cuda_bool (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.5227371Z test_dispatch_symbolic_meta_outplace_sinc_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.5227593Z test_dispatch_symbolic_meta_outplace_sinc_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.5227806Z test_dispatch_symbolic_meta_outplace_sinc_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.5228020Z test_dispatch_symbolic_meta_outplace_sinc_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.5228238Z test_dispatch_symbolic_meta_outplace_sinc_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.5228446Z test_dispatch_symbolic_meta_outplace_sinc_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.5228654Z test_dispatch_symbolic_meta_outplace_sinc_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.5228860Z test_dispatch_symbolic_meta_outplace_sinc_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.5229066Z test_dispatch_symbolic_meta_outplace_sinc_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.5229337Z test_dispatch_symbolic_meta_outplace_sinc_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.5229695Z test_dispatch_symbolic_meta_outplace_sinh_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.5229939Z test_dispatch_symbolic_meta_outplace_sinh_cuda_bool (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.5230165Z test_dispatch_symbolic_meta_outplace_sinh_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.5230380Z test_dispatch_symbolic_meta_outplace_sinh_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.5230598Z test_dispatch_symbolic_meta_outplace_sinh_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.5230812Z test_dispatch_symbolic_meta_outplace_sinh_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.5231027Z test_dispatch_symbolic_meta_outplace_sinh_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.5231245Z test_dispatch_symbolic_meta_outplace_sinh_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.5231436Z test_dispatch_symbolic_meta_outplace_sinh_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.5231643Z test_dispatch_symbolic_meta_outplace_sinh_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.5231855Z test_dispatch_symbolic_meta_outplace_sinh_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.5232059Z test_dispatch_symbolic_meta_outplace_sinh_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.5232262Z test_dispatch_symbolic_meta_outplace_sinh_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.5232478Z test_dispatch_symbolic_meta_outplace_slice_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.5232819Z test_dispatch_symbolic_meta_outplace_slice_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.5233133Z test_dispatch_symbolic_meta_outplace_slice_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.5233355Z test_dispatch_symbolic_meta_outplace_slice_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.5233565Z test_dispatch_symbolic_meta_outplace_slice_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.5233886Z test_dispatch_symbolic_meta_outplace_slice_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.5234100Z test_dispatch_symbolic_meta_outplace_slice_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.5234316Z test_dispatch_symbolic_meta_outplace_slice_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.5234527Z test_dispatch_symbolic_meta_outplace_slice_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.5234736Z test_dispatch_symbolic_meta_outplace_slice_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.5234949Z test_dispatch_symbolic_meta_outplace_slice_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.5235158Z test_dispatch_symbolic_meta_outplace_slice_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.5235366Z test_dispatch_symbolic_meta_outplace_slice_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.5235606Z test_dispatch_symbolic_meta_outplace_slice_scatter_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.5235831Z test_dispatch_symbolic_meta_outplace_slice_scatter_cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.5236061Z test_dispatch_symbolic_meta_outplace_slice_scatter_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:24:31.5236274Z test_dispatch_symbolic_meta_outplace_slice_scatter_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.5236499Z test_dispatch_symbolic_meta_outplace_slice_scatter_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.5236791Z test_dispatch_symbolic_meta_outplace_slice_scatter_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.5237034Z test_dispatch_symbolic_meta_outplace_slice_scatter_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.5237258Z test_dispatch_symbolic_meta_outplace_slice_scatter_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.5237486Z test_dispatch_symbolic_meta_outplace_slice_scatter_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.5237710Z test_dispatch_symbolic_meta_outplace_slice_scatter_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.5237934Z test_dispatch_symbolic_meta_outplace_softmax_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:24:31.5238149Z test_dispatch_symbolic_meta_outplace_softmax_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:24:31.5238362Z test_dispatch_symbolic_meta_outplace_softmax_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:24:31.5238570Z test_dispatch_symbolic_meta_outplace_softmax_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:24:31.5238805Z test_dispatch_symbolic_meta_outplace_softmax_with_dtype_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:24:31.5239037Z test_dispatch_symbolic_meta_outplace_softmax_with_dtype_cuda_bool (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:24:31.5239279Z test_dispatch_symbolic_meta_outplace_softmax_with_dtype_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:24:31.5239517Z test_dispatch_symbolic_meta_outplace_softmax_with_dtype_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:24:31.5239751Z test_dispatch_symbolic_meta_outplace_softmax_with_dtype_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:24:31.5239982Z test_dispatch_symbolic_meta_outplace_softmax_with_dtype_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:24:31.5240217Z test_dispatch_symbolic_meta_outplace_softmax_with_dtype_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.5240448Z test_dispatch_symbolic_meta_outplace_softmax_with_dtype_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.034s) 2022-11-23T02:24:31.5240680Z test_dispatch_symbolic_meta_outplace_softmax_with_dtype_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:24:31.5240988Z test_dispatch_symbolic_meta_outplace_softmax_with_dtype_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:24:31.5241217Z test_dispatch_symbolic_meta_outplace_softmax_with_dtype_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:24:31.5241440Z test_dispatch_symbolic_meta_outplace_softmax_with_dtype_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:24:31.5241639Z test_dispatch_symbolic_meta_outplace_sort_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.043s) 2022-11-23T02:24:31.5241857Z test_dispatch_symbolic_meta_outplace_sort_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.035s) 2022-11-23T02:24:31.5242070Z test_dispatch_symbolic_meta_outplace_sort_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.033s) 2022-11-23T02:24:31.5242282Z test_dispatch_symbolic_meta_outplace_sort_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-11-23T02:24:31.5242491Z test_dispatch_symbolic_meta_outplace_sort_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-11-23T02:24:31.5242702Z test_dispatch_symbolic_meta_outplace_sort_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:24:31.5242909Z test_dispatch_symbolic_meta_outplace_sort_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.043s) 2022-11-23T02:24:31.5243116Z test_dispatch_symbolic_meta_outplace_sort_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:24:31.5243324Z test_dispatch_symbolic_meta_outplace_sort_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.033s) 2022-11-23T02:24:31.5243783Z test_dispatch_symbolic_meta_outplace_sparse_sampled_addmm_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.5244061Z test_dispatch_symbolic_meta_outplace_sparse_sampled_addmm_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.5244299Z test_dispatch_symbolic_meta_outplace_sparse_sampled_addmm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.5244543Z test_dispatch_symbolic_meta_outplace_sparse_sampled_addmm_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.5244768Z test_dispatch_symbolic_meta_outplace_special_airy_ai_cuda_bool (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.5245000Z test_dispatch_symbolic_meta_outplace_special_airy_ai_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.5245232Z test_dispatch_symbolic_meta_outplace_special_airy_ai_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.5245459Z test_dispatch_symbolic_meta_outplace_special_airy_ai_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.5245685Z test_dispatch_symbolic_meta_outplace_special_airy_ai_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.5245910Z test_dispatch_symbolic_meta_outplace_special_airy_ai_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.5246135Z test_dispatch_symbolic_meta_outplace_special_airy_ai_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.5246360Z test_dispatch_symbolic_meta_outplace_special_airy_ai_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.5246761Z test_dispatch_symbolic_meta_outplace_special_bessel_j0_cuda_bool (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.5246999Z test_dispatch_symbolic_meta_outplace_special_bessel_j0_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.5247230Z test_dispatch_symbolic_meta_outplace_special_bessel_j0_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.5247461Z test_dispatch_symbolic_meta_outplace_special_bessel_j0_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.5247687Z test_dispatch_symbolic_meta_outplace_special_bessel_j0_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.5247906Z test_dispatch_symbolic_meta_outplace_special_bessel_j0_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.5248234Z test_dispatch_symbolic_meta_outplace_special_bessel_j0_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.5248452Z test_dispatch_symbolic_meta_outplace_special_bessel_j0_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.5248670Z test_dispatch_symbolic_meta_outplace_special_bessel_j1_cuda_bool (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.5248899Z test_dispatch_symbolic_meta_outplace_special_bessel_j1_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.5249130Z test_dispatch_symbolic_meta_outplace_special_bessel_j1_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.5249352Z test_dispatch_symbolic_meta_outplace_special_bessel_j1_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.5249573Z test_dispatch_symbolic_meta_outplace_special_bessel_j1_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.5249790Z test_dispatch_symbolic_meta_outplace_special_bessel_j1_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.5250011Z test_dispatch_symbolic_meta_outplace_special_bessel_j1_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.5250229Z test_dispatch_symbolic_meta_outplace_special_bessel_j1_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.5250446Z test_dispatch_symbolic_meta_outplace_special_bessel_y0_cuda_bool (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.5250673Z test_dispatch_symbolic_meta_outplace_special_bessel_y0_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.5250962Z test_dispatch_symbolic_meta_outplace_special_bessel_y0_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.5251196Z test_dispatch_symbolic_meta_outplace_special_bessel_y0_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.5251417Z test_dispatch_symbolic_meta_outplace_special_bessel_y0_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.5251638Z test_dispatch_symbolic_meta_outplace_special_bessel_y0_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.5251856Z test_dispatch_symbolic_meta_outplace_special_bessel_y0_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.5252076Z test_dispatch_symbolic_meta_outplace_special_bessel_y0_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.5252294Z test_dispatch_symbolic_meta_outplace_special_bessel_y1_cuda_bool (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.5252511Z test_dispatch_symbolic_meta_outplace_special_bessel_y1_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.5252734Z test_dispatch_symbolic_meta_outplace_special_bessel_y1_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.5252955Z test_dispatch_symbolic_meta_outplace_special_bessel_y1_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.5253179Z test_dispatch_symbolic_meta_outplace_special_bessel_y1_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.5253396Z test_dispatch_symbolic_meta_outplace_special_bessel_y1_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.5253614Z test_dispatch_symbolic_meta_outplace_special_bessel_y1_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.5253833Z test_dispatch_symbolic_meta_outplace_special_bessel_y1_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.5254084Z test_dispatch_symbolic_meta_outplace_special_chebyshev_polynomial_t_cuda_bool (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:24:31.5254347Z test_dispatch_symbolic_meta_outplace_special_chebyshev_polynomial_t_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:24:31.5254602Z test_dispatch_symbolic_meta_outplace_special_chebyshev_polynomial_t_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.5254854Z test_dispatch_symbolic_meta_outplace_special_chebyshev_polynomial_t_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:24:31.5255190Z test_dispatch_symbolic_meta_outplace_special_chebyshev_polynomial_t_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:24:31.5255574Z test_dispatch_symbolic_meta_outplace_special_chebyshev_polynomial_t_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:24:31.5255829Z test_dispatch_symbolic_meta_outplace_special_chebyshev_polynomial_t_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:24:31.5256080Z test_dispatch_symbolic_meta_outplace_special_chebyshev_polynomial_t_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:24:31.5256434Z test_dispatch_symbolic_meta_outplace_special_chebyshev_polynomial_u_cuda_bool (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:24:31.5256798Z test_dispatch_symbolic_meta_outplace_special_chebyshev_polynomial_u_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:24:31.5257065Z test_dispatch_symbolic_meta_outplace_special_chebyshev_polynomial_u_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:24:31.5257316Z test_dispatch_symbolic_meta_outplace_special_chebyshev_polynomial_u_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.5257563Z test_dispatch_symbolic_meta_outplace_special_chebyshev_polynomial_u_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.5257812Z test_dispatch_symbolic_meta_outplace_special_chebyshev_polynomial_u_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:24:31.5258133Z test_dispatch_symbolic_meta_outplace_special_chebyshev_polynomial_u_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.5258397Z test_dispatch_symbolic_meta_outplace_special_chebyshev_polynomial_u_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.5258737Z 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:24:31.5259076Z test_dispatch_symbolic_meta_outplace_special_chebyshev_polynomial_v_cuda_float32 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:24:31.5259412Z test_dispatch_symbolic_meta_outplace_special_chebyshev_polynomial_v_cuda_float64 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:24:31.5259749Z test_dispatch_symbolic_meta_outplace_special_chebyshev_polynomial_v_cuda_int16 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:24:31.5260077Z test_dispatch_symbolic_meta_outplace_special_chebyshev_polynomial_v_cuda_int32 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:24:31.5260408Z test_dispatch_symbolic_meta_outplace_special_chebyshev_polynomial_v_cuda_int64 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:24:31.5260740Z test_dispatch_symbolic_meta_outplace_special_chebyshev_polynomial_v_cuda_int8 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:24:31.5261066Z test_dispatch_symbolic_meta_outplace_special_chebyshev_polynomial_v_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:24:31.5261399Z 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:24:31.5261732Z test_dispatch_symbolic_meta_outplace_special_chebyshev_polynomial_w_cuda_float32 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T02:24:31.5262065Z 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:24:31.5262473Z 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:24:31.5262796Z 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:24:31.5263125Z test_dispatch_symbolic_meta_outplace_special_chebyshev_polynomial_w_cuda_int64 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2022-11-23T02:24:31.5263451Z test_dispatch_symbolic_meta_outplace_special_chebyshev_polynomial_w_cuda_int8 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:24:31.5263781Z 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:24:31.5263994Z test_dispatch_symbolic_meta_outplace_special_entr_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.5264220Z test_dispatch_symbolic_meta_outplace_special_entr_cuda_bool (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.5264447Z test_dispatch_symbolic_meta_outplace_special_entr_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.5264738Z test_dispatch_symbolic_meta_outplace_special_entr_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:24:31.5264978Z test_dispatch_symbolic_meta_outplace_special_entr_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.5265201Z test_dispatch_symbolic_meta_outplace_special_entr_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.5265429Z test_dispatch_symbolic_meta_outplace_special_entr_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:24:31.5265650Z test_dispatch_symbolic_meta_outplace_special_entr_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.5265871Z test_dispatch_symbolic_meta_outplace_special_entr_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.5266093Z test_dispatch_symbolic_meta_outplace_special_entr_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.5266314Z test_dispatch_symbolic_meta_outplace_special_erfcx_cuda_bool (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.5266548Z test_dispatch_symbolic_meta_outplace_special_erfcx_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.5266776Z test_dispatch_symbolic_meta_outplace_special_erfcx_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:24:31.5266998Z test_dispatch_symbolic_meta_outplace_special_erfcx_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.5267221Z test_dispatch_symbolic_meta_outplace_special_erfcx_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.5267444Z test_dispatch_symbolic_meta_outplace_special_erfcx_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.5267665Z test_dispatch_symbolic_meta_outplace_special_erfcx_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.5267882Z test_dispatch_symbolic_meta_outplace_special_erfcx_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.5268138Z test_dispatch_symbolic_meta_outplace_special_hermite_polynomial_h_cuda_bool (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:24:31.5268391Z test_dispatch_symbolic_meta_outplace_special_hermite_polynomial_h_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.5268644Z test_dispatch_symbolic_meta_outplace_special_hermite_polynomial_h_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:31.5269521Z test_dispatch_symbolic_meta_outplace_special_hermite_polynomial_h_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.5269769Z test_dispatch_symbolic_meta_outplace_special_hermite_polynomial_h_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.5270017Z test_dispatch_symbolic_meta_outplace_special_hermite_polynomial_h_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.5270249Z test_dispatch_symbolic_meta_outplace_special_hermite_polynomial_h_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.5270502Z test_dispatch_symbolic_meta_outplace_special_hermite_polynomial_h_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.5270840Z test_dispatch_symbolic_meta_outplace_special_hermite_polynomial_he_cuda_bool (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.5271168Z test_dispatch_symbolic_meta_outplace_special_hermite_polynomial_he_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.5271436Z test_dispatch_symbolic_meta_outplace_special_hermite_polynomial_he_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.5271689Z test_dispatch_symbolic_meta_outplace_special_hermite_polynomial_he_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:24:31.5271939Z test_dispatch_symbolic_meta_outplace_special_hermite_polynomial_he_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.5272189Z test_dispatch_symbolic_meta_outplace_special_hermite_polynomial_he_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.5272527Z test_dispatch_symbolic_meta_outplace_special_hermite_polynomial_he_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.5272794Z test_dispatch_symbolic_meta_outplace_special_hermite_polynomial_he_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:24:31.5273022Z test_dispatch_symbolic_meta_outplace_special_i0e_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.5273248Z test_dispatch_symbolic_meta_outplace_special_i0e_cuda_bool (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.5273471Z test_dispatch_symbolic_meta_outplace_special_i0e_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.5273856Z test_dispatch_symbolic_meta_outplace_special_i0e_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.5274120Z test_dispatch_symbolic_meta_outplace_special_i0e_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.5274344Z test_dispatch_symbolic_meta_outplace_special_i0e_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.5274558Z test_dispatch_symbolic_meta_outplace_special_i0e_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.5274765Z test_dispatch_symbolic_meta_outplace_special_i0e_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.5274983Z test_dispatch_symbolic_meta_outplace_special_i0e_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.5275199Z test_dispatch_symbolic_meta_outplace_special_i0e_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.5275416Z test_dispatch_symbolic_meta_outplace_special_i1_cuda_bool (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.5275635Z test_dispatch_symbolic_meta_outplace_special_i1_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.5275858Z test_dispatch_symbolic_meta_outplace_special_i1_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.5276080Z test_dispatch_symbolic_meta_outplace_special_i1_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.5276277Z test_dispatch_symbolic_meta_outplace_special_i1_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.5276483Z test_dispatch_symbolic_meta_outplace_special_i1_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.5276803Z test_dispatch_symbolic_meta_outplace_special_i1_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.5277013Z test_dispatch_symbolic_meta_outplace_special_i1_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.5277223Z test_dispatch_symbolic_meta_outplace_special_i1e_cuda_bool (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.5277446Z test_dispatch_symbolic_meta_outplace_special_i1e_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.5277668Z test_dispatch_symbolic_meta_outplace_special_i1e_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.5277886Z test_dispatch_symbolic_meta_outplace_special_i1e_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.5278096Z test_dispatch_symbolic_meta_outplace_special_i1e_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.5278301Z test_dispatch_symbolic_meta_outplace_special_i1e_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.5278521Z test_dispatch_symbolic_meta_outplace_special_i1e_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.5278730Z test_dispatch_symbolic_meta_outplace_special_i1e_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.5278981Z test_dispatch_symbolic_meta_outplace_special_laguerre_polynomial_l_cuda_bool (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.5279237Z test_dispatch_symbolic_meta_outplace_special_laguerre_polynomial_l_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.5279555Z test_dispatch_symbolic_meta_outplace_special_laguerre_polynomial_l_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:24:31.5279823Z test_dispatch_symbolic_meta_outplace_special_laguerre_polynomial_l_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.5280071Z test_dispatch_symbolic_meta_outplace_special_laguerre_polynomial_l_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:31.5280325Z test_dispatch_symbolic_meta_outplace_special_laguerre_polynomial_l_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.5280574Z test_dispatch_symbolic_meta_outplace_special_laguerre_polynomial_l_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.5280821Z test_dispatch_symbolic_meta_outplace_special_laguerre_polynomial_l_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:31.5281159Z 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:24:31.5281492Z 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:24:31.5281831Z 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:24:31.5282166Z 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:24:31.5282485Z 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:24:31.5282798Z 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:24:31.5283120Z 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:24:31.5283433Z 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:24:31.5283747Z test_dispatch_symbolic_meta_outplace_special_log_ndtr_cuda_bool (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.5283983Z test_dispatch_symbolic_meta_outplace_special_log_ndtr_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:24:31.5284199Z test_dispatch_symbolic_meta_outplace_special_log_ndtr_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.5284426Z test_dispatch_symbolic_meta_outplace_special_log_ndtr_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:24:31.5284653Z test_dispatch_symbolic_meta_outplace_special_log_ndtr_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:24:31.5284875Z test_dispatch_symbolic_meta_outplace_special_log_ndtr_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.5285102Z test_dispatch_symbolic_meta_outplace_special_log_ndtr_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.5285334Z test_dispatch_symbolic_meta_outplace_special_log_ndtr_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:24:31.5285576Z test_dispatch_symbolic_meta_outplace_special_modified_bessel_i0_cuda_bool (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.5285823Z test_dispatch_symbolic_meta_outplace_special_modified_bessel_i0_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.5286071Z test_dispatch_symbolic_meta_outplace_special_modified_bessel_i0_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.5286376Z test_dispatch_symbolic_meta_outplace_special_modified_bessel_i0_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.5286626Z test_dispatch_symbolic_meta_outplace_special_modified_bessel_i0_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.5286855Z test_dispatch_symbolic_meta_outplace_special_modified_bessel_i0_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.5287094Z test_dispatch_symbolic_meta_outplace_special_modified_bessel_i0_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.5287325Z test_dispatch_symbolic_meta_outplace_special_modified_bessel_i0_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.5287558Z test_dispatch_symbolic_meta_outplace_special_modified_bessel_i1_cuda_bool (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.5287800Z test_dispatch_symbolic_meta_outplace_special_modified_bessel_i1_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.5288046Z test_dispatch_symbolic_meta_outplace_special_modified_bessel_i1_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.5288284Z test_dispatch_symbolic_meta_outplace_special_modified_bessel_i1_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.5288518Z test_dispatch_symbolic_meta_outplace_special_modified_bessel_i1_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.5288750Z test_dispatch_symbolic_meta_outplace_special_modified_bessel_i1_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.5288987Z test_dispatch_symbolic_meta_outplace_special_modified_bessel_i1_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.5289217Z test_dispatch_symbolic_meta_outplace_special_modified_bessel_i1_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.5289449Z test_dispatch_symbolic_meta_outplace_special_modified_bessel_k0_cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.5289695Z test_dispatch_symbolic_meta_outplace_special_modified_bessel_k0_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.5289939Z test_dispatch_symbolic_meta_outplace_special_modified_bessel_k0_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.5290161Z test_dispatch_symbolic_meta_outplace_special_modified_bessel_k0_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.5290474Z test_dispatch_symbolic_meta_outplace_special_modified_bessel_k0_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.5290703Z test_dispatch_symbolic_meta_outplace_special_modified_bessel_k0_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.5290944Z test_dispatch_symbolic_meta_outplace_special_modified_bessel_k0_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.5291184Z test_dispatch_symbolic_meta_outplace_special_modified_bessel_k0_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.5291423Z test_dispatch_symbolic_meta_outplace_special_modified_bessel_k1_cuda_bool (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.5291666Z test_dispatch_symbolic_meta_outplace_special_modified_bessel_k1_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.5291908Z test_dispatch_symbolic_meta_outplace_special_modified_bessel_k1_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.5292153Z test_dispatch_symbolic_meta_outplace_special_modified_bessel_k1_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.5292385Z test_dispatch_symbolic_meta_outplace_special_modified_bessel_k1_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.5292614Z test_dispatch_symbolic_meta_outplace_special_modified_bessel_k1_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.5292853Z test_dispatch_symbolic_meta_outplace_special_modified_bessel_k1_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.5293146Z test_dispatch_symbolic_meta_outplace_special_modified_bessel_k1_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.5293389Z test_dispatch_symbolic_meta_outplace_special_ndtr_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:24:31.5293613Z test_dispatch_symbolic_meta_outplace_special_ndtr_cuda_bool (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.5293843Z test_dispatch_symbolic_meta_outplace_special_ndtr_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:24:31.5294072Z test_dispatch_symbolic_meta_outplace_special_ndtr_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.5294296Z test_dispatch_symbolic_meta_outplace_special_ndtr_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.5294517Z test_dispatch_symbolic_meta_outplace_special_ndtr_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:24:31.5294743Z test_dispatch_symbolic_meta_outplace_special_ndtr_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:24:31.5294968Z test_dispatch_symbolic_meta_outplace_special_ndtr_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:24:31.5295189Z test_dispatch_symbolic_meta_outplace_special_ndtr_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.5295568Z test_dispatch_symbolic_meta_outplace_special_ndtr_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:24:31.5295807Z test_dispatch_symbolic_meta_outplace_special_ndtri_cuda_bool (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.5296021Z test_dispatch_symbolic_meta_outplace_special_ndtri_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.5296250Z test_dispatch_symbolic_meta_outplace_special_ndtri_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.5296476Z test_dispatch_symbolic_meta_outplace_special_ndtri_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.5296704Z test_dispatch_symbolic_meta_outplace_special_ndtri_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.5296922Z test_dispatch_symbolic_meta_outplace_special_ndtri_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.5297142Z test_dispatch_symbolic_meta_outplace_special_ndtri_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.5297460Z test_dispatch_symbolic_meta_outplace_special_ndtri_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.5297730Z test_dispatch_symbolic_meta_outplace_special_polygamma_special_polygamma_n_0_cuda_bool (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:31.5298000Z test_dispatch_symbolic_meta_outplace_special_polygamma_special_polygamma_n_0_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.5298259Z test_dispatch_symbolic_meta_outplace_special_polygamma_special_polygamma_n_0_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.5298637Z test_dispatch_symbolic_meta_outplace_special_polygamma_special_polygamma_n_0_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.5298977Z test_dispatch_symbolic_meta_outplace_special_polygamma_special_polygamma_n_0_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:24:31.5299247Z test_dispatch_symbolic_meta_outplace_special_polygamma_special_polygamma_n_0_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:31.5299513Z test_dispatch_symbolic_meta_outplace_special_polygamma_special_polygamma_n_0_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:31.5299778Z test_dispatch_symbolic_meta_outplace_special_polygamma_special_polygamma_n_0_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.5300034Z test_dispatch_symbolic_meta_outplace_special_polygamma_special_polygamma_n_0_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.5300369Z test_dispatch_symbolic_meta_outplace_special_scaled_modified_bessel_k0_cuda_bool (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.5300641Z test_dispatch_symbolic_meta_outplace_special_scaled_modified_bessel_k0_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.5300894Z test_dispatch_symbolic_meta_outplace_special_scaled_modified_bessel_k0_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.5301149Z test_dispatch_symbolic_meta_outplace_special_scaled_modified_bessel_k0_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.5301399Z test_dispatch_symbolic_meta_outplace_special_scaled_modified_bessel_k0_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.5301644Z test_dispatch_symbolic_meta_outplace_special_scaled_modified_bessel_k0_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.5301890Z test_dispatch_symbolic_meta_outplace_special_scaled_modified_bessel_k0_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.5302135Z test_dispatch_symbolic_meta_outplace_special_scaled_modified_bessel_k0_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.5302376Z test_dispatch_symbolic_meta_outplace_special_scaled_modified_bessel_k1_cuda_bool (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.5302625Z test_dispatch_symbolic_meta_outplace_special_scaled_modified_bessel_k1_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.5302876Z test_dispatch_symbolic_meta_outplace_special_scaled_modified_bessel_k1_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.5303118Z test_dispatch_symbolic_meta_outplace_special_scaled_modified_bessel_k1_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.5303348Z test_dispatch_symbolic_meta_outplace_special_scaled_modified_bessel_k1_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.5303587Z test_dispatch_symbolic_meta_outplace_special_scaled_modified_bessel_k1_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.5303834Z test_dispatch_symbolic_meta_outplace_special_scaled_modified_bessel_k1_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.5304072Z test_dispatch_symbolic_meta_outplace_special_scaled_modified_bessel_k1_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.5304417Z test_dispatch_symbolic_meta_outplace_special_shifted_chebyshev_polynomial_t_cuda_bool (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:24:31.5304854Z test_dispatch_symbolic_meta_outplace_special_shifted_chebyshev_polynomial_t_cuda_float32 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:24:31.5305205Z test_dispatch_symbolic_meta_outplace_special_shifted_chebyshev_polynomial_t_cuda_float64 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:24:31.5305548Z test_dispatch_symbolic_meta_outplace_special_shifted_chebyshev_polynomial_t_cuda_int16 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:24:31.5305891Z test_dispatch_symbolic_meta_outplace_special_shifted_chebyshev_polynomial_t_cuda_int32 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:24:31.5306235Z test_dispatch_symbolic_meta_outplace_special_shifted_chebyshev_polynomial_t_cuda_int64 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:24:31.5306576Z test_dispatch_symbolic_meta_outplace_special_shifted_chebyshev_polynomial_t_cuda_int8 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:24:31.5306915Z test_dispatch_symbolic_meta_outplace_special_shifted_chebyshev_polynomial_t_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:24:31.5307801Z test_dispatch_symbolic_meta_outplace_special_shifted_chebyshev_polynomial_u_cuda_bool (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:24:31.5308211Z test_dispatch_symbolic_meta_outplace_special_shifted_chebyshev_polynomial_u_cuda_float32 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:24:31.5308561Z test_dispatch_symbolic_meta_outplace_special_shifted_chebyshev_polynomial_u_cuda_float64 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.010s) 2022-11-23T02:24:31.5308899Z 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:24:31.5309245Z 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:24:31.5309582Z 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:24:31.5309923Z 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:24:31.5310256Z 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:24:31.5310593Z 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:24:31.5310940Z 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:24:31.5311284Z 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:24:31.5311718Z 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:24:31.5312059Z 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:24:31.5312400Z 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:24:31.5312738Z 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:24:31.5313070Z 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:24:31.5313409Z 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:24:31.5313749Z 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:24:31.5314151Z 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:24:31.5314500Z 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:24:31.5314840Z 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:24:31.5315175Z 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:24:31.5315510Z 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:24:31.5315843Z 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:24:31.5316092Z test_dispatch_symbolic_meta_outplace_special_spherical_bessel_j0_cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.5316348Z test_dispatch_symbolic_meta_outplace_special_spherical_bessel_j0_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.5316597Z test_dispatch_symbolic_meta_outplace_special_spherical_bessel_j0_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.5316844Z test_dispatch_symbolic_meta_outplace_special_spherical_bessel_j0_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.5317086Z test_dispatch_symbolic_meta_outplace_special_spherical_bessel_j0_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.5317323Z test_dispatch_symbolic_meta_outplace_special_spherical_bessel_j0_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.5317564Z test_dispatch_symbolic_meta_outplace_special_spherical_bessel_j0_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.5317798Z test_dispatch_symbolic_meta_outplace_special_spherical_bessel_j0_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.5318108Z test_dispatch_symbolic_meta_outplace_special_xlog1py_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.055s) 2022-11-23T02:24:31.5318394Z test_dispatch_symbolic_meta_outplace_special_xlog1py_cuda_bool (__main__.TestMetaCUDA) ... ok (0.049s) 2022-11-23T02:24:31.5318740Z test_dispatch_symbolic_meta_outplace_special_xlog1py_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.075s) 2022-11-23T02:24:31.5318980Z test_dispatch_symbolic_meta_outplace_special_xlog1py_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.044s) 2022-11-23T02:24:31.5319209Z test_dispatch_symbolic_meta_outplace_special_xlog1py_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.047s) 2022-11-23T02:24:31.5319438Z test_dispatch_symbolic_meta_outplace_special_xlog1py_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.070s) 2022-11-23T02:24:31.5319665Z test_dispatch_symbolic_meta_outplace_special_xlog1py_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.069s) 2022-11-23T02:24:31.5319890Z test_dispatch_symbolic_meta_outplace_special_xlog1py_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.052s) 2022-11-23T02:24:31.5320120Z test_dispatch_symbolic_meta_outplace_special_xlog1py_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.043s) 2022-11-23T02:24:31.5320344Z test_dispatch_symbolic_meta_outplace_special_xlog1py_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.039s) 2022-11-23T02:24:31.5320568Z test_dispatch_symbolic_meta_outplace_special_zeta_cuda_bool (__main__.TestMetaCUDA) ... ok (0.030s) 2022-11-23T02:24:31.5320786Z test_dispatch_symbolic_meta_outplace_special_zeta_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:24:31.5321088Z test_dispatch_symbolic_meta_outplace_special_zeta_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:24:31.5321390Z test_dispatch_symbolic_meta_outplace_special_zeta_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:24:31.5321752Z test_dispatch_symbolic_meta_outplace_special_zeta_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:24:31.5321994Z test_dispatch_symbolic_meta_outplace_special_zeta_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:24:31.5322215Z test_dispatch_symbolic_meta_outplace_special_zeta_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:24:31.5322436Z test_dispatch_symbolic_meta_outplace_special_zeta_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:24:31.5322656Z test_dispatch_symbolic_meta_outplace_split_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.5322867Z test_dispatch_symbolic_meta_outplace_split_cuda_bool (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.5323091Z test_dispatch_symbolic_meta_outplace_split_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.5323310Z test_dispatch_symbolic_meta_outplace_split_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.5323521Z test_dispatch_symbolic_meta_outplace_split_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.5323737Z test_dispatch_symbolic_meta_outplace_split_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.5323951Z test_dispatch_symbolic_meta_outplace_split_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.5324165Z test_dispatch_symbolic_meta_outplace_split_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.5324380Z test_dispatch_symbolic_meta_outplace_split_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.5324587Z test_dispatch_symbolic_meta_outplace_split_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.5324801Z test_dispatch_symbolic_meta_outplace_split_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.5325011Z test_dispatch_symbolic_meta_outplace_split_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.5325218Z test_dispatch_symbolic_meta_outplace_split_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.5325553Z test_dispatch_symbolic_meta_outplace_split_list_args_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.5325780Z test_dispatch_symbolic_meta_outplace_split_list_args_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.5326001Z test_dispatch_symbolic_meta_outplace_split_list_args_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.5326234Z test_dispatch_symbolic_meta_outplace_split_list_args_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.5326465Z test_dispatch_symbolic_meta_outplace_split_list_args_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.5326694Z test_dispatch_symbolic_meta_outplace_split_list_args_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.5326962Z test_dispatch_symbolic_meta_outplace_split_list_args_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.5327188Z test_dispatch_symbolic_meta_outplace_split_list_args_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.5327417Z test_dispatch_symbolic_meta_outplace_split_list_args_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.5327641Z test_dispatch_symbolic_meta_outplace_split_list_args_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.5327868Z test_dispatch_symbolic_meta_outplace_split_list_args_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.5328088Z test_dispatch_symbolic_meta_outplace_split_list_args_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.5328394Z test_dispatch_symbolic_meta_outplace_split_with_sizes_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.5328635Z test_dispatch_symbolic_meta_outplace_split_with_sizes_cuda_bool (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.5328875Z test_dispatch_symbolic_meta_outplace_split_with_sizes_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.5329264Z test_dispatch_symbolic_meta_outplace_split_with_sizes_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.5329507Z test_dispatch_symbolic_meta_outplace_split_with_sizes_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.5329738Z test_dispatch_symbolic_meta_outplace_split_with_sizes_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.5329967Z test_dispatch_symbolic_meta_outplace_split_with_sizes_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.5330193Z test_dispatch_symbolic_meta_outplace_split_with_sizes_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.5330417Z test_dispatch_symbolic_meta_outplace_split_with_sizes_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.5330642Z test_dispatch_symbolic_meta_outplace_split_with_sizes_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.5330867Z test_dispatch_symbolic_meta_outplace_split_with_sizes_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.5331090Z test_dispatch_symbolic_meta_outplace_split_with_sizes_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.5331316Z test_dispatch_symbolic_meta_outplace_split_with_sizes_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.5331514Z test_dispatch_symbolic_meta_outplace_sqrt_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.5331779Z test_dispatch_symbolic_meta_outplace_sqrt_cuda_bool (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.5332132Z test_dispatch_symbolic_meta_outplace_sqrt_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.5332363Z test_dispatch_symbolic_meta_outplace_sqrt_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.5332573Z test_dispatch_symbolic_meta_outplace_sqrt_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.5332886Z test_dispatch_symbolic_meta_outplace_sqrt_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.5333101Z test_dispatch_symbolic_meta_outplace_sqrt_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.5333315Z test_dispatch_symbolic_meta_outplace_sqrt_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.5333524Z test_dispatch_symbolic_meta_outplace_sqrt_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.5333731Z test_dispatch_symbolic_meta_outplace_sqrt_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.5333941Z test_dispatch_symbolic_meta_outplace_sqrt_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.5334145Z test_dispatch_symbolic_meta_outplace_sqrt_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.5334348Z test_dispatch_symbolic_meta_outplace_sqrt_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.5334570Z test_dispatch_symbolic_meta_outplace_square_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.5334782Z test_dispatch_symbolic_meta_outplace_square_cuda_bool (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.5335005Z test_dispatch_symbolic_meta_outplace_square_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.5335227Z test_dispatch_symbolic_meta_outplace_square_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.5335444Z test_dispatch_symbolic_meta_outplace_square_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.5335718Z test_dispatch_symbolic_meta_outplace_square_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.5335939Z test_dispatch_symbolic_meta_outplace_square_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.5336152Z test_dispatch_symbolic_meta_outplace_square_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.5336354Z test_dispatch_symbolic_meta_outplace_square_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.5336562Z test_dispatch_symbolic_meta_outplace_square_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.5336770Z test_dispatch_symbolic_meta_outplace_square_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.5336980Z test_dispatch_symbolic_meta_outplace_square_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.5337206Z test_dispatch_symbolic_meta_outplace_squeeze_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.5337421Z test_dispatch_symbolic_meta_outplace_squeeze_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.5337645Z test_dispatch_symbolic_meta_outplace_squeeze_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.5337869Z test_dispatch_symbolic_meta_outplace_squeeze_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.5338089Z test_dispatch_symbolic_meta_outplace_squeeze_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.5338306Z test_dispatch_symbolic_meta_outplace_squeeze_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.5338517Z test_dispatch_symbolic_meta_outplace_squeeze_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.5338725Z test_dispatch_symbolic_meta_outplace_squeeze_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.5338937Z test_dispatch_symbolic_meta_outplace_squeeze_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.5339153Z test_dispatch_symbolic_meta_outplace_squeeze_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.5339365Z test_dispatch_symbolic_meta_outplace_squeeze_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.5339576Z test_dispatch_symbolic_meta_outplace_squeeze_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.5339865Z test_dispatch_symbolic_meta_outplace_squeeze_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.5340148Z test_dispatch_symbolic_meta_outplace_stack_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:24:31.5340447Z test_dispatch_symbolic_meta_outplace_stack_cuda_bool (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:24:31.5340674Z test_dispatch_symbolic_meta_outplace_stack_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:31.5340891Z test_dispatch_symbolic_meta_outplace_stack_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.033s) 2022-11-23T02:24:31.5341090Z test_dispatch_symbolic_meta_outplace_stack_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:24:31.5341301Z test_dispatch_symbolic_meta_outplace_stack_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:24:31.5341516Z test_dispatch_symbolic_meta_outplace_stack_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.033s) 2022-11-23T02:24:31.5341732Z test_dispatch_symbolic_meta_outplace_stack_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:24:31.5341943Z test_dispatch_symbolic_meta_outplace_stack_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:24:31.5342152Z test_dispatch_symbolic_meta_outplace_stack_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:24:31.5342361Z test_dispatch_symbolic_meta_outplace_stack_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:24:31.5342571Z test_dispatch_symbolic_meta_outplace_stack_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:24:31.5342879Z test_dispatch_symbolic_meta_outplace_stack_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:24:31.5343257Z test_dispatch_symbolic_meta_outplace_std_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:31.5343487Z test_dispatch_symbolic_meta_outplace_std_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.5343707Z test_dispatch_symbolic_meta_outplace_std_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.5343919Z test_dispatch_symbolic_meta_outplace_std_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.5344124Z test_dispatch_symbolic_meta_outplace_std_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:24:31.5344331Z test_dispatch_symbolic_meta_outplace_std_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.5344552Z test_dispatch_symbolic_meta_outplace_std_mean_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.5344778Z test_dispatch_symbolic_meta_outplace_std_mean_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.5345001Z test_dispatch_symbolic_meta_outplace_std_mean_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.5345221Z test_dispatch_symbolic_meta_outplace_std_mean_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.5345441Z test_dispatch_symbolic_meta_outplace_std_mean_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:31.5345650Z test_dispatch_symbolic_meta_outplace_std_mean_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:31.5345851Z test_dispatch_symbolic_meta_outplace_stft_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.043s) 2022-11-23T02:24:31.5346065Z test_dispatch_symbolic_meta_outplace_stft_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.061s) 2022-11-23T02:24:31.5346274Z test_dispatch_symbolic_meta_outplace_stft_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.061s) 2022-11-23T02:24:31.5346489Z test_dispatch_symbolic_meta_outplace_stft_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.059s) 2022-11-23T02:24:31.5346701Z test_dispatch_symbolic_meta_outplace_sub_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.071s) 2022-11-23T02:24:31.5346918Z test_dispatch_symbolic_meta_outplace_sub_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.046s) 2022-11-23T02:24:31.5347230Z test_dispatch_symbolic_meta_outplace_sub_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:24:31.5347446Z test_dispatch_symbolic_meta_outplace_sub_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:24:31.5347658Z test_dispatch_symbolic_meta_outplace_sub_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.035s) 2022-11-23T02:24:31.5347868Z test_dispatch_symbolic_meta_outplace_sub_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:24:31.5348075Z test_dispatch_symbolic_meta_outplace_sub_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:24:31.5348288Z test_dispatch_symbolic_meta_outplace_sub_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:24:31.5348494Z test_dispatch_symbolic_meta_outplace_sub_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-11-23T02:24:31.5348696Z test_dispatch_symbolic_meta_outplace_sub_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:24:31.5348905Z test_dispatch_symbolic_meta_outplace_sub_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:24:31.5349105Z test_dispatch_symbolic_meta_outplace_sub_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.042s) 2022-11-23T02:24:31.5349318Z test_dispatch_symbolic_meta_outplace_sum_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:24:31.5349524Z test_dispatch_symbolic_meta_outplace_sum_cuda_bool (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:31.5349742Z test_dispatch_symbolic_meta_outplace_sum_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.5350021Z test_dispatch_symbolic_meta_outplace_sum_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:24:31.5350248Z test_dispatch_symbolic_meta_outplace_sum_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:31.5350440Z test_dispatch_symbolic_meta_outplace_sum_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.5350651Z test_dispatch_symbolic_meta_outplace_sum_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:24:31.5350860Z test_dispatch_symbolic_meta_outplace_sum_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.5351063Z test_dispatch_symbolic_meta_outplace_sum_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.5351267Z test_dispatch_symbolic_meta_outplace_sum_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.5351466Z test_dispatch_symbolic_meta_outplace_sum_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.5351673Z test_dispatch_symbolic_meta_outplace_sum_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.5351873Z test_dispatch_symbolic_meta_outplace_sum_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.5352096Z test_dispatch_symbolic_meta_outplace_sum_to_size_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.5352316Z test_dispatch_symbolic_meta_outplace_sum_to_size_cuda_bool (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:24:31.5352546Z test_dispatch_symbolic_meta_outplace_sum_to_size_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.5352772Z test_dispatch_symbolic_meta_outplace_sum_to_size_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.5352994Z test_dispatch_symbolic_meta_outplace_sum_to_size_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.5353216Z test_dispatch_symbolic_meta_outplace_sum_to_size_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.5353442Z test_dispatch_symbolic_meta_outplace_sum_to_size_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.5353658Z test_dispatch_symbolic_meta_outplace_sum_to_size_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:24:31.5353869Z test_dispatch_symbolic_meta_outplace_sum_to_size_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.5354156Z test_dispatch_symbolic_meta_outplace_sum_to_size_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.5354372Z test_dispatch_symbolic_meta_outplace_sum_to_size_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:31.5354579Z test_dispatch_symbolic_meta_outplace_sum_to_size_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.5354795Z test_dispatch_symbolic_meta_outplace_svd_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.423s) 2022-11-23T02:24:31.5354993Z test_dispatch_symbolic_meta_outplace_svd_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.380s) 2022-11-23T02:24:31.5355204Z test_dispatch_symbolic_meta_outplace_svd_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.433s) 2022-11-23T02:24:31.5355408Z test_dispatch_symbolic_meta_outplace_svd_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.353s) 2022-11-23T02:24:31.5355633Z test_dispatch_symbolic_meta_outplace_svd_lowrank_cuda_float32 (__main__.TestMetaCUDA) ... ok (7.318s) 2022-11-23T02:24:31.5355857Z test_dispatch_symbolic_meta_outplace_svd_lowrank_cuda_float64 (__main__.TestMetaCUDA) ... ok (7.171s) 2022-11-23T02:24:31.5356083Z test_dispatch_symbolic_meta_outplace_symeig_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.039s) 2022-11-23T02:24:31.5356307Z test_dispatch_symbolic_meta_outplace_symeig_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:24:31.5356525Z test_dispatch_symbolic_meta_outplace_symeig_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.5356733Z test_dispatch_symbolic_meta_outplace_symeig_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.5357010Z test_dispatch_symbolic_meta_outplace_t_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.5357360Z test_dispatch_symbolic_meta_outplace_t_cuda_bool (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.5357581Z test_dispatch_symbolic_meta_outplace_t_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.5357797Z test_dispatch_symbolic_meta_outplace_t_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.5358118Z test_dispatch_symbolic_meta_outplace_t_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.5358331Z test_dispatch_symbolic_meta_outplace_t_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.5358635Z test_dispatch_symbolic_meta_outplace_t_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.5358843Z test_dispatch_symbolic_meta_outplace_t_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.5359049Z test_dispatch_symbolic_meta_outplace_t_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.5359246Z test_dispatch_symbolic_meta_outplace_t_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.5359447Z test_dispatch_symbolic_meta_outplace_t_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.5359647Z test_dispatch_symbolic_meta_outplace_t_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.5359861Z test_dispatch_symbolic_meta_outplace_take_along_dim_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-11-23T02:24:31.5360082Z test_dispatch_symbolic_meta_outplace_take_along_dim_cuda_bool (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:24:31.5360314Z test_dispatch_symbolic_meta_outplace_take_along_dim_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:24:31.5360548Z test_dispatch_symbolic_meta_outplace_take_along_dim_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-11-23T02:24:31.5360780Z test_dispatch_symbolic_meta_outplace_take_along_dim_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:24:31.5361008Z test_dispatch_symbolic_meta_outplace_take_along_dim_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:24:31.5361377Z test_dispatch_symbolic_meta_outplace_take_along_dim_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:24:31.5361709Z test_dispatch_symbolic_meta_outplace_take_along_dim_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:24:31.5361933Z test_dispatch_symbolic_meta_outplace_take_along_dim_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:24:31.5362155Z test_dispatch_symbolic_meta_outplace_take_along_dim_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:24:31.5362376Z test_dispatch_symbolic_meta_outplace_take_along_dim_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:24:31.5362602Z test_dispatch_symbolic_meta_outplace_take_along_dim_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:24:31.5362817Z test_dispatch_symbolic_meta_outplace_take_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:24:31.5363024Z test_dispatch_symbolic_meta_outplace_take_cuda_bool (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:24:31.5363241Z test_dispatch_symbolic_meta_outplace_take_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:24:31.5363465Z test_dispatch_symbolic_meta_outplace_take_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.5363676Z test_dispatch_symbolic_meta_outplace_take_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.5364027Z test_dispatch_symbolic_meta_outplace_take_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:24:31.5364247Z test_dispatch_symbolic_meta_outplace_take_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:24:31.5364525Z test_dispatch_symbolic_meta_outplace_take_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.5364856Z test_dispatch_symbolic_meta_outplace_take_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:24:31.5365059Z test_dispatch_symbolic_meta_outplace_take_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:24:31.5365494Z test_dispatch_symbolic_meta_outplace_take_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.5365762Z test_dispatch_symbolic_meta_outplace_take_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:24:31.5365977Z test_dispatch_symbolic_meta_outplace_tan_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.5366182Z test_dispatch_symbolic_meta_outplace_tan_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.5366398Z test_dispatch_symbolic_meta_outplace_tan_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.5366614Z test_dispatch_symbolic_meta_outplace_tan_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.5366829Z test_dispatch_symbolic_meta_outplace_tan_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.5367040Z test_dispatch_symbolic_meta_outplace_tan_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.5367250Z test_dispatch_symbolic_meta_outplace_tan_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.5367462Z test_dispatch_symbolic_meta_outplace_tan_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.5367667Z test_dispatch_symbolic_meta_outplace_tan_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.5367871Z test_dispatch_symbolic_meta_outplace_tan_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.5368071Z test_dispatch_symbolic_meta_outplace_tan_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.5368275Z test_dispatch_symbolic_meta_outplace_tan_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.5368477Z test_dispatch_symbolic_meta_outplace_tan_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.5368694Z test_dispatch_symbolic_meta_outplace_tanh_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.5368902Z test_dispatch_symbolic_meta_outplace_tanh_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.5369220Z test_dispatch_symbolic_meta_outplace_tanh_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.5369438Z test_dispatch_symbolic_meta_outplace_tanh_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.5369645Z test_dispatch_symbolic_meta_outplace_tanh_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.5369842Z test_dispatch_symbolic_meta_outplace_tanh_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.5370051Z test_dispatch_symbolic_meta_outplace_tanh_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.5370263Z test_dispatch_symbolic_meta_outplace_tanh_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.5370482Z test_dispatch_symbolic_meta_outplace_tanh_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.5370807Z test_dispatch_symbolic_meta_outplace_tanh_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.5371017Z test_dispatch_symbolic_meta_outplace_tanh_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.5371223Z test_dispatch_symbolic_meta_outplace_tanh_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.5371531Z test_dispatch_symbolic_meta_outplace_tanh_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.5371769Z test_dispatch_symbolic_meta_outplace_tensor_split_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.5372080Z test_dispatch_symbolic_meta_outplace_tensor_split_cuda_bool (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.5372389Z test_dispatch_symbolic_meta_outplace_tensor_split_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:24:31.5372634Z test_dispatch_symbolic_meta_outplace_tensor_split_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.5372864Z test_dispatch_symbolic_meta_outplace_tensor_split_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.5373093Z test_dispatch_symbolic_meta_outplace_tensor_split_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:24:31.5373317Z test_dispatch_symbolic_meta_outplace_tensor_split_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.5373537Z test_dispatch_symbolic_meta_outplace_tensor_split_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.5373756Z test_dispatch_symbolic_meta_outplace_tensor_split_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:24:31.5373980Z test_dispatch_symbolic_meta_outplace_tensor_split_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:24:31.5374198Z test_dispatch_symbolic_meta_outplace_tensor_split_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:31.5374419Z test_dispatch_symbolic_meta_outplace_tensor_split_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.5374644Z test_dispatch_symbolic_meta_outplace_tensordot_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.5374871Z test_dispatch_symbolic_meta_outplace_tensordot_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:24:31.5375083Z test_dispatch_symbolic_meta_outplace_tensordot_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.5375302Z test_dispatch_symbolic_meta_outplace_tensordot_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:31.5375509Z test_dispatch_symbolic_meta_outplace_tensordot_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:31.5375868Z test_dispatch_symbolic_meta_outplace_tensordot_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.5376095Z test_dispatch_symbolic_meta_outplace_tile_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.043s) 2022-11-23T02:24:31.5376302Z test_dispatch_symbolic_meta_outplace_tile_cuda_bool (__main__.TestMetaCUDA) ... ok (0.041s) 2022-11-23T02:24:31.5376611Z test_dispatch_symbolic_meta_outplace_tile_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.044s) 2022-11-23T02:24:31.5376829Z test_dispatch_symbolic_meta_outplace_tile_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.046s) 2022-11-23T02:24:31.5377041Z test_dispatch_symbolic_meta_outplace_tile_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.046s) 2022-11-23T02:24:31.5377260Z test_dispatch_symbolic_meta_outplace_tile_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.046s) 2022-11-23T02:24:31.5377587Z test_dispatch_symbolic_meta_outplace_tile_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.048s) 2022-11-23T02:24:31.5377799Z test_dispatch_symbolic_meta_outplace_tile_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.044s) 2022-11-23T02:24:31.5378006Z test_dispatch_symbolic_meta_outplace_tile_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.051s) 2022-11-23T02:24:31.5378319Z test_dispatch_symbolic_meta_outplace_tile_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.059s) 2022-11-23T02:24:31.5378639Z test_dispatch_symbolic_meta_outplace_tile_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.044s) 2022-11-23T02:24:31.5378848Z test_dispatch_symbolic_meta_outplace_tile_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.043s) 2022-11-23T02:24:31.5379059Z test_dispatch_symbolic_meta_outplace_to_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.5379261Z test_dispatch_symbolic_meta_outplace_to_cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.5379472Z test_dispatch_symbolic_meta_outplace_to_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.5379762Z test_dispatch_symbolic_meta_outplace_to_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.5379985Z test_dispatch_symbolic_meta_outplace_to_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.5380302Z test_dispatch_symbolic_meta_outplace_to_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.5380570Z test_dispatch_symbolic_meta_outplace_to_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.5380783Z test_dispatch_symbolic_meta_outplace_to_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.5380986Z test_dispatch_symbolic_meta_outplace_to_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.5381184Z test_dispatch_symbolic_meta_outplace_to_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.5381386Z test_dispatch_symbolic_meta_outplace_to_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.5381589Z test_dispatch_symbolic_meta_outplace_to_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.5381811Z test_dispatch_symbolic_meta_outplace_to_sparse_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.5382026Z test_dispatch_symbolic_meta_outplace_to_sparse_cuda_bool (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.5382252Z test_dispatch_symbolic_meta_outplace_to_sparse_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.5382482Z test_dispatch_symbolic_meta_outplace_to_sparse_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.5382700Z test_dispatch_symbolic_meta_outplace_to_sparse_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.5382911Z test_dispatch_symbolic_meta_outplace_to_sparse_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.5383119Z test_dispatch_symbolic_meta_outplace_to_sparse_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.5383342Z test_dispatch_symbolic_meta_outplace_to_sparse_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.5383550Z test_dispatch_symbolic_meta_outplace_to_sparse_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.5383754Z test_dispatch_symbolic_meta_outplace_to_sparse_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.5384826Z test_dispatch_symbolic_meta_outplace_to_sparse_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.5385064Z test_dispatch_symbolic_meta_outplace_to_sparse_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.5385370Z test_dispatch_symbolic_meta_outplace_topk_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:24:31.5385588Z test_dispatch_symbolic_meta_outplace_topk_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:31.5385787Z test_dispatch_symbolic_meta_outplace_topk_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.5386004Z test_dispatch_symbolic_meta_outplace_topk_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.5386213Z test_dispatch_symbolic_meta_outplace_topk_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:24:31.5386422Z test_dispatch_symbolic_meta_outplace_topk_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:31.5386630Z test_dispatch_symbolic_meta_outplace_topk_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:31.5386839Z test_dispatch_symbolic_meta_outplace_topk_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.5387041Z test_dispatch_symbolic_meta_outplace_topk_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.5387257Z test_dispatch_symbolic_meta_outplace_trace_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.5387465Z test_dispatch_symbolic_meta_outplace_trace_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.5387781Z test_dispatch_symbolic_meta_outplace_trace_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.5388016Z test_dispatch_symbolic_meta_outplace_trace_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.5388227Z test_dispatch_symbolic_meta_outplace_trace_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.5388437Z test_dispatch_symbolic_meta_outplace_trace_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.5388657Z test_dispatch_symbolic_meta_outplace_trace_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.5388871Z test_dispatch_symbolic_meta_outplace_trace_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.5389082Z test_dispatch_symbolic_meta_outplace_trace_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.5389289Z test_dispatch_symbolic_meta_outplace_trace_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.5389500Z test_dispatch_symbolic_meta_outplace_trace_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.5389708Z test_dispatch_symbolic_meta_outplace_trace_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.5389913Z test_dispatch_symbolic_meta_outplace_trace_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.5390123Z test_dispatch_symbolic_meta_outplace_transpose_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.5390344Z test_dispatch_symbolic_meta_outplace_transpose_cuda_bool (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.5390700Z test_dispatch_symbolic_meta_outplace_transpose_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.5390941Z test_dispatch_symbolic_meta_outplace_transpose_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.5391167Z test_dispatch_symbolic_meta_outplace_transpose_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.5391488Z test_dispatch_symbolic_meta_outplace_transpose_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.5391724Z test_dispatch_symbolic_meta_outplace_transpose_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.5392027Z test_dispatch_symbolic_meta_outplace_transpose_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.5392336Z test_dispatch_symbolic_meta_outplace_transpose_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.5392570Z test_dispatch_symbolic_meta_outplace_transpose_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.5392929Z test_dispatch_symbolic_meta_outplace_transpose_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.5393157Z test_dispatch_symbolic_meta_outplace_transpose_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.5393367Z test_dispatch_symbolic_meta_outplace_transpose_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.5393592Z test_dispatch_symbolic_meta_outplace_trapezoid_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.098s) 2022-11-23T02:24:31.5393823Z test_dispatch_symbolic_meta_outplace_trapezoid_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.061s) 2022-11-23T02:24:31.5394052Z test_dispatch_symbolic_meta_outplace_trapezoid_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.049s) 2022-11-23T02:24:31.5394280Z test_dispatch_symbolic_meta_outplace_trapezoid_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.067s) 2022-11-23T02:24:31.5394497Z test_dispatch_symbolic_meta_outplace_trapezoid_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.058s) 2022-11-23T02:24:31.5394709Z test_dispatch_symbolic_meta_outplace_trapezoid_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.056s) 2022-11-23T02:24:31.5394928Z test_dispatch_symbolic_meta_outplace_trapezoid_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.050s) 2022-11-23T02:24:31.5395136Z test_dispatch_symbolic_meta_outplace_trapezoid_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.065s) 2022-11-23T02:24:31.5395442Z test_dispatch_symbolic_meta_outplace_trapezoid_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.058s) 2022-11-23T02:24:31.5395819Z test_dispatch_symbolic_meta_outplace_trapezoid_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.058s) 2022-11-23T02:24:31.5396042Z test_dispatch_symbolic_meta_outplace_trapezoid_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.058s) 2022-11-23T02:24:31.5396257Z test_dispatch_symbolic_meta_outplace_trapz_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.063s) 2022-11-23T02:24:31.5396479Z test_dispatch_symbolic_meta_outplace_trapz_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.061s) 2022-11-23T02:24:31.5396689Z test_dispatch_symbolic_meta_outplace_trapz_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.057s) 2022-11-23T02:24:31.5396899Z test_dispatch_symbolic_meta_outplace_trapz_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.064s) 2022-11-23T02:24:31.5397201Z test_dispatch_symbolic_meta_outplace_trapz_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.058s) 2022-11-23T02:24:31.5397451Z test_dispatch_symbolic_meta_outplace_trapz_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.064s) 2022-11-23T02:24:31.5397661Z test_dispatch_symbolic_meta_outplace_trapz_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.061s) 2022-11-23T02:24:31.5397871Z test_dispatch_symbolic_meta_outplace_trapz_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.064s) 2022-11-23T02:24:31.5398192Z test_dispatch_symbolic_meta_outplace_trapz_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.066s) 2022-11-23T02:24:31.5398499Z test_dispatch_symbolic_meta_outplace_trapz_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.059s) 2022-11-23T02:24:31.5398722Z test_dispatch_symbolic_meta_outplace_trapz_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.058s) 2022-11-23T02:24:31.5398962Z test_dispatch_symbolic_meta_outplace_triangular_solve_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.5399202Z test_dispatch_symbolic_meta_outplace_triangular_solve_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.5399502Z test_dispatch_symbolic_meta_outplace_triangular_solve_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.5399737Z test_dispatch_symbolic_meta_outplace_triangular_solve_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:24:31.5399943Z test_dispatch_symbolic_meta_outplace_tril_cuda_bool (__main__.TestMetaCUDA) ... ok (0.034s) 2022-11-23T02:24:31.5400261Z test_dispatch_symbolic_meta_outplace_tril_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.035s) 2022-11-23T02:24:31.5400478Z test_dispatch_symbolic_meta_outplace_tril_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.038s) 2022-11-23T02:24:31.5400689Z test_dispatch_symbolic_meta_outplace_tril_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.054s) 2022-11-23T02:24:31.5400885Z test_dispatch_symbolic_meta_outplace_tril_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.037s) 2022-11-23T02:24:31.5401101Z test_dispatch_symbolic_meta_outplace_tril_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.046s) 2022-11-23T02:24:31.5401314Z test_dispatch_symbolic_meta_outplace_tril_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.036s) 2022-11-23T02:24:31.5401522Z test_dispatch_symbolic_meta_outplace_tril_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.043s) 2022-11-23T02:24:31.5401729Z test_dispatch_symbolic_meta_outplace_tril_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-11-23T02:24:31.5401937Z test_dispatch_symbolic_meta_outplace_tril_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:24:31.5402141Z test_dispatch_symbolic_meta_outplace_tril_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.045s) 2022-11-23T02:24:31.5402345Z test_dispatch_symbolic_meta_outplace_tril_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:24:31.5402570Z test_dispatch_symbolic_meta_outplace_tril_indices_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.5402853Z test_dispatch_symbolic_meta_outplace_tril_indices_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.5403079Z test_dispatch_symbolic_meta_outplace_triu_cuda_bool (__main__.TestMetaCUDA) ... ok (0.037s) 2022-11-23T02:24:31.5403299Z test_dispatch_symbolic_meta_outplace_triu_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.035s) 2022-11-23T02:24:31.5403513Z test_dispatch_symbolic_meta_outplace_triu_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.034s) 2022-11-23T02:24:31.5403724Z test_dispatch_symbolic_meta_outplace_triu_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.035s) 2022-11-23T02:24:31.5404048Z test_dispatch_symbolic_meta_outplace_triu_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.033s) 2022-11-23T02:24:31.5404267Z test_dispatch_symbolic_meta_outplace_triu_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.034s) 2022-11-23T02:24:31.5404479Z test_dispatch_symbolic_meta_outplace_triu_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.034s) 2022-11-23T02:24:31.5404788Z test_dispatch_symbolic_meta_outplace_triu_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-11-23T02:24:31.5405077Z test_dispatch_symbolic_meta_outplace_triu_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-11-23T02:24:31.5405390Z test_dispatch_symbolic_meta_outplace_triu_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.040s) 2022-11-23T02:24:31.5405597Z test_dispatch_symbolic_meta_outplace_triu_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:24:31.5405792Z test_dispatch_symbolic_meta_outplace_triu_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.033s) 2022-11-23T02:24:31.5406013Z test_dispatch_symbolic_meta_outplace_triu_indices_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.5406232Z test_dispatch_symbolic_meta_outplace_triu_indices_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.5406459Z test_dispatch_symbolic_meta_outplace_true_divide_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:24:31.5406682Z test_dispatch_symbolic_meta_outplace_true_divide_cuda_bool (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:24:31.5406911Z test_dispatch_symbolic_meta_outplace_true_divide_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-11-23T02:24:31.5407139Z test_dispatch_symbolic_meta_outplace_true_divide_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:24:31.5407367Z test_dispatch_symbolic_meta_outplace_true_divide_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:24:31.5407679Z test_dispatch_symbolic_meta_outplace_true_divide_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:24:31.5407903Z test_dispatch_symbolic_meta_outplace_true_divide_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:24:31.5408124Z test_dispatch_symbolic_meta_outplace_true_divide_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.033s) 2022-11-23T02:24:31.5408341Z test_dispatch_symbolic_meta_outplace_true_divide_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.039s) 2022-11-23T02:24:31.5408556Z test_dispatch_symbolic_meta_outplace_true_divide_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.045s) 2022-11-23T02:24:31.5408764Z test_dispatch_symbolic_meta_outplace_true_divide_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:24:31.5408982Z test_dispatch_symbolic_meta_outplace_true_divide_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.037s) 2022-11-23T02:24:31.5409198Z test_dispatch_symbolic_meta_outplace_true_divide_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:24:31.5409412Z test_dispatch_symbolic_meta_outplace_trunc_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.5409625Z test_dispatch_symbolic_meta_outplace_trunc_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.5409837Z test_dispatch_symbolic_meta_outplace_trunc_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.5410051Z test_dispatch_symbolic_meta_outplace_trunc_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.5410327Z test_dispatch_symbolic_meta_outplace_trunc_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.5410686Z test_dispatch_symbolic_meta_outplace_trunc_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.5410887Z test_dispatch_symbolic_meta_outplace_trunc_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.5411096Z test_dispatch_symbolic_meta_outplace_trunc_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.5411305Z test_dispatch_symbolic_meta_outplace_trunc_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.5411620Z test_dispatch_symbolic_meta_outplace_unbind_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.5411927Z test_dispatch_symbolic_meta_outplace_unbind_cuda_bool (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.5412152Z test_dispatch_symbolic_meta_outplace_unbind_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.5412379Z test_dispatch_symbolic_meta_outplace_unbind_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.5412593Z test_dispatch_symbolic_meta_outplace_unbind_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:24:31.5412808Z test_dispatch_symbolic_meta_outplace_unbind_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.5413019Z test_dispatch_symbolic_meta_outplace_unbind_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.5413225Z test_dispatch_symbolic_meta_outplace_unbind_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.5413436Z test_dispatch_symbolic_meta_outplace_unbind_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.5413649Z test_dispatch_symbolic_meta_outplace_unbind_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.5413862Z test_dispatch_symbolic_meta_outplace_unbind_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.5414073Z test_dispatch_symbolic_meta_outplace_unbind_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:24:31.5414281Z test_dispatch_symbolic_meta_outplace_unbind_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.5414504Z test_dispatch_symbolic_meta_outplace_unflatten_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.5414805Z test_dispatch_symbolic_meta_outplace_unflatten_cuda_bool (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.5415112Z test_dispatch_symbolic_meta_outplace_unflatten_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.5415406Z test_dispatch_symbolic_meta_outplace_unflatten_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.5415635Z test_dispatch_symbolic_meta_outplace_unflatten_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.5415840Z test_dispatch_symbolic_meta_outplace_unflatten_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.5416055Z test_dispatch_symbolic_meta_outplace_unflatten_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.5416262Z test_dispatch_symbolic_meta_outplace_unflatten_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.5416479Z test_dispatch_symbolic_meta_outplace_unflatten_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.5416821Z test_dispatch_symbolic_meta_outplace_unflatten_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.5417335Z test_dispatch_symbolic_meta_outplace_unflatten_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.5417763Z test_dispatch_symbolic_meta_outplace_unflatten_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.5418251Z test_dispatch_symbolic_meta_outplace_unflatten_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.5418761Z test_dispatch_symbolic_meta_outplace_unfold_copy_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:24:31.5419369Z test_dispatch_symbolic_meta_outplace_unfold_copy_cuda_bool (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:24:31.5419854Z test_dispatch_symbolic_meta_outplace_unfold_copy_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:24:31.5420298Z test_dispatch_symbolic_meta_outplace_unfold_copy_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.5420756Z test_dispatch_symbolic_meta_outplace_unfold_copy_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:24:31.5421216Z test_dispatch_symbolic_meta_outplace_unfold_copy_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:24:31.5421635Z test_dispatch_symbolic_meta_outplace_unfold_copy_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.5422069Z test_dispatch_symbolic_meta_outplace_unfold_copy_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.5422519Z test_dispatch_symbolic_meta_outplace_unfold_copy_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.5422956Z test_dispatch_symbolic_meta_outplace_unfold_copy_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.5423385Z test_dispatch_symbolic_meta_outplace_unfold_copy_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.5423929Z test_dispatch_symbolic_meta_outplace_unfold_copy_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:24:31.5424361Z test_dispatch_symbolic_meta_outplace_unfold_copy_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.5424928Z test_dispatch_symbolic_meta_outplace_unfold_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:24:31.5425326Z test_dispatch_symbolic_meta_outplace_unfold_cuda_bool (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.5425643Z test_dispatch_symbolic_meta_outplace_unfold_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.5425878Z test_dispatch_symbolic_meta_outplace_unfold_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:24:31.5426092Z test_dispatch_symbolic_meta_outplace_unfold_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:24:31.5426309Z test_dispatch_symbolic_meta_outplace_unfold_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.5426687Z test_dispatch_symbolic_meta_outplace_unfold_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.5426934Z test_dispatch_symbolic_meta_outplace_unfold_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:24:31.5427150Z test_dispatch_symbolic_meta_outplace_unfold_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:24:31.5427366Z test_dispatch_symbolic_meta_outplace_unfold_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.5427580Z test_dispatch_symbolic_meta_outplace_unfold_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:24:31.5427794Z test_dispatch_symbolic_meta_outplace_unfold_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:24:31.5428002Z test_dispatch_symbolic_meta_outplace_unfold_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:31.5428224Z test_dispatch_symbolic_meta_outplace_uniform_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.5428459Z test_dispatch_symbolic_meta_outplace_uniform_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.5428681Z test_dispatch_symbolic_meta_outplace_uniform_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.5428899Z test_dispatch_symbolic_meta_outplace_uniform_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.5429107Z test_dispatch_symbolic_meta_outplace_uniform_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.5429314Z test_dispatch_symbolic_meta_outplace_uniform_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.5430381Z test_dispatch_symbolic_meta_outplace_unique_consecutive_cuda_bool (__main__.TestMetaCUDA) ... ok (0.234s) 2022-11-23T02:24:31.5430690Z test_dispatch_symbolic_meta_outplace_unique_consecutive_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.262s) 2022-11-23T02:24:31.5431054Z test_dispatch_symbolic_meta_outplace_unique_consecutive_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.259s) 2022-11-23T02:24:31.5431396Z test_dispatch_symbolic_meta_outplace_unique_consecutive_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.276s) 2022-11-23T02:24:31.5431619Z test_dispatch_symbolic_meta_outplace_unique_consecutive_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.244s) 2022-11-23T02:24:31.5431851Z test_dispatch_symbolic_meta_outplace_unique_consecutive_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.240s) 2022-11-23T02:24:31.5432079Z test_dispatch_symbolic_meta_outplace_unique_consecutive_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.245s) 2022-11-23T02:24:31.5432313Z test_dispatch_symbolic_meta_outplace_unique_consecutive_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.271s) 2022-11-23T02:24:31.5432538Z test_dispatch_symbolic_meta_outplace_unique_consecutive_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.248s) 2022-11-23T02:24:31.5432747Z test_dispatch_symbolic_meta_outplace_unique_cuda_bool (__main__.TestMetaCUDA) ... ok (0.490s) 2022-11-23T02:24:31.5432968Z test_dispatch_symbolic_meta_outplace_unique_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.505s) 2022-11-23T02:24:31.5433179Z test_dispatch_symbolic_meta_outplace_unique_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.522s) 2022-11-23T02:24:31.5433386Z test_dispatch_symbolic_meta_outplace_unique_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.507s) 2022-11-23T02:24:31.5433599Z test_dispatch_symbolic_meta_outplace_unique_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.494s) 2022-11-23T02:24:31.5433813Z test_dispatch_symbolic_meta_outplace_unique_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.498s) 2022-11-23T02:24:31.5434028Z test_dispatch_symbolic_meta_outplace_unique_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.489s) 2022-11-23T02:24:31.5434236Z test_dispatch_symbolic_meta_outplace_unique_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.504s) 2022-11-23T02:24:31.5434442Z test_dispatch_symbolic_meta_outplace_unique_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.510s) 2022-11-23T02:24:31.5434784Z test_dispatch_symbolic_meta_outplace_unsqueeze_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.5434997Z test_dispatch_symbolic_meta_outplace_unsqueeze_cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.5435226Z test_dispatch_symbolic_meta_outplace_unsqueeze_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.5435454Z test_dispatch_symbolic_meta_outplace_unsqueeze_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.5435681Z test_dispatch_symbolic_meta_outplace_unsqueeze_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:24:31.5435907Z test_dispatch_symbolic_meta_outplace_unsqueeze_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.5436121Z test_dispatch_symbolic_meta_outplace_unsqueeze_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.5436317Z test_dispatch_symbolic_meta_outplace_unsqueeze_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.5436674Z test_dispatch_symbolic_meta_outplace_unsqueeze_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.5436894Z test_dispatch_symbolic_meta_outplace_unsqueeze_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.5437099Z test_dispatch_symbolic_meta_outplace_unsqueeze_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.5437315Z test_dispatch_symbolic_meta_outplace_unsqueeze_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.5437730Z test_dispatch_symbolic_meta_outplace_unsqueeze_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.5438028Z test_dispatch_symbolic_meta_outplace_var_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.5438261Z test_dispatch_symbolic_meta_outplace_var_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.5438477Z test_dispatch_symbolic_meta_outplace_var_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.5438693Z test_dispatch_symbolic_meta_outplace_var_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.5438905Z test_dispatch_symbolic_meta_outplace_var_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.5439113Z test_dispatch_symbolic_meta_outplace_var_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.5439332Z test_dispatch_symbolic_meta_outplace_var_mean_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:24:31.5439555Z test_dispatch_symbolic_meta_outplace_var_mean_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:24:31.5439782Z test_dispatch_symbolic_meta_outplace_var_mean_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:24:31.5440004Z test_dispatch_symbolic_meta_outplace_var_mean_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:24:31.5440218Z test_dispatch_symbolic_meta_outplace_var_mean_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.5440427Z test_dispatch_symbolic_meta_outplace_var_mean_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:24:31.5440640Z test_dispatch_symbolic_meta_outplace_vdot_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.5440857Z test_dispatch_symbolic_meta_outplace_vdot_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.5441073Z test_dispatch_symbolic_meta_outplace_vdot_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.5441286Z test_dispatch_symbolic_meta_outplace_vdot_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.5441490Z test_dispatch_symbolic_meta_outplace_vdot_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.5441703Z test_dispatch_symbolic_meta_outplace_vdot_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.5441933Z test_dispatch_symbolic_meta_outplace_view_as_complex_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.5442248Z test_dispatch_symbolic_meta_outplace_view_as_complex_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.5442472Z test_dispatch_symbolic_meta_outplace_view_as_complex_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.5442691Z test_dispatch_symbolic_meta_outplace_view_as_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.5443062Z test_dispatch_symbolic_meta_outplace_view_as_cuda_bool (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.5443319Z test_dispatch_symbolic_meta_outplace_view_as_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.5443540Z test_dispatch_symbolic_meta_outplace_view_as_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.5443968Z test_dispatch_symbolic_meta_outplace_view_as_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.5444199Z test_dispatch_symbolic_meta_outplace_view_as_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.5444406Z test_dispatch_symbolic_meta_outplace_view_as_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.5444605Z test_dispatch_symbolic_meta_outplace_view_as_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.5444814Z test_dispatch_symbolic_meta_outplace_view_as_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.5445026Z test_dispatch_symbolic_meta_outplace_view_as_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.5445310Z test_dispatch_symbolic_meta_outplace_view_as_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.5445539Z test_dispatch_symbolic_meta_outplace_view_as_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.5445745Z test_dispatch_symbolic_meta_outplace_view_as_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.5445980Z test_dispatch_symbolic_meta_outplace_view_as_real_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.5446211Z test_dispatch_symbolic_meta_outplace_view_as_real_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.5446431Z test_dispatch_symbolic_meta_outplace_view_copy_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:31.5446630Z test_dispatch_symbolic_meta_outplace_view_copy_cuda_bool (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.5446846Z test_dispatch_symbolic_meta_outplace_view_copy_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.5447060Z test_dispatch_symbolic_meta_outplace_view_copy_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:24:31.5447270Z test_dispatch_symbolic_meta_outplace_view_copy_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:24:31.5447480Z test_dispatch_symbolic_meta_outplace_view_copy_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.5447690Z test_dispatch_symbolic_meta_outplace_view_copy_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:24:31.5447894Z test_dispatch_symbolic_meta_outplace_view_copy_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:24:31.5448102Z test_dispatch_symbolic_meta_outplace_view_copy_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:24:31.5448307Z test_dispatch_symbolic_meta_outplace_view_copy_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.5448515Z test_dispatch_symbolic_meta_outplace_view_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.5448727Z test_dispatch_symbolic_meta_outplace_view_cuda_bool (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.5448945Z test_dispatch_symbolic_meta_outplace_view_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:24:31.5449160Z test_dispatch_symbolic_meta_outplace_view_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.5449590Z test_dispatch_symbolic_meta_outplace_view_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.5449803Z test_dispatch_symbolic_meta_outplace_view_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.5450015Z test_dispatch_symbolic_meta_outplace_view_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.5450330Z test_dispatch_symbolic_meta_outplace_view_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.5450559Z test_dispatch_symbolic_meta_outplace_view_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.5450769Z test_dispatch_symbolic_meta_outplace_view_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.5451056Z test_dispatch_symbolic_meta_outplace_view_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.5451288Z test_dispatch_symbolic_meta_outplace_view_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.5451483Z test_dispatch_symbolic_meta_outplace_view_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.5451706Z test_dispatch_symbolic_meta_outplace_vsplit_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.5452097Z test_dispatch_symbolic_meta_outplace_vsplit_cuda_bool (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.5452361Z test_dispatch_symbolic_meta_outplace_vsplit_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.5452582Z test_dispatch_symbolic_meta_outplace_vsplit_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.5452898Z test_dispatch_symbolic_meta_outplace_vsplit_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.5453130Z test_dispatch_symbolic_meta_outplace_vsplit_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.5453341Z test_dispatch_symbolic_meta_outplace_vsplit_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.5453549Z test_dispatch_symbolic_meta_outplace_vsplit_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.5453762Z test_dispatch_symbolic_meta_outplace_vsplit_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.5453974Z test_dispatch_symbolic_meta_outplace_vsplit_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.5454190Z test_dispatch_symbolic_meta_outplace_vsplit_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.5454401Z test_dispatch_symbolic_meta_outplace_vsplit_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.5454613Z test_dispatch_symbolic_meta_outplace_vsplit_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.5454832Z test_dispatch_symbolic_meta_outplace_vstack_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.5455044Z test_dispatch_symbolic_meta_outplace_vstack_cuda_bool (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:24:31.5455268Z test_dispatch_symbolic_meta_outplace_vstack_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.5455488Z test_dispatch_symbolic_meta_outplace_vstack_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.5455699Z test_dispatch_symbolic_meta_outplace_vstack_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.5455910Z test_dispatch_symbolic_meta_outplace_vstack_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.5456117Z test_dispatch_symbolic_meta_outplace_vstack_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.5456312Z test_dispatch_symbolic_meta_outplace_vstack_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.5456667Z test_dispatch_symbolic_meta_outplace_vstack_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.5456889Z test_dispatch_symbolic_meta_outplace_vstack_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.5457191Z test_dispatch_symbolic_meta_outplace_vstack_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.5457397Z test_dispatch_symbolic_meta_outplace_vstack_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:24:31.5457723Z test_dispatch_symbolic_meta_outplace_vstack_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.5457951Z test_dispatch_symbolic_meta_outplace_where_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.5458253Z test_dispatch_symbolic_meta_outplace_where_cuda_bool (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.5458484Z test_dispatch_symbolic_meta_outplace_where_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.5458703Z test_dispatch_symbolic_meta_outplace_where_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:24:31.5458913Z test_dispatch_symbolic_meta_outplace_where_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.5459129Z test_dispatch_symbolic_meta_outplace_where_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.5459342Z test_dispatch_symbolic_meta_outplace_where_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.5459552Z test_dispatch_symbolic_meta_outplace_where_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.5459762Z test_dispatch_symbolic_meta_outplace_where_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.5459973Z test_dispatch_symbolic_meta_outplace_where_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.5460254Z test_dispatch_symbolic_meta_outplace_where_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.5460482Z test_dispatch_symbolic_meta_outplace_where_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.5460685Z test_dispatch_symbolic_meta_outplace_where_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.5460903Z test_dispatch_symbolic_meta_outplace_xlogy_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.047s) 2022-11-23T02:24:31.5461109Z test_dispatch_symbolic_meta_outplace_xlogy_cuda_bool (__main__.TestMetaCUDA) ... ok (0.051s) 2022-11-23T02:24:31.5461306Z test_dispatch_symbolic_meta_outplace_xlogy_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.042s) 2022-11-23T02:24:31.5461515Z test_dispatch_symbolic_meta_outplace_xlogy_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.055s) 2022-11-23T02:24:31.5461725Z test_dispatch_symbolic_meta_outplace_xlogy_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.060s) 2022-11-23T02:24:31.5461935Z test_dispatch_symbolic_meta_outplace_xlogy_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.060s) 2022-11-23T02:24:31.5462143Z test_dispatch_symbolic_meta_outplace_xlogy_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.068s) 2022-11-23T02:24:31.5462351Z test_dispatch_symbolic_meta_outplace_xlogy_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.060s) 2022-11-23T02:24:31.5462562Z test_dispatch_symbolic_meta_outplace_xlogy_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.047s) 2022-11-23T02:24:31.5462768Z test_dispatch_symbolic_meta_outplace_xlogy_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.047s) 2022-11-23T02:24:31.5462981Z test_dispatch_symbolic_meta_outplace_zero__cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.5463189Z test_dispatch_symbolic_meta_outplace_zero__cuda_bool (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.5463409Z test_dispatch_symbolic_meta_outplace_zero__cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.5463756Z test_dispatch_symbolic_meta_outplace_zero__cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.5463970Z test_dispatch_symbolic_meta_outplace_zero__cuda_float16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.5464222Z test_dispatch_symbolic_meta_outplace_zero__cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.5464712Z test_dispatch_symbolic_meta_outplace_zero__cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.5464931Z test_dispatch_symbolic_meta_outplace_zero__cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.5465237Z test_dispatch_symbolic_meta_outplace_zero__cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.5465449Z test_dispatch_symbolic_meta_outplace_zero__cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.5465655Z test_dispatch_symbolic_meta_outplace_zero__cuda_int8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.5465865Z test_dispatch_symbolic_meta_outplace_zero__cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.5466078Z test_dispatch_symbolic_meta_outplace_zeros_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.5466269Z test_dispatch_symbolic_meta_outplace_zeros_cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.5466492Z test_dispatch_symbolic_meta_outplace_zeros_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.5466708Z test_dispatch_symbolic_meta_outplace_zeros_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.5466917Z test_dispatch_symbolic_meta_outplace_zeros_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.5467128Z test_dispatch_symbolic_meta_outplace_zeros_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.5467404Z test_dispatch_symbolic_meta_outplace_zeros_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.5467841Z test_dispatch_symbolic_meta_outplace_zeros_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.5468080Z test_dispatch_symbolic_meta_outplace_zeros_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.5468287Z test_dispatch_symbolic_meta_outplace_zeros_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.5468498Z test_dispatch_symbolic_meta_outplace_zeros_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.5468706Z test_dispatch_symbolic_meta_outplace_zeros_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.5468913Z test_dispatch_symbolic_meta_outplace_zeros_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.5469137Z test_dispatch_symbolic_meta_outplace_zeros_like_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.5469352Z test_dispatch_symbolic_meta_outplace_zeros_like_cuda_bool (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.5469583Z test_dispatch_symbolic_meta_outplace_zeros_like_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.5469810Z test_dispatch_symbolic_meta_outplace_zeros_like_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.5470038Z test_dispatch_symbolic_meta_outplace_zeros_like_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.5470259Z test_dispatch_symbolic_meta_outplace_zeros_like_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.5470613Z test_dispatch_symbolic_meta_outplace_zeros_like_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.5470860Z test_dispatch_symbolic_meta_outplace_zeros_like_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.5471075Z test_dispatch_symbolic_meta_outplace_zeros_like_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.5471271Z test_dispatch_symbolic_meta_outplace_zeros_like_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.5471480Z test_dispatch_symbolic_meta_outplace_zeros_like_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.5471793Z test_dispatch_symbolic_meta_outplace_zeros_like_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.5472102Z test_dispatch_symbolic_meta_outplace_zeros_like_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.5472380Z test_empty_quantized_cuda (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.5472565Z test_fill__alias_relationship_cuda (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.5472723Z test_fill_stride_cuda (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.5472899Z test_huber_loss_backward_cuda (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.5473506Z 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:24:31.5473636Z warnings.warn(message, UserWarning) 2022-11-23T02:24:31.5473719Z ok (0.006s) 2022-11-23T02:24:31.5474322Z 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:24:31.5474408Z ok (0.009s) 2022-11-23T02:24:31.5474645Z test_meta_inplace_H_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5474878Z test_meta_inplace_H_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.5475184Z test_meta_inplace_H_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5475552Z test_meta_inplace_H_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:24:31.5475831Z test_meta_inplace_H_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5476066Z test_meta_inplace_H_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5476297Z test_meta_inplace_H_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:24:31.5476517Z test_meta_inplace_H_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5476741Z test_meta_inplace_H_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5476960Z test_meta_inplace_H_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.011s) 2022-11-23T02:24:31.5477182Z test_meta_inplace_H_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.5477391Z test_meta_inplace_H_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.5477752Z test_meta_inplace_H_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.5477988Z test_meta_inplace_T_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.5478212Z test_meta_inplace_T_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.5478449Z test_meta_inplace_T_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.5478800Z test_meta_inplace_T_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.5479259Z test_meta_inplace_T_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.5479536Z test_meta_inplace_T_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.5479768Z test_meta_inplace_T_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5480099Z test_meta_inplace_T_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5480325Z test_meta_inplace_T_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5480550Z test_meta_inplace_T_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5480770Z test_meta_inplace_T_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5480994Z test_meta_inplace_T_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5481211Z test_meta_inplace_T_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5481454Z test_meta_inplace___getitem___cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5481701Z test_meta_inplace___getitem___cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5481950Z test_meta_inplace___getitem___cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5482195Z test_meta_inplace___getitem___cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.5482439Z test_meta_inplace___getitem___cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5482749Z test_meta_inplace___getitem___cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.5483009Z test_meta_inplace___getitem___cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5483251Z test_meta_inplace___getitem___cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5483492Z test_meta_inplace___getitem___cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:24:31.5483722Z test_meta_inplace___getitem___cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5483931Z test_meta_inplace___getitem___cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5484169Z test_meta_inplace___getitem___cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5484415Z test_meta_inplace___getitem___cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5484815Z test_meta_inplace___radd___cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.011s) 2022-11-23T02:24:31.5485049Z test_meta_inplace___radd___cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5485295Z test_meta_inplace___radd___cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5485626Z test_meta_inplace___radd___cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5485876Z test_meta_inplace___radd___cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5486195Z test_meta_inplace___radd___cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5486426Z test_meta_inplace___radd___cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5486656Z test_meta_inplace___radd___cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5486882Z test_meta_inplace___radd___cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5487202Z test_meta_inplace___radd___cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.5487432Z test_meta_inplace___radd___cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.5487664Z test_meta_inplace___radd___cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.5487894Z test_meta_inplace___rand___cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.5488172Z test_meta_inplace___rand___cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.5488402Z test_meta_inplace___rand___cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.5488660Z test_meta_inplace___rand___cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.5489004Z test_meta_inplace___rand___cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.004s) 2022-11-23T02:24:31.5489241Z test_meta_inplace___rand___cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.5489476Z test_meta_inplace___rdiv___cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5489706Z test_meta_inplace___rdiv___cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.007s) 2022-11-23T02:24:31.5490030Z test_meta_inplace___rdiv___cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.5490285Z test_meta_inplace___rdiv___cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.5490525Z test_meta_inplace___rdiv___cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.5490744Z test_meta_inplace___rdiv___cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.5490965Z test_meta_inplace___rdiv___cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.5491193Z test_meta_inplace___rdiv___cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.5491605Z test_meta_inplace___rdiv___cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.5491844Z test_meta_inplace___rdiv___cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.5492072Z test_meta_inplace___rdiv___cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5492297Z test_meta_inplace___rdiv___cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5492663Z test_meta_inplace___rmatmul___cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5493113Z test_meta_inplace___rmatmul___cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5493412Z test_meta_inplace___rmatmul___cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5493656Z test_meta_inplace___rmatmul___cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5493902Z test_meta_inplace___rmatmul___cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.5494143Z test_meta_inplace___rmatmul___cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5494381Z test_meta_inplace___rmod___cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5494716Z test_meta_inplace___rmod___cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.007s) 2022-11-23T02:24:31.5494942Z test_meta_inplace___rmod___cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5495164Z test_meta_inplace___rmod___cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5495394Z test_meta_inplace___rmod___cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5495621Z test_meta_inplace___rmod___cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5495838Z test_meta_inplace___rmod___cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5496065Z test_meta_inplace___rmod___cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5496300Z test_meta_inplace___rmod___cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5496537Z test_meta_inplace___rmul___cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5496767Z test_meta_inplace___rmul___cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5497009Z test_meta_inplace___rmul___cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5497316Z test_meta_inplace___rmul___cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5497549Z test_meta_inplace___rmul___cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5497813Z test_meta_inplace___rmul___cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5498157Z test_meta_inplace___rmul___cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5498496Z test_meta_inplace___rmul___cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5498725Z test_meta_inplace___rmul___cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5498942Z test_meta_inplace___rmul___cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5499175Z test_meta_inplace___rmul___cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5499405Z test_meta_inplace___rmul___cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5499780Z test_meta_inplace___ror___cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5500118Z test_meta_inplace___ror___cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5500353Z test_meta_inplace___ror___cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5500580Z test_meta_inplace___ror___cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5500806Z test_meta_inplace___ror___cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5501062Z test_meta_inplace___ror___cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5501447Z test_meta_inplace___rpow___cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5501698Z test_meta_inplace___rpow___cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5502042Z test_meta_inplace___rpow___cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5502280Z test_meta_inplace___rpow___cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5502513Z test_meta_inplace___rpow___cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.5502737Z test_meta_inplace___rpow___cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5502971Z test_meta_inplace___rpow___cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5503193Z test_meta_inplace___rpow___cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5503415Z test_meta_inplace___rpow___cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5503647Z test_meta_inplace___rpow___cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5503878Z test_meta_inplace___rpow___cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.5504113Z test_meta_inplace___rsub___cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.5504337Z test_meta_inplace___rsub___cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5504649Z test_meta_inplace___rsub___cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.5504899Z test_meta_inplace___rsub___cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5505129Z test_meta_inplace___rsub___cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5505473Z test_meta_inplace___rsub___cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:24:31.5505714Z test_meta_inplace___rsub___cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5505937Z test_meta_inplace___rsub___cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5506156Z test_meta_inplace___rsub___cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5506388Z test_meta_inplace___rsub___cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5506720Z test_meta_inplace___rsub___cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.011s) 2022-11-23T02:24:31.5507052Z test_meta_inplace___rxor___cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5507292Z test_meta_inplace___rxor___cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5507518Z test_meta_inplace___rxor___cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5507740Z test_meta_inplace___rxor___cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5507969Z test_meta_inplace___rxor___cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5508201Z test_meta_inplace___rxor___cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5508460Z test_meta_inplace__softmax_backward_data_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5508724Z test_meta_inplace__softmax_backward_data_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5509642Z test_meta_inplace__softmax_backward_data_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5509895Z test_meta_inplace__softmax_backward_data_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5510078Z test_meta_inplace_abs_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.5510256Z test_meta_inplace_abs_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.5510495Z test_meta_inplace_abs_cuda_complex128 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:24:31.5510728Z test_meta_inplace_abs_cuda_complex32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:31.5510958Z test_meta_inplace_abs_cuda_complex64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:31.5511131Z test_meta_inplace_abs_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.5511313Z test_meta_inplace_abs_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.5511491Z test_meta_inplace_abs_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.5511664Z test_meta_inplace_abs_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.5511841Z test_meta_inplace_abs_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.5512013Z test_meta_inplace_abs_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.5512281Z test_meta_inplace_abs_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.5512640Z test_meta_inplace_abs_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.5512830Z test_meta_inplace_acos_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.5513059Z test_meta_inplace_acos_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:24:31.5513253Z test_meta_inplace_acos_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.5513550Z test_meta_inplace_acos_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.5513745Z test_meta_inplace_acos_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.5514013Z test_meta_inplace_acos_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.5514193Z test_meta_inplace_acos_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.5514372Z test_meta_inplace_acos_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.5514598Z test_meta_inplace_acos_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T02:24:31.5514829Z test_meta_inplace_acos_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T02:24:31.5515039Z test_meta_inplace_acos_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:31.5515271Z test_meta_inplace_acos_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.006s) 2022-11-23T02:24:31.5515489Z test_meta_inplace_acos_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:31.5515674Z test_meta_inplace_acosh_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.5515892Z test_meta_inplace_acosh_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:31.5516085Z test_meta_inplace_acosh_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.5516276Z test_meta_inplace_acosh_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.5516463Z test_meta_inplace_acosh_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.5516648Z test_meta_inplace_acosh_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.5516930Z test_meta_inplace_acosh_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.5517111Z test_meta_inplace_acosh_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.5517336Z test_meta_inplace_acosh_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:24:31.5517558Z test_meta_inplace_acosh_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.006s) 2022-11-23T02:24:31.5517781Z test_meta_inplace_acosh_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:24:31.5518008Z test_meta_inplace_acosh_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:24:31.5518227Z test_meta_inplace_acosh_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.010s) 2022-11-23T02:24:31.5518409Z test_meta_inplace_add_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.5518588Z test_meta_inplace_add_cuda_bool (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.5518772Z test_meta_inplace_add_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.5518958Z test_meta_inplace_add_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.5519129Z test_meta_inplace_add_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.5519444Z test_meta_inplace_add_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.5519633Z test_meta_inplace_add_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.5519884Z test_meta_inplace_add_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.5520074Z test_meta_inplace_add_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.5520252Z test_meta_inplace_add_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.5520547Z test_meta_inplace_add_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.5520831Z test_meta_inplace_add_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.5521017Z test_meta_inplace_add_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:24:31.5521207Z test_meta_inplace_addbmm_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.5521402Z test_meta_inplace_addbmm_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.5521593Z test_meta_inplace_addbmm_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.5521784Z test_meta_inplace_addbmm_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.5521967Z test_meta_inplace_addbmm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.5522151Z test_meta_inplace_addbmm_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.5522338Z test_meta_inplace_addcdiv_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:24:31.5522540Z test_meta_inplace_addcdiv_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:24:31.5522719Z test_meta_inplace_addcdiv_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:24:31.5522906Z test_meta_inplace_addcdiv_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:24:31.5523092Z test_meta_inplace_addcdiv_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:24:31.5523277Z test_meta_inplace_addcdiv_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.5523464Z test_meta_inplace_addcmul_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:24:31.5523661Z test_meta_inplace_addcmul_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:24:31.5523852Z test_meta_inplace_addcmul_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:24:31.5524038Z test_meta_inplace_addcmul_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:24:31.5524314Z test_meta_inplace_addcmul_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:24:31.5524501Z test_meta_inplace_addcmul_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.5524681Z test_meta_inplace_addcmul_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:24:31.5524865Z test_meta_inplace_addcmul_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.5525045Z test_meta_inplace_addcmul_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:24:31.5525226Z test_meta_inplace_addcmul_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.033s) 2022-11-23T02:24:31.5525409Z test_meta_inplace_addcmul_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:24:31.5525591Z test_meta_inplace_addmm_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.5525781Z test_meta_inplace_addmm_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.5525968Z test_meta_inplace_addmm_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.5526276Z test_meta_inplace_addmm_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.5526488Z test_meta_inplace_addmm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.5526803Z test_meta_inplace_addmm_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.5527061Z test_meta_inplace_addmm_decomposed_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.5527356Z test_meta_inplace_addmm_decomposed_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.5527778Z test_meta_inplace_addmm_decomposed_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.5528009Z test_meta_inplace_addmm_decomposed_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.5528212Z test_meta_inplace_addmm_decomposed_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.5528416Z test_meta_inplace_addmm_decomposed_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.5528602Z test_meta_inplace_addmv_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.5528791Z test_meta_inplace_addmv_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.5528978Z test_meta_inplace_addmv_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.5529160Z test_meta_inplace_addmv_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.5529340Z test_meta_inplace_addmv_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.5529525Z test_meta_inplace_addmv_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:31.5529708Z test_meta_inplace_addr_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.5529885Z test_meta_inplace_addr_cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.5530072Z test_meta_inplace_addr_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.5530248Z test_meta_inplace_addr_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.5530428Z test_meta_inplace_addr_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.5530609Z test_meta_inplace_addr_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.5530783Z test_meta_inplace_addr_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.5530958Z test_meta_inplace_addr_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.5531133Z test_meta_inplace_addr_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.5531300Z test_meta_inplace_addr_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.5531472Z test_meta_inplace_addr_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.5531642Z test_meta_inplace_addr_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.5531978Z test_meta_inplace_all_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5532210Z test_meta_inplace_all_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5532450Z test_meta_inplace_all_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5532685Z test_meta_inplace_all_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5532924Z test_meta_inplace_all_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5533285Z test_meta_inplace_all_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5533530Z test_meta_inplace_all_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5533764Z test_meta_inplace_all_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5533989Z test_meta_inplace_all_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5534319Z test_meta_inplace_all_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.5534564Z test_meta_inplace_all_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.5534996Z test_meta_inplace_all_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5535314Z test_meta_inplace_allclose_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5535578Z test_meta_inplace_allclose_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5535822Z test_meta_inplace_allclose_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5536072Z test_meta_inplace_allclose_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.5536307Z test_meta_inplace_allclose_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5536538Z test_meta_inplace_allclose_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5536773Z test_meta_inplace_amax_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.5537005Z test_meta_inplace_amax_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5537239Z test_meta_inplace_amax_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:24:31.5537473Z test_meta_inplace_amax_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5537707Z test_meta_inplace_amax_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5537938Z test_meta_inplace_amax_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5538159Z test_meta_inplace_amax_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5538385Z test_meta_inplace_amax_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5538615Z test_meta_inplace_amax_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.012s) 2022-11-23T02:24:31.5538839Z test_meta_inplace_amax_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5539075Z test_meta_inplace_amin_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5539388Z test_meta_inplace_amin_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.5539615Z test_meta_inplace_amin_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5539845Z test_meta_inplace_amin_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5540204Z test_meta_inplace_amin_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5540446Z test_meta_inplace_amin_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5540673Z test_meta_inplace_amin_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5540901Z test_meta_inplace_amin_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5541132Z test_meta_inplace_amin_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5541443Z test_meta_inplace_amin_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5541777Z test_meta_inplace_aminmax_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5542014Z test_meta_inplace_aminmax_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5542332Z test_meta_inplace_aminmax_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.5542582Z test_meta_inplace_aminmax_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5542808Z test_meta_inplace_aminmax_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5543045Z test_meta_inplace_aminmax_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5543274Z test_meta_inplace_aminmax_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5543508Z test_meta_inplace_aminmax_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5543739Z test_meta_inplace_aminmax_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5543978Z test_meta_inplace_aminmax_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5544211Z test_meta_inplace_angle_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5544452Z test_meta_inplace_angle_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.5544694Z test_meta_inplace_angle_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5544926Z test_meta_inplace_angle_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5545156Z test_meta_inplace_angle_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:24:31.5545390Z test_meta_inplace_angle_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5545625Z test_meta_inplace_angle_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5545859Z test_meta_inplace_angle_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5546134Z test_meta_inplace_angle_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5546472Z test_meta_inplace_angle_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.012s) 2022-11-23T02:24:31.5546798Z test_meta_inplace_angle_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5547161Z test_meta_inplace_any_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5547396Z test_meta_inplace_any_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5547621Z test_meta_inplace_any_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5547856Z test_meta_inplace_any_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5548161Z test_meta_inplace_any_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5548418Z test_meta_inplace_any_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.5548748Z test_meta_inplace_any_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5548978Z test_meta_inplace_any_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5549203Z test_meta_inplace_any_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.004s) 2022-11-23T02:24:31.5549425Z test_meta_inplace_any_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5550239Z test_meta_inplace_any_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5550516Z test_meta_inplace_any_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5550757Z test_meta_inplace_arange_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5551001Z test_meta_inplace_arange_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5551235Z test_meta_inplace_arange_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5551460Z test_meta_inplace_arange_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5551692Z test_meta_inplace_arange_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.5551929Z test_meta_inplace_arange_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5552165Z test_meta_inplace_arange_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.5552395Z test_meta_inplace_arange_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5552634Z test_meta_inplace_arange_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5552872Z test_meta_inplace_argmax_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:24:31.5553106Z test_meta_inplace_argmax_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5553334Z test_meta_inplace_argmax_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5553560Z test_meta_inplace_argmax_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5553791Z test_meta_inplace_argmax_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5554213Z test_meta_inplace_argmax_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:24:31.5554552Z test_meta_inplace_argmax_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5554787Z test_meta_inplace_argmax_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5555127Z test_meta_inplace_argmax_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5555454Z test_meta_inplace_argmin_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5555716Z test_meta_inplace_argmin_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5555945Z test_meta_inplace_argmin_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:24:31.5556171Z test_meta_inplace_argmin_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5556404Z test_meta_inplace_argmin_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5556636Z test_meta_inplace_argmin_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5556865Z test_meta_inplace_argmin_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5557097Z test_meta_inplace_argmin_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:24:31.5557405Z test_meta_inplace_argmin_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5557664Z test_meta_inplace_argsort_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5557905Z test_meta_inplace_argsort_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5558140Z test_meta_inplace_argsort_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5558369Z test_meta_inplace_argsort_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.011s) 2022-11-23T02:24:31.5558603Z test_meta_inplace_argsort_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5558833Z test_meta_inplace_argsort_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5559071Z test_meta_inplace_argsort_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5559306Z test_meta_inplace_argsort_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5559538Z test_meta_inplace_argsort_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5559782Z test_meta_inplace_argwhere_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5560017Z test_meta_inplace_argwhere_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5560265Z test_meta_inplace_argwhere_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5560508Z test_meta_inplace_argwhere_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5560740Z test_meta_inplace_argwhere_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5561126Z test_meta_inplace_argwhere_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5561365Z test_meta_inplace_argwhere_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5561691Z test_meta_inplace_argwhere_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5561929Z test_meta_inplace_argwhere_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5562364Z test_meta_inplace_argwhere_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5562624Z test_meta_inplace_argwhere_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5562861Z test_meta_inplace_argwhere_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.5563063Z test_meta_inplace_as_strided_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.5563252Z test_meta_inplace_as_strided_cuda_bool (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.5563451Z test_meta_inplace_as_strided_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.5563648Z test_meta_inplace_as_strided_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.5563837Z test_meta_inplace_as_strided_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.5564028Z test_meta_inplace_as_strided_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.5564212Z test_meta_inplace_as_strided_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.5564390Z test_meta_inplace_as_strided_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.5564654Z test_meta_inplace_as_strided_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.5564858Z test_meta_inplace_as_strided_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.5565047Z test_meta_inplace_as_strided_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.5565234Z test_meta_inplace_as_strided_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.5565422Z test_meta_inplace_as_strided_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.5565673Z test_meta_inplace_as_strided_scatter_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5565926Z test_meta_inplace_as_strided_scatter_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5566186Z test_meta_inplace_as_strided_scatter_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5566450Z test_meta_inplace_as_strided_scatter_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5566710Z test_meta_inplace_as_strided_scatter_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5566961Z test_meta_inplace_as_strided_scatter_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5567338Z test_meta_inplace_as_strided_scatter_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.5567635Z test_meta_inplace_as_strided_scatter_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5568006Z test_meta_inplace_as_strided_scatter_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5568261Z test_meta_inplace_as_strided_scatter_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5568510Z test_meta_inplace_as_strided_scatter_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5568759Z test_meta_inplace_as_strided_scatter_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5569106Z test_meta_inplace_as_strided_scatter_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5569508Z test_meta_inplace_asin_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.5569739Z test_meta_inplace_asin_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:31.5569927Z test_meta_inplace_asin_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.5570116Z test_meta_inplace_asin_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.5570353Z test_meta_inplace_asin_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.5570682Z test_meta_inplace_asin_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.5570880Z test_meta_inplace_asin_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.5571058Z test_meta_inplace_asin_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.5571290Z test_meta_inplace_asin_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T02:24:31.5571515Z test_meta_inplace_asin_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:24:31.5571724Z test_meta_inplace_asin_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:31.5571945Z test_meta_inplace_asin_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:24:31.5572165Z test_meta_inplace_asin_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:24:31.5572444Z test_meta_inplace_asinh_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.5572681Z test_meta_inplace_asinh_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:24:31.5572875Z test_meta_inplace_asinh_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.5573071Z test_meta_inplace_asinh_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.5573260Z test_meta_inplace_asinh_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.5573442Z test_meta_inplace_asinh_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.5573625Z test_meta_inplace_asinh_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.5573807Z test_meta_inplace_asinh_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.5574034Z test_meta_inplace_asinh_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:31.5574262Z test_meta_inplace_asinh_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:31.5574488Z test_meta_inplace_asinh_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:31.5574836Z test_meta_inplace_asinh_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:31.5575075Z test_meta_inplace_asinh_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:31.5575261Z test_meta_inplace_atan2_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.5575483Z test_meta_inplace_atan2_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:24:31.5575663Z test_meta_inplace_atan2_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.5575943Z test_meta_inplace_atan2_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.5576121Z test_meta_inplace_atan2_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.5576441Z test_meta_inplace_atan2_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:24:31.5576671Z test_meta_inplace_atan2_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.011s) 2022-11-23T02:24:31.5576990Z test_meta_inplace_atan2_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:24:31.5577213Z test_meta_inplace_atan2_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:24:31.5577580Z test_meta_inplace_atan2_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T02:24:31.5577908Z test_meta_inplace_atan_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.5578319Z test_meta_inplace_atan_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:31.5578673Z test_meta_inplace_atan_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.5579022Z test_meta_inplace_atan_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.5579359Z test_meta_inplace_atan_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.5579691Z test_meta_inplace_atan_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.5580010Z test_meta_inplace_atan_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.5580334Z test_meta_inplace_atan_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.5580753Z test_meta_inplace_atan_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:31.5581174Z test_meta_inplace_atan_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:24:31.5581878Z test_meta_inplace_atan_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.006s) 2022-11-23T02:24:31.5582340Z test_meta_inplace_atan_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:24:31.5582856Z test_meta_inplace_atan_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:24:31.5583214Z test_meta_inplace_atanh_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.5583622Z test_meta_inplace_atanh_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:24:31.5583969Z test_meta_inplace_atanh_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.5584322Z test_meta_inplace_atanh_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.5584692Z test_meta_inplace_atanh_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.5585032Z test_meta_inplace_atanh_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.5585383Z test_meta_inplace_atanh_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.5585726Z test_meta_inplace_atanh_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.5586159Z test_meta_inplace_atanh_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:24:31.5586575Z test_meta_inplace_atanh_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:31.5587001Z test_meta_inplace_atanh_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:24:31.5587417Z test_meta_inplace_atanh_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:31.5587863Z test_meta_inplace_atanh_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:24:31.5588345Z test_meta_inplace_atleast_1d_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.5588796Z test_meta_inplace_atleast_1d_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.5589248Z test_meta_inplace_atleast_1d_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.5589740Z test_meta_inplace_atleast_1d_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5590396Z test_meta_inplace_atleast_1d_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5590893Z test_meta_inplace_atleast_1d_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.5591375Z test_meta_inplace_atleast_1d_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5591807Z test_meta_inplace_atleast_1d_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5592265Z test_meta_inplace_atleast_1d_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:24:31.5592695Z test_meta_inplace_atleast_1d_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5593116Z test_meta_inplace_atleast_1d_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5593684Z test_meta_inplace_atleast_1d_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5594086Z test_meta_inplace_atleast_1d_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5594497Z test_meta_inplace_atleast_2d_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5594972Z test_meta_inplace_atleast_2d_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5595585Z test_meta_inplace_atleast_2d_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5596090Z test_meta_inplace_atleast_2d_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5596575Z test_meta_inplace_atleast_2d_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5597064Z test_meta_inplace_atleast_2d_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5597540Z test_meta_inplace_atleast_2d_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5598003Z test_meta_inplace_atleast_2d_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5598474Z test_meta_inplace_atleast_2d_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5599017Z test_meta_inplace_atleast_2d_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5599261Z test_meta_inplace_atleast_2d_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5599499Z test_meta_inplace_atleast_2d_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5599857Z test_meta_inplace_atleast_2d_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5600216Z test_meta_inplace_atleast_3d_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5600462Z test_meta_inplace_atleast_3d_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.5600737Z test_meta_inplace_atleast_3d_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.5601160Z test_meta_inplace_atleast_3d_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5601421Z test_meta_inplace_atleast_3d_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.5601789Z test_meta_inplace_atleast_3d_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5602031Z test_meta_inplace_atleast_3d_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5602272Z test_meta_inplace_atleast_3d_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:24:31.5602511Z test_meta_inplace_atleast_3d_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5602744Z test_meta_inplace_atleast_3d_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5602973Z test_meta_inplace_atleast_3d_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5603195Z test_meta_inplace_atleast_3d_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5603429Z test_meta_inplace_atleast_3d_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:24:31.5603624Z test_meta_inplace_baddbmm_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.5603825Z test_meta_inplace_baddbmm_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.5604019Z test_meta_inplace_baddbmm_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.5604209Z test_meta_inplace_baddbmm_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.5604469Z test_meta_inplace_baddbmm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.5604672Z test_meta_inplace_baddbmm_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.5604921Z test_meta_inplace_bernoulli_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5605164Z test_meta_inplace_bernoulli_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5605402Z test_meta_inplace_bernoulli_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:24:31.5605798Z test_meta_inplace_bernoulli_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5606035Z test_meta_inplace_bfloat16_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5606267Z test_meta_inplace_bfloat16_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5606518Z test_meta_inplace_bfloat16_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5606888Z test_meta_inplace_bfloat16_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:24:31.5607277Z test_meta_inplace_bfloat16_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5607527Z test_meta_inplace_bfloat16_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5607761Z test_meta_inplace_bfloat16_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5607989Z test_meta_inplace_bfloat16_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5608226Z test_meta_inplace_bfloat16_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:24:31.5608456Z test_meta_inplace_bfloat16_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5608678Z test_meta_inplace_bfloat16_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5608895Z test_meta_inplace_bfloat16_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5609224Z test_meta_inplace_bfloat16_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5609454Z test_meta_inplace_bincount_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5609680Z test_meta_inplace_bincount_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5609993Z test_meta_inplace_bincount_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5610307Z test_meta_inplace_bincount_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5610602Z test_meta_inplace_bincount_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5610792Z test_meta_inplace_bitwise_and_cuda_bool (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.5610989Z test_meta_inplace_bitwise_and_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.5611175Z test_meta_inplace_bitwise_and_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.5611357Z test_meta_inplace_bitwise_and_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.5611544Z test_meta_inplace_bitwise_and_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.5611732Z test_meta_inplace_bitwise_and_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.5612007Z test_meta_inplace_bitwise_left_shift_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.5612223Z test_meta_inplace_bitwise_left_shift_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.5612562Z test_meta_inplace_bitwise_left_shift_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:24:31.5612780Z test_meta_inplace_bitwise_left_shift_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.5612978Z test_meta_inplace_bitwise_left_shift_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.5613164Z test_meta_inplace_bitwise_not_cuda_bool (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.5613352Z test_meta_inplace_bitwise_not_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.5613544Z test_meta_inplace_bitwise_not_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.5613848Z test_meta_inplace_bitwise_not_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.5614195Z test_meta_inplace_bitwise_not_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.5614470Z test_meta_inplace_bitwise_not_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.5614667Z test_meta_inplace_bitwise_or_cuda_bool (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.5614859Z test_meta_inplace_bitwise_or_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.5615044Z test_meta_inplace_bitwise_or_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.5615229Z test_meta_inplace_bitwise_or_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.5615414Z test_meta_inplace_bitwise_or_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.5615599Z test_meta_inplace_bitwise_or_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.5615807Z test_meta_inplace_bitwise_right_shift_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.5616011Z test_meta_inplace_bitwise_right_shift_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.5616207Z test_meta_inplace_bitwise_right_shift_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.5616407Z test_meta_inplace_bitwise_right_shift_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.5616714Z test_meta_inplace_bitwise_right_shift_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.5616900Z test_meta_inplace_bitwise_xor_cuda_bool (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.5617090Z test_meta_inplace_bitwise_xor_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.5617271Z test_meta_inplace_bitwise_xor_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.5617447Z test_meta_inplace_bitwise_xor_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.5617614Z test_meta_inplace_bitwise_xor_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.5617806Z test_meta_inplace_bitwise_xor_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.5618055Z test_meta_inplace_block_diag_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5618299Z test_meta_inplace_block_diag_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5618553Z test_meta_inplace_block_diag_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:24:31.5618805Z test_meta_inplace_block_diag_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5619053Z test_meta_inplace_block_diag_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5619296Z test_meta_inplace_block_diag_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5619765Z test_meta_inplace_block_diag_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5620036Z test_meta_inplace_block_diag_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:24:31.5620277Z test_meta_inplace_block_diag_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5620511Z test_meta_inplace_block_diag_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5620872Z test_meta_inplace_block_diag_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5621213Z test_meta_inplace_block_diag_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5621448Z test_meta_inplace_block_diag_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5621684Z test_meta_inplace_bmm_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5621924Z test_meta_inplace_bmm_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5622158Z test_meta_inplace_bmm_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5622395Z test_meta_inplace_bmm_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5622625Z test_meta_inplace_bmm_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5622855Z test_meta_inplace_bmm_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5623090Z test_meta_inplace_bool_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5623325Z test_meta_inplace_bool_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5623564Z test_meta_inplace_bool_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5623799Z test_meta_inplace_bool_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5624100Z test_meta_inplace_bool_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5624334Z test_meta_inplace_bool_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5624716Z test_meta_inplace_bool_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5624969Z test_meta_inplace_bool_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5625202Z test_meta_inplace_bool_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.5625430Z test_meta_inplace_bool_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5625660Z test_meta_inplace_bool_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.5625894Z test_meta_inplace_bool_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5626119Z test_meta_inplace_bool_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:24:31.5626373Z test_meta_inplace_broadcast_shapes_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5626750Z test_meta_inplace_broadcast_tensors_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5627126Z test_meta_inplace_broadcast_tensors_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5627407Z test_meta_inplace_broadcast_tensors_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:24:31.5627820Z test_meta_inplace_broadcast_tensors_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5628215Z test_meta_inplace_broadcast_tensors_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5628478Z test_meta_inplace_broadcast_tensors_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5628777Z test_meta_inplace_broadcast_tensors_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5629138Z test_meta_inplace_broadcast_tensors_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5629400Z test_meta_inplace_broadcast_tensors_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5629644Z test_meta_inplace_broadcast_tensors_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5629894Z test_meta_inplace_broadcast_tensors_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5630135Z test_meta_inplace_broadcast_tensors_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5630382Z test_meta_inplace_broadcast_to_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5630626Z test_meta_inplace_broadcast_to_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5630879Z test_meta_inplace_broadcast_to_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5631129Z test_meta_inplace_broadcast_to_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.5631373Z test_meta_inplace_broadcast_to_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5631726Z test_meta_inplace_broadcast_to_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5631958Z test_meta_inplace_broadcast_to_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5632198Z test_meta_inplace_broadcast_to_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5632439Z test_meta_inplace_broadcast_to_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5632747Z test_meta_inplace_broadcast_to_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5633081Z test_meta_inplace_broadcast_to_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.5633329Z test_meta_inplace_broadcast_to_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.5633718Z test_meta_inplace_bucketize_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5633963Z test_meta_inplace_bucketize_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.5634193Z test_meta_inplace_bucketize_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5634430Z test_meta_inplace_bucketize_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5634845Z test_meta_inplace_bucketize_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:24:31.5635224Z test_meta_inplace_bucketize_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5635471Z test_meta_inplace_bucketize_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5635706Z test_meta_inplace_bucketize_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5635940Z test_meta_inplace_byte_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5636172Z test_meta_inplace_byte_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5636501Z test_meta_inplace_byte_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5636817Z test_meta_inplace_byte_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5637058Z test_meta_inplace_byte_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5637294Z test_meta_inplace_byte_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5637531Z test_meta_inplace_byte_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5637762Z test_meta_inplace_byte_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5637988Z test_meta_inplace_byte_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5638217Z test_meta_inplace_byte_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5638449Z test_meta_inplace_byte_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5638656Z test_meta_inplace_byte_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5638908Z test_meta_inplace_cartesian_prod_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5639853Z test_meta_inplace_cartesian_prod_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5640114Z test_meta_inplace_cartesian_prod_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5640371Z test_meta_inplace_cartesian_prod_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5640762Z test_meta_inplace_cartesian_prod_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.5641028Z test_meta_inplace_cartesian_prod_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5641422Z test_meta_inplace_cartesian_prod_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.5641781Z test_meta_inplace_cartesian_prod_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5642046Z test_meta_inplace_cartesian_prod_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5642394Z test_meta_inplace_cartesian_prod_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:24:31.5642643Z test_meta_inplace_cartesian_prod_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5642892Z test_meta_inplace_cartesian_prod_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5643228Z test_meta_inplace_cat_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5643479Z test_meta_inplace_cat_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5643720Z test_meta_inplace_cat_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:24:31.5643961Z test_meta_inplace_cat_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5644189Z test_meta_inplace_cat_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5644422Z test_meta_inplace_cat_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5644718Z test_meta_inplace_cat_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5645075Z test_meta_inplace_cat_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.011s) 2022-11-23T02:24:31.5645313Z test_meta_inplace_cat_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5645542Z test_meta_inplace_cat_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5645767Z test_meta_inplace_cat_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5645997Z test_meta_inplace_cat_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5646219Z test_meta_inplace_cat_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5646436Z test_meta_inplace_cdist_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5646676Z test_meta_inplace_cdist_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5646921Z test_meta_inplace_cdouble_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5647155Z test_meta_inplace_cdouble_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5647523Z test_meta_inplace_cdouble_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5647909Z test_meta_inplace_cdouble_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5648149Z test_meta_inplace_cdouble_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5648391Z test_meta_inplace_cdouble_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5648630Z test_meta_inplace_cdouble_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5649173Z test_meta_inplace_cdouble_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5649421Z test_meta_inplace_cdouble_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5649658Z test_meta_inplace_cdouble_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5649893Z test_meta_inplace_cdouble_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5650127Z test_meta_inplace_cdouble_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5650358Z test_meta_inplace_cdouble_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5650544Z test_meta_inplace_ceil_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.5650817Z test_meta_inplace_ceil_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.5651015Z test_meta_inplace_ceil_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.5651195Z test_meta_inplace_ceil_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.5651377Z test_meta_inplace_ceil_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.5651555Z test_meta_inplace_ceil_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.5651728Z test_meta_inplace_ceil_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.5651888Z test_meta_inplace_ceil_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.5652063Z test_meta_inplace_ceil_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.5652303Z test_meta_inplace_cfloat_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5652541Z test_meta_inplace_cfloat_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5652785Z test_meta_inplace_cfloat_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5653027Z test_meta_inplace_cfloat_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5653265Z test_meta_inplace_cfloat_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.5653537Z test_meta_inplace_cfloat_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5653921Z test_meta_inplace_cfloat_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5654161Z test_meta_inplace_cfloat_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5654471Z test_meta_inplace_cfloat_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.5654741Z test_meta_inplace_cfloat_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.5654974Z test_meta_inplace_cfloat_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5655304Z test_meta_inplace_cfloat_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.5655543Z test_meta_inplace_cfloat_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5656081Z test_meta_inplace_chalf_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5656325Z test_meta_inplace_chalf_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:24:31.5656572Z test_meta_inplace_chalf_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5656811Z test_meta_inplace_chalf_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5657071Z test_meta_inplace_chalf_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5657474Z test_meta_inplace_chalf_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5657725Z test_meta_inplace_chalf_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:24:31.5657961Z test_meta_inplace_chalf_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5658192Z test_meta_inplace_chalf_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5658504Z test_meta_inplace_chalf_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5658752Z test_meta_inplace_chalf_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5658984Z test_meta_inplace_chalf_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:24:31.5659215Z test_meta_inplace_chalf_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5659449Z test_meta_inplace_char_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5659678Z test_meta_inplace_char_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5659922Z test_meta_inplace_char_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5660164Z test_meta_inplace_char_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:24:31.5660393Z test_meta_inplace_char_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5660626Z test_meta_inplace_char_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5660864Z test_meta_inplace_char_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5661090Z test_meta_inplace_char_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5661321Z test_meta_inplace_char_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.011s) 2022-11-23T02:24:31.5661702Z test_meta_inplace_char_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5661939Z test_meta_inplace_char_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5662165Z test_meta_inplace_char_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5662394Z test_meta_inplace_char_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5662924Z test_meta_inplace_cholesky_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5663321Z test_meta_inplace_cholesky_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5663675Z test_meta_inplace_cholesky_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5663918Z test_meta_inplace_cholesky_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5664180Z test_meta_inplace_cholesky_inverse_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5664436Z test_meta_inplace_cholesky_inverse_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.5664689Z test_meta_inplace_cholesky_inverse_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5664941Z test_meta_inplace_cholesky_inverse_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5665192Z test_meta_inplace_cholesky_solve_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.5665425Z test_meta_inplace_cholesky_solve_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5665673Z test_meta_inplace_cholesky_solve_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5666001Z test_meta_inplace_cholesky_solve_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5666254Z test_meta_inplace_chunk_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5666487Z test_meta_inplace_chunk_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5666732Z test_meta_inplace_chunk_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.5666970Z test_meta_inplace_chunk_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5667203Z test_meta_inplace_chunk_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.5667438Z test_meta_inplace_chunk_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5667672Z test_meta_inplace_chunk_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5667907Z test_meta_inplace_chunk_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:24:31.5668140Z test_meta_inplace_chunk_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5668550Z test_meta_inplace_chunk_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5668792Z test_meta_inplace_chunk_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5669021Z test_meta_inplace_chunk_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5669251Z test_meta_inplace_chunk_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5669564Z test_meta_inplace_clamp_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.5669966Z test_meta_inplace_clamp_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.5670167Z test_meta_inplace_clamp_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.5670350Z test_meta_inplace_clamp_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.5670637Z test_meta_inplace_clamp_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.5670819Z test_meta_inplace_clamp_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.5670994Z test_meta_inplace_clamp_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.5671158Z test_meta_inplace_clamp_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.5671331Z test_meta_inplace_clamp_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.5671526Z test_meta_inplace_clamp_max_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.5671714Z test_meta_inplace_clamp_max_cuda_bool (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.5671906Z test_meta_inplace_clamp_max_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.5672090Z test_meta_inplace_clamp_max_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.5672405Z test_meta_inplace_clamp_max_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.5672624Z test_meta_inplace_clamp_max_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.5672809Z test_meta_inplace_clamp_max_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:31.5672994Z test_meta_inplace_clamp_max_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.5673177Z test_meta_inplace_clamp_max_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.5673361Z test_meta_inplace_clamp_max_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.5673631Z test_meta_inplace_clamp_min_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.5673832Z test_meta_inplace_clamp_min_cuda_bool (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.5674021Z test_meta_inplace_clamp_min_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.5674211Z test_meta_inplace_clamp_min_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:24:31.5674395Z test_meta_inplace_clamp_min_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.5674564Z test_meta_inplace_clamp_min_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.5674749Z test_meta_inplace_clamp_min_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.5674931Z test_meta_inplace_clamp_min_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:24:31.5675112Z test_meta_inplace_clamp_min_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:24:31.5675454Z test_meta_inplace_clamp_min_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:24:31.5675714Z test_meta_inplace_clone_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5675946Z test_meta_inplace_clone_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.5676194Z test_meta_inplace_clone_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5676541Z test_meta_inplace_clone_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5676943Z test_meta_inplace_clone_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.007s) 2022-11-23T02:24:31.5677189Z test_meta_inplace_clone_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5677427Z test_meta_inplace_clone_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5677661Z test_meta_inplace_clone_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5677891Z test_meta_inplace_clone_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5678220Z test_meta_inplace_clone_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5678449Z test_meta_inplace_clone_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5678681Z test_meta_inplace_clone_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5678913Z test_meta_inplace_clone_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5679160Z test_meta_inplace_column_stack_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5679404Z test_meta_inplace_column_stack_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5679653Z test_meta_inplace_column_stack_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5679903Z test_meta_inplace_column_stack_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5680149Z test_meta_inplace_column_stack_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5680394Z test_meta_inplace_column_stack_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5680623Z test_meta_inplace_column_stack_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5681561Z test_meta_inplace_column_stack_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5681871Z test_meta_inplace_column_stack_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5682111Z test_meta_inplace_column_stack_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.5682527Z test_meta_inplace_column_stack_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.5682776Z test_meta_inplace_column_stack_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5683016Z test_meta_inplace_column_stack_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.5683268Z test_meta_inplace_combinations_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5683611Z test_meta_inplace_combinations_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5683968Z test_meta_inplace_combinations_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:24:31.5684224Z test_meta_inplace_combinations_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5684474Z test_meta_inplace_combinations_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5684721Z test_meta_inplace_combinations_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5684966Z test_meta_inplace_combinations_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5685207Z test_meta_inplace_combinations_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.011s) 2022-11-23T02:24:31.5685451Z test_meta_inplace_combinations_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5685695Z test_meta_inplace_combinations_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5685940Z test_meta_inplace_combinations_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5686298Z test_meta_inplace_combinations_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5686538Z test_meta_inplace_complex_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5686768Z test_meta_inplace_complex_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5686993Z test_meta_inplace_complex_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5687231Z test_meta_inplace_conj_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5687461Z test_meta_inplace_conj_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5687700Z test_meta_inplace_conj_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5687939Z test_meta_inplace_conj_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5688170Z test_meta_inplace_conj_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5688387Z test_meta_inplace_conj_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5688620Z test_meta_inplace_conj_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5688923Z test_meta_inplace_conj_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5689374Z test_meta_inplace_conj_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5689623Z test_meta_inplace_conj_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5689854Z test_meta_inplace_conj_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5690083Z test_meta_inplace_conj_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.5690417Z test_meta_inplace_conj_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5690631Z test_meta_inplace_conj_physical_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.5690925Z test_meta_inplace_conj_physical_cuda_bool (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.5691138Z test_meta_inplace_conj_physical_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.5691341Z test_meta_inplace_conj_physical_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.5691543Z test_meta_inplace_conj_physical_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.5691741Z test_meta_inplace_conj_physical_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.5691938Z test_meta_inplace_conj_physical_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.5692134Z test_meta_inplace_conj_physical_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.5692326Z test_meta_inplace_conj_physical_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.5692519Z test_meta_inplace_conj_physical_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.5692707Z test_meta_inplace_conj_physical_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.5692898Z test_meta_inplace_conj_physical_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.5693117Z test_meta_inplace_conj_physical_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.5693474Z test_meta_inplace_constant_pad_nd_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5693836Z test_meta_inplace_constant_pad_nd_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5694099Z test_meta_inplace_constant_pad_nd_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5694352Z test_meta_inplace_constant_pad_nd_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5694607Z test_meta_inplace_constant_pad_nd_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5694860Z test_meta_inplace_constant_pad_nd_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5695103Z test_meta_inplace_constant_pad_nd_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5695349Z test_meta_inplace_constant_pad_nd_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5695594Z test_meta_inplace_constant_pad_nd_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.5695839Z test_meta_inplace_constant_pad_nd_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5696085Z test_meta_inplace_constant_pad_nd_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5696540Z test_meta_inplace_constant_pad_nd_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:24:31.5696809Z test_meta_inplace_contiguous_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5697051Z test_meta_inplace_contiguous_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5697436Z test_meta_inplace_contiguous_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5697784Z test_meta_inplace_contiguous_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5698042Z test_meta_inplace_contiguous_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:24:31.5698287Z test_meta_inplace_contiguous_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5698535Z test_meta_inplace_contiguous_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5698777Z test_meta_inplace_contiguous_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5699016Z test_meta_inplace_contiguous_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5699254Z test_meta_inplace_contiguous_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.011s) 2022-11-23T02:24:31.5699485Z test_meta_inplace_contiguous_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5699722Z test_meta_inplace_contiguous_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5699950Z test_meta_inplace_contiguous_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5700148Z test_meta_inplace_copysign_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.5700369Z test_meta_inplace_copysign_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:24:31.5700562Z test_meta_inplace_copysign_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.5700751Z test_meta_inplace_copysign_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.5701036Z test_meta_inplace_copysign_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.5701269Z test_meta_inplace_copysign_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:24:31.5701503Z test_meta_inplace_copysign_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.010s) 2022-11-23T02:24:31.5701729Z test_meta_inplace_copysign_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:24:31.5701959Z test_meta_inplace_copysign_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:24:31.5702181Z test_meta_inplace_copysign_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:24:31.5702427Z test_meta_inplace_corrcoef_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5702676Z test_meta_inplace_corrcoef_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.5702924Z test_meta_inplace_corrcoef_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5703285Z test_meta_inplace_corrcoef_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5703529Z test_meta_inplace_corrcoef_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5703835Z test_meta_inplace_corrcoef_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5704085Z test_meta_inplace_corrcoef_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.5704430Z test_meta_inplace_corrcoef_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5704760Z test_meta_inplace_corrcoef_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5705005Z test_meta_inplace_corrcoef_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5705246Z test_meta_inplace_corrcoef_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.5705429Z test_meta_inplace_cos_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.5705650Z test_meta_inplace_cos_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:24:31.5705842Z test_meta_inplace_cos_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.5706013Z test_meta_inplace_cos_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.5706197Z test_meta_inplace_cos_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.5706384Z test_meta_inplace_cos_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.5706564Z test_meta_inplace_cos_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.5706741Z test_meta_inplace_cos_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.5706969Z test_meta_inplace_cos_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:31.5707192Z test_meta_inplace_cos_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:31.5707417Z test_meta_inplace_cos_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T02:24:31.5707639Z test_meta_inplace_cos_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T02:24:31.5707856Z test_meta_inplace_cos_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:31.5708043Z test_meta_inplace_cosh_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.5708360Z test_meta_inplace_cosh_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:24:31.5708552Z test_meta_inplace_cosh_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.5708739Z test_meta_inplace_cosh_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.5708927Z test_meta_inplace_cosh_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.5709109Z test_meta_inplace_cosh_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.5709292Z test_meta_inplace_cosh_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.5709471Z test_meta_inplace_cosh_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.5709678Z test_meta_inplace_cosh_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:24:31.5709903Z test_meta_inplace_cosh_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:31.5710285Z test_meta_inplace_cosh_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:31.5710518Z test_meta_inplace_cosh_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:31.5710737Z test_meta_inplace_cosh_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:24:31.5710990Z test_meta_inplace_count_nonzero_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5711434Z test_meta_inplace_count_nonzero_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5711822Z test_meta_inplace_count_nonzero_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5712083Z test_meta_inplace_count_nonzero_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5712432Z test_meta_inplace_count_nonzero_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5712719Z test_meta_inplace_count_nonzero_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5712965Z test_meta_inplace_count_nonzero_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5713208Z test_meta_inplace_count_nonzero_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5713452Z test_meta_inplace_count_nonzero_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5713695Z test_meta_inplace_count_nonzero_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5713937Z test_meta_inplace_count_nonzero_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.5714179Z test_meta_inplace_count_nonzero_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5714413Z test_meta_inplace_cov_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5714653Z test_meta_inplace_cov_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.5714889Z test_meta_inplace_cov_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5715122Z test_meta_inplace_cov_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5715357Z test_meta_inplace_cov_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:24:31.5715589Z test_meta_inplace_cov_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5715915Z test_meta_inplace_cov_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5716141Z test_meta_inplace_cov_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5716364Z test_meta_inplace_cov_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5716577Z test_meta_inplace_cov_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.011s) 2022-11-23T02:24:31.5716801Z test_meta_inplace_cov_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5717131Z test_meta_inplace_cross_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5717415Z test_meta_inplace_cross_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5717658Z test_meta_inplace_cross_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.5717893Z test_meta_inplace_cross_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5718132Z test_meta_inplace_cross_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5718456Z test_meta_inplace_cross_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5718869Z test_meta_inplace_cross_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5719122Z test_meta_inplace_cross_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5719352Z test_meta_inplace_cross_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5719586Z test_meta_inplace_cross_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5719824Z test_meta_inplace_cummax_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5720054Z test_meta_inplace_cummax_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5720288Z test_meta_inplace_cummax_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5720522Z test_meta_inplace_cummax_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5720745Z test_meta_inplace_cummax_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5720976Z test_meta_inplace_cummax_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5721202Z test_meta_inplace_cummax_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5721434Z test_meta_inplace_cummax_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5721664Z test_meta_inplace_cummax_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5721896Z test_meta_inplace_cummax_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5722135Z test_meta_inplace_cummin_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.5722365Z test_meta_inplace_cummin_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5722599Z test_meta_inplace_cummin_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5722899Z test_meta_inplace_cummin_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:24:31.5723124Z test_meta_inplace_cummin_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5723356Z test_meta_inplace_cummin_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5723587Z test_meta_inplace_cummin_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5723817Z test_meta_inplace_cummin_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5724169Z test_meta_inplace_cummin_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.011s) 2022-11-23T02:24:31.5724405Z test_meta_inplace_cummin_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.5724602Z test_meta_inplace_cumprod_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.5724801Z test_meta_inplace_cumprod_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.5724995Z test_meta_inplace_cumprod_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.5725292Z test_meta_inplace_cumprod_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.5725746Z test_meta_inplace_cumprod_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:31.5726096Z test_meta_inplace_cumprod_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.5726586Z test_meta_inplace_cumprod_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.5727021Z test_meta_inplace_cumprod_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.5727388Z test_meta_inplace_cumprod_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.5727755Z test_meta_inplace_cumprod_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.5728116Z test_meta_inplace_cumprod_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.5728517Z test_meta_inplace_cumsum_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: Skipped (0.003s) 2022-11-23T02:24:31.5728928Z test_meta_inplace_cumsum_cuda_complex128 (__main__.TestMetaCUDA) ... skip: Skipped (0.000s) 2022-11-23T02:24:31.5729315Z test_meta_inplace_cumsum_cuda_complex64 (__main__.TestMetaCUDA) ... skip: Skipped (0.006s) 2022-11-23T02:24:31.5729688Z test_meta_inplace_cumsum_cuda_float16 (__main__.TestMetaCUDA) ... skip: Skipped (0.000s) 2022-11-23T02:24:31.5730054Z test_meta_inplace_cumsum_cuda_float32 (__main__.TestMetaCUDA) ... skip: Skipped (0.000s) 2022-11-23T02:24:31.5730269Z test_meta_inplace_cumsum_cuda_float64 (__main__.TestMetaCUDA) ... skip: Skipped (0.000s) 2022-11-23T02:24:31.5730470Z test_meta_inplace_cumsum_cuda_int16 (__main__.TestMetaCUDA) ... skip: Skipped (0.000s) 2022-11-23T02:24:31.5730675Z test_meta_inplace_cumsum_cuda_int32 (__main__.TestMetaCUDA) ... skip: Skipped (0.010s) 2022-11-23T02:24:31.5731018Z test_meta_inplace_cumsum_cuda_int64 (__main__.TestMetaCUDA) ... skip: Skipped (0.002s) 2022-11-23T02:24:31.5731232Z test_meta_inplace_cumsum_cuda_int8 (__main__.TestMetaCUDA) ... skip: Skipped (0.002s) 2022-11-23T02:24:31.5731430Z test_meta_inplace_cumsum_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Skipped (0.002s) 2022-11-23T02:24:31.5731701Z test_meta_inplace_cumulative_trapezoid_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5732084Z test_meta_inplace_cumulative_trapezoid_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5732473Z test_meta_inplace_cumulative_trapezoid_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5732741Z test_meta_inplace_cumulative_trapezoid_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5733162Z test_meta_inplace_cumulative_trapezoid_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5733426Z test_meta_inplace_cumulative_trapezoid_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5733680Z test_meta_inplace_cumulative_trapezoid_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5733940Z test_meta_inplace_cumulative_trapezoid_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5734196Z test_meta_inplace_cumulative_trapezoid_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5734453Z test_meta_inplace_cumulative_trapezoid_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5734709Z test_meta_inplace_cumulative_trapezoid_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5734901Z test_meta_inplace_deg2rad_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.5735135Z test_meta_inplace_deg2rad_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:31.5735328Z test_meta_inplace_deg2rad_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.5735501Z test_meta_inplace_deg2rad_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.5735769Z test_meta_inplace_deg2rad_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.5736017Z test_meta_inplace_deg2rad_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.006s) 2022-11-23T02:24:31.5736250Z test_meta_inplace_deg2rad_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:24:31.5736478Z test_meta_inplace_deg2rad_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.010s) 2022-11-23T02:24:31.5736706Z test_meta_inplace_deg2rad_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:24:31.5736938Z test_meta_inplace_deg2rad_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.010s) 2022-11-23T02:24:31.5737180Z test_meta_inplace_diag_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5737415Z test_meta_inplace_diag_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5737792Z test_meta_inplace_diag_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.012s) 2022-11-23T02:24:31.5738044Z test_meta_inplace_diag_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.5738277Z test_meta_inplace_diag_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.5738615Z test_meta_inplace_diag_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.5738861Z test_meta_inplace_diag_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.5739188Z test_meta_inplace_diag_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5739422Z test_meta_inplace_diag_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5739657Z test_meta_inplace_diag_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.5739888Z test_meta_inplace_diag_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.5740116Z test_meta_inplace_diag_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.5740438Z test_meta_inplace_diag_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.5740684Z test_meta_inplace_diag_embed_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.5740923Z test_meta_inplace_diag_embed_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.5741171Z test_meta_inplace_diag_embed_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5741424Z test_meta_inplace_diag_embed_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.5741655Z test_meta_inplace_diag_embed_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.5741898Z test_meta_inplace_diag_embed_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.5742142Z test_meta_inplace_diag_embed_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.5742387Z test_meta_inplace_diag_embed_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.005s) 2022-11-23T02:24:31.5742626Z test_meta_inplace_diag_embed_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.5742859Z test_meta_inplace_diag_embed_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5743160Z test_meta_inplace_diag_embed_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.5743413Z test_meta_inplace_diag_embed_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.5743642Z test_meta_inplace_diag_embed_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5743886Z test_meta_inplace_diagflat_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.5744123Z test_meta_inplace_diagflat_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5744501Z test_meta_inplace_diagflat_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5744756Z test_meta_inplace_diagflat_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5744997Z test_meta_inplace_diagflat_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5745338Z test_meta_inplace_diagflat_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:24:31.5745685Z test_meta_inplace_diagflat_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5745926Z test_meta_inplace_diagflat_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5746156Z test_meta_inplace_diagflat_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5746380Z test_meta_inplace_diagflat_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:24:31.5746611Z test_meta_inplace_diagflat_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5746853Z test_meta_inplace_diagflat_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5747148Z test_meta_inplace_diagonal_copy_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5747572Z test_meta_inplace_diagonal_copy_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5747829Z test_meta_inplace_diagonal_copy_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5748080Z test_meta_inplace_diagonal_copy_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5748335Z test_meta_inplace_diagonal_copy_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5748570Z test_meta_inplace_diagonal_copy_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5748816Z test_meta_inplace_diagonal_copy_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5749061Z test_meta_inplace_diagonal_copy_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5749310Z test_meta_inplace_diagonal_copy_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5749549Z test_meta_inplace_diagonal_copy_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5749790Z test_meta_inplace_diagonal_copy_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5750033Z test_meta_inplace_diagonal_copy_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5750355Z test_meta_inplace_diagonal_copy_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5750615Z test_meta_inplace_diagonal_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5750979Z test_meta_inplace_diagonal_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5751235Z test_meta_inplace_diagonal_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5751477Z test_meta_inplace_diagonal_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5751817Z test_meta_inplace_diagonal_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.005s) 2022-11-23T02:24:31.5752162Z test_meta_inplace_diagonal_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.5752409Z test_meta_inplace_diagonal_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.5752641Z test_meta_inplace_diagonal_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.5752874Z test_meta_inplace_diagonal_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5753105Z test_meta_inplace_diagonal_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:24:31.5753328Z test_meta_inplace_diagonal_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5753561Z test_meta_inplace_diagonal_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5753797Z test_meta_inplace_diagonal_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5754053Z test_meta_inplace_diagonal_scatter_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5754303Z test_meta_inplace_diagonal_scatter_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:24:31.5754556Z test_meta_inplace_diagonal_scatter_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5754905Z test_meta_inplace_diagonal_scatter_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5755152Z test_meta_inplace_diagonal_scatter_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5755400Z test_meta_inplace_diagonal_scatter_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5755631Z test_meta_inplace_diagonal_scatter_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5755875Z test_meta_inplace_diagonal_scatter_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:24:31.5756121Z test_meta_inplace_diagonal_scatter_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5756370Z test_meta_inplace_diagonal_scatter_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5756612Z test_meta_inplace_diff_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5756842Z test_meta_inplace_diff_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5757082Z test_meta_inplace_diff_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:24:31.5757320Z test_meta_inplace_diff_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5757745Z test_meta_inplace_diff_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5757994Z test_meta_inplace_diff_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5758228Z test_meta_inplace_diff_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5758587Z test_meta_inplace_diff_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:24:31.5758915Z test_meta_inplace_diff_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5759150Z test_meta_inplace_diff_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5759381Z test_meta_inplace_diff_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:24:31.5759608Z test_meta_inplace_diff_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5759838Z test_meta_inplace_digamma_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:24:31.5760030Z test_meta_inplace_digamma_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:24:31.5760224Z test_meta_inplace_digamma_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.5760413Z test_meta_inplace_digamma_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.5760641Z test_meta_inplace_digamma_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T02:24:31.5760871Z test_meta_inplace_digamma_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.006s) 2022-11-23T02:24:31.5761091Z test_meta_inplace_digamma_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:24:31.5761320Z test_meta_inplace_digamma_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:31.5761526Z test_meta_inplace_digamma_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.006s) 2022-11-23T02:24:31.5761763Z test_meta_inplace_dist_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5762838Z test_meta_inplace_dist_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:24:31.5763080Z test_meta_inplace_dist_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5763313Z test_meta_inplace_dist_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5763546Z test_meta_inplace_dist_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:24:31.5763787Z test_meta_inplace_dist_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.004s) 2022-11-23T02:24:31.5763998Z test_meta_inplace_div_floor_rounding_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.061s) 2022-11-23T02:24:31.5764432Z test_meta_inplace_div_floor_rounding_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.062s) 2022-11-23T02:24:31.5764654Z test_meta_inplace_div_floor_rounding_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.043s) 2022-11-23T02:24:31.5764852Z test_meta_inplace_div_floor_rounding_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.038s) 2022-11-23T02:24:31.5765051Z test_meta_inplace_div_floor_rounding_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:24:31.5765365Z test_meta_inplace_div_floor_rounding_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-11-23T02:24:31.5765570Z test_meta_inplace_div_floor_rounding_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:24:31.5765878Z test_meta_inplace_div_floor_rounding_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-11-23T02:24:31.5766209Z test_meta_inplace_div_floor_rounding_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:24:31.5766426Z test_meta_inplace_div_no_rounding_mode_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.5766675Z test_meta_inplace_div_no_rounding_mode_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:24:31.5766895Z test_meta_inplace_div_no_rounding_mode_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:24:31.5767107Z test_meta_inplace_div_no_rounding_mode_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.5767320Z test_meta_inplace_div_no_rounding_mode_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.5767513Z test_meta_inplace_div_no_rounding_mode_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.5767723Z test_meta_inplace_div_no_rounding_mode_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.5767921Z test_meta_inplace_div_no_rounding_mode_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.5768169Z test_meta_inplace_div_no_rounding_mode_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:24:31.5768415Z test_meta_inplace_div_no_rounding_mode_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2022-11-23T02:24:31.5768666Z test_meta_inplace_div_no_rounding_mode_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:24:31.5768910Z test_meta_inplace_div_no_rounding_mode_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T02:24:31.5769153Z test_meta_inplace_div_no_rounding_mode_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:24:31.5769359Z test_meta_inplace_div_trunc_rounding_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:31.5769565Z test_meta_inplace_div_trunc_rounding_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.5769767Z test_meta_inplace_div_trunc_rounding_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.5769963Z test_meta_inplace_div_trunc_rounding_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.5770258Z test_meta_inplace_div_trunc_rounding_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.5770457Z test_meta_inplace_div_trunc_rounding_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.5770655Z test_meta_inplace_div_trunc_rounding_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.5770856Z test_meta_inplace_div_trunc_rounding_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.5771057Z test_meta_inplace_div_trunc_rounding_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.5771298Z test_meta_inplace_dot_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5771688Z test_meta_inplace_dot_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5772061Z test_meta_inplace_dot_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5772306Z test_meta_inplace_dot_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5772662Z test_meta_inplace_dot_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5772990Z test_meta_inplace_dot_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5773239Z test_meta_inplace_double_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5773555Z test_meta_inplace_double_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5773820Z test_meta_inplace_double_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5774064Z test_meta_inplace_double_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5774308Z test_meta_inplace_double_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5774545Z test_meta_inplace_double_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5774773Z test_meta_inplace_double_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.5774995Z test_meta_inplace_double_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5775229Z test_meta_inplace_double_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5775464Z test_meta_inplace_double_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:24:31.5775691Z test_meta_inplace_double_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5775928Z test_meta_inplace_double_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5776161Z test_meta_inplace_double_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.011s) 2022-11-23T02:24:31.5776403Z test_meta_inplace_dsplit_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5776632Z test_meta_inplace_dsplit_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5776879Z test_meta_inplace_dsplit_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5777124Z test_meta_inplace_dsplit_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5777358Z test_meta_inplace_dsplit_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.004s) 2022-11-23T02:24:31.5777679Z test_meta_inplace_dsplit_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.5777910Z test_meta_inplace_dsplit_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.004s) 2022-11-23T02:24:31.5778136Z test_meta_inplace_dsplit_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.5778508Z test_meta_inplace_dsplit_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.5778750Z test_meta_inplace_dsplit_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.5778983Z test_meta_inplace_dsplit_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.5779201Z test_meta_inplace_dsplit_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.5779633Z test_meta_inplace_dsplit_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.5780014Z test_meta_inplace_dstack_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.5780247Z test_meta_inplace_dstack_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5780489Z test_meta_inplace_dstack_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:24:31.5780818Z test_meta_inplace_dstack_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5781275Z test_meta_inplace_dstack_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5781652Z test_meta_inplace_dstack_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.011s) 2022-11-23T02:24:31.5781896Z test_meta_inplace_dstack_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.5782121Z test_meta_inplace_dstack_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.5782352Z test_meta_inplace_dstack_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.5782587Z test_meta_inplace_dstack_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.004s) 2022-11-23T02:24:31.5782819Z test_meta_inplace_dstack_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.5783111Z test_meta_inplace_dstack_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.5783437Z test_meta_inplace_dstack_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.004s) 2022-11-23T02:24:31.5783684Z test_meta_inplace_einsum_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.5783931Z test_meta_inplace_einsum_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.5784169Z test_meta_inplace_einsum_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.5784403Z test_meta_inplace_einsum_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.5784630Z test_meta_inplace_einsum_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.5784856Z test_meta_inplace_einsum_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5785084Z test_meta_inplace_empty_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:24:31.5785429Z test_meta_inplace_empty_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5785812Z test_meta_inplace_empty_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5786057Z test_meta_inplace_empty_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.011s) 2022-11-23T02:24:31.5786412Z test_meta_inplace_empty_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5786735Z test_meta_inplace_empty_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5786983Z test_meta_inplace_empty_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5787222Z test_meta_inplace_empty_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5787456Z test_meta_inplace_empty_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5787693Z test_meta_inplace_empty_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5788082Z test_meta_inplace_empty_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5788407Z test_meta_inplace_empty_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5788641Z test_meta_inplace_empty_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5788980Z test_meta_inplace_empty_like_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5789236Z test_meta_inplace_empty_like_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5789486Z test_meta_inplace_empty_like_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5789737Z test_meta_inplace_empty_like_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5789984Z test_meta_inplace_empty_like_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5790228Z test_meta_inplace_empty_like_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5790467Z test_meta_inplace_empty_like_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5790712Z test_meta_inplace_empty_like_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5790950Z test_meta_inplace_empty_like_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.5791180Z test_meta_inplace_empty_like_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.5791408Z test_meta_inplace_empty_like_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.004s) 2022-11-23T02:24:31.5791642Z test_meta_inplace_empty_like_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.5791987Z test_meta_inplace_empty_like_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.5792193Z test_meta_inplace_eq_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.5798047Z test_meta_inplace_eq_cuda_bool (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.5798305Z test_meta_inplace_eq_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:24:31.5798501Z test_meta_inplace_eq_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:24:31.5798691Z test_meta_inplace_eq_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:24:31.5799274Z test_meta_inplace_eq_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:24:31.5799460Z test_meta_inplace_eq_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:24:31.5799638Z test_meta_inplace_eq_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.5799816Z test_meta_inplace_eq_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.5800137Z test_meta_inplace_eq_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.5800504Z test_meta_inplace_eq_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.5800703Z test_meta_inplace_eq_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.5800879Z test_meta_inplace_eq_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.5801126Z test_meta_inplace_equal_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5801356Z test_meta_inplace_equal_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.5801602Z test_meta_inplace_equal_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5801844Z test_meta_inplace_equal_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5802079Z test_meta_inplace_equal_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5802416Z test_meta_inplace_equal_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.5802677Z test_meta_inplace_equal_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5802910Z test_meta_inplace_equal_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5803151Z test_meta_inplace_equal_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:24:31.5803385Z test_meta_inplace_equal_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5803618Z test_meta_inplace_equal_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5803851Z test_meta_inplace_equal_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5804035Z test_meta_inplace_erf_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.5804265Z test_meta_inplace_erf_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:31.5804450Z test_meta_inplace_erf_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.5804633Z test_meta_inplace_erf_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.5804814Z test_meta_inplace_erf_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.5805039Z test_meta_inplace_erf_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:24:31.5805262Z test_meta_inplace_erf_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:31.5805485Z test_meta_inplace_erf_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:24:31.5805707Z test_meta_inplace_erf_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:31.5806055Z test_meta_inplace_erf_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T02:24:31.5806253Z test_meta_inplace_erfc_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.5806454Z test_meta_inplace_erfc_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:31.5806848Z test_meta_inplace_erfc_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.5807225Z test_meta_inplace_erfc_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.5807419Z test_meta_inplace_erfc_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.5807650Z test_meta_inplace_erfc_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:31.5807876Z test_meta_inplace_erfc_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:31.5808107Z test_meta_inplace_erfc_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:31.5808332Z test_meta_inplace_erfc_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:31.5808553Z test_meta_inplace_erfc_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:31.5808782Z test_meta_inplace_erfinv_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:24:31.5808974Z test_meta_inplace_erfinv_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.5809161Z test_meta_inplace_erfinv_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.5809344Z test_meta_inplace_erfinv_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.5809576Z test_meta_inplace_erfinv_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.011s) 2022-11-23T02:24:31.5809804Z test_meta_inplace_erfinv_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:31.5810658Z test_meta_inplace_erfinv_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:31.5810949Z test_meta_inplace_erfinv_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:31.5811180Z test_meta_inplace_erfinv_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:31.5811372Z test_meta_inplace_exp2_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.5811596Z test_meta_inplace_exp2_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:31.5811782Z test_meta_inplace_exp2_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.5811950Z test_meta_inplace_exp2_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.5812127Z test_meta_inplace_exp2_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.5812356Z test_meta_inplace_exp2_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T02:24:31.5812729Z test_meta_inplace_exp2_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T02:24:31.5812964Z test_meta_inplace_exp2_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:24:31.5813193Z test_meta_inplace_exp2_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.006s) 2022-11-23T02:24:31.5813525Z test_meta_inplace_exp2_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:24:31.5813890Z test_meta_inplace_exp_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.5814124Z test_meta_inplace_exp_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.013s) 2022-11-23T02:24:31.5814317Z test_meta_inplace_exp_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.5814508Z test_meta_inplace_exp_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.5814692Z test_meta_inplace_exp_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.5814875Z test_meta_inplace_exp_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.5815058Z test_meta_inplace_exp_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.5815360Z test_meta_inplace_exp_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.5815585Z test_meta_inplace_exp_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:31.5815806Z test_meta_inplace_exp_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:24:31.5816027Z test_meta_inplace_exp_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.006s) 2022-11-23T02:24:31.5816253Z test_meta_inplace_exp_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:24:31.5816460Z test_meta_inplace_exp_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:24:31.5816707Z test_meta_inplace_expand_as_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5816946Z test_meta_inplace_expand_as_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.012s) 2022-11-23T02:24:31.5817199Z test_meta_inplace_expand_as_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5817446Z test_meta_inplace_expand_as_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5817687Z test_meta_inplace_expand_as_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5818475Z test_meta_inplace_expand_as_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5818763Z test_meta_inplace_expand_as_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5819002Z test_meta_inplace_expand_as_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.5819390Z test_meta_inplace_expand_as_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5819627Z test_meta_inplace_expand_as_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5819863Z test_meta_inplace_expand_as_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5820256Z test_meta_inplace_expand_as_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5820599Z test_meta_inplace_expand_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5820842Z test_meta_inplace_expand_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5821088Z test_meta_inplace_expand_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5821333Z test_meta_inplace_expand_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5821574Z test_meta_inplace_expand_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5821801Z test_meta_inplace_expand_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5822025Z test_meta_inplace_expand_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.5822248Z test_meta_inplace_expand_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.5822479Z test_meta_inplace_expand_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5822724Z test_meta_inplace_expand_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.5822957Z test_meta_inplace_expand_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5823308Z test_meta_inplace_expand_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5823498Z test_meta_inplace_expm1_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.5823727Z test_meta_inplace_expm1_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:24:31.5823913Z test_meta_inplace_expm1_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.5824101Z test_meta_inplace_expm1_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.5824283Z test_meta_inplace_expm1_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.5824506Z test_meta_inplace_expm1_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:31.5824727Z test_meta_inplace_expm1_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:31.5824955Z test_meta_inplace_expm1_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:31.5825165Z test_meta_inplace_expm1_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:24:31.5825385Z test_meta_inplace_expm1_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:31.5825621Z test_meta_inplace_eye_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5826669Z test_meta_inplace_eye_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5827183Z test_meta_inplace_eye_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5827437Z test_meta_inplace_eye_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5827675Z test_meta_inplace_eye_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.5827910Z test_meta_inplace_eye_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5828143Z test_meta_inplace_eye_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5828371Z test_meta_inplace_eye_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:24:31.5828601Z test_meta_inplace_eye_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5828823Z test_meta_inplace_eye_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5829050Z test_meta_inplace_eye_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5829277Z test_meta_inplace_eye_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5829512Z test_meta_inplace_fft_fft2_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.011s) 2022-11-23T02:24:31.5829756Z test_meta_inplace_fft_fft2_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.5829997Z test_meta_inplace_fft_fft2_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5830245Z test_meta_inplace_fft_fft2_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5830487Z test_meta_inplace_fft_fft2_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5830720Z test_meta_inplace_fft_fft2_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5831069Z test_meta_inplace_fft_fft2_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5831304Z test_meta_inplace_fft_fft2_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5831533Z test_meta_inplace_fft_fft2_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5831758Z test_meta_inplace_fft_fft2_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5831991Z test_meta_inplace_fft_fft2_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5832208Z test_meta_inplace_fft_fft2_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5832566Z test_meta_inplace_fft_fft_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5832818Z test_meta_inplace_fft_fft_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5833062Z test_meta_inplace_fft_fft_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5833460Z test_meta_inplace_fft_fft_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5833807Z test_meta_inplace_fft_fft_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5834593Z test_meta_inplace_fft_fft_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.5834877Z test_meta_inplace_fft_fft_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.5835112Z test_meta_inplace_fft_fft_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5835344Z test_meta_inplace_fft_fft_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.5835584Z test_meta_inplace_fft_fft_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5835815Z test_meta_inplace_fft_fft_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5836046Z test_meta_inplace_fft_fft_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:24:31.5836277Z test_meta_inplace_fft_fftn_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5836524Z test_meta_inplace_fft_fftn_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5836765Z test_meta_inplace_fft_fftn_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5837005Z test_meta_inplace_fft_fftn_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5837252Z test_meta_inplace_fft_fftn_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:24:31.5837484Z test_meta_inplace_fft_fftn_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5837710Z test_meta_inplace_fft_fftn_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5837941Z test_meta_inplace_fft_fftn_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5838170Z test_meta_inplace_fft_fftn_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5838395Z test_meta_inplace_fft_fftn_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5838626Z test_meta_inplace_fft_fftn_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5838974Z test_meta_inplace_fft_fftn_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.5839220Z test_meta_inplace_fft_fftshift_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5839446Z test_meta_inplace_fft_fftshift_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5839698Z test_meta_inplace_fft_fftshift_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5839947Z test_meta_inplace_fft_fftshift_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5840192Z test_meta_inplace_fft_fftshift_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5840442Z test_meta_inplace_fft_fftshift_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5840685Z test_meta_inplace_fft_fftshift_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5840929Z test_meta_inplace_fft_fftshift_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5841168Z test_meta_inplace_fft_fftshift_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5841921Z test_meta_inplace_fft_fftshift_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5842215Z test_meta_inplace_fft_fftshift_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5842456Z test_meta_inplace_fft_fftshift_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5842703Z test_meta_inplace_fft_fftshift_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5842939Z test_meta_inplace_fft_hfft2_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5843184Z test_meta_inplace_fft_hfft2_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.5843426Z test_meta_inplace_fft_hfft2_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5843674Z test_meta_inplace_fft_hfft2_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5844027Z test_meta_inplace_fft_hfft2_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:24:31.5844306Z test_meta_inplace_fft_hfft2_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5844537Z test_meta_inplace_fft_hfft2_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5844772Z test_meta_inplace_fft_hfft2_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5845289Z test_meta_inplace_fft_hfft2_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5845532Z test_meta_inplace_fft_hfft2_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.011s) 2022-11-23T02:24:31.5845768Z test_meta_inplace_fft_hfft2_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5845995Z test_meta_inplace_fft_hfft2_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5846229Z test_meta_inplace_fft_hfft_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5846591Z test_meta_inplace_fft_hfft_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5846820Z test_meta_inplace_fft_hfft_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5847062Z test_meta_inplace_fft_hfft_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5847300Z test_meta_inplace_fft_hfft_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5847534Z test_meta_inplace_fft_hfft_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5847759Z test_meta_inplace_fft_hfft_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5847992Z test_meta_inplace_fft_hfft_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5848222Z test_meta_inplace_fft_hfft_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5848446Z test_meta_inplace_fft_hfft_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5848674Z test_meta_inplace_fft_hfft_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5848907Z test_meta_inplace_fft_hfft_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5849675Z test_meta_inplace_fft_hfftn_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5849976Z test_meta_inplace_fft_hfftn_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.004s) 2022-11-23T02:24:31.5850221Z test_meta_inplace_fft_hfftn_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.5850470Z test_meta_inplace_fft_hfftn_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.5850710Z test_meta_inplace_fft_hfftn_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5850947Z test_meta_inplace_fft_hfftn_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:24:31.5851174Z test_meta_inplace_fft_hfftn_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5851411Z test_meta_inplace_fft_hfftn_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5851639Z test_meta_inplace_fft_hfftn_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.011s) 2022-11-23T02:24:31.5851864Z test_meta_inplace_fft_hfftn_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.5852100Z test_meta_inplace_fft_hfftn_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5852324Z test_meta_inplace_fft_hfftn_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5852554Z test_meta_inplace_fft_ifft2_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5852799Z test_meta_inplace_fft_ifft2_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5853043Z test_meta_inplace_fft_ifft2_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5853283Z test_meta_inplace_fft_ifft2_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5853505Z test_meta_inplace_fft_ifft2_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5853836Z test_meta_inplace_fft_ifft2_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5854061Z test_meta_inplace_fft_ifft2_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5854294Z test_meta_inplace_fft_ifft2_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5854521Z test_meta_inplace_fft_ifft2_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5854747Z test_meta_inplace_fft_ifft2_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5854980Z test_meta_inplace_fft_ifft2_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5855204Z test_meta_inplace_fft_ifft2_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5855438Z test_meta_inplace_fft_ifft_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5855676Z test_meta_inplace_fft_ifft_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.5855917Z test_meta_inplace_fft_ifft_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5856159Z test_meta_inplace_fft_ifft_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.5856466Z test_meta_inplace_fft_ifft_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5856719Z test_meta_inplace_fft_ifft_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5856948Z test_meta_inplace_fft_ifft_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:24:31.5857186Z test_meta_inplace_fft_ifft_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5857411Z test_meta_inplace_fft_ifft_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5857633Z test_meta_inplace_fft_ifft_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5857863Z test_meta_inplace_fft_ifft_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5858099Z test_meta_inplace_fft_ifft_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5858329Z test_meta_inplace_fft_ifftn_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5858576Z test_meta_inplace_fft_ifftn_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5858821Z test_meta_inplace_fft_ifftn_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5859060Z test_meta_inplace_fft_ifftn_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5859296Z test_meta_inplace_fft_ifftn_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5859528Z test_meta_inplace_fft_ifftn_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5859756Z test_meta_inplace_fft_ifftn_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5859974Z test_meta_inplace_fft_ifftn_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5860200Z test_meta_inplace_fft_ifftn_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5860506Z test_meta_inplace_fft_ifftn_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5860890Z test_meta_inplace_fft_ifftn_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5861124Z test_meta_inplace_fft_ifftn_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5861374Z test_meta_inplace_fft_ifftshift_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5861805Z test_meta_inplace_fft_ifftshift_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5862165Z test_meta_inplace_fft_ifftshift_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5862419Z test_meta_inplace_fft_ifftshift_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5862675Z test_meta_inplace_fft_ifftshift_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5862923Z test_meta_inplace_fft_ifftshift_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5863168Z test_meta_inplace_fft_ifftshift_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5863493Z test_meta_inplace_fft_ifftshift_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5863750Z test_meta_inplace_fft_ifftshift_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5863990Z test_meta_inplace_fft_ifftshift_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.5864235Z test_meta_inplace_fft_ifftshift_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5864473Z test_meta_inplace_fft_ifftshift_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5864712Z test_meta_inplace_fft_ifftshift_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5864947Z test_meta_inplace_fft_ihfft2_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5865189Z test_meta_inplace_fft_ihfft2_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.5865431Z test_meta_inplace_fft_ihfft2_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5865666Z test_meta_inplace_fft_ihfft2_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5865907Z test_meta_inplace_fft_ihfft2_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.5866138Z test_meta_inplace_fft_ihfft2_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5866362Z test_meta_inplace_fft_ihfft2_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5866595Z test_meta_inplace_fft_ihfft2_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.5866812Z test_meta_inplace_fft_ihfft2_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5867216Z test_meta_inplace_fft_ihfft_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5867642Z test_meta_inplace_fft_ihfft_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:24:31.5868259Z test_meta_inplace_fft_ihfft_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5868714Z test_meta_inplace_fft_ihfft_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5869153Z test_meta_inplace_fft_ihfft_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5869402Z test_meta_inplace_fft_ihfft_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5869634Z test_meta_inplace_fft_ihfft_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.011s) 2022-11-23T02:24:31.5869864Z test_meta_inplace_fft_ihfft_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5870090Z test_meta_inplace_fft_ihfft_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5870323Z test_meta_inplace_fft_ihfftn_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5870757Z test_meta_inplace_fft_ihfftn_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.5871017Z test_meta_inplace_fft_ihfftn_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5871259Z test_meta_inplace_fft_ihfftn_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5871618Z test_meta_inplace_fft_ihfftn_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.5871871Z test_meta_inplace_fft_ihfftn_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5872104Z test_meta_inplace_fft_ihfftn_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5872343Z test_meta_inplace_fft_ihfftn_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5872572Z test_meta_inplace_fft_ihfftn_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5872803Z test_meta_inplace_fft_irfft2_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5873051Z test_meta_inplace_fft_irfft2_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5873303Z test_meta_inplace_fft_irfft2_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5873551Z test_meta_inplace_fft_irfft2_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5873793Z test_meta_inplace_fft_irfft2_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5874037Z test_meta_inplace_fft_irfft2_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5874275Z test_meta_inplace_fft_irfft2_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.5874497Z test_meta_inplace_fft_irfft2_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5874729Z test_meta_inplace_fft_irfft2_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5874958Z test_meta_inplace_fft_irfft2_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.5875190Z test_meta_inplace_fft_irfft2_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5875418Z test_meta_inplace_fft_irfft2_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5875751Z test_meta_inplace_fft_irfft_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.5875999Z test_meta_inplace_fft_irfft_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5876246Z test_meta_inplace_fft_irfft_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5876490Z test_meta_inplace_fft_irfft_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.5876731Z test_meta_inplace_fft_irfft_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5876965Z test_meta_inplace_fft_irfft_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5877192Z test_meta_inplace_fft_irfft_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5877433Z test_meta_inplace_fft_irfft_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5877664Z test_meta_inplace_fft_irfft_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:24:31.5877930Z test_meta_inplace_fft_irfft_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5878289Z test_meta_inplace_fft_irfft_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5878602Z test_meta_inplace_fft_irfft_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5878844Z test_meta_inplace_fft_irfftn_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5879092Z test_meta_inplace_fft_irfftn_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5879340Z test_meta_inplace_fft_irfftn_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:24:31.5879587Z test_meta_inplace_fft_irfftn_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5879829Z test_meta_inplace_fft_irfftn_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5880069Z test_meta_inplace_fft_irfftn_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5880311Z test_meta_inplace_fft_irfftn_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.011s) 2022-11-23T02:24:31.5880549Z test_meta_inplace_fft_irfftn_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5880782Z test_meta_inplace_fft_irfftn_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5881064Z test_meta_inplace_fft_irfftn_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5881433Z test_meta_inplace_fft_irfftn_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5881674Z test_meta_inplace_fft_irfftn_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:24:31.5881910Z test_meta_inplace_fft_rfft2_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5882154Z test_meta_inplace_fft_rfft2_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5882388Z test_meta_inplace_fft_rfft2_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5882616Z test_meta_inplace_fft_rfft2_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5882949Z test_meta_inplace_fft_rfft2_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:24:31.5883178Z test_meta_inplace_fft_rfft2_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.5883405Z test_meta_inplace_fft_rfft2_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.5883633Z test_meta_inplace_fft_rfft2_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.5883861Z test_meta_inplace_fft_rfft2_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.5884096Z test_meta_inplace_fft_rfft_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.5884333Z test_meta_inplace_fft_rfft_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.5884567Z test_meta_inplace_fft_rfft_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.5884794Z test_meta_inplace_fft_rfft_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.5885027Z test_meta_inplace_fft_rfft_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.5885253Z test_meta_inplace_fft_rfft_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.5885539Z test_meta_inplace_fft_rfft_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.5885787Z test_meta_inplace_fft_rfft_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.5886022Z test_meta_inplace_fft_rfft_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.5886256Z test_meta_inplace_fft_rfftn_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.5886493Z test_meta_inplace_fft_rfftn_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.5886722Z test_meta_inplace_fft_rfftn_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.5886948Z test_meta_inplace_fft_rfftn_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5887185Z test_meta_inplace_fft_rfftn_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.5887398Z test_meta_inplace_fft_rfftn_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5887620Z test_meta_inplace_fft_rfftn_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.5887850Z test_meta_inplace_fft_rfftn_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5888086Z test_meta_inplace_fft_rfftn_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5888273Z test_meta_inplace_fill_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.5888452Z test_meta_inplace_fill_cuda_bool (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.5888641Z test_meta_inplace_fill_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:31.5888832Z test_meta_inplace_fill_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.5889020Z test_meta_inplace_fill_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.5889203Z test_meta_inplace_fill_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.5890082Z test_meta_inplace_fill_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.5890262Z test_meta_inplace_fill_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.5890437Z test_meta_inplace_fill_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.5890610Z test_meta_inplace_fill_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.5890781Z test_meta_inplace_fill_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.5890956Z test_meta_inplace_fill_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.5891132Z test_meta_inplace_fill_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.5891381Z test_meta_inplace_flatten_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5891619Z test_meta_inplace_flatten_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5891872Z test_meta_inplace_flatten_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5892101Z test_meta_inplace_flatten_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:24:31.5892500Z test_meta_inplace_flatten_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5892756Z test_meta_inplace_flatten_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5893087Z test_meta_inplace_flatten_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5893537Z test_meta_inplace_flatten_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5893899Z test_meta_inplace_flatten_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5894150Z test_meta_inplace_flatten_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.012s) 2022-11-23T02:24:31.5894383Z test_meta_inplace_flatten_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.5894620Z test_meta_inplace_flatten_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.5894851Z test_meta_inplace_flatten_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.5895086Z test_meta_inplace_flip_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.5895319Z test_meta_inplace_flip_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.005s) 2022-11-23T02:24:31.5895555Z test_meta_inplace_flip_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5895800Z test_meta_inplace_flip_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.5896035Z test_meta_inplace_flip_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5896268Z test_meta_inplace_flip_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.004s) 2022-11-23T02:24:31.5896500Z test_meta_inplace_flip_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5896732Z test_meta_inplace_flip_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.004s) 2022-11-23T02:24:31.5896962Z test_meta_inplace_flip_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.5897192Z test_meta_inplace_flip_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.5897420Z test_meta_inplace_flip_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.5897751Z test_meta_inplace_flip_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.5897993Z test_meta_inplace_fliplr_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.5898226Z test_meta_inplace_fliplr_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.5898470Z test_meta_inplace_fliplr_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5898699Z test_meta_inplace_fliplr_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.5898935Z test_meta_inplace_fliplr_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.5899162Z test_meta_inplace_fliplr_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.5899390Z test_meta_inplace_fliplr_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.5899622Z test_meta_inplace_fliplr_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.5899857Z test_meta_inplace_fliplr_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.5900091Z test_meta_inplace_fliplr_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5900390Z test_meta_inplace_fliplr_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.5900636Z test_meta_inplace_fliplr_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5900875Z test_meta_inplace_flipud_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.5901108Z test_meta_inplace_flipud_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5901350Z test_meta_inplace_flipud_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5901593Z test_meta_inplace_flipud_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5901830Z test_meta_inplace_flipud_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5902063Z test_meta_inplace_flipud_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.013s) 2022-11-23T02:24:31.5902289Z test_meta_inplace_flipud_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.5902522Z test_meta_inplace_flipud_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.5902758Z test_meta_inplace_flipud_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.004s) 2022-11-23T02:24:31.5902986Z test_meta_inplace_flipud_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.5903214Z test_meta_inplace_flipud_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.5903442Z test_meta_inplace_flipud_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.5903681Z test_meta_inplace_float_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.5903912Z test_meta_inplace_float_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.5904154Z test_meta_inplace_float_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.5904479Z test_meta_inplace_float_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.5904695Z test_meta_inplace_float_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.5904928Z test_meta_inplace_float_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.5905166Z test_meta_inplace_float_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5905401Z test_meta_inplace_float_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:24:31.5905633Z test_meta_inplace_float_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5905863Z test_meta_inplace_float_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5906094Z test_meta_inplace_float_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.011s) 2022-11-23T02:24:31.5906325Z test_meta_inplace_float_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.5906553Z test_meta_inplace_float_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.5906792Z test_meta_inplace_float_power_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.006s) 2022-11-23T02:24:31.5907087Z test_meta_inplace_float_power_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.006s) 2022-11-23T02:24:31.5907304Z test_meta_inplace_float_power_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:31.5907547Z test_meta_inplace_float_power_cuda_complex64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.006s) 2022-11-23T02:24:31.5907783Z test_meta_inplace_float_power_cuda_float16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.006s) 2022-11-23T02:24:31.5908019Z test_meta_inplace_float_power_cuda_float32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:24:31.5908217Z test_meta_inplace_float_power_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.5908454Z test_meta_inplace_float_power_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:24:31.5908685Z test_meta_inplace_float_power_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.014s) 2022-11-23T02:24:31.5908917Z test_meta_inplace_float_power_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:24:31.5909149Z test_meta_inplace_float_power_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:24:31.5909375Z test_meta_inplace_float_power_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:24:31.5909569Z test_meta_inplace_floor_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.5909756Z test_meta_inplace_floor_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.5909924Z test_meta_inplace_floor_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.5910107Z test_meta_inplace_floor_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.5910287Z test_meta_inplace_floor_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.5910472Z test_meta_inplace_floor_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.5910646Z test_meta_inplace_floor_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.5910823Z test_meta_inplace_floor_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.5910997Z test_meta_inplace_floor_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.5911280Z test_meta_inplace_floor_divide_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.035s) 2022-11-23T02:24:31.5911477Z test_meta_inplace_floor_divide_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:24:31.5911666Z test_meta_inplace_floor_divide_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:24:31.5911851Z test_meta_inplace_floor_divide_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.039s) 2022-11-23T02:24:31.5912070Z test_meta_inplace_floor_divide_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.5912391Z test_meta_inplace_floor_divide_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:31.5912581Z test_meta_inplace_floor_divide_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:24:31.5912769Z test_meta_inplace_floor_divide_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:24:31.5912954Z test_meta_inplace_floor_divide_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:24:31.5913195Z test_meta_inplace_fmax_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5913426Z test_meta_inplace_fmax_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5913663Z test_meta_inplace_fmax_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5913883Z test_meta_inplace_fmax_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.5914198Z test_meta_inplace_fmax_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5914447Z test_meta_inplace_fmax_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:24:31.5914676Z test_meta_inplace_fmax_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.5914908Z test_meta_inplace_fmax_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.5915288Z test_meta_inplace_fmax_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.5915580Z test_meta_inplace_fmax_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.5915820Z test_meta_inplace_fmin_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.5916049Z test_meta_inplace_fmin_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.5916285Z test_meta_inplace_fmin_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.5916517Z test_meta_inplace_fmin_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.5916745Z test_meta_inplace_fmin_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.5916978Z test_meta_inplace_fmin_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.5917206Z test_meta_inplace_fmin_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.5917430Z test_meta_inplace_fmin_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.5917657Z test_meta_inplace_fmin_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.5917886Z test_meta_inplace_fmin_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.5918073Z test_meta_inplace_fmod_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.5918257Z test_meta_inplace_fmod_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:24:31.5918548Z test_meta_inplace_fmod_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.5918728Z test_meta_inplace_fmod_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:24:31.5918905Z test_meta_inplace_fmod_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.5919067Z test_meta_inplace_fmod_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:24:31.5919239Z test_meta_inplace_fmod_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.5919412Z test_meta_inplace_fmod_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.5919586Z test_meta_inplace_fmod_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.5919770Z test_meta_inplace_frac_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.5919952Z test_meta_inplace_frac_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.5920134Z test_meta_inplace_frac_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.5920318Z test_meta_inplace_frac_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.5920563Z test_meta_inplace_frexp_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5920869Z test_meta_inplace_frexp_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5921182Z test_meta_inplace_frexp_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5921496Z test_meta_inplace_full_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5921740Z test_meta_inplace_full_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.5921982Z test_meta_inplace_full_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5922217Z test_meta_inplace_full_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5922448Z test_meta_inplace_full_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5922680Z test_meta_inplace_full_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5922915Z test_meta_inplace_full_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5923152Z test_meta_inplace_full_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5923382Z test_meta_inplace_full_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5923673Z test_meta_inplace_full_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5924041Z test_meta_inplace_full_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.5924266Z test_meta_inplace_full_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5924489Z test_meta_inplace_full_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.5924731Z test_meta_inplace_full_like_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5924965Z test_meta_inplace_full_like_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5925213Z test_meta_inplace_full_like_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:24:31.5925458Z test_meta_inplace_full_like_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5925698Z test_meta_inplace_full_like_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5926035Z test_meta_inplace_full_like_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5926267Z test_meta_inplace_full_like_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5926502Z test_meta_inplace_full_like_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5926737Z test_meta_inplace_full_like_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5926962Z test_meta_inplace_full_like_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5927241Z test_meta_inplace_full_like_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5927475Z test_meta_inplace_full_like_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5927709Z test_meta_inplace_gather_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5927944Z test_meta_inplace_gather_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5928187Z test_meta_inplace_gather_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5928506Z test_meta_inplace_gather_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5928901Z test_meta_inplace_gather_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5929138Z test_meta_inplace_gather_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5929361Z test_meta_inplace_gather_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5929599Z test_meta_inplace_gather_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5929835Z test_meta_inplace_gather_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5930070Z test_meta_inplace_gather_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5930299Z test_meta_inplace_gather_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5930518Z test_meta_inplace_gather_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5930696Z test_meta_inplace_gcd_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.5930871Z test_meta_inplace_gcd_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.5931047Z test_meta_inplace_gcd_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.5931222Z test_meta_inplace_gcd_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.5931524Z test_meta_inplace_gcd_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.5931777Z test_meta_inplace_ge_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.5931957Z test_meta_inplace_ge_cuda_bool (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.5932135Z test_meta_inplace_ge_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.5932316Z test_meta_inplace_ge_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.5932490Z test_meta_inplace_ge_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:24:31.5932662Z test_meta_inplace_ge_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.5932836Z test_meta_inplace_ge_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.5933111Z test_meta_inplace_ge_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.5933286Z test_meta_inplace_ge_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.5933453Z test_meta_inplace_ge_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.5933703Z test_meta_inplace_geqrf_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5933946Z test_meta_inplace_geqrf_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5934171Z test_meta_inplace_geqrf_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5934406Z test_meta_inplace_geqrf_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5934652Z test_meta_inplace_gradient_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5934901Z test_meta_inplace_gradient_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5935149Z test_meta_inplace_gradient_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5935395Z test_meta_inplace_gradient_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.5935632Z test_meta_inplace_gradient_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5935930Z test_meta_inplace_gradient_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5936181Z test_meta_inplace_gradient_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5936412Z test_meta_inplace_gradient_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5936642Z test_meta_inplace_gradient_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5936877Z test_meta_inplace_gradient_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5937129Z test_meta_inplace_grid_sampler_2d_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5937380Z test_meta_inplace_grid_sampler_2d_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5937624Z test_meta_inplace_grid_sampler_2d_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.5937808Z test_meta_inplace_gt_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.5937983Z test_meta_inplace_gt_cuda_bool (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.5938168Z test_meta_inplace_gt_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.5938347Z test_meta_inplace_gt_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.5938521Z test_meta_inplace_gt_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.5938694Z test_meta_inplace_gt_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.5938865Z test_meta_inplace_gt_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.5939023Z test_meta_inplace_gt_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.5939202Z test_meta_inplace_gt_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.5939373Z test_meta_inplace_gt_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.5939610Z test_meta_inplace_half_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5939842Z test_meta_inplace_half_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5940171Z test_meta_inplace_half_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5940413Z test_meta_inplace_half_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5940794Z test_meta_inplace_half_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5941040Z test_meta_inplace_half_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.5941273Z test_meta_inplace_half_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5941501Z test_meta_inplace_half_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5941732Z test_meta_inplace_half_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5942008Z test_meta_inplace_half_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5942238Z test_meta_inplace_half_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5942469Z test_meta_inplace_half_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5942665Z test_meta_inplace_heaviside_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:24:31.5942929Z test_meta_inplace_heaviside_cuda_bool (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.5943141Z test_meta_inplace_heaviside_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.5943330Z test_meta_inplace_heaviside_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:24:31.5943513Z test_meta_inplace_heaviside_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.5943706Z test_meta_inplace_heaviside_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.5943926Z test_meta_inplace_heaviside_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.5944251Z test_meta_inplace_heaviside_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:24:31.5944449Z test_meta_inplace_heaviside_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:31.5944635Z test_meta_inplace_heaviside_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.5944878Z test_meta_inplace_histc_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.5945116Z test_meta_inplace_histc_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5945347Z test_meta_inplace_histc_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:24:31.5945584Z test_meta_inplace_histc_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5945816Z test_meta_inplace_histc_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5946048Z test_meta_inplace_histc_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5946287Z test_meta_inplace_hsplit_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5946521Z test_meta_inplace_hsplit_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5946763Z test_meta_inplace_hsplit_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:24:31.5947004Z test_meta_inplace_hsplit_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5947339Z test_meta_inplace_hsplit_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5947579Z test_meta_inplace_hsplit_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5947809Z test_meta_inplace_hsplit_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5948033Z test_meta_inplace_hsplit_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.011s) 2022-11-23T02:24:31.5948269Z test_meta_inplace_hsplit_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5948500Z test_meta_inplace_hsplit_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5948728Z test_meta_inplace_hsplit_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5948963Z test_meta_inplace_hsplit_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5949324Z test_meta_inplace_hsplit_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5949571Z test_meta_inplace_hstack_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5950006Z test_meta_inplace_hstack_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5950477Z test_meta_inplace_hstack_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5950823Z test_meta_inplace_hstack_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5951072Z test_meta_inplace_hstack_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5951309Z test_meta_inplace_hstack_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5951542Z test_meta_inplace_hstack_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5951766Z test_meta_inplace_hstack_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5952000Z test_meta_inplace_hstack_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5952231Z test_meta_inplace_hstack_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5952465Z test_meta_inplace_hstack_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5952700Z test_meta_inplace_hstack_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5952928Z test_meta_inplace_hstack_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.5953120Z test_meta_inplace_hypot_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.5953303Z test_meta_inplace_hypot_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:24:31.5953486Z test_meta_inplace_hypot_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.5953668Z test_meta_inplace_hypot_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.5953850Z test_meta_inplace_i0_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.5954074Z test_meta_inplace_i0_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.007s) 2022-11-23T02:24:31.5954251Z test_meta_inplace_i0_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.5954427Z test_meta_inplace_i0_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.5954598Z test_meta_inplace_i0_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.5954889Z test_meta_inplace_i0_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T02:24:31.5955111Z test_meta_inplace_i0_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.006s) 2022-11-23T02:24:31.5955329Z test_meta_inplace_i0_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T02:24:31.5955548Z test_meta_inplace_i0_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T02:24:31.5955770Z test_meta_inplace_i0_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:31.5955959Z test_meta_inplace_igamma_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.5956146Z test_meta_inplace_igamma_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.5956336Z test_meta_inplace_igammac_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.5956527Z test_meta_inplace_igammac_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.5956771Z test_meta_inplace_imag_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5957011Z test_meta_inplace_imag_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:24:31.5957239Z test_meta_inplace_imag_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5957437Z test_meta_inplace_index_add_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:24:31.5957689Z test_meta_inplace_index_add_cuda_bool (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.5957905Z test_meta_inplace_index_add_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.5958103Z test_meta_inplace_index_add_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.5958296Z test_meta_inplace_index_add_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.5958485Z test_meta_inplace_index_add_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-11-23T02:24:31.5958669Z test_meta_inplace_index_add_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:24:31.5958850Z test_meta_inplace_index_add_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.5959020Z test_meta_inplace_index_add_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.5959205Z test_meta_inplace_index_add_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:24:31.5959391Z test_meta_inplace_index_add_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.5959573Z test_meta_inplace_index_add_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.5959755Z test_meta_inplace_index_add_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:24:31.5959954Z test_meta_inplace_index_copy_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.5960136Z test_meta_inplace_index_copy_cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.5960337Z test_meta_inplace_index_copy_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.5960534Z test_meta_inplace_index_copy_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.5960723Z test_meta_inplace_index_copy_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.5960907Z test_meta_inplace_index_copy_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.5961218Z test_meta_inplace_index_copy_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.5961441Z test_meta_inplace_index_copy_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.5961629Z test_meta_inplace_index_copy_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.5961907Z test_meta_inplace_index_copy_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.5962095Z test_meta_inplace_index_copy_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.5962278Z test_meta_inplace_index_copy_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.5962471Z test_meta_inplace_index_fill_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.5962641Z test_meta_inplace_index_fill_cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.5962835Z test_meta_inplace_index_fill_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.5963033Z test_meta_inplace_index_fill_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.5963220Z test_meta_inplace_index_fill_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.5963405Z test_meta_inplace_index_fill_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.5963589Z test_meta_inplace_index_fill_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.5963778Z test_meta_inplace_index_fill_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.5964096Z test_meta_inplace_index_fill_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.5964340Z test_meta_inplace_index_fill_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.5964527Z test_meta_inplace_index_fill_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.5964709Z test_meta_inplace_index_fill_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.5964987Z test_meta_inplace_index_put_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.5965185Z test_meta_inplace_index_put_cuda_bool (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.5965383Z test_meta_inplace_index_put_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.5965582Z test_meta_inplace_index_put_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.5965776Z test_meta_inplace_index_put_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.5965966Z test_meta_inplace_index_put_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.5966154Z test_meta_inplace_index_put_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:31.5966321Z test_meta_inplace_index_put_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.5966508Z test_meta_inplace_index_put_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.5966697Z test_meta_inplace_index_put_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.5966878Z test_meta_inplace_index_put_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.5967062Z test_meta_inplace_index_put_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.5967245Z test_meta_inplace_index_put_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.5967446Z test_meta_inplace_index_reduce_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.041s) 2022-11-23T02:24:31.5967640Z test_meta_inplace_index_reduce_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.064s) 2022-11-23T02:24:31.5967826Z test_meta_inplace_index_reduce_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.049s) 2022-11-23T02:24:31.5968009Z test_meta_inplace_index_reduce_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.051s) 2022-11-23T02:24:31.5968198Z test_meta_inplace_index_reduce_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.054s) 2022-11-23T02:24:31.5968383Z test_meta_inplace_index_reduce_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.049s) 2022-11-23T02:24:31.5968564Z test_meta_inplace_index_reduce_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.047s) 2022-11-23T02:24:31.5968750Z test_meta_inplace_index_reduce_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.039s) 2022-11-23T02:24:31.5968932Z test_meta_inplace_index_reduce_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.061s) 2022-11-23T02:24:31.5969274Z test_meta_inplace_index_select_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5969523Z test_meta_inplace_index_select_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5969776Z test_meta_inplace_index_select_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5970030Z test_meta_inplace_index_select_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.011s) 2022-11-23T02:24:31.5970282Z test_meta_inplace_index_select_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.5970514Z test_meta_inplace_index_select_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.5970760Z test_meta_inplace_index_select_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.5971006Z test_meta_inplace_index_select_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.5971251Z test_meta_inplace_index_select_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.5971492Z test_meta_inplace_index_select_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.5971799Z test_meta_inplace_index_select_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.5972058Z test_meta_inplace_index_select_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.5972299Z test_meta_inplace_index_select_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5972542Z test_meta_inplace_inner_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.5972785Z test_meta_inplace_inner_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.5973024Z test_meta_inplace_inner_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.5973257Z test_meta_inplace_inner_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.5973495Z test_meta_inplace_inner_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.5973730Z test_meta_inplace_inner_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.5973965Z test_meta_inplace_int_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.004s) 2022-11-23T02:24:31.5974195Z test_meta_inplace_int_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5974434Z test_meta_inplace_int_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5974668Z test_meta_inplace_int_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.5974902Z test_meta_inplace_int_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5975132Z test_meta_inplace_int_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.5975367Z test_meta_inplace_int_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5975594Z test_meta_inplace_int_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5975821Z test_meta_inplace_int_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:24:31.5976126Z test_meta_inplace_int_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5976353Z test_meta_inplace_int_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5976573Z test_meta_inplace_int_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5976797Z test_meta_inplace_isclose_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5977033Z test_meta_inplace_isclose_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:24:31.5977276Z test_meta_inplace_isclose_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5977517Z test_meta_inplace_isclose_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.5977756Z test_meta_inplace_isclose_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5977991Z test_meta_inplace_isclose_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5978216Z test_meta_inplace_isclose_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.5978446Z test_meta_inplace_isclose_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5978747Z test_meta_inplace_isclose_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5978998Z test_meta_inplace_isclose_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5979232Z test_meta_inplace_isclose_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5979465Z test_meta_inplace_isclose_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5979708Z test_meta_inplace_isfinite_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5979945Z test_meta_inplace_isfinite_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5980190Z test_meta_inplace_isfinite_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5980435Z test_meta_inplace_isfinite_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5980679Z test_meta_inplace_isfinite_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5980921Z test_meta_inplace_isfinite_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5981157Z test_meta_inplace_isfinite_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.5981385Z test_meta_inplace_isfinite_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.5981619Z test_meta_inplace_isfinite_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5981846Z test_meta_inplace_isfinite_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.5982070Z test_meta_inplace_isfinite_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5982301Z test_meta_inplace_isfinite_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5982537Z test_meta_inplace_isfinite_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:24:31.5982841Z test_meta_inplace_isin_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5983076Z test_meta_inplace_isin_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5983306Z test_meta_inplace_isin_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5983536Z test_meta_inplace_isin_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5983771Z test_meta_inplace_isin_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:24:31.5984002Z test_meta_inplace_isin_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.5984229Z test_meta_inplace_isin_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5984458Z test_meta_inplace_isin_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5984693Z test_meta_inplace_isinf_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.5984922Z test_meta_inplace_isinf_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5985164Z test_meta_inplace_isinf_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5985467Z test_meta_inplace_isinf_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.5985714Z test_meta_inplace_isinf_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5985947Z test_meta_inplace_isinf_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5986185Z test_meta_inplace_isinf_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.5986416Z test_meta_inplace_isinf_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5986650Z test_meta_inplace_isinf_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5986880Z test_meta_inplace_isinf_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.5987112Z test_meta_inplace_isinf_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5987341Z test_meta_inplace_isinf_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5987566Z test_meta_inplace_isinf_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.5987805Z test_meta_inplace_isnan_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5988031Z test_meta_inplace_isnan_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5988275Z test_meta_inplace_isnan_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5988515Z test_meta_inplace_isnan_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5988737Z test_meta_inplace_isnan_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5988970Z test_meta_inplace_isnan_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5989206Z test_meta_inplace_isnan_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5989520Z test_meta_inplace_isnan_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5989747Z test_meta_inplace_isnan_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.5989977Z test_meta_inplace_isnan_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5990208Z test_meta_inplace_isnan_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5990436Z test_meta_inplace_isnan_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.007s) 2022-11-23T02:24:31.5990684Z test_meta_inplace_isneginf_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5990919Z test_meta_inplace_isneginf_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5991161Z test_meta_inplace_isneginf_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5991399Z test_meta_inplace_isneginf_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5991630Z test_meta_inplace_isneginf_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5991866Z test_meta_inplace_isneginf_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5992093Z test_meta_inplace_isneginf_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5992382Z test_meta_inplace_isneginf_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5992628Z test_meta_inplace_isneginf_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5992866Z test_meta_inplace_isneginf_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5993112Z test_meta_inplace_isposinf_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5993347Z test_meta_inplace_isposinf_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5993591Z test_meta_inplace_isposinf_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5993827Z test_meta_inplace_isposinf_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5994060Z test_meta_inplace_isposinf_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5994296Z test_meta_inplace_isposinf_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5994524Z test_meta_inplace_isposinf_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5994737Z test_meta_inplace_isposinf_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5994969Z test_meta_inplace_isposinf_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5995204Z test_meta_inplace_isposinf_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5995445Z test_meta_inplace_isreal_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.5995684Z test_meta_inplace_isreal_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5995928Z test_meta_inplace_isreal_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5996170Z test_meta_inplace_isreal_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:24:31.5996486Z test_meta_inplace_isreal_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5996725Z test_meta_inplace_isreal_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5996953Z test_meta_inplace_isreal_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5997176Z test_meta_inplace_isreal_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.5997412Z test_meta_inplace_isreal_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.011s) 2022-11-23T02:24:31.5997647Z test_meta_inplace_isreal_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5997880Z test_meta_inplace_isreal_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5998114Z test_meta_inplace_isreal_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5998342Z test_meta_inplace_isreal_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5998582Z test_meta_inplace_istft_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5998873Z test_meta_inplace_istft_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5999318Z test_meta_inplace_jiterator_2inputs_2outputs_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5999603Z test_meta_inplace_jiterator_2inputs_2outputs_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.5999876Z test_meta_inplace_jiterator_2inputs_2outputs_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6000153Z test_meta_inplace_jiterator_2inputs_2outputs_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6000421Z test_meta_inplace_jiterator_2inputs_2outputs_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6000684Z test_meta_inplace_jiterator_2inputs_2outputs_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6000951Z test_meta_inplace_jiterator_2inputs_2outputs_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6001216Z test_meta_inplace_jiterator_2inputs_2outputs_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6001473Z test_meta_inplace_jiterator_2inputs_2outputs_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6001737Z test_meta_inplace_jiterator_2inputs_2outputs_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6002164Z test_meta_inplace_jiterator_2inputs_2outputs_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6002441Z test_meta_inplace_jiterator_2inputs_2outputs_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6002723Z test_meta_inplace_jiterator_4inputs_with_extra_args_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6002998Z test_meta_inplace_jiterator_4inputs_with_extra_args_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6003280Z test_meta_inplace_jiterator_4inputs_with_extra_args_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.6004232Z test_meta_inplace_jiterator_4inputs_with_extra_args_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6004513Z test_meta_inplace_jiterator_4inputs_with_extra_args_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6004788Z test_meta_inplace_jiterator_4inputs_with_extra_args_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6005062Z test_meta_inplace_jiterator_4inputs_with_extra_args_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6005332Z test_meta_inplace_jiterator_4inputs_with_extra_args_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:24:31.6005602Z test_meta_inplace_jiterator_4inputs_with_extra_args_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6005870Z test_meta_inplace_jiterator_4inputs_with_extra_args_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6006136Z test_meta_inplace_jiterator_4inputs_with_extra_args_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6006397Z test_meta_inplace_jiterator_4inputs_with_extra_args_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6006741Z test_meta_inplace_jiterator_binary_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:24:31.6007009Z test_meta_inplace_jiterator_binary_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6007268Z test_meta_inplace_jiterator_binary_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6007530Z test_meta_inplace_jiterator_binary_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6007784Z test_meta_inplace_jiterator_binary_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6008036Z test_meta_inplace_jiterator_binary_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:24:31.6008280Z test_meta_inplace_jiterator_binary_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6008531Z test_meta_inplace_jiterator_binary_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6008780Z test_meta_inplace_jiterator_binary_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6009023Z test_meta_inplace_jiterator_binary_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6009273Z test_meta_inplace_jiterator_binary_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:24:31.6009524Z test_meta_inplace_jiterator_binary_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6009798Z test_meta_inplace_jiterator_binary_return_by_ref_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6010070Z test_meta_inplace_jiterator_binary_return_by_ref_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6010349Z test_meta_inplace_jiterator_binary_return_by_ref_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6010626Z test_meta_inplace_jiterator_binary_return_by_ref_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6010986Z test_meta_inplace_jiterator_binary_return_by_ref_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6011253Z test_meta_inplace_jiterator_binary_return_by_ref_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6011515Z test_meta_inplace_jiterator_binary_return_by_ref_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6011766Z test_meta_inplace_jiterator_binary_return_by_ref_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6012187Z test_meta_inplace_jiterator_binary_return_by_ref_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6012475Z test_meta_inplace_jiterator_binary_return_by_ref_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6012748Z test_meta_inplace_jiterator_binary_return_by_ref_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6013009Z test_meta_inplace_jiterator_binary_return_by_ref_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6013265Z test_meta_inplace_jiterator_unary_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6013512Z test_meta_inplace_jiterator_unary_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6013848Z test_meta_inplace_jiterator_unary_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6014121Z test_meta_inplace_jiterator_unary_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6014377Z test_meta_inplace_jiterator_unary_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6014630Z test_meta_inplace_jiterator_unary_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6015055Z test_meta_inplace_jiterator_unary_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6015318Z test_meta_inplace_jiterator_unary_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6015568Z test_meta_inplace_jiterator_unary_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6015814Z test_meta_inplace_jiterator_unary_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6016061Z test_meta_inplace_jiterator_unary_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6016309Z test_meta_inplace_jiterator_unary_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6016544Z test_meta_inplace_kron_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6016773Z test_meta_inplace_kron_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6017016Z test_meta_inplace_kron_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6017257Z test_meta_inplace_kron_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:24:31.6017492Z test_meta_inplace_kron_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6017726Z test_meta_inplace_kron_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6018059Z test_meta_inplace_kron_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6018288Z test_meta_inplace_kron_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6018517Z test_meta_inplace_kron_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:24:31.6018746Z test_meta_inplace_kron_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6018972Z test_meta_inplace_kron_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6019186Z test_meta_inplace_kron_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6019427Z test_meta_inplace_kthvalue_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6019661Z test_meta_inplace_kthvalue_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:24:31.6019894Z test_meta_inplace_kthvalue_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6020131Z test_meta_inplace_kthvalue_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6020359Z test_meta_inplace_kthvalue_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6020585Z test_meta_inplace_kthvalue_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6020889Z test_meta_inplace_kthvalue_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:24:31.6021141Z test_meta_inplace_kthvalue_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6021320Z test_meta_inplace_lcm_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.6021640Z test_meta_inplace_lcm_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.6021820Z test_meta_inplace_lcm_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.6021995Z test_meta_inplace_lcm_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.6022171Z test_meta_inplace_lcm_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.6022359Z test_meta_inplace_ldexp_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:24:31.6022595Z test_meta_inplace_ldexp_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T02:24:31.6022789Z test_meta_inplace_ldexp_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.6022979Z test_meta_inplace_ldexp_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.6023162Z test_meta_inplace_ldexp_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.6023349Z test_meta_inplace_ldexp_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.6023518Z test_meta_inplace_ldexp_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.6023745Z test_meta_inplace_ldexp_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:31.6023972Z test_meta_inplace_ldexp_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:24:31.6024307Z test_meta_inplace_ldexp_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.006s) 2022-11-23T02:24:31.6024621Z test_meta_inplace_ldexp_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:24:31.6024852Z test_meta_inplace_ldexp_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:24:31.6025041Z test_meta_inplace_le_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:24:31.6025322Z test_meta_inplace_le_cuda_bool (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.6025503Z test_meta_inplace_le_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.6025681Z test_meta_inplace_le_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.6025855Z test_meta_inplace_le_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.6026026Z test_meta_inplace_le_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.6026204Z test_meta_inplace_le_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.6026379Z test_meta_inplace_le_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.6026554Z test_meta_inplace_le_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.6026727Z test_meta_inplace_le_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.6026913Z test_meta_inplace_lerp_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:24:31.6027154Z test_meta_inplace_lerp_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.041s) 2022-11-23T02:24:31.6027346Z test_meta_inplace_lerp_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.046s) 2022-11-23T02:24:31.6027511Z test_meta_inplace_lerp_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.6027692Z test_meta_inplace_lerp_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.6027869Z test_meta_inplace_lerp_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:24:31.6028174Z test_meta_inplace_lgamma_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:31.6028377Z test_meta_inplace_lgamma_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.6028564Z test_meta_inplace_lgamma_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.6028748Z test_meta_inplace_lgamma_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.6028981Z test_meta_inplace_lgamma_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T02:24:31.6029211Z test_meta_inplace_lgamma_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:24:31.6029433Z test_meta_inplace_lgamma_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:24:31.6029660Z test_meta_inplace_lgamma_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:31.6029888Z test_meta_inplace_lgamma_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T02:24:31.6030292Z test_meta_inplace_linalg_cholesky_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6030562Z test_meta_inplace_linalg_cholesky_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6030819Z test_meta_inplace_linalg_cholesky_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6031071Z test_meta_inplace_linalg_cholesky_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:24:31.6031330Z test_meta_inplace_linalg_cholesky_ex_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6031590Z test_meta_inplace_linalg_cholesky_ex_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6031847Z test_meta_inplace_linalg_cholesky_ex_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6032101Z test_meta_inplace_linalg_cholesky_ex_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6032349Z test_meta_inplace_linalg_cond_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:24:31.6032710Z test_meta_inplace_linalg_cond_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6033121Z test_meta_inplace_linalg_cond_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6033361Z test_meta_inplace_linalg_cond_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6033615Z test_meta_inplace_linalg_cross_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6033868Z test_meta_inplace_linalg_cross_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:24:31.6034114Z test_meta_inplace_linalg_cross_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6034357Z test_meta_inplace_linalg_cross_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6034605Z test_meta_inplace_linalg_cross_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6034845Z test_meta_inplace_linalg_cross_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6035085Z test_meta_inplace_linalg_cross_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.012s) 2022-11-23T02:24:31.6035322Z test_meta_inplace_linalg_cross_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6035645Z test_meta_inplace_linalg_cross_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6035901Z test_meta_inplace_linalg_cross_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6036153Z test_meta_inplace_linalg_det_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6036399Z test_meta_inplace_linalg_det_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6036640Z test_meta_inplace_linalg_det_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6036880Z test_meta_inplace_linalg_det_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6037146Z test_meta_inplace_linalg_det_singular_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6037403Z test_meta_inplace_linalg_det_singular_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6037660Z test_meta_inplace_linalg_det_singular_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6037920Z test_meta_inplace_linalg_det_singular_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6038170Z test_meta_inplace_linalg_eig_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6038418Z test_meta_inplace_linalg_eig_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6038657Z test_meta_inplace_linalg_eig_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6038894Z test_meta_inplace_linalg_eig_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6039293Z test_meta_inplace_linalg_eigh_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6039593Z test_meta_inplace_linalg_eigh_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6039941Z test_meta_inplace_linalg_eigh_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6040187Z test_meta_inplace_linalg_eigh_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6040440Z test_meta_inplace_linalg_eigvals_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6040678Z test_meta_inplace_linalg_eigvals_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6040931Z test_meta_inplace_linalg_eigvals_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6041281Z test_meta_inplace_linalg_eigvals_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6041543Z test_meta_inplace_linalg_eigvalsh_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6041804Z test_meta_inplace_linalg_eigvalsh_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6042054Z test_meta_inplace_linalg_eigvalsh_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6042302Z test_meta_inplace_linalg_eigvalsh_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6043193Z test_meta_inplace_linalg_householder_product_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6043532Z test_meta_inplace_linalg_householder_product_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6043802Z test_meta_inplace_linalg_householder_product_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6044075Z test_meta_inplace_linalg_householder_product_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.004s) 2022-11-23T02:24:31.6044322Z test_meta_inplace_linalg_inv_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6044570Z test_meta_inplace_linalg_inv_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6044811Z test_meta_inplace_linalg_inv_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6045056Z test_meta_inplace_linalg_inv_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6045308Z test_meta_inplace_linalg_inv_ex_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6045556Z test_meta_inplace_linalg_inv_ex_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6045799Z test_meta_inplace_linalg_inv_ex_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6046043Z test_meta_inplace_linalg_inv_ex_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6046299Z test_meta_inplace_linalg_ldl_factor_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6046562Z test_meta_inplace_linalg_ldl_factor_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6046812Z test_meta_inplace_linalg_ldl_factor_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6047060Z test_meta_inplace_linalg_ldl_factor_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6047433Z test_meta_inplace_linalg_ldl_factor_ex_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6047690Z test_meta_inplace_linalg_ldl_factor_ex_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6047943Z test_meta_inplace_linalg_ldl_factor_ex_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6048202Z test_meta_inplace_linalg_ldl_factor_ex_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6048461Z test_meta_inplace_linalg_ldl_solve_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6048717Z test_meta_inplace_linalg_ldl_solve_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6048963Z test_meta_inplace_linalg_ldl_solve_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6049199Z test_meta_inplace_linalg_ldl_solve_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6049446Z test_meta_inplace_linalg_lstsq_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6049692Z test_meta_inplace_linalg_lstsq_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6050005Z test_meta_inplace_linalg_lstsq_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6050268Z test_meta_inplace_linalg_lstsq_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6050540Z test_meta_inplace_linalg_lstsq_grad_oriented_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6050989Z test_meta_inplace_linalg_lstsq_grad_oriented_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6051264Z test_meta_inplace_linalg_lstsq_grad_oriented_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6051529Z test_meta_inplace_linalg_lstsq_grad_oriented_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6051933Z test_meta_inplace_linalg_lu_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6052298Z test_meta_inplace_linalg_lu_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6052648Z test_meta_inplace_linalg_lu_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:24:31.6052889Z test_meta_inplace_linalg_lu_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6053148Z test_meta_inplace_linalg_lu_factor_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6053402Z test_meta_inplace_linalg_lu_factor_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6053651Z test_meta_inplace_linalg_lu_factor_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6053905Z test_meta_inplace_linalg_lu_factor_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6054166Z test_meta_inplace_linalg_lu_factor_ex_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6054423Z test_meta_inplace_linalg_lu_factor_ex_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6054780Z test_meta_inplace_linalg_lu_factor_ex_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6055034Z test_meta_inplace_linalg_lu_factor_ex_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6055285Z test_meta_inplace_linalg_lu_solve_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6055537Z test_meta_inplace_linalg_lu_solve_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6055784Z test_meta_inplace_linalg_lu_solve_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6056029Z test_meta_inplace_linalg_lu_solve_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6056280Z test_meta_inplace_linalg_matrix_norm_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6056544Z test_meta_inplace_linalg_matrix_norm_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6056801Z test_meta_inplace_linalg_matrix_norm_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6057053Z test_meta_inplace_linalg_matrix_norm_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6057355Z test_meta_inplace_linalg_matrix_norm_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6057621Z test_meta_inplace_linalg_matrix_norm_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.6057881Z test_meta_inplace_linalg_matrix_power_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6058142Z test_meta_inplace_linalg_matrix_power_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6058399Z test_meta_inplace_linalg_matrix_power_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6058652Z test_meta_inplace_linalg_matrix_power_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6058910Z test_meta_inplace_linalg_matrix_rank_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:24:31.6059170Z test_meta_inplace_linalg_matrix_rank_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6059424Z test_meta_inplace_linalg_matrix_rank_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6059672Z test_meta_inplace_linalg_matrix_rank_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6059949Z test_meta_inplace_linalg_matrix_rank_hermitian_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6060222Z test_meta_inplace_linalg_matrix_rank_hermitian_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6060489Z test_meta_inplace_linalg_matrix_rank_hermitian_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6060759Z test_meta_inplace_linalg_matrix_rank_hermitian_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.004s) 2022-11-23T02:24:31.6061011Z test_meta_inplace_linalg_multi_dot_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6061265Z test_meta_inplace_linalg_multi_dot_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6061600Z test_meta_inplace_linalg_multi_dot_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6061850Z test_meta_inplace_linalg_multi_dot_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6062098Z test_meta_inplace_linalg_multi_dot_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6062341Z test_meta_inplace_linalg_multi_dot_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6062593Z test_meta_inplace_linalg_norm_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6062844Z test_meta_inplace_linalg_norm_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6063092Z test_meta_inplace_linalg_norm_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6063337Z test_meta_inplace_linalg_norm_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6063580Z test_meta_inplace_linalg_norm_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.6063826Z test_meta_inplace_linalg_norm_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.6064260Z test_meta_inplace_linalg_norm_subgradients_at_zero_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6064622Z test_meta_inplace_linalg_norm_subgradients_at_zero_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6064908Z test_meta_inplace_linalg_norm_subgradients_at_zero_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6065188Z test_meta_inplace_linalg_norm_subgradients_at_zero_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6065462Z test_meta_inplace_linalg_norm_subgradients_at_zero_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:24:31.6065727Z test_meta_inplace_linalg_norm_subgradients_at_zero_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6065963Z test_meta_inplace_linalg_pinv_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6066211Z test_meta_inplace_linalg_pinv_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6066454Z test_meta_inplace_linalg_pinv_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6066700Z test_meta_inplace_linalg_pinv_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:24:31.6067016Z test_meta_inplace_linalg_pinv_hermitian_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6067437Z test_meta_inplace_linalg_pinv_hermitian_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6067709Z test_meta_inplace_linalg_pinv_hermitian_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6067974Z test_meta_inplace_linalg_pinv_hermitian_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6068281Z test_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:24:31.6068582Z test_meta_inplace_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:24:31.6068985Z 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:24:31.6069279Z 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:24:31.6069526Z test_meta_inplace_linalg_qr_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6069778Z test_meta_inplace_linalg_qr_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6070018Z test_meta_inplace_linalg_qr_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6070252Z test_meta_inplace_linalg_qr_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6070509Z test_meta_inplace_linalg_slogdet_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6070765Z test_meta_inplace_linalg_slogdet_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6071014Z test_meta_inplace_linalg_slogdet_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6071330Z test_meta_inplace_linalg_slogdet_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6071634Z test_meta_inplace_linalg_solve_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6071994Z test_meta_inplace_linalg_solve_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6072250Z test_meta_inplace_linalg_solve_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6072494Z test_meta_inplace_linalg_solve_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6072748Z test_meta_inplace_linalg_solve_ex_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6073000Z test_meta_inplace_linalg_solve_ex_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6073254Z test_meta_inplace_linalg_solve_ex_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6073500Z test_meta_inplace_linalg_solve_ex_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6073769Z test_meta_inplace_linalg_solve_triangular_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6074040Z test_meta_inplace_linalg_solve_triangular_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6074303Z test_meta_inplace_linalg_solve_triangular_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6074649Z test_meta_inplace_linalg_solve_triangular_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6074978Z test_meta_inplace_linalg_svd_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6075233Z test_meta_inplace_linalg_svd_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6075475Z test_meta_inplace_linalg_svd_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:24:31.6075824Z test_meta_inplace_linalg_svd_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6076080Z test_meta_inplace_linalg_svdvals_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6076333Z test_meta_inplace_linalg_svdvals_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6076580Z test_meta_inplace_linalg_svdvals_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.011s) 2022-11-23T02:24:31.6076830Z test_meta_inplace_linalg_svdvals_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6077088Z test_meta_inplace_linalg_tensorinv_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6077345Z test_meta_inplace_linalg_tensorinv_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.6077600Z test_meta_inplace_linalg_tensorinv_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.6077851Z test_meta_inplace_linalg_tensorinv_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6078111Z test_meta_inplace_linalg_tensorsolve_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6078374Z test_meta_inplace_linalg_tensorsolve_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6078698Z test_meta_inplace_linalg_tensorsolve_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.6078970Z test_meta_inplace_linalg_tensorsolve_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6079221Z test_meta_inplace_linalg_vander_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6079476Z test_meta_inplace_linalg_vander_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6079724Z test_meta_inplace_linalg_vander_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6079971Z test_meta_inplace_linalg_vander_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6080219Z test_meta_inplace_linalg_vander_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6080463Z test_meta_inplace_linalg_vander_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6080706Z test_meta_inplace_linalg_vander_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6080952Z test_meta_inplace_linalg_vander_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6081193Z test_meta_inplace_linalg_vander_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.6081443Z test_meta_inplace_linalg_vecdot_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6081694Z test_meta_inplace_linalg_vecdot_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6081933Z test_meta_inplace_linalg_vecdot_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6082179Z test_meta_inplace_linalg_vecdot_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6082427Z test_meta_inplace_linalg_vecdot_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6082759Z test_meta_inplace_linalg_vecdot_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:24:31.6083014Z test_meta_inplace_linalg_vector_norm_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6083273Z test_meta_inplace_linalg_vector_norm_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6083532Z test_meta_inplace_linalg_vector_norm_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6083787Z test_meta_inplace_linalg_vector_norm_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6084038Z test_meta_inplace_linalg_vector_norm_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:24:31.6084290Z test_meta_inplace_linalg_vector_norm_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6084534Z test_meta_inplace_linspace_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6084778Z test_meta_inplace_linspace_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6085022Z test_meta_inplace_linspace_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6085262Z test_meta_inplace_linspace_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6085563Z test_meta_inplace_linspace_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6085809Z test_meta_inplace_linspace_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6086047Z test_meta_inplace_linspace_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6086278Z test_meta_inplace_linspace_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6086503Z test_meta_inplace_linspace_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6086735Z test_meta_inplace_linspace_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6086971Z test_meta_inplace_linspace_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6087159Z test_meta_inplace_log10_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.6087386Z test_meta_inplace_log10_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:31.6087574Z test_meta_inplace_log10_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.6087804Z test_meta_inplace_log10_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.6088088Z test_meta_inplace_log10_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.6088323Z test_meta_inplace_log10_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.6088506Z test_meta_inplace_log10_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.6088730Z test_meta_inplace_log10_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:24:31.6088958Z test_meta_inplace_log10_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:24:31.6089181Z test_meta_inplace_log10_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.010s) 2022-11-23T02:24:31.6089406Z test_meta_inplace_log10_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:24:31.6089730Z test_meta_inplace_log10_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:31.6089920Z test_meta_inplace_log1p_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.6090144Z test_meta_inplace_log1p_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:31.6090330Z test_meta_inplace_log1p_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.6090514Z test_meta_inplace_log1p_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.6090840Z test_meta_inplace_log1p_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.6091118Z test_meta_inplace_log1p_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:31.6091348Z test_meta_inplace_log1p_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:31.6091565Z test_meta_inplace_log1p_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:31.6091796Z test_meta_inplace_log1p_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:31.6092015Z test_meta_inplace_log1p_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T02:24:31.6092197Z test_meta_inplace_log2_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.6092421Z test_meta_inplace_log2_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.006s) 2022-11-23T02:24:31.6092611Z test_meta_inplace_log2_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.6092871Z test_meta_inplace_log2_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.6093073Z test_meta_inplace_log2_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.6093255Z test_meta_inplace_log2_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.6093434Z test_meta_inplace_log2_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.6093663Z test_meta_inplace_log2_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:24:31.6093886Z test_meta_inplace_log2_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.013s) 2022-11-23T02:24:31.6094107Z test_meta_inplace_log2_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:31.6094325Z test_meta_inplace_log2_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:31.6094547Z test_meta_inplace_log2_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:31.6094730Z test_meta_inplace_log_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.6094950Z test_meta_inplace_log_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:31.6095139Z test_meta_inplace_log_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.6095324Z test_meta_inplace_log_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.6095508Z test_meta_inplace_log_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.6095691Z test_meta_inplace_log_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.6095870Z test_meta_inplace_log_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.6096046Z test_meta_inplace_log_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.6096266Z test_meta_inplace_log_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.006s) 2022-11-23T02:24:31.6096488Z test_meta_inplace_log_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:24:31.6096694Z test_meta_inplace_log_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:24:31.6097010Z test_meta_inplace_log_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:31.6097226Z test_meta_inplace_log_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.001s) 2022-11-23T02:24:31.6097476Z test_meta_inplace_log_softmax_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6097723Z test_meta_inplace_log_softmax_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:24:31.6097972Z test_meta_inplace_log_softmax_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6098215Z test_meta_inplace_log_softmax_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6098478Z test_meta_inplace_log_softmax_with_dtype_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6098772Z test_meta_inplace_log_softmax_with_dtype_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:24:31.6099150Z test_meta_inplace_log_softmax_with_dtype_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6099420Z test_meta_inplace_log_softmax_with_dtype_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6099675Z test_meta_inplace_log_softmax_with_dtype_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6100011Z test_meta_inplace_log_softmax_with_dtype_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6100274Z test_meta_inplace_log_softmax_with_dtype_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6100522Z test_meta_inplace_log_softmax_with_dtype_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:24:31.6100773Z test_meta_inplace_log_softmax_with_dtype_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6101029Z test_meta_inplace_log_softmax_with_dtype_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6101281Z test_meta_inplace_log_softmax_with_dtype_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6101542Z test_meta_inplace_log_softmax_with_dtype_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6101972Z test_meta_inplace_log_softmax_with_dtype_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:24:31.6102235Z test_meta_inplace_logaddexp2_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6102484Z test_meta_inplace_logaddexp2_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6102731Z test_meta_inplace_logaddexp2_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6102976Z test_meta_inplace_logaddexp_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6103220Z test_meta_inplace_logaddexp_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.011s) 2022-11-23T02:24:31.6103460Z test_meta_inplace_logaddexp_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6103711Z test_meta_inplace_logcumsumexp_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6103959Z test_meta_inplace_logcumsumexp_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6104295Z test_meta_inplace_logcumsumexp_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6104544Z test_meta_inplace_logcumsumexp_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6104781Z test_meta_inplace_logdet_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6105022Z test_meta_inplace_logdet_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6105260Z test_meta_inplace_logdet_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6105489Z test_meta_inplace_logdet_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6105689Z test_meta_inplace_logical_and_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.6105882Z test_meta_inplace_logical_and_cuda_bool (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.6106085Z test_meta_inplace_logical_and_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.6106283Z test_meta_inplace_logical_and_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.6106570Z test_meta_inplace_logical_and_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.6106811Z test_meta_inplace_logical_and_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.6107077Z test_meta_inplace_logical_and_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.6107281Z test_meta_inplace_logical_and_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.6107465Z test_meta_inplace_logical_and_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.6107644Z test_meta_inplace_logical_and_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.6107833Z test_meta_inplace_logical_and_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.6108024Z test_meta_inplace_logical_and_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.6108219Z test_meta_inplace_logical_not_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.6108410Z test_meta_inplace_logical_not_cuda_bool (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.6108597Z test_meta_inplace_logical_not_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.6108795Z test_meta_inplace_logical_not_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.6108985Z test_meta_inplace_logical_not_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.6109172Z test_meta_inplace_logical_not_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.6109511Z test_meta_inplace_logical_not_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.6109738Z test_meta_inplace_logical_not_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.6109922Z test_meta_inplace_logical_not_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.6110100Z test_meta_inplace_logical_not_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.6110284Z test_meta_inplace_logical_not_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.6110472Z test_meta_inplace_logical_not_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.6110666Z test_meta_inplace_logical_or_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.6110856Z test_meta_inplace_logical_or_cuda_bool (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.6111057Z test_meta_inplace_logical_or_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.6111252Z test_meta_inplace_logical_or_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.6111544Z test_meta_inplace_logical_or_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.6111730Z test_meta_inplace_logical_or_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.6111911Z test_meta_inplace_logical_or_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.6112097Z test_meta_inplace_logical_or_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.6112283Z test_meta_inplace_logical_or_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.6112456Z test_meta_inplace_logical_or_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.6112641Z test_meta_inplace_logical_or_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.6112825Z test_meta_inplace_logical_or_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.6113023Z test_meta_inplace_logical_xor_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.6113215Z test_meta_inplace_logical_xor_cuda_bool (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.6113414Z test_meta_inplace_logical_xor_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.6113613Z test_meta_inplace_logical_xor_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.6113806Z test_meta_inplace_logical_xor_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.6113991Z test_meta_inplace_logical_xor_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.6114247Z test_meta_inplace_logical_xor_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.6114452Z test_meta_inplace_logical_xor_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.6114636Z test_meta_inplace_logical_xor_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.6114817Z test_meta_inplace_logical_xor_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:24:31.6115017Z test_meta_inplace_logical_xor_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.6115351Z test_meta_inplace_logical_xor_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.6115663Z test_meta_inplace_logit_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.6116099Z test_meta_inplace_logit_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:24:31.6116471Z test_meta_inplace_logit_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.6116805Z test_meta_inplace_logit_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.6117155Z test_meta_inplace_logit_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.6117434Z test_meta_inplace_logit_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:24:31.6117668Z test_meta_inplace_logit_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:24:31.6117893Z test_meta_inplace_logit_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.013s) 2022-11-23T02:24:31.6118116Z test_meta_inplace_logit_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:31.6118385Z test_meta_inplace_logit_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:31.6118785Z test_meta_inplace_logspace_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6119055Z test_meta_inplace_logspace_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6119304Z test_meta_inplace_logspace_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6119548Z test_meta_inplace_logspace_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6120503Z test_meta_inplace_logspace_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6120735Z test_meta_inplace_logspace_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6120970Z test_meta_inplace_logspace_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6121199Z test_meta_inplace_logspace_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6121429Z test_meta_inplace_logspace_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6121664Z test_meta_inplace_logspace_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6121904Z test_meta_inplace_logspace_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6122150Z test_meta_inplace_logsumexp_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6122381Z test_meta_inplace_logsumexp_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6122620Z test_meta_inplace_logsumexp_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6122854Z test_meta_inplace_logsumexp_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6123177Z test_meta_inplace_logsumexp_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6123437Z test_meta_inplace_logsumexp_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6123654Z test_meta_inplace_logsumexp_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6123886Z test_meta_inplace_logsumexp_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:24:31.6124117Z test_meta_inplace_logsumexp_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6124345Z test_meta_inplace_logsumexp_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6124578Z test_meta_inplace_long_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6124975Z test_meta_inplace_long_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6125234Z test_meta_inplace_long_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:24:31.6125471Z test_meta_inplace_long_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6125704Z test_meta_inplace_long_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6125939Z test_meta_inplace_long_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6126175Z test_meta_inplace_long_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6126412Z test_meta_inplace_long_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:24:31.6126643Z test_meta_inplace_long_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6126872Z test_meta_inplace_long_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6127149Z test_meta_inplace_long_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6127497Z test_meta_inplace_long_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6127908Z test_meta_inplace_long_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6128111Z test_meta_inplace_lt_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.6128288Z test_meta_inplace_lt_cuda_bool (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.6128469Z test_meta_inplace_lt_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.6128651Z test_meta_inplace_lt_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.6128825Z test_meta_inplace_lt_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.6129000Z test_meta_inplace_lt_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.6129158Z test_meta_inplace_lt_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.6129334Z test_meta_inplace_lt_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.6129510Z test_meta_inplace_lt_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.6129681Z test_meta_inplace_lt_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.6129922Z test_meta_inplace_lu_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6130162Z test_meta_inplace_lu_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:24:31.6130485Z test_meta_inplace_lu_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6130738Z test_meta_inplace_lu_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6130984Z test_meta_inplace_lu_solve_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6131234Z test_meta_inplace_lu_solve_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6131475Z test_meta_inplace_lu_solve_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6131708Z test_meta_inplace_lu_solve_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6131956Z test_meta_inplace_lu_unpack_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6132206Z test_meta_inplace_lu_unpack_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6132445Z test_meta_inplace_lu_unpack_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6132684Z test_meta_inplace_lu_unpack_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6132924Z test_meta_inplace_mH_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6133156Z test_meta_inplace_mH_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6133391Z test_meta_inplace_mH_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6133628Z test_meta_inplace_mH_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6133868Z test_meta_inplace_mH_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6134099Z test_meta_inplace_mH_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6134331Z test_meta_inplace_mH_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6134634Z test_meta_inplace_mH_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6135006Z test_meta_inplace_mH_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6135245Z test_meta_inplace_mH_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6135465Z test_meta_inplace_mH_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6135694Z test_meta_inplace_mH_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6135925Z test_meta_inplace_mH_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6136157Z test_meta_inplace_mT_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:24:31.6136384Z test_meta_inplace_mT_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6136618Z test_meta_inplace_mT_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6136852Z test_meta_inplace_mT_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6137088Z test_meta_inplace_mT_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:24:31.6137398Z test_meta_inplace_mT_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6137765Z test_meta_inplace_mT_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6138057Z test_meta_inplace_mT_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6138287Z test_meta_inplace_mT_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6138517Z test_meta_inplace_mT_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:24:31.6138737Z test_meta_inplace_mT_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6138960Z test_meta_inplace_mT_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6139178Z test_meta_inplace_mT_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6139425Z test_meta_inplace_masked_amax_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6139672Z test_meta_inplace_masked_amax_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:24:31.6139917Z test_meta_inplace_masked_amax_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6140166Z test_meta_inplace_masked_amax_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6140402Z test_meta_inplace_masked_amax_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6140618Z test_meta_inplace_masked_amax_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6140843Z test_meta_inplace_masked_amax_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:24:31.6141084Z test_meta_inplace_masked_amax_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6141314Z test_meta_inplace_masked_amax_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6141555Z test_meta_inplace_masked_amin_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6141904Z test_meta_inplace_masked_amin_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6142149Z test_meta_inplace_masked_amin_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.011s) 2022-11-23T02:24:31.6142390Z test_meta_inplace_masked_amin_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6142619Z test_meta_inplace_masked_amin_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6142850Z test_meta_inplace_masked_amin_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6143074Z test_meta_inplace_masked_amin_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6143363Z test_meta_inplace_masked_amin_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6143692Z test_meta_inplace_masked_amin_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6143948Z test_meta_inplace_masked_argmax_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6144197Z test_meta_inplace_masked_argmax_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6144526Z test_meta_inplace_masked_argmax_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6144789Z test_meta_inplace_masked_argmax_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6145033Z test_meta_inplace_masked_argmax_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6145279Z test_meta_inplace_masked_argmax_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6145520Z test_meta_inplace_masked_argmax_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6145762Z test_meta_inplace_masked_argmax_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6146002Z test_meta_inplace_masked_argmax_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6146428Z test_meta_inplace_masked_argmin_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6146690Z test_meta_inplace_masked_argmin_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6146938Z test_meta_inplace_masked_argmin_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6147185Z test_meta_inplace_masked_argmin_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6147424Z test_meta_inplace_masked_argmin_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6147650Z test_meta_inplace_masked_argmin_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6147888Z test_meta_inplace_masked_argmin_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6148133Z test_meta_inplace_masked_argmin_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6148370Z test_meta_inplace_masked_argmin_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6148619Z test_meta_inplace_masked_cumprod_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6148981Z test_meta_inplace_masked_cumprod_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6149235Z test_meta_inplace_masked_cumprod_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6149482Z test_meta_inplace_masked_cumprod_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6149728Z test_meta_inplace_masked_cumprod_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6149972Z test_meta_inplace_masked_cumprod_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6150216Z test_meta_inplace_masked_cumprod_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6150464Z test_meta_inplace_masked_cumprod_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6150711Z test_meta_inplace_masked_cumprod_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6150955Z test_meta_inplace_masked_cumprod_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6151303Z test_meta_inplace_masked_cumprod_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6151677Z test_meta_inplace_masked_cumsum_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:24:31.6151947Z test_meta_inplace_masked_cumsum_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6152196Z test_meta_inplace_masked_cumsum_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6152444Z test_meta_inplace_masked_cumsum_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6152687Z test_meta_inplace_masked_cumsum_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6152932Z test_meta_inplace_masked_cumsum_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:24:31.6153187Z test_meta_inplace_masked_cumsum_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6153567Z test_meta_inplace_masked_cumsum_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6153820Z test_meta_inplace_masked_cumsum_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6154166Z test_meta_inplace_masked_cumsum_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6154413Z test_meta_inplace_masked_cumsum_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:24:31.6154721Z test_meta_inplace_masked_fill_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.6154994Z test_meta_inplace_masked_fill_cuda_bool (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.6155203Z test_meta_inplace_masked_fill_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.6155479Z test_meta_inplace_masked_fill_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.6155711Z test_meta_inplace_masked_fill_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.6155908Z test_meta_inplace_masked_fill_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.6156214Z test_meta_inplace_masked_fill_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.6156402Z test_meta_inplace_masked_fill_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.6156802Z test_meta_inplace_masked_fill_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.6157080Z test_meta_inplace_masked_fill_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.6157282Z test_meta_inplace_masked_fill_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.6157564Z test_meta_inplace_masked_fill_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.6157767Z test_meta_inplace_masked_fill_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.6158142Z test_meta_inplace_masked_log_softmax_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6158410Z test_meta_inplace_masked_log_softmax_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6158758Z test_meta_inplace_masked_log_softmax_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6159132Z test_meta_inplace_masked_log_softmax_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6159398Z test_meta_inplace_masked_logaddexp_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6159765Z test_meta_inplace_masked_logaddexp_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6160833Z test_meta_inplace_masked_logaddexp_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6161287Z test_meta_inplace_masked_logsumexp_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6161638Z test_meta_inplace_masked_logsumexp_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6161900Z test_meta_inplace_masked_logsumexp_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6162257Z test_meta_inplace_masked_logsumexp_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6162587Z test_meta_inplace_masked_logsumexp_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6162844Z test_meta_inplace_masked_logsumexp_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6163198Z test_meta_inplace_masked_logsumexp_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.6163455Z test_meta_inplace_masked_logsumexp_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6163801Z test_meta_inplace_masked_logsumexp_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6164167Z test_meta_inplace_masked_mean_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6164417Z test_meta_inplace_masked_mean_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6164760Z test_meta_inplace_masked_mean_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:24:31.6165014Z test_meta_inplace_masked_mean_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6165367Z test_meta_inplace_masked_mean_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6165707Z test_meta_inplace_masked_mean_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6165955Z test_meta_inplace_masked_mean_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6166441Z test_meta_inplace_masked_mean_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:24:31.6166773Z test_meta_inplace_masked_mean_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6167003Z test_meta_inplace_masked_mean_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6167353Z test_meta_inplace_masked_mean_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6167698Z test_meta_inplace_masked_mean_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6167952Z test_meta_inplace_masked_median_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:24:31.6168314Z test_meta_inplace_masked_median_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6168680Z test_meta_inplace_masked_median_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6168936Z test_meta_inplace_masked_norm_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6169292Z test_meta_inplace_masked_norm_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6169696Z test_meta_inplace_masked_norm_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.011s) 2022-11-23T02:24:31.6169965Z test_meta_inplace_masked_norm_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6170343Z test_meta_inplace_masked_normalize_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6170709Z test_meta_inplace_masked_normalize_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6170973Z test_meta_inplace_masked_normalize_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6171324Z test_meta_inplace_masked_normalize_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6171679Z test_meta_inplace_masked_normalize_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6171936Z test_meta_inplace_masked_normalize_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6172293Z test_meta_inplace_masked_prod_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6172545Z test_meta_inplace_masked_prod_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6172908Z test_meta_inplace_masked_prod_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6173282Z test_meta_inplace_masked_prod_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6173535Z test_meta_inplace_masked_prod_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6173877Z test_meta_inplace_masked_prod_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6174232Z test_meta_inplace_masked_prod_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6174484Z test_meta_inplace_masked_prod_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6174814Z test_meta_inplace_masked_prod_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6175265Z test_meta_inplace_masked_prod_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6175539Z test_meta_inplace_masked_prod_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6175863Z test_meta_inplace_masked_prod_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.6176072Z test_meta_inplace_masked_scatter_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.6176380Z test_meta_inplace_masked_scatter_cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.6176600Z test_meta_inplace_masked_scatter_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.6176894Z test_meta_inplace_masked_scatter_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.6177101Z test_meta_inplace_masked_scatter_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.6177407Z test_meta_inplace_masked_scatter_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.6177611Z test_meta_inplace_masked_scatter_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.6177909Z test_meta_inplace_masked_scatter_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.6178112Z test_meta_inplace_masked_scatter_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.6178394Z test_meta_inplace_masked_scatter_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.6178671Z test_meta_inplace_masked_scatter_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.6179005Z test_meta_inplace_masked_scatter_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.6179362Z test_meta_inplace_masked_select_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6179633Z test_meta_inplace_masked_select_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6179983Z test_meta_inplace_masked_select_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6180243Z test_meta_inplace_masked_select_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.6180594Z test_meta_inplace_masked_select_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6180944Z test_meta_inplace_masked_select_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6181198Z test_meta_inplace_masked_select_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6181555Z test_meta_inplace_masked_select_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6181915Z test_meta_inplace_masked_select_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6182164Z test_meta_inplace_masked_select_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6182411Z test_meta_inplace_masked_select_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6182778Z test_meta_inplace_masked_select_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6183130Z test_meta_inplace_masked_softmax_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6183390Z test_meta_inplace_masked_softmax_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6183635Z test_meta_inplace_masked_softmax_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6184107Z test_meta_inplace_masked_softmax_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.005s) 2022-11-23T02:24:31.6184458Z test_meta_inplace_masked_softmin_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6184708Z test_meta_inplace_masked_softmin_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6184955Z test_meta_inplace_masked_softmin_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6185328Z test_meta_inplace_masked_softmin_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6185580Z test_meta_inplace_masked_std_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6185942Z test_meta_inplace_masked_std_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6186196Z test_meta_inplace_masked_std_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6186529Z test_meta_inplace_masked_std_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6186864Z test_meta_inplace_masked_std_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6187185Z test_meta_inplace_masked_std_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6187551Z test_meta_inplace_masked_std_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6187876Z test_meta_inplace_masked_std_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6188116Z test_meta_inplace_masked_std_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6188464Z test_meta_inplace_masked_std_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6188779Z test_meta_inplace_masked_std_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6189044Z test_meta_inplace_masked_sum_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6189400Z test_meta_inplace_masked_sum_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6189658Z test_meta_inplace_masked_sum_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6189994Z test_meta_inplace_masked_sum_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.6190332Z test_meta_inplace_masked_sum_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6190596Z test_meta_inplace_masked_sum_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6190936Z test_meta_inplace_masked_sum_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6191180Z test_meta_inplace_masked_sum_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6191528Z test_meta_inplace_masked_sum_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:24:31.6191865Z test_meta_inplace_masked_sum_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6192109Z test_meta_inplace_masked_sum_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6192556Z test_meta_inplace_masked_sum_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6192893Z test_meta_inplace_masked_var_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6193150Z test_meta_inplace_masked_var_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6193505Z test_meta_inplace_masked_var_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6193860Z test_meta_inplace_masked_var_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6194112Z test_meta_inplace_masked_var_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6194355Z test_meta_inplace_masked_var_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6194697Z test_meta_inplace_masked_var_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6195030Z test_meta_inplace_masked_var_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6195263Z test_meta_inplace_masked_var_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6195608Z test_meta_inplace_masked_var_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6196010Z test_meta_inplace_masked_var_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6196274Z test_meta_inplace_matmul_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6196635Z test_meta_inplace_matmul_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6196983Z test_meta_inplace_matmul_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6197228Z test_meta_inplace_matmul_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6197565Z test_meta_inplace_matmul_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6197795Z test_meta_inplace_matmul_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6198133Z test_meta_inplace_matrix_exp_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6198476Z test_meta_inplace_matrix_exp_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6198750Z test_meta_inplace_matrix_exp_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:24:31.6199091Z test_meta_inplace_matrix_exp_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6199337Z test_meta_inplace_matrix_exp_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6199688Z test_meta_inplace_matrix_exp_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6200023Z test_meta_inplace_max_binary_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:24:31.6200276Z test_meta_inplace_max_binary_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6200515Z test_meta_inplace_max_binary_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6200750Z test_meta_inplace_max_binary_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6201084Z test_meta_inplace_max_binary_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6201424Z test_meta_inplace_max_binary_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:24:31.6201755Z test_meta_inplace_max_binary_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6201989Z test_meta_inplace_max_binary_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6202228Z test_meta_inplace_max_binary_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6202443Z test_meta_inplace_max_binary_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6202718Z test_meta_inplace_max_pool2d_with_indices_backward_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.011s) 2022-11-23T02:24:31.6202996Z test_meta_inplace_max_pool2d_with_indices_backward_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6203266Z test_meta_inplace_max_pool2d_with_indices_backward_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6203534Z test_meta_inplace_max_pool2d_with_indices_backward_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6203884Z test_meta_inplace_max_reduction_no_dim_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6204160Z test_meta_inplace_max_reduction_no_dim_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6204420Z test_meta_inplace_max_reduction_no_dim_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6204679Z test_meta_inplace_max_reduction_no_dim_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6204935Z test_meta_inplace_max_reduction_no_dim_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6205188Z test_meta_inplace_max_reduction_no_dim_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.004s) 2022-11-23T02:24:31.6205610Z test_meta_inplace_max_reduction_no_dim_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6205871Z test_meta_inplace_max_reduction_no_dim_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6206118Z test_meta_inplace_max_reduction_no_dim_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6206596Z test_meta_inplace_max_reduction_no_dim_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6207029Z test_meta_inplace_max_reduction_with_dim_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6207546Z test_meta_inplace_max_reduction_with_dim_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6207978Z test_meta_inplace_max_reduction_with_dim_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:24:31.6208720Z test_meta_inplace_max_reduction_with_dim_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6209324Z test_meta_inplace_max_reduction_with_dim_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6209842Z test_meta_inplace_max_reduction_with_dim_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6210583Z test_meta_inplace_max_reduction_with_dim_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6211083Z test_meta_inplace_max_reduction_with_dim_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:24:31.6211588Z test_meta_inplace_max_reduction_with_dim_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6212086Z test_meta_inplace_max_reduction_with_dim_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6212675Z test_meta_inplace_maximum_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6213143Z test_meta_inplace_maximum_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6213793Z test_meta_inplace_maximum_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.012s) 2022-11-23T02:24:31.6214255Z test_meta_inplace_maximum_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6214712Z test_meta_inplace_maximum_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6215149Z test_meta_inplace_maximum_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6215750Z test_meta_inplace_maximum_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6216237Z test_meta_inplace_maximum_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6216689Z test_meta_inplace_maximum_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6217167Z test_meta_inplace_maximum_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6217623Z test_meta_inplace_mean_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6218085Z test_meta_inplace_mean_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6218532Z test_meta_inplace_mean_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6219002Z test_meta_inplace_mean_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6219470Z test_meta_inplace_mean_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6219915Z test_meta_inplace_mean_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6220396Z test_meta_inplace_median_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.6220852Z test_meta_inplace_median_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6221304Z test_meta_inplace_median_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6221740Z test_meta_inplace_median_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6222189Z test_meta_inplace_median_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6222644Z test_meta_inplace_median_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.008s) 2022-11-23T02:24:31.6223112Z test_meta_inplace_median_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6223567Z test_meta_inplace_median_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6224232Z test_meta_inplace_meshgrid_list_of_tensors_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6224733Z test_meta_inplace_meshgrid_list_of_tensors_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6225252Z test_meta_inplace_meshgrid_list_of_tensors_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6225769Z test_meta_inplace_meshgrid_list_of_tensors_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6226308Z test_meta_inplace_meshgrid_list_of_tensors_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6226871Z test_meta_inplace_meshgrid_list_of_tensors_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6227389Z test_meta_inplace_meshgrid_list_of_tensors_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6227906Z test_meta_inplace_meshgrid_list_of_tensors_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6228368Z test_meta_inplace_meshgrid_list_of_tensors_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6228995Z test_meta_inplace_meshgrid_list_of_tensors_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6229517Z test_meta_inplace_meshgrid_list_of_tensors_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6230018Z test_meta_inplace_meshgrid_list_of_tensors_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6230555Z test_meta_inplace_meshgrid_variadic_tensors_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6231063Z test_meta_inplace_meshgrid_variadic_tensors_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.6231603Z test_meta_inplace_meshgrid_variadic_tensors_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6232134Z test_meta_inplace_meshgrid_variadic_tensors_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6232662Z test_meta_inplace_meshgrid_variadic_tensors_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6233186Z test_meta_inplace_meshgrid_variadic_tensors_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6233692Z test_meta_inplace_meshgrid_variadic_tensors_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6234212Z test_meta_inplace_meshgrid_variadic_tensors_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:24:31.6234711Z test_meta_inplace_meshgrid_variadic_tensors_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6235202Z test_meta_inplace_meshgrid_variadic_tensors_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6235724Z test_meta_inplace_meshgrid_variadic_tensors_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6236224Z test_meta_inplace_meshgrid_variadic_tensors_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6236707Z test_meta_inplace_min_binary_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:24:31.6237324Z test_meta_inplace_min_binary_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6237786Z test_meta_inplace_min_binary_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6238267Z test_meta_inplace_min_binary_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6238734Z test_meta_inplace_min_binary_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6239202Z test_meta_inplace_min_binary_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:24:31.6239659Z test_meta_inplace_min_binary_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6240114Z test_meta_inplace_min_binary_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6240584Z test_meta_inplace_min_binary_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6241032Z test_meta_inplace_min_binary_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6241528Z test_meta_inplace_min_reduction_no_dim_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6242021Z test_meta_inplace_min_reduction_no_dim_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6242657Z test_meta_inplace_min_reduction_no_dim_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6243183Z test_meta_inplace_min_reduction_no_dim_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6243672Z test_meta_inplace_min_reduction_no_dim_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6244174Z test_meta_inplace_min_reduction_no_dim_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6244670Z test_meta_inplace_min_reduction_no_dim_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6245157Z test_meta_inplace_min_reduction_no_dim_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6245645Z test_meta_inplace_min_reduction_no_dim_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6246141Z test_meta_inplace_min_reduction_no_dim_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6246648Z test_meta_inplace_min_reduction_with_dim_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6247150Z test_meta_inplace_min_reduction_with_dim_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6247661Z test_meta_inplace_min_reduction_with_dim_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6248172Z test_meta_inplace_min_reduction_with_dim_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6248672Z test_meta_inplace_min_reduction_with_dim_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6249177Z test_meta_inplace_min_reduction_with_dim_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.6249673Z test_meta_inplace_min_reduction_with_dim_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6250307Z test_meta_inplace_min_reduction_with_dim_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6250802Z test_meta_inplace_min_reduction_with_dim_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6251287Z test_meta_inplace_min_reduction_with_dim_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6251758Z test_meta_inplace_minimum_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:24:31.6252222Z test_meta_inplace_minimum_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6252677Z test_meta_inplace_minimum_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6253134Z test_meta_inplace_minimum_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6253582Z test_meta_inplace_minimum_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6254036Z test_meta_inplace_minimum_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6254481Z test_meta_inplace_minimum_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6254945Z test_meta_inplace_minimum_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6255517Z test_meta_inplace_minimum_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6255999Z test_meta_inplace_minimum_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6256459Z test_meta_inplace_mm_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6256917Z test_meta_inplace_mm_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.011s) 2022-11-23T02:24:31.6257371Z test_meta_inplace_mm_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6257819Z test_meta_inplace_mm_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6258276Z test_meta_inplace_mm_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6258722Z test_meta_inplace_mm_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6259333Z test_meta_inplace_mode_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6259893Z test_meta_inplace_mode_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6260423Z test_meta_inplace_mode_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6260680Z test_meta_inplace_mode_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6260913Z test_meta_inplace_mode_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6261146Z test_meta_inplace_mode_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6261379Z test_meta_inplace_mode_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6261609Z test_meta_inplace_mode_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6261839Z test_meta_inplace_mode_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6262065Z test_meta_inplace_mode_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6262437Z test_meta_inplace_movedim_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6262676Z test_meta_inplace_movedim_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6262925Z test_meta_inplace_movedim_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6263169Z test_meta_inplace_movedim_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6263411Z test_meta_inplace_movedim_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6263650Z test_meta_inplace_movedim_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6263882Z test_meta_inplace_movedim_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6264111Z test_meta_inplace_movedim_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6264345Z test_meta_inplace_movedim_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6264572Z test_meta_inplace_movedim_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6264808Z test_meta_inplace_movedim_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.6265108Z test_meta_inplace_movedim_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6265366Z test_meta_inplace_movedim_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6265603Z test_meta_inplace_msort_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6265839Z test_meta_inplace_msort_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6266074Z test_meta_inplace_msort_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:24:31.6266308Z test_meta_inplace_msort_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6266541Z test_meta_inplace_msort_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6266777Z test_meta_inplace_msort_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6267006Z test_meta_inplace_msort_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6267235Z test_meta_inplace_msort_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6267467Z test_meta_inplace_msort_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6267652Z test_meta_inplace_mul_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.6267829Z test_meta_inplace_mul_cuda_bool (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.6268018Z test_meta_inplace_mul_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.6268204Z test_meta_inplace_mul_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.6268394Z test_meta_inplace_mul_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.6268576Z test_meta_inplace_mul_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.6268759Z test_meta_inplace_mul_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.6268935Z test_meta_inplace_mul_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.6269859Z test_meta_inplace_mul_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.6270036Z test_meta_inplace_mul_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.6270193Z test_meta_inplace_mul_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.6270366Z test_meta_inplace_mul_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.6270542Z test_meta_inplace_mul_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.6270798Z test_meta_inplace_multinomial_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6271046Z test_meta_inplace_multinomial_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6271295Z test_meta_inplace_multinomial_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6271537Z test_meta_inplace_mv_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.6271776Z test_meta_inplace_mv_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.6272014Z test_meta_inplace_mv_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6272248Z test_meta_inplace_mv_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6272480Z test_meta_inplace_mv_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6272807Z test_meta_inplace_mv_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6273040Z test_meta_inplace_mvlgamma_mvlgamma_p_1_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:24:31.6273253Z test_meta_inplace_mvlgamma_mvlgamma_p_1_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:24:31.6273468Z test_meta_inplace_mvlgamma_mvlgamma_p_1_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.6273718Z test_meta_inplace_mvlgamma_mvlgamma_p_1_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.010s) 2022-11-23T02:24:31.6273971Z test_meta_inplace_mvlgamma_mvlgamma_p_1_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T02:24:31.6274217Z test_meta_inplace_mvlgamma_mvlgamma_p_1_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T02:24:31.6274471Z test_meta_inplace_mvlgamma_mvlgamma_p_1_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T02:24:31.6274718Z test_meta_inplace_mvlgamma_mvlgamma_p_1_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T02:24:31.6274927Z test_meta_inplace_mvlgamma_mvlgamma_p_3_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:24:31.6275140Z test_meta_inplace_mvlgamma_mvlgamma_p_3_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.6275335Z test_meta_inplace_mvlgamma_mvlgamma_p_3_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:24:31.6275577Z test_meta_inplace_mvlgamma_mvlgamma_p_3_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:24:31.6275824Z test_meta_inplace_mvlgamma_mvlgamma_p_3_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:31.6276069Z test_meta_inplace_mvlgamma_mvlgamma_p_3_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:24:31.6276318Z test_meta_inplace_mvlgamma_mvlgamma_p_3_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:31.6276560Z test_meta_inplace_mvlgamma_mvlgamma_p_3_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:24:31.6276865Z test_meta_inplace_mvlgamma_mvlgamma_p_5_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:24:31.6277076Z test_meta_inplace_mvlgamma_mvlgamma_p_5_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:24:31.6277287Z test_meta_inplace_mvlgamma_mvlgamma_p_5_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:24:31.6277530Z test_meta_inplace_mvlgamma_mvlgamma_p_5_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:24:31.6277778Z test_meta_inplace_mvlgamma_mvlgamma_p_5_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.011s) 2022-11-23T02:24:31.6278025Z test_meta_inplace_mvlgamma_mvlgamma_p_5_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:31.6278270Z test_meta_inplace_mvlgamma_mvlgamma_p_5_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:24:31.6278519Z test_meta_inplace_mvlgamma_mvlgamma_p_5_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:31.6278713Z test_meta_inplace_nan_to_num_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.6278901Z test_meta_inplace_nan_to_num_cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.6279096Z test_meta_inplace_nan_to_num_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.6279280Z test_meta_inplace_nan_to_num_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:31.6279532Z test_meta_inplace_nan_to_num_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.6279737Z test_meta_inplace_nan_to_num_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.6279923Z test_meta_inplace_nan_to_num_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.6280109Z test_meta_inplace_nan_to_num_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.6280281Z test_meta_inplace_nan_to_num_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.6280466Z test_meta_inplace_nan_to_num_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.6280712Z test_meta_inplace_nanmean_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6280954Z test_meta_inplace_nanmean_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6281187Z test_meta_inplace_nanmean_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6281418Z test_meta_inplace_nanmean_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:24:31.6281660Z test_meta_inplace_nanmedian_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6281895Z test_meta_inplace_nanmedian_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6282128Z test_meta_inplace_nanmedian_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6282361Z test_meta_inplace_nanmedian_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6282587Z test_meta_inplace_nanmedian_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6282814Z test_meta_inplace_nanmedian_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.012s) 2022-11-23T02:24:31.6283055Z test_meta_inplace_nanmedian_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6283283Z test_meta_inplace_nanmedian_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6283528Z test_meta_inplace_nanquantile_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6283871Z test_meta_inplace_nanquantile_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6284113Z test_meta_inplace_nansum_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6284347Z test_meta_inplace_nansum_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6284585Z test_meta_inplace_nansum_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6284821Z test_meta_inplace_nansum_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6285052Z test_meta_inplace_nansum_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6285287Z test_meta_inplace_nansum_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6285524Z test_meta_inplace_nansum_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6285759Z test_meta_inplace_nansum_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6285990Z test_meta_inplace_nansum_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6286206Z test_meta_inplace_nansum_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6286528Z test_meta_inplace_narrow_copy_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6286788Z test_meta_inplace_narrow_copy_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6287041Z test_meta_inplace_narrow_copy_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.6287295Z test_meta_inplace_narrow_copy_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6287545Z test_meta_inplace_narrow_copy_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6287788Z test_meta_inplace_narrow_copy_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6288031Z test_meta_inplace_narrow_copy_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6288277Z test_meta_inplace_narrow_copy_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:24:31.6288516Z test_meta_inplace_narrow_copy_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6288750Z test_meta_inplace_narrow_copy_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6288978Z test_meta_inplace_narrow_copy_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6289219Z test_meta_inplace_narrow_copy_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6289447Z test_meta_inplace_narrow_copy_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:24:31.6289686Z test_meta_inplace_narrow_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6289918Z test_meta_inplace_narrow_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6290162Z test_meta_inplace_narrow_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6290496Z test_meta_inplace_narrow_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6290727Z test_meta_inplace_narrow_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6290963Z test_meta_inplace_narrow_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6291190Z test_meta_inplace_narrow_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6291419Z test_meta_inplace_narrow_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6291652Z test_meta_inplace_narrow_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6291890Z test_meta_inplace_narrow_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6292123Z test_meta_inplace_narrow_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6292361Z test_meta_inplace_narrow_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6292581Z test_meta_inplace_narrow_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6292833Z test_meta_inplace_native_batch_norm_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6293160Z test_meta_inplace_native_batch_norm_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6293431Z test_meta_inplace_native_batch_norm_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6293682Z test_meta_inplace_native_batch_norm_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.6293953Z test_meta_inplace_native_dropout_backward_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.6294213Z test_meta_inplace_native_dropout_backward_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6294466Z test_meta_inplace_native_dropout_backward_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6294715Z test_meta_inplace_native_dropout_backward_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6294973Z test_meta_inplace_native_layer_norm_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6295228Z test_meta_inplace_native_layer_norm_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:24:31.6295479Z test_meta_inplace_native_layer_norm_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6295730Z test_meta_inplace_native_layer_norm_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6295915Z test_meta_inplace_ne_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.6296094Z test_meta_inplace_ne_cuda_bool (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.6296281Z test_meta_inplace_ne_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.6296465Z test_meta_inplace_ne_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.6296646Z test_meta_inplace_ne_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.6296826Z test_meta_inplace_ne_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.6297000Z test_meta_inplace_ne_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.6297174Z test_meta_inplace_ne_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.6297442Z test_meta_inplace_ne_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.6297616Z test_meta_inplace_ne_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.6297775Z test_meta_inplace_ne_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.6297947Z test_meta_inplace_ne_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.6298132Z test_meta_inplace_neg_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.6298323Z test_meta_inplace_neg_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.6298509Z test_meta_inplace_neg_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.6298693Z test_meta_inplace_neg_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.6298876Z test_meta_inplace_neg_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.6299059Z test_meta_inplace_neg_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.6299238Z test_meta_inplace_neg_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.6299413Z test_meta_inplace_neg_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.6299587Z test_meta_inplace_neg_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.6299758Z test_meta_inplace_neg_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.6299931Z test_meta_inplace_neg_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.6300180Z test_meta_inplace_neg_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.6300449Z test_meta_inplace_new_empty_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6300691Z test_meta_inplace_new_empty_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:24:31.6300945Z test_meta_inplace_new_empty_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6301190Z test_meta_inplace_new_empty_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6301438Z test_meta_inplace_new_empty_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.013s) 2022-11-23T02:24:31.6301663Z test_meta_inplace_new_empty_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6301898Z test_meta_inplace_new_empty_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6302125Z test_meta_inplace_new_empty_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6302362Z test_meta_inplace_new_empty_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6302595Z test_meta_inplace_new_empty_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6302820Z test_meta_inplace_new_empty_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6303054Z test_meta_inplace_new_empty_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6303280Z test_meta_inplace_new_empty_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6303538Z test_meta_inplace_new_empty_strided_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6303793Z test_meta_inplace_new_empty_strided_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6304056Z test_meta_inplace_new_empty_strided_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6304403Z test_meta_inplace_new_empty_strided_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6304661Z test_meta_inplace_new_empty_strided_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.6304915Z test_meta_inplace_new_empty_strided_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6305164Z test_meta_inplace_new_empty_strided_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6305416Z test_meta_inplace_new_empty_strided_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6305664Z test_meta_inplace_new_empty_strided_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6305915Z test_meta_inplace_new_empty_strided_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6306155Z test_meta_inplace_new_empty_strided_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:24:31.6306404Z test_meta_inplace_new_empty_strided_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6306642Z test_meta_inplace_new_empty_strided_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6307470Z test_meta_inplace_new_full_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6307773Z test_meta_inplace_new_full_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6308021Z test_meta_inplace_new_full_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:24:31.6308272Z test_meta_inplace_new_full_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6308515Z test_meta_inplace_new_full_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6308756Z test_meta_inplace_new_full_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6308974Z test_meta_inplace_new_full_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6309206Z test_meta_inplace_new_full_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:24:31.6309441Z test_meta_inplace_new_full_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6309666Z test_meta_inplace_new_full_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6309893Z test_meta_inplace_new_full_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6310124Z test_meta_inplace_new_full_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6310360Z test_meta_inplace_new_full_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6310602Z test_meta_inplace_new_ones_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.011s) 2022-11-23T02:24:31.6310839Z test_meta_inplace_new_ones_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6311087Z test_meta_inplace_new_ones_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6311329Z test_meta_inplace_new_ones_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6311683Z test_meta_inplace_new_ones_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6311927Z test_meta_inplace_new_ones_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6312163Z test_meta_inplace_new_ones_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6312392Z test_meta_inplace_new_ones_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6312630Z test_meta_inplace_new_ones_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6312861Z test_meta_inplace_new_ones_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6313087Z test_meta_inplace_new_ones_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6313325Z test_meta_inplace_new_ones_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6313555Z test_meta_inplace_new_ones_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6313794Z test_meta_inplace_new_zeros_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6314024Z test_meta_inplace_new_zeros_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6314345Z test_meta_inplace_new_zeros_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6314609Z test_meta_inplace_new_zeros_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6314854Z test_meta_inplace_new_zeros_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6315098Z test_meta_inplace_new_zeros_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6315314Z test_meta_inplace_new_zeros_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6315538Z test_meta_inplace_new_zeros_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6315771Z test_meta_inplace_new_zeros_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:24:31.6316001Z test_meta_inplace_new_zeros_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6316225Z test_meta_inplace_new_zeros_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6316457Z test_meta_inplace_new_zeros_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6316687Z test_meta_inplace_new_zeros_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.013s) 2022-11-23T02:24:31.6316882Z test_meta_inplace_nextafter_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.6317077Z test_meta_inplace_nextafter_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.6317263Z test_meta_inplace_nextafter_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.6317530Z test_meta_inplace_nn_functional__scaled_dot_product_attention_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: Skipped! (0.002s) 2022-11-23T02:24:31.6317802Z test_meta_inplace_nn_functional__scaled_dot_product_attention_cuda_float16 (__main__.TestMetaCUDA) ... skip: Skipped! (0.000s) 2022-11-23T02:24:31.6318066Z test_meta_inplace_nn_functional__scaled_dot_product_attention_cuda_float32 (__main__.TestMetaCUDA) ... skip: Skipped! (0.000s) 2022-11-23T02:24:31.6318327Z test_meta_inplace_nn_functional__scaled_dot_product_attention_cuda_float64 (__main__.TestMetaCUDA) ... skip: Skipped! (0.003s) 2022-11-23T02:24:31.6318699Z test_meta_inplace_nn_functional_adaptive_avg_pool1d_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6318978Z test_meta_inplace_nn_functional_adaptive_avg_pool1d_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6319255Z test_meta_inplace_nn_functional_adaptive_avg_pool1d_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:24:31.6319530Z test_meta_inplace_nn_functional_adaptive_avg_pool1d_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6319809Z test_meta_inplace_nn_functional_adaptive_avg_pool2d_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6320083Z test_meta_inplace_nn_functional_adaptive_avg_pool2d_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6320364Z test_meta_inplace_nn_functional_adaptive_avg_pool2d_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6320631Z test_meta_inplace_nn_functional_adaptive_avg_pool2d_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:24:31.6320908Z test_meta_inplace_nn_functional_adaptive_avg_pool3d_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6321250Z test_meta_inplace_nn_functional_adaptive_avg_pool3d_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6321538Z test_meta_inplace_nn_functional_adaptive_avg_pool3d_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6321804Z test_meta_inplace_nn_functional_adaptive_avg_pool3d_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6322083Z test_meta_inplace_nn_functional_adaptive_max_pool1d_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:24:31.6322355Z test_meta_inplace_nn_functional_adaptive_max_pool1d_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6322623Z test_meta_inplace_nn_functional_adaptive_max_pool1d_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6322892Z test_meta_inplace_nn_functional_adaptive_max_pool1d_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6323166Z test_meta_inplace_nn_functional_adaptive_max_pool2d_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6323424Z test_meta_inplace_nn_functional_adaptive_max_pool2d_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:24:31.6323694Z test_meta_inplace_nn_functional_adaptive_max_pool2d_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6323957Z test_meta_inplace_nn_functional_adaptive_max_pool2d_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6324231Z test_meta_inplace_nn_functional_adaptive_max_pool3d_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6324502Z test_meta_inplace_nn_functional_adaptive_max_pool3d_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6324770Z test_meta_inplace_nn_functional_adaptive_max_pool3d_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6325128Z test_meta_inplace_nn_functional_adaptive_max_pool3d_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6325357Z test_meta_inplace_nn_functional_alpha_dropout_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:24:31.6325582Z test_meta_inplace_nn_functional_alpha_dropout_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:24:31.6325795Z test_meta_inplace_nn_functional_alpha_dropout_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:24:31.6326004Z test_meta_inplace_nn_functional_alpha_dropout_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:24:31.6326272Z test_meta_inplace_nn_functional_avg_pool1d_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6326535Z test_meta_inplace_nn_functional_avg_pool1d_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6326845Z test_meta_inplace_nn_functional_avg_pool1d_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6327099Z test_meta_inplace_nn_functional_avg_pool1d_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6327356Z test_meta_inplace_nn_functional_avg_pool2d_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6327607Z test_meta_inplace_nn_functional_avg_pool2d_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6327933Z test_meta_inplace_nn_functional_avg_pool2d_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6328195Z test_meta_inplace_nn_functional_avg_pool2d_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6328450Z test_meta_inplace_nn_functional_avg_pool3d_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6328701Z test_meta_inplace_nn_functional_avg_pool3d_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:24:31.6328947Z test_meta_inplace_nn_functional_avg_pool3d_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6329194Z test_meta_inplace_nn_functional_avg_pool3d_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6329451Z test_meta_inplace_nn_functional_batch_norm_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6329699Z test_meta_inplace_nn_functional_batch_norm_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6329947Z test_meta_inplace_nn_functional_batch_norm_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:24:31.6330197Z test_meta_inplace_nn_functional_batch_norm_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6330477Z test_meta_inplace_nn_functional_batch_norm_without_cudnn_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6330755Z test_meta_inplace_nn_functional_batch_norm_without_cudnn_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6331027Z test_meta_inplace_nn_functional_batch_norm_without_cudnn_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6331291Z test_meta_inplace_nn_functional_batch_norm_without_cudnn_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:24:31.6331555Z test_meta_inplace_nn_functional_bilinear_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6331908Z test_meta_inplace_nn_functional_bilinear_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6332145Z test_meta_inplace_nn_functional_bilinear_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6332394Z test_meta_inplace_nn_functional_bilinear_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6332678Z test_meta_inplace_nn_functional_binary_cross_entropy_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.005s) 2022-11-23T02:24:31.6332953Z test_meta_inplace_nn_functional_binary_cross_entropy_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6333228Z test_meta_inplace_nn_functional_binary_cross_entropy_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6333507Z test_meta_inplace_nn_functional_binary_cross_entropy_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6333800Z test_meta_inplace_nn_functional_binary_cross_entropy_with_logits_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6334089Z 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:24:31.6334445Z 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:24:31.6334748Z 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:24:31.6334958Z test_meta_inplace_nn_functional_celu_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.6335168Z test_meta_inplace_nn_functional_celu_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.6335375Z test_meta_inplace_nn_functional_celu_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.6335580Z test_meta_inplace_nn_functional_celu_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.6335840Z test_meta_inplace_nn_functional_conv1d_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:24:31.6336107Z test_meta_inplace_nn_functional_conv1d_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6336367Z test_meta_inplace_nn_functional_conv1d_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6336630Z test_meta_inplace_nn_functional_conv1d_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6336890Z test_meta_inplace_nn_functional_conv1d_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6337145Z test_meta_inplace_nn_functional_conv1d_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6337400Z test_meta_inplace_nn_functional_conv1d_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6337657Z test_meta_inplace_nn_functional_conv2d_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6337922Z test_meta_inplace_nn_functional_conv2d_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6338179Z test_meta_inplace_nn_functional_conv2d_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6338515Z test_meta_inplace_nn_functional_conv2d_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6338769Z test_meta_inplace_nn_functional_conv2d_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.012s) 2022-11-23T02:24:31.6339023Z test_meta_inplace_nn_functional_conv2d_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6339274Z test_meta_inplace_nn_functional_conv2d_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6339552Z test_meta_inplace_nn_functional_conv_transpose1d_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6339830Z test_meta_inplace_nn_functional_conv_transpose1d_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6340106Z test_meta_inplace_nn_functional_conv_transpose1d_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6340385Z test_meta_inplace_nn_functional_conv_transpose1d_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6340640Z test_meta_inplace_nn_functional_conv_transpose1d_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6340907Z test_meta_inplace_nn_functional_conv_transpose1d_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6341245Z test_meta_inplace_nn_functional_conv_transpose1d_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6341536Z test_meta_inplace_nn_functional_conv_transpose2d_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6341816Z test_meta_inplace_nn_functional_conv_transpose2d_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6342091Z test_meta_inplace_nn_functional_conv_transpose2d_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6342363Z test_meta_inplace_nn_functional_conv_transpose2d_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6342632Z test_meta_inplace_nn_functional_conv_transpose2d_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6342901Z test_meta_inplace_nn_functional_conv_transpose2d_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6343166Z test_meta_inplace_nn_functional_conv_transpose2d_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6343435Z test_meta_inplace_nn_functional_conv_transpose3d_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6343712Z test_meta_inplace_nn_functional_conv_transpose3d_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6343981Z test_meta_inplace_nn_functional_conv_transpose3d_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6344252Z test_meta_inplace_nn_functional_conv_transpose3d_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6344519Z test_meta_inplace_nn_functional_conv_transpose3d_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6344785Z test_meta_inplace_nn_functional_conv_transpose3d_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6345047Z test_meta_inplace_nn_functional_conv_transpose3d_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6345413Z test_meta_inplace_nn_functional_cosine_embedding_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6345690Z test_meta_inplace_nn_functional_cosine_embedding_loss_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:24:31.6345969Z test_meta_inplace_nn_functional_cosine_embedding_loss_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6346247Z test_meta_inplace_nn_functional_cosine_embedding_loss_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6346526Z test_meta_inplace_nn_functional_cosine_embedding_loss_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6346799Z test_meta_inplace_nn_functional_cosine_embedding_loss_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6347075Z test_meta_inplace_nn_functional_cosine_embedding_loss_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6347342Z test_meta_inplace_nn_functional_cosine_embedding_loss_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6347612Z test_meta_inplace_nn_functional_cosine_embedding_loss_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6347946Z test_meta_inplace_nn_functional_cosine_embedding_loss_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:24:31.6348234Z test_meta_inplace_nn_functional_cosine_similarity_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6348506Z test_meta_inplace_nn_functional_cosine_similarity_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6348779Z test_meta_inplace_nn_functional_cosine_similarity_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:24:31.6349044Z test_meta_inplace_nn_functional_cosine_similarity_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6349311Z test_meta_inplace_nn_functional_cross_entropy_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6349584Z test_meta_inplace_nn_functional_cross_entropy_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:24:31.6349850Z test_meta_inplace_nn_functional_cross_entropy_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6350115Z test_meta_inplace_nn_functional_cross_entropy_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6350375Z test_meta_inplace_nn_functional_ctc_loss_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.011s) 2022-11-23T02:24:31.6350607Z test_meta_inplace_nn_functional_ctc_loss_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6350824Z test_meta_inplace_nn_functional_dropout2d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:24:31.6351041Z test_meta_inplace_nn_functional_dropout2d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:24:31.6351260Z test_meta_inplace_nn_functional_dropout2d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.6351476Z test_meta_inplace_nn_functional_dropout2d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:24:31.6351691Z test_meta_inplace_nn_functional_dropout3d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.6351990Z test_meta_inplace_nn_functional_dropout3d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.6352204Z test_meta_inplace_nn_functional_dropout3d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.6352416Z test_meta_inplace_nn_functional_dropout3d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.6352627Z test_meta_inplace_nn_functional_dropout_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:24:31.6352838Z test_meta_inplace_nn_functional_dropout_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:24:31.6353051Z test_meta_inplace_nn_functional_dropout_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:24:31.6353261Z test_meta_inplace_nn_functional_dropout_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:24:31.6353463Z test_meta_inplace_nn_functional_elu_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.6353669Z test_meta_inplace_nn_functional_elu_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.6353868Z test_meta_inplace_nn_functional_elu_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.6354065Z test_meta_inplace_nn_functional_elu_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.6354339Z test_meta_inplace_nn_functional_embedding_bag_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6354681Z test_meta_inplace_nn_functional_embedding_bag_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6354971Z test_meta_inplace_nn_functional_embedding_bag_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6355242Z test_meta_inplace_nn_functional_embedding_bag_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6355510Z test_meta_inplace_nn_functional_embedding_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6355771Z test_meta_inplace_nn_functional_embedding_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6356006Z test_meta_inplace_nn_functional_embedding_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6356253Z test_meta_inplace_nn_functional_embedding_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6356507Z test_meta_inplace_nn_functional_feature_alpha_dropout_with_train_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:31.6356758Z test_meta_inplace_nn_functional_feature_alpha_dropout_with_train_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:31.6357006Z test_meta_inplace_nn_functional_feature_alpha_dropout_with_train_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.6357259Z test_meta_inplace_nn_functional_feature_alpha_dropout_with_train_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.6357514Z test_meta_inplace_nn_functional_feature_alpha_dropout_without_train_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.6357759Z test_meta_inplace_nn_functional_feature_alpha_dropout_without_train_cuda_bool (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:24:31.6358021Z test_meta_inplace_nn_functional_feature_alpha_dropout_without_train_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.6358279Z test_meta_inplace_nn_functional_feature_alpha_dropout_without_train_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.6358532Z test_meta_inplace_nn_functional_feature_alpha_dropout_without_train_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.6358872Z test_meta_inplace_nn_functional_feature_alpha_dropout_without_train_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.6359117Z test_meta_inplace_nn_functional_feature_alpha_dropout_without_train_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.6359365Z test_meta_inplace_nn_functional_feature_alpha_dropout_without_train_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.6359613Z test_meta_inplace_nn_functional_feature_alpha_dropout_without_train_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:31.6359864Z test_meta_inplace_nn_functional_feature_alpha_dropout_without_train_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.6360111Z test_meta_inplace_nn_functional_feature_alpha_dropout_without_train_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.6360355Z test_meta_inplace_nn_functional_feature_alpha_dropout_without_train_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.6360640Z test_meta_inplace_nn_functional_fractional_max_pool2d_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6361167Z test_meta_inplace_nn_functional_fractional_max_pool2d_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6361464Z test_meta_inplace_nn_functional_fractional_max_pool2d_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6361832Z test_meta_inplace_nn_functional_fractional_max_pool3d_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6362285Z test_meta_inplace_nn_functional_fractional_max_pool3d_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6362703Z test_meta_inplace_nn_functional_fractional_max_pool3d_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6362991Z test_meta_inplace_nn_functional_gaussian_nll_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6363262Z test_meta_inplace_nn_functional_gaussian_nll_loss_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6363530Z test_meta_inplace_nn_functional_gaussian_nll_loss_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6363796Z test_meta_inplace_nn_functional_gaussian_nll_loss_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6364051Z test_meta_inplace_nn_functional_gelu_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6364306Z test_meta_inplace_nn_functional_gelu_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6364564Z test_meta_inplace_nn_functional_gelu_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.6364803Z test_meta_inplace_nn_functional_gelu_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6365054Z test_meta_inplace_nn_functional_glu_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6365306Z test_meta_inplace_nn_functional_glu_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.004s) 2022-11-23T02:24:31.6365559Z test_meta_inplace_nn_functional_glu_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6365805Z test_meta_inplace_nn_functional_glu_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.004s) 2022-11-23T02:24:31.6366069Z test_meta_inplace_nn_functional_grid_sample_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6366429Z test_meta_inplace_nn_functional_grid_sample_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6366680Z test_meta_inplace_nn_functional_grid_sample_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.004s) 2022-11-23T02:24:31.6366932Z test_meta_inplace_nn_functional_group_norm_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6367194Z test_meta_inplace_nn_functional_group_norm_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6367446Z test_meta_inplace_nn_functional_group_norm_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6367695Z test_meta_inplace_nn_functional_group_norm_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6367953Z test_meta_inplace_nn_functional_hardshrink_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.004s) 2022-11-23T02:24:31.6368205Z test_meta_inplace_nn_functional_hardshrink_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6368456Z test_meta_inplace_nn_functional_hardshrink_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6368776Z test_meta_inplace_nn_functional_hardshrink_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6369018Z test_meta_inplace_nn_functional_hardsigmoid_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.6369239Z test_meta_inplace_nn_functional_hardsigmoid_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.6369451Z test_meta_inplace_nn_functional_hardsigmoid_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.6369661Z test_meta_inplace_nn_functional_hardsigmoid_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.6369919Z test_meta_inplace_nn_functional_hardswish_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6370180Z test_meta_inplace_nn_functional_hardswish_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6370433Z test_meta_inplace_nn_functional_hardswish_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6370684Z test_meta_inplace_nn_functional_hardswish_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6370936Z test_meta_inplace_nn_functional_hardtanh_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6371198Z test_meta_inplace_nn_functional_hardtanh_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6371451Z test_meta_inplace_nn_functional_hardtanh_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6371700Z test_meta_inplace_nn_functional_hardtanh_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6371955Z test_meta_inplace_nn_functional_hardtanh_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.6372218Z test_meta_inplace_nn_functional_hardtanh_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6372461Z test_meta_inplace_nn_functional_hardtanh_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6372721Z test_meta_inplace_nn_functional_hardtanh_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6373092Z test_meta_inplace_nn_functional_hinge_embedding_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6373373Z test_meta_inplace_nn_functional_hinge_embedding_loss_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:24:31.6373650Z test_meta_inplace_nn_functional_hinge_embedding_loss_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6373932Z test_meta_inplace_nn_functional_hinge_embedding_loss_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6374195Z test_meta_inplace_nn_functional_huber_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6374458Z test_meta_inplace_nn_functional_huber_loss_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6374712Z test_meta_inplace_nn_functional_huber_loss_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6374960Z test_meta_inplace_nn_functional_huber_loss_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6375227Z test_meta_inplace_nn_functional_instance_norm_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6375562Z test_meta_inplace_nn_functional_instance_norm_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6375848Z test_meta_inplace_nn_functional_instance_norm_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6376116Z test_meta_inplace_nn_functional_instance_norm_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6376394Z test_meta_inplace_nn_functional_interpolate_area_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6376672Z test_meta_inplace_nn_functional_interpolate_area_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6376945Z test_meta_inplace_nn_functional_interpolate_area_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.6377215Z test_meta_inplace_nn_functional_interpolate_area_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6377493Z test_meta_inplace_nn_functional_interpolate_bicubic_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6377770Z test_meta_inplace_nn_functional_interpolate_bicubic_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6378042Z test_meta_inplace_nn_functional_interpolate_bicubic_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6378319Z test_meta_inplace_nn_functional_interpolate_bilinear_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6378601Z test_meta_inplace_nn_functional_interpolate_bilinear_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.6378886Z test_meta_inplace_nn_functional_interpolate_bilinear_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.6379165Z test_meta_inplace_nn_functional_interpolate_linear_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6379443Z test_meta_inplace_nn_functional_interpolate_linear_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6380695Z test_meta_inplace_nn_functional_interpolate_linear_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6380980Z test_meta_inplace_nn_functional_interpolate_nearest_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6381256Z test_meta_inplace_nn_functional_interpolate_nearest_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:24:31.6381533Z test_meta_inplace_nn_functional_interpolate_nearest_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6381811Z test_meta_inplace_nn_functional_interpolate_nearest_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6382096Z test_meta_inplace_nn_functional_interpolate_trilinear_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6382383Z test_meta_inplace_nn_functional_interpolate_trilinear_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6382664Z test_meta_inplace_nn_functional_interpolate_trilinear_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:24:31.6382924Z test_meta_inplace_nn_functional_kl_div_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6383277Z test_meta_inplace_nn_functional_kl_div_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6383540Z test_meta_inplace_nn_functional_kl_div_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6383799Z test_meta_inplace_nn_functional_kl_div_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6384063Z test_meta_inplace_nn_functional_l1_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6384325Z test_meta_inplace_nn_functional_l1_loss_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6384585Z test_meta_inplace_nn_functional_l1_loss_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6384839Z test_meta_inplace_nn_functional_l1_loss_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6385098Z test_meta_inplace_nn_functional_l1_loss_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6385351Z test_meta_inplace_nn_functional_l1_loss_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6385617Z test_meta_inplace_nn_functional_layer_norm_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6385881Z test_meta_inplace_nn_functional_layer_norm_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6386132Z test_meta_inplace_nn_functional_layer_norm_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6386380Z test_meta_inplace_nn_functional_layer_norm_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6386599Z test_meta_inplace_nn_functional_leaky_relu_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:24:31.6386812Z test_meta_inplace_nn_functional_leaky_relu_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:24:31.6387027Z test_meta_inplace_nn_functional_leaky_relu_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.6387330Z test_meta_inplace_nn_functional_leaky_relu_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:24:31.6387589Z test_meta_inplace_nn_functional_linear_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6387852Z test_meta_inplace_nn_functional_linear_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6388116Z test_meta_inplace_nn_functional_linear_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6388376Z test_meta_inplace_nn_functional_linear_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6388636Z test_meta_inplace_nn_functional_linear_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6388892Z test_meta_inplace_nn_functional_linear_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6389173Z test_meta_inplace_nn_functional_local_response_norm_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6389447Z test_meta_inplace_nn_functional_local_response_norm_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6389720Z test_meta_inplace_nn_functional_local_response_norm_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.007s) 2022-11-23T02:24:31.6390055Z test_meta_inplace_nn_functional_local_response_norm_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6390342Z test_meta_inplace_nn_functional_logsigmoid_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6390605Z test_meta_inplace_nn_functional_logsigmoid_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6390865Z test_meta_inplace_nn_functional_logsigmoid_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6391115Z test_meta_inplace_nn_functional_logsigmoid_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6391376Z test_meta_inplace_nn_functional_margin_ranking_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6391650Z test_meta_inplace_nn_functional_margin_ranking_loss_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6391923Z test_meta_inplace_nn_functional_margin_ranking_loss_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6392191Z test_meta_inplace_nn_functional_margin_ranking_loss_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6392464Z test_meta_inplace_nn_functional_margin_ranking_loss_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6392731Z test_meta_inplace_nn_functional_margin_ranking_loss_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6392994Z test_meta_inplace_nn_functional_margin_ranking_loss_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6393266Z test_meta_inplace_nn_functional_margin_ranking_loss_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6393527Z test_meta_inplace_nn_functional_margin_ranking_loss_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6393787Z test_meta_inplace_nn_functional_max_pool1d_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6394142Z test_meta_inplace_nn_functional_max_pool1d_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6394396Z test_meta_inplace_nn_functional_max_pool1d_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6394645Z test_meta_inplace_nn_functional_max_pool1d_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6394900Z test_meta_inplace_nn_functional_max_pool2d_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:24:31.6395153Z test_meta_inplace_nn_functional_max_pool2d_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6395401Z test_meta_inplace_nn_functional_max_pool2d_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6395644Z test_meta_inplace_nn_functional_max_pool2d_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:24:31.6395900Z test_meta_inplace_nn_functional_max_pool3d_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.004s) 2022-11-23T02:24:31.6396146Z test_meta_inplace_nn_functional_max_pool3d_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.004s) 2022-11-23T02:24:31.6396390Z test_meta_inplace_nn_functional_max_pool3d_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6396702Z test_meta_inplace_nn_functional_max_pool3d_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6396978Z test_meta_inplace_nn_functional_max_unpool1d_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6397244Z test_meta_inplace_nn_functional_max_unpool1d_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6397513Z test_meta_inplace_nn_functional_max_unpool1d_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6397788Z test_meta_inplace_nn_functional_max_unpool1d_grad_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6398061Z test_meta_inplace_nn_functional_max_unpool1d_grad_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6398329Z test_meta_inplace_nn_functional_max_unpool1d_grad_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6398593Z test_meta_inplace_nn_functional_max_unpool2d_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6398853Z test_meta_inplace_nn_functional_max_unpool2d_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6399121Z test_meta_inplace_nn_functional_max_unpool2d_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6399392Z test_meta_inplace_nn_functional_max_unpool2d_grad_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6399663Z test_meta_inplace_nn_functional_max_unpool2d_grad_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6399930Z test_meta_inplace_nn_functional_max_unpool2d_grad_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.6400190Z test_meta_inplace_nn_functional_max_unpool3d_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6400452Z test_meta_inplace_nn_functional_max_unpool3d_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6400787Z test_meta_inplace_nn_functional_max_unpool3d_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6401059Z test_meta_inplace_nn_functional_max_unpool3d_grad_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6401327Z test_meta_inplace_nn_functional_max_unpool3d_grad_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:24:31.6401594Z test_meta_inplace_nn_functional_max_unpool3d_grad_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6401803Z test_meta_inplace_nn_functional_mish_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.6402008Z test_meta_inplace_nn_functional_mish_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.6402213Z test_meta_inplace_nn_functional_mish_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.6402416Z test_meta_inplace_nn_functional_mish_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.6402679Z test_meta_inplace_nn_functional_mse_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6402938Z test_meta_inplace_nn_functional_mse_loss_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6403188Z test_meta_inplace_nn_functional_mse_loss_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6403502Z test_meta_inplace_nn_functional_mse_loss_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:24:31.6403794Z test_meta_inplace_nn_functional_multi_margin_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6404067Z test_meta_inplace_nn_functional_multi_margin_loss_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6404335Z test_meta_inplace_nn_functional_multi_margin_loss_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6404598Z test_meta_inplace_nn_functional_multi_margin_loss_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6404879Z test_meta_inplace_nn_functional_multilabel_margin_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:24:31.6405164Z test_meta_inplace_nn_functional_multilabel_margin_loss_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6405444Z test_meta_inplace_nn_functional_multilabel_margin_loss_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6405726Z test_meta_inplace_nn_functional_multilabel_margin_loss_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6406013Z test_meta_inplace_nn_functional_multilabel_soft_margin_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6406297Z test_meta_inplace_nn_functional_multilabel_soft_margin_loss_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:24:31.6406575Z 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:24:31.6406844Z 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:24:31.6407102Z test_meta_inplace_nn_functional_nll_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6407447Z test_meta_inplace_nn_functional_nll_loss_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6407697Z test_meta_inplace_nn_functional_nll_loss_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6407943Z test_meta_inplace_nn_functional_nll_loss_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6408206Z test_meta_inplace_nn_functional_normalize_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6408477Z test_meta_inplace_nn_functional_normalize_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6408744Z test_meta_inplace_nn_functional_normalize_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6409006Z test_meta_inplace_nn_functional_normalize_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6409258Z test_meta_inplace_nn_functional_normalize_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6409490Z test_meta_inplace_nn_functional_normalize_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6409743Z test_meta_inplace_nn_functional_one_hot_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6410082Z test_meta_inplace_nn_functional_pad_circular_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6410359Z test_meta_inplace_nn_functional_pad_circular_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6410628Z test_meta_inplace_nn_functional_pad_circular_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6410903Z test_meta_inplace_nn_functional_pad_circular_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6411170Z test_meta_inplace_nn_functional_pad_circular_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6411432Z test_meta_inplace_nn_functional_pad_circular_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6411700Z test_meta_inplace_nn_functional_pad_circular_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6411964Z test_meta_inplace_nn_functional_pad_circular_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.6412219Z test_meta_inplace_nn_functional_pad_circular_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6412471Z test_meta_inplace_nn_functional_pad_circular_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6412729Z test_meta_inplace_nn_functional_pad_circular_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6412981Z test_meta_inplace_nn_functional_pad_circular_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6413249Z test_meta_inplace_nn_functional_pad_constant_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:24:31.6413513Z test_meta_inplace_nn_functional_pad_constant_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6413782Z test_meta_inplace_nn_functional_pad_constant_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6414134Z test_meta_inplace_nn_functional_pad_constant_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6414400Z test_meta_inplace_nn_functional_pad_constant_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6414665Z test_meta_inplace_nn_functional_pad_constant_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6414928Z test_meta_inplace_nn_functional_pad_constant_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.011s) 2022-11-23T02:24:31.6415193Z test_meta_inplace_nn_functional_pad_constant_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6415447Z test_meta_inplace_nn_functional_pad_constant_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.6415698Z test_meta_inplace_nn_functional_pad_constant_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6415955Z test_meta_inplace_nn_functional_pad_constant_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6416205Z test_meta_inplace_nn_functional_pad_constant_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6416469Z test_meta_inplace_nn_functional_pad_reflect_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6417301Z test_meta_inplace_nn_functional_pad_reflect_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6417635Z test_meta_inplace_nn_functional_pad_reflect_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6417904Z test_meta_inplace_nn_functional_pad_reflect_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6418167Z test_meta_inplace_nn_functional_pad_reflect_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6418418Z test_meta_inplace_nn_functional_pad_reflect_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6418694Z test_meta_inplace_nn_functional_pad_replicate_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6418954Z test_meta_inplace_nn_functional_pad_replicate_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6419223Z test_meta_inplace_nn_functional_pad_replicate_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6419492Z test_meta_inplace_nn_functional_pad_replicate_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6419765Z test_meta_inplace_nn_functional_pad_replicate_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6420043Z test_meta_inplace_nn_functional_pairwise_distance_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6420326Z test_meta_inplace_nn_functional_pairwise_distance_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6420608Z test_meta_inplace_nn_functional_pairwise_distance_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6420882Z test_meta_inplace_nn_functional_pairwise_distance_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6421153Z test_meta_inplace_nn_functional_pairwise_distance_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6421532Z test_meta_inplace_nn_functional_pairwise_distance_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6421803Z test_meta_inplace_nn_functional_pairwise_distance_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6422071Z test_meta_inplace_nn_functional_pairwise_distance_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:24:31.6422342Z test_meta_inplace_nn_functional_pairwise_distance_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6422612Z test_meta_inplace_nn_functional_pairwise_distance_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6422877Z test_meta_inplace_nn_functional_pairwise_distance_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6423137Z test_meta_inplace_nn_functional_pdist_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6423394Z test_meta_inplace_nn_functional_pdist_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.011s) 2022-11-23T02:24:31.6423663Z test_meta_inplace_nn_functional_pixel_shuffle_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6423995Z test_meta_inplace_nn_functional_pixel_shuffle_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6424282Z test_meta_inplace_nn_functional_pixel_shuffle_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6424553Z test_meta_inplace_nn_functional_pixel_shuffle_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6424822Z test_meta_inplace_nn_functional_pixel_shuffle_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6425088Z test_meta_inplace_nn_functional_pixel_shuffle_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6425354Z test_meta_inplace_nn_functional_pixel_shuffle_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6425616Z test_meta_inplace_nn_functional_pixel_shuffle_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6425877Z test_meta_inplace_nn_functional_pixel_shuffle_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6426128Z test_meta_inplace_nn_functional_pixel_shuffle_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6426392Z test_meta_inplace_nn_functional_pixel_shuffle_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6426644Z test_meta_inplace_nn_functional_pixel_shuffle_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6426963Z test_meta_inplace_nn_functional_pixel_unshuffle_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6427233Z test_meta_inplace_nn_functional_pixel_unshuffle_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6427513Z test_meta_inplace_nn_functional_pixel_unshuffle_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6427787Z test_meta_inplace_nn_functional_pixel_unshuffle_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6428057Z test_meta_inplace_nn_functional_pixel_unshuffle_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6428423Z test_meta_inplace_nn_functional_pixel_unshuffle_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.6428677Z test_meta_inplace_nn_functional_pixel_unshuffle_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6428944Z test_meta_inplace_nn_functional_pixel_unshuffle_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6429213Z test_meta_inplace_nn_functional_pixel_unshuffle_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6429478Z test_meta_inplace_nn_functional_pixel_unshuffle_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6429740Z test_meta_inplace_nn_functional_pixel_unshuffle_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6430007Z test_meta_inplace_nn_functional_pixel_unshuffle_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:24:31.6430278Z test_meta_inplace_nn_functional_poisson_nll_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6430547Z test_meta_inplace_nn_functional_poisson_nll_loss_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6430888Z test_meta_inplace_nn_functional_poisson_nll_loss_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6431171Z test_meta_inplace_nn_functional_poisson_nll_loss_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6431436Z test_meta_inplace_nn_functional_poisson_nll_loss_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6431705Z test_meta_inplace_nn_functional_poisson_nll_loss_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6431967Z test_meta_inplace_nn_functional_poisson_nll_loss_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6432230Z test_meta_inplace_nn_functional_poisson_nll_loss_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6432493Z test_meta_inplace_nn_functional_poisson_nll_loss_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6432751Z test_meta_inplace_nn_functional_prelu_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6433005Z test_meta_inplace_nn_functional_prelu_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6433262Z test_meta_inplace_nn_functional_prelu_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6433517Z test_meta_inplace_nn_functional_relu6_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6433769Z test_meta_inplace_nn_functional_relu6_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6434019Z test_meta_inplace_nn_functional_relu6_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6434272Z test_meta_inplace_nn_functional_relu6_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6434524Z test_meta_inplace_nn_functional_relu6_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.6434857Z test_meta_inplace_nn_functional_relu6_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6435103Z test_meta_inplace_nn_functional_relu6_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6435351Z test_meta_inplace_nn_functional_relu6_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6435591Z test_meta_inplace_nn_functional_relu6_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6435847Z test_meta_inplace_nn_functional_relu_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:24:31.6436100Z test_meta_inplace_nn_functional_relu_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6436356Z test_meta_inplace_nn_functional_relu_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6436613Z test_meta_inplace_nn_functional_relu_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6436861Z test_meta_inplace_nn_functional_relu_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6437094Z test_meta_inplace_nn_functional_relu_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6437335Z test_meta_inplace_nn_functional_relu_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:24:31.6437654Z test_meta_inplace_nn_functional_relu_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6437915Z test_meta_inplace_nn_functional_relu_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6438127Z test_meta_inplace_nn_functional_rrelu_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.6438338Z test_meta_inplace_nn_functional_rrelu_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.6438547Z test_meta_inplace_nn_functional_rrelu_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.6438752Z test_meta_inplace_nn_functional_rrelu_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.6438955Z test_meta_inplace_nn_functional_selu_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.6439159Z test_meta_inplace_nn_functional_selu_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.6439365Z test_meta_inplace_nn_functional_selu_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.6439562Z test_meta_inplace_nn_functional_selu_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.6439763Z test_meta_inplace_nn_functional_silu_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.6439963Z test_meta_inplace_nn_functional_silu_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.6440163Z test_meta_inplace_nn_functional_silu_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.6440359Z test_meta_inplace_nn_functional_silu_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.6440626Z test_meta_inplace_nn_functional_smooth_l1_loss_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6440894Z test_meta_inplace_nn_functional_smooth_l1_loss_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6441160Z test_meta_inplace_nn_functional_smooth_l1_loss_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6441430Z test_meta_inplace_nn_functional_soft_margin_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6441794Z test_meta_inplace_nn_functional_soft_margin_loss_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6442064Z test_meta_inplace_nn_functional_soft_margin_loss_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6442325Z test_meta_inplace_nn_functional_soft_margin_loss_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6442589Z test_meta_inplace_nn_functional_softmin_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6442831Z test_meta_inplace_nn_functional_softmin_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6443091Z test_meta_inplace_nn_functional_softmin_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6443354Z test_meta_inplace_nn_functional_softmin_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6443632Z test_meta_inplace_nn_functional_softmin_with_dtype_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6443912Z test_meta_inplace_nn_functional_softmin_with_dtype_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6444189Z test_meta_inplace_nn_functional_softmin_with_dtype_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6444532Z test_meta_inplace_nn_functional_softmin_with_dtype_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6444822Z test_meta_inplace_nn_functional_softmin_with_dtype_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6445094Z test_meta_inplace_nn_functional_softmin_with_dtype_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6445363Z test_meta_inplace_nn_functional_softmin_with_dtype_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6445629Z test_meta_inplace_nn_functional_softmin_with_dtype_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6445893Z test_meta_inplace_nn_functional_softmin_with_dtype_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6446163Z test_meta_inplace_nn_functional_softmin_with_dtype_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6446434Z test_meta_inplace_nn_functional_softmin_with_dtype_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6446701Z test_meta_inplace_nn_functional_softplus_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6446960Z test_meta_inplace_nn_functional_softplus_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6447212Z test_meta_inplace_nn_functional_softplus_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6447460Z test_meta_inplace_nn_functional_softplus_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6447729Z test_meta_inplace_nn_functional_softshrink_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6447993Z test_meta_inplace_nn_functional_softshrink_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6448258Z test_meta_inplace_nn_functional_softshrink_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6448604Z test_meta_inplace_nn_functional_softshrink_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6448868Z test_meta_inplace_nn_functional_softsign_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6449126Z test_meta_inplace_nn_functional_softsign_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6449393Z test_meta_inplace_nn_functional_softsign_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6449659Z test_meta_inplace_nn_functional_softsign_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6449917Z test_meta_inplace_nn_functional_softsign_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6450171Z test_meta_inplace_nn_functional_softsign_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6450419Z test_meta_inplace_nn_functional_softsign_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6450677Z test_meta_inplace_nn_functional_softsign_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6451000Z test_meta_inplace_nn_functional_softsign_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6451273Z test_meta_inplace_nn_functional_softsign_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6451526Z test_meta_inplace_nn_functional_softsign_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6451781Z test_meta_inplace_nn_functional_softsign_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6452032Z test_meta_inplace_nn_functional_tanhshrink_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6452302Z test_meta_inplace_nn_functional_tanhshrink_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6452572Z test_meta_inplace_nn_functional_tanhshrink_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:24:31.6452839Z test_meta_inplace_nn_functional_tanhshrink_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6453099Z test_meta_inplace_nn_functional_tanhshrink_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6453351Z test_meta_inplace_nn_functional_tanhshrink_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6453612Z test_meta_inplace_nn_functional_tanhshrink_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6453866Z test_meta_inplace_nn_functional_tanhshrink_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:24:31.6454112Z test_meta_inplace_nn_functional_tanhshrink_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6454371Z test_meta_inplace_nn_functional_tanhshrink_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6454630Z test_meta_inplace_nn_functional_tanhshrink_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6454847Z test_meta_inplace_nn_functional_threshold_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.6455154Z test_meta_inplace_nn_functional_threshold_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.6455371Z test_meta_inplace_nn_functional_threshold_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.6455586Z test_meta_inplace_nn_functional_threshold_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.6455795Z test_meta_inplace_nn_functional_threshold_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.6456005Z test_meta_inplace_nn_functional_threshold_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.6456219Z test_meta_inplace_nn_functional_threshold_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.6456430Z test_meta_inplace_nn_functional_threshold_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.6456635Z test_meta_inplace_nn_functional_threshold_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.6456922Z test_meta_inplace_nn_functional_triplet_margin_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6457206Z test_meta_inplace_nn_functional_triplet_margin_loss_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6457486Z test_meta_inplace_nn_functional_triplet_margin_loss_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.007s) 2022-11-23T02:24:31.6457762Z test_meta_inplace_nn_functional_triplet_margin_loss_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6458101Z test_meta_inplace_nn_functional_triplet_margin_loss_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.004s) 2022-11-23T02:24:31.6458390Z test_meta_inplace_nn_functional_triplet_margin_loss_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6458665Z test_meta_inplace_nn_functional_triplet_margin_loss_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6458934Z test_meta_inplace_nn_functional_triplet_margin_loss_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6459183Z test_meta_inplace_nn_functional_triplet_margin_loss_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6459450Z test_meta_inplace_nn_functional_triplet_margin_loss_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6459725Z test_meta_inplace_nn_functional_triplet_margin_loss_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6460022Z 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:24:31.6460323Z 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:24:31.6460624Z test_meta_inplace_nn_functional_triplet_margin_with_distance_loss_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6460919Z 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:24:31.6461213Z test_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:24:31.6461510Z test_meta_inplace_nn_functional_triplet_margin_with_distance_loss_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6461800Z test_meta_inplace_nn_functional_triplet_margin_with_distance_loss_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6462178Z test_meta_inplace_nn_functional_triplet_margin_with_distance_loss_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6462465Z test_meta_inplace_nn_functional_triplet_margin_with_distance_loss_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6462756Z test_meta_inplace_nn_functional_triplet_margin_with_distance_loss_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.005s) 2022-11-23T02:24:31.6463249Z test_meta_inplace_nn_functional_triplet_margin_with_distance_loss_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6463520Z test_meta_inplace_nn_functional_unfold_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6463788Z test_meta_inplace_nn_functional_unfold_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6464484Z test_meta_inplace_nn_functional_unfold_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6464796Z test_meta_inplace_nn_functional_unfold_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.011s) 2022-11-23T02:24:31.6465083Z test_meta_inplace_nn_functional_unfold_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6465498Z test_meta_inplace_nn_functional_unfold_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6465799Z test_meta_inplace_nn_functional_upsample_bilinear_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6466076Z test_meta_inplace_nn_functional_upsample_bilinear_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6466349Z test_meta_inplace_nn_functional_upsample_bilinear_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6466626Z test_meta_inplace_nn_functional_upsample_nearest_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6466898Z test_meta_inplace_nn_functional_upsample_nearest_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6467169Z test_meta_inplace_nn_functional_upsample_nearest_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6467441Z test_meta_inplace_nn_functional_upsample_nearest_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6467683Z test_meta_inplace_nonzero_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6467921Z test_meta_inplace_nonzero_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6468168Z test_meta_inplace_nonzero_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6468410Z test_meta_inplace_nonzero_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6468645Z test_meta_inplace_nonzero_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6468886Z test_meta_inplace_nonzero_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6469115Z test_meta_inplace_nonzero_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6469342Z test_meta_inplace_nonzero_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.004s) 2022-11-23T02:24:31.6469652Z test_meta_inplace_nonzero_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6470034Z test_meta_inplace_nonzero_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.004s) 2022-11-23T02:24:31.6470289Z test_meta_inplace_nonzero_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6470527Z test_meta_inplace_nonzero_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6470763Z test_meta_inplace_nonzero_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6471073Z test_meta_inplace_norm_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6471369Z test_meta_inplace_norm_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6471743Z test_meta_inplace_norm_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6471982Z test_meta_inplace_norm_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.6472216Z test_meta_inplace_norm_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6472448Z test_meta_inplace_norm_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.6472769Z test_meta_inplace_norm_fro_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6473028Z test_meta_inplace_norm_fro_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.6473272Z test_meta_inplace_norm_fro_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6473515Z test_meta_inplace_norm_fro_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6473747Z test_meta_inplace_norm_fro_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6473975Z test_meta_inplace_norm_fro_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6474217Z test_meta_inplace_norm_inf_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6474465Z test_meta_inplace_norm_inf_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:24:31.6474708Z test_meta_inplace_norm_inf_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6474945Z test_meta_inplace_norm_inf_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6475180Z test_meta_inplace_norm_inf_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6475407Z test_meta_inplace_norm_inf_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6475648Z test_meta_inplace_norm_nuc_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.011s) 2022-11-23T02:24:31.6475889Z test_meta_inplace_norm_nuc_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6476127Z test_meta_inplace_norm_nuc_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6476344Z test_meta_inplace_norm_nuc_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6476583Z test_meta_inplace_normal_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6477050Z test_meta_inplace_normal_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6477297Z test_meta_inplace_normal_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6477524Z test_meta_inplace_normal_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6477780Z test_meta_inplace_normal_number_mean_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6478163Z test_meta_inplace_normal_number_mean_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6478433Z test_meta_inplace_normal_number_mean_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6478685Z test_meta_inplace_normal_number_mean_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6479058Z test_meta_inplace_ones_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6479296Z test_meta_inplace_ones_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6479537Z test_meta_inplace_ones_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6479772Z test_meta_inplace_ones_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6480076Z test_meta_inplace_ones_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6480331Z test_meta_inplace_ones_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6480564Z test_meta_inplace_ones_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6480801Z test_meta_inplace_ones_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.6481031Z test_meta_inplace_ones_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6481262Z test_meta_inplace_ones_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6481487Z test_meta_inplace_ones_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6481719Z test_meta_inplace_ones_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6481946Z test_meta_inplace_ones_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:24:31.6482189Z test_meta_inplace_ones_like_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6482428Z test_meta_inplace_ones_like_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6482672Z test_meta_inplace_ones_like_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6482916Z test_meta_inplace_ones_like_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6483147Z test_meta_inplace_ones_like_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6483394Z test_meta_inplace_ones_like_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:24:31.6483630Z test_meta_inplace_ones_like_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6483861Z test_meta_inplace_ones_like_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6484194Z test_meta_inplace_ones_like_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6484586Z test_meta_inplace_ones_like_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6484819Z test_meta_inplace_ones_like_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.011s) 2022-11-23T02:24:31.6485052Z test_meta_inplace_ones_like_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6485283Z test_meta_inplace_ones_like_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6485660Z test_meta_inplace_ormqr_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6486032Z test_meta_inplace_ormqr_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6486277Z test_meta_inplace_ormqr_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6486512Z test_meta_inplace_ormqr_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6486751Z test_meta_inplace_outer_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6486984Z test_meta_inplace_outer_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6487301Z test_meta_inplace_outer_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6487560Z test_meta_inplace_outer_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6487796Z test_meta_inplace_outer_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6488035Z test_meta_inplace_outer_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6488268Z test_meta_inplace_outer_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6488501Z test_meta_inplace_outer_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6488735Z test_meta_inplace_outer_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6488971Z test_meta_inplace_outer_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6489201Z test_meta_inplace_outer_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6489430Z test_meta_inplace_outer_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6489665Z test_meta_inplace_pca_lowrank_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6489909Z test_meta_inplace_pca_lowrank_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6490151Z test_meta_inplace_permute_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6490385Z test_meta_inplace_permute_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6490635Z test_meta_inplace_permute_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:24:31.6490879Z test_meta_inplace_permute_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6491112Z test_meta_inplace_permute_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6492154Z test_meta_inplace_permute_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6492524Z test_meta_inplace_permute_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6492875Z test_meta_inplace_permute_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:24:31.6493138Z test_meta_inplace_permute_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6493371Z test_meta_inplace_permute_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6493607Z test_meta_inplace_permute_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:24:31.6493845Z test_meta_inplace_permute_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6494086Z test_meta_inplace_permute_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6494332Z test_meta_inplace_pinverse_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.011s) 2022-11-23T02:24:31.6494579Z test_meta_inplace_pinverse_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6494824Z test_meta_inplace_pinverse_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6495160Z test_meta_inplace_pinverse_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6495418Z test_meta_inplace_polar_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6495655Z test_meta_inplace_polar_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6495914Z test_meta_inplace_polygamma_polygamma_n_0_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.006s) 2022-11-23T02:24:31.6496130Z test_meta_inplace_polygamma_polygamma_n_0_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.6496347Z test_meta_inplace_polygamma_polygamma_n_0_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:24:31.6496559Z test_meta_inplace_polygamma_polygamma_n_0_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:24:31.6496802Z test_meta_inplace_polygamma_polygamma_n_0_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.006s) 2022-11-23T02:24:31.6497056Z test_meta_inplace_polygamma_polygamma_n_0_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T02:24:31.6497307Z test_meta_inplace_polygamma_polygamma_n_0_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T02:24:31.6497561Z test_meta_inplace_polygamma_polygamma_n_0_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T02:24:31.6497809Z test_meta_inplace_polygamma_polygamma_n_0_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:24:31.6498054Z test_meta_inplace_polygamma_polygamma_n_1_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.006s) 2022-11-23T02:24:31.6498413Z test_meta_inplace_polygamma_polygamma_n_1_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.6498645Z test_meta_inplace_polygamma_polygamma_n_1_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.6498857Z test_meta_inplace_polygamma_polygamma_n_1_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.6499106Z test_meta_inplace_polygamma_polygamma_n_1_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:31.6499589Z test_meta_inplace_polygamma_polygamma_n_1_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:24:31.6499966Z test_meta_inplace_polygamma_polygamma_n_1_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:31.6500222Z test_meta_inplace_polygamma_polygamma_n_1_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:24:31.6500466Z test_meta_inplace_polygamma_polygamma_n_1_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:24:31.6500713Z test_meta_inplace_polygamma_polygamma_n_2_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:31.6500927Z test_meta_inplace_polygamma_polygamma_n_2_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.6501141Z test_meta_inplace_polygamma_polygamma_n_2_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.6501358Z test_meta_inplace_polygamma_polygamma_n_2_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.6501607Z test_meta_inplace_polygamma_polygamma_n_2_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:31.6501857Z test_meta_inplace_polygamma_polygamma_n_2_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T02:24:31.6502100Z test_meta_inplace_polygamma_polygamma_n_2_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:31.6502430Z test_meta_inplace_polygamma_polygamma_n_2_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:31.6502690Z test_meta_inplace_polygamma_polygamma_n_2_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:24:31.6502934Z test_meta_inplace_polygamma_polygamma_n_3_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:31.6503151Z test_meta_inplace_polygamma_polygamma_n_3_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.6503364Z test_meta_inplace_polygamma_polygamma_n_3_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.6503561Z test_meta_inplace_polygamma_polygamma_n_3_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.6503807Z test_meta_inplace_polygamma_polygamma_n_3_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:31.6504054Z test_meta_inplace_polygamma_polygamma_n_3_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:24:31.6504298Z test_meta_inplace_polygamma_polygamma_n_3_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:31.6504547Z test_meta_inplace_polygamma_polygamma_n_3_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:24:31.6504793Z test_meta_inplace_polygamma_polygamma_n_3_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:24:31.6505036Z test_meta_inplace_polygamma_polygamma_n_4_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:31.6505332Z test_meta_inplace_polygamma_polygamma_n_4_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.6505608Z test_meta_inplace_polygamma_polygamma_n_4_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.6505823Z test_meta_inplace_polygamma_polygamma_n_4_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.6506074Z test_meta_inplace_polygamma_polygamma_n_4_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:24:31.6506324Z test_meta_inplace_polygamma_polygamma_n_4_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.010s) 2022-11-23T02:24:31.6506697Z test_meta_inplace_polygamma_polygamma_n_4_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:24:31.6507173Z test_meta_inplace_polygamma_polygamma_n_4_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.012s) 2022-11-23T02:24:31.6507421Z test_meta_inplace_polygamma_polygamma_n_4_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.006s) 2022-11-23T02:24:31.6507667Z test_meta_inplace_positive_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6507918Z test_meta_inplace_positive_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6508204Z test_meta_inplace_positive_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6508453Z test_meta_inplace_positive_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6508697Z test_meta_inplace_positive_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6508933Z test_meta_inplace_positive_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6509166Z test_meta_inplace_positive_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6509402Z test_meta_inplace_positive_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6509718Z test_meta_inplace_positive_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6509961Z test_meta_inplace_positive_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6510196Z test_meta_inplace_positive_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6510422Z test_meta_inplace_positive_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6510607Z test_meta_inplace_pow_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.6510798Z test_meta_inplace_pow_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.6510985Z test_meta_inplace_pow_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:31.6511174Z test_meta_inplace_pow_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.6511359Z test_meta_inplace_pow_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:31.6511543Z test_meta_inplace_pow_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.6511725Z test_meta_inplace_pow_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:31.6511901Z test_meta_inplace_pow_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.6512081Z test_meta_inplace_pow_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.6512252Z test_meta_inplace_pow_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.6512585Z test_meta_inplace_pow_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.6512769Z test_meta_inplace_pow_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.6513009Z test_meta_inplace_prod_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6513242Z test_meta_inplace_prod_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6513620Z test_meta_inplace_prod_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6513871Z test_meta_inplace_prod_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:24:31.6514226Z test_meta_inplace_prod_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6514563Z test_meta_inplace_prod_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6514786Z test_meta_inplace_prod_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6515021Z test_meta_inplace_prod_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6515251Z test_meta_inplace_prod_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:24:31.6515487Z test_meta_inplace_prod_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6515717Z test_meta_inplace_prod_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6515946Z test_meta_inplace_prod_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6516178Z test_meta_inplace_prod_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6516364Z test_meta_inplace_put_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.036s) 2022-11-23T02:24:31.6516544Z test_meta_inplace_put_cuda_bool (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:24:31.6516735Z test_meta_inplace_put_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:24:31.6516922Z test_meta_inplace_put_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:24:31.6517176Z test_meta_inplace_put_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:24:31.6517378Z test_meta_inplace_put_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.034s) 2022-11-23T02:24:31.6517558Z test_meta_inplace_put_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:24:31.6517733Z test_meta_inplace_put_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:24:31.6517915Z test_meta_inplace_put_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:24:31.6518085Z test_meta_inplace_put_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.034s) 2022-11-23T02:24:31.6518261Z test_meta_inplace_put_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:24:31.6518436Z test_meta_inplace_put_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-11-23T02:24:31.6518660Z test_meta_inplace_qr_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6518902Z test_meta_inplace_qr_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6519137Z test_meta_inplace_qr_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.6519471Z test_meta_inplace_qr_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6519762Z test_meta_inplace_quantile_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6520001Z test_meta_inplace_quantile_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6520194Z test_meta_inplace_rad2deg_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.6520427Z test_meta_inplace_rad2deg_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T02:24:31.6520742Z test_meta_inplace_rad2deg_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.6521071Z test_meta_inplace_rad2deg_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.6521270Z test_meta_inplace_rad2deg_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.6521502Z test_meta_inplace_rad2deg_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T02:24:31.6521828Z test_meta_inplace_rad2deg_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T02:24:31.6522056Z test_meta_inplace_rad2deg_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T02:24:31.6522285Z test_meta_inplace_rad2deg_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:24:31.6522509Z test_meta_inplace_rad2deg_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.006s) 2022-11-23T02:24:31.6522755Z test_meta_inplace_rand_like_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6523007Z test_meta_inplace_rand_like_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.011s) 2022-11-23T02:24:31.6523255Z test_meta_inplace_rand_like_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6523501Z test_meta_inplace_rand_like_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6523750Z test_meta_inplace_rand_like_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6523987Z test_meta_inplace_rand_like_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6524216Z test_meta_inplace_rand_like_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6524540Z test_meta_inplace_randint_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6524781Z test_meta_inplace_randint_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6525012Z test_meta_inplace_randint_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6525240Z test_meta_inplace_randint_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6525476Z test_meta_inplace_randint_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6525713Z test_meta_inplace_randint_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6525947Z test_meta_inplace_randint_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6526186Z test_meta_inplace_randint_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6526573Z test_meta_inplace_randint_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6526863Z test_meta_inplace_randint_like_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:24:31.6527110Z test_meta_inplace_randint_like_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6527360Z test_meta_inplace_randint_like_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6527737Z test_meta_inplace_randint_like_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6528119Z test_meta_inplace_randint_like_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:24:31.6528371Z test_meta_inplace_randint_like_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6528612Z test_meta_inplace_randint_like_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6528851Z test_meta_inplace_randint_like_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6529190Z test_meta_inplace_randint_like_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6529430Z test_meta_inplace_randn_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:24:31.6529674Z test_meta_inplace_randn_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6529913Z test_meta_inplace_randn_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6530149Z test_meta_inplace_randn_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6530385Z test_meta_inplace_randn_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6530619Z test_meta_inplace_randn_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6530856Z test_meta_inplace_randn_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6531100Z test_meta_inplace_randn_like_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6531347Z test_meta_inplace_randn_like_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6531579Z test_meta_inplace_randn_like_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6532680Z test_meta_inplace_randn_like_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6532996Z test_meta_inplace_randn_like_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6533240Z test_meta_inplace_randn_like_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6533653Z test_meta_inplace_randn_like_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6533903Z test_meta_inplace_ravel_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6534135Z test_meta_inplace_ravel_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6534377Z test_meta_inplace_ravel_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6534747Z test_meta_inplace_ravel_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6535108Z test_meta_inplace_ravel_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6535352Z test_meta_inplace_ravel_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6535594Z test_meta_inplace_ravel_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6535821Z test_meta_inplace_ravel_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6536055Z test_meta_inplace_ravel_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6536288Z test_meta_inplace_ravel_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6536522Z test_meta_inplace_ravel_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6536755Z test_meta_inplace_ravel_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6536984Z test_meta_inplace_ravel_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6537346Z test_meta_inplace_real_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6537579Z test_meta_inplace_real_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6537823Z test_meta_inplace_real_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6538060Z test_meta_inplace_real_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6538291Z test_meta_inplace_real_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6538530Z test_meta_inplace_real_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6538764Z test_meta_inplace_real_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6538983Z test_meta_inplace_real_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6539218Z test_meta_inplace_real_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6539447Z test_meta_inplace_real_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6539676Z test_meta_inplace_real_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6539906Z test_meta_inplace_real_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6540207Z test_meta_inplace_real_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6540553Z test_meta_inplace_reciprocal_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.6540815Z test_meta_inplace_reciprocal_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:31.6541022Z test_meta_inplace_reciprocal_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.6541223Z test_meta_inplace_reciprocal_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.6541419Z test_meta_inplace_reciprocal_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.6541743Z test_meta_inplace_reciprocal_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.6541939Z test_meta_inplace_reciprocal_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.6542294Z test_meta_inplace_reciprocal_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:24:31.6542533Z test_meta_inplace_reciprocal_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:24:31.6542768Z test_meta_inplace_reciprocal_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:31.6543003Z test_meta_inplace_reciprocal_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:24:31.6543230Z test_meta_inplace_reciprocal_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:24:31.6543429Z test_meta_inplace_remainder_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.6543624Z test_meta_inplace_remainder_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.6543808Z test_meta_inplace_remainder_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.6543993Z test_meta_inplace_remainder_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.6544170Z test_meta_inplace_remainder_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.6544359Z test_meta_inplace_remainder_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.6544546Z test_meta_inplace_remainder_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.6544834Z test_meta_inplace_remainder_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.6545020Z test_meta_inplace_remainder_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.6545208Z test_meta_inplace_renorm_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.6545400Z test_meta_inplace_renorm_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.6545589Z test_meta_inplace_renorm_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.6545776Z test_meta_inplace_renorm_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.6545963Z test_meta_inplace_renorm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.6546149Z test_meta_inplace_renorm_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.6546395Z test_meta_inplace_repeat_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6546634Z test_meta_inplace_repeat_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:24:31.6546882Z test_meta_inplace_repeat_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6547127Z test_meta_inplace_repeat_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6547364Z test_meta_inplace_repeat_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6547822Z test_meta_inplace_repeat_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6548069Z test_meta_inplace_repeat_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:24:31.6548307Z test_meta_inplace_repeat_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6548663Z test_meta_inplace_repeat_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6548998Z test_meta_inplace_repeat_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6549272Z test_meta_inplace_repeat_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6549505Z test_meta_inplace_repeat_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:24:31.6549770Z test_meta_inplace_repeat_interleave_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6550027Z test_meta_inplace_repeat_interleave_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6550290Z test_meta_inplace_repeat_interleave_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6550557Z test_meta_inplace_repeat_interleave_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6550822Z test_meta_inplace_repeat_interleave_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:24:31.6551083Z test_meta_inplace_repeat_interleave_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6551336Z test_meta_inplace_repeat_interleave_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6551588Z test_meta_inplace_repeat_interleave_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6551838Z test_meta_inplace_repeat_interleave_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6552186Z test_meta_inplace_repeat_interleave_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:24:31.6552433Z test_meta_inplace_repeat_interleave_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6552682Z test_meta_inplace_repeat_interleave_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6552925Z test_meta_inplace_repeat_interleave_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6553172Z test_meta_inplace_reshape_as_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6553415Z test_meta_inplace_reshape_as_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6553664Z test_meta_inplace_reshape_as_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6553915Z test_meta_inplace_reshape_as_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6554163Z test_meta_inplace_reshape_as_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6554538Z test_meta_inplace_reshape_as_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6554801Z test_meta_inplace_reshape_as_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6555126Z test_meta_inplace_reshape_as_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6555382Z test_meta_inplace_reshape_as_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6555765Z test_meta_inplace_reshape_as_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6556139Z test_meta_inplace_reshape_as_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6556368Z test_meta_inplace_reshape_as_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6556598Z test_meta_inplace_reshape_as_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6556827Z test_meta_inplace_reshape_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6557066Z test_meta_inplace_reshape_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.6557311Z test_meta_inplace_reshape_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.6557557Z test_meta_inplace_reshape_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6557798Z test_meta_inplace_reshape_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6558034Z test_meta_inplace_reshape_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6558268Z test_meta_inplace_reshape_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6558494Z test_meta_inplace_reshape_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:24:31.6558727Z test_meta_inplace_reshape_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6558970Z test_meta_inplace_reshape_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6559202Z test_meta_inplace_reshape_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6559535Z test_meta_inplace_reshape_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6559773Z test_meta_inplace_reshape_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6559963Z test_meta_inplace_resize__cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.6560148Z test_meta_inplace_resize__cuda_bool (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.6560348Z test_meta_inplace_resize__cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.6560544Z test_meta_inplace_resize__cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.6560730Z test_meta_inplace_resize__cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.6560917Z test_meta_inplace_resize__cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.6561104Z test_meta_inplace_resize__cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.6561292Z test_meta_inplace_resize__cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.6561607Z test_meta_inplace_resize__cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.6561799Z test_meta_inplace_resize__cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.6561980Z test_meta_inplace_resize__cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.6562157Z test_meta_inplace_resize__cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.6562440Z test_meta_inplace_resize_as__cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.6562785Z test_meta_inplace_resize_as__cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.6563116Z test_meta_inplace_resize_as__cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.6563323Z test_meta_inplace_resize_as__cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.6563518Z test_meta_inplace_resize_as__cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.6563702Z test_meta_inplace_resize_as__cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.6563882Z test_meta_inplace_resize_as__cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.6564069Z test_meta_inplace_resize_as__cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.6564254Z test_meta_inplace_resize_as__cuda_int32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.6564441Z test_meta_inplace_resize_as__cuda_int64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.6564626Z test_meta_inplace_resize_as__cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.6564810Z test_meta_inplace_resize_as__cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.6565059Z test_meta_inplace_resolve_conj_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6565308Z test_meta_inplace_resolve_conj_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6565561Z test_meta_inplace_resolve_conj_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6565797Z test_meta_inplace_resolve_conj_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6566042Z test_meta_inplace_resolve_conj_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6566294Z test_meta_inplace_resolve_conj_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.004s) 2022-11-23T02:24:31.6566539Z test_meta_inplace_resolve_conj_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6566783Z test_meta_inplace_resolve_conj_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6567130Z test_meta_inplace_resolve_conj_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6567371Z test_meta_inplace_resolve_conj_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6567610Z test_meta_inplace_resolve_conj_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6567854Z test_meta_inplace_resolve_conj_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6568102Z test_meta_inplace_resolve_neg_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6568473Z test_meta_inplace_resolve_neg_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6568747Z test_meta_inplace_resolve_neg_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6568994Z test_meta_inplace_resolve_neg_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6569243Z test_meta_inplace_resolve_neg_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:24:31.6569607Z test_meta_inplace_resolve_neg_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6570062Z test_meta_inplace_resolve_neg_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6570335Z test_meta_inplace_resolve_neg_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6570581Z test_meta_inplace_resolve_neg_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6570821Z test_meta_inplace_resolve_neg_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.011s) 2022-11-23T02:24:31.6571054Z test_meta_inplace_resolve_neg_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6571294Z test_meta_inplace_resolve_neg_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6571528Z test_meta_inplace_resolve_neg_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6571766Z test_meta_inplace_roll_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6571996Z test_meta_inplace_roll_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6572236Z test_meta_inplace_roll_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6572479Z test_meta_inplace_roll_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6572692Z test_meta_inplace_roll_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6572926Z test_meta_inplace_roll_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6573160Z test_meta_inplace_roll_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6573397Z test_meta_inplace_roll_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6573628Z test_meta_inplace_roll_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6573857Z test_meta_inplace_roll_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6574300Z test_meta_inplace_roll_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6574537Z test_meta_inplace_roll_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6574766Z test_meta_inplace_roll_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6575004Z test_meta_inplace_rot90_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6575231Z test_meta_inplace_rot90_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6575629Z test_meta_inplace_rot90_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6575876Z test_meta_inplace_rot90_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6576107Z test_meta_inplace_rot90_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6576345Z test_meta_inplace_rot90_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.6576714Z test_meta_inplace_rot90_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6577087Z test_meta_inplace_rot90_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6577324Z test_meta_inplace_rot90_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6577635Z test_meta_inplace_rot90_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6577885Z test_meta_inplace_rot90_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:24:31.6578113Z test_meta_inplace_rot90_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6578307Z test_meta_inplace_round_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.6578493Z test_meta_inplace_round_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.6578679Z test_meta_inplace_round_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.6578848Z test_meta_inplace_round_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.6579030Z test_meta_inplace_round_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.6579217Z test_meta_inplace_round_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.6579394Z test_meta_inplace_round_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.6579574Z test_meta_inplace_round_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.6579755Z test_meta_inplace_round_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.6579962Z test_meta_inplace_round_decimals_0_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.6580166Z test_meta_inplace_round_decimals_0_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.6580369Z test_meta_inplace_round_decimals_0_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.6580564Z test_meta_inplace_round_decimals_0_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.6580761Z test_meta_inplace_round_decimals_3_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.6580960Z test_meta_inplace_round_decimals_3_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.6581151Z test_meta_inplace_round_decimals_3_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.6581350Z test_meta_inplace_round_decimals_3_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.6581654Z test_meta_inplace_round_decimals_neg_3_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.6581861Z test_meta_inplace_round_decimals_neg_3_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.6582068Z test_meta_inplace_round_decimals_neg_3_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.6582390Z test_meta_inplace_round_decimals_neg_3_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.6582606Z test_meta_inplace_rsqrt_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.6582824Z test_meta_inplace_rsqrt_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:31.6583016Z test_meta_inplace_rsqrt_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.6583208Z test_meta_inplace_rsqrt_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.6583530Z test_meta_inplace_rsqrt_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.6583861Z test_meta_inplace_rsqrt_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.6584055Z test_meta_inplace_rsqrt_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.6584238Z test_meta_inplace_rsqrt_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.6584467Z test_meta_inplace_rsqrt_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T02:24:31.6584695Z test_meta_inplace_rsqrt_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:31.6585006Z test_meta_inplace_rsqrt_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.006s) 2022-11-23T02:24:31.6585252Z test_meta_inplace_rsqrt_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:24:31.6585479Z test_meta_inplace_rsqrt_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:24:31.6585720Z test_meta_inplace_rsub_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6585962Z test_meta_inplace_rsub_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.011s) 2022-11-23T02:24:31.6586203Z test_meta_inplace_rsub_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6586437Z test_meta_inplace_rsub_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6586674Z test_meta_inplace_rsub_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6586911Z test_meta_inplace_rsub_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6587143Z test_meta_inplace_rsub_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.004s) 2022-11-23T02:24:31.6587377Z test_meta_inplace_rsub_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6587607Z test_meta_inplace_rsub_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6587821Z test_meta_inplace_rsub_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6588049Z test_meta_inplace_rsub_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6588303Z test_meta_inplace_scalar_tensor_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6588549Z test_meta_inplace_scalar_tensor_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6588803Z test_meta_inplace_scalar_tensor_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6589269Z test_meta_inplace_scalar_tensor_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6589557Z test_meta_inplace_scalar_tensor_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6589806Z test_meta_inplace_scalar_tensor_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6590053Z test_meta_inplace_scalar_tensor_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:24:31.6590436Z test_meta_inplace_scalar_tensor_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6590811Z test_meta_inplace_scalar_tensor_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:24:31.6591062Z test_meta_inplace_scalar_tensor_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.005s) 2022-11-23T02:24:31.6591301Z test_meta_inplace_scalar_tensor_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6591544Z test_meta_inplace_scalar_tensor_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6591790Z test_meta_inplace_scalar_tensor_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6591989Z test_meta_inplace_scatter_add_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:24:31.6592181Z test_meta_inplace_scatter_add_cuda_bool (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.6592462Z test_meta_inplace_scatter_add_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.6592681Z test_meta_inplace_scatter_add_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.6592878Z test_meta_inplace_scatter_add_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.6593070Z test_meta_inplace_scatter_add_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.6593255Z test_meta_inplace_scatter_add_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:24:31.6593446Z test_meta_inplace_scatter_add_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:24:31.6593622Z test_meta_inplace_scatter_add_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:24:31.6600863Z test_meta_inplace_scatter_add_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.6612033Z test_meta_inplace_scatter_add_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.6612519Z test_meta_inplace_scatter_add_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.6612908Z test_meta_inplace_scatter_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.036s) 2022-11-23T02:24:31.6613279Z test_meta_inplace_scatter_cuda_bool (__main__.TestMetaCUDA) ... ok (0.049s) 2022-11-23T02:24:31.6613685Z test_meta_inplace_scatter_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:24:31.6614066Z test_meta_inplace_scatter_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-11-23T02:24:31.6614443Z test_meta_inplace_scatter_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.036s) 2022-11-23T02:24:31.6614803Z test_meta_inplace_scatter_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.037s) 2022-11-23T02:24:31.6615066Z test_meta_inplace_scatter_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.037s) 2022-11-23T02:24:31.6615259Z test_meta_inplace_scatter_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:24:31.6615435Z test_meta_inplace_scatter_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:24:31.6615625Z test_meta_inplace_scatter_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-11-23T02:24:31.6615811Z test_meta_inplace_scatter_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:24:31.6616187Z test_meta_inplace_scatter_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:24:31.6616402Z test_meta_inplace_scatter_reduce_amax_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.051s) 2022-11-23T02:24:31.6616683Z test_meta_inplace_scatter_reduce_amax_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.048s) 2022-11-23T02:24:31.6617072Z test_meta_inplace_scatter_reduce_amax_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.034s) 2022-11-23T02:24:31.6617570Z test_meta_inplace_scatter_reduce_amax_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.034s) 2022-11-23T02:24:31.6618057Z test_meta_inplace_scatter_reduce_amax_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:24:31.6618512Z test_meta_inplace_scatter_reduce_amax_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.051s) 2022-11-23T02:24:31.6618912Z test_meta_inplace_scatter_reduce_amax_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.044s) 2022-11-23T02:24:31.6619312Z test_meta_inplace_scatter_reduce_amax_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.046s) 2022-11-23T02:24:31.6619710Z test_meta_inplace_scatter_reduce_amax_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.036s) 2022-11-23T02:24:31.6620120Z test_meta_inplace_scatter_reduce_amin_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.036s) 2022-11-23T02:24:31.6620510Z test_meta_inplace_scatter_reduce_amin_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.034s) 2022-11-23T02:24:31.6620910Z test_meta_inplace_scatter_reduce_amin_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.035s) 2022-11-23T02:24:31.6621306Z test_meta_inplace_scatter_reduce_amin_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.035s) 2022-11-23T02:24:31.6621907Z test_meta_inplace_scatter_reduce_amin_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:24:31.6622348Z test_meta_inplace_scatter_reduce_amin_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.045s) 2022-11-23T02:24:31.6622734Z test_meta_inplace_scatter_reduce_amin_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:24:31.6623142Z test_meta_inplace_scatter_reduce_amin_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.041s) 2022-11-23T02:24:31.6623550Z test_meta_inplace_scatter_reduce_amin_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.035s) 2022-11-23T02:24:31.6624098Z test_meta_inplace_scatter_reduce_mean_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.037s) 2022-11-23T02:24:31.6624653Z test_meta_inplace_scatter_reduce_mean_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.036s) 2022-11-23T02:24:31.6625073Z test_meta_inplace_scatter_reduce_mean_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.035s) 2022-11-23T02:24:31.6625489Z test_meta_inplace_scatter_reduce_mean_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.041s) 2022-11-23T02:24:31.6625892Z test_meta_inplace_scatter_reduce_mean_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.038s) 2022-11-23T02:24:31.6626303Z test_meta_inplace_scatter_reduce_mean_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.043s) 2022-11-23T02:24:31.6626749Z test_meta_inplace_scatter_reduce_mean_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.036s) 2022-11-23T02:24:31.6627163Z test_meta_inplace_scatter_reduce_mean_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.043s) 2022-11-23T02:24:31.6627569Z test_meta_inplace_scatter_reduce_mean_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.055s) 2022-11-23T02:24:31.6627973Z test_meta_inplace_scatter_reduce_prod_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.034s) 2022-11-23T02:24:31.6628385Z test_meta_inplace_scatter_reduce_prod_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.038s) 2022-11-23T02:24:31.6628794Z test_meta_inplace_scatter_reduce_prod_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:24:31.6629192Z test_meta_inplace_scatter_reduce_prod_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.043s) 2022-11-23T02:24:31.6629589Z test_meta_inplace_scatter_reduce_prod_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.034s) 2022-11-23T02:24:31.6630097Z test_meta_inplace_scatter_reduce_prod_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.033s) 2022-11-23T02:24:31.6630796Z test_meta_inplace_scatter_reduce_prod_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.036s) 2022-11-23T02:24:31.6631305Z test_meta_inplace_scatter_reduce_prod_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:24:31.6631711Z test_meta_inplace_scatter_reduce_prod_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.042s) 2022-11-23T02:24:31.6632122Z test_meta_inplace_scatter_reduce_sum_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.036s) 2022-11-23T02:24:31.6632534Z test_meta_inplace_scatter_reduce_sum_cuda_bool (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:24:31.6632947Z test_meta_inplace_scatter_reduce_sum_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.039s) 2022-11-23T02:24:31.6633354Z test_meta_inplace_scatter_reduce_sum_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.035s) 2022-11-23T02:24:31.6633769Z test_meta_inplace_scatter_reduce_sum_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:24:31.6634164Z test_meta_inplace_scatter_reduce_sum_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.047s) 2022-11-23T02:24:31.6634559Z test_meta_inplace_scatter_reduce_sum_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:24:31.6634963Z test_meta_inplace_scatter_reduce_sum_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.045s) 2022-11-23T02:24:31.6635358Z test_meta_inplace_scatter_reduce_sum_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:24:31.6635764Z test_meta_inplace_scatter_reduce_sum_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.041s) 2022-11-23T02:24:31.6636585Z test_meta_inplace_searchsorted_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6637231Z test_meta_inplace_searchsorted_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6637820Z test_meta_inplace_searchsorted_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6638112Z test_meta_inplace_searchsorted_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6638365Z test_meta_inplace_searchsorted_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6638617Z test_meta_inplace_searchsorted_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6638871Z test_meta_inplace_searchsorted_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6639128Z test_meta_inplace_searchsorted_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6639401Z test_meta_inplace_segment_reduce_lengths_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6639668Z test_meta_inplace_segment_reduce_lengths_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6639926Z test_meta_inplace_segment_reduce_lengths_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6640176Z test_meta_inplace_segment_reduce_lengths_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6640419Z test_meta_inplace_segment_reduce_offsets_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6640674Z test_meta_inplace_segment_reduce_offsets_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6640925Z test_meta_inplace_segment_reduce_offsets_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6641173Z test_meta_inplace_segment_reduce_offsets_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6642171Z test_meta_inplace_select_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6642411Z test_meta_inplace_select_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.6642841Z test_meta_inplace_select_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6643101Z test_meta_inplace_select_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6643348Z test_meta_inplace_select_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6643769Z test_meta_inplace_select_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6644011Z test_meta_inplace_select_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:24:31.6644246Z test_meta_inplace_select_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6644485Z test_meta_inplace_select_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6644723Z test_meta_inplace_select_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6644961Z test_meta_inplace_select_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6645199Z test_meta_inplace_select_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6645542Z test_meta_inplace_select_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.012s) 2022-11-23T02:24:31.6645815Z test_meta_inplace_select_scatter_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6646070Z test_meta_inplace_select_scatter_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6646322Z test_meta_inplace_select_scatter_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6646575Z test_meta_inplace_select_scatter_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6646820Z test_meta_inplace_select_scatter_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6647061Z test_meta_inplace_select_scatter_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6647305Z test_meta_inplace_select_scatter_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6647558Z test_meta_inplace_select_scatter_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6647807Z test_meta_inplace_select_scatter_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6648051Z test_meta_inplace_select_scatter_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6648238Z test_meta_inplace_sgn_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.6648416Z test_meta_inplace_sgn_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.6648604Z test_meta_inplace_sgn_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.6648791Z test_meta_inplace_sgn_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.6649135Z test_meta_inplace_sgn_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.6649325Z test_meta_inplace_sgn_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.6649507Z test_meta_inplace_sgn_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.6650000Z test_meta_inplace_sgn_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.6650184Z test_meta_inplace_sgn_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.6650361Z test_meta_inplace_sgn_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.6650530Z test_meta_inplace_sgn_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.6650703Z test_meta_inplace_sgn_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.6650878Z test_meta_inplace_sgn_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.6651123Z test_meta_inplace_short_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6651357Z test_meta_inplace_short_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6651602Z test_meta_inplace_short_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6651844Z test_meta_inplace_short_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6652081Z test_meta_inplace_short_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6652315Z test_meta_inplace_short_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6652549Z test_meta_inplace_short_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6652867Z test_meta_inplace_short_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6653117Z test_meta_inplace_short_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6653350Z test_meta_inplace_short_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6653588Z test_meta_inplace_short_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6653821Z test_meta_inplace_short_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6654011Z test_meta_inplace_sigmoid_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.6654241Z test_meta_inplace_sigmoid_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T02:24:31.6654442Z test_meta_inplace_sigmoid_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.6654622Z test_meta_inplace_sigmoid_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.6654807Z test_meta_inplace_sigmoid_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.6654998Z test_meta_inplace_sigmoid_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.6655324Z test_meta_inplace_sigmoid_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.6655525Z test_meta_inplace_sigmoid_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.6655758Z test_meta_inplace_sigmoid_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:24:31.6655988Z test_meta_inplace_sigmoid_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:24:31.6656492Z test_meta_inplace_sigmoid_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.006s) 2022-11-23T02:24:31.6656742Z test_meta_inplace_sigmoid_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.006s) 2022-11-23T02:24:31.6656962Z test_meta_inplace_sigmoid_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:31.6657150Z test_meta_inplace_sign_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.6657431Z test_meta_inplace_sign_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.6657612Z test_meta_inplace_sign_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.6657795Z test_meta_inplace_sign_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.6657975Z test_meta_inplace_sign_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.6658151Z test_meta_inplace_sign_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.6658329Z test_meta_inplace_sign_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.6658505Z test_meta_inplace_sign_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.6658682Z test_meta_inplace_sign_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.6658838Z test_meta_inplace_sign_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.6659102Z test_meta_inplace_signal_windows_cosine_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6659365Z test_meta_inplace_signal_windows_cosine_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:24:31.6659629Z test_meta_inplace_signal_windows_cosine_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6659889Z test_meta_inplace_signal_windows_cosine_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6660234Z test_meta_inplace_signal_windows_exponential_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6660518Z test_meta_inplace_signal_windows_exponential_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6660786Z test_meta_inplace_signal_windows_exponential_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.011s) 2022-11-23T02:24:31.6661054Z test_meta_inplace_signal_windows_exponential_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6661321Z test_meta_inplace_signal_windows_gaussian_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6661583Z test_meta_inplace_signal_windows_gaussian_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6661994Z test_meta_inplace_signal_windows_gaussian_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6662250Z test_meta_inplace_signal_windows_gaussian_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6662696Z test_meta_inplace_signal_windows_kaiser_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6662978Z test_meta_inplace_signal_windows_kaiser_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6663237Z test_meta_inplace_signal_windows_kaiser_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6663492Z test_meta_inplace_signal_windows_kaiser_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6663734Z test_meta_inplace_signbit_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6663972Z test_meta_inplace_signbit_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6664246Z test_meta_inplace_signbit_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6664496Z test_meta_inplace_signbit_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6664818Z test_meta_inplace_signbit_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6665051Z test_meta_inplace_signbit_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6665287Z test_meta_inplace_signbit_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6665518Z test_meta_inplace_signbit_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6665752Z test_meta_inplace_signbit_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6665982Z test_meta_inplace_signbit_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6666150Z test_meta_inplace_sin_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.6666376Z test_meta_inplace_sin_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:31.6666564Z test_meta_inplace_sin_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.6666750Z test_meta_inplace_sin_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.6666936Z test_meta_inplace_sin_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.6667120Z test_meta_inplace_sin_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.6667302Z test_meta_inplace_sin_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.6667552Z test_meta_inplace_sin_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.6667796Z test_meta_inplace_sin_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:31.6668177Z test_meta_inplace_sin_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:31.6668504Z test_meta_inplace_sin_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:31.6668731Z test_meta_inplace_sin_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:24:31.6668947Z test_meta_inplace_sin_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:31.6669281Z test_meta_inplace_sinc_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.6669769Z test_meta_inplace_sinc_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:31.6670078Z test_meta_inplace_sinc_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.6670274Z test_meta_inplace_sinc_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.6670458Z test_meta_inplace_sinc_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.6670641Z test_meta_inplace_sinc_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.6670801Z test_meta_inplace_sinc_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.6671169Z test_meta_inplace_sinc_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:31.6671408Z test_meta_inplace_sinc_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:24:31.6671634Z test_meta_inplace_sinc_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:31.6671858Z test_meta_inplace_sinc_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:24:31.6672373Z test_meta_inplace_sinc_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:24:31.6672881Z test_meta_inplace_sinh_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.6673351Z test_meta_inplace_sinh_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.006s) 2022-11-23T02:24:31.6673962Z test_meta_inplace_sinh_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.6674324Z test_meta_inplace_sinh_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.6674664Z test_meta_inplace_sinh_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.6675122Z test_meta_inplace_sinh_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.6675472Z test_meta_inplace_sinh_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.6675818Z test_meta_inplace_sinh_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.6676669Z test_meta_inplace_sinh_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:24:31.6677149Z test_meta_inplace_sinh_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.008s) 2022-11-23T02:24:31.6677572Z test_meta_inplace_sinh_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:31.6677991Z test_meta_inplace_sinh_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:31.6678414Z test_meta_inplace_sinh_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:31.6678897Z test_meta_inplace_slice_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6679366Z test_meta_inplace_slice_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6679965Z test_meta_inplace_slice_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6680466Z test_meta_inplace_slice_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6680925Z test_meta_inplace_slice_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6681395Z test_meta_inplace_slice_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6681961Z test_meta_inplace_slice_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6682415Z test_meta_inplace_slice_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6682974Z test_meta_inplace_slice_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6683528Z test_meta_inplace_slice_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6683969Z test_meta_inplace_slice_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6684411Z test_meta_inplace_slice_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.6684875Z test_meta_inplace_slice_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6685355Z test_meta_inplace_slice_scatter_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6685828Z test_meta_inplace_slice_scatter_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6686320Z test_meta_inplace_slice_scatter_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6686786Z test_meta_inplace_slice_scatter_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:24:31.6687257Z test_meta_inplace_slice_scatter_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6687739Z test_meta_inplace_slice_scatter_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6688552Z test_meta_inplace_slice_scatter_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6689018Z test_meta_inplace_slice_scatter_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6689576Z test_meta_inplace_slice_scatter_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6690175Z test_meta_inplace_slice_scatter_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6690644Z test_meta_inplace_softmax_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6691096Z test_meta_inplace_softmax_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6691558Z test_meta_inplace_softmax_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6692048Z test_meta_inplace_softmax_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6692535Z test_meta_inplace_softmax_with_dtype_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6692992Z test_meta_inplace_softmax_with_dtype_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6694474Z test_meta_inplace_softmax_with_dtype_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6695033Z test_meta_inplace_softmax_with_dtype_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6695691Z test_meta_inplace_softmax_with_dtype_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6696212Z test_meta_inplace_softmax_with_dtype_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6696901Z test_meta_inplace_softmax_with_dtype_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.6697406Z test_meta_inplace_softmax_with_dtype_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6697889Z test_meta_inplace_softmax_with_dtype_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6698367Z test_meta_inplace_softmax_with_dtype_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.004s) 2022-11-23T02:24:31.6698848Z test_meta_inplace_softmax_with_dtype_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6699319Z test_meta_inplace_softmax_with_dtype_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6699778Z test_meta_inplace_sort_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6700237Z test_meta_inplace_sort_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6700682Z test_meta_inplace_sort_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6701122Z test_meta_inplace_sort_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6701575Z test_meta_inplace_sort_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6702129Z test_meta_inplace_sort_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6702594Z test_meta_inplace_sort_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6703404Z test_meta_inplace_sort_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6703865Z test_meta_inplace_sort_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6704390Z test_meta_inplace_sparse_sampled_addmm_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6704915Z test_meta_inplace_sparse_sampled_addmm_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6705431Z test_meta_inplace_sparse_sampled_addmm_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6705939Z test_meta_inplace_sparse_sampled_addmm_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6706412Z test_meta_inplace_special_airy_ai_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6707193Z test_meta_inplace_special_airy_ai_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6707804Z test_meta_inplace_special_airy_ai_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6708278Z test_meta_inplace_special_airy_ai_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6709077Z test_meta_inplace_special_airy_ai_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6709592Z test_meta_inplace_special_airy_ai_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6710275Z test_meta_inplace_special_airy_ai_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6710773Z test_meta_inplace_special_airy_ai_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:24:31.6711259Z test_meta_inplace_special_bessel_j0_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6711761Z test_meta_inplace_special_bessel_j0_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6712263Z test_meta_inplace_special_bessel_j0_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6712754Z test_meta_inplace_special_bessel_j0_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6713302Z test_meta_inplace_special_bessel_j0_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6713785Z test_meta_inplace_special_bessel_j0_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6714268Z test_meta_inplace_special_bessel_j0_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6714746Z test_meta_inplace_special_bessel_j0_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6715228Z test_meta_inplace_special_bessel_j1_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6715824Z test_meta_inplace_special_bessel_j1_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6716414Z test_meta_inplace_special_bessel_j1_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6716972Z test_meta_inplace_special_bessel_j1_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6717465Z test_meta_inplace_special_bessel_j1_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6718130Z test_meta_inplace_special_bessel_j1_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6718607Z test_meta_inplace_special_bessel_j1_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6719082Z test_meta_inplace_special_bessel_j1_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6719578Z test_meta_inplace_special_bessel_y0_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6720065Z test_meta_inplace_special_bessel_y0_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6720560Z test_meta_inplace_special_bessel_y0_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.6721045Z test_meta_inplace_special_bessel_y0_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6721540Z test_meta_inplace_special_bessel_y0_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6722100Z test_meta_inplace_special_bessel_y0_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6722590Z test_meta_inplace_special_bessel_y0_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6723394Z test_meta_inplace_special_bessel_y0_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:24:31.6723878Z test_meta_inplace_special_bessel_y1_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6724366Z test_meta_inplace_special_bessel_y1_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6724860Z test_meta_inplace_special_bessel_y1_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6725339Z test_meta_inplace_special_bessel_y1_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6725831Z test_meta_inplace_special_bessel_y1_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6726304Z test_meta_inplace_special_bessel_y1_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6726859Z test_meta_inplace_special_bessel_y1_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6727350Z test_meta_inplace_special_bessel_y1_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6727886Z test_meta_inplace_special_chebyshev_polynomial_t_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6728440Z test_meta_inplace_special_chebyshev_polynomial_t_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6729088Z test_meta_inplace_special_chebyshev_polynomial_t_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6729781Z test_meta_inplace_special_chebyshev_polynomial_t_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6730332Z test_meta_inplace_special_chebyshev_polynomial_t_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6730863Z test_meta_inplace_special_chebyshev_polynomial_t_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6731398Z test_meta_inplace_special_chebyshev_polynomial_t_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6732095Z test_meta_inplace_special_chebyshev_polynomial_t_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6732632Z test_meta_inplace_special_chebyshev_polynomial_u_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6733166Z test_meta_inplace_special_chebyshev_polynomial_u_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6733721Z test_meta_inplace_special_chebyshev_polynomial_u_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6734249Z test_meta_inplace_special_chebyshev_polynomial_u_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6734876Z test_meta_inplace_special_chebyshev_polynomial_u_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6735425Z test_meta_inplace_special_chebyshev_polynomial_u_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6736137Z test_meta_inplace_special_chebyshev_polynomial_u_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.6736663Z test_meta_inplace_special_chebyshev_polynomial_u_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.6737425Z 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:24:31.6738044Z test_meta_inplace_special_chebyshev_polynomial_v_cuda_float32 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:24:31.6738644Z test_meta_inplace_special_chebyshev_polynomial_v_cuda_float64 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2022-11-23T02:24:31.6739260Z 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:24:31.6739845Z 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:24:31.6740430Z 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:24:31.6741129Z test_meta_inplace_special_chebyshev_polynomial_v_cuda_int8 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.006s) 2022-11-23T02:24:31.6741726Z 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:24:31.6742478Z 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:24:31.6743084Z test_meta_inplace_special_chebyshev_polynomial_w_cuda_float32 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:24:31.6743669Z test_meta_inplace_special_chebyshev_polynomial_w_cuda_float64 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:24:31.6744259Z test_meta_inplace_special_chebyshev_polynomial_w_cuda_int16 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:24:31.6744842Z test_meta_inplace_special_chebyshev_polynomial_w_cuda_int32 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:24:31.6745578Z test_meta_inplace_special_chebyshev_polynomial_w_cuda_int64 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.010s) 2022-11-23T02:24:31.6746163Z test_meta_inplace_special_chebyshev_polynomial_w_cuda_int8 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:24:31.6746755Z test_meta_inplace_special_chebyshev_polynomial_w_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:24:31.6747327Z test_meta_inplace_special_entr_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6747820Z test_meta_inplace_special_entr_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6748431Z test_meta_inplace_special_entr_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:24:31.6748939Z test_meta_inplace_special_entr_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6749362Z test_meta_inplace_special_entr_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6749617Z test_meta_inplace_special_entr_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6749860Z test_meta_inplace_special_entr_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6750242Z test_meta_inplace_special_entr_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:24:31.6750506Z test_meta_inplace_special_entr_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6750749Z test_meta_inplace_special_entr_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6751125Z test_meta_inplace_special_erfcx_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6751592Z test_meta_inplace_special_erfcx_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6752060Z test_meta_inplace_special_erfcx_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6752524Z test_meta_inplace_special_erfcx_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:24:31.6752994Z test_meta_inplace_special_erfcx_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6753439Z test_meta_inplace_special_erfcx_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6753879Z test_meta_inplace_special_erfcx_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6754324Z test_meta_inplace_special_erfcx_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6755000Z test_meta_inplace_special_hermite_polynomial_h_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.011s) 2022-11-23T02:24:31.6755513Z test_meta_inplace_special_hermite_polynomial_h_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6756226Z test_meta_inplace_special_hermite_polynomial_h_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6756797Z test_meta_inplace_special_hermite_polynomial_h_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6757407Z test_meta_inplace_special_hermite_polynomial_h_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6758212Z test_meta_inplace_special_hermite_polynomial_h_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6758836Z test_meta_inplace_special_hermite_polynomial_h_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6759467Z test_meta_inplace_special_hermite_polynomial_h_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6760087Z test_meta_inplace_special_hermite_polynomial_he_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6760687Z test_meta_inplace_special_hermite_polynomial_he_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6761325Z test_meta_inplace_special_hermite_polynomial_he_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6761957Z test_meta_inplace_special_hermite_polynomial_he_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6762529Z test_meta_inplace_special_hermite_polynomial_he_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6762980Z test_meta_inplace_special_hermite_polynomial_he_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6763258Z test_meta_inplace_special_hermite_polynomial_he_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6763806Z test_meta_inplace_special_hermite_polynomial_he_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6764238Z test_meta_inplace_special_i0e_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6764500Z test_meta_inplace_special_i0e_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6764874Z test_meta_inplace_special_i0e_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6765127Z test_meta_inplace_special_i0e_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6765507Z test_meta_inplace_special_i0e_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6765757Z test_meta_inplace_special_i0e_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6766126Z test_meta_inplace_special_i0e_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6766359Z test_meta_inplace_special_i0e_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6766735Z test_meta_inplace_special_i0e_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6766973Z test_meta_inplace_special_i0e_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:24:31.6767338Z test_meta_inplace_special_i1_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6767585Z test_meta_inplace_special_i1_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6767957Z test_meta_inplace_special_i1_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6768205Z test_meta_inplace_special_i1_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6768646Z test_meta_inplace_special_i1_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.011s) 2022-11-23T02:24:31.6769130Z test_meta_inplace_special_i1_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6769376Z test_meta_inplace_special_i1_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6769732Z test_meta_inplace_special_i1_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6769988Z test_meta_inplace_special_i1e_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6770371Z test_meta_inplace_special_i1e_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6770625Z test_meta_inplace_special_i1e_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6770869Z test_meta_inplace_special_i1e_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6771105Z test_meta_inplace_special_i1e_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6771317Z test_meta_inplace_special_i1e_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6771555Z test_meta_inplace_special_i1e_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6771834Z test_meta_inplace_special_i1e_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6772312Z test_meta_inplace_special_laguerre_polynomial_l_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6772614Z test_meta_inplace_special_laguerre_polynomial_l_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6772889Z test_meta_inplace_special_laguerre_polynomial_l_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6773168Z test_meta_inplace_special_laguerre_polynomial_l_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6773440Z test_meta_inplace_special_laguerre_polynomial_l_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6773707Z test_meta_inplace_special_laguerre_polynomial_l_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6773980Z test_meta_inplace_special_laguerre_polynomial_l_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6774247Z test_meta_inplace_special_laguerre_polynomial_l_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6774557Z test_meta_inplace_special_legendre_polynomial_p_cuda_bool (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:24:31.6774871Z test_meta_inplace_special_legendre_polynomial_p_cuda_float32 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2022-11-23T02:24:31.6775169Z test_meta_inplace_special_legendre_polynomial_p_cuda_float64 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:24:31.6775470Z test_meta_inplace_special_legendre_polynomial_p_cuda_int16 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:24:31.6775955Z test_meta_inplace_special_legendre_polynomial_p_cuda_int32 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:24:31.6776370Z test_meta_inplace_special_legendre_polynomial_p_cuda_int64 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.006s) 2022-11-23T02:24:31.6776925Z 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:24:31.6777372Z 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:24:31.6777753Z test_meta_inplace_special_log_ndtr_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6778023Z test_meta_inplace_special_log_ndtr_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.007s) 2022-11-23T02:24:31.6778276Z test_meta_inplace_special_log_ndtr_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6778524Z test_meta_inplace_special_log_ndtr_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.005s) 2022-11-23T02:24:31.6778776Z test_meta_inplace_special_log_ndtr_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6779016Z test_meta_inplace_special_log_ndtr_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6779259Z test_meta_inplace_special_log_ndtr_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6779508Z test_meta_inplace_special_log_ndtr_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6779852Z test_meta_inplace_special_modified_bessel_i0_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6780132Z test_meta_inplace_special_modified_bessel_i0_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6780398Z test_meta_inplace_special_modified_bessel_i0_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6780663Z test_meta_inplace_special_modified_bessel_i0_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6780920Z test_meta_inplace_special_modified_bessel_i0_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6781169Z test_meta_inplace_special_modified_bessel_i0_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6781429Z test_meta_inplace_special_modified_bessel_i0_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6781679Z test_meta_inplace_special_modified_bessel_i0_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6781916Z test_meta_inplace_special_modified_bessel_i1_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6782182Z test_meta_inplace_special_modified_bessel_i1_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6782449Z test_meta_inplace_special_modified_bessel_i1_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6782710Z test_meta_inplace_special_modified_bessel_i1_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6782961Z test_meta_inplace_special_modified_bessel_i1_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6783342Z test_meta_inplace_special_modified_bessel_i1_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.6783605Z test_meta_inplace_special_modified_bessel_i1_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.6783944Z test_meta_inplace_special_modified_bessel_i1_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6784411Z test_meta_inplace_special_modified_bessel_k0_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6784687Z test_meta_inplace_special_modified_bessel_k0_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6785052Z test_meta_inplace_special_modified_bessel_k0_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6785340Z test_meta_inplace_special_modified_bessel_k0_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:24:31.6785592Z test_meta_inplace_special_modified_bessel_k0_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6785842Z test_meta_inplace_special_modified_bessel_k0_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6786103Z test_meta_inplace_special_modified_bessel_k0_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6786352Z test_meta_inplace_special_modified_bessel_k0_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6786752Z test_meta_inplace_special_modified_bessel_k1_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.004s) 2022-11-23T02:24:31.6787105Z test_meta_inplace_special_modified_bessel_k1_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6787380Z test_meta_inplace_special_modified_bessel_k1_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6787637Z test_meta_inplace_special_modified_bessel_k1_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6787891Z test_meta_inplace_special_modified_bessel_k1_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6788140Z test_meta_inplace_special_modified_bessel_k1_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.004s) 2022-11-23T02:24:31.6788395Z test_meta_inplace_special_modified_bessel_k1_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6788645Z test_meta_inplace_special_modified_bessel_k1_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6788895Z test_meta_inplace_special_ndtr_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6789140Z test_meta_inplace_special_ndtr_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6789389Z test_meta_inplace_special_ndtr_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6789635Z test_meta_inplace_special_ndtr_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6789881Z test_meta_inplace_special_ndtr_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.007s) 2022-11-23T02:24:31.6790123Z test_meta_inplace_special_ndtr_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6790371Z test_meta_inplace_special_ndtr_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6790754Z test_meta_inplace_special_ndtr_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.004s) 2022-11-23T02:24:31.6791002Z test_meta_inplace_special_ndtr_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6791333Z test_meta_inplace_special_ndtr_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6791822Z test_meta_inplace_special_ndtri_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.004s) 2022-11-23T02:24:31.6792081Z test_meta_inplace_special_ndtri_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6792460Z test_meta_inplace_special_ndtri_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6792723Z test_meta_inplace_special_ndtri_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.004s) 2022-11-23T02:24:31.6792966Z test_meta_inplace_special_ndtri_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6793210Z test_meta_inplace_special_ndtri_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6793456Z test_meta_inplace_special_ndtri_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6793695Z test_meta_inplace_special_ndtri_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6793978Z test_meta_inplace_special_polygamma_special_polygamma_n_0_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:24:31.6794265Z test_meta_inplace_special_polygamma_special_polygamma_n_0_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6794619Z test_meta_inplace_special_polygamma_special_polygamma_n_0_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6794906Z test_meta_inplace_special_polygamma_special_polygamma_n_0_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:24:31.6795187Z test_meta_inplace_special_polygamma_special_polygamma_n_0_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6795470Z test_meta_inplace_special_polygamma_special_polygamma_n_0_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6795751Z test_meta_inplace_special_polygamma_special_polygamma_n_0_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:24:31.6796032Z test_meta_inplace_special_polygamma_special_polygamma_n_0_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.004s) 2022-11-23T02:24:31.6796308Z test_meta_inplace_special_polygamma_special_polygamma_n_0_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6796584Z test_meta_inplace_special_scaled_modified_bessel_k0_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6796861Z test_meta_inplace_special_scaled_modified_bessel_k0_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6797138Z test_meta_inplace_special_scaled_modified_bessel_k0_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6797408Z test_meta_inplace_special_scaled_modified_bessel_k0_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6797681Z test_meta_inplace_special_scaled_modified_bessel_k0_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6797942Z test_meta_inplace_special_scaled_modified_bessel_k0_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6798207Z test_meta_inplace_special_scaled_modified_bessel_k0_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6798550Z test_meta_inplace_special_scaled_modified_bessel_k0_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6798813Z test_meta_inplace_special_scaled_modified_bessel_k1_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6799081Z test_meta_inplace_special_scaled_modified_bessel_k1_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6799353Z test_meta_inplace_special_scaled_modified_bessel_k1_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6799613Z test_meta_inplace_special_scaled_modified_bessel_k1_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6799877Z test_meta_inplace_special_scaled_modified_bessel_k1_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6800137Z test_meta_inplace_special_scaled_modified_bessel_k1_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6800398Z test_meta_inplace_special_scaled_modified_bessel_k1_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6800641Z test_meta_inplace_special_scaled_modified_bessel_k1_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6801027Z test_meta_inplace_special_shifted_chebyshev_polynomial_t_cuda_bool (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2022-11-23T02:24:31.6801364Z 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:24:31.6801682Z 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:24:31.6801998Z test_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:24:31.6802309Z test_meta_inplace_special_shifted_chebyshev_polynomial_t_cuda_int32 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.006s) 2022-11-23T02:24:31.6802615Z test_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:24:31.6803075Z test_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:24:31.6803385Z test_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:24:31.6803693Z test_meta_inplace_special_shifted_chebyshev_polynomial_u_cuda_bool (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:24:31.6804291Z test_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:24:31.6804617Z test_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:24:31.6805078Z test_meta_inplace_special_shifted_chebyshev_polynomial_u_cuda_int16 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.010s) 2022-11-23T02:24:31.6805393Z test_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:24:31.6806433Z test_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:24:31.6806741Z test_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:24:31.6807046Z test_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:24:31.6807352Z test_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:24:31.6807662Z test_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:24:31.6807977Z test_meta_inplace_special_shifted_chebyshev_polynomial_v_cuda_float64 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.010s) 2022-11-23T02:24:31.6808291Z test_meta_inplace_special_shifted_chebyshev_polynomial_v_cuda_int16 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T02:24:31.6808686Z 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:24:31.6809000Z 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:24:31.6809303Z 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:24:31.6809606Z test_meta_inplace_special_shifted_chebyshev_polynomial_v_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T02:24:31.6809907Z 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:24:31.6810215Z 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:24:31.6810527Z test_meta_inplace_special_shifted_chebyshev_polynomial_w_cuda_float64 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T02:24:31.6810825Z 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:24:31.6811133Z test_meta_inplace_special_shifted_chebyshev_polynomial_w_cuda_int32 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T02:24:31.6811429Z test_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:24:31.6811731Z 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:24:31.6812030Z test_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:24:31.6812298Z test_meta_inplace_special_spherical_bessel_j0_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6812648Z test_meta_inplace_special_spherical_bessel_j0_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6812919Z test_meta_inplace_special_spherical_bessel_j0_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6813185Z test_meta_inplace_special_spherical_bessel_j0_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6813441Z test_meta_inplace_special_spherical_bessel_j0_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6813708Z test_meta_inplace_special_spherical_bessel_j0_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6813974Z test_meta_inplace_special_spherical_bessel_j0_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6814234Z test_meta_inplace_special_spherical_bessel_j0_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6814489Z test_meta_inplace_special_xlog1py_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6814741Z test_meta_inplace_special_xlog1py_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6814994Z test_meta_inplace_special_xlog1py_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6815308Z test_meta_inplace_special_xlog1py_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6815567Z test_meta_inplace_special_xlog1py_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:24:31.6815812Z test_meta_inplace_special_xlog1py_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6816065Z test_meta_inplace_special_xlog1py_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6816308Z test_meta_inplace_special_xlog1py_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6816555Z test_meta_inplace_special_xlog1py_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6816798Z test_meta_inplace_special_xlog1py_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6817031Z test_meta_inplace_special_zeta_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6817278Z test_meta_inplace_special_zeta_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.004s) 2022-11-23T02:24:31.6817523Z test_meta_inplace_special_zeta_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6817768Z test_meta_inplace_special_zeta_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6818008Z test_meta_inplace_special_zeta_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6818250Z test_meta_inplace_special_zeta_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6818491Z test_meta_inplace_special_zeta_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6818735Z test_meta_inplace_special_zeta_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6818975Z test_meta_inplace_split_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6819209Z test_meta_inplace_split_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6819538Z test_meta_inplace_split_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6819781Z test_meta_inplace_split_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6820011Z test_meta_inplace_split_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6820402Z test_meta_inplace_split_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6820685Z test_meta_inplace_split_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6820921Z test_meta_inplace_split_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6821155Z test_meta_inplace_split_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6821518Z test_meta_inplace_split_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.6821883Z test_meta_inplace_split_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6822122Z test_meta_inplace_split_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6822473Z test_meta_inplace_split_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6822813Z test_meta_inplace_split_list_args_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6823073Z test_meta_inplace_split_list_args_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:24:31.6823332Z test_meta_inplace_split_list_args_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6823590Z test_meta_inplace_split_list_args_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6823839Z test_meta_inplace_split_list_args_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6824069Z test_meta_inplace_split_list_args_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6824314Z test_meta_inplace_split_list_args_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6824556Z test_meta_inplace_split_list_args_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.012s) 2022-11-23T02:24:31.6824800Z test_meta_inplace_split_list_args_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6825047Z test_meta_inplace_split_list_args_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6825292Z test_meta_inplace_split_list_args_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6825534Z test_meta_inplace_split_list_args_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6825785Z test_meta_inplace_split_with_sizes_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6826035Z test_meta_inplace_split_with_sizes_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6826290Z test_meta_inplace_split_with_sizes_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6826543Z test_meta_inplace_split_with_sizes_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6826928Z test_meta_inplace_split_with_sizes_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6827182Z test_meta_inplace_split_with_sizes_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6827431Z test_meta_inplace_split_with_sizes_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6827675Z test_meta_inplace_split_with_sizes_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6828122Z test_meta_inplace_split_with_sizes_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6828598Z test_meta_inplace_split_with_sizes_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6829069Z test_meta_inplace_split_with_sizes_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6829554Z test_meta_inplace_split_with_sizes_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.6830036Z test_meta_inplace_split_with_sizes_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6830388Z test_meta_inplace_sqrt_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.6830807Z test_meta_inplace_sqrt_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:24:31.6831331Z test_meta_inplace_sqrt_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.6831709Z test_meta_inplace_sqrt_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.6832057Z test_meta_inplace_sqrt_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.6832606Z test_meta_inplace_sqrt_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.6832959Z test_meta_inplace_sqrt_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.6833306Z test_meta_inplace_sqrt_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.6833743Z test_meta_inplace_sqrt_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:31.6834193Z test_meta_inplace_sqrt_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:31.6834635Z test_meta_inplace_sqrt_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.006s) 2022-11-23T02:24:31.6835080Z test_meta_inplace_sqrt_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:31.6835517Z test_meta_inplace_sqrt_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:31.6835877Z test_meta_inplace_square_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.6836333Z test_meta_inplace_square_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:31.6836714Z test_meta_inplace_square_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.6837084Z test_meta_inplace_square_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.6837442Z test_meta_inplace_square_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.6837810Z test_meta_inplace_square_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.6838171Z test_meta_inplace_square_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.6838530Z test_meta_inplace_square_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.6838875Z test_meta_inplace_square_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.6839197Z test_meta_inplace_square_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.6839562Z test_meta_inplace_square_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.6839740Z test_meta_inplace_square_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.6839918Z test_meta_inplace_squeeze_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.6840100Z test_meta_inplace_squeeze_cuda_bool (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.6840296Z test_meta_inplace_squeeze_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.6840489Z test_meta_inplace_squeeze_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.6840681Z test_meta_inplace_squeeze_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.6840870Z test_meta_inplace_squeeze_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.6841059Z test_meta_inplace_squeeze_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.6841252Z test_meta_inplace_squeeze_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.6841435Z test_meta_inplace_squeeze_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.6841618Z test_meta_inplace_squeeze_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.6841803Z test_meta_inplace_squeeze_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.6841985Z test_meta_inplace_squeeze_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.6842165Z test_meta_inplace_squeeze_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.6842489Z test_meta_inplace_stack_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6842741Z test_meta_inplace_stack_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6842990Z test_meta_inplace_stack_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6843240Z test_meta_inplace_stack_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6843475Z test_meta_inplace_stack_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6843714Z test_meta_inplace_stack_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6843936Z test_meta_inplace_stack_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6844176Z test_meta_inplace_stack_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6844408Z test_meta_inplace_stack_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6844639Z test_meta_inplace_stack_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6844876Z test_meta_inplace_stack_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6845107Z test_meta_inplace_stack_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6845340Z test_meta_inplace_stack_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6845574Z test_meta_inplace_std_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6845818Z test_meta_inplace_std_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6846054Z test_meta_inplace_std_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6846285Z test_meta_inplace_std_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.007s) 2022-11-23T02:24:31.6846601Z test_meta_inplace_std_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6846830Z test_meta_inplace_std_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6847071Z test_meta_inplace_std_mean_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6847314Z test_meta_inplace_std_mean_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6847560Z test_meta_inplace_std_mean_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6847802Z test_meta_inplace_std_mean_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6848037Z test_meta_inplace_std_mean_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6848266Z test_meta_inplace_std_mean_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6848505Z test_meta_inplace_stft_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6848743Z test_meta_inplace_stft_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6848978Z test_meta_inplace_stft_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6849848Z test_meta_inplace_stft_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6850092Z test_meta_inplace_sub_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.6850282Z test_meta_inplace_sub_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.6850452Z test_meta_inplace_sub_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.6850643Z test_meta_inplace_sub_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.6850825Z test_meta_inplace_sub_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.6851007Z test_meta_inplace_sub_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.6851184Z test_meta_inplace_sub_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.6851360Z test_meta_inplace_sub_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.6851536Z test_meta_inplace_sub_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.6851710Z test_meta_inplace_sub_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.6851883Z test_meta_inplace_sub_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.6852058Z test_meta_inplace_sub_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:24:31.6852300Z test_meta_inplace_sum_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6852532Z test_meta_inplace_sum_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6852988Z test_meta_inplace_sum_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6853235Z test_meta_inplace_sum_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6853474Z test_meta_inplace_sum_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6853715Z test_meta_inplace_sum_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6854158Z test_meta_inplace_sum_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6854400Z test_meta_inplace_sum_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6854749Z test_meta_inplace_sum_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6854973Z test_meta_inplace_sum_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6855184Z test_meta_inplace_sum_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.011s) 2022-11-23T02:24:31.6855411Z test_meta_inplace_sum_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6855637Z test_meta_inplace_sum_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6855953Z test_meta_inplace_sum_to_size_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6856408Z test_meta_inplace_sum_to_size_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6856677Z test_meta_inplace_sum_to_size_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6856924Z test_meta_inplace_sum_to_size_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6857168Z test_meta_inplace_sum_to_size_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6857409Z test_meta_inplace_sum_to_size_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6857741Z test_meta_inplace_sum_to_size_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6857997Z test_meta_inplace_sum_to_size_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6858228Z test_meta_inplace_sum_to_size_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6858457Z test_meta_inplace_sum_to_size_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6858693Z test_meta_inplace_sum_to_size_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6858919Z test_meta_inplace_sum_to_size_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6859156Z test_meta_inplace_svd_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6859395Z test_meta_inplace_svd_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6859628Z test_meta_inplace_svd_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6859861Z test_meta_inplace_svd_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6860107Z test_meta_inplace_svd_lowrank_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6860348Z test_meta_inplace_svd_lowrank_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6860592Z test_meta_inplace_symeig_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6860834Z test_meta_inplace_symeig_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.6861074Z test_meta_inplace_symeig_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6861304Z test_meta_inplace_symeig_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6861486Z test_meta_inplace_t_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.6861736Z test_meta_inplace_t_cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.6861922Z test_meta_inplace_t_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.6862107Z test_meta_inplace_t_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.6862282Z test_meta_inplace_t_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.6862457Z test_meta_inplace_t_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.6862629Z test_meta_inplace_t_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.6862806Z test_meta_inplace_t_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.6862980Z test_meta_inplace_t_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.6863152Z test_meta_inplace_t_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.6863330Z test_meta_inplace_t_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.6863503Z test_meta_inplace_t_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.6863761Z test_meta_inplace_take_along_dim_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6864009Z test_meta_inplace_take_along_dim_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6864264Z test_meta_inplace_take_along_dim_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6864584Z test_meta_inplace_take_along_dim_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6864853Z test_meta_inplace_take_along_dim_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6865100Z test_meta_inplace_take_along_dim_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6865348Z test_meta_inplace_take_along_dim_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:24:31.6865588Z test_meta_inplace_take_along_dim_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6865832Z test_meta_inplace_take_along_dim_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6866060Z test_meta_inplace_take_along_dim_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.011s) 2022-11-23T02:24:31.6866421Z test_meta_inplace_take_along_dim_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6866712Z test_meta_inplace_take_along_dim_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6866952Z test_meta_inplace_take_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6867188Z test_meta_inplace_take_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6867427Z test_meta_inplace_take_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6867666Z test_meta_inplace_take_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6867899Z test_meta_inplace_take_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6868136Z test_meta_inplace_take_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6868371Z test_meta_inplace_take_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6868599Z test_meta_inplace_take_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6868927Z test_meta_inplace_take_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6869156Z test_meta_inplace_take_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6869385Z test_meta_inplace_take_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6869612Z test_meta_inplace_take_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6869799Z test_meta_inplace_tan_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.6870024Z test_meta_inplace_tan_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T02:24:31.6870215Z test_meta_inplace_tan_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.6870399Z test_meta_inplace_tan_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.6870588Z test_meta_inplace_tan_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.6870770Z test_meta_inplace_tan_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.6870951Z test_meta_inplace_tan_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.6871112Z test_meta_inplace_tan_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.6871335Z test_meta_inplace_tan_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:24:31.6871628Z test_meta_inplace_tan_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:24:31.6871865Z test_meta_inplace_tan_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.010s) 2022-11-23T02:24:31.6872089Z test_meta_inplace_tan_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:24:31.6872311Z test_meta_inplace_tan_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:24:31.6872501Z test_meta_inplace_tanh_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.6872716Z test_meta_inplace_tanh_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:31.6872908Z test_meta_inplace_tanh_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.6873096Z test_meta_inplace_tanh_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.6873286Z test_meta_inplace_tanh_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.6873468Z test_meta_inplace_tanh_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.6873649Z test_meta_inplace_tanh_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.6873827Z test_meta_inplace_tanh_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.6874056Z test_meta_inplace_tanh_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:31.6874281Z test_meta_inplace_tanh_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:24:31.6874504Z test_meta_inplace_tanh_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:24:31.6874727Z test_meta_inplace_tanh_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:24:31.6874946Z test_meta_inplace_tanh_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:31.6875201Z test_meta_inplace_tensor_split_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6875434Z test_meta_inplace_tensor_split_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6875770Z test_meta_inplace_tensor_split_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:24:31.6876174Z test_meta_inplace_tensor_split_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6876435Z test_meta_inplace_tensor_split_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6876680Z test_meta_inplace_tensor_split_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6876930Z test_meta_inplace_tensor_split_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6877173Z test_meta_inplace_tensor_split_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:24:31.6877413Z test_meta_inplace_tensor_split_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6877656Z test_meta_inplace_tensor_split_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6877895Z test_meta_inplace_tensor_split_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6878134Z test_meta_inplace_tensor_split_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6878379Z test_meta_inplace_tensordot_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6878707Z test_meta_inplace_tensordot_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6878971Z test_meta_inplace_tensordot_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6879212Z test_meta_inplace_tensordot_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6879446Z test_meta_inplace_tensordot_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6879675Z test_meta_inplace_tensordot_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6879909Z test_meta_inplace_tile_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6880138Z test_meta_inplace_tile_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6880380Z test_meta_inplace_tile_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6880618Z test_meta_inplace_tile_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6880850Z test_meta_inplace_tile_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6881088Z test_meta_inplace_tile_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6881322Z test_meta_inplace_tile_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6881552Z test_meta_inplace_tile_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.004s) 2022-11-23T02:24:31.6881778Z test_meta_inplace_tile_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6882015Z test_meta_inplace_tile_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6882229Z test_meta_inplace_tile_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6882459Z test_meta_inplace_tile_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:24:31.6882779Z test_meta_inplace_to_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6883009Z test_meta_inplace_to_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6883246Z test_meta_inplace_to_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:24:31.6883481Z test_meta_inplace_to_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6883712Z test_meta_inplace_to_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6883946Z test_meta_inplace_to_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:24:31.6884174Z test_meta_inplace_to_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6884533Z test_meta_inplace_to_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6884779Z test_meta_inplace_to_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6885008Z test_meta_inplace_to_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6885237Z test_meta_inplace_to_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6885459Z test_meta_inplace_to_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6885785Z test_meta_inplace_to_sparse_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6886043Z test_meta_inplace_to_sparse_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6886291Z test_meta_inplace_to_sparse_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6886542Z test_meta_inplace_to_sparse_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6886786Z test_meta_inplace_to_sparse_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6887029Z test_meta_inplace_to_sparse_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6887261Z test_meta_inplace_to_sparse_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6887500Z test_meta_inplace_to_sparse_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6887731Z test_meta_inplace_to_sparse_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6887958Z test_meta_inplace_to_sparse_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6888181Z test_meta_inplace_to_sparse_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6888409Z test_meta_inplace_to_sparse_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.008s) 2022-11-23T02:24:31.6888644Z test_meta_inplace_topk_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6888881Z test_meta_inplace_topk_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6889122Z test_meta_inplace_topk_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6889357Z test_meta_inplace_topk_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6889590Z test_meta_inplace_topk_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6889912Z test_meta_inplace_topk_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6890139Z test_meta_inplace_topk_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6890369Z test_meta_inplace_topk_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.005s) 2022-11-23T02:24:31.6890593Z test_meta_inplace_topk_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6890836Z test_meta_inplace_trace_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6891067Z test_meta_inplace_trace_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6891309Z test_meta_inplace_trace_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6891555Z test_meta_inplace_trace_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6891787Z test_meta_inplace_trace_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6892022Z test_meta_inplace_trace_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6892261Z test_meta_inplace_trace_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:24:31.6892564Z test_meta_inplace_trace_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6892812Z test_meta_inplace_trace_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6893046Z test_meta_inplace_trace_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6893422Z test_meta_inplace_trace_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6893667Z test_meta_inplace_trace_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6893895Z test_meta_inplace_trace_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.011s) 2022-11-23T02:24:31.6894092Z test_meta_inplace_transpose_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.6894265Z test_meta_inplace_transpose_cuda_bool (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.6894472Z test_meta_inplace_transpose_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.6894671Z test_meta_inplace_transpose_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.6894863Z test_meta_inplace_transpose_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.6895060Z test_meta_inplace_transpose_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.6895249Z test_meta_inplace_transpose_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.6895434Z test_meta_inplace_transpose_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.6895624Z test_meta_inplace_transpose_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.6895817Z test_meta_inplace_transpose_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.6896007Z test_meta_inplace_transpose_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.6896196Z test_meta_inplace_transpose_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.6896383Z test_meta_inplace_transpose_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.6896635Z test_meta_inplace_trapezoid_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6896993Z test_meta_inplace_trapezoid_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6897244Z test_meta_inplace_trapezoid_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6897487Z test_meta_inplace_trapezoid_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6897724Z test_meta_inplace_trapezoid_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6897970Z test_meta_inplace_trapezoid_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6898208Z test_meta_inplace_trapezoid_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6898439Z test_meta_inplace_trapezoid_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6898668Z test_meta_inplace_trapezoid_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6898890Z test_meta_inplace_trapezoid_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6899119Z test_meta_inplace_trapezoid_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6899352Z test_meta_inplace_trapz_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6899664Z test_meta_inplace_trapz_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6899913Z test_meta_inplace_trapz_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6900154Z test_meta_inplace_trapz_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6900394Z test_meta_inplace_trapz_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6900631Z test_meta_inplace_trapz_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6900865Z test_meta_inplace_trapz_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6901097Z test_meta_inplace_trapz_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6901333Z test_meta_inplace_trapz_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6901565Z test_meta_inplace_trapz_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:24:31.6901799Z test_meta_inplace_trapz_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6902058Z test_meta_inplace_triangular_solve_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6902317Z test_meta_inplace_triangular_solve_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6902573Z test_meta_inplace_triangular_solve_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6902826Z test_meta_inplace_triangular_solve_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:24:31.6903007Z test_meta_inplace_tril_cuda_bool (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:24:31.6903198Z test_meta_inplace_tril_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:24:31.6903387Z test_meta_inplace_tril_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:24:31.6903576Z test_meta_inplace_tril_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:24:31.6903839Z test_meta_inplace_tril_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:24:31.6904021Z test_meta_inplace_tril_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:24:31.6904184Z test_meta_inplace_tril_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:24:31.6904362Z test_meta_inplace_tril_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.6904680Z test_meta_inplace_tril_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:24:31.6904862Z test_meta_inplace_tril_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:24:31.6905041Z test_meta_inplace_tril_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.6905212Z test_meta_inplace_tril_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.034s) 2022-11-23T02:24:31.6905459Z test_meta_inplace_tril_indices_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6905831Z test_meta_inplace_tril_indices_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6906115Z test_meta_inplace_triu_cuda_bool (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:31.6906412Z test_meta_inplace_triu_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.6906816Z test_meta_inplace_triu_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:24:31.6907022Z test_meta_inplace_triu_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:24:31.6907317Z test_meta_inplace_triu_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.6907603Z test_meta_inplace_triu_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.6907797Z test_meta_inplace_triu_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:24:31.6907974Z test_meta_inplace_triu_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.6908338Z test_meta_inplace_triu_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:24:31.6908526Z test_meta_inplace_triu_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:24:31.6908688Z test_meta_inplace_triu_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:24:31.6908858Z test_meta_inplace_triu_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:24:31.6909106Z test_meta_inplace_triu_indices_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6909355Z test_meta_inplace_triu_indices_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6909554Z test_meta_inplace_true_divide_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:24:31.6909957Z test_meta_inplace_true_divide_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:24:31.6910166Z test_meta_inplace_true_divide_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.6910372Z test_meta_inplace_true_divide_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.6910569Z test_meta_inplace_true_divide_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.6910769Z test_meta_inplace_true_divide_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.6910960Z test_meta_inplace_true_divide_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.6911145Z test_meta_inplace_true_divide_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:24:31.6911385Z test_meta_inplace_true_divide_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:24:31.6911621Z test_meta_inplace_true_divide_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:24:31.6911857Z test_meta_inplace_true_divide_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.010s) 2022-11-23T02:24:31.6912192Z test_meta_inplace_true_divide_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:24:31.6912423Z test_meta_inplace_true_divide_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:24:31.6912612Z test_meta_inplace_trunc_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.6912799Z test_meta_inplace_trunc_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.6912982Z test_meta_inplace_trunc_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.6913152Z test_meta_inplace_trunc_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.6913334Z test_meta_inplace_trunc_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.6913514Z test_meta_inplace_trunc_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.6913689Z test_meta_inplace_trunc_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.6913872Z test_meta_inplace_trunc_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.6914045Z test_meta_inplace_trunc_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.6914288Z test_meta_inplace_unbind_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6914523Z test_meta_inplace_unbind_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6914839Z test_meta_inplace_unbind_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6915098Z test_meta_inplace_unbind_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.6915337Z test_meta_inplace_unbind_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6915577Z test_meta_inplace_unbind_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6915808Z test_meta_inplace_unbind_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6916034Z test_meta_inplace_unbind_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6916269Z test_meta_inplace_unbind_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:24:31.6916638Z test_meta_inplace_unbind_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6916881Z test_meta_inplace_unbind_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6917111Z test_meta_inplace_unbind_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6917341Z test_meta_inplace_unbind_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6917591Z test_meta_inplace_unflatten_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:24:31.6917826Z test_meta_inplace_unflatten_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6918076Z test_meta_inplace_unflatten_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6918309Z test_meta_inplace_unflatten_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6918558Z test_meta_inplace_unflatten_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6918801Z test_meta_inplace_unflatten_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6919126Z test_meta_inplace_unflatten_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6919355Z test_meta_inplace_unflatten_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6919593Z test_meta_inplace_unflatten_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6919826Z test_meta_inplace_unflatten_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6920058Z test_meta_inplace_unflatten_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6920296Z test_meta_inplace_unflatten_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6920524Z test_meta_inplace_unflatten_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6920774Z test_meta_inplace_unfold_copy_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6921014Z test_meta_inplace_unfold_copy_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6921264Z test_meta_inplace_unfold_copy_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6921516Z test_meta_inplace_unfold_copy_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6921831Z test_meta_inplace_unfold_copy_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6922089Z test_meta_inplace_unfold_copy_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6922333Z test_meta_inplace_unfold_copy_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6922580Z test_meta_inplace_unfold_copy_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6922820Z test_meta_inplace_unfold_copy_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6923058Z test_meta_inplace_unfold_copy_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6923287Z test_meta_inplace_unfold_copy_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6923529Z test_meta_inplace_unfold_copy_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:24:31.6923759Z test_meta_inplace_unfold_copy_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6924108Z test_meta_inplace_unfold_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6924386Z test_meta_inplace_unfold_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6924630Z test_meta_inplace_unfold_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6924873Z test_meta_inplace_unfold_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.011s) 2022-11-23T02:24:31.6925094Z test_meta_inplace_unfold_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6925334Z test_meta_inplace_unfold_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6925564Z test_meta_inplace_unfold_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6925791Z test_meta_inplace_unfold_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6926776Z test_meta_inplace_unfold_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6927008Z test_meta_inplace_unfold_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6927244Z test_meta_inplace_unfold_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6927478Z test_meta_inplace_unfold_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6927722Z test_meta_inplace_unfold_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6927915Z test_meta_inplace_uniform_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.6928113Z test_meta_inplace_uniform_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.6928307Z test_meta_inplace_uniform_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.6928499Z test_meta_inplace_uniform_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.6928870Z test_meta_inplace_uniform_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.6929068Z test_meta_inplace_uniform_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.6929327Z test_meta_inplace_unique_consecutive_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6929587Z test_meta_inplace_unique_consecutive_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6929945Z test_meta_inplace_unique_consecutive_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6930220Z test_meta_inplace_unique_consecutive_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6930477Z test_meta_inplace_unique_consecutive_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:24:31.6930729Z test_meta_inplace_unique_consecutive_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6930976Z test_meta_inplace_unique_consecutive_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6931228Z test_meta_inplace_unique_consecutive_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6931476Z test_meta_inplace_unique_consecutive_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6931695Z test_meta_inplace_unique_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:24:31.6931931Z test_meta_inplace_unique_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6932165Z test_meta_inplace_unique_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6932390Z test_meta_inplace_unique_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6932624Z test_meta_inplace_unique_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6932857Z test_meta_inplace_unique_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:24:31.6933093Z test_meta_inplace_unique_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6933324Z test_meta_inplace_unique_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6933553Z test_meta_inplace_unique_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6933839Z test_meta_inplace_unsqueeze_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:24:31.6934029Z test_meta_inplace_unsqueeze_cuda_bool (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.6934230Z test_meta_inplace_unsqueeze_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.6934425Z test_meta_inplace_unsqueeze_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.6934613Z test_meta_inplace_unsqueeze_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.6934804Z test_meta_inplace_unsqueeze_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.6934992Z test_meta_inplace_unsqueeze_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.6935176Z test_meta_inplace_unsqueeze_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.6935365Z test_meta_inplace_unsqueeze_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.6935559Z test_meta_inplace_unsqueeze_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.6935747Z test_meta_inplace_unsqueeze_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.6935914Z test_meta_inplace_unsqueeze_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.6936099Z test_meta_inplace_unsqueeze_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.6936337Z test_meta_inplace_var_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6936646Z test_meta_inplace_var_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6936898Z test_meta_inplace_var_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6937135Z test_meta_inplace_var_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6937373Z test_meta_inplace_var_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6937606Z test_meta_inplace_var_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6937846Z test_meta_inplace_var_mean_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6938090Z test_meta_inplace_var_mean_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6938339Z test_meta_inplace_var_mean_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6938580Z test_meta_inplace_var_mean_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6938814Z test_meta_inplace_var_mean_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6939047Z test_meta_inplace_var_mean_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6939283Z test_meta_inplace_vdot_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6939521Z test_meta_inplace_vdot_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.007s) 2022-11-23T02:24:31.6939759Z test_meta_inplace_vdot_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6939994Z test_meta_inplace_vdot_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6940229Z test_meta_inplace_vdot_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6940461Z test_meta_inplace_vdot_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6940710Z test_meta_inplace_view_as_complex_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6941042Z test_meta_inplace_view_as_complex_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6941286Z test_meta_inplace_view_as_complex_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6941526Z test_meta_inplace_view_as_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6941762Z test_meta_inplace_view_as_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6941991Z test_meta_inplace_view_as_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6942231Z test_meta_inplace_view_as_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6942466Z test_meta_inplace_view_as_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6942703Z test_meta_inplace_view_as_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6942929Z test_meta_inplace_view_as_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6943153Z test_meta_inplace_view_as_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6943456Z test_meta_inplace_view_as_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6943705Z test_meta_inplace_view_as_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6943937Z test_meta_inplace_view_as_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6944174Z test_meta_inplace_view_as_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6944402Z test_meta_inplace_view_as_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.6944654Z test_meta_inplace_view_as_real_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6944904Z test_meta_inplace_view_as_real_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6945150Z test_meta_inplace_view_copy_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6945388Z test_meta_inplace_view_copy_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6945625Z test_meta_inplace_view_copy_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:24:31.6945860Z test_meta_inplace_view_copy_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6946088Z test_meta_inplace_view_copy_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6946322Z test_meta_inplace_view_copy_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6946642Z test_meta_inplace_view_copy_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6947022Z test_meta_inplace_view_copy_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:24:31.6947472Z test_meta_inplace_view_copy_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6947898Z test_meta_inplace_view_copy_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6948526Z test_meta_inplace_view_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6948989Z test_meta_inplace_view_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6949477Z test_meta_inplace_view_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.011s) 2022-11-23T02:24:31.6949937Z test_meta_inplace_view_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6950392Z test_meta_inplace_view_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6950845Z test_meta_inplace_view_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6951268Z test_meta_inplace_view_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6951713Z test_meta_inplace_view_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6952168Z test_meta_inplace_view_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6952630Z test_meta_inplace_view_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6953074Z test_meta_inplace_view_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6953508Z test_meta_inplace_view_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6954111Z test_meta_inplace_view_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6954719Z test_meta_inplace_vsplit_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6955180Z test_meta_inplace_vsplit_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6955670Z test_meta_inplace_vsplit_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6956154Z test_meta_inplace_vsplit_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6956636Z test_meta_inplace_vsplit_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6957043Z test_meta_inplace_vsplit_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6957437Z test_meta_inplace_vsplit_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6957838Z test_meta_inplace_vsplit_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6958232Z test_meta_inplace_vsplit_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6958618Z test_meta_inplace_vsplit_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6958999Z test_meta_inplace_vsplit_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:24:31.6959384Z test_meta_inplace_vsplit_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6959767Z test_meta_inplace_vsplit_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6960178Z test_meta_inplace_vstack_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6960618Z test_meta_inplace_vstack_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6961035Z test_meta_inplace_vstack_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6961669Z test_meta_inplace_vstack_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.012s) 2022-11-23T02:24:31.6962131Z test_meta_inplace_vstack_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6962599Z test_meta_inplace_vstack_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6963010Z test_meta_inplace_vstack_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6963396Z test_meta_inplace_vstack_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6963781Z test_meta_inplace_vstack_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6964207Z test_meta_inplace_vstack_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6964614Z test_meta_inplace_vstack_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6965019Z test_meta_inplace_vstack_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6965420Z test_meta_inplace_vstack_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6965835Z test_meta_inplace_where_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6966353Z test_meta_inplace_where_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6966840Z test_meta_inplace_where_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6967308Z test_meta_inplace_where_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6967760Z test_meta_inplace_where_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.6968205Z test_meta_inplace_where_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6968645Z test_meta_inplace_where_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6969070Z test_meta_inplace_where_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6969501Z test_meta_inplace_where_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6969937Z test_meta_inplace_where_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:24:31.6970375Z test_meta_inplace_where_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6970820Z test_meta_inplace_where_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6971259Z test_meta_inplace_where_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:24:31.6971622Z test_meta_inplace_xlogy_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.6972041Z test_meta_inplace_xlogy_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T02:24:31.6972379Z test_meta_inplace_xlogy_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:24:31.6972715Z test_meta_inplace_xlogy_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.6973036Z test_meta_inplace_xlogy_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:24:31.6973475Z test_meta_inplace_xlogy_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:24:31.6974003Z test_meta_inplace_xlogy_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.006s) 2022-11-23T02:24:31.6974422Z test_meta_inplace_xlogy_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:24:31.6974851Z test_meta_inplace_xlogy_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:24:31.6975285Z test_meta_inplace_xlogy_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.010s) 2022-11-23T02:24:31.6975656Z test_meta_inplace_zero__cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.6976038Z test_meta_inplace_zero__cuda_bool (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.6976435Z test_meta_inplace_zero__cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.6976820Z test_meta_inplace_zero__cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.6977178Z test_meta_inplace_zero__cuda_float16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.6977538Z test_meta_inplace_zero__cuda_float32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.6977892Z test_meta_inplace_zero__cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.6978198Z test_meta_inplace_zero__cuda_int16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.6978511Z test_meta_inplace_zero__cuda_int32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.6978806Z test_meta_inplace_zero__cuda_int64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.6980059Z test_meta_inplace_zero__cuda_int8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.6980449Z test_meta_inplace_zero__cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.6980896Z test_meta_inplace_zeros_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6981332Z test_meta_inplace_zeros_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:24:31.6981792Z test_meta_inplace_zeros_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6982239Z test_meta_inplace_zeros_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6982680Z test_meta_inplace_zeros_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6983210Z test_meta_inplace_zeros_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6983708Z test_meta_inplace_zeros_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6984151Z test_meta_inplace_zeros_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:24:31.6984581Z test_meta_inplace_zeros_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6985012Z test_meta_inplace_zeros_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6985452Z test_meta_inplace_zeros_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:24:31.6985884Z test_meta_inplace_zeros_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.011s) 2022-11-23T02:24:31.6986312Z test_meta_inplace_zeros_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6986769Z test_meta_inplace_zeros_like_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6987213Z test_meta_inplace_zeros_like_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6987674Z test_meta_inplace_zeros_like_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6988327Z test_meta_inplace_zeros_like_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6988794Z test_meta_inplace_zeros_like_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6989238Z test_meta_inplace_zeros_like_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6989685Z test_meta_inplace_zeros_like_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6990137Z test_meta_inplace_zeros_like_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6990588Z test_meta_inplace_zeros_like_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6991007Z test_meta_inplace_zeros_like_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6991439Z test_meta_inplace_zeros_like_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6991881Z test_meta_inplace_zeros_like_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:24:31.6992298Z test_meta_inplace_zeros_like_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:24:31.6992655Z test_meta_outplace_H_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.6993111Z test_meta_outplace_H_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.6993487Z test_meta_outplace_H_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.6993842Z test_meta_outplace_H_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.6994191Z test_meta_outplace_H_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.6994528Z test_meta_outplace_H_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.6994863Z test_meta_outplace_H_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.6995203Z test_meta_outplace_H_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.6995539Z test_meta_outplace_H_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.6995851Z test_meta_outplace_H_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.6996176Z test_meta_outplace_H_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.6996511Z test_meta_outplace_H_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.6996835Z test_meta_outplace_H_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.6997175Z test_meta_outplace_T_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.6997482Z test_meta_outplace_T_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.6997843Z test_meta_outplace_T_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.6998194Z test_meta_outplace_T_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.6998541Z test_meta_outplace_T_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.6998877Z test_meta_outplace_T_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.001s) 2022-11-23T02:24:31.6999213Z test_meta_outplace_T_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.6999552Z test_meta_outplace_T_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.6999887Z test_meta_outplace_T_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.7000220Z test_meta_outplace_T_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.7000545Z test_meta_outplace_T_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.7001008Z test_meta_outplace_T_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.7001333Z test_meta_outplace_T_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.7001698Z test_meta_outplace___getitem___cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:24:31.7002058Z test_meta_outplace___getitem___cuda_bool (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.7002437Z test_meta_outplace___getitem___cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.7002814Z test_meta_outplace___getitem___cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.7003197Z test_meta_outplace___getitem___cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:24:31.7003562Z test_meta_outplace___getitem___cuda_float16 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:31.7003912Z test_meta_outplace___getitem___cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.7004275Z test_meta_outplace___getitem___cuda_float64 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.7004636Z test_meta_outplace___getitem___cuda_int16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.7004987Z test_meta_outplace___getitem___cuda_int32 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:31.7005336Z test_meta_outplace___getitem___cuda_int64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.7005694Z test_meta_outplace___getitem___cuda_int8 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.7006046Z test_meta_outplace___getitem___cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-11-23T02:24:31.7006503Z test_meta_outplace___radd___cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:24:31.7006873Z test_meta_outplace___radd___cuda_bool (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.7007333Z test_meta_outplace___radd___cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:31.7007722Z test_meta_outplace___radd___cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:31.7008071Z test_meta_outplace___radd___cuda_float16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.7008479Z test_meta_outplace___radd___cuda_float32 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.7008879Z test_meta_outplace___radd___cuda_float64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.7009226Z test_meta_outplace___radd___cuda_int16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.7009568Z test_meta_outplace___radd___cuda_int32 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.7009925Z test_meta_outplace___radd___cuda_int64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.7010272Z test_meta_outplace___radd___cuda_int8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.7010601Z test_meta_outplace___radd___cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.7010949Z test_meta_outplace___rand___cuda_bool (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.7011301Z test_meta_outplace___rand___cuda_int16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.7011647Z test_meta_outplace___rand___cuda_int32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.7011990Z test_meta_outplace___rand___cuda_int64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.7012332Z test_meta_outplace___rand___cuda_int8 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.7012675Z test_meta_outplace___rand___cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.7013097Z test_meta_outplace___rdiv___cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.7013448Z test_meta_outplace___rdiv___cuda_bool (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.7013822Z test_meta_outplace___rdiv___cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:31.7014190Z test_meta_outplace___rdiv___cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:31.7014666Z test_meta_outplace___rdiv___cuda_float16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.7015009Z test_meta_outplace___rdiv___cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.7015367Z test_meta_outplace___rdiv___cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.7015718Z test_meta_outplace___rdiv___cuda_int16 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:24:31.7016077Z test_meta_outplace___rdiv___cuda_int32 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:31.7016440Z test_meta_outplace___rdiv___cuda_int64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.7016798Z test_meta_outplace___rdiv___cuda_int8 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.7017132Z test_meta_outplace___rdiv___cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:24:31.7017456Z test_meta_outplace___rmatmul___cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.7017790Z test_meta_outplace___rmatmul___cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.7018112Z test_meta_outplace___rmatmul___cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.7018425Z test_meta_outplace___rmatmul___cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.7018734Z test_meta_outplace___rmatmul___cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.7019033Z test_meta_outplace___rmatmul___cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.7019442Z test_meta_outplace___rmod___cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.7019777Z test_meta_outplace___rmod___cuda_float16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.7020073Z test_meta_outplace___rmod___cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.7020370Z test_meta_outplace___rmod___cuda_float64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.7020674Z test_meta_outplace___rmod___cuda_int16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.7020970Z test_meta_outplace___rmod___cuda_int32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.7021264Z test_meta_outplace___rmod___cuda_int64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.7021559Z test_meta_outplace___rmod___cuda_int8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.7021854Z test_meta_outplace___rmod___cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.7022165Z test_meta_outplace___rmul___cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.7022456Z test_meta_outplace___rmul___cuda_bool (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.7022750Z test_meta_outplace___rmul___cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.7023057Z test_meta_outplace___rmul___cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.7023364Z test_meta_outplace___rmul___cuda_float16 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.7023663Z test_meta_outplace___rmul___cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.7023956Z test_meta_outplace___rmul___cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.7024249Z test_meta_outplace___rmul___cuda_int16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.7024547Z test_meta_outplace___rmul___cuda_int32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.7024846Z test_meta_outplace___rmul___cuda_int64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.7025144Z test_meta_outplace___rmul___cuda_int8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.7025441Z test_meta_outplace___rmul___cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.7025738Z test_meta_outplace___ror___cuda_bool (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.7026160Z test_meta_outplace___ror___cuda_int16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.7026448Z test_meta_outplace___ror___cuda_int32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.7026779Z test_meta_outplace___ror___cuda_int64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.7027072Z test_meta_outplace___ror___cuda_int8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.7027364Z test_meta_outplace___ror___cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.7027682Z test_meta_outplace___rpow___cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.7028024Z test_meta_outplace___rpow___cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.7028320Z test_meta_outplace___rpow___cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.7028640Z test_meta_outplace___rpow___cuda_float16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.7028952Z test_meta_outplace___rpow___cuda_float32 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.7029248Z test_meta_outplace___rpow___cuda_float64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.7029546Z test_meta_outplace___rpow___cuda_int16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.7029844Z test_meta_outplace___rpow___cuda_int32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.7030140Z test_meta_outplace___rpow___cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.7030444Z test_meta_outplace___rpow___cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.7030845Z test_meta_outplace___rpow___cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.7031183Z test_meta_outplace___rsub___cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.7031501Z test_meta_outplace___rsub___cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.7031819Z test_meta_outplace___rsub___cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.7032124Z test_meta_outplace___rsub___cuda_float16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.7032423Z test_meta_outplace___rsub___cuda_float32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.7032721Z test_meta_outplace___rsub___cuda_float64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.7033020Z test_meta_outplace___rsub___cuda_int16 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:24:31.7033321Z test_meta_outplace___rsub___cuda_int32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.7033626Z test_meta_outplace___rsub___cuda_int64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.7033906Z test_meta_outplace___rsub___cuda_int8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.7034203Z test_meta_outplace___rsub___cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.7034513Z test_meta_outplace___rxor___cuda_bool (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.7034813Z test_meta_outplace___rxor___cuda_int16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.7035108Z test_meta_outplace___rxor___cuda_int32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.7035403Z test_meta_outplace___rxor___cuda_int64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.7035693Z test_meta_outplace___rxor___cuda_int8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.7035992Z test_meta_outplace___rxor___cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.7036355Z test_meta_outplace__softmax_backward_data_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.7036716Z test_meta_outplace__softmax_backward_data_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.7037073Z test_meta_outplace__softmax_backward_data_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.7037553Z test_meta_outplace__softmax_backward_data_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.7037864Z test_meta_outplace_abs_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.7038161Z test_meta_outplace_abs_cuda_bool (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.7038473Z test_meta_outplace_abs_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.7038781Z test_meta_outplace_abs_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.7039088Z test_meta_outplace_abs_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.7039400Z test_meta_outplace_abs_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.7039682Z test_meta_outplace_abs_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.7039981Z test_meta_outplace_abs_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.7040274Z test_meta_outplace_abs_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.7040578Z test_meta_outplace_abs_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.7040874Z test_meta_outplace_abs_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.7041165Z test_meta_outplace_abs_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.7041450Z test_meta_outplace_abs_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.7041756Z test_meta_outplace_acos_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.7042154Z test_meta_outplace_acos_cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.7042499Z test_meta_outplace_acos_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.7042820Z test_meta_outplace_acos_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.7043134Z test_meta_outplace_acos_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.7043449Z test_meta_outplace_acos_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.7043750Z test_meta_outplace_acos_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.7044055Z test_meta_outplace_acos_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.7044353Z test_meta_outplace_acos_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.7044652Z test_meta_outplace_acos_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.7044924Z test_meta_outplace_acos_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.7045228Z test_meta_outplace_acos_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.7045528Z test_meta_outplace_acos_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.7045844Z test_meta_outplace_acosh_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:31.7046143Z test_meta_outplace_acosh_cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.7046464Z test_meta_outplace_acosh_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.7046781Z test_meta_outplace_acosh_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.7047093Z test_meta_outplace_acosh_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.7047394Z test_meta_outplace_acosh_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.7047708Z test_meta_outplace_acosh_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.7048027Z test_meta_outplace_acosh_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.7048327Z test_meta_outplace_acosh_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.7048645Z test_meta_outplace_acosh_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.7048951Z test_meta_outplace_acosh_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.7049386Z test_meta_outplace_acosh_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.7049688Z test_meta_outplace_acosh_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.7049989Z test_meta_outplace_add_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:24:31.7050282Z test_meta_outplace_add_cuda_bool (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:24:31.7050593Z test_meta_outplace_add_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:24:31.7050903Z test_meta_outplace_add_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:24:31.7051224Z test_meta_outplace_add_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:24:31.7051535Z test_meta_outplace_add_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:24:31.7051841Z test_meta_outplace_add_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.7052146Z test_meta_outplace_add_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.7052440Z test_meta_outplace_add_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:24:31.7052739Z test_meta_outplace_add_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:24:31.7053031Z test_meta_outplace_add_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:24:31.7053331Z test_meta_outplace_add_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:24:31.7053618Z test_meta_outplace_add_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:24:31.7054048Z test_meta_outplace_addbmm_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.7054407Z test_meta_outplace_addbmm_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.039s) 2022-11-23T02:24:31.7054728Z test_meta_outplace_addbmm_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:24:31.7055046Z test_meta_outplace_addbmm_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:24:31.7055365Z test_meta_outplace_addbmm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.7055679Z test_meta_outplace_addbmm_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.7056005Z test_meta_outplace_addcdiv_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.050s) 2022-11-23T02:24:31.7056325Z test_meta_outplace_addcdiv_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.059s) 2022-11-23T02:24:31.7056653Z test_meta_outplace_addcdiv_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.064s) 2022-11-23T02:24:31.7056978Z test_meta_outplace_addcdiv_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.061s) 2022-11-23T02:24:31.7057297Z test_meta_outplace_addcdiv_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.045s) 2022-11-23T02:24:31.7057609Z test_meta_outplace_addcdiv_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.044s) 2022-11-23T02:24:31.7057932Z test_meta_outplace_addcmul_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.045s) 2022-11-23T02:24:31.7058268Z test_meta_outplace_addcmul_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.049s) 2022-11-23T02:24:31.7058596Z test_meta_outplace_addcmul_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.047s) 2022-11-23T02:24:31.7058914Z test_meta_outplace_addcmul_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.049s) 2022-11-23T02:24:31.7059230Z test_meta_outplace_addcmul_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.044s) 2022-11-23T02:24:31.7059547Z test_meta_outplace_addcmul_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.046s) 2022-11-23T02:24:31.7059871Z test_meta_outplace_addcmul_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.037s) 2022-11-23T02:24:31.7060179Z test_meta_outplace_addcmul_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.052s) 2022-11-23T02:24:31.7060493Z test_meta_outplace_addcmul_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.046s) 2022-11-23T02:24:31.7060806Z test_meta_outplace_addcmul_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.044s) 2022-11-23T02:24:31.7061245Z test_meta_outplace_addcmul_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.044s) 2022-11-23T02:24:31.7061563Z test_meta_outplace_addmm_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.7061893Z test_meta_outplace_addmm_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.7062197Z test_meta_outplace_addmm_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.7062519Z test_meta_outplace_addmm_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.7062829Z test_meta_outplace_addmm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:31.7063148Z test_meta_outplace_addmm_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.7063508Z test_meta_outplace_addmm_decomposed_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.7063866Z test_meta_outplace_addmm_decomposed_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.7064235Z test_meta_outplace_addmm_decomposed_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.7064585Z test_meta_outplace_addmm_decomposed_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.7064932Z test_meta_outplace_addmm_decomposed_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.7065283Z test_meta_outplace_addmm_decomposed_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.7065601Z test_meta_outplace_addmv_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.7066028Z test_meta_outplace_addmv_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.7066383Z test_meta_outplace_addmv_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.7066699Z test_meta_outplace_addmv_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.7067012Z test_meta_outplace_addmv_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.7067330Z test_meta_outplace_addmv_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.7067658Z test_meta_outplace_addr_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:24:31.7067968Z test_meta_outplace_addr_cuda_bool (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.7068275Z test_meta_outplace_addr_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.7068620Z test_meta_outplace_addr_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.7068960Z test_meta_outplace_addr_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.033s) 2022-11-23T02:24:31.7069291Z test_meta_outplace_addr_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:24:31.7069608Z test_meta_outplace_addr_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:24:31.7069937Z test_meta_outplace_addr_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.7070269Z test_meta_outplace_addr_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:24:31.7070563Z test_meta_outplace_addr_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:24:31.7070858Z test_meta_outplace_addr_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:24:31.7071154Z test_meta_outplace_addr_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.7071447Z test_meta_outplace_all_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.034s) 2022-11-23T02:24:31.7071756Z test_meta_outplace_all_cuda_bool (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:24:31.7072068Z test_meta_outplace_all_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.038s) 2022-11-23T02:24:31.7072382Z test_meta_outplace_all_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.043s) 2022-11-23T02:24:31.7072692Z test_meta_outplace_all_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.041s) 2022-11-23T02:24:31.7072998Z test_meta_outplace_all_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.041s) 2022-11-23T02:24:31.7073433Z test_meta_outplace_all_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-11-23T02:24:31.7073716Z test_meta_outplace_all_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-11-23T02:24:31.7074021Z test_meta_outplace_all_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:24:31.7074335Z test_meta_outplace_all_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.033s) 2022-11-23T02:24:31.7074656Z test_meta_outplace_all_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.034s) 2022-11-23T02:24:31.7074952Z test_meta_outplace_all_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.035s) 2022-11-23T02:24:31.7075321Z test_meta_outplace_allclose_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.102s) 2022-11-23T02:24:31.7075686Z test_meta_outplace_allclose_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.091s) 2022-11-23T02:24:31.7076032Z test_meta_outplace_allclose_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.081s) 2022-11-23T02:24:31.7076360Z test_meta_outplace_allclose_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.110s) 2022-11-23T02:24:31.7076691Z test_meta_outplace_allclose_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.119s) 2022-11-23T02:24:31.7077037Z test_meta_outplace_allclose_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.091s) 2022-11-23T02:24:31.7077389Z test_meta_outplace_amax_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:24:31.7077717Z test_meta_outplace_amax_cuda_bool (__main__.TestMetaCUDA) ... ok (0.033s) 2022-11-23T02:24:31.7078048Z test_meta_outplace_amax_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:24:31.7078486Z test_meta_outplace_amax_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:24:31.7078827Z test_meta_outplace_amax_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:24:31.7079143Z test_meta_outplace_amax_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:24:31.7079479Z test_meta_outplace_amax_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:24:31.7079780Z test_meta_outplace_amax_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.033s) 2022-11-23T02:24:31.7080091Z test_meta_outplace_amax_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.7080405Z test_meta_outplace_amax_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:24:31.7080704Z test_meta_outplace_amin_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.034s) 2022-11-23T02:24:31.7081050Z test_meta_outplace_amin_cuda_bool (__main__.TestMetaCUDA) ... ok (0.038s) 2022-11-23T02:24:31.7081400Z test_meta_outplace_amin_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.038s) 2022-11-23T02:24:31.7081732Z test_meta_outplace_amin_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:24:31.7082065Z test_meta_outplace_amin_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:24:31.7082392Z test_meta_outplace_amin_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.036s) 2022-11-23T02:24:31.7082708Z test_meta_outplace_amin_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:24:31.7083038Z test_meta_outplace_amin_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:24:31.7083372Z test_meta_outplace_amin_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.7083675Z test_meta_outplace_amin_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.041s) 2022-11-23T02:24:31.7084024Z test_meta_outplace_aminmax_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.7084367Z test_meta_outplace_aminmax_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.7084732Z test_meta_outplace_aminmax_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.7085093Z test_meta_outplace_aminmax_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.7085428Z test_meta_outplace_aminmax_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.7085900Z test_meta_outplace_aminmax_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.7086248Z test_meta_outplace_aminmax_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.7086603Z test_meta_outplace_aminmax_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.7086953Z test_meta_outplace_aminmax_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.7087282Z test_meta_outplace_aminmax_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.7087588Z test_meta_outplace_angle_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.7087918Z test_meta_outplace_angle_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.7088276Z test_meta_outplace_angle_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.7088616Z test_meta_outplace_angle_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.7088946Z test_meta_outplace_angle_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.7089286Z test_meta_outplace_angle_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.7089611Z test_meta_outplace_angle_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.7089955Z test_meta_outplace_angle_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.7090291Z test_meta_outplace_angle_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.7090625Z test_meta_outplace_angle_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.7091048Z test_meta_outplace_angle_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.7091420Z test_meta_outplace_any_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:24:31.7091720Z test_meta_outplace_any_cuda_bool (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:24:31.7092069Z test_meta_outplace_any_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:24:31.7092425Z test_meta_outplace_any_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:24:31.7092762Z test_meta_outplace_any_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:24:31.7093110Z test_meta_outplace_any_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:24:31.7093466Z test_meta_outplace_any_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:24:31.7093815Z test_meta_outplace_any_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-11-23T02:24:31.7094164Z test_meta_outplace_any_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.034s) 2022-11-23T02:24:31.7094511Z test_meta_outplace_any_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:24:31.7094851Z test_meta_outplace_any_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:24:31.7095196Z test_meta_outplace_any_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-11-23T02:24:31.7095571Z test_meta_outplace_arange_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:24:31.7095927Z test_meta_outplace_arange_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.7096284Z test_meta_outplace_arange_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:31.7096649Z test_meta_outplace_arange_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.7096994Z test_meta_outplace_arange_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:24:31.7097316Z test_meta_outplace_arange_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:24:31.7097645Z test_meta_outplace_arange_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:24:31.7097986Z test_meta_outplace_arange_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.7098335Z test_meta_outplace_arange_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:24:31.7098683Z test_meta_outplace_argmax_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:24:31.7099136Z test_meta_outplace_argmax_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.7099468Z test_meta_outplace_argmax_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:24:31.7099796Z test_meta_outplace_argmax_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:24:31.7100118Z test_meta_outplace_argmax_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.7100446Z test_meta_outplace_argmax_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:24:31.7100770Z test_meta_outplace_argmax_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.7101091Z test_meta_outplace_argmax_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.7101404Z test_meta_outplace_argmax_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.7101761Z test_meta_outplace_argmin_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.7102111Z test_meta_outplace_argmin_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:24:31.7102455Z test_meta_outplace_argmin_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:24:31.7102814Z test_meta_outplace_argmin_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:31.7103167Z test_meta_outplace_argmin_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.7103508Z test_meta_outplace_argmin_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:24:31.7103826Z test_meta_outplace_argmin_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:24:31.7104254Z test_meta_outplace_argmin_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:24:31.7104598Z test_meta_outplace_argmin_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:24:31.7104954Z test_meta_outplace_argsort_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:24:31.7105315Z test_meta_outplace_argsort_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.033s) 2022-11-23T02:24:31.7105666Z test_meta_outplace_argsort_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:24:31.7106017Z test_meta_outplace_argsort_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:24:31.7106366Z test_meta_outplace_argsort_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:24:31.7106725Z test_meta_outplace_argsort_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:31.7107083Z test_meta_outplace_argsort_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.038s) 2022-11-23T02:24:31.7107444Z test_meta_outplace_argsort_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:24:31.7107801Z test_meta_outplace_argsort_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:24:31.7108190Z test_meta_outplace_argwhere_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.7108549Z test_meta_outplace_argwhere_cuda_bool (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.7108919Z test_meta_outplace_argwhere_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.7109369Z test_meta_outplace_argwhere_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.7109727Z test_meta_outplace_argwhere_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.7110083Z test_meta_outplace_argwhere_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.7110504Z test_meta_outplace_argwhere_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.7110927Z test_meta_outplace_argwhere_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.7111273Z test_meta_outplace_argwhere_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.7111619Z test_meta_outplace_argwhere_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.7111977Z test_meta_outplace_argwhere_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.7113326Z test_meta_outplace_argwhere_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.7113721Z test_meta_outplace_as_strided_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.7114092Z test_meta_outplace_as_strided_cuda_bool (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.7114484Z test_meta_outplace_as_strided_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.7114858Z test_meta_outplace_as_strided_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.7115257Z test_meta_outplace_as_strided_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.7115640Z test_meta_outplace_as_strided_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.7116014Z test_meta_outplace_as_strided_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.7116458Z test_meta_outplace_as_strided_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.7116824Z test_meta_outplace_as_strided_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.7117161Z test_meta_outplace_as_strided_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.7117564Z test_meta_outplace_as_strided_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.7117973Z test_meta_outplace_as_strided_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.7118327Z test_meta_outplace_as_strided_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.7118823Z test_meta_outplace_as_strided_scatter_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.7119223Z test_meta_outplace_as_strided_scatter_cuda_bool (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.7119621Z test_meta_outplace_as_strided_scatter_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.7120025Z test_meta_outplace_as_strided_scatter_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.7120433Z test_meta_outplace_as_strided_scatter_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.7120829Z test_meta_outplace_as_strided_scatter_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.7121231Z test_meta_outplace_as_strided_scatter_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.7121625Z test_meta_outplace_as_strided_scatter_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:31.7122035Z test_meta_outplace_as_strided_scatter_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.7122438Z test_meta_outplace_as_strided_scatter_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.7122840Z test_meta_outplace_as_strided_scatter_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.7123299Z test_meta_outplace_as_strided_scatter_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.7123699Z test_meta_outplace_as_strided_scatter_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.7124048Z test_meta_outplace_asin_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.7124450Z test_meta_outplace_asin_cuda_bool (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.7124886Z test_meta_outplace_asin_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.7125255Z test_meta_outplace_asin_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.7125626Z test_meta_outplace_asin_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.7125964Z test_meta_outplace_asin_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.7126305Z test_meta_outplace_asin_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.7126655Z test_meta_outplace_asin_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.7127177Z test_meta_outplace_asin_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.7127517Z test_meta_outplace_asin_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.7127856Z test_meta_outplace_asin_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.7128191Z test_meta_outplace_asin_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.7128521Z test_meta_outplace_asin_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.7128882Z test_meta_outplace_asinh_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.7129244Z test_meta_outplace_asinh_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.7129620Z test_meta_outplace_asinh_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.7129996Z test_meta_outplace_asinh_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.7130438Z test_meta_outplace_asinh_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.7130792Z test_meta_outplace_asinh_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.7131148Z test_meta_outplace_asinh_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.7131643Z test_meta_outplace_asinh_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.7131999Z test_meta_outplace_asinh_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.7132342Z test_meta_outplace_asinh_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.7132776Z test_meta_outplace_asinh_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.7133140Z test_meta_outplace_asinh_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.7133479Z test_meta_outplace_asinh_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.7133845Z test_meta_outplace_atan2_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:24:31.7134212Z test_meta_outplace_atan2_cuda_bool (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:24:31.7134570Z test_meta_outplace_atan2_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:24:31.7134923Z test_meta_outplace_atan2_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.7135288Z test_meta_outplace_atan2_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.7135643Z test_meta_outplace_atan2_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:24:31.7136001Z test_meta_outplace_atan2_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:24:31.7136352Z test_meta_outplace_atan2_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:24:31.7136693Z test_meta_outplace_atan2_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.7137026Z test_meta_outplace_atan2_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:24:31.7137446Z test_meta_outplace_atan_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.7137803Z test_meta_outplace_atan_cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.7138175Z test_meta_outplace_atan_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.7138587Z test_meta_outplace_atan_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.7139000Z test_meta_outplace_atan_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.7139354Z test_meta_outplace_atan_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.7139804Z test_meta_outplace_atan_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.7140165Z test_meta_outplace_atan_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.7140509Z test_meta_outplace_atan_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.7140843Z test_meta_outplace_atan_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.7141390Z test_meta_outplace_atan_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.7141739Z test_meta_outplace_atan_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.7142090Z test_meta_outplace_atan_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.7142449Z test_meta_outplace_atanh_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.7142862Z test_meta_outplace_atanh_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.7143243Z test_meta_outplace_atanh_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.7143609Z test_meta_outplace_atanh_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.7143951Z test_meta_outplace_atanh_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.7144271Z test_meta_outplace_atanh_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.7144761Z test_meta_outplace_atanh_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.7145117Z test_meta_outplace_atanh_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.7145517Z test_meta_outplace_atanh_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.7145935Z test_meta_outplace_atanh_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.7146285Z test_meta_outplace_atanh_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.7146633Z test_meta_outplace_atanh_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.7147105Z test_meta_outplace_atanh_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.7147491Z test_meta_outplace_atleast_1d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.7147841Z test_meta_outplace_atleast_1d_cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.7148229Z test_meta_outplace_atleast_1d_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.7148614Z test_meta_outplace_atleast_1d_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.7149087Z test_meta_outplace_atleast_1d_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.7149464Z test_meta_outplace_atleast_1d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.7149816Z test_meta_outplace_atleast_1d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.7150377Z test_meta_outplace_atleast_1d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.7150774Z test_meta_outplace_atleast_1d_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.7151109Z test_meta_outplace_atleast_1d_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.7151501Z test_meta_outplace_atleast_1d_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.7151861Z test_meta_outplace_atleast_1d_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.7152218Z test_meta_outplace_atleast_1d_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.7152650Z test_meta_outplace_atleast_2d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.7153044Z test_meta_outplace_atleast_2d_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.7153433Z test_meta_outplace_atleast_2d_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.7153806Z test_meta_outplace_atleast_2d_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.7154191Z test_meta_outplace_atleast_2d_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.7154567Z test_meta_outplace_atleast_2d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.7154931Z test_meta_outplace_atleast_2d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.7155431Z test_meta_outplace_atleast_2d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.7155774Z test_meta_outplace_atleast_2d_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.7156118Z test_meta_outplace_atleast_2d_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.7156441Z test_meta_outplace_atleast_2d_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.7156802Z test_meta_outplace_atleast_2d_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.7157168Z test_meta_outplace_atleast_2d_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.7157551Z test_meta_outplace_atleast_3d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.7157918Z test_meta_outplace_atleast_3d_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.7158374Z test_meta_outplace_atleast_3d_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.7158768Z test_meta_outplace_atleast_3d_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.7159155Z test_meta_outplace_atleast_3d_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.7159582Z test_meta_outplace_atleast_3d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.7160019Z test_meta_outplace_atleast_3d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.7160350Z test_meta_outplace_atleast_3d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.7160682Z test_meta_outplace_atleast_3d_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.7161121Z test_meta_outplace_atleast_3d_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.7161472Z test_meta_outplace_atleast_3d_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.7161797Z test_meta_outplace_atleast_3d_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.7162151Z test_meta_outplace_atleast_3d_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.7162514Z test_meta_outplace_baddbmm_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:24:31.7162889Z test_meta_outplace_baddbmm_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.035s) 2022-11-23T02:24:31.7163268Z test_meta_outplace_baddbmm_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.036s) 2022-11-23T02:24:31.7163638Z test_meta_outplace_baddbmm_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.7163996Z test_meta_outplace_baddbmm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.7164354Z test_meta_outplace_baddbmm_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:24:31.7164734Z test_meta_outplace_bernoulli_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.7165114Z test_meta_outplace_bernoulli_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.7165554Z test_meta_outplace_bernoulli_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.7165928Z test_meta_outplace_bernoulli_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.7166292Z test_meta_outplace_bfloat16_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.7166694Z test_meta_outplace_bfloat16_cuda_bool (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.7167099Z test_meta_outplace_bfloat16_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.7167459Z test_meta_outplace_bfloat16_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.7167811Z test_meta_outplace_bfloat16_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.7168179Z test_meta_outplace_bfloat16_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.7168537Z test_meta_outplace_bfloat16_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.7169018Z test_meta_outplace_bfloat16_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.7169374Z test_meta_outplace_bfloat16_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.7169735Z test_meta_outplace_bfloat16_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.7170080Z test_meta_outplace_bfloat16_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.7170439Z test_meta_outplace_bfloat16_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.7170802Z test_meta_outplace_bfloat16_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.7171177Z test_meta_outplace_bincount_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:24:31.7171547Z test_meta_outplace_bincount_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:24:31.7171918Z test_meta_outplace_bincount_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:24:31.7172278Z test_meta_outplace_bincount_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:24:31.7172704Z test_meta_outplace_bincount_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:24:31.7173063Z test_meta_outplace_bitwise_and_cuda_bool (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.7173434Z test_meta_outplace_bitwise_and_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.7173825Z test_meta_outplace_bitwise_and_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.7174226Z test_meta_outplace_bitwise_and_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.7174699Z test_meta_outplace_bitwise_and_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.7175073Z test_meta_outplace_bitwise_and_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.7175469Z test_meta_outplace_bitwise_left_shift_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.7175868Z test_meta_outplace_bitwise_left_shift_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.7176250Z test_meta_outplace_bitwise_left_shift_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.7176639Z test_meta_outplace_bitwise_left_shift_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.7177016Z test_meta_outplace_bitwise_left_shift_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:24:31.7177391Z test_meta_outplace_bitwise_not_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.7177765Z test_meta_outplace_bitwise_not_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.7178132Z test_meta_outplace_bitwise_not_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.7178479Z test_meta_outplace_bitwise_not_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:31.7178845Z test_meta_outplace_bitwise_not_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.7179212Z test_meta_outplace_bitwise_not_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.7179652Z test_meta_outplace_bitwise_or_cuda_bool (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.7180026Z test_meta_outplace_bitwise_or_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.7180388Z test_meta_outplace_bitwise_or_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.7180792Z test_meta_outplace_bitwise_or_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.7181194Z test_meta_outplace_bitwise_or_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:24:31.7181575Z test_meta_outplace_bitwise_or_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.7181974Z test_meta_outplace_bitwise_right_shift_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:24:31.7182349Z test_meta_outplace_bitwise_right_shift_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.7182862Z test_meta_outplace_bitwise_right_shift_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.7183234Z test_meta_outplace_bitwise_right_shift_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.7183624Z test_meta_outplace_bitwise_right_shift_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:24:31.7183995Z test_meta_outplace_bitwise_xor_cuda_bool (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:24:31.7184373Z test_meta_outplace_bitwise_xor_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.7184750Z test_meta_outplace_bitwise_xor_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.7185118Z test_meta_outplace_bitwise_xor_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:24:31.7185485Z test_meta_outplace_bitwise_xor_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.7185852Z test_meta_outplace_bitwise_xor_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.7186240Z test_meta_outplace_block_diag_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.7186669Z test_meta_outplace_block_diag_cuda_bool (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.7187043Z test_meta_outplace_block_diag_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.7187433Z test_meta_outplace_block_diag_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.7187881Z test_meta_outplace_block_diag_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.7189166Z test_meta_outplace_block_diag_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.7189592Z test_meta_outplace_block_diag_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.7189944Z test_meta_outplace_block_diag_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.7190271Z test_meta_outplace_block_diag_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.7190629Z test_meta_outplace_block_diag_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.7190970Z test_meta_outplace_block_diag_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.7191315Z test_meta_outplace_block_diag_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.7191679Z test_meta_outplace_block_diag_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.7192020Z test_meta_outplace_bmm_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.7192381Z test_meta_outplace_bmm_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.7192733Z test_meta_outplace_bmm_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.7193064Z test_meta_outplace_bmm_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.7193411Z test_meta_outplace_bmm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.7193861Z test_meta_outplace_bmm_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.7194217Z test_meta_outplace_bool_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.7194564Z test_meta_outplace_bool_cuda_bool (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.7195064Z test_meta_outplace_bool_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.7195431Z test_meta_outplace_bool_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.7195779Z test_meta_outplace_bool_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.7196138Z test_meta_outplace_bool_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.7196497Z test_meta_outplace_bool_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.7196847Z test_meta_outplace_bool_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.7197335Z test_meta_outplace_bool_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.7197681Z test_meta_outplace_bool_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.7198022Z test_meta_outplace_bool_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.7198372Z test_meta_outplace_bool_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.7198720Z test_meta_outplace_bool_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.7199123Z test_meta_outplace_broadcast_shapes_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.7199540Z test_meta_outplace_broadcast_tensors_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.7199935Z test_meta_outplace_broadcast_tensors_cuda_bool (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.7200350Z test_meta_outplace_broadcast_tensors_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.7200831Z test_meta_outplace_broadcast_tensors_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.7201232Z test_meta_outplace_broadcast_tensors_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.7201725Z test_meta_outplace_broadcast_tensors_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.7202179Z test_meta_outplace_broadcast_tensors_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.7202573Z test_meta_outplace_broadcast_tensors_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.7203054Z test_meta_outplace_broadcast_tensors_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.7203457Z test_meta_outplace_broadcast_tensors_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.7203848Z test_meta_outplace_broadcast_tensors_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.7204239Z test_meta_outplace_broadcast_tensors_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.7204631Z test_meta_outplace_broadcast_to_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.7205008Z test_meta_outplace_broadcast_to_cuda_bool (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.7205403Z test_meta_outplace_broadcast_to_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.7205792Z test_meta_outplace_broadcast_to_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.7206185Z test_meta_outplace_broadcast_to_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.7206574Z test_meta_outplace_broadcast_to_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.7206957Z test_meta_outplace_broadcast_to_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.7207334Z test_meta_outplace_broadcast_to_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.7207778Z test_meta_outplace_broadcast_to_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.7208150Z test_meta_outplace_broadcast_to_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.7208569Z test_meta_outplace_broadcast_to_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.7209002Z test_meta_outplace_broadcast_to_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.7209441Z test_meta_outplace_bucketize_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.7209810Z test_meta_outplace_bucketize_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.7210180Z test_meta_outplace_bucketize_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.7210527Z test_meta_outplace_bucketize_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.7210888Z test_meta_outplace_bucketize_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.7211251Z test_meta_outplace_bucketize_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.7211740Z test_meta_outplace_bucketize_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.7212103Z test_meta_outplace_bucketize_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.7212467Z test_meta_outplace_byte_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.7212815Z test_meta_outplace_byte_cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.7213172Z test_meta_outplace_byte_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.7213544Z test_meta_outplace_byte_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.7213906Z test_meta_outplace_byte_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.7214255Z test_meta_outplace_byte_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.7214687Z test_meta_outplace_byte_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.7215051Z test_meta_outplace_byte_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.7215396Z test_meta_outplace_byte_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.7215812Z test_meta_outplace_byte_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.7216265Z test_meta_outplace_byte_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.7216601Z test_meta_outplace_byte_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.7217037Z test_meta_outplace_cartesian_prod_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.7217589Z test_meta_outplace_cartesian_prod_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.7218029Z test_meta_outplace_cartesian_prod_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.7218434Z test_meta_outplace_cartesian_prod_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.7218839Z test_meta_outplace_cartesian_prod_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.7219238Z test_meta_outplace_cartesian_prod_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.7219632Z test_meta_outplace_cartesian_prod_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.7220017Z test_meta_outplace_cartesian_prod_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.7220397Z test_meta_outplace_cartesian_prod_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.7220784Z test_meta_outplace_cartesian_prod_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.7221170Z test_meta_outplace_cartesian_prod_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.7221548Z test_meta_outplace_cartesian_prod_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.7221887Z test_meta_outplace_cat_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.7222220Z test_meta_outplace_cat_cuda_bool (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:24:31.7222581Z test_meta_outplace_cat_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:24:31.7223005Z test_meta_outplace_cat_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:24:31.7223371Z test_meta_outplace_cat_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:24:31.7223725Z test_meta_outplace_cat_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.7224081Z test_meta_outplace_cat_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.7224484Z test_meta_outplace_cat_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:24:31.7224827Z test_meta_outplace_cat_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-11-23T02:24:31.7225275Z test_meta_outplace_cat_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:24:31.7225733Z test_meta_outplace_cat_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:24:31.7226074Z test_meta_outplace_cat_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:24:31.7226404Z test_meta_outplace_cat_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:24:31.7226798Z test_meta_outplace_cdist_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.076s) 2022-11-23T02:24:31.7227154Z test_meta_outplace_cdist_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.081s) 2022-11-23T02:24:31.7227494Z test_meta_outplace_cdouble_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.7227822Z test_meta_outplace_cdouble_cuda_bool (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.7228206Z test_meta_outplace_cdouble_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.7228588Z test_meta_outplace_cdouble_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.7228966Z test_meta_outplace_cdouble_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.7229329Z test_meta_outplace_cdouble_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.7229693Z test_meta_outplace_cdouble_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.7230063Z test_meta_outplace_cdouble_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.7230424Z test_meta_outplace_cdouble_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.7230880Z test_meta_outplace_cdouble_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.7231311Z test_meta_outplace_cdouble_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.7231750Z test_meta_outplace_cdouble_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.7232175Z test_meta_outplace_cdouble_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.7232528Z test_meta_outplace_ceil_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.7232892Z test_meta_outplace_ceil_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.7233250Z test_meta_outplace_ceil_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.7233605Z test_meta_outplace_ceil_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.7233964Z test_meta_outplace_ceil_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.7234327Z test_meta_outplace_ceil_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.7234683Z test_meta_outplace_ceil_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.7235006Z test_meta_outplace_ceil_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.7235350Z test_meta_outplace_ceil_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.7235720Z test_meta_outplace_cfloat_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.7236090Z test_meta_outplace_cfloat_cuda_bool (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.7236455Z test_meta_outplace_cfloat_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.7236772Z test_meta_outplace_cfloat_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.7237078Z test_meta_outplace_cfloat_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.7237367Z test_meta_outplace_cfloat_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.7237766Z test_meta_outplace_cfloat_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.7238087Z test_meta_outplace_cfloat_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:24:31.7238394Z test_meta_outplace_cfloat_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.7238865Z test_meta_outplace_cfloat_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.7239303Z test_meta_outplace_cfloat_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.7239606Z test_meta_outplace_cfloat_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.7239911Z test_meta_outplace_cfloat_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.7240226Z test_meta_outplace_chalf_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.7240530Z test_meta_outplace_chalf_cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.7240852Z test_meta_outplace_chalf_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.7241180Z test_meta_outplace_chalf_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.7241505Z test_meta_outplace_chalf_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.7241814Z test_meta_outplace_chalf_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.7242121Z test_meta_outplace_chalf_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.7242433Z test_meta_outplace_chalf_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.7242735Z test_meta_outplace_chalf_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.7243035Z test_meta_outplace_chalf_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.7243307Z test_meta_outplace_chalf_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.7243601Z test_meta_outplace_chalf_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.7243991Z test_meta_outplace_chalf_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.7244422Z test_meta_outplace_char_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.7244725Z test_meta_outplace_char_cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.7245032Z test_meta_outplace_char_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.7245413Z test_meta_outplace_char_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.7245747Z test_meta_outplace_char_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.7246144Z test_meta_outplace_char_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.7246449Z test_meta_outplace_char_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.7246750Z test_meta_outplace_char_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.7247046Z test_meta_outplace_char_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.7247344Z test_meta_outplace_char_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.7247647Z test_meta_outplace_char_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.7247939Z test_meta_outplace_char_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.7248233Z test_meta_outplace_char_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.7248566Z test_meta_outplace_cholesky_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.044s) 2022-11-23T02:24:31.7248871Z test_meta_outplace_cholesky_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.036s) 2022-11-23T02:24:31.7249183Z test_meta_outplace_cholesky_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.045s) 2022-11-23T02:24:31.7249493Z test_meta_outplace_cholesky_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.039s) 2022-11-23T02:24:31.7249840Z test_meta_outplace_cholesky_inverse_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.035s) 2022-11-23T02:24:31.7250186Z test_meta_outplace_cholesky_inverse_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.034s) 2022-11-23T02:24:31.7250524Z test_meta_outplace_cholesky_inverse_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.034s) 2022-11-23T02:24:31.7250859Z test_meta_outplace_cholesky_inverse_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.044s) 2022-11-23T02:24:31.7251369Z test_meta_outplace_cholesky_solve_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.058s) 2022-11-23T02:24:31.7251714Z test_meta_outplace_cholesky_solve_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.038s) 2022-11-23T02:24:31.7252127Z test_meta_outplace_cholesky_solve_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.041s) 2022-11-23T02:24:31.7252459Z test_meta_outplace_cholesky_solve_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.044s) 2022-11-23T02:24:31.7252782Z test_meta_outplace_chunk_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.7253214Z test_meta_outplace_chunk_cuda_bool (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.7253601Z test_meta_outplace_chunk_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.7253802Z test_meta_outplace_chunk_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.7254159Z test_meta_outplace_chunk_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.7254357Z test_meta_outplace_chunk_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.7255072Z test_meta_outplace_chunk_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.7255505Z test_meta_outplace_chunk_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.7256081Z test_meta_outplace_chunk_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.7256618Z test_meta_outplace_chunk_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.7256958Z test_meta_outplace_chunk_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.7257610Z test_meta_outplace_chunk_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.7257860Z test_meta_outplace_chunk_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.7258201Z test_meta_outplace_clamp_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:24:31.7258396Z test_meta_outplace_clamp_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.7258982Z test_meta_outplace_clamp_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:24:31.7259188Z test_meta_outplace_clamp_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.7259500Z test_meta_outplace_clamp_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:24:31.7259688Z test_meta_outplace_clamp_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:24:31.7259864Z test_meta_outplace_clamp_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.7260180Z test_meta_outplace_clamp_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:24:31.7260366Z test_meta_outplace_clamp_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.7260632Z test_meta_outplace_clamp_max_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:24:31.7261042Z test_meta_outplace_clamp_max_cuda_bool (__main__.TestMetaCUDA) ... ok (0.033s) 2022-11-23T02:24:31.7261351Z test_meta_outplace_clamp_max_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:24:31.7261586Z test_meta_outplace_clamp_max_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.7263214Z test_meta_outplace_clamp_max_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.038s) 2022-11-23T02:24:31.7264217Z test_meta_outplace_clamp_max_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:24:31.7264906Z test_meta_outplace_clamp_max_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:24:31.7265598Z test_meta_outplace_clamp_max_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.033s) 2022-11-23T02:24:31.7266187Z test_meta_outplace_clamp_max_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:24:31.7266716Z test_meta_outplace_clamp_max_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:24:31.7267098Z test_meta_outplace_clamp_min_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.039s) 2022-11-23T02:24:31.7267698Z test_meta_outplace_clamp_min_cuda_bool (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.7268101Z test_meta_outplace_clamp_min_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.041s) 2022-11-23T02:24:31.7268484Z test_meta_outplace_clamp_min_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.7268891Z test_meta_outplace_clamp_min_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.036s) 2022-11-23T02:24:31.7269263Z test_meta_outplace_clamp_min_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:24:31.7269634Z test_meta_outplace_clamp_min_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:24:31.7270002Z test_meta_outplace_clamp_min_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:24:31.7270360Z test_meta_outplace_clamp_min_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:24:31.7270708Z test_meta_outplace_clamp_min_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:24:31.7271124Z test_meta_outplace_clone_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.7271340Z test_meta_outplace_clone_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.7271520Z test_meta_outplace_clone_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.7271712Z test_meta_outplace_clone_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.7271900Z test_meta_outplace_clone_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.7272279Z test_meta_outplace_clone_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.7272625Z test_meta_outplace_clone_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.7272831Z test_meta_outplace_clone_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.7273016Z test_meta_outplace_clone_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.7273354Z test_meta_outplace_clone_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.7273671Z test_meta_outplace_clone_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.7273947Z test_meta_outplace_clone_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.7274132Z test_meta_outplace_clone_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.7274505Z test_meta_outplace_column_stack_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.7275073Z test_meta_outplace_column_stack_cuda_bool (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.7275524Z test_meta_outplace_column_stack_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.7276130Z test_meta_outplace_column_stack_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.7276594Z test_meta_outplace_column_stack_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.7276995Z test_meta_outplace_column_stack_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.7277381Z test_meta_outplace_column_stack_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.7277702Z test_meta_outplace_column_stack_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.7278064Z test_meta_outplace_column_stack_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.7278416Z test_meta_outplace_column_stack_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.7278743Z test_meta_outplace_column_stack_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.7279096Z test_meta_outplace_column_stack_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.7279530Z test_meta_outplace_column_stack_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.7279894Z test_meta_outplace_combinations_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.037s) 2022-11-23T02:24:31.7280626Z test_meta_outplace_combinations_cuda_bool (__main__.TestMetaCUDA) ... ok (0.034s) 2022-11-23T02:24:31.7281084Z test_meta_outplace_combinations_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.040s) 2022-11-23T02:24:31.7281542Z test_meta_outplace_combinations_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.034s) 2022-11-23T02:24:31.7281914Z test_meta_outplace_combinations_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.040s) 2022-11-23T02:24:31.7282675Z test_meta_outplace_combinations_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.038s) 2022-11-23T02:24:31.7283301Z test_meta_outplace_combinations_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.040s) 2022-11-23T02:24:31.7283834Z test_meta_outplace_combinations_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:24:31.7284241Z test_meta_outplace_combinations_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.047s) 2022-11-23T02:24:31.7284728Z test_meta_outplace_combinations_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.037s) 2022-11-23T02:24:31.7285136Z test_meta_outplace_combinations_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-11-23T02:24:31.7285656Z test_meta_outplace_combinations_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.041s) 2022-11-23T02:24:31.7286022Z test_meta_outplace_complex_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:24:31.7286412Z test_meta_outplace_complex_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:24:31.7286792Z test_meta_outplace_complex_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.7287167Z test_meta_outplace_conj_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.7287755Z test_meta_outplace_conj_cuda_bool (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.7288175Z test_meta_outplace_conj_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.7288560Z test_meta_outplace_conj_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.7288944Z test_meta_outplace_conj_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.7289316Z test_meta_outplace_conj_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.7289684Z test_meta_outplace_conj_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.7290030Z test_meta_outplace_conj_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.7290369Z test_meta_outplace_conj_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.7290867Z test_meta_outplace_conj_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.7291247Z test_meta_outplace_conj_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.7291605Z test_meta_outplace_conj_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.7292380Z test_meta_outplace_conj_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.7292901Z test_meta_outplace_conj_physical_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.7293320Z test_meta_outplace_conj_physical_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.7293699Z test_meta_outplace_conj_physical_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.7294108Z test_meta_outplace_conj_physical_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.7294525Z test_meta_outplace_conj_physical_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.7294931Z test_meta_outplace_conj_physical_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.7295341Z test_meta_outplace_conj_physical_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.7295755Z test_meta_outplace_conj_physical_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.7296145Z test_meta_outplace_conj_physical_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.7297163Z test_meta_outplace_conj_physical_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.7297884Z test_meta_outplace_conj_physical_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.7298137Z test_meta_outplace_conj_physical_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.7298333Z test_meta_outplace_conj_physical_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.7298541Z test_meta_outplace_constant_pad_nd_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.033s) 2022-11-23T02:24:31.7298827Z test_meta_outplace_constant_pad_nd_cuda_bool (__main__.TestMetaCUDA) ... ok (0.036s) 2022-11-23T02:24:31.7299425Z test_meta_outplace_constant_pad_nd_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.034s) 2022-11-23T02:24:31.7299664Z test_meta_outplace_constant_pad_nd_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.035s) 2022-11-23T02:24:31.7299868Z test_meta_outplace_constant_pad_nd_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.033s) 2022-11-23T02:24:31.7300078Z test_meta_outplace_constant_pad_nd_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.033s) 2022-11-23T02:24:31.7300279Z test_meta_outplace_constant_pad_nd_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.034s) 2022-11-23T02:24:31.7300478Z test_meta_outplace_constant_pad_nd_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.035s) 2022-11-23T02:24:31.7300662Z test_meta_outplace_constant_pad_nd_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-11-23T02:24:31.7300859Z test_meta_outplace_constant_pad_nd_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.037s) 2022-11-23T02:24:31.7301221Z test_meta_outplace_constant_pad_nd_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.049s) 2022-11-23T02:24:31.7301445Z test_meta_outplace_constant_pad_nd_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.056s) 2022-11-23T02:24:31.7301641Z test_meta_outplace_contiguous_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.7301833Z test_meta_outplace_contiguous_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.7302042Z test_meta_outplace_contiguous_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.7302244Z test_meta_outplace_contiguous_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.7302447Z test_meta_outplace_contiguous_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.7302644Z test_meta_outplace_contiguous_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.7302833Z test_meta_outplace_contiguous_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.7303023Z test_meta_outplace_contiguous_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.7303218Z test_meta_outplace_contiguous_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.7303405Z test_meta_outplace_contiguous_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.7303588Z test_meta_outplace_contiguous_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.7303780Z test_meta_outplace_contiguous_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.7303973Z test_meta_outplace_contiguous_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.7304169Z test_meta_outplace_copysign_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.044s) 2022-11-23T02:24:31.7304357Z test_meta_outplace_copysign_cuda_bool (__main__.TestMetaCUDA) ... ok (0.052s) 2022-11-23T02:24:31.7304930Z test_meta_outplace_copysign_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.046s) 2022-11-23T02:24:31.7306739Z test_meta_outplace_copysign_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:24:31.7308009Z test_meta_outplace_copysign_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:24:31.7308410Z test_meta_outplace_copysign_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:24:31.7308678Z test_meta_outplace_copysign_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.040s) 2022-11-23T02:24:31.7309077Z test_meta_outplace_copysign_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:24:31.7309267Z test_meta_outplace_copysign_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:24:31.7309453Z test_meta_outplace_copysign_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:24:31.7309649Z test_meta_outplace_corrcoef_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.7309850Z test_meta_outplace_corrcoef_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.7310053Z test_meta_outplace_corrcoef_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.7310245Z test_meta_outplace_corrcoef_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.7310432Z test_meta_outplace_corrcoef_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.7310613Z test_meta_outplace_corrcoef_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:31.7310805Z test_meta_outplace_corrcoef_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.7310991Z test_meta_outplace_corrcoef_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.7311179Z test_meta_outplace_corrcoef_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.7311368Z test_meta_outplace_corrcoef_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.7311540Z test_meta_outplace_corrcoef_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.7312070Z test_meta_outplace_cos_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.7312416Z test_meta_outplace_cos_cuda_bool (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.7312828Z test_meta_outplace_cos_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.7313084Z test_meta_outplace_cos_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.7313514Z test_meta_outplace_cos_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.7313872Z test_meta_outplace_cos_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.7314236Z test_meta_outplace_cos_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.7314599Z test_meta_outplace_cos_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.7314950Z test_meta_outplace_cos_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.7315301Z test_meta_outplace_cos_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.7315658Z test_meta_outplace_cos_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.7316012Z test_meta_outplace_cos_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.7316361Z test_meta_outplace_cos_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.7316733Z test_meta_outplace_cosh_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.7317098Z test_meta_outplace_cosh_cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.7317478Z test_meta_outplace_cosh_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.7317836Z test_meta_outplace_cosh_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.7318214Z test_meta_outplace_cosh_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.7318584Z test_meta_outplace_cosh_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.7319030Z test_meta_outplace_cosh_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.7319407Z test_meta_outplace_cosh_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.7319732Z test_meta_outplace_cosh_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.7320118Z test_meta_outplace_cosh_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.7320708Z test_meta_outplace_cosh_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.7321010Z test_meta_outplace_cosh_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.7321322Z test_meta_outplace_cosh_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.7321729Z test_meta_outplace_count_nonzero_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:24:31.7322124Z test_meta_outplace_count_nonzero_cuda_bool (__main__.TestMetaCUDA) ... ok (0.036s) 2022-11-23T02:24:31.7322547Z test_meta_outplace_count_nonzero_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:24:31.7322956Z test_meta_outplace_count_nonzero_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-11-23T02:24:31.7323352Z test_meta_outplace_count_nonzero_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.7323747Z test_meta_outplace_count_nonzero_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:24:31.7324147Z test_meta_outplace_count_nonzero_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-11-23T02:24:31.7324533Z test_meta_outplace_count_nonzero_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:24:31.7324894Z test_meta_outplace_count_nonzero_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:24:31.7325268Z test_meta_outplace_count_nonzero_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:24:31.7325659Z test_meta_outplace_count_nonzero_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:24:31.7326254Z test_meta_outplace_count_nonzero_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.7326665Z test_meta_outplace_cov_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.094s) 2022-11-23T02:24:31.7327160Z test_meta_outplace_cov_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.090s) 2022-11-23T02:24:31.7327634Z test_meta_outplace_cov_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.090s) 2022-11-23T02:24:31.7328049Z test_meta_outplace_cov_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.091s) 2022-11-23T02:24:31.7328420Z test_meta_outplace_cov_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.094s) 2022-11-23T02:24:31.7328774Z test_meta_outplace_cov_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.087s) 2022-11-23T02:24:31.7329116Z test_meta_outplace_cov_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.097s) 2022-11-23T02:24:31.7329461Z test_meta_outplace_cov_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.098s) 2022-11-23T02:24:31.7329801Z test_meta_outplace_cov_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.096s) 2022-11-23T02:24:31.7330170Z test_meta_outplace_cov_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.091s) 2022-11-23T02:24:31.7330530Z test_meta_outplace_cov_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.089s) 2022-11-23T02:24:31.7330917Z test_meta_outplace_cross_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.7331306Z test_meta_outplace_cross_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.7331691Z test_meta_outplace_cross_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.7332050Z test_meta_outplace_cross_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.7332429Z test_meta_outplace_cross_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.7332792Z test_meta_outplace_cross_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.7333252Z test_meta_outplace_cross_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.7333630Z test_meta_outplace_cross_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.7334061Z test_meta_outplace_cross_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.7334520Z test_meta_outplace_cross_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.7334910Z test_meta_outplace_cummax_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.7336410Z test_meta_outplace_cummax_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.7336794Z test_meta_outplace_cummax_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.7337173Z test_meta_outplace_cummax_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.7337557Z test_meta_outplace_cummax_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.7337927Z test_meta_outplace_cummax_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.7338306Z test_meta_outplace_cummax_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.7338674Z test_meta_outplace_cummax_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.7339047Z test_meta_outplace_cummax_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.7339423Z test_meta_outplace_cummax_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.7339910Z test_meta_outplace_cummin_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.7340295Z test_meta_outplace_cummin_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.7340673Z test_meta_outplace_cummin_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.7341139Z test_meta_outplace_cummin_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.7341530Z test_meta_outplace_cummin_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.7341959Z test_meta_outplace_cummin_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.7342496Z test_meta_outplace_cummin_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.7342892Z test_meta_outplace_cummin_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.7343259Z test_meta_outplace_cummin_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.7343644Z test_meta_outplace_cummin_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.7344038Z test_meta_outplace_cumprod_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.7344440Z test_meta_outplace_cumprod_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.7344833Z test_meta_outplace_cumprod_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:24:31.7345220Z test_meta_outplace_cumprod_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.7345607Z test_meta_outplace_cumprod_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.7345998Z test_meta_outplace_cumprod_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.7346384Z test_meta_outplace_cumprod_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.7346762Z test_meta_outplace_cumprod_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.7347114Z test_meta_outplace_cumprod_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.7347597Z test_meta_outplace_cumprod_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.7347988Z test_meta_outplace_cumprod_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.7348395Z test_meta_outplace_cumsum_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.7348883Z test_meta_outplace_cumsum_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.7349347Z test_meta_outplace_cumsum_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.7349730Z test_meta_outplace_cumsum_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.7350112Z test_meta_outplace_cumsum_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.7350487Z test_meta_outplace_cumsum_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.7350859Z test_meta_outplace_cumsum_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.7351389Z test_meta_outplace_cumsum_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.7351752Z test_meta_outplace_cumsum_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.7352113Z test_meta_outplace_cumsum_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.7352485Z test_meta_outplace_cumsum_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.7352915Z test_meta_outplace_cumulative_trapezoid_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.034s) 2022-11-23T02:24:31.7353371Z test_meta_outplace_cumulative_trapezoid_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:24:31.7353825Z test_meta_outplace_cumulative_trapezoid_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:24:31.7354258Z test_meta_outplace_cumulative_trapezoid_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:24:31.7354774Z test_meta_outplace_cumulative_trapezoid_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.7355205Z test_meta_outplace_cumulative_trapezoid_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:24:31.7355709Z test_meta_outplace_cumulative_trapezoid_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:24:31.7356201Z test_meta_outplace_cumulative_trapezoid_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:24:31.7356618Z test_meta_outplace_cumulative_trapezoid_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.036s) 2022-11-23T02:24:31.7357041Z test_meta_outplace_cumulative_trapezoid_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.043s) 2022-11-23T02:24:31.7357606Z test_meta_outplace_cumulative_trapezoid_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.036s) 2022-11-23T02:24:31.7358022Z test_meta_outplace_deg2rad_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.7358401Z test_meta_outplace_deg2rad_cuda_bool (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.7358796Z test_meta_outplace_deg2rad_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.7359181Z test_meta_outplace_deg2rad_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.7359562Z test_meta_outplace_deg2rad_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.7359934Z test_meta_outplace_deg2rad_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.7360304Z test_meta_outplace_deg2rad_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.7360676Z test_meta_outplace_deg2rad_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.7361053Z test_meta_outplace_deg2rad_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.7361520Z test_meta_outplace_deg2rad_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.7361906Z test_meta_outplace_diag_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.033s) 2022-11-23T02:24:31.7362275Z test_meta_outplace_diag_cuda_bool (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:24:31.7362730Z test_meta_outplace_diag_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.033s) 2022-11-23T02:24:31.7363203Z test_meta_outplace_diag_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:24:31.7363598Z test_meta_outplace_diag_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.033s) 2022-11-23T02:24:31.7363971Z test_meta_outplace_diag_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:24:31.7364342Z test_meta_outplace_diag_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:24:31.7364723Z test_meta_outplace_diag_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:24:31.7365083Z test_meta_outplace_diag_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.7365450Z test_meta_outplace_diag_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:24:31.7365808Z test_meta_outplace_diag_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:24:31.7366337Z test_meta_outplace_diag_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:24:31.7366694Z test_meta_outplace_diag_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:24:31.7367089Z test_meta_outplace_diag_embed_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:24:31.7367469Z test_meta_outplace_diag_embed_cuda_bool (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:24:31.7367871Z test_meta_outplace_diag_embed_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:24:31.7368281Z test_meta_outplace_diag_embed_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:24:31.7368769Z test_meta_outplace_diag_embed_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.7369165Z test_meta_outplace_diag_embed_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.7369619Z test_meta_outplace_diag_embed_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-11-23T02:24:31.7370075Z test_meta_outplace_diag_embed_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:24:31.7370457Z test_meta_outplace_diag_embed_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:24:31.7370833Z test_meta_outplace_diag_embed_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:24:31.7371208Z test_meta_outplace_diag_embed_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.7371582Z test_meta_outplace_diag_embed_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:24:31.7372106Z test_meta_outplace_diag_embed_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:24:31.7372525Z test_meta_outplace_diagflat_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.7372905Z test_meta_outplace_diagflat_cuda_bool (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:31.7373310Z test_meta_outplace_diagflat_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.7373718Z test_meta_outplace_diagflat_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.7374101Z test_meta_outplace_diagflat_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.7374477Z test_meta_outplace_diagflat_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.7374857Z test_meta_outplace_diagflat_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.7375243Z test_meta_outplace_diagflat_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.7375727Z test_meta_outplace_diagflat_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.7376112Z test_meta_outplace_diagflat_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.7376544Z test_meta_outplace_diagflat_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.7377008Z test_meta_outplace_diagflat_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.7377407Z test_meta_outplace_diagonal_copy_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.033s) 2022-11-23T02:24:31.7377809Z test_meta_outplace_diagonal_copy_cuda_bool (__main__.TestMetaCUDA) ... ok (0.032s) 2022-11-23T02:24:31.7378223Z test_meta_outplace_diagonal_copy_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:24:31.7378637Z test_meta_outplace_diagonal_copy_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:24:31.7379048Z test_meta_outplace_diagonal_copy_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:24:31.7379453Z test_meta_outplace_diagonal_copy_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.7379867Z test_meta_outplace_diagonal_copy_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:24:31.7380267Z test_meta_outplace_diagonal_copy_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:24:31.7380659Z test_meta_outplace_diagonal_copy_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.7381228Z test_meta_outplace_diagonal_copy_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.7381621Z test_meta_outplace_diagonal_copy_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.7382013Z test_meta_outplace_diagonal_copy_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:24:31.7382499Z test_meta_outplace_diagonal_copy_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:24:31.7382902Z test_meta_outplace_diagonal_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.7383283Z test_meta_outplace_diagonal_cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.7383742Z test_meta_outplace_diagonal_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.7384221Z test_meta_outplace_diagonal_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.7384613Z test_meta_outplace_diagonal_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:24:31.7385009Z test_meta_outplace_diagonal_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.7385369Z test_meta_outplace_diagonal_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.7385751Z test_meta_outplace_diagonal_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.7386125Z test_meta_outplace_diagonal_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.7386506Z test_meta_outplace_diagonal_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.7387028Z test_meta_outplace_diagonal_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.7387430Z test_meta_outplace_diagonal_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.7387811Z test_meta_outplace_diagonal_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.7388230Z test_meta_outplace_diagonal_scatter_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.7388639Z test_meta_outplace_diagonal_scatter_cuda_bool (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.7389032Z test_meta_outplace_diagonal_scatter_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:24:31.7389548Z test_meta_outplace_diagonal_scatter_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:31.7390176Z test_meta_outplace_diagonal_scatter_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.7391172Z test_meta_outplace_diagonal_scatter_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.7391618Z test_meta_outplace_diagonal_scatter_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.7392001Z test_meta_outplace_diagonal_scatter_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.7392379Z test_meta_outplace_diagonal_scatter_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.7392740Z test_meta_outplace_diagonal_scatter_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.7393098Z test_meta_outplace_diff_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.224s) 2022-11-23T02:24:31.7393416Z test_meta_outplace_diff_cuda_bool (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:24:31.7393748Z test_meta_outplace_diff_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.180s) 2022-11-23T02:24:31.7394110Z test_meta_outplace_diff_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.201s) 2022-11-23T02:24:31.7394465Z test_meta_outplace_diff_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.224s) 2022-11-23T02:24:31.7395433Z test_meta_outplace_diff_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.217s) 2022-11-23T02:24:31.7395882Z test_meta_outplace_diff_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.191s) 2022-11-23T02:24:31.7396248Z test_meta_outplace_diff_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.240s) 2022-11-23T02:24:31.7396951Z test_meta_outplace_diff_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.184s) 2022-11-23T02:24:31.7397305Z test_meta_outplace_diff_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.185s) 2022-11-23T02:24:31.7397747Z test_meta_outplace_diff_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.182s) 2022-11-23T02:24:31.7398196Z test_meta_outplace_diff_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.181s) 2022-11-23T02:24:31.7398568Z test_meta_outplace_digamma_cuda_bool (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.7398945Z test_meta_outplace_digamma_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.7399336Z test_meta_outplace_digamma_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.7399717Z test_meta_outplace_digamma_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.7400091Z test_meta_outplace_digamma_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.7400456Z test_meta_outplace_digamma_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.7400828Z test_meta_outplace_digamma_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.7401172Z test_meta_outplace_digamma_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.7401531Z test_meta_outplace_digamma_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.7401889Z test_meta_outplace_dist_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.088s) 2022-11-23T02:24:31.7402262Z test_meta_outplace_dist_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.091s) 2022-11-23T02:24:31.7402776Z test_meta_outplace_dist_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.085s) 2022-11-23T02:24:31.7403172Z test_meta_outplace_dist_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.087s) 2022-11-23T02:24:31.7403681Z test_meta_outplace_dist_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.074s) 2022-11-23T02:24:31.7404049Z test_meta_outplace_dist_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.098s) 2022-11-23T02:24:31.7404566Z test_meta_outplace_div_floor_rounding_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.115s) 2022-11-23T02:24:31.7405056Z test_meta_outplace_div_floor_rounding_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.088s) 2022-11-23T02:24:31.7405465Z test_meta_outplace_div_floor_rounding_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.089s) 2022-11-23T02:24:31.7405859Z test_meta_outplace_div_floor_rounding_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.082s) 2022-11-23T02:24:31.7406262Z test_meta_outplace_div_floor_rounding_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.043s) 2022-11-23T02:24:31.7406685Z test_meta_outplace_div_floor_rounding_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.043s) 2022-11-23T02:24:31.7407118Z test_meta_outplace_div_floor_rounding_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.047s) 2022-11-23T02:24:31.7407503Z test_meta_outplace_div_floor_rounding_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.042s) 2022-11-23T02:24:31.7407902Z test_meta_outplace_div_floor_rounding_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:24:31.7408338Z test_meta_outplace_div_no_rounding_mode_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.034s) 2022-11-23T02:24:31.7408731Z test_meta_outplace_div_no_rounding_mode_cuda_bool (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:24:31.7409142Z test_meta_outplace_div_no_rounding_mode_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-11-23T02:24:31.7409565Z test_meta_outplace_div_no_rounding_mode_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:24:31.7409991Z test_meta_outplace_div_no_rounding_mode_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.038s) 2022-11-23T02:24:31.7410535Z test_meta_outplace_div_no_rounding_mode_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:24:31.7410945Z test_meta_outplace_div_no_rounding_mode_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.7411296Z test_meta_outplace_div_no_rounding_mode_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.7412014Z test_meta_outplace_div_no_rounding_mode_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.038s) 2022-11-23T02:24:31.7412232Z test_meta_outplace_div_no_rounding_mode_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.7412431Z test_meta_outplace_div_no_rounding_mode_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.034s) 2022-11-23T02:24:31.7412634Z test_meta_outplace_div_no_rounding_mode_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:24:31.7412833Z test_meta_outplace_div_no_rounding_mode_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.7413048Z test_meta_outplace_div_trunc_rounding_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.033s) 2022-11-23T02:24:31.7413249Z test_meta_outplace_div_trunc_rounding_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:24:31.7413519Z test_meta_outplace_div_trunc_rounding_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-11-23T02:24:31.7413895Z test_meta_outplace_div_trunc_rounding_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.038s) 2022-11-23T02:24:31.7414294Z test_meta_outplace_div_trunc_rounding_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:24:31.7414677Z test_meta_outplace_div_trunc_rounding_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:24:31.7415078Z test_meta_outplace_div_trunc_rounding_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:24:31.7415456Z test_meta_outplace_div_trunc_rounding_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:24:31.7416828Z test_meta_outplace_div_trunc_rounding_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:24:31.7417377Z test_meta_outplace_dot_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.7417752Z test_meta_outplace_dot_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.7418108Z test_meta_outplace_dot_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.7418556Z test_meta_outplace_dot_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.7419024Z test_meta_outplace_dot_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.7419390Z test_meta_outplace_dot_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.7419762Z test_meta_outplace_double_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.7420131Z test_meta_outplace_double_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.7420528Z test_meta_outplace_double_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.7420925Z test_meta_outplace_double_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.7421279Z test_meta_outplace_double_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.7421652Z test_meta_outplace_double_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.7422062Z test_meta_outplace_double_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.7422418Z test_meta_outplace_double_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.7422781Z test_meta_outplace_double_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.7423158Z test_meta_outplace_double_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.7423508Z test_meta_outplace_double_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.7423847Z test_meta_outplace_double_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.7424367Z test_meta_outplace_double_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.7424744Z test_meta_outplace_dsplit_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.7425104Z test_meta_outplace_dsplit_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.7425877Z test_meta_outplace_dsplit_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.7426251Z test_meta_outplace_dsplit_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.7426619Z test_meta_outplace_dsplit_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.7427037Z test_meta_outplace_dsplit_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.7427403Z test_meta_outplace_dsplit_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.7427765Z test_meta_outplace_dsplit_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.7428148Z test_meta_outplace_dsplit_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.7428514Z test_meta_outplace_dsplit_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.7428888Z test_meta_outplace_dsplit_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.7429240Z test_meta_outplace_dsplit_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.7429607Z test_meta_outplace_dsplit_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.7429977Z test_meta_outplace_dstack_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.7430329Z test_meta_outplace_dstack_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.7430671Z test_meta_outplace_dstack_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.7431005Z test_meta_outplace_dstack_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.7431532Z test_meta_outplace_dstack_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.7431753Z test_meta_outplace_dstack_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.7431944Z test_meta_outplace_dstack_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.7432131Z test_meta_outplace_dstack_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.7432480Z test_meta_outplace_dstack_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.7432786Z test_meta_outplace_dstack_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.7433105Z test_meta_outplace_dstack_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.7433455Z test_meta_outplace_dstack_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.7433814Z test_meta_outplace_dstack_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.7434193Z test_meta_outplace_einsum_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.7434563Z test_meta_outplace_einsum_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.7434946Z test_meta_outplace_einsum_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.7435314Z test_meta_outplace_einsum_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.7435690Z test_meta_outplace_einsum_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.7436063Z test_meta_outplace_einsum_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.7436420Z test_meta_outplace_empty_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.7436784Z test_meta_outplace_empty_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.7437133Z test_meta_outplace_empty_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.7437512Z test_meta_outplace_empty_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.7437907Z test_meta_outplace_empty_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.7438395Z test_meta_outplace_empty_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.7438768Z test_meta_outplace_empty_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.7439456Z test_meta_outplace_empty_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.7439914Z test_meta_outplace_empty_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.7440288Z test_meta_outplace_empty_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.7440633Z test_meta_outplace_empty_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.7440983Z test_meta_outplace_empty_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.7441340Z test_meta_outplace_empty_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.7441743Z test_meta_outplace_empty_like_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.7442121Z test_meta_outplace_empty_like_cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.7442511Z test_meta_outplace_empty_like_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.7442897Z test_meta_outplace_empty_like_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.7443296Z test_meta_outplace_empty_like_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.7443671Z test_meta_outplace_empty_like_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.7444037Z test_meta_outplace_empty_like_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.7444359Z test_meta_outplace_empty_like_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.7444596Z test_meta_outplace_empty_like_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.7444928Z test_meta_outplace_empty_like_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.7445330Z test_meta_outplace_empty_like_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.7445520Z test_meta_outplace_empty_like_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.7445713Z test_meta_outplace_empty_like_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.7445904Z test_meta_outplace_eq_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.037s) 2022-11-23T02:24:31.7446224Z test_meta_outplace_eq_cuda_bool (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:24:31.7446644Z test_meta_outplace_eq_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:24:31.7447009Z test_meta_outplace_eq_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:24:31.7447363Z test_meta_outplace_eq_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.7447730Z test_meta_outplace_eq_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:24:31.7448089Z test_meta_outplace_eq_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:24:31.7448431Z test_meta_outplace_eq_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:24:31.7449084Z test_meta_outplace_eq_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.7449470Z test_meta_outplace_eq_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.7449774Z test_meta_outplace_eq_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:24:31.7450056Z test_meta_outplace_eq_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:24:31.7450362Z test_meta_outplace_eq_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.7450687Z test_meta_outplace_equal_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.7451003Z test_meta_outplace_equal_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.7451339Z test_meta_outplace_equal_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.7451676Z test_meta_outplace_equal_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.7452157Z test_meta_outplace_equal_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.7452750Z test_meta_outplace_equal_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.7453215Z test_meta_outplace_equal_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.7453619Z test_meta_outplace_equal_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.7453960Z test_meta_outplace_equal_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.7454278Z test_meta_outplace_equal_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.7454603Z test_meta_outplace_equal_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.7454941Z test_meta_outplace_equal_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.7455266Z test_meta_outplace_erf_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.7455591Z test_meta_outplace_erf_cuda_bool (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.7455925Z test_meta_outplace_erf_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.7456252Z test_meta_outplace_erf_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.7456567Z test_meta_outplace_erf_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.7456887Z test_meta_outplace_erf_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.7457209Z test_meta_outplace_erf_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.7457525Z test_meta_outplace_erf_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.7457840Z test_meta_outplace_erf_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.7458295Z test_meta_outplace_erf_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.7458646Z test_meta_outplace_erfc_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.7459074Z test_meta_outplace_erfc_cuda_bool (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.7459412Z test_meta_outplace_erfc_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.7459746Z test_meta_outplace_erfc_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.7460192Z test_meta_outplace_erfc_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.7460532Z test_meta_outplace_erfc_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.7460945Z test_meta_outplace_erfc_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.7461278Z test_meta_outplace_erfc_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.7461605Z test_meta_outplace_erfc_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.7461925Z test_meta_outplace_erfc_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.7462266Z test_meta_outplace_erfinv_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.7462595Z test_meta_outplace_erfinv_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.7462945Z test_meta_outplace_erfinv_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.7463270Z test_meta_outplace_erfinv_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.7463586Z test_meta_outplace_erfinv_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.7463906Z test_meta_outplace_erfinv_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.7464235Z test_meta_outplace_erfinv_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.7464553Z test_meta_outplace_erfinv_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.7464897Z test_meta_outplace_erfinv_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.7465228Z test_meta_outplace_exp2_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.7465544Z test_meta_outplace_exp2_cuda_bool (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.7466021Z test_meta_outplace_exp2_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.7466434Z test_meta_outplace_exp2_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.7466760Z test_meta_outplace_exp2_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.7467213Z test_meta_outplace_exp2_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.7467623Z test_meta_outplace_exp2_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:31.7467923Z test_meta_outplace_exp2_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.7468221Z test_meta_outplace_exp2_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.7468516Z test_meta_outplace_exp2_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.7468812Z test_meta_outplace_exp_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.7469122Z test_meta_outplace_exp_cuda_bool (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.7469484Z test_meta_outplace_exp_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.7469817Z test_meta_outplace_exp_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.7470145Z test_meta_outplace_exp_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.7470464Z test_meta_outplace_exp_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.7470798Z test_meta_outplace_exp_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.7471096Z test_meta_outplace_exp_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.7471511Z test_meta_outplace_exp_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.7471849Z test_meta_outplace_exp_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.7472152Z test_meta_outplace_exp_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.7472497Z test_meta_outplace_exp_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.7472807Z test_meta_outplace_exp_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.7473283Z test_meta_outplace_expand_as_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.7473620Z test_meta_outplace_expand_as_cuda_bool (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.7474055Z test_meta_outplace_expand_as_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.7474503Z test_meta_outplace_expand_as_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.7474831Z test_meta_outplace_expand_as_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.7475172Z test_meta_outplace_expand_as_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.7475494Z test_meta_outplace_expand_as_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.7475851Z test_meta_outplace_expand_as_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.7476218Z test_meta_outplace_expand_as_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.7476557Z test_meta_outplace_expand_as_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.7476908Z test_meta_outplace_expand_as_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.7477263Z test_meta_outplace_expand_as_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.7477612Z test_meta_outplace_expand_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.7477960Z test_meta_outplace_expand_cuda_bool (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.7478303Z test_meta_outplace_expand_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.7478673Z test_meta_outplace_expand_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.7479031Z test_meta_outplace_expand_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.7479530Z test_meta_outplace_expand_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.7479963Z test_meta_outplace_expand_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.7480322Z test_meta_outplace_expand_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.7480669Z test_meta_outplace_expand_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.7481083Z test_meta_outplace_expand_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.7481497Z test_meta_outplace_expand_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.7481827Z test_meta_outplace_expand_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.7482163Z test_meta_outplace_expm1_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.7482509Z test_meta_outplace_expm1_cuda_bool (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.7482870Z test_meta_outplace_expm1_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.7483218Z test_meta_outplace_expm1_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.7483572Z test_meta_outplace_expm1_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.7483910Z test_meta_outplace_expm1_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.7484248Z test_meta_outplace_expm1_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.7484578Z test_meta_outplace_expm1_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.7485023Z test_meta_outplace_expm1_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.7485368Z test_meta_outplace_expm1_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.7485689Z test_meta_outplace_eye_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.117s) 2022-11-23T02:24:31.7486005Z test_meta_outplace_eye_cuda_bool (__main__.TestMetaCUDA) ... ok (0.099s) 2022-11-23T02:24:31.7486347Z test_meta_outplace_eye_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.115s) 2022-11-23T02:24:31.7486796Z test_meta_outplace_eye_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.130s) 2022-11-23T02:24:31.7487141Z test_meta_outplace_eye_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.139s) 2022-11-23T02:24:31.7487464Z test_meta_outplace_eye_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.151s) 2022-11-23T02:24:31.7487863Z test_meta_outplace_eye_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.133s) 2022-11-23T02:24:31.7488286Z test_meta_outplace_eye_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.121s) 2022-11-23T02:24:31.7488627Z test_meta_outplace_eye_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.130s) 2022-11-23T02:24:31.7488964Z test_meta_outplace_eye_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.143s) 2022-11-23T02:24:31.7489284Z test_meta_outplace_eye_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.143s) 2022-11-23T02:24:31.7489613Z test_meta_outplace_eye_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.153s) 2022-11-23T02:24:31.7489940Z test_meta_outplace_fft_fft2_cuda_bool (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.7490282Z test_meta_outplace_fft_fft2_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.7490626Z test_meta_outplace_fft_fft2_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.7490996Z test_meta_outplace_fft_fft2_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.7491398Z test_meta_outplace_fft_fft2_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.7491881Z test_meta_outplace_fft_fft2_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.7492200Z test_meta_outplace_fft_fft2_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.7492511Z test_meta_outplace_fft_fft2_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.7493044Z test_meta_outplace_fft_fft2_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.7493480Z test_meta_outplace_fft_fft2_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.7493834Z test_meta_outplace_fft_fft2_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.7494152Z test_meta_outplace_fft_fft2_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.7494573Z test_meta_outplace_fft_fft_cuda_bool (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.7495014Z test_meta_outplace_fft_fft_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.7495398Z test_meta_outplace_fft_fft_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.7495759Z test_meta_outplace_fft_fft_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.7496110Z test_meta_outplace_fft_fft_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.7496487Z test_meta_outplace_fft_fft_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.7496819Z test_meta_outplace_fft_fft_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.7497143Z test_meta_outplace_fft_fft_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.7497463Z test_meta_outplace_fft_fft_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.7497780Z test_meta_outplace_fft_fft_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.7498131Z test_meta_outplace_fft_fft_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.7498578Z test_meta_outplace_fft_fft_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.7498926Z test_meta_outplace_fft_fftn_cuda_bool (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.7499253Z test_meta_outplace_fft_fftn_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.7499570Z test_meta_outplace_fft_fftn_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.7499955Z test_meta_outplace_fft_fftn_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.7500534Z test_meta_outplace_fft_fftn_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.7500922Z test_meta_outplace_fft_fftn_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.7501365Z test_meta_outplace_fft_fftn_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.7501926Z test_meta_outplace_fft_fftn_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.7502145Z test_meta_outplace_fft_fftn_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.7502329Z test_meta_outplace_fft_fftn_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.7502512Z test_meta_outplace_fft_fftn_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.7502700Z test_meta_outplace_fft_fftn_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.7503070Z test_meta_outplace_fft_fftshift_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.7503521Z test_meta_outplace_fft_fftshift_cuda_bool (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.7504279Z test_meta_outplace_fft_fftshift_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.7504792Z test_meta_outplace_fft_fftshift_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:31.7505145Z test_meta_outplace_fft_fftshift_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.7505523Z test_meta_outplace_fft_fftshift_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.7505890Z test_meta_outplace_fft_fftshift_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.7506258Z test_meta_outplace_fft_fftshift_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.7506851Z test_meta_outplace_fft_fftshift_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.7507303Z test_meta_outplace_fft_fftshift_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.7507646Z test_meta_outplace_fft_fftshift_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:31.7507981Z test_meta_outplace_fft_fftshift_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.7508692Z test_meta_outplace_fft_fftshift_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.7509008Z test_meta_outplace_fft_hfft2_cuda_bool (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.7509222Z test_meta_outplace_fft_hfft2_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.7509418Z test_meta_outplace_fft_hfft2_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.7509607Z test_meta_outplace_fft_hfft2_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.7509800Z test_meta_outplace_fft_hfft2_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.7509983Z test_meta_outplace_fft_hfft2_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:24:31.7510162Z test_meta_outplace_fft_hfft2_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.7510352Z test_meta_outplace_fft_hfft2_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.7510538Z test_meta_outplace_fft_hfft2_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.7510721Z test_meta_outplace_fft_hfft2_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:24:31.7511044Z test_meta_outplace_fft_hfft2_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.7511254Z test_meta_outplace_fft_hfft2_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.7511442Z test_meta_outplace_fft_hfft_cuda_bool (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.7511643Z test_meta_outplace_fft_hfft_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.7511837Z test_meta_outplace_fft_hfft_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.7512033Z test_meta_outplace_fft_hfft_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:24:31.7512223Z test_meta_outplace_fft_hfft_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.7512392Z test_meta_outplace_fft_hfft_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.7512571Z test_meta_outplace_fft_hfft_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.7512759Z test_meta_outplace_fft_hfft_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.7512947Z test_meta_outplace_fft_hfft_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.7513129Z test_meta_outplace_fft_hfft_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:24:31.7513313Z test_meta_outplace_fft_hfft_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:24:31.7513497Z test_meta_outplace_fft_hfft_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.7513679Z test_meta_outplace_fft_hfftn_cuda_bool (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:24:31.7513876Z test_meta_outplace_fft_hfftn_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:24:31.7514075Z test_meta_outplace_fft_hfftn_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:24:31.7514267Z test_meta_outplace_fft_hfftn_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.7514465Z test_meta_outplace_fft_hfftn_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.7514653Z test_meta_outplace_fft_hfftn_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:24:31.7514836Z test_meta_outplace_fft_hfftn_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.7515122Z test_meta_outplace_fft_hfftn_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:24:31.7515315Z test_meta_outplace_fft_hfftn_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:24:31.7515502Z test_meta_outplace_fft_hfftn_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:24:31.7515716Z test_meta_outplace_fft_hfftn_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.7516010Z test_meta_outplace_fft_hfftn_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.7516348Z test_meta_outplace_fft_ifft2_cuda_bool (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.7516567Z test_meta_outplace_fft_ifft2_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.7516763Z test_meta_outplace_fft_ifft2_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.7516953Z test_meta_outplace_fft_ifft2_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.7517147Z test_meta_outplace_fft_ifft2_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.7517331Z test_meta_outplace_fft_ifft2_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.7517509Z test_meta_outplace_fft_ifft2_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.7517693Z test_meta_outplace_fft_ifft2_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.7517879Z test_meta_outplace_fft_ifft2_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.7518064Z test_meta_outplace_fft_ifft2_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.7518345Z test_meta_outplace_fft_ifft2_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.7518547Z test_meta_outplace_fft_ifft2_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.7518732Z test_meta_outplace_fft_ifft_cuda_bool (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.7518931Z test_meta_outplace_fft_ifft_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.7519304Z test_meta_outplace_fft_ifft_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.7519497Z test_meta_outplace_fft_ifft_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.7519688Z test_meta_outplace_fft_ifft_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.7519855Z test_meta_outplace_fft_ifft_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.7520037Z test_meta_outplace_fft_ifft_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.7520508Z test_meta_outplace_fft_ifft_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.7520700Z test_meta_outplace_fft_ifft_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.7520884Z test_meta_outplace_fft_ifft_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.7521066Z test_meta_outplace_fft_ifft_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.7521254Z test_meta_outplace_fft_ifft_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.7521438Z test_meta_outplace_fft_ifftn_cuda_bool (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.7521636Z test_meta_outplace_fft_ifftn_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.7521833Z test_meta_outplace_fft_ifftn_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.7522023Z test_meta_outplace_fft_ifftn_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.7522217Z test_meta_outplace_fft_ifftn_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.7522404Z test_meta_outplace_fft_ifftn_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.7522588Z test_meta_outplace_fft_ifftn_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.7522777Z test_meta_outplace_fft_ifftn_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.7523061Z test_meta_outplace_fft_ifftn_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.7523247Z test_meta_outplace_fft_ifftn_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.7523432Z test_meta_outplace_fft_ifftn_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.7523599Z test_meta_outplace_fft_ifftn_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.7523805Z test_meta_outplace_fft_ifftshift_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.7524003Z test_meta_outplace_fft_ifftshift_cuda_bool (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.7524208Z test_meta_outplace_fft_ifftshift_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.7524411Z test_meta_outplace_fft_ifftshift_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.7524612Z test_meta_outplace_fft_ifftshift_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.7524815Z test_meta_outplace_fft_ifftshift_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.7525015Z test_meta_outplace_fft_ifftshift_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.7525213Z test_meta_outplace_fft_ifftshift_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.7525407Z test_meta_outplace_fft_ifftshift_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.7525594Z test_meta_outplace_fft_ifftshift_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.7525848Z test_meta_outplace_fft_ifftshift_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.7526060Z test_meta_outplace_fft_ifftshift_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.7526247Z test_meta_outplace_fft_ifftshift_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.7526437Z test_meta_outplace_fft_ihfft2_cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.7526629Z test_meta_outplace_fft_ihfft2_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.7526861Z test_meta_outplace_fft_ihfft2_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.7527054Z test_meta_outplace_fft_ihfft2_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.7527244Z test_meta_outplace_fft_ihfft2_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.7527409Z test_meta_outplace_fft_ihfft2_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.7527590Z test_meta_outplace_fft_ihfft2_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.7527778Z test_meta_outplace_fft_ihfft2_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.7527969Z test_meta_outplace_fft_ihfft2_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.7528158Z test_meta_outplace_fft_ihfft_cuda_bool (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.7528350Z test_meta_outplace_fft_ihfft_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.7528536Z test_meta_outplace_fft_ihfft_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.7528716Z test_meta_outplace_fft_ihfft_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.7528901Z test_meta_outplace_fft_ihfft_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.7529085Z test_meta_outplace_fft_ihfft_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.7529272Z test_meta_outplace_fft_ihfft_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.7529456Z test_meta_outplace_fft_ihfft_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.7529640Z test_meta_outplace_fft_ihfft_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.7529919Z test_meta_outplace_fft_ihfftn_cuda_bool (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.7530113Z test_meta_outplace_fft_ihfftn_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.7530302Z test_meta_outplace_fft_ihfftn_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.7530485Z test_meta_outplace_fft_ihfftn_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.7530673Z test_meta_outplace_fft_ihfftn_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.7530842Z test_meta_outplace_fft_ihfftn_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.7531025Z test_meta_outplace_fft_ihfftn_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.7531209Z test_meta_outplace_fft_ihfftn_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.7531399Z test_meta_outplace_fft_ihfftn_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.7531590Z test_meta_outplace_fft_irfft2_cuda_bool (__main__.TestMetaCUDA) ... ok (0.334s) 2022-11-23T02:24:31.7531790Z test_meta_outplace_fft_irfft2_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.7531988Z test_meta_outplace_fft_irfft2_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.7532183Z test_meta_outplace_fft_irfft2_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.7532375Z test_meta_outplace_fft_irfft2_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.7532563Z test_meta_outplace_fft_irfft2_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.7532813Z test_meta_outplace_fft_irfft2_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.7533019Z test_meta_outplace_fft_irfft2_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.7533203Z test_meta_outplace_fft_irfft2_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.7533386Z test_meta_outplace_fft_irfft2_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.7533570Z test_meta_outplace_fft_irfft2_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.7533756Z test_meta_outplace_fft_irfft2_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.7533945Z test_meta_outplace_fft_irfft_cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.7534143Z test_meta_outplace_fft_irfft_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:24:31.7534323Z test_meta_outplace_fft_irfft_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.7534516Z test_meta_outplace_fft_irfft_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.7534707Z test_meta_outplace_fft_irfft_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.7534893Z test_meta_outplace_fft_irfft_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.7535079Z test_meta_outplace_fft_irfft_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.7535264Z test_meta_outplace_fft_irfft_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.7535451Z test_meta_outplace_fft_irfft_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.7535635Z test_meta_outplace_fft_irfft_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.7535990Z test_meta_outplace_fft_irfft_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.7536183Z test_meta_outplace_fft_irfft_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.7536372Z test_meta_outplace_fft_irfftn_cuda_bool (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:24:31.7536671Z test_meta_outplace_fft_irfftn_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.7536906Z test_meta_outplace_fft_irfftn_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.7538005Z test_meta_outplace_fft_irfftn_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.7538200Z test_meta_outplace_fft_irfftn_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.7538389Z test_meta_outplace_fft_irfftn_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:24:31.7538576Z test_meta_outplace_fft_irfftn_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.7538765Z test_meta_outplace_fft_irfftn_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:24:31.7538949Z test_meta_outplace_fft_irfftn_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.7539119Z test_meta_outplace_fft_irfftn_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:24:31.7539306Z test_meta_outplace_fft_irfftn_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.7539498Z test_meta_outplace_fft_irfftn_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.7539690Z test_meta_outplace_fft_rfft2_cuda_bool (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.7539884Z test_meta_outplace_fft_rfft2_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.7540075Z test_meta_outplace_fft_rfft2_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.7540259Z test_meta_outplace_fft_rfft2_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.7540444Z test_meta_outplace_fft_rfft2_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.7540631Z test_meta_outplace_fft_rfft2_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.7540909Z test_meta_outplace_fft_rfft2_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.7541113Z test_meta_outplace_fft_rfft2_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.7541299Z test_meta_outplace_fft_rfft2_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.7541489Z test_meta_outplace_fft_rfft_cuda_bool (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.7541676Z test_meta_outplace_fft_rfft_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.7541862Z test_meta_outplace_fft_rfft_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.7542043Z test_meta_outplace_fft_rfft_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.7542228Z test_meta_outplace_fft_rfft_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.7542411Z test_meta_outplace_fft_rfft_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.7542586Z test_meta_outplace_fft_rfft_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.7542769Z test_meta_outplace_fft_rfft_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.7542952Z test_meta_outplace_fft_rfft_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.7543137Z test_meta_outplace_fft_rfftn_cuda_bool (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.7543332Z test_meta_outplace_fft_rfftn_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.7543518Z test_meta_outplace_fft_rfftn_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.7543702Z test_meta_outplace_fft_rfftn_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.7543886Z test_meta_outplace_fft_rfftn_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.7544073Z test_meta_outplace_fft_rfftn_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.7544262Z test_meta_outplace_fft_rfftn_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.7544447Z test_meta_outplace_fft_rfftn_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.7544631Z test_meta_outplace_fft_rfftn_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.7544815Z test_meta_outplace_fill_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.7545094Z test_meta_outplace_fill_cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.7545281Z test_meta_outplace_fill_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.7545468Z test_meta_outplace_fill_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:31.7545654Z test_meta_outplace_fill_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.7545838Z test_meta_outplace_fill_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.7546008Z test_meta_outplace_fill_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.7546190Z test_meta_outplace_fill_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.7546371Z test_meta_outplace_fill_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.7546551Z test_meta_outplace_fill_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.7546736Z test_meta_outplace_fill_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.7546917Z test_meta_outplace_fill_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.7547092Z test_meta_outplace_fill_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.7547286Z test_meta_outplace_flatten_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.7547475Z test_meta_outplace_flatten_cuda_bool (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.7547673Z test_meta_outplace_flatten_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.7547943Z test_meta_outplace_flatten_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.7548149Z test_meta_outplace_flatten_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.7548341Z test_meta_outplace_flatten_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.7548536Z test_meta_outplace_flatten_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.7548724Z test_meta_outplace_flatten_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.7548908Z test_meta_outplace_flatten_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.7549092Z test_meta_outplace_flatten_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.7549262Z test_meta_outplace_flatten_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.7549449Z test_meta_outplace_flatten_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.7549632Z test_meta_outplace_flatten_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.7549816Z test_meta_outplace_flip_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.7549999Z test_meta_outplace_flip_cuda_bool (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.7550189Z test_meta_outplace_flip_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.7550381Z test_meta_outplace_flip_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.7550564Z test_meta_outplace_flip_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.7550746Z test_meta_outplace_flip_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.7550928Z test_meta_outplace_flip_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.7551109Z test_meta_outplace_flip_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.7551294Z test_meta_outplace_flip_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.7551473Z test_meta_outplace_flip_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.7551652Z test_meta_outplace_flip_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.7551827Z test_meta_outplace_flip_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.7552113Z test_meta_outplace_fliplr_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.7552297Z test_meta_outplace_fliplr_cuda_bool (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.7552494Z test_meta_outplace_fliplr_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.7552672Z test_meta_outplace_fliplr_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.7552859Z test_meta_outplace_fliplr_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.7553047Z test_meta_outplace_fliplr_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.7553240Z test_meta_outplace_fliplr_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.7553424Z test_meta_outplace_fliplr_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.7553607Z test_meta_outplace_fliplr_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.7553793Z test_meta_outplace_fliplr_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.7553974Z test_meta_outplace_fliplr_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.7554152Z test_meta_outplace_fliplr_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.7554342Z test_meta_outplace_flipud_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.7554523Z test_meta_outplace_flipud_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.7554718Z test_meta_outplace_flipud_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.7554982Z test_meta_outplace_flipud_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.7555187Z test_meta_outplace_flipud_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.7555375Z test_meta_outplace_flipud_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.7555560Z test_meta_outplace_flipud_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.7555752Z test_meta_outplace_flipud_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.7555932Z test_meta_outplace_flipud_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.7556100Z test_meta_outplace_flipud_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.7556279Z test_meta_outplace_flipud_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.7556458Z test_meta_outplace_flipud_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.7556647Z test_meta_outplace_float_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.7556830Z test_meta_outplace_float_cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.7557022Z test_meta_outplace_float_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.7557212Z test_meta_outplace_float_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.7557404Z test_meta_outplace_float_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.7557591Z test_meta_outplace_float_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.7557776Z test_meta_outplace_float_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.7557964Z test_meta_outplace_float_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.7558146Z test_meta_outplace_float_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.7558326Z test_meta_outplace_float_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.7558507Z test_meta_outplace_float_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.7558687Z test_meta_outplace_float_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:31.7558863Z test_meta_outplace_float_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.7559150Z test_meta_outplace_float_power_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.7559326Z test_meta_outplace_float_power_cuda_bool (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:31.7559530Z test_meta_outplace_float_power_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:24:31.7559733Z test_meta_outplace_float_power_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:24:31.7559930Z test_meta_outplace_float_power_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:24:31.7560121Z test_meta_outplace_float_power_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.7560313Z test_meta_outplace_float_power_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:24:31.7560504Z test_meta_outplace_float_power_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.7560688Z test_meta_outplace_float_power_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.7560873Z test_meta_outplace_float_power_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.035s) 2022-11-23T02:24:31.7561062Z test_meta_outplace_float_power_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-11-23T02:24:31.7561245Z test_meta_outplace_float_power_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-11-23T02:24:31.7561434Z test_meta_outplace_floor_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.7561619Z test_meta_outplace_floor_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.7561803Z test_meta_outplace_floor_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.7562056Z test_meta_outplace_floor_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.7562257Z test_meta_outplace_floor_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.7562436Z test_meta_outplace_floor_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.7562619Z test_meta_outplace_floor_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.7562799Z test_meta_outplace_floor_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.7562962Z test_meta_outplace_floor_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.7563164Z test_meta_outplace_floor_divide_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.087s) 2022-11-23T02:24:31.7563364Z test_meta_outplace_floor_divide_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.085s) 2022-11-23T02:24:31.7563561Z test_meta_outplace_floor_divide_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.091s) 2022-11-23T02:24:31.7563761Z test_meta_outplace_floor_divide_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.087s) 2022-11-23T02:24:31.7563955Z test_meta_outplace_floor_divide_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.049s) 2022-11-23T02:24:31.7564158Z test_meta_outplace_floor_divide_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.060s) 2022-11-23T02:24:31.7564348Z test_meta_outplace_floor_divide_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.045s) 2022-11-23T02:24:31.7564539Z test_meta_outplace_floor_divide_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.052s) 2022-11-23T02:24:31.7564726Z test_meta_outplace_floor_divide_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:24:31.7564910Z test_meta_outplace_fmax_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:24:31.7565091Z test_meta_outplace_fmax_cuda_bool (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.7565275Z test_meta_outplace_fmax_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.7565460Z test_meta_outplace_fmax_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:24:31.7565644Z test_meta_outplace_fmax_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.7565823Z test_meta_outplace_fmax_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:31.7566004Z test_meta_outplace_fmax_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:24:31.7566262Z test_meta_outplace_fmax_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.7566442Z test_meta_outplace_fmax_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:24:31.7566618Z test_meta_outplace_fmax_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.7566802Z test_meta_outplace_fmin_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:24:31.7566981Z test_meta_outplace_fmin_cuda_bool (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.7567164Z test_meta_outplace_fmin_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:24:31.7567349Z test_meta_outplace_fmin_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.7567721Z test_meta_outplace_fmin_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:31.7567906Z test_meta_outplace_fmin_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:24:31.7568087Z test_meta_outplace_fmin_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.7568266Z test_meta_outplace_fmin_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.7568563Z test_meta_outplace_fmin_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:24:31.7568859Z test_meta_outplace_fmin_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.7569050Z test_meta_outplace_fmod_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.046s) 2022-11-23T02:24:31.7569230Z test_meta_outplace_fmod_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:24:31.7569494Z test_meta_outplace_fmod_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.7569696Z test_meta_outplace_fmod_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-11-23T02:24:31.7569874Z test_meta_outplace_fmod_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:24:31.7570035Z test_meta_outplace_fmod_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.7570211Z test_meta_outplace_fmod_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:24:31.7570389Z test_meta_outplace_fmod_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:24:31.7570562Z test_meta_outplace_fmod_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:24:31.7570748Z test_meta_outplace_frac_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.7570929Z test_meta_outplace_frac_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:24:31.7571110Z test_meta_outplace_frac_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.7571293Z test_meta_outplace_frac_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.7571476Z test_meta_outplace_frexp_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.7571663Z test_meta_outplace_frexp_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.7571850Z test_meta_outplace_frexp_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.7572035Z test_meta_outplace_full_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.7572212Z test_meta_outplace_full_cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.7572404Z test_meta_outplace_full_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.7572594Z test_meta_outplace_full_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.7572787Z test_meta_outplace_full_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.7572973Z test_meta_outplace_full_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.7573138Z test_meta_outplace_full_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.7573318Z test_meta_outplace_full_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.7573497Z test_meta_outplace_full_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.7573773Z test_meta_outplace_full_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.7573951Z test_meta_outplace_full_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.7574128Z test_meta_outplace_full_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.7574303Z test_meta_outplace_full_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.7574498Z test_meta_outplace_full_like_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.7574688Z test_meta_outplace_full_like_cuda_bool (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.7574886Z test_meta_outplace_full_like_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.7575080Z test_meta_outplace_full_like_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.7575271Z test_meta_outplace_full_like_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.7575459Z test_meta_outplace_full_like_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.7575640Z test_meta_outplace_full_like_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.7575827Z test_meta_outplace_full_like_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.7576015Z test_meta_outplace_full_like_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.7576202Z test_meta_outplace_full_like_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.7576996Z test_meta_outplace_full_like_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.7577229Z test_meta_outplace_full_like_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.7577423Z test_meta_outplace_gather_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.7577609Z test_meta_outplace_gather_cuda_bool (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.7577808Z test_meta_outplace_gather_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.7578004Z test_meta_outplace_gather_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.7578195Z test_meta_outplace_gather_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.7578382Z test_meta_outplace_gather_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.7578569Z test_meta_outplace_gather_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.7578753Z test_meta_outplace_gather_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.7578938Z test_meta_outplace_gather_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.7579120Z test_meta_outplace_gather_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.7579303Z test_meta_outplace_gather_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.7579483Z test_meta_outplace_gather_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.7579665Z test_meta_outplace_gcd_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:24:31.7579844Z test_meta_outplace_gcd_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:24:31.7580020Z test_meta_outplace_gcd_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.7580199Z test_meta_outplace_gcd_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.7580372Z test_meta_outplace_gcd_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:24:31.7580541Z test_meta_outplace_ge_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:24:31.7580716Z test_meta_outplace_ge_cuda_bool (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:24:31.7580897Z test_meta_outplace_ge_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:24:31.7581077Z test_meta_outplace_ge_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.7581371Z test_meta_outplace_ge_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.7581551Z test_meta_outplace_ge_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.7581727Z test_meta_outplace_ge_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:24:31.7581899Z test_meta_outplace_ge_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:24:31.7582072Z test_meta_outplace_ge_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:24:31.7582247Z test_meta_outplace_ge_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:24:31.7582444Z test_meta_outplace_geqrf_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.055s) 2022-11-23T02:24:31.7582637Z test_meta_outplace_geqrf_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.055s) 2022-11-23T02:24:31.7582823Z test_meta_outplace_geqrf_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.047s) 2022-11-23T02:24:31.7583011Z test_meta_outplace_geqrf_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.054s) 2022-11-23T02:24:31.7583205Z test_meta_outplace_gradient_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.083s) 2022-11-23T02:24:31.7583401Z test_meta_outplace_gradient_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.053s) 2022-11-23T02:24:31.7583597Z test_meta_outplace_gradient_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.058s) 2022-11-23T02:24:31.7583772Z test_meta_outplace_gradient_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.080s) 2022-11-23T02:24:31.7583958Z test_meta_outplace_gradient_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.070s) 2022-11-23T02:24:31.7584215Z test_meta_outplace_gradient_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.076s) 2022-11-23T02:24:31.7584424Z test_meta_outplace_gradient_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.062s) 2022-11-23T02:24:31.7584613Z test_meta_outplace_gradient_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.061s) 2022-11-23T02:24:31.7584807Z test_meta_outplace_gradient_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.062s) 2022-11-23T02:24:31.7584991Z test_meta_outplace_gradient_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.058s) 2022-11-23T02:24:31.7585194Z test_meta_outplace_grid_sampler_2d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.879s) 2022-11-23T02:24:31.7585396Z test_meta_outplace_grid_sampler_2d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.862s) 2022-11-23T02:24:31.7585604Z test_meta_outplace_grid_sampler_2d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.921s) 2022-11-23T02:24:31.7585787Z test_meta_outplace_gt_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:24:31.7585965Z test_meta_outplace_gt_cuda_bool (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:24:31.7586147Z test_meta_outplace_gt_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:24:31.7586331Z test_meta_outplace_gt_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:24:31.7586509Z test_meta_outplace_gt_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:24:31.7586688Z test_meta_outplace_gt_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:24:31.7586864Z test_meta_outplace_gt_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.7587034Z test_meta_outplace_gt_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.7587195Z test_meta_outplace_gt_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:24:31.7587372Z test_meta_outplace_gt_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:24:31.7587557Z test_meta_outplace_half_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.7587740Z test_meta_outplace_half_cuda_bool (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.7587931Z test_meta_outplace_half_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.7588120Z test_meta_outplace_half_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.7588395Z test_meta_outplace_half_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.7588579Z test_meta_outplace_half_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.7588764Z test_meta_outplace_half_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.7588942Z test_meta_outplace_half_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.7589122Z test_meta_outplace_half_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.7589299Z test_meta_outplace_half_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.7589482Z test_meta_outplace_half_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.7589657Z test_meta_outplace_half_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.7589856Z test_meta_outplace_heaviside_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.048s) 2022-11-23T02:24:31.7590044Z test_meta_outplace_heaviside_cuda_bool (__main__.TestMetaCUDA) ... ok (0.036s) 2022-11-23T02:24:31.7590242Z test_meta_outplace_heaviside_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.042s) 2022-11-23T02:24:31.7590417Z test_meta_outplace_heaviside_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-11-23T02:24:31.7590604Z test_meta_outplace_heaviside_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.041s) 2022-11-23T02:24:31.7590798Z test_meta_outplace_heaviside_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.036s) 2022-11-23T02:24:31.7590987Z test_meta_outplace_heaviside_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.036s) 2022-11-23T02:24:31.7591249Z test_meta_outplace_heaviside_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.035s) 2022-11-23T02:24:31.7591455Z test_meta_outplace_heaviside_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.036s) 2022-11-23T02:24:31.7591643Z test_meta_outplace_heaviside_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.034s) 2022-11-23T02:24:31.7591829Z test_meta_outplace_histc_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.264s) 2022-11-23T02:24:31.7592020Z test_meta_outplace_histc_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.286s) 2022-11-23T02:24:31.7592202Z test_meta_outplace_histc_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.331s) 2022-11-23T02:24:31.7592380Z test_meta_outplace_histc_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.333s) 2022-11-23T02:24:31.7592559Z test_meta_outplace_histc_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.299s) 2022-11-23T02:24:31.7592739Z test_meta_outplace_histc_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.257s) 2022-11-23T02:24:31.7592933Z test_meta_outplace_hsplit_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.7593117Z test_meta_outplace_hsplit_cuda_bool (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.7593314Z test_meta_outplace_hsplit_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.7593507Z test_meta_outplace_hsplit_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.7593695Z test_meta_outplace_hsplit_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.7593869Z test_meta_outplace_hsplit_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.7594055Z test_meta_outplace_hsplit_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.7594243Z test_meta_outplace_hsplit_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.7594426Z test_meta_outplace_hsplit_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.7594610Z test_meta_outplace_hsplit_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.7594795Z test_meta_outplace_hsplit_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.7594978Z test_meta_outplace_hsplit_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.7595158Z test_meta_outplace_hsplit_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.7595437Z test_meta_outplace_hstack_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.7595619Z test_meta_outplace_hstack_cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.7595813Z test_meta_outplace_hstack_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.7596005Z test_meta_outplace_hstack_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:24:31.7596191Z test_meta_outplace_hstack_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.7596378Z test_meta_outplace_hstack_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.7596568Z test_meta_outplace_hstack_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.7596755Z test_meta_outplace_hstack_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.7596938Z test_meta_outplace_hstack_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.7597119Z test_meta_outplace_hstack_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.7597288Z test_meta_outplace_hstack_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.7597467Z test_meta_outplace_hstack_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.7597645Z test_meta_outplace_hstack_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.7597831Z test_meta_outplace_hypot_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:24:31.7598019Z test_meta_outplace_hypot_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:24:31.7598272Z test_meta_outplace_hypot_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.7598475Z test_meta_outplace_hypot_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.7598658Z test_meta_outplace_i0_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.7598833Z test_meta_outplace_i0_cuda_bool (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.7599018Z test_meta_outplace_i0_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.7599198Z test_meta_outplace_i0_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.7599374Z test_meta_outplace_i0_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.7599550Z test_meta_outplace_i0_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.7599724Z test_meta_outplace_i0_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.7599896Z test_meta_outplace_i0_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.7600069Z test_meta_outplace_i0_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.7600245Z test_meta_outplace_i0_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.7600417Z test_meta_outplace_igamma_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.7600605Z test_meta_outplace_igamma_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:24:31.7600801Z test_meta_outplace_igammac_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.7600990Z test_meta_outplace_igammac_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:24:31.7601180Z test_meta_outplace_imag_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.7601369Z test_meta_outplace_imag_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.7601558Z test_meta_outplace_imag_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.7601755Z test_meta_outplace_index_add_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.033s) 2022-11-23T02:24:31.7601943Z test_meta_outplace_index_add_cuda_bool (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.7602144Z test_meta_outplace_index_add_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:24:31.7602344Z test_meta_outplace_index_add_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:24:31.7602623Z test_meta_outplace_index_add_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:24:31.7602815Z test_meta_outplace_index_add_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:24:31.7603002Z test_meta_outplace_index_add_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:24:31.7603183Z test_meta_outplace_index_add_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:24:31.7603368Z test_meta_outplace_index_add_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:24:31.7603556Z test_meta_outplace_index_add_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.7603743Z test_meta_outplace_index_add_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-11-23T02:24:31.7603912Z test_meta_outplace_index_add_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:24:31.7609566Z test_meta_outplace_index_add_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.047s) 2022-11-23T02:24:31.7609841Z test_meta_outplace_index_copy_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.7610044Z test_meta_outplace_index_copy_cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.7610256Z test_meta_outplace_index_copy_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.7610463Z test_meta_outplace_index_copy_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.7610664Z test_meta_outplace_index_copy_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.7610982Z test_meta_outplace_index_copy_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.7611192Z test_meta_outplace_index_copy_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.7611394Z test_meta_outplace_index_copy_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.7611583Z test_meta_outplace_index_copy_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.7611773Z test_meta_outplace_index_copy_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.7611945Z test_meta_outplace_index_copy_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.7612141Z test_meta_outplace_index_copy_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.7612341Z test_meta_outplace_index_fill_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.7612536Z test_meta_outplace_index_fill_cuda_bool (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.7612744Z test_meta_outplace_index_fill_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.7612946Z test_meta_outplace_index_fill_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.7613146Z test_meta_outplace_index_fill_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.7613338Z test_meta_outplace_index_fill_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.7613528Z test_meta_outplace_index_fill_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.7613718Z test_meta_outplace_index_fill_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.7613903Z test_meta_outplace_index_fill_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.7614085Z test_meta_outplace_index_fill_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.7614273Z test_meta_outplace_index_fill_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.7614469Z test_meta_outplace_index_fill_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.7614669Z test_meta_outplace_index_put_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.7614862Z test_meta_outplace_index_put_cuda_bool (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.7615065Z test_meta_outplace_index_put_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.7615361Z test_meta_outplace_index_put_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.7615536Z test_meta_outplace_index_put_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.7615731Z test_meta_outplace_index_put_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.7615922Z test_meta_outplace_index_put_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.7616109Z test_meta_outplace_index_put_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.7616304Z test_meta_outplace_index_put_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.7616496Z test_meta_outplace_index_put_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.7616690Z test_meta_outplace_index_put_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.7616882Z test_meta_outplace_index_put_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.7617071Z test_meta_outplace_index_put_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.7617277Z test_meta_outplace_index_reduce_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.065s) 2022-11-23T02:24:31.7617480Z test_meta_outplace_index_reduce_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.065s) 2022-11-23T02:24:31.7617680Z test_meta_outplace_index_reduce_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.068s) 2022-11-23T02:24:31.7617880Z test_meta_outplace_index_reduce_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.063s) 2022-11-23T02:24:31.7618148Z test_meta_outplace_index_reduce_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.062s) 2022-11-23T02:24:31.7618352Z test_meta_outplace_index_reduce_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.066s) 2022-11-23T02:24:31.7618540Z test_meta_outplace_index_reduce_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.063s) 2022-11-23T02:24:31.7618734Z test_meta_outplace_index_reduce_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.064s) 2022-11-23T02:24:31.7618925Z test_meta_outplace_index_reduce_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.063s) 2022-11-23T02:24:31.7619123Z test_meta_outplace_index_select_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.7619299Z test_meta_outplace_index_select_cuda_bool (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.7619505Z test_meta_outplace_index_select_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.7619710Z test_meta_outplace_index_select_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.7619919Z test_meta_outplace_index_select_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.7620117Z test_meta_outplace_index_select_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.7620318Z test_meta_outplace_index_select_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.7620518Z test_meta_outplace_index_select_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.7620715Z test_meta_outplace_index_select_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.7620905Z test_meta_outplace_index_select_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.7621092Z test_meta_outplace_index_select_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.7621285Z test_meta_outplace_index_select_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.7621475Z test_meta_outplace_index_select_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.7621670Z test_meta_outplace_inner_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.7621867Z test_meta_outplace_inner_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.7622061Z test_meta_outplace_inner_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.7622342Z test_meta_outplace_inner_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.7622530Z test_meta_outplace_inner_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.7622716Z test_meta_outplace_inner_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.7622884Z test_meta_outplace_int_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.7623064Z test_meta_outplace_int_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.7623257Z test_meta_outplace_int_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.7623449Z test_meta_outplace_int_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.7623636Z test_meta_outplace_int_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.7623820Z test_meta_outplace_int_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.7624003Z test_meta_outplace_int_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.7624405Z test_meta_outplace_int_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.7624599Z test_meta_outplace_int_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.7624776Z test_meta_outplace_int_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.7625215Z test_meta_outplace_int_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.7625406Z test_meta_outplace_int_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.7625822Z test_meta_outplace_isclose_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.068s) 2022-11-23T02:24:31.7626036Z test_meta_outplace_isclose_cuda_bool (__main__.TestMetaCUDA) ... ok (0.043s) 2022-11-23T02:24:31.7626237Z test_meta_outplace_isclose_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.046s) 2022-11-23T02:24:31.7626438Z test_meta_outplace_isclose_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.043s) 2022-11-23T02:24:31.7626633Z test_meta_outplace_isclose_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.069s) 2022-11-23T02:24:31.7626847Z test_meta_outplace_isclose_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.046s) 2022-11-23T02:24:31.7627042Z test_meta_outplace_isclose_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.043s) 2022-11-23T02:24:31.7627232Z test_meta_outplace_isclose_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.036s) 2022-11-23T02:24:31.7627418Z test_meta_outplace_isclose_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.051s) 2022-11-23T02:24:31.7627603Z test_meta_outplace_isclose_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.057s) 2022-11-23T02:24:31.7627793Z test_meta_outplace_isclose_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.070s) 2022-11-23T02:24:31.7627980Z test_meta_outplace_isclose_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.047s) 2022-11-23T02:24:31.7628177Z test_meta_outplace_isfinite_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.7628366Z test_meta_outplace_isfinite_cuda_bool (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.7628568Z test_meta_outplace_isfinite_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.7628767Z test_meta_outplace_isfinite_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.7628960Z test_meta_outplace_isfinite_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.7629152Z test_meta_outplace_isfinite_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.7629332Z test_meta_outplace_isfinite_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.7629511Z test_meta_outplace_isfinite_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.7629707Z test_meta_outplace_isfinite_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.7629896Z test_meta_outplace_isfinite_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.7630181Z test_meta_outplace_isfinite_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.7630366Z test_meta_outplace_isfinite_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.7630552Z test_meta_outplace_isfinite_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.7630735Z test_meta_outplace_isin_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.7630917Z test_meta_outplace_isin_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.7631097Z test_meta_outplace_isin_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.7631282Z test_meta_outplace_isin_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.7631463Z test_meta_outplace_isin_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.7631622Z test_meta_outplace_isin_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.7631799Z test_meta_outplace_isin_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.7631979Z test_meta_outplace_isin_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.7632167Z test_meta_outplace_isinf_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.7632348Z test_meta_outplace_isinf_cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.7632541Z test_meta_outplace_isinf_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.7632735Z test_meta_outplace_isinf_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.7632995Z test_meta_outplace_isinf_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.7633199Z test_meta_outplace_isinf_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.7633386Z test_meta_outplace_isinf_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.7633572Z test_meta_outplace_isinf_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.7633757Z test_meta_outplace_isinf_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.7634078Z test_meta_outplace_isinf_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.7634340Z test_meta_outplace_isinf_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.7634523Z test_meta_outplace_isinf_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.7634701Z test_meta_outplace_isinf_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.7634888Z test_meta_outplace_isnan_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.7635074Z test_meta_outplace_isnan_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.7635250Z test_meta_outplace_isnan_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.7635440Z test_meta_outplace_isnan_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.7635629Z test_meta_outplace_isnan_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.7635813Z test_meta_outplace_isnan_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.7635998Z test_meta_outplace_isnan_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.7636179Z test_meta_outplace_isnan_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.7636359Z test_meta_outplace_isnan_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.7636536Z test_meta_outplace_isnan_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.7636722Z test_meta_outplace_isnan_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.7636900Z test_meta_outplace_isnan_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.7637096Z test_meta_outplace_isneginf_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.7637281Z test_meta_outplace_isneginf_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.7637582Z test_meta_outplace_isneginf_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.7637768Z test_meta_outplace_isneginf_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.7637950Z test_meta_outplace_isneginf_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.7638138Z test_meta_outplace_isneginf_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.7638327Z test_meta_outplace_isneginf_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.7638516Z test_meta_outplace_isneginf_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.7638684Z test_meta_outplace_isneginf_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.7638866Z test_meta_outplace_isneginf_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.7639061Z test_meta_outplace_isposinf_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.7639250Z test_meta_outplace_isposinf_cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.7639442Z test_meta_outplace_isposinf_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.7639629Z test_meta_outplace_isposinf_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.7639813Z test_meta_outplace_isposinf_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.7639999Z test_meta_outplace_isposinf_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.7640187Z test_meta_outplace_isposinf_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.7640445Z test_meta_outplace_isposinf_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.7640650Z test_meta_outplace_isposinf_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.7640837Z test_meta_outplace_isposinf_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.7641033Z test_meta_outplace_isreal_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.7641217Z test_meta_outplace_isreal_cuda_bool (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.7641411Z test_meta_outplace_isreal_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.7641600Z test_meta_outplace_isreal_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.7641785Z test_meta_outplace_isreal_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.7641970Z test_meta_outplace_isreal_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.7642144Z test_meta_outplace_isreal_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.7642329Z test_meta_outplace_isreal_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.7642513Z test_meta_outplace_isreal_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.7642698Z test_meta_outplace_isreal_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.7642881Z test_meta_outplace_isreal_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.7643060Z test_meta_outplace_isreal_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.7643239Z test_meta_outplace_isreal_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.7643432Z test_meta_outplace_istft_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.035s) 2022-11-23T02:24:31.7643621Z test_meta_outplace_istft_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.044s) 2022-11-23T02:24:31.7643851Z test_meta_outplace_jiterator_2inputs_2outputs_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.7644135Z test_meta_outplace_jiterator_2inputs_2outputs_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.7644562Z test_meta_outplace_jiterator_2inputs_2outputs_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.7645143Z test_meta_outplace_jiterator_2inputs_2outputs_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.7645580Z test_meta_outplace_jiterator_2inputs_2outputs_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.7646007Z test_meta_outplace_jiterator_2inputs_2outputs_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.7646433Z test_meta_outplace_jiterator_2inputs_2outputs_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.7646862Z test_meta_outplace_jiterator_2inputs_2outputs_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.7647299Z test_meta_outplace_jiterator_2inputs_2outputs_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.7647713Z test_meta_outplace_jiterator_2inputs_2outputs_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.7648114Z test_meta_outplace_jiterator_2inputs_2outputs_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.7648541Z test_meta_outplace_jiterator_2inputs_2outputs_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.7648996Z test_meta_outplace_jiterator_4inputs_with_extra_args_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.7649458Z test_meta_outplace_jiterator_4inputs_with_extra_args_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.7649926Z test_meta_outplace_jiterator_4inputs_with_extra_args_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.7650548Z test_meta_outplace_jiterator_4inputs_with_extra_args_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.7651026Z test_meta_outplace_jiterator_4inputs_with_extra_args_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.7651486Z test_meta_outplace_jiterator_4inputs_with_extra_args_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.7651919Z test_meta_outplace_jiterator_4inputs_with_extra_args_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.7652369Z test_meta_outplace_jiterator_4inputs_with_extra_args_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.7652812Z test_meta_outplace_jiterator_4inputs_with_extra_args_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.7653255Z test_meta_outplace_jiterator_4inputs_with_extra_args_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.7653706Z test_meta_outplace_jiterator_4inputs_with_extra_args_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.7654148Z test_meta_outplace_jiterator_4inputs_with_extra_args_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.7654559Z test_meta_outplace_jiterator_binary_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.7654959Z test_meta_outplace_jiterator_binary_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.7655392Z test_meta_outplace_jiterator_binary_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.7655806Z test_meta_outplace_jiterator_binary_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.7656195Z test_meta_outplace_jiterator_binary_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.7656584Z test_meta_outplace_jiterator_binary_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.7656973Z test_meta_outplace_jiterator_binary_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.7657379Z test_meta_outplace_jiterator_binary_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.7657748Z test_meta_outplace_jiterator_binary_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.7658147Z test_meta_outplace_jiterator_binary_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.7658537Z test_meta_outplace_jiterator_binary_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.7659112Z test_meta_outplace_jiterator_binary_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.7659561Z test_meta_outplace_jiterator_binary_return_by_ref_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.7660006Z test_meta_outplace_jiterator_binary_return_by_ref_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.7660449Z test_meta_outplace_jiterator_binary_return_by_ref_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.7660912Z test_meta_outplace_jiterator_binary_return_by_ref_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.7661357Z test_meta_outplace_jiterator_binary_return_by_ref_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.7661800Z test_meta_outplace_jiterator_binary_return_by_ref_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.7662246Z test_meta_outplace_jiterator_binary_return_by_ref_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.7662681Z test_meta_outplace_jiterator_binary_return_by_ref_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.7663128Z test_meta_outplace_jiterator_binary_return_by_ref_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.7663555Z test_meta_outplace_jiterator_binary_return_by_ref_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.7663984Z test_meta_outplace_jiterator_binary_return_by_ref_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.7664559Z test_meta_outplace_jiterator_binary_return_by_ref_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.7664999Z test_meta_outplace_jiterator_unary_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.7665387Z test_meta_outplace_jiterator_unary_cuda_bool (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.7665803Z test_meta_outplace_jiterator_unary_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.7666199Z test_meta_outplace_jiterator_unary_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.7666592Z test_meta_outplace_jiterator_unary_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.7666971Z test_meta_outplace_jiterator_unary_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.7667375Z test_meta_outplace_jiterator_unary_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.7667768Z test_meta_outplace_jiterator_unary_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.7668157Z test_meta_outplace_jiterator_unary_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.7668547Z test_meta_outplace_jiterator_unary_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.7668942Z test_meta_outplace_jiterator_unary_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.7669341Z test_meta_outplace_jiterator_unary_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.7669704Z test_meta_outplace_kron_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.7670056Z test_meta_outplace_kron_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.7670433Z test_meta_outplace_kron_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.7670817Z test_meta_outplace_kron_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.7671177Z test_meta_outplace_kron_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.7671537Z test_meta_outplace_kron_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.7671888Z test_meta_outplace_kron_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.7672247Z test_meta_outplace_kron_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.7673674Z test_meta_outplace_kron_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.7674030Z test_meta_outplace_kron_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.7674388Z test_meta_outplace_kron_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.7674729Z test_meta_outplace_kron_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.7675100Z test_meta_outplace_kthvalue_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.7675462Z test_meta_outplace_kthvalue_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.7675832Z test_meta_outplace_kthvalue_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.7676212Z test_meta_outplace_kthvalue_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:31.7676591Z test_meta_outplace_kthvalue_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.7676961Z test_meta_outplace_kthvalue_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.7677338Z test_meta_outplace_kthvalue_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.7677697Z test_meta_outplace_kthvalue_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.7678049Z test_meta_outplace_lcm_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-11-23T02:24:31.7678404Z test_meta_outplace_lcm_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.038s) 2022-11-23T02:24:31.7678750Z test_meta_outplace_lcm_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-11-23T02:24:31.7679245Z test_meta_outplace_lcm_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.040s) 2022-11-23T02:24:31.7679618Z test_meta_outplace_lcm_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.035s) 2022-11-23T02:24:31.7679993Z test_meta_outplace_ldexp_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:24:31.7680369Z test_meta_outplace_ldexp_cuda_bool (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:24:31.7680761Z test_meta_outplace_ldexp_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:24:31.7681115Z test_meta_outplace_ldexp_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:24:31.7681474Z test_meta_outplace_ldexp_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:24:31.7681844Z test_meta_outplace_ldexp_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:24:31.7682224Z test_meta_outplace_ldexp_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:24:31.7682581Z test_meta_outplace_ldexp_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.7682943Z test_meta_outplace_ldexp_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.033s) 2022-11-23T02:24:31.7683295Z test_meta_outplace_ldexp_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:24:31.7683661Z test_meta_outplace_ldexp_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:24:31.7684039Z test_meta_outplace_ldexp_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:24:31.7684393Z test_meta_outplace_le_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.7684731Z test_meta_outplace_le_cuda_bool (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.7685082Z test_meta_outplace_le_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:24:31.7685437Z test_meta_outplace_le_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.7685795Z test_meta_outplace_le_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.7686155Z test_meta_outplace_le_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:24:31.7686505Z test_meta_outplace_le_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:24:31.7686839Z test_meta_outplace_le_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.7687149Z test_meta_outplace_le_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.7687682Z test_meta_outplace_le_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:24:31.7688061Z test_meta_outplace_lerp_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.071s) 2022-11-23T02:24:31.7688431Z test_meta_outplace_lerp_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.104s) 2022-11-23T02:24:31.7688798Z test_meta_outplace_lerp_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.101s) 2022-11-23T02:24:31.7689156Z test_meta_outplace_lerp_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.070s) 2022-11-23T02:24:31.7689523Z test_meta_outplace_lerp_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.066s) 2022-11-23T02:24:31.7689898Z test_meta_outplace_lerp_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.063s) 2022-11-23T02:24:31.7690263Z test_meta_outplace_lgamma_cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.7690630Z test_meta_outplace_lgamma_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.7691002Z test_meta_outplace_lgamma_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.7691376Z test_meta_outplace_lgamma_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.7691745Z test_meta_outplace_lgamma_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.7692106Z test_meta_outplace_lgamma_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.7692460Z test_meta_outplace_lgamma_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.7692810Z test_meta_outplace_lgamma_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.7693322Z test_meta_outplace_lgamma_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.7693767Z test_meta_outplace_linalg_cholesky_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:24:31.7694152Z test_meta_outplace_linalg_cholesky_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:24:31.7694546Z test_meta_outplace_linalg_cholesky_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:24:31.7694957Z test_meta_outplace_linalg_cholesky_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.7695386Z test_meta_outplace_linalg_cholesky_ex_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.7695802Z test_meta_outplace_linalg_cholesky_ex_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.7696202Z test_meta_outplace_linalg_cholesky_ex_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:31.7696610Z test_meta_outplace_linalg_cholesky_ex_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.7697004Z test_meta_outplace_linalg_cond_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.7697406Z test_meta_outplace_linalg_cond_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.7697784Z test_meta_outplace_linalg_cond_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.7698168Z test_meta_outplace_linalg_cond_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.7698559Z test_meta_outplace_linalg_cross_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.7698953Z test_meta_outplace_linalg_cross_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:31.7699353Z test_meta_outplace_linalg_cross_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.7699736Z test_meta_outplace_linalg_cross_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.7700131Z test_meta_outplace_linalg_cross_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.7700514Z test_meta_outplace_linalg_cross_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.7700902Z test_meta_outplace_linalg_cross_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.7701273Z test_meta_outplace_linalg_cross_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.7701804Z test_meta_outplace_linalg_cross_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.7702174Z test_meta_outplace_linalg_cross_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.7702567Z test_meta_outplace_linalg_det_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:24:31.7702966Z test_meta_outplace_linalg_det_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.7703350Z test_meta_outplace_linalg_det_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:31.7703727Z test_meta_outplace_linalg_det_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.7704148Z test_meta_outplace_linalg_det_singular_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.072s) 2022-11-23T02:24:31.7704567Z test_meta_outplace_linalg_det_singular_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.071s) 2022-11-23T02:24:31.7704996Z test_meta_outplace_linalg_det_singular_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.076s) 2022-11-23T02:24:31.7705410Z test_meta_outplace_linalg_det_singular_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.071s) 2022-11-23T02:24:31.7705798Z test_meta_outplace_linalg_eig_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.7706181Z test_meta_outplace_linalg_eig_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.7706562Z test_meta_outplace_linalg_eig_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:31.7706944Z test_meta_outplace_linalg_eig_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.7707481Z test_meta_outplace_linalg_eigh_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.7707911Z test_meta_outplace_linalg_eigh_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.7708302Z test_meta_outplace_linalg_eigh_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.7708680Z test_meta_outplace_linalg_eigh_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.7709083Z test_meta_outplace_linalg_eigvals_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:24:31.7709458Z test_meta_outplace_linalg_eigvals_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:24:31.7709853Z test_meta_outplace_linalg_eigvals_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:24:31.7710244Z test_meta_outplace_linalg_eigvals_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:24:31.7710660Z test_meta_outplace_linalg_eigvalsh_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.7711074Z test_meta_outplace_linalg_eigvalsh_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.7711469Z test_meta_outplace_linalg_eigvalsh_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.7711855Z test_meta_outplace_linalg_eigvalsh_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.7712308Z test_meta_outplace_linalg_householder_product_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:24:31.7712758Z test_meta_outplace_linalg_householder_product_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:24:31.7713201Z test_meta_outplace_linalg_householder_product_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:24:31.7713626Z test_meta_outplace_linalg_householder_product_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:24:31.7714023Z test_meta_outplace_linalg_inv_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:24:31.7714421Z test_meta_outplace_linalg_inv_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.7714811Z test_meta_outplace_linalg_inv_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.7715181Z test_meta_outplace_linalg_inv_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.7715755Z test_meta_outplace_linalg_inv_ex_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.7716234Z test_meta_outplace_linalg_inv_ex_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.7716628Z test_meta_outplace_linalg_inv_ex_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.7717008Z test_meta_outplace_linalg_inv_ex_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.7717414Z test_meta_outplace_linalg_ldl_factor_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.7717809Z test_meta_outplace_linalg_ldl_factor_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.7718216Z test_meta_outplace_linalg_ldl_factor_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.7718625Z test_meta_outplace_linalg_ldl_factor_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.7719050Z test_meta_outplace_linalg_ldl_factor_ex_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.7719468Z test_meta_outplace_linalg_ldl_factor_ex_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.7719880Z test_meta_outplace_linalg_ldl_factor_ex_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.7720297Z test_meta_outplace_linalg_ldl_factor_ex_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.7720702Z test_meta_outplace_linalg_ldl_solve_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.049s) 2022-11-23T02:24:31.7721253Z test_meta_outplace_linalg_ldl_solve_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.048s) 2022-11-23T02:24:31.7721675Z test_meta_outplace_linalg_ldl_solve_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.048s) 2022-11-23T02:24:31.7722076Z test_meta_outplace_linalg_ldl_solve_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.044s) 2022-11-23T02:24:31.7722469Z test_meta_outplace_linalg_lstsq_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:24:31.7722877Z test_meta_outplace_linalg_lstsq_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:24:31.7723254Z test_meta_outplace_linalg_lstsq_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:24:31.7723627Z test_meta_outplace_linalg_lstsq_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:24:31.7724074Z test_meta_outplace_linalg_lstsq_grad_oriented_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:24:31.7724528Z test_meta_outplace_linalg_lstsq_grad_oriented_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:24:31.7724959Z test_meta_outplace_linalg_lstsq_grad_oriented_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:24:31.7725378Z test_meta_outplace_linalg_lstsq_grad_oriented_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:24:31.7725766Z test_meta_outplace_linalg_lu_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-11-23T02:24:31.7726286Z test_meta_outplace_linalg_lu_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:24:31.7726664Z test_meta_outplace_linalg_lu_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.7727202Z test_meta_outplace_linalg_lu_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:24:31.7727690Z test_meta_outplace_linalg_lu_factor_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.053s) 2022-11-23T02:24:31.7728112Z test_meta_outplace_linalg_lu_factor_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.064s) 2022-11-23T02:24:31.7728525Z test_meta_outplace_linalg_lu_factor_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.048s) 2022-11-23T02:24:31.7728929Z test_meta_outplace_linalg_lu_factor_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.045s) 2022-11-23T02:24:31.7729342Z test_meta_outplace_linalg_lu_factor_ex_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.036s) 2022-11-23T02:24:31.7729947Z test_meta_outplace_linalg_lu_factor_ex_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:24:31.7730364Z test_meta_outplace_linalg_lu_factor_ex_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:24:31.7730761Z test_meta_outplace_linalg_lu_factor_ex_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.7731157Z test_meta_outplace_linalg_lu_solve_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.045s) 2022-11-23T02:24:31.7731550Z test_meta_outplace_linalg_lu_solve_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.037s) 2022-11-23T02:24:31.7731952Z test_meta_outplace_linalg_lu_solve_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.218s) 2022-11-23T02:24:31.7732352Z test_meta_outplace_linalg_lu_solve_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.196s) 2022-11-23T02:24:31.7732887Z test_meta_outplace_linalg_matrix_norm_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.132s) 2022-11-23T02:24:31.7733310Z test_meta_outplace_linalg_matrix_norm_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.039s) 2022-11-23T02:24:31.7733827Z test_meta_outplace_linalg_matrix_norm_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-11-23T02:24:31.7734339Z test_meta_outplace_linalg_matrix_norm_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.116s) 2022-11-23T02:24:31.7734744Z test_meta_outplace_linalg_matrix_norm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:24:31.7735119Z test_meta_outplace_linalg_matrix_norm_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:24:31.7735690Z test_meta_outplace_linalg_matrix_power_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:31.7736137Z test_meta_outplace_linalg_matrix_power_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.7736560Z test_meta_outplace_linalg_matrix_power_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.7736964Z test_meta_outplace_linalg_matrix_power_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.7737395Z test_meta_outplace_linalg_matrix_rank_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.092s) 2022-11-23T02:24:31.7737808Z test_meta_outplace_linalg_matrix_rank_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.068s) 2022-11-23T02:24:31.7738212Z test_meta_outplace_linalg_matrix_rank_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.066s) 2022-11-23T02:24:31.7738616Z test_meta_outplace_linalg_matrix_rank_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.063s) 2022-11-23T02:24:31.7739064Z test_meta_outplace_linalg_matrix_rank_hermitian_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.7739660Z test_meta_outplace_linalg_matrix_rank_hermitian_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.7740221Z test_meta_outplace_linalg_matrix_rank_hermitian_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.7740762Z test_meta_outplace_linalg_matrix_rank_hermitian_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.7741186Z test_meta_outplace_linalg_multi_dot_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.7741587Z test_meta_outplace_linalg_multi_dot_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:24:31.7741987Z test_meta_outplace_linalg_multi_dot_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:24:31.7742384Z test_meta_outplace_linalg_multi_dot_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.7742783Z test_meta_outplace_linalg_multi_dot_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.7743173Z test_meta_outplace_linalg_multi_dot_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:31.7743555Z test_meta_outplace_linalg_norm_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.199s) 2022-11-23T02:24:31.7743919Z test_meta_outplace_linalg_norm_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.248s) 2022-11-23T02:24:31.7744503Z test_meta_outplace_linalg_norm_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.234s) 2022-11-23T02:24:31.7744890Z test_meta_outplace_linalg_norm_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.201s) 2022-11-23T02:24:31.7745267Z test_meta_outplace_linalg_norm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.239s) 2022-11-23T02:24:31.7745635Z test_meta_outplace_linalg_norm_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.230s) 2022-11-23T02:24:31.7746223Z test_meta_outplace_linalg_norm_subgradients_at_zero_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.163s) 2022-11-23T02:24:31.7746811Z test_meta_outplace_linalg_norm_subgradients_at_zero_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.173s) 2022-11-23T02:24:31.7747369Z test_meta_outplace_linalg_norm_subgradients_at_zero_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.170s) 2022-11-23T02:24:31.7747820Z test_meta_outplace_linalg_norm_subgradients_at_zero_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.158s) 2022-11-23T02:24:31.7748273Z test_meta_outplace_linalg_norm_subgradients_at_zero_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.176s) 2022-11-23T02:24:31.7748719Z test_meta_outplace_linalg_norm_subgradients_at_zero_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.153s) 2022-11-23T02:24:31.7749199Z test_meta_outplace_linalg_pinv_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.109s) 2022-11-23T02:24:31.7749590Z test_meta_outplace_linalg_pinv_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.089s) 2022-11-23T02:24:31.7749973Z test_meta_outplace_linalg_pinv_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.7751280Z test_meta_outplace_linalg_pinv_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.7751778Z test_meta_outplace_linalg_pinv_hermitian_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.044s) 2022-11-23T02:24:31.7752207Z test_meta_outplace_linalg_pinv_hermitian_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.035s) 2022-11-23T02:24:31.7752789Z test_meta_outplace_linalg_pinv_hermitian_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.7753295Z test_meta_outplace_linalg_pinv_hermitian_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.7753982Z test_meta_outplace_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:24:31.7754583Z 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:24:31.7755176Z test_meta_outplace_linalg_pinv_singular_cuda_float32 (__main__.TestMetaCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:24:31.7755768Z test_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:24:31.7756155Z test_meta_outplace_linalg_qr_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.039s) 2022-11-23T02:24:31.7756545Z test_meta_outplace_linalg_qr_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.036s) 2022-11-23T02:24:31.7756931Z test_meta_outplace_linalg_qr_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.042s) 2022-11-23T02:24:31.7757303Z test_meta_outplace_linalg_qr_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.049s) 2022-11-23T02:24:31.7757712Z test_meta_outplace_linalg_slogdet_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.7758116Z test_meta_outplace_linalg_slogdet_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.7758525Z test_meta_outplace_linalg_slogdet_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.7759065Z test_meta_outplace_linalg_slogdet_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.7759460Z test_meta_outplace_linalg_solve_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.045s) 2022-11-23T02:24:31.7760211Z test_meta_outplace_linalg_solve_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.042s) 2022-11-23T02:24:31.7760612Z test_meta_outplace_linalg_solve_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.047s) 2022-11-23T02:24:31.7761009Z test_meta_outplace_linalg_solve_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.044s) 2022-11-23T02:24:31.7761424Z test_meta_outplace_linalg_solve_ex_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:24:31.7761822Z test_meta_outplace_linalg_solve_ex_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:24:31.7762219Z test_meta_outplace_linalg_solve_ex_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:24:31.7762610Z test_meta_outplace_linalg_solve_ex_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.7763054Z test_meta_outplace_linalg_solve_triangular_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.411s) 2022-11-23T02:24:31.7763493Z test_meta_outplace_linalg_solve_triangular_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.419s) 2022-11-23T02:24:31.7763925Z test_meta_outplace_linalg_solve_triangular_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.418s) 2022-11-23T02:24:31.7764343Z test_meta_outplace_linalg_solve_triangular_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.407s) 2022-11-23T02:24:31.7764718Z test_meta_outplace_linalg_svd_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.143s) 2022-11-23T02:24:31.7765128Z test_meta_outplace_linalg_svd_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.120s) 2022-11-23T02:24:31.7765602Z test_meta_outplace_linalg_svd_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.098s) 2022-11-23T02:24:31.7766131Z test_meta_outplace_linalg_svd_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.120s) 2022-11-23T02:24:31.7766630Z test_meta_outplace_linalg_svdvals_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.071s) 2022-11-23T02:24:31.7767128Z test_meta_outplace_linalg_svdvals_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.066s) 2022-11-23T02:24:31.7767534Z test_meta_outplace_linalg_svdvals_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.046s) 2022-11-23T02:24:31.7767927Z test_meta_outplace_linalg_svdvals_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.044s) 2022-11-23T02:24:31.7768336Z test_meta_outplace_linalg_tensorinv_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.7768748Z test_meta_outplace_linalg_tensorinv_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.7769149Z test_meta_outplace_linalg_tensorinv_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.7769549Z test_meta_outplace_linalg_tensorinv_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.7769964Z test_meta_outplace_linalg_tensorsolve_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.7770375Z test_meta_outplace_linalg_tensorsolve_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.7770792Z test_meta_outplace_linalg_tensorsolve_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.7771209Z test_meta_outplace_linalg_tensorsolve_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.7771612Z test_meta_outplace_linalg_vander_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.7772124Z test_meta_outplace_linalg_vander_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.7772517Z test_meta_outplace_linalg_vander_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.7772974Z test_meta_outplace_linalg_vander_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.7773462Z test_meta_outplace_linalg_vander_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.7773838Z test_meta_outplace_linalg_vander_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.7774209Z test_meta_outplace_linalg_vander_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.7774765Z test_meta_outplace_linalg_vander_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.7775148Z test_meta_outplace_linalg_vander_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.7775544Z test_meta_outplace_linalg_vecdot_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.7775936Z test_meta_outplace_linalg_vecdot_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.089s) 2022-11-23T02:24:31.7776335Z test_meta_outplace_linalg_vecdot_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.082s) 2022-11-23T02:24:31.7776732Z test_meta_outplace_linalg_vecdot_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:24:31.7777134Z test_meta_outplace_linalg_vecdot_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.7777524Z test_meta_outplace_linalg_vecdot_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.7777932Z test_meta_outplace_linalg_vector_norm_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.434s) 2022-11-23T02:24:31.7778356Z test_meta_outplace_linalg_vector_norm_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.377s) 2022-11-23T02:24:31.7778904Z test_meta_outplace_linalg_vector_norm_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.417s) 2022-11-23T02:24:31.7779327Z test_meta_outplace_linalg_vector_norm_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.427s) 2022-11-23T02:24:31.7779880Z test_meta_outplace_linalg_vector_norm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.453s) 2022-11-23T02:24:31.7780286Z test_meta_outplace_linalg_vector_norm_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.521s) 2022-11-23T02:24:31.7780819Z test_meta_outplace_linspace_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.073s) 2022-11-23T02:24:31.7781242Z test_meta_outplace_linspace_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.055s) 2022-11-23T02:24:31.7781604Z test_meta_outplace_linspace_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.046s) 2022-11-23T02:24:31.7781986Z test_meta_outplace_linspace_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.063s) 2022-11-23T02:24:31.7782361Z test_meta_outplace_linspace_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.055s) 2022-11-23T02:24:31.7782738Z test_meta_outplace_linspace_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.053s) 2022-11-23T02:24:31.7783121Z test_meta_outplace_linspace_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.057s) 2022-11-23T02:24:31.7783494Z test_meta_outplace_linspace_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.051s) 2022-11-23T02:24:31.7783861Z test_meta_outplace_linspace_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.056s) 2022-11-23T02:24:31.7784230Z test_meta_outplace_linspace_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.054s) 2022-11-23T02:24:31.7784593Z test_meta_outplace_linspace_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.046s) 2022-11-23T02:24:31.7784953Z test_meta_outplace_log10_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.7785425Z test_meta_outplace_log10_cuda_bool (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.7785804Z test_meta_outplace_log10_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.7786256Z test_meta_outplace_log10_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.7786623Z test_meta_outplace_log10_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.7786978Z test_meta_outplace_log10_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.7787169Z test_meta_outplace_log10_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.7787359Z test_meta_outplace_log10_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.7787524Z test_meta_outplace_log10_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.7787702Z test_meta_outplace_log10_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.7787881Z test_meta_outplace_log10_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.7788211Z test_meta_outplace_log10_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.7788404Z test_meta_outplace_log1p_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.7788584Z test_meta_outplace_log1p_cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.7788769Z test_meta_outplace_log1p_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.7788953Z test_meta_outplace_log1p_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.7789140Z test_meta_outplace_log1p_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.7789315Z test_meta_outplace_log1p_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.7789495Z test_meta_outplace_log1p_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.7789671Z test_meta_outplace_log1p_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.7789855Z test_meta_outplace_log1p_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.7790029Z test_meta_outplace_log1p_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.7790212Z test_meta_outplace_log2_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.7790391Z test_meta_outplace_log2_cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.7790582Z test_meta_outplace_log2_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.7790770Z test_meta_outplace_log2_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.7791015Z test_meta_outplace_log2_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.7791220Z test_meta_outplace_log2_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.7791401Z test_meta_outplace_log2_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.7791585Z test_meta_outplace_log2_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.7791763Z test_meta_outplace_log2_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.7791937Z test_meta_outplace_log2_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.7792118Z test_meta_outplace_log2_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.7792435Z test_meta_outplace_log2_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.7792622Z test_meta_outplace_log_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.7792806Z test_meta_outplace_log_cuda_bool (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.7793077Z test_meta_outplace_log_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.7793315Z test_meta_outplace_log_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.7793620Z test_meta_outplace_log_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.7793815Z test_meta_outplace_log_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.7793995Z test_meta_outplace_log_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.7794173Z test_meta_outplace_log_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.7794350Z test_meta_outplace_log_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.7794513Z test_meta_outplace_log_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.7794687Z test_meta_outplace_log_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.7794870Z test_meta_outplace_log_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.7795079Z test_meta_outplace_log_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.7795279Z test_meta_outplace_log_softmax_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:24:31.7795575Z test_meta_outplace_log_softmax_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.7795767Z test_meta_outplace_log_softmax_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:24:31.7795954Z test_meta_outplace_log_softmax_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:24:31.7796171Z test_meta_outplace_log_softmax_with_dtype_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:24:31.7796383Z test_meta_outplace_log_softmax_with_dtype_cuda_bool (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:24:31.7796609Z test_meta_outplace_log_softmax_with_dtype_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:24:31.7796829Z test_meta_outplace_log_softmax_with_dtype_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.7797039Z test_meta_outplace_log_softmax_with_dtype_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:24:31.7797251Z test_meta_outplace_log_softmax_with_dtype_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.7797470Z test_meta_outplace_log_softmax_with_dtype_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.7797685Z test_meta_outplace_log_softmax_with_dtype_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:24:31.7797893Z test_meta_outplace_log_softmax_with_dtype_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.7798098Z test_meta_outplace_log_softmax_with_dtype_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.7798306Z test_meta_outplace_log_softmax_with_dtype_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.7798587Z test_meta_outplace_log_softmax_with_dtype_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.7798927Z test_meta_outplace_log_softmax_with_dtype_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.7799134Z test_meta_outplace_logaddexp2_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.7799337Z test_meta_outplace_logaddexp2_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.7799659Z test_meta_outplace_logaddexp2_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.7799988Z test_meta_outplace_logaddexp_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.7800196Z test_meta_outplace_logaddexp_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.7800388Z test_meta_outplace_logaddexp_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.7800595Z test_meta_outplace_logcumsumexp_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.7800797Z test_meta_outplace_logcumsumexp_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.7800992Z test_meta_outplace_logcumsumexp_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.7801193Z test_meta_outplace_logcumsumexp_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.7801392Z test_meta_outplace_logdet_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.7801587Z test_meta_outplace_logdet_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.7801774Z test_meta_outplace_logdet_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:24:31.7801964Z test_meta_outplace_logdet_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:24:31.7802164Z test_meta_outplace_logical_and_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:24:31.7802362Z test_meta_outplace_logical_and_cuda_bool (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.7802565Z test_meta_outplace_logical_and_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:24:31.7802751Z test_meta_outplace_logical_and_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:24:31.7802949Z test_meta_outplace_logical_and_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:24:31.7803242Z test_meta_outplace_logical_and_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:24:31.7803431Z test_meta_outplace_logical_and_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:24:31.7803624Z test_meta_outplace_logical_and_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:24:31.7803813Z test_meta_outplace_logical_and_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:24:31.7803995Z test_meta_outplace_logical_and_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:24:31.7804188Z test_meta_outplace_logical_and_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:24:31.7804382Z test_meta_outplace_logical_and_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:24:31.7804580Z test_meta_outplace_logical_not_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.7804769Z test_meta_outplace_logical_not_cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.7804973Z test_meta_outplace_logical_not_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.7805310Z test_meta_outplace_logical_not_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.7805542Z test_meta_outplace_logical_not_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.7805733Z test_meta_outplace_logical_not_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.7805919Z test_meta_outplace_logical_not_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.7806289Z test_meta_outplace_logical_not_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:31.7806644Z test_meta_outplace_logical_not_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.7806834Z test_meta_outplace_logical_not_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.7807011Z test_meta_outplace_logical_not_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.7807193Z test_meta_outplace_logical_not_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.7807382Z test_meta_outplace_logical_or_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:24:31.7807573Z test_meta_outplace_logical_or_cuda_bool (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.7807772Z test_meta_outplace_logical_or_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:24:31.7807970Z test_meta_outplace_logical_or_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:24:31.7808169Z test_meta_outplace_logical_or_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:24:31.7808361Z test_meta_outplace_logical_or_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:24:31.7808546Z test_meta_outplace_logical_or_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:24:31.7808738Z test_meta_outplace_logical_or_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:24:31.7808922Z test_meta_outplace_logical_or_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:24:31.7809103Z test_meta_outplace_logical_or_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:24:31.7809291Z test_meta_outplace_logical_or_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:24:31.7809480Z test_meta_outplace_logical_or_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:24:31.7809674Z test_meta_outplace_logical_xor_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:24:31.7809863Z test_meta_outplace_logical_xor_cuda_bool (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:24:31.7810065Z test_meta_outplace_logical_xor_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:24:31.7810265Z test_meta_outplace_logical_xor_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:24:31.7810544Z test_meta_outplace_logical_xor_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:24:31.7810738Z test_meta_outplace_logical_xor_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:24:31.7810927Z test_meta_outplace_logical_xor_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:24:31.7811120Z test_meta_outplace_logical_xor_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-11-23T02:24:31.7811307Z test_meta_outplace_logical_xor_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.034s) 2022-11-23T02:24:31.7811490Z test_meta_outplace_logical_xor_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.034s) 2022-11-23T02:24:31.7811682Z test_meta_outplace_logical_xor_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:24:31.7812028Z test_meta_outplace_logical_xor_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.036s) 2022-11-23T02:24:31.7812231Z test_meta_outplace_logit_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:24:31.7812419Z test_meta_outplace_logit_cuda_bool (__main__.TestMetaCUDA) ... ok (0.033s) 2022-11-23T02:24:31.7812605Z test_meta_outplace_logit_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.034s) 2022-11-23T02:24:31.7812882Z test_meta_outplace_logit_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:24:31.7813205Z test_meta_outplace_logit_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.036s) 2022-11-23T02:24:31.7813409Z test_meta_outplace_logit_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.7813589Z test_meta_outplace_logit_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.7813846Z test_meta_outplace_logit_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:24:31.7814043Z test_meta_outplace_logit_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:24:31.7814220Z test_meta_outplace_logit_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:24:31.7814397Z test_meta_outplace_logspace_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.687s) 2022-11-23T02:24:31.7814601Z test_meta_outplace_logspace_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.680s) 2022-11-23T02:24:31.7814798Z test_meta_outplace_logspace_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.612s) 2022-11-23T02:24:31.7814990Z test_meta_outplace_logspace_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.656s) 2022-11-23T02:24:31.7815178Z test_meta_outplace_logspace_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.654s) 2022-11-23T02:24:31.7815363Z test_meta_outplace_logspace_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.689s) 2022-11-23T02:24:31.7815555Z test_meta_outplace_logspace_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.601s) 2022-11-23T02:24:31.7815744Z test_meta_outplace_logspace_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.599s) 2022-11-23T02:24:31.7815932Z test_meta_outplace_logspace_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.567s) 2022-11-23T02:24:31.7816119Z test_meta_outplace_logspace_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.230s) 2022-11-23T02:24:31.7816309Z test_meta_outplace_logspace_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.177s) 2022-11-23T02:24:31.7816505Z test_meta_outplace_logsumexp_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:24:31.7816691Z test_meta_outplace_logsumexp_cuda_bool (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:24:31.7816886Z test_meta_outplace_logsumexp_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:24:31.7817081Z test_meta_outplace_logsumexp_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.051s) 2022-11-23T02:24:31.7817274Z test_meta_outplace_logsumexp_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.072s) 2022-11-23T02:24:31.7817463Z test_meta_outplace_logsumexp_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:24:31.7817653Z test_meta_outplace_logsumexp_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:24:31.7817823Z test_meta_outplace_logsumexp_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:24:31.7818109Z test_meta_outplace_logsumexp_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.037s) 2022-11-23T02:24:31.7818297Z test_meta_outplace_logsumexp_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:24:31.7818643Z test_meta_outplace_long_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.7818832Z test_meta_outplace_long_cuda_bool (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.7819018Z test_meta_outplace_long_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.7819293Z test_meta_outplace_long_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.7819529Z test_meta_outplace_long_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.7819834Z test_meta_outplace_long_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.7820019Z test_meta_outplace_long_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.7820205Z test_meta_outplace_long_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.7820383Z test_meta_outplace_long_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.7820564Z test_meta_outplace_long_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.7820738Z test_meta_outplace_long_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.7820916Z test_meta_outplace_long_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.7821088Z test_meta_outplace_long_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.7821353Z test_meta_outplace_lt_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.033s) 2022-11-23T02:24:31.7821546Z test_meta_outplace_lt_cuda_bool (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:24:31.7821711Z test_meta_outplace_lt_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.7821891Z test_meta_outplace_lt_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.036s) 2022-11-23T02:24:31.7822070Z test_meta_outplace_lt_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:24:31.7822246Z test_meta_outplace_lt_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.7822423Z test_meta_outplace_lt_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:24:31.7822594Z test_meta_outplace_lt_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:24:31.7822768Z test_meta_outplace_lt_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:24:31.7822945Z test_meta_outplace_lt_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:24:31.7823133Z test_meta_outplace_lu_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.051s) 2022-11-23T02:24:31.7823321Z test_meta_outplace_lu_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.051s) 2022-11-23T02:24:31.7823502Z test_meta_outplace_lu_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:24:31.7823682Z test_meta_outplace_lu_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.049s) 2022-11-23T02:24:31.7823877Z test_meta_outplace_lu_solve_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.060s) 2022-11-23T02:24:31.7824071Z test_meta_outplace_lu_solve_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.068s) 2022-11-23T02:24:31.7824260Z test_meta_outplace_lu_solve_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.068s) 2022-11-23T02:24:31.7824444Z test_meta_outplace_lu_solve_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.057s) 2022-11-23T02:24:31.7824641Z test_meta_outplace_lu_unpack_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.040s) 2022-11-23T02:24:31.7824827Z test_meta_outplace_lu_unpack_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.039s) 2022-11-23T02:24:31.7825194Z test_meta_outplace_lu_unpack_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.034s) 2022-11-23T02:24:31.7825391Z test_meta_outplace_lu_unpack_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:24:31.7825669Z test_meta_outplace_mH_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.7825976Z test_meta_outplace_mH_cuda_bool (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.7826288Z test_meta_outplace_mH_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.7826482Z test_meta_outplace_mH_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.7826665Z test_meta_outplace_mH_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.7826940Z test_meta_outplace_mH_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.7827127Z test_meta_outplace_mH_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.7827303Z test_meta_outplace_mH_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.7827479Z test_meta_outplace_mH_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.7827654Z test_meta_outplace_mH_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.7827834Z test_meta_outplace_mH_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.7828009Z test_meta_outplace_mH_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.7828184Z test_meta_outplace_mH_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.7828366Z test_meta_outplace_mT_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.7828546Z test_meta_outplace_mT_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.7828717Z test_meta_outplace_mT_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.7828985Z test_meta_outplace_mT_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.7829190Z test_meta_outplace_mT_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.7829371Z test_meta_outplace_mT_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:31.7829553Z test_meta_outplace_mT_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.7829735Z test_meta_outplace_mT_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.7829907Z test_meta_outplace_mT_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.7830084Z test_meta_outplace_mT_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.7830253Z test_meta_outplace_mT_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.7830426Z test_meta_outplace_mT_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.7830604Z test_meta_outplace_mT_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.7830803Z test_meta_outplace_masked_amax_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.723s) 2022-11-23T02:24:31.7831000Z test_meta_outplace_masked_amax_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.658s) 2022-11-23T02:24:31.7831189Z test_meta_outplace_masked_amax_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.653s) 2022-11-23T02:24:31.7831377Z test_meta_outplace_masked_amax_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.716s) 2022-11-23T02:24:31.7831717Z test_meta_outplace_masked_amax_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.561s) 2022-11-23T02:24:31.7831916Z test_meta_outplace_masked_amax_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.578s) 2022-11-23T02:24:31.7832082Z test_meta_outplace_masked_amax_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.557s) 2022-11-23T02:24:31.7832273Z test_meta_outplace_masked_amax_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.567s) 2022-11-23T02:24:31.7832701Z test_meta_outplace_masked_amax_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.573s) 2022-11-23T02:24:31.7833047Z test_meta_outplace_masked_amin_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.661s) 2022-11-23T02:24:31.7833248Z test_meta_outplace_masked_amin_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.702s) 2022-11-23T02:24:31.7833437Z test_meta_outplace_masked_amin_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.721s) 2022-11-23T02:24:31.7833727Z test_meta_outplace_masked_amin_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.695s) 2022-11-23T02:24:31.7833920Z test_meta_outplace_masked_amin_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.602s) 2022-11-23T02:24:31.7834105Z test_meta_outplace_masked_amin_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.568s) 2022-11-23T02:24:31.7834285Z test_meta_outplace_masked_amin_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.663s) 2022-11-23T02:24:31.7834473Z test_meta_outplace_masked_amin_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.561s) 2022-11-23T02:24:31.7834658Z test_meta_outplace_masked_amin_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.594s) 2022-11-23T02:24:31.7834861Z test_meta_outplace_masked_argmax_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.439s) 2022-11-23T02:24:31.7835063Z test_meta_outplace_masked_argmax_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.406s) 2022-11-23T02:24:31.7835260Z test_meta_outplace_masked_argmax_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.362s) 2022-11-23T02:24:31.7835462Z test_meta_outplace_masked_argmax_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.403s) 2022-11-23T02:24:31.7835660Z test_meta_outplace_masked_argmax_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.385s) 2022-11-23T02:24:31.7835849Z test_meta_outplace_masked_argmax_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.396s) 2022-11-23T02:24:31.7836045Z test_meta_outplace_masked_argmax_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.395s) 2022-11-23T02:24:31.7836222Z test_meta_outplace_masked_argmax_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.332s) 2022-11-23T02:24:31.7836483Z test_meta_outplace_masked_argmax_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.336s) 2022-11-23T02:24:31.7836703Z test_meta_outplace_masked_argmin_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.361s) 2022-11-23T02:24:31.7836904Z test_meta_outplace_masked_argmin_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.367s) 2022-11-23T02:24:31.7837104Z test_meta_outplace_masked_argmin_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.355s) 2022-11-23T02:24:31.7837302Z test_meta_outplace_masked_argmin_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.440s) 2022-11-23T02:24:31.7837496Z test_meta_outplace_masked_argmin_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.304s) 2022-11-23T02:24:31.7837684Z test_meta_outplace_masked_argmin_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.326s) 2022-11-23T02:24:31.7837872Z test_meta_outplace_masked_argmin_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.329s) 2022-11-23T02:24:31.7838066Z test_meta_outplace_masked_argmin_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.316s) 2022-11-23T02:24:31.7838430Z test_meta_outplace_masked_argmin_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.319s) 2022-11-23T02:24:31.7838642Z test_meta_outplace_masked_cumprod_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.099s) 2022-11-23T02:24:31.7838850Z test_meta_outplace_masked_cumprod_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.091s) 2022-11-23T02:24:31.7839215Z test_meta_outplace_masked_cumprod_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.088s) 2022-11-23T02:24:31.7839597Z test_meta_outplace_masked_cumprod_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.088s) 2022-11-23T02:24:31.7839805Z test_meta_outplace_masked_cumprod_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.090s) 2022-11-23T02:24:31.7840005Z test_meta_outplace_masked_cumprod_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.088s) 2022-11-23T02:24:31.7840200Z test_meta_outplace_masked_cumprod_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.089s) 2022-11-23T02:24:31.7840402Z test_meta_outplace_masked_cumprod_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.088s) 2022-11-23T02:24:31.7840580Z test_meta_outplace_masked_cumprod_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.101s) 2022-11-23T02:24:31.7840776Z test_meta_outplace_masked_cumprod_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.088s) 2022-11-23T02:24:31.7840970Z test_meta_outplace_masked_cumprod_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.090s) 2022-11-23T02:24:31.7841276Z test_meta_outplace_masked_cumsum_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.112s) 2022-11-23T02:24:31.7841482Z test_meta_outplace_masked_cumsum_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.104s) 2022-11-23T02:24:31.7841688Z test_meta_outplace_masked_cumsum_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.138s) 2022-11-23T02:24:31.7841888Z test_meta_outplace_masked_cumsum_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.090s) 2022-11-23T02:24:31.7842084Z test_meta_outplace_masked_cumsum_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.102s) 2022-11-23T02:24:31.7842286Z test_meta_outplace_masked_cumsum_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.099s) 2022-11-23T02:24:31.7842479Z test_meta_outplace_masked_cumsum_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.104s) 2022-11-23T02:24:31.7842670Z test_meta_outplace_masked_cumsum_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.094s) 2022-11-23T02:24:31.7842858Z test_meta_outplace_masked_cumsum_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.111s) 2022-11-23T02:24:31.7843055Z test_meta_outplace_masked_cumsum_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.098s) 2022-11-23T02:24:31.7843246Z test_meta_outplace_masked_cumsum_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.088s) 2022-11-23T02:24:31.7843444Z test_meta_outplace_masked_fill_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.7843636Z test_meta_outplace_masked_fill_cuda_bool (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.7843837Z test_meta_outplace_masked_fill_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.7844105Z test_meta_outplace_masked_fill_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.7844322Z test_meta_outplace_masked_fill_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.7844495Z test_meta_outplace_masked_fill_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.7844832Z test_meta_outplace_masked_fill_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.7845029Z test_meta_outplace_masked_fill_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.7845221Z test_meta_outplace_masked_fill_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.7845407Z test_meta_outplace_masked_fill_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.7845862Z test_meta_outplace_masked_fill_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.7846071Z test_meta_outplace_masked_fill_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.7846259Z test_meta_outplace_masked_fill_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.7846468Z test_meta_outplace_masked_log_softmax_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.120s) 2022-11-23T02:24:31.7846674Z test_meta_outplace_masked_log_softmax_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.122s) 2022-11-23T02:24:31.7846883Z test_meta_outplace_masked_log_softmax_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.117s) 2022-11-23T02:24:31.7847084Z test_meta_outplace_masked_log_softmax_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.121s) 2022-11-23T02:24:31.7847291Z test_meta_outplace_masked_logaddexp_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.163s) 2022-11-23T02:24:31.7847496Z test_meta_outplace_masked_logaddexp_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.149s) 2022-11-23T02:24:31.7847700Z test_meta_outplace_masked_logaddexp_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.151s) 2022-11-23T02:24:31.7847909Z test_meta_outplace_masked_logsumexp_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.847s) 2022-11-23T02:24:31.7848108Z test_meta_outplace_masked_logsumexp_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.844s) 2022-11-23T02:24:31.7848307Z test_meta_outplace_masked_logsumexp_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.955s) 2022-11-23T02:24:31.7848502Z test_meta_outplace_masked_logsumexp_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.790s) 2022-11-23T02:24:31.7849427Z test_meta_outplace_masked_logsumexp_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.673s) 2022-11-23T02:24:31.7849639Z test_meta_outplace_masked_logsumexp_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.716s) 2022-11-23T02:24:31.7849839Z test_meta_outplace_masked_logsumexp_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.670s) 2022-11-23T02:24:31.7850041Z test_meta_outplace_masked_logsumexp_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.727s) 2022-11-23T02:24:31.7850244Z test_meta_outplace_masked_logsumexp_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.700s) 2022-11-23T02:24:31.7850447Z test_meta_outplace_masked_mean_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (1.591s) 2022-11-23T02:24:31.7850641Z test_meta_outplace_masked_mean_cuda_bool (__main__.TestMetaCUDA) ... ok (1.388s) 2022-11-23T02:24:31.7850842Z test_meta_outplace_masked_mean_cuda_complex128 (__main__.TestMetaCUDA) ... ok (1.296s) 2022-11-23T02:24:31.7851044Z test_meta_outplace_masked_mean_cuda_complex64 (__main__.TestMetaCUDA) ... ok (1.301s) 2022-11-23T02:24:31.7851406Z test_meta_outplace_masked_mean_cuda_float16 (__main__.TestMetaCUDA) ... ok (1.523s) 2022-11-23T02:24:31.7851604Z test_meta_outplace_masked_mean_cuda_float32 (__main__.TestMetaCUDA) ... ok (1.560s) 2022-11-23T02:24:31.7851791Z test_meta_outplace_masked_mean_cuda_float64 (__main__.TestMetaCUDA) ... ok (1.554s) 2022-11-23T02:24:31.7851982Z test_meta_outplace_masked_mean_cuda_int16 (__main__.TestMetaCUDA) ... ok (1.561s) 2022-11-23T02:24:31.7852374Z test_meta_outplace_masked_mean_cuda_int32 (__main__.TestMetaCUDA) ... ok (1.546s) 2022-11-23T02:24:31.7852799Z test_meta_outplace_masked_mean_cuda_int64 (__main__.TestMetaCUDA) ... ok (1.431s) 2022-11-23T02:24:31.7853012Z test_meta_outplace_masked_mean_cuda_int8 (__main__.TestMetaCUDA) ... ok (1.477s) 2022-11-23T02:24:31.7853197Z test_meta_outplace_masked_mean_cuda_uint8 (__main__.TestMetaCUDA) ... ok (1.542s) 2022-11-23T02:24:31.7853400Z test_meta_outplace_masked_median_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.129s) 2022-11-23T02:24:31.7853598Z test_meta_outplace_masked_median_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.126s) 2022-11-23T02:24:31.7853777Z test_meta_outplace_masked_median_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.144s) 2022-11-23T02:24:31.7853975Z test_meta_outplace_masked_norm_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (3.792s) 2022-11-23T02:24:31.7854170Z test_meta_outplace_masked_norm_cuda_float16 (__main__.TestMetaCUDA) ... ok (3.777s) 2022-11-23T02:24:31.7854364Z test_meta_outplace_masked_norm_cuda_float32 (__main__.TestMetaCUDA) ... ok (3.627s) 2022-11-23T02:24:31.7854551Z test_meta_outplace_masked_norm_cuda_float64 (__main__.TestMetaCUDA) ... ok (3.551s) 2022-11-23T02:24:31.7854758Z test_meta_outplace_masked_normalize_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.188s) 2022-11-23T02:24:31.7854970Z test_meta_outplace_masked_normalize_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.149s) 2022-11-23T02:24:31.7855183Z test_meta_outplace_masked_normalize_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.160s) 2022-11-23T02:24:31.7855386Z test_meta_outplace_masked_normalize_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.179s) 2022-11-23T02:24:31.7855588Z test_meta_outplace_masked_normalize_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.179s) 2022-11-23T02:24:31.7855787Z test_meta_outplace_masked_normalize_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.160s) 2022-11-23T02:24:31.7855986Z test_meta_outplace_masked_prod_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.743s) 2022-11-23T02:24:31.7856187Z test_meta_outplace_masked_prod_cuda_bool (__main__.TestMetaCUDA) ... ok (0.609s) 2022-11-23T02:24:31.7856391Z test_meta_outplace_masked_prod_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.606s) 2022-11-23T02:24:31.7856592Z test_meta_outplace_masked_prod_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.585s) 2022-11-23T02:24:31.7856883Z test_meta_outplace_masked_prod_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.752s) 2022-11-23T02:24:31.7857072Z test_meta_outplace_masked_prod_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.717s) 2022-11-23T02:24:31.7857258Z test_meta_outplace_masked_prod_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.738s) 2022-11-23T02:24:31.7857450Z test_meta_outplace_masked_prod_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.621s) 2022-11-23T02:24:31.7857694Z test_meta_outplace_masked_prod_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.703s) 2022-11-23T02:24:31.7868020Z test_meta_outplace_masked_prod_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.596s) 2022-11-23T02:24:31.7868531Z test_meta_outplace_masked_prod_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.622s) 2022-11-23T02:24:31.7868928Z test_meta_outplace_masked_prod_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.638s) 2022-11-23T02:24:31.7869661Z test_meta_outplace_masked_scatter_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.7873639Z test_meta_outplace_masked_scatter_cuda_bool (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.7874081Z test_meta_outplace_masked_scatter_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.7874592Z test_meta_outplace_masked_scatter_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.7875085Z test_meta_outplace_masked_scatter_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.7875473Z test_meta_outplace_masked_scatter_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.7876062Z test_meta_outplace_masked_scatter_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.7876458Z test_meta_outplace_masked_scatter_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.7876754Z test_meta_outplace_masked_scatter_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.7877118Z test_meta_outplace_masked_scatter_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.7877484Z test_meta_outplace_masked_scatter_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.7877843Z test_meta_outplace_masked_scatter_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.7878208Z test_meta_outplace_masked_select_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:24:31.7878567Z test_meta_outplace_masked_select_cuda_bool (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:24:31.7878942Z test_meta_outplace_masked_select_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.7879281Z test_meta_outplace_masked_select_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:24:31.7879493Z test_meta_outplace_masked_select_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:24:31.7879691Z test_meta_outplace_masked_select_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:24:31.7879891Z test_meta_outplace_masked_select_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:24:31.7880096Z test_meta_outplace_masked_select_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:24:31.7880283Z test_meta_outplace_masked_select_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:24:31.7880590Z test_meta_outplace_masked_select_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:24:31.7880790Z test_meta_outplace_masked_select_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:24:31.7880976Z test_meta_outplace_masked_select_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.7881179Z test_meta_outplace_masked_softmax_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.123s) 2022-11-23T02:24:31.7881386Z test_meta_outplace_masked_softmax_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.114s) 2022-11-23T02:24:31.7881690Z test_meta_outplace_masked_softmax_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.126s) 2022-11-23T02:24:31.7882140Z test_meta_outplace_masked_softmax_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.128s) 2022-11-23T02:24:31.7882340Z test_meta_outplace_masked_softmin_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.132s) 2022-11-23T02:24:31.7882541Z test_meta_outplace_masked_softmin_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.125s) 2022-11-23T02:24:31.7882739Z test_meta_outplace_masked_softmin_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.111s) 2022-11-23T02:24:31.7882935Z test_meta_outplace_masked_softmin_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.130s) 2022-11-23T02:24:31.7883129Z test_meta_outplace_masked_std_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (5.524s) 2022-11-23T02:24:31.7883334Z test_meta_outplace_masked_std_cuda_complex128 (__main__.TestMetaCUDA) ... ok (4.122s) 2022-11-23T02:24:31.7883518Z test_meta_outplace_masked_std_cuda_complex64 (__main__.TestMetaCUDA) ... ok (4.200s) 2022-11-23T02:24:31.7883711Z test_meta_outplace_masked_std_cuda_float16 (__main__.TestMetaCUDA) ... ok (5.287s) 2022-11-23T02:24:31.7883905Z test_meta_outplace_masked_std_cuda_float32 (__main__.TestMetaCUDA) ... ok (5.289s) 2022-11-23T02:24:31.7884091Z test_meta_outplace_masked_std_cuda_float64 (__main__.TestMetaCUDA) ... ok (5.251s) 2022-11-23T02:24:31.7884283Z test_meta_outplace_masked_std_cuda_int16 (__main__.TestMetaCUDA) ... ok (4.544s) 2022-11-23T02:24:31.7884464Z test_meta_outplace_masked_std_cuda_int32 (__main__.TestMetaCUDA) ... ok (4.484s) 2022-11-23T02:24:31.7884646Z test_meta_outplace_masked_std_cuda_int64 (__main__.TestMetaCUDA) ... ok (4.471s) 2022-11-23T02:24:31.7884909Z test_meta_outplace_masked_std_cuda_int8 (__main__.TestMetaCUDA) ... ok (4.307s) 2022-11-23T02:24:31.7885118Z test_meta_outplace_masked_std_cuda_uint8 (__main__.TestMetaCUDA) ... ok (4.512s) 2022-11-23T02:24:31.7885313Z test_meta_outplace_masked_sum_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.680s) 2022-11-23T02:24:31.7885503Z test_meta_outplace_masked_sum_cuda_bool (__main__.TestMetaCUDA) ... ok (0.553s) 2022-11-23T02:24:31.7885710Z test_meta_outplace_masked_sum_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.573s) 2022-11-23T02:24:31.7885910Z test_meta_outplace_masked_sum_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.586s) 2022-11-23T02:24:31.7886102Z test_meta_outplace_masked_sum_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.739s) 2022-11-23T02:24:31.7886290Z test_meta_outplace_masked_sum_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.805s) 2022-11-23T02:24:31.7886474Z test_meta_outplace_masked_sum_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.704s) 2022-11-23T02:24:31.7886667Z test_meta_outplace_masked_sum_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.560s) 2022-11-23T02:24:31.7886850Z test_meta_outplace_masked_sum_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.554s) 2022-11-23T02:24:31.7887015Z test_meta_outplace_masked_sum_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.567s) 2022-11-23T02:24:31.7887201Z test_meta_outplace_masked_sum_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.549s) 2022-11-23T02:24:31.7887513Z test_meta_outplace_masked_sum_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.637s) 2022-11-23T02:24:31.7887717Z test_meta_outplace_masked_var_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (5.323s) 2022-11-23T02:24:31.7887915Z test_meta_outplace_masked_var_cuda_complex128 (__main__.TestMetaCUDA) ... ok (4.107s) 2022-11-23T02:24:31.7888115Z test_meta_outplace_masked_var_cuda_complex64 (__main__.TestMetaCUDA) ... ok (4.112s) 2022-11-23T02:24:31.7888307Z test_meta_outplace_masked_var_cuda_float16 (__main__.TestMetaCUDA) ... ok (5.245s) 2022-11-23T02:24:31.7888602Z test_meta_outplace_masked_var_cuda_float32 (__main__.TestMetaCUDA) ... ok (5.029s) 2022-11-23T02:24:31.7888934Z test_meta_outplace_masked_var_cuda_float64 (__main__.TestMetaCUDA) ... ok (5.077s) 2022-11-23T02:24:31.7889131Z test_meta_outplace_masked_var_cuda_int16 (__main__.TestMetaCUDA) ... ok (4.257s) 2022-11-23T02:24:31.7889314Z test_meta_outplace_masked_var_cuda_int32 (__main__.TestMetaCUDA) ... ok (4.274s) 2022-11-23T02:24:31.7889585Z test_meta_outplace_masked_var_cuda_int64 (__main__.TestMetaCUDA) ... ok (4.192s) 2022-11-23T02:24:31.7889771Z test_meta_outplace_masked_var_cuda_int8 (__main__.TestMetaCUDA) ... ok (4.212s) 2022-11-23T02:24:31.7889960Z test_meta_outplace_masked_var_cuda_uint8 (__main__.TestMetaCUDA) ... ok (4.528s) 2022-11-23T02:24:31.7890149Z test_meta_outplace_matmul_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.7890346Z test_meta_outplace_matmul_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.7890541Z test_meta_outplace_matmul_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.7890727Z test_meta_outplace_matmul_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.7890900Z test_meta_outplace_matmul_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.7891089Z test_meta_outplace_matmul_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.7891289Z test_meta_outplace_matrix_exp_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.7891489Z test_meta_outplace_matrix_exp_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.7891687Z test_meta_outplace_matrix_exp_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.7891880Z test_meta_outplace_matrix_exp_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.7892073Z test_meta_outplace_matrix_exp_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.7892328Z test_meta_outplace_matrix_exp_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.7892535Z test_meta_outplace_max_binary_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-11-23T02:24:31.7892725Z test_meta_outplace_max_binary_cuda_bool (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:24:31.7892920Z test_meta_outplace_max_binary_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:24:31.7893111Z test_meta_outplace_max_binary_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.7893294Z test_meta_outplace_max_binary_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:24:31.7893482Z test_meta_outplace_max_binary_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:24:31.7893665Z test_meta_outplace_max_binary_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:24:31.7893847Z test_meta_outplace_max_binary_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:24:31.7894035Z test_meta_outplace_max_binary_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.7894345Z test_meta_outplace_max_binary_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:24:31.7894589Z test_meta_outplace_max_pool2d_with_indices_backward_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (7.123s) 2022-11-23T02:24:31.7894807Z test_meta_outplace_max_pool2d_with_indices_backward_cuda_float16 (__main__.TestMetaCUDA) ... ok (6.820s) 2022-11-23T02:24:31.7895157Z test_meta_outplace_max_pool2d_with_indices_backward_cuda_float32 (__main__.TestMetaCUDA) ... ok (6.824s) 2022-11-23T02:24:31.7895390Z test_meta_outplace_max_pool2d_with_indices_backward_cuda_float64 (__main__.TestMetaCUDA) ... ok (6.833s) 2022-11-23T02:24:31.7895707Z test_meta_outplace_max_reduction_no_dim_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.7895918Z test_meta_outplace_max_reduction_no_dim_cuda_bool (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.7896134Z test_meta_outplace_max_reduction_no_dim_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.7896342Z test_meta_outplace_max_reduction_no_dim_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.7896550Z test_meta_outplace_max_reduction_no_dim_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.7896755Z test_meta_outplace_max_reduction_no_dim_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.7897053Z test_meta_outplace_max_reduction_no_dim_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.7897252Z test_meta_outplace_max_reduction_no_dim_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.7897456Z test_meta_outplace_max_reduction_no_dim_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.7897657Z test_meta_outplace_max_reduction_no_dim_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.7897877Z test_meta_outplace_max_reduction_with_dim_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.7898084Z test_meta_outplace_max_reduction_with_dim_cuda_bool (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.7898298Z test_meta_outplace_max_reduction_with_dim_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.7898510Z test_meta_outplace_max_reduction_with_dim_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.7898724Z test_meta_outplace_max_reduction_with_dim_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.7898929Z test_meta_outplace_max_reduction_with_dim_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.7899135Z test_meta_outplace_max_reduction_with_dim_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.7899325Z test_meta_outplace_max_reduction_with_dim_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.7899529Z test_meta_outplace_max_reduction_with_dim_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.7899870Z test_meta_outplace_max_reduction_with_dim_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.7900081Z test_meta_outplace_maximum_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.7900268Z test_meta_outplace_maximum_cuda_bool (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.7900461Z test_meta_outplace_maximum_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:24:31.7900650Z test_meta_outplace_maximum_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.7901006Z test_meta_outplace_maximum_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:24:31.7901203Z test_meta_outplace_maximum_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:24:31.7901388Z test_meta_outplace_maximum_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.7901573Z test_meta_outplace_maximum_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:24:31.7901873Z test_meta_outplace_maximum_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.7902195Z test_meta_outplace_maximum_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.7902381Z test_meta_outplace_mean_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:24:31.7902576Z test_meta_outplace_mean_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:24:31.7902766Z test_meta_outplace_mean_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.7902948Z test_meta_outplace_mean_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:24:31.7903131Z test_meta_outplace_mean_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:24:31.7903297Z test_meta_outplace_mean_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.7903488Z test_meta_outplace_median_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:24:31.7903681Z test_meta_outplace_median_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:24:31.7903868Z test_meta_outplace_median_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:24:31.7904048Z test_meta_outplace_median_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:24:31.7904230Z test_meta_outplace_median_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.7904507Z test_meta_outplace_median_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.7904689Z test_meta_outplace_median_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:24:31.7904870Z test_meta_outplace_median_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:24:31.7905092Z test_meta_outplace_meshgrid_list_of_tensors_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.7905303Z test_meta_outplace_meshgrid_list_of_tensors_cuda_bool (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.7905531Z test_meta_outplace_meshgrid_list_of_tensors_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.7905753Z test_meta_outplace_meshgrid_list_of_tensors_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.7905969Z test_meta_outplace_meshgrid_list_of_tensors_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.7906179Z test_meta_outplace_meshgrid_list_of_tensors_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:24:31.7906382Z test_meta_outplace_meshgrid_list_of_tensors_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.7906593Z test_meta_outplace_meshgrid_list_of_tensors_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.7906807Z test_meta_outplace_meshgrid_list_of_tensors_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.7907018Z test_meta_outplace_meshgrid_list_of_tensors_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.7908064Z test_meta_outplace_meshgrid_list_of_tensors_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.7908460Z test_meta_outplace_meshgrid_list_of_tensors_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.7908836Z test_meta_outplace_meshgrid_variadic_tensors_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.7909066Z test_meta_outplace_meshgrid_variadic_tensors_cuda_bool (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.7909297Z test_meta_outplace_meshgrid_variadic_tensors_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.7909524Z test_meta_outplace_meshgrid_variadic_tensors_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.7909743Z test_meta_outplace_meshgrid_variadic_tensors_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.7909953Z test_meta_outplace_meshgrid_variadic_tensors_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.7910162Z test_meta_outplace_meshgrid_variadic_tensors_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.7910375Z test_meta_outplace_meshgrid_variadic_tensors_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:31.7910591Z test_meta_outplace_meshgrid_variadic_tensors_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.7910813Z test_meta_outplace_meshgrid_variadic_tensors_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.7911025Z test_meta_outplace_meshgrid_variadic_tensors_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.7911236Z test_meta_outplace_meshgrid_variadic_tensors_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.7911434Z test_meta_outplace_min_binary_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.7911625Z test_meta_outplace_min_binary_cuda_bool (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:24:31.7911824Z test_meta_outplace_min_binary_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:24:31.7912015Z test_meta_outplace_min_binary_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:24:31.7912200Z test_meta_outplace_min_binary_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.7912391Z test_meta_outplace_min_binary_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:24:31.7912698Z test_meta_outplace_min_binary_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.7912864Z test_meta_outplace_min_binary_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.7913048Z test_meta_outplace_min_binary_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:24:31.7913238Z test_meta_outplace_min_binary_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.7913449Z test_meta_outplace_min_reduction_no_dim_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.7913656Z test_meta_outplace_min_reduction_no_dim_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.7913865Z test_meta_outplace_min_reduction_no_dim_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.7914217Z test_meta_outplace_min_reduction_no_dim_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.7914430Z test_meta_outplace_min_reduction_no_dim_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.7914632Z test_meta_outplace_min_reduction_no_dim_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.7914955Z test_meta_outplace_min_reduction_no_dim_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.7915288Z test_meta_outplace_min_reduction_no_dim_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.7915498Z test_meta_outplace_min_reduction_no_dim_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.7915774Z test_meta_outplace_min_reduction_no_dim_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.7916002Z test_meta_outplace_min_reduction_with_dim_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.7916208Z test_meta_outplace_min_reduction_with_dim_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.7916420Z test_meta_outplace_min_reduction_with_dim_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.7916634Z test_meta_outplace_min_reduction_with_dim_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.7916843Z test_meta_outplace_min_reduction_with_dim_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.7917049Z test_meta_outplace_min_reduction_with_dim_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.7917259Z test_meta_outplace_min_reduction_with_dim_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.7917452Z test_meta_outplace_min_reduction_with_dim_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.7917654Z test_meta_outplace_min_reduction_with_dim_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.7917857Z test_meta_outplace_min_reduction_with_dim_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.7918048Z test_meta_outplace_minimum_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:24:31.7918237Z test_meta_outplace_minimum_cuda_bool (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:24:31.7918424Z test_meta_outplace_minimum_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:24:31.7918614Z test_meta_outplace_minimum_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:24:31.7918803Z test_meta_outplace_minimum_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.7918990Z test_meta_outplace_minimum_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.7919176Z test_meta_outplace_minimum_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:24:31.7919361Z test_meta_outplace_minimum_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:24:31.7919546Z test_meta_outplace_minimum_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.7919728Z test_meta_outplace_minimum_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:24:31.7919998Z test_meta_outplace_mm_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.7920183Z test_meta_outplace_mm_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.7920370Z test_meta_outplace_mm_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.7920701Z test_meta_outplace_mm_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.7920888Z test_meta_outplace_mm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.7921053Z test_meta_outplace_mm_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.7921240Z test_meta_outplace_mode_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.7921530Z test_meta_outplace_mode_cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.7921852Z test_meta_outplace_mode_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.7922040Z test_meta_outplace_mode_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.7922224Z test_meta_outplace_mode_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.7922400Z test_meta_outplace_mode_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.7922578Z test_meta_outplace_mode_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.7922751Z test_meta_outplace_mode_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.7922929Z test_meta_outplace_mode_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.7923180Z test_meta_outplace_mode_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.7923386Z test_meta_outplace_movedim_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.7923570Z test_meta_outplace_movedim_cuda_bool (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.7923770Z test_meta_outplace_movedim_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.7923970Z test_meta_outplace_movedim_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.7924159Z test_meta_outplace_movedim_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.7924349Z test_meta_outplace_movedim_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.7924521Z test_meta_outplace_movedim_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.7924710Z test_meta_outplace_movedim_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.7924897Z test_meta_outplace_movedim_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.7925082Z test_meta_outplace_movedim_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.7925266Z test_meta_outplace_movedim_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.7925452Z test_meta_outplace_movedim_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.7925638Z test_meta_outplace_movedim_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.7925826Z test_meta_outplace_msort_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.7926008Z test_meta_outplace_msort_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.7926193Z test_meta_outplace_msort_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.7926373Z test_meta_outplace_msort_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.7926553Z test_meta_outplace_msort_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.7926782Z test_meta_outplace_msort_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.7926961Z test_meta_outplace_msort_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.7927144Z test_meta_outplace_msort_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.7927321Z test_meta_outplace_msort_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.7927739Z test_meta_outplace_mul_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:24:31.7927919Z test_meta_outplace_mul_cuda_bool (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.7928091Z test_meta_outplace_mul_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.7928401Z test_meta_outplace_mul_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.7928729Z test_meta_outplace_mul_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:24:31.7928919Z test_meta_outplace_mul_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:24:31.7929098Z test_meta_outplace_mul_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.7929275Z test_meta_outplace_mul_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.7929451Z test_meta_outplace_mul_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:24:31.7929634Z test_meta_outplace_mul_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.7929811Z test_meta_outplace_mul_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.7929988Z test_meta_outplace_mul_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:24:31.7930160Z test_meta_outplace_mul_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:24:31.7930360Z test_meta_outplace_multinomial_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:24:31.7930553Z test_meta_outplace_multinomial_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:24:31.7930818Z test_meta_outplace_multinomial_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:24:31.7931014Z test_meta_outplace_mv_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.7931200Z test_meta_outplace_mv_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.7931389Z test_meta_outplace_mv_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.7931570Z test_meta_outplace_mv_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.7931734Z test_meta_outplace_mv_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.7931910Z test_meta_outplace_mv_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.7932125Z test_meta_outplace_mvlgamma_mvlgamma_p_1_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.034s) 2022-11-23T02:24:31.7932339Z test_meta_outplace_mvlgamma_mvlgamma_p_1_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.034s) 2022-11-23T02:24:31.7932557Z test_meta_outplace_mvlgamma_mvlgamma_p_1_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.035s) 2022-11-23T02:24:31.7932765Z test_meta_outplace_mvlgamma_mvlgamma_p_1_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.035s) 2022-11-23T02:24:31.7932975Z test_meta_outplace_mvlgamma_mvlgamma_p_1_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.035s) 2022-11-23T02:24:31.7933179Z test_meta_outplace_mvlgamma_mvlgamma_p_1_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.037s) 2022-11-23T02:24:31.7933385Z test_meta_outplace_mvlgamma_mvlgamma_p_1_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.033s) 2022-11-23T02:24:31.7933585Z test_meta_outplace_mvlgamma_mvlgamma_p_1_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-11-23T02:24:31.7933792Z test_meta_outplace_mvlgamma_mvlgamma_p_3_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.040s) 2022-11-23T02:24:31.7934142Z test_meta_outplace_mvlgamma_mvlgamma_p_3_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:24:31.7934392Z test_meta_outplace_mvlgamma_mvlgamma_p_3_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-11-23T02:24:31.7934602Z test_meta_outplace_mvlgamma_mvlgamma_p_3_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.034s) 2022-11-23T02:24:31.7934807Z test_meta_outplace_mvlgamma_mvlgamma_p_3_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:24:31.7935230Z test_meta_outplace_mvlgamma_mvlgamma_p_3_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.033s) 2022-11-23T02:24:31.7935539Z test_meta_outplace_mvlgamma_mvlgamma_p_3_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.033s) 2022-11-23T02:24:31.7935745Z test_meta_outplace_mvlgamma_mvlgamma_p_3_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.034s) 2022-11-23T02:24:31.7935953Z test_meta_outplace_mvlgamma_mvlgamma_p_5_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:24:31.7936161Z test_meta_outplace_mvlgamma_mvlgamma_p_5_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.037s) 2022-11-23T02:24:31.7936357Z test_meta_outplace_mvlgamma_mvlgamma_p_5_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:24:31.7936564Z test_meta_outplace_mvlgamma_mvlgamma_p_5_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.035s) 2022-11-23T02:24:31.7936765Z test_meta_outplace_mvlgamma_mvlgamma_p_5_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:24:31.7936970Z test_meta_outplace_mvlgamma_mvlgamma_p_5_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.042s) 2022-11-23T02:24:31.7937173Z test_meta_outplace_mvlgamma_mvlgamma_p_5_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:24:31.7937374Z test_meta_outplace_mvlgamma_mvlgamma_p_5_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.038s) 2022-11-23T02:24:31.7937570Z test_meta_outplace_nan_to_num_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:24:31.7937760Z test_meta_outplace_nan_to_num_cuda_bool (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.7937955Z test_meta_outplace_nan_to_num_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:24:31.7938220Z test_meta_outplace_nan_to_num_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:24:31.7938421Z test_meta_outplace_nan_to_num_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:24:31.7938611Z test_meta_outplace_nan_to_num_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.7938796Z test_meta_outplace_nan_to_num_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.7938977Z test_meta_outplace_nan_to_num_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.7939162Z test_meta_outplace_nan_to_num_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.7939351Z test_meta_outplace_nan_to_num_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.7939539Z test_meta_outplace_nanmean_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.7939729Z test_meta_outplace_nanmean_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.7939903Z test_meta_outplace_nanmean_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.7940092Z test_meta_outplace_nanmean_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:24:31.7940286Z test_meta_outplace_nanmedian_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.7940477Z test_meta_outplace_nanmedian_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.7940661Z test_meta_outplace_nanmedian_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.7940985Z test_meta_outplace_nanmedian_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.7941182Z test_meta_outplace_nanmedian_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.7941367Z test_meta_outplace_nanmedian_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.7941565Z test_meta_outplace_nanmedian_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.7941876Z test_meta_outplace_nanmedian_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.7942193Z test_meta_outplace_nanquantile_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.067s) 2022-11-23T02:24:31.7942390Z test_meta_outplace_nanquantile_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.060s) 2022-11-23T02:24:31.7942666Z test_meta_outplace_nansum_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.054s) 2022-11-23T02:24:31.7942848Z test_meta_outplace_nansum_cuda_bool (__main__.TestMetaCUDA) ... ok (0.046s) 2022-11-23T02:24:31.7943036Z test_meta_outplace_nansum_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.056s) 2022-11-23T02:24:31.7943223Z test_meta_outplace_nansum_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.055s) 2022-11-23T02:24:31.7943408Z test_meta_outplace_nansum_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.054s) 2022-11-23T02:24:31.7943591Z test_meta_outplace_nansum_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.041s) 2022-11-23T02:24:31.7943777Z test_meta_outplace_nansum_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.047s) 2022-11-23T02:24:31.7943946Z test_meta_outplace_nansum_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.037s) 2022-11-23T02:24:31.7944126Z test_meta_outplace_nansum_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.034s) 2022-11-23T02:24:31.7944306Z test_meta_outplace_nansum_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.049s) 2022-11-23T02:24:31.7944559Z test_meta_outplace_narrow_copy_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T02:24:31.7944800Z test_meta_outplace_narrow_copy_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:24:31.7945047Z test_meta_outplace_narrow_copy_cuda_complex128 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.008s) 2022-11-23T02:24:31.7945293Z test_meta_outplace_narrow_copy_cuda_complex32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T02:24:31.7945598Z test_meta_outplace_narrow_copy_cuda_complex64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T02:24:31.7945850Z test_meta_outplace_narrow_copy_cuda_float16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T02:24:31.7946080Z test_meta_outplace_narrow_copy_cuda_float32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T02:24:31.7946310Z test_meta_outplace_narrow_copy_cuda_float64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T02:24:31.7946550Z test_meta_outplace_narrow_copy_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T02:24:31.7946784Z test_meta_outplace_narrow_copy_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T02:24:31.7947016Z test_meta_outplace_narrow_copy_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T02:24:31.7947258Z test_meta_outplace_narrow_copy_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:24:31.7947659Z test_meta_outplace_narrow_copy_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.006s) 2022-11-23T02:24:31.7947855Z test_meta_outplace_narrow_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.7948044Z test_meta_outplace_narrow_cuda_bool (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.7948376Z test_meta_outplace_narrow_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.7948693Z test_meta_outplace_narrow_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.7948892Z test_meta_outplace_narrow_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.7949063Z test_meta_outplace_narrow_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.7949250Z test_meta_outplace_narrow_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.7949440Z test_meta_outplace_narrow_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.7949623Z test_meta_outplace_narrow_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.7949805Z test_meta_outplace_narrow_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.7950083Z test_meta_outplace_narrow_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.7950266Z test_meta_outplace_narrow_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.7950444Z test_meta_outplace_narrow_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.7950650Z test_meta_outplace_native_batch_norm_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-11-23T02:24:31.7950855Z test_meta_outplace_native_batch_norm_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.046s) 2022-11-23T02:24:31.7951058Z test_meta_outplace_native_batch_norm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:24:31.7951258Z test_meta_outplace_native_batch_norm_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.036s) 2022-11-23T02:24:31.7951478Z test_meta_outplace_native_dropout_backward_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.7951694Z test_meta_outplace_native_dropout_backward_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:24:31.7951917Z test_meta_outplace_native_dropout_backward_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.7952134Z test_meta_outplace_native_dropout_backward_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.7952338Z test_meta_outplace_native_layer_norm_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.048s) 2022-11-23T02:24:31.7952542Z test_meta_outplace_native_layer_norm_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.038s) 2022-11-23T02:24:31.7952744Z test_meta_outplace_native_layer_norm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.049s) 2022-11-23T02:24:31.7952996Z test_meta_outplace_native_layer_norm_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.042s) 2022-11-23T02:24:31.7953192Z test_meta_outplace_ne_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:24:31.7953370Z test_meta_outplace_ne_cuda_bool (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:31.7953557Z test_meta_outplace_ne_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:24:31.7953745Z test_meta_outplace_ne_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.7954094Z test_meta_outplace_ne_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:31.7954282Z test_meta_outplace_ne_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:24:31.7954460Z test_meta_outplace_ne_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.7954747Z test_meta_outplace_ne_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.7954953Z test_meta_outplace_ne_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:24:31.7955252Z test_meta_outplace_ne_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:24:31.7955430Z test_meta_outplace_ne_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-11-23T02:24:31.7955606Z test_meta_outplace_ne_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:24:31.7955793Z test_meta_outplace_neg_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.7955983Z test_meta_outplace_neg_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.7956169Z test_meta_outplace_neg_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.7956357Z test_meta_outplace_neg_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.7956539Z test_meta_outplace_neg_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.7956705Z test_meta_outplace_neg_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.7956884Z test_meta_outplace_neg_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.7957061Z test_meta_outplace_neg_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.7957238Z test_meta_outplace_neg_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.7957409Z test_meta_outplace_neg_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.7957677Z test_meta_outplace_neg_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.7957849Z test_meta_outplace_neg_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.7958043Z test_meta_outplace_new_empty_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.7958228Z test_meta_outplace_new_empty_cuda_bool (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.7958427Z test_meta_outplace_new_empty_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.7958627Z test_meta_outplace_new_empty_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.7958816Z test_meta_outplace_new_empty_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.7959005Z test_meta_outplace_new_empty_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.7959188Z test_meta_outplace_new_empty_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.7959372Z test_meta_outplace_new_empty_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.7959558Z test_meta_outplace_new_empty_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.7959744Z test_meta_outplace_new_empty_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.7959915Z test_meta_outplace_new_empty_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.7960103Z test_meta_outplace_new_empty_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.7960505Z test_meta_outplace_new_empty_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.7960744Z test_meta_outplace_new_empty_strided_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.7960946Z test_meta_outplace_new_empty_strided_cuda_bool (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.7961302Z test_meta_outplace_new_empty_strided_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.7961639Z test_meta_outplace_new_empty_strided_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.7961862Z test_meta_outplace_new_empty_strided_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.7962065Z test_meta_outplace_new_empty_strided_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.7962268Z test_meta_outplace_new_empty_strided_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.7962465Z test_meta_outplace_new_empty_strided_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.7962666Z test_meta_outplace_new_empty_strided_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.7962859Z test_meta_outplace_new_empty_strided_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.7963050Z test_meta_outplace_new_empty_strided_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.7963253Z test_meta_outplace_new_empty_strided_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:24:31.7963454Z test_meta_outplace_new_empty_strided_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.7963646Z test_meta_outplace_new_full_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.7963833Z test_meta_outplace_new_full_cuda_bool (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.7964026Z test_meta_outplace_new_full_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.7964221Z test_meta_outplace_new_full_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.7964393Z test_meta_outplace_new_full_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.7964582Z test_meta_outplace_new_full_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.7964764Z test_meta_outplace_new_full_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.7965040Z test_meta_outplace_new_full_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.7965227Z test_meta_outplace_new_full_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.7965415Z test_meta_outplace_new_full_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.7965599Z test_meta_outplace_new_full_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.7965783Z test_meta_outplace_new_full_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.7965964Z test_meta_outplace_new_full_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.7966162Z test_meta_outplace_new_ones_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.7966345Z test_meta_outplace_new_ones_cuda_bool (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.7966540Z test_meta_outplace_new_ones_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.7966737Z test_meta_outplace_new_ones_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.7967068Z test_meta_outplace_new_ones_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.7967269Z test_meta_outplace_new_ones_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.7967452Z test_meta_outplace_new_ones_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:24:31.7967631Z test_meta_outplace_new_ones_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.7968015Z test_meta_outplace_new_ones_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.7968497Z test_meta_outplace_new_ones_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.7968719Z test_meta_outplace_new_ones_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.7968901Z test_meta_outplace_new_ones_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.7969088Z test_meta_outplace_new_ones_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.7969283Z test_meta_outplace_new_zeros_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.7969468Z test_meta_outplace_new_zeros_cuda_bool (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.7969665Z test_meta_outplace_new_zeros_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:24:31.7969860Z test_meta_outplace_new_zeros_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.7970051Z test_meta_outplace_new_zeros_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.7970245Z test_meta_outplace_new_zeros_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.7970432Z test_meta_outplace_new_zeros_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.7970612Z test_meta_outplace_new_zeros_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.7970803Z test_meta_outplace_new_zeros_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.7970988Z test_meta_outplace_new_zeros_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.7971173Z test_meta_outplace_new_zeros_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.7971358Z test_meta_outplace_new_zeros_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.7971541Z test_meta_outplace_new_zeros_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.7971739Z test_meta_outplace_nextafter_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.7971921Z test_meta_outplace_nextafter_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:24:31.7972110Z test_meta_outplace_nextafter_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.7972383Z test_meta_outplace_nn_functional__scaled_dot_product_attention_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: Skipped! (0.001s) 2022-11-23T02:24:31.7972739Z test_meta_outplace_nn_functional__scaled_dot_product_attention_cuda_float16 (__main__.TestMetaCUDA) ... skip: Skipped! (0.001s) 2022-11-23T02:24:31.7973008Z test_meta_outplace_nn_functional__scaled_dot_product_attention_cuda_float32 (__main__.TestMetaCUDA) ... skip: Skipped! (0.001s) 2022-11-23T02:24:31.7973273Z test_meta_outplace_nn_functional__scaled_dot_product_attention_cuda_float64 (__main__.TestMetaCUDA) ... skip: Skipped! (0.002s) 2022-11-23T02:24:31.7973675Z test_meta_outplace_nn_functional_adaptive_avg_pool1d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.7973921Z test_meta_outplace_nn_functional_adaptive_avg_pool1d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.7974155Z test_meta_outplace_nn_functional_adaptive_avg_pool1d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.7974503Z test_meta_outplace_nn_functional_adaptive_avg_pool1d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.7974861Z test_meta_outplace_nn_functional_adaptive_avg_pool2d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.7975089Z test_meta_outplace_nn_functional_adaptive_avg_pool2d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.7975315Z test_meta_outplace_nn_functional_adaptive_avg_pool2d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.7975534Z test_meta_outplace_nn_functional_adaptive_avg_pool2d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.7975845Z test_meta_outplace_nn_functional_adaptive_avg_pool3d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.7976092Z test_meta_outplace_nn_functional_adaptive_avg_pool3d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.7976323Z test_meta_outplace_nn_functional_adaptive_avg_pool3d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.7976551Z test_meta_outplace_nn_functional_adaptive_avg_pool3d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.7976780Z test_meta_outplace_nn_functional_adaptive_max_pool1d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:24:31.7977004Z test_meta_outplace_nn_functional_adaptive_max_pool1d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.7977227Z test_meta_outplace_nn_functional_adaptive_max_pool1d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.7977446Z test_meta_outplace_nn_functional_adaptive_max_pool1d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.7977675Z test_meta_outplace_nn_functional_adaptive_max_pool2d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.7977881Z test_meta_outplace_nn_functional_adaptive_max_pool2d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:31.7978103Z test_meta_outplace_nn_functional_adaptive_max_pool2d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.7978326Z test_meta_outplace_nn_functional_adaptive_max_pool2d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.7978550Z test_meta_outplace_nn_functional_adaptive_max_pool3d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.7978771Z test_meta_outplace_nn_functional_adaptive_max_pool3d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.7978992Z test_meta_outplace_nn_functional_adaptive_max_pool3d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:31.7979214Z test_meta_outplace_nn_functional_adaptive_max_pool3d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.7979440Z test_meta_outplace_nn_functional_alpha_dropout_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.7979666Z test_meta_outplace_nn_functional_alpha_dropout_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.7980107Z test_meta_outplace_nn_functional_alpha_dropout_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:24:31.7980332Z test_meta_outplace_nn_functional_alpha_dropout_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:24:31.7980552Z test_meta_outplace_nn_functional_avg_pool1d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.7980867Z test_meta_outplace_nn_functional_avg_pool1d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.7981099Z test_meta_outplace_nn_functional_avg_pool1d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.7981417Z test_meta_outplace_nn_functional_avg_pool1d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:24:31.7981632Z test_meta_outplace_nn_functional_avg_pool2d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.7981838Z test_meta_outplace_nn_functional_avg_pool2d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.7982044Z test_meta_outplace_nn_functional_avg_pool2d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:31.7982247Z test_meta_outplace_nn_functional_avg_pool2d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.7982456Z test_meta_outplace_nn_functional_avg_pool3d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:24:31.7982660Z test_meta_outplace_nn_functional_avg_pool3d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.7982863Z test_meta_outplace_nn_functional_avg_pool3d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.7983125Z test_meta_outplace_nn_functional_avg_pool3d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.7983351Z test_meta_outplace_nn_functional_batch_norm_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.059s) 2022-11-23T02:24:31.7983557Z test_meta_outplace_nn_functional_batch_norm_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.040s) 2022-11-23T02:24:31.7983766Z test_meta_outplace_nn_functional_batch_norm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.7983966Z test_meta_outplace_nn_functional_batch_norm_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.7984205Z test_meta_outplace_nn_functional_batch_norm_without_cudnn_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.039s) 2022-11-23T02:24:31.7984442Z test_meta_outplace_nn_functional_batch_norm_without_cudnn_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.038s) 2022-11-23T02:24:31.7984683Z test_meta_outplace_nn_functional_batch_norm_without_cudnn_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.7984920Z test_meta_outplace_nn_functional_batch_norm_without_cudnn_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.7985134Z test_meta_outplace_nn_functional_bilinear_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.043s) 2022-11-23T02:24:31.7985347Z test_meta_outplace_nn_functional_bilinear_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.044s) 2022-11-23T02:24:31.7985566Z test_meta_outplace_nn_functional_bilinear_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.040s) 2022-11-23T02:24:31.7985780Z test_meta_outplace_nn_functional_bilinear_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.042s) 2022-11-23T02:24:31.7986014Z test_meta_outplace_nn_functional_binary_cross_entropy_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.7986245Z test_meta_outplace_nn_functional_binary_cross_entropy_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.7986599Z test_meta_outplace_nn_functional_binary_cross_entropy_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.7986860Z test_meta_outplace_nn_functional_binary_cross_entropy_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.7987113Z test_meta_outplace_nn_functional_binary_cross_entropy_with_logits_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.135s) 2022-11-23T02:24:31.7988328Z test_meta_outplace_nn_functional_binary_cross_entropy_with_logits_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.171s) 2022-11-23T02:24:31.7988576Z test_meta_outplace_nn_functional_binary_cross_entropy_with_logits_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.094s) 2022-11-23T02:24:31.7988824Z test_meta_outplace_nn_functional_binary_cross_entropy_with_logits_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.105s) 2022-11-23T02:24:31.7989034Z test_meta_outplace_nn_functional_celu_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.7989248Z test_meta_outplace_nn_functional_celu_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.7989440Z test_meta_outplace_nn_functional_celu_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.7989641Z test_meta_outplace_nn_functional_celu_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.7989853Z test_meta_outplace_nn_functional_conv1d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.7990073Z test_meta_outplace_nn_functional_conv1d_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.053s) 2022-11-23T02:24:31.7990291Z test_meta_outplace_nn_functional_conv1d_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.066s) 2022-11-23T02:24:31.7990508Z test_meta_outplace_nn_functional_conv1d_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.043s) 2022-11-23T02:24:31.7990717Z test_meta_outplace_nn_functional_conv1d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:31.7991019Z test_meta_outplace_nn_functional_conv1d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.7991243Z test_meta_outplace_nn_functional_conv1d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:31.7991455Z test_meta_outplace_nn_functional_conv2d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.046s) 2022-11-23T02:24:31.7991672Z test_meta_outplace_nn_functional_conv2d_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.115s) 2022-11-23T02:24:31.7991891Z test_meta_outplace_nn_functional_conv2d_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.128s) 2022-11-23T02:24:31.7992105Z test_meta_outplace_nn_functional_conv2d_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.101s) 2022-11-23T02:24:31.7992314Z test_meta_outplace_nn_functional_conv2d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.036s) 2022-11-23T02:24:31.7992521Z test_meta_outplace_nn_functional_conv2d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.035s) 2022-11-23T02:24:31.7992727Z test_meta_outplace_nn_functional_conv2d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.039s) 2022-11-23T02:24:31.7992961Z test_meta_outplace_nn_functional_conv_transpose1d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.7993357Z test_meta_outplace_nn_functional_conv_transpose1d_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.033s) 2022-11-23T02:24:31.7993598Z test_meta_outplace_nn_functional_conv_transpose1d_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.056s) 2022-11-23T02:24:31.7993836Z test_meta_outplace_nn_functional_conv_transpose1d_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.047s) 2022-11-23T02:24:31.7994180Z test_meta_outplace_nn_functional_conv_transpose1d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.7994531Z test_meta_outplace_nn_functional_conv_transpose1d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:24:31.7994762Z test_meta_outplace_nn_functional_conv_transpose1d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:31.7994996Z test_meta_outplace_nn_functional_conv_transpose2d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.7995229Z test_meta_outplace_nn_functional_conv_transpose2d_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.042s) 2022-11-23T02:24:31.7995457Z test_meta_outplace_nn_functional_conv_transpose2d_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.053s) 2022-11-23T02:24:31.7995781Z test_meta_outplace_nn_functional_conv_transpose2d_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.042s) 2022-11-23T02:24:31.7996008Z test_meta_outplace_nn_functional_conv_transpose2d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.7996239Z test_meta_outplace_nn_functional_conv_transpose2d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.7996464Z test_meta_outplace_nn_functional_conv_transpose2d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:24:31.7996693Z test_meta_outplace_nn_functional_conv_transpose3d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:24:31.7996925Z test_meta_outplace_nn_functional_conv_transpose3d_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.042s) 2022-11-23T02:24:31.7997153Z test_meta_outplace_nn_functional_conv_transpose3d_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.062s) 2022-11-23T02:24:31.7997379Z test_meta_outplace_nn_functional_conv_transpose3d_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:24:31.7997609Z test_meta_outplace_nn_functional_conv_transpose3d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.7997834Z test_meta_outplace_nn_functional_conv_transpose3d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.7998055Z test_meta_outplace_nn_functional_conv_transpose3d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:24:31.7998291Z test_meta_outplace_nn_functional_cosine_embedding_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.036s) 2022-11-23T02:24:31.7998583Z test_meta_outplace_nn_functional_cosine_embedding_loss_cuda_bool (__main__.TestMetaCUDA) ... ok (0.032s) 2022-11-23T02:24:31.7998831Z test_meta_outplace_nn_functional_cosine_embedding_loss_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.033s) 2022-11-23T02:24:31.7999062Z test_meta_outplace_nn_functional_cosine_embedding_loss_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-11-23T02:24:31.7999292Z test_meta_outplace_nn_functional_cosine_embedding_loss_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:24:31.7999522Z test_meta_outplace_nn_functional_cosine_embedding_loss_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.034s) 2022-11-23T02:24:31.7999904Z test_meta_outplace_nn_functional_cosine_embedding_loss_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.050s) 2022-11-23T02:24:31.8000111Z test_meta_outplace_nn_functional_cosine_embedding_loss_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:24:31.8000340Z test_meta_outplace_nn_functional_cosine_embedding_loss_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.040s) 2022-11-23T02:24:31.8000677Z test_meta_outplace_nn_functional_cosine_embedding_loss_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-11-23T02:24:31.8001032Z test_meta_outplace_nn_functional_cosine_similarity_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.049s) 2022-11-23T02:24:31.8001266Z test_meta_outplace_nn_functional_cosine_similarity_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.051s) 2022-11-23T02:24:31.8001490Z test_meta_outplace_nn_functional_cosine_similarity_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:24:31.8001720Z test_meta_outplace_nn_functional_cosine_similarity_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.050s) 2022-11-23T02:24:31.8001946Z test_meta_outplace_nn_functional_cross_entropy_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.8002167Z test_meta_outplace_nn_functional_cross_entropy_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.8002387Z test_meta_outplace_nn_functional_cross_entropy_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.8002598Z test_meta_outplace_nn_functional_cross_entropy_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.8002810Z test_meta_outplace_nn_functional_ctc_loss_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.8003116Z test_meta_outplace_nn_functional_ctc_loss_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.8003338Z test_meta_outplace_nn_functional_dropout2d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.8003555Z test_meta_outplace_nn_functional_dropout2d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.8003770Z test_meta_outplace_nn_functional_dropout2d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.8003987Z test_meta_outplace_nn_functional_dropout2d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:24:31.8004208Z test_meta_outplace_nn_functional_dropout3d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.8004423Z test_meta_outplace_nn_functional_dropout3d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.8004633Z test_meta_outplace_nn_functional_dropout3d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.8004848Z test_meta_outplace_nn_functional_dropout3d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.8005062Z test_meta_outplace_nn_functional_dropout_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.8005261Z test_meta_outplace_nn_functional_dropout_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.8005474Z test_meta_outplace_nn_functional_dropout_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:24:31.8005686Z test_meta_outplace_nn_functional_dropout_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.8005959Z test_meta_outplace_nn_functional_elu_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.8006180Z test_meta_outplace_nn_functional_elu_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.8006497Z test_meta_outplace_nn_functional_elu_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.8006706Z test_meta_outplace_nn_functional_elu_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.8006933Z test_meta_outplace_nn_functional_embedding_bag_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.076s) 2022-11-23T02:24:31.8007266Z test_meta_outplace_nn_functional_embedding_bag_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.073s) 2022-11-23T02:24:31.8007618Z test_meta_outplace_nn_functional_embedding_bag_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.072s) 2022-11-23T02:24:31.8007834Z test_meta_outplace_nn_functional_embedding_bag_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.079s) 2022-11-23T02:24:31.8008057Z test_meta_outplace_nn_functional_embedding_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.8008268Z test_meta_outplace_nn_functional_embedding_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.8008484Z test_meta_outplace_nn_functional_embedding_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.8008701Z test_meta_outplace_nn_functional_embedding_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.8008955Z test_meta_outplace_nn_functional_feature_alpha_dropout_with_train_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.8009206Z test_meta_outplace_nn_functional_feature_alpha_dropout_with_train_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.8009456Z test_meta_outplace_nn_functional_feature_alpha_dropout_with_train_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.8009709Z test_meta_outplace_nn_functional_feature_alpha_dropout_with_train_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.8009967Z test_meta_outplace_nn_functional_feature_alpha_dropout_without_train_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.8010217Z test_meta_outplace_nn_functional_feature_alpha_dropout_without_train_cuda_bool (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.8010573Z test_meta_outplace_nn_functional_feature_alpha_dropout_without_train_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.8010831Z test_meta_outplace_nn_functional_feature_alpha_dropout_without_train_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.8011070Z test_meta_outplace_nn_functional_feature_alpha_dropout_without_train_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.8011322Z test_meta_outplace_nn_functional_feature_alpha_dropout_without_train_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.8011571Z test_meta_outplace_nn_functional_feature_alpha_dropout_without_train_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.8011820Z test_meta_outplace_nn_functional_feature_alpha_dropout_without_train_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.8012070Z test_meta_outplace_nn_functional_feature_alpha_dropout_without_train_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.8012324Z test_meta_outplace_nn_functional_feature_alpha_dropout_without_train_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.8012574Z test_meta_outplace_nn_functional_feature_alpha_dropout_without_train_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.8013026Z test_meta_outplace_nn_functional_feature_alpha_dropout_without_train_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.8013276Z test_meta_outplace_nn_functional_fractional_max_pool2d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.036s) 2022-11-23T02:24:31.8013592Z test_meta_outplace_nn_functional_fractional_max_pool2d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.034s) 2022-11-23T02:24:31.8013981Z test_meta_outplace_nn_functional_fractional_max_pool2d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.035s) 2022-11-23T02:24:31.8014325Z test_meta_outplace_nn_functional_fractional_max_pool3d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.053s) 2022-11-23T02:24:31.8014559Z test_meta_outplace_nn_functional_fractional_max_pool3d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.042s) 2022-11-23T02:24:31.8014784Z test_meta_outplace_nn_functional_fractional_max_pool3d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.053s) 2022-11-23T02:24:31.8015012Z test_meta_outplace_nn_functional_gaussian_nll_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.837s) 2022-11-23T02:24:31.8015239Z test_meta_outplace_nn_functional_gaussian_nll_loss_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.890s) 2022-11-23T02:24:31.8015467Z test_meta_outplace_nn_functional_gaussian_nll_loss_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.824s) 2022-11-23T02:24:31.8015693Z test_meta_outplace_nn_functional_gaussian_nll_loss_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.842s) 2022-11-23T02:24:31.8015903Z test_meta_outplace_nn_functional_gelu_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:24:31.8016113Z test_meta_outplace_nn_functional_gelu_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.044s) 2022-11-23T02:24:31.8016320Z test_meta_outplace_nn_functional_gelu_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:24:31.8016518Z test_meta_outplace_nn_functional_gelu_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.033s) 2022-11-23T02:24:31.8016718Z test_meta_outplace_nn_functional_glu_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.079s) 2022-11-23T02:24:31.8016922Z test_meta_outplace_nn_functional_glu_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.090s) 2022-11-23T02:24:31.8017114Z test_meta_outplace_nn_functional_glu_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.096s) 2022-11-23T02:24:31.8017310Z test_meta_outplace_nn_functional_glu_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.100s) 2022-11-23T02:24:31.8017530Z test_meta_outplace_nn_functional_grid_sample_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.8017744Z test_meta_outplace_nn_functional_grid_sample_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.8018048Z test_meta_outplace_nn_functional_grid_sample_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.8018260Z test_meta_outplace_nn_functional_group_norm_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.060s) 2022-11-23T02:24:31.8018476Z test_meta_outplace_nn_functional_group_norm_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.055s) 2022-11-23T02:24:31.8018684Z test_meta_outplace_nn_functional_group_norm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.060s) 2022-11-23T02:24:31.8018893Z test_meta_outplace_nn_functional_group_norm_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.057s) 2022-11-23T02:24:31.8019109Z test_meta_outplace_nn_functional_hardshrink_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:24:31.8019320Z test_meta_outplace_nn_functional_hardshrink_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:24:31.8019645Z test_meta_outplace_nn_functional_hardshrink_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:24:31.8019864Z test_meta_outplace_nn_functional_hardshrink_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:24:31.8020209Z test_meta_outplace_nn_functional_hardsigmoid_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.8020431Z test_meta_outplace_nn_functional_hardsigmoid_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.8020831Z test_meta_outplace_nn_functional_hardsigmoid_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.8021244Z test_meta_outplace_nn_functional_hardsigmoid_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.8021473Z test_meta_outplace_nn_functional_hardswish_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.8021687Z test_meta_outplace_nn_functional_hardswish_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.8021902Z test_meta_outplace_nn_functional_hardswish_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.8022121Z test_meta_outplace_nn_functional_hardswish_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.8022323Z test_meta_outplace_nn_functional_hardtanh_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.8022537Z test_meta_outplace_nn_functional_hardtanh_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:31.8022751Z test_meta_outplace_nn_functional_hardtanh_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.8022967Z test_meta_outplace_nn_functional_hardtanh_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.8023176Z test_meta_outplace_nn_functional_hardtanh_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.8023385Z test_meta_outplace_nn_functional_hardtanh_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.8023591Z test_meta_outplace_nn_functional_hardtanh_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.8023802Z test_meta_outplace_nn_functional_hardtanh_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.8024037Z test_meta_outplace_nn_functional_hinge_embedding_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.045s) 2022-11-23T02:24:31.8024270Z test_meta_outplace_nn_functional_hinge_embedding_loss_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.034s) 2022-11-23T02:24:31.8024500Z test_meta_outplace_nn_functional_hinge_embedding_loss_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:24:31.8024727Z test_meta_outplace_nn_functional_hinge_embedding_loss_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.034s) 2022-11-23T02:24:31.8024943Z test_meta_outplace_nn_functional_huber_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:24:31.8025155Z test_meta_outplace_nn_functional_huber_loss_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:24:31.8025449Z test_meta_outplace_nn_functional_huber_loss_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:24:31.8025653Z test_meta_outplace_nn_functional_huber_loss_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.8025877Z test_meta_outplace_nn_functional_instance_norm_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.059s) 2022-11-23T02:24:31.8026099Z test_meta_outplace_nn_functional_instance_norm_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.044s) 2022-11-23T02:24:31.8026465Z test_meta_outplace_nn_functional_instance_norm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.055s) 2022-11-23T02:24:31.8026723Z test_meta_outplace_nn_functional_instance_norm_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.044s) 2022-11-23T02:24:31.8026954Z test_meta_outplace_nn_functional_interpolate_area_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.8027183Z test_meta_outplace_nn_functional_interpolate_area_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.8027536Z test_meta_outplace_nn_functional_interpolate_area_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.8027976Z test_meta_outplace_nn_functional_interpolate_area_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.8028455Z test_meta_outplace_nn_functional_interpolate_bicubic_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.8028702Z test_meta_outplace_nn_functional_interpolate_bicubic_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.8029563Z test_meta_outplace_nn_functional_interpolate_bicubic_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.8029862Z test_meta_outplace_nn_functional_interpolate_bilinear_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.8030094Z test_meta_outplace_nn_functional_interpolate_bilinear_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.8030321Z test_meta_outplace_nn_functional_interpolate_bilinear_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.8030560Z test_meta_outplace_nn_functional_interpolate_linear_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.8030789Z test_meta_outplace_nn_functional_interpolate_linear_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.8031011Z test_meta_outplace_nn_functional_interpolate_linear_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.8031242Z test_meta_outplace_nn_functional_interpolate_nearest_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.8031474Z test_meta_outplace_nn_functional_interpolate_nearest_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.8031699Z test_meta_outplace_nn_functional_interpolate_nearest_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.8031927Z test_meta_outplace_nn_functional_interpolate_nearest_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.8032170Z test_meta_outplace_nn_functional_interpolate_trilinear_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.8032410Z test_meta_outplace_nn_functional_interpolate_trilinear_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.8032640Z test_meta_outplace_nn_functional_interpolate_trilinear_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.8032851Z test_meta_outplace_nn_functional_kl_div_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.044s) 2022-11-23T02:24:31.8033062Z test_meta_outplace_nn_functional_kl_div_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.037s) 2022-11-23T02:24:31.8033269Z test_meta_outplace_nn_functional_kl_div_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.034s) 2022-11-23T02:24:31.8033475Z test_meta_outplace_nn_functional_kl_div_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.037s) 2022-11-23T02:24:31.8033834Z test_meta_outplace_nn_functional_l1_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.8034182Z test_meta_outplace_nn_functional_l1_loss_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.8034511Z test_meta_outplace_nn_functional_l1_loss_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.8034913Z test_meta_outplace_nn_functional_l1_loss_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.8035136Z test_meta_outplace_nn_functional_l1_loss_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.8035348Z test_meta_outplace_nn_functional_l1_loss_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.8035564Z test_meta_outplace_nn_functional_layer_norm_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:24:31.8035778Z test_meta_outplace_nn_functional_layer_norm_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:24:31.8035981Z test_meta_outplace_nn_functional_layer_norm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.8036187Z test_meta_outplace_nn_functional_layer_norm_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.8036398Z test_meta_outplace_nn_functional_leaky_relu_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.8036602Z test_meta_outplace_nn_functional_leaky_relu_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.8036803Z test_meta_outplace_nn_functional_leaky_relu_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.8037088Z test_meta_outplace_nn_functional_leaky_relu_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.8037315Z test_meta_outplace_nn_functional_linear_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.037s) 2022-11-23T02:24:31.8037531Z test_meta_outplace_nn_functional_linear_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.040s) 2022-11-23T02:24:31.8037747Z test_meta_outplace_nn_functional_linear_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.037s) 2022-11-23T02:24:31.8037963Z test_meta_outplace_nn_functional_linear_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.037s) 2022-11-23T02:24:31.8038169Z test_meta_outplace_nn_functional_linear_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.039s) 2022-11-23T02:24:31.8038376Z test_meta_outplace_nn_functional_linear_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:24:31.8038609Z test_meta_outplace_nn_functional_local_response_norm_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.8038824Z test_meta_outplace_nn_functional_local_response_norm_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.8039052Z test_meta_outplace_nn_functional_local_response_norm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.8039274Z test_meta_outplace_nn_functional_local_response_norm_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.8039498Z test_meta_outplace_nn_functional_logsigmoid_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.8039716Z test_meta_outplace_nn_functional_logsigmoid_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.8039927Z test_meta_outplace_nn_functional_logsigmoid_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.8040272Z test_meta_outplace_nn_functional_logsigmoid_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.8040523Z test_meta_outplace_nn_functional_margin_ranking_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.068s) 2022-11-23T02:24:31.8040758Z test_meta_outplace_nn_functional_margin_ranking_loss_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.089s) 2022-11-23T02:24:31.8041098Z test_meta_outplace_nn_functional_margin_ranking_loss_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.063s) 2022-11-23T02:24:31.8041515Z test_meta_outplace_nn_functional_margin_ranking_loss_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.077s) 2022-11-23T02:24:31.8041848Z test_meta_outplace_nn_functional_margin_ranking_loss_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.066s) 2022-11-23T02:24:31.8042073Z test_meta_outplace_nn_functional_margin_ranking_loss_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.063s) 2022-11-23T02:24:31.8042298Z test_meta_outplace_nn_functional_margin_ranking_loss_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.065s) 2022-11-23T02:24:31.8042527Z test_meta_outplace_nn_functional_margin_ranking_loss_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.063s) 2022-11-23T02:24:31.8042750Z test_meta_outplace_nn_functional_margin_ranking_loss_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.072s) 2022-11-23T02:24:31.8042971Z test_meta_outplace_nn_functional_max_pool1d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.719s) 2022-11-23T02:24:31.8043183Z test_meta_outplace_nn_functional_max_pool1d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.747s) 2022-11-23T02:24:31.8043390Z test_meta_outplace_nn_functional_max_pool1d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.775s) 2022-11-23T02:24:31.8043598Z test_meta_outplace_nn_functional_max_pool1d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.769s) 2022-11-23T02:24:31.8043811Z test_meta_outplace_nn_functional_max_pool2d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (1.256s) 2022-11-23T02:24:31.8044016Z test_meta_outplace_nn_functional_max_pool2d_cuda_float16 (__main__.TestMetaCUDA) ... ok (1.238s) 2022-11-23T02:24:31.8044202Z test_meta_outplace_nn_functional_max_pool2d_cuda_float32 (__main__.TestMetaCUDA) ... ok (1.248s) 2022-11-23T02:24:31.8044477Z test_meta_outplace_nn_functional_max_pool2d_cuda_float64 (__main__.TestMetaCUDA) ... ok (1.172s) 2022-11-23T02:24:31.8044704Z test_meta_outplace_nn_functional_max_pool3d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.783s) 2022-11-23T02:24:31.8044907Z test_meta_outplace_nn_functional_max_pool3d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.735s) 2022-11-23T02:24:31.8045110Z test_meta_outplace_nn_functional_max_pool3d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.738s) 2022-11-23T02:24:31.8045315Z test_meta_outplace_nn_functional_max_pool3d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.765s) 2022-11-23T02:24:31.8045538Z test_meta_outplace_nn_functional_max_unpool1d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.286s) 2022-11-23T02:24:31.8045750Z test_meta_outplace_nn_functional_max_unpool1d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.270s) 2022-11-23T02:24:31.8045960Z test_meta_outplace_nn_functional_max_unpool1d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.281s) 2022-11-23T02:24:31.8046188Z test_meta_outplace_nn_functional_max_unpool1d_grad_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.102s) 2022-11-23T02:24:31.8046416Z test_meta_outplace_nn_functional_max_unpool1d_grad_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.109s) 2022-11-23T02:24:31.8046764Z test_meta_outplace_nn_functional_max_unpool1d_grad_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.096s) 2022-11-23T02:24:31.8047021Z test_meta_outplace_nn_functional_max_unpool2d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.538s) 2022-11-23T02:24:31.8047237Z test_meta_outplace_nn_functional_max_unpool2d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.505s) 2022-11-23T02:24:31.8047453Z test_meta_outplace_nn_functional_max_unpool2d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.535s) 2022-11-23T02:24:31.8047963Z test_meta_outplace_nn_functional_max_unpool2d_grad_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.184s) 2022-11-23T02:24:31.8048198Z test_meta_outplace_nn_functional_max_unpool2d_grad_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.202s) 2022-11-23T02:24:31.8048426Z test_meta_outplace_nn_functional_max_unpool2d_grad_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.173s) 2022-11-23T02:24:31.8048646Z test_meta_outplace_nn_functional_max_unpool3d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.171s) 2022-11-23T02:24:31.8048859Z test_meta_outplace_nn_functional_max_unpool3d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.180s) 2022-11-23T02:24:31.8049167Z test_meta_outplace_nn_functional_max_unpool3d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.170s) 2022-11-23T02:24:31.8049391Z test_meta_outplace_nn_functional_max_unpool3d_grad_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.072s) 2022-11-23T02:24:31.8049601Z test_meta_outplace_nn_functional_max_unpool3d_grad_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.075s) 2022-11-23T02:24:31.8049822Z test_meta_outplace_nn_functional_max_unpool3d_grad_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.076s) 2022-11-23T02:24:31.8050032Z test_meta_outplace_nn_functional_mish_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.8050241Z test_meta_outplace_nn_functional_mish_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.8050447Z test_meta_outplace_nn_functional_mish_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.8050646Z test_meta_outplace_nn_functional_mish_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.8050864Z test_meta_outplace_nn_functional_mse_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.8051078Z test_meta_outplace_nn_functional_mse_loss_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.8051292Z test_meta_outplace_nn_functional_mse_loss_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.8051501Z test_meta_outplace_nn_functional_mse_loss_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.8051730Z test_meta_outplace_nn_functional_multi_margin_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.8052027Z test_meta_outplace_nn_functional_multi_margin_loss_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.8052268Z test_meta_outplace_nn_functional_multi_margin_loss_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.8052491Z test_meta_outplace_nn_functional_multi_margin_loss_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.8052734Z test_meta_outplace_nn_functional_multilabel_margin_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.8052967Z test_meta_outplace_nn_functional_multilabel_margin_loss_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.8053324Z test_meta_outplace_nn_functional_multilabel_margin_loss_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.8053579Z test_meta_outplace_nn_functional_multilabel_margin_loss_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.8053824Z test_meta_outplace_nn_functional_multilabel_soft_margin_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:24:31.8054195Z test_meta_outplace_nn_functional_multilabel_soft_margin_loss_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.8054584Z test_meta_outplace_nn_functional_multilabel_soft_margin_loss_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:24:31.8054826Z test_meta_outplace_nn_functional_multilabel_soft_margin_loss_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.8055038Z test_meta_outplace_nn_functional_nll_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.8055232Z test_meta_outplace_nn_functional_nll_loss_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.8055446Z test_meta_outplace_nn_functional_nll_loss_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:24:31.8055657Z test_meta_outplace_nn_functional_nll_loss_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.8055878Z test_meta_outplace_nn_functional_normalize_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.049s) 2022-11-23T02:24:31.8056100Z test_meta_outplace_nn_functional_normalize_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.049s) 2022-11-23T02:24:31.8056322Z test_meta_outplace_nn_functional_normalize_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.037s) 2022-11-23T02:24:31.8056638Z test_meta_outplace_nn_functional_normalize_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.051s) 2022-11-23T02:24:31.8056855Z test_meta_outplace_nn_functional_normalize_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.054s) 2022-11-23T02:24:31.8057071Z test_meta_outplace_nn_functional_normalize_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.042s) 2022-11-23T02:24:31.8057280Z test_meta_outplace_nn_functional_one_hot_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.8057503Z test_meta_outplace_nn_functional_pad_circular_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.8057721Z test_meta_outplace_nn_functional_pad_circular_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.8057951Z test_meta_outplace_nn_functional_pad_circular_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.8058177Z test_meta_outplace_nn_functional_pad_circular_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.8058401Z test_meta_outplace_nn_functional_pad_circular_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.8058615Z test_meta_outplace_nn_functional_pad_circular_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.8058824Z test_meta_outplace_nn_functional_pad_circular_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.8059039Z test_meta_outplace_nn_functional_pad_circular_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.8059323Z test_meta_outplace_nn_functional_pad_circular_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.8059552Z test_meta_outplace_nn_functional_pad_circular_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.8059763Z test_meta_outplace_nn_functional_pad_circular_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:24:31.8060106Z test_meta_outplace_nn_functional_pad_circular_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.8060339Z test_meta_outplace_nn_functional_pad_constant_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-11-23T02:24:31.8060554Z test_meta_outplace_nn_functional_pad_constant_cuda_bool (__main__.TestMetaCUDA) ... ok (0.035s) 2022-11-23T02:24:31.8060965Z test_meta_outplace_nn_functional_pad_constant_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-11-23T02:24:31.8061310Z test_meta_outplace_nn_functional_pad_constant_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.051s) 2022-11-23T02:24:31.8061544Z test_meta_outplace_nn_functional_pad_constant_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.043s) 2022-11-23T02:24:31.8061760Z test_meta_outplace_nn_functional_pad_constant_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:24:31.8061972Z test_meta_outplace_nn_functional_pad_constant_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.043s) 2022-11-23T02:24:31.8062188Z test_meta_outplace_nn_functional_pad_constant_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.033s) 2022-11-23T02:24:31.8062396Z test_meta_outplace_nn_functional_pad_constant_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.035s) 2022-11-23T02:24:31.8062603Z test_meta_outplace_nn_functional_pad_constant_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.035s) 2022-11-23T02:24:31.8062814Z test_meta_outplace_nn_functional_pad_constant_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-11-23T02:24:31.8063031Z test_meta_outplace_nn_functional_pad_constant_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.035s) 2022-11-23T02:24:31.8063257Z test_meta_outplace_nn_functional_pad_reflect_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.8063481Z test_meta_outplace_nn_functional_pad_reflect_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.8063705Z test_meta_outplace_nn_functional_pad_reflect_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.8064025Z test_meta_outplace_nn_functional_pad_reflect_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.8064234Z test_meta_outplace_nn_functional_pad_reflect_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.8064441Z test_meta_outplace_nn_functional_pad_reflect_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.8064672Z test_meta_outplace_nn_functional_pad_replicate_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.8064901Z test_meta_outplace_nn_functional_pad_replicate_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.8065129Z test_meta_outplace_nn_functional_pad_replicate_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.8065335Z test_meta_outplace_nn_functional_pad_replicate_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.8065551Z test_meta_outplace_nn_functional_pad_replicate_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.8065789Z test_meta_outplace_nn_functional_pairwise_distance_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.8066026Z test_meta_outplace_nn_functional_pairwise_distance_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:31.8066263Z test_meta_outplace_nn_functional_pairwise_distance_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:31.8066603Z test_meta_outplace_nn_functional_pairwise_distance_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:31.8066922Z test_meta_outplace_nn_functional_pairwise_distance_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.8067167Z test_meta_outplace_nn_functional_pairwise_distance_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.8067616Z test_meta_outplace_nn_functional_pairwise_distance_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.8067921Z test_meta_outplace_nn_functional_pairwise_distance_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.8068151Z test_meta_outplace_nn_functional_pairwise_distance_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:31.8068375Z test_meta_outplace_nn_functional_pairwise_distance_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.8068599Z test_meta_outplace_nn_functional_pairwise_distance_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.8068806Z test_meta_outplace_nn_functional_pdist_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:24:31.8069020Z test_meta_outplace_nn_functional_pdist_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.8069241Z test_meta_outplace_nn_functional_pixel_shuffle_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.8069457Z test_meta_outplace_nn_functional_pixel_shuffle_cuda_bool (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.8069686Z test_meta_outplace_nn_functional_pixel_shuffle_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.8069913Z test_meta_outplace_nn_functional_pixel_shuffle_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.8070133Z test_meta_outplace_nn_functional_pixel_shuffle_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.8070345Z test_meta_outplace_nn_functional_pixel_shuffle_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.8070554Z test_meta_outplace_nn_functional_pixel_shuffle_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.8070759Z test_meta_outplace_nn_functional_pixel_shuffle_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.8070967Z test_meta_outplace_nn_functional_pixel_shuffle_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.8071174Z test_meta_outplace_nn_functional_pixel_shuffle_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.8071492Z test_meta_outplace_nn_functional_pixel_shuffle_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.8071702Z test_meta_outplace_nn_functional_pixel_shuffle_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.8071929Z test_meta_outplace_nn_functional_pixel_unshuffle_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.8072151Z test_meta_outplace_nn_functional_pixel_unshuffle_cuda_bool (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.8072380Z test_meta_outplace_nn_functional_pixel_unshuffle_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.8072612Z test_meta_outplace_nn_functional_pixel_unshuffle_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.8072836Z test_meta_outplace_nn_functional_pixel_unshuffle_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.8073201Z test_meta_outplace_nn_functional_pixel_unshuffle_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.8073434Z test_meta_outplace_nn_functional_pixel_unshuffle_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.8073654Z test_meta_outplace_nn_functional_pixel_unshuffle_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.8074009Z test_meta_outplace_nn_functional_pixel_unshuffle_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.8074374Z test_meta_outplace_nn_functional_pixel_unshuffle_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.8074685Z test_meta_outplace_nn_functional_pixel_unshuffle_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.8074914Z test_meta_outplace_nn_functional_pixel_unshuffle_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.8075138Z test_meta_outplace_nn_functional_poisson_nll_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.270s) 2022-11-23T02:24:31.8075364Z test_meta_outplace_nn_functional_poisson_nll_loss_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.220s) 2022-11-23T02:24:31.8075590Z test_meta_outplace_nn_functional_poisson_nll_loss_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.187s) 2022-11-23T02:24:31.8075816Z test_meta_outplace_nn_functional_poisson_nll_loss_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.179s) 2022-11-23T02:24:31.8076038Z test_meta_outplace_nn_functional_poisson_nll_loss_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.185s) 2022-11-23T02:24:31.8076241Z test_meta_outplace_nn_functional_poisson_nll_loss_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.224s) 2022-11-23T02:24:31.8076462Z test_meta_outplace_nn_functional_poisson_nll_loss_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.198s) 2022-11-23T02:24:31.8076680Z test_meta_outplace_nn_functional_poisson_nll_loss_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.175s) 2022-11-23T02:24:31.8076899Z test_meta_outplace_nn_functional_poisson_nll_loss_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.226s) 2022-11-23T02:24:31.8077110Z test_meta_outplace_nn_functional_prelu_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.041s) 2022-11-23T02:24:31.8077317Z test_meta_outplace_nn_functional_prelu_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.035s) 2022-11-23T02:24:31.8077520Z test_meta_outplace_nn_functional_prelu_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-11-23T02:24:31.8077728Z test_meta_outplace_nn_functional_relu6_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.8077936Z test_meta_outplace_nn_functional_relu6_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.8078143Z test_meta_outplace_nn_functional_relu6_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.8078344Z test_meta_outplace_nn_functional_relu6_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.8078546Z test_meta_outplace_nn_functional_relu6_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.8078748Z test_meta_outplace_nn_functional_relu6_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.8079028Z test_meta_outplace_nn_functional_relu6_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.8079230Z test_meta_outplace_nn_functional_relu6_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.8079424Z test_meta_outplace_nn_functional_relu6_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:31.8079777Z test_meta_outplace_nn_functional_relu_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.8079986Z test_meta_outplace_nn_functional_relu_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.8080194Z test_meta_outplace_nn_functional_relu_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.8080514Z test_meta_outplace_nn_functional_relu_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.8080892Z test_meta_outplace_nn_functional_relu_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.8081106Z test_meta_outplace_nn_functional_relu_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.8081299Z test_meta_outplace_nn_functional_relu_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.8081497Z test_meta_outplace_nn_functional_relu_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:31.8081697Z test_meta_outplace_nn_functional_relu_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.8081905Z test_meta_outplace_nn_functional_rrelu_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.8082191Z test_meta_outplace_nn_functional_rrelu_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.8082413Z test_meta_outplace_nn_functional_rrelu_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.8082612Z test_meta_outplace_nn_functional_rrelu_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.8082818Z test_meta_outplace_nn_functional_selu_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.8083020Z test_meta_outplace_nn_functional_selu_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.8083221Z test_meta_outplace_nn_functional_selu_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.8083418Z test_meta_outplace_nn_functional_selu_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.8083620Z test_meta_outplace_nn_functional_silu_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.8083820Z test_meta_outplace_nn_functional_silu_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.8084019Z test_meta_outplace_nn_functional_silu_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.8084214Z test_meta_outplace_nn_functional_silu_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.8084436Z test_meta_outplace_nn_functional_smooth_l1_loss_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.8084654Z test_meta_outplace_nn_functional_smooth_l1_loss_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.8084874Z test_meta_outplace_nn_functional_smooth_l1_loss_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.8085101Z test_meta_outplace_nn_functional_soft_margin_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.8085309Z test_meta_outplace_nn_functional_soft_margin_loss_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.8085536Z test_meta_outplace_nn_functional_soft_margin_loss_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.8085760Z test_meta_outplace_nn_functional_soft_margin_loss_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.8085973Z test_meta_outplace_nn_functional_softmin_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.8086414Z test_meta_outplace_nn_functional_softmin_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.8086628Z test_meta_outplace_nn_functional_softmin_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.8086841Z test_meta_outplace_nn_functional_softmin_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:31.8087220Z test_meta_outplace_nn_functional_softmin_with_dtype_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.8087587Z test_meta_outplace_nn_functional_softmin_with_dtype_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.8087833Z test_meta_outplace_nn_functional_softmin_with_dtype_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.8088060Z test_meta_outplace_nn_functional_softmin_with_dtype_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.8088283Z test_meta_outplace_nn_functional_softmin_with_dtype_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.8088507Z test_meta_outplace_nn_functional_softmin_with_dtype_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:24:31.8088731Z test_meta_outplace_nn_functional_softmin_with_dtype_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:24:31.8088954Z test_meta_outplace_nn_functional_softmin_with_dtype_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.8089177Z test_meta_outplace_nn_functional_softmin_with_dtype_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.8089487Z test_meta_outplace_nn_functional_softmin_with_dtype_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.8089727Z test_meta_outplace_nn_functional_softmin_with_dtype_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.8089943Z test_meta_outplace_nn_functional_softplus_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.8090156Z test_meta_outplace_nn_functional_softplus_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.8090373Z test_meta_outplace_nn_functional_softplus_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.8090586Z test_meta_outplace_nn_functional_softplus_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.8090791Z test_meta_outplace_nn_functional_softshrink_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:24:31.8091005Z test_meta_outplace_nn_functional_softshrink_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:24:31.8091214Z test_meta_outplace_nn_functional_softshrink_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:24:31.8091420Z test_meta_outplace_nn_functional_softshrink_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.037s) 2022-11-23T02:24:31.8091631Z test_meta_outplace_nn_functional_softsign_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.8091842Z test_meta_outplace_nn_functional_softsign_cuda_bool (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.8092066Z test_meta_outplace_nn_functional_softsign_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.8092286Z test_meta_outplace_nn_functional_softsign_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.8092497Z test_meta_outplace_nn_functional_softsign_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.8092828Z test_meta_outplace_nn_functional_softsign_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:24:31.8093079Z test_meta_outplace_nn_functional_softsign_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.8093291Z test_meta_outplace_nn_functional_softsign_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.8093506Z test_meta_outplace_nn_functional_softsign_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.8093981Z test_meta_outplace_nn_functional_softsign_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.8094301Z test_meta_outplace_nn_functional_softsign_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.8094508Z test_meta_outplace_nn_functional_softsign_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.8094726Z test_meta_outplace_nn_functional_tanhshrink_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.8094952Z test_meta_outplace_nn_functional_tanhshrink_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.8095176Z test_meta_outplace_nn_functional_tanhshrink_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.8095389Z test_meta_outplace_nn_functional_tanhshrink_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.8095581Z test_meta_outplace_nn_functional_tanhshrink_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.8095784Z test_meta_outplace_nn_functional_tanhshrink_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.8096000Z test_meta_outplace_nn_functional_tanhshrink_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.8096211Z test_meta_outplace_nn_functional_tanhshrink_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.8096424Z test_meta_outplace_nn_functional_tanhshrink_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.8096635Z test_meta_outplace_nn_functional_tanhshrink_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.8096912Z test_meta_outplace_nn_functional_tanhshrink_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.8097149Z test_meta_outplace_nn_functional_threshold_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.8097366Z test_meta_outplace_nn_functional_threshold_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.8097583Z test_meta_outplace_nn_functional_threshold_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.8097802Z test_meta_outplace_nn_functional_threshold_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.8098011Z test_meta_outplace_nn_functional_threshold_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.8098224Z test_meta_outplace_nn_functional_threshold_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.8098435Z test_meta_outplace_nn_functional_threshold_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.8098647Z test_meta_outplace_nn_functional_threshold_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.8098856Z test_meta_outplace_nn_functional_threshold_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.8099090Z test_meta_outplace_nn_functional_triplet_margin_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.035s) 2022-11-23T02:24:31.8099474Z test_meta_outplace_nn_functional_triplet_margin_loss_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.039s) 2022-11-23T02:24:31.8099720Z test_meta_outplace_nn_functional_triplet_margin_loss_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.034s) 2022-11-23T02:24:31.8099950Z test_meta_outplace_nn_functional_triplet_margin_loss_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.039s) 2022-11-23T02:24:31.8100372Z test_meta_outplace_nn_functional_triplet_margin_loss_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:24:31.8100689Z test_meta_outplace_nn_functional_triplet_margin_loss_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.042s) 2022-11-23T02:24:31.8100907Z test_meta_outplace_nn_functional_triplet_margin_loss_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:24:31.8101134Z test_meta_outplace_nn_functional_triplet_margin_loss_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.036s) 2022-11-23T02:24:31.8101356Z test_meta_outplace_nn_functional_triplet_margin_loss_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.049s) 2022-11-23T02:24:31.8101676Z test_meta_outplace_nn_functional_triplet_margin_loss_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.036s) 2022-11-23T02:24:31.8101899Z test_meta_outplace_nn_functional_triplet_margin_loss_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.034s) 2022-11-23T02:24:31.8102154Z test_meta_outplace_nn_functional_triplet_margin_with_distance_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.045s) 2022-11-23T02:24:31.8102410Z test_meta_outplace_nn_functional_triplet_margin_with_distance_loss_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.045s) 2022-11-23T02:24:31.8102670Z test_meta_outplace_nn_functional_triplet_margin_with_distance_loss_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.039s) 2022-11-23T02:24:31.8102920Z test_meta_outplace_nn_functional_triplet_margin_with_distance_loss_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.052s) 2022-11-23T02:24:31.8103168Z test_meta_outplace_nn_functional_triplet_margin_with_distance_loss_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.035s) 2022-11-23T02:24:31.8103418Z test_meta_outplace_nn_functional_triplet_margin_with_distance_loss_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-11-23T02:24:31.8103665Z test_meta_outplace_nn_functional_triplet_margin_with_distance_loss_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.036s) 2022-11-23T02:24:31.8103913Z test_meta_outplace_nn_functional_triplet_margin_with_distance_loss_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.035s) 2022-11-23T02:24:31.8104158Z test_meta_outplace_nn_functional_triplet_margin_with_distance_loss_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.035s) 2022-11-23T02:24:31.8104470Z test_meta_outplace_nn_functional_triplet_margin_with_distance_loss_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-11-23T02:24:31.8104727Z test_meta_outplace_nn_functional_triplet_margin_with_distance_loss_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:24:31.8104940Z test_meta_outplace_nn_functional_unfold_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.862s) 2022-11-23T02:24:31.8105161Z test_meta_outplace_nn_functional_unfold_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.871s) 2022-11-23T02:24:31.8105376Z test_meta_outplace_nn_functional_unfold_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.833s) 2022-11-23T02:24:31.8105585Z test_meta_outplace_nn_functional_unfold_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.834s) 2022-11-23T02:24:31.8105929Z test_meta_outplace_nn_functional_unfold_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.859s) 2022-11-23T02:24:31.8106148Z test_meta_outplace_nn_functional_unfold_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.859s) 2022-11-23T02:24:31.8106381Z test_meta_outplace_nn_functional_upsample_bilinear_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.8106719Z test_meta_outplace_nn_functional_upsample_bilinear_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.8107106Z test_meta_outplace_nn_functional_upsample_bilinear_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.001s) 2022-11-23T02:24:31.8107354Z test_meta_outplace_nn_functional_upsample_nearest_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.8107580Z test_meta_outplace_nn_functional_upsample_nearest_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.8107807Z test_meta_outplace_nn_functional_upsample_nearest_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.8108032Z test_meta_outplace_nn_functional_upsample_nearest_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.8108228Z test_meta_outplace_nonzero_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.056s) 2022-11-23T02:24:31.8108413Z test_meta_outplace_nonzero_cuda_bool (__main__.TestMetaCUDA) ... ok (0.047s) 2022-11-23T02:24:31.8108611Z test_meta_outplace_nonzero_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.037s) 2022-11-23T02:24:31.8108803Z test_meta_outplace_nonzero_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.062s) 2022-11-23T02:24:31.8109665Z test_meta_outplace_nonzero_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.053s) 2022-11-23T02:24:31.8109856Z test_meta_outplace_nonzero_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.058s) 2022-11-23T02:24:31.8110045Z test_meta_outplace_nonzero_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.044s) 2022-11-23T02:24:31.8110232Z test_meta_outplace_nonzero_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.038s) 2022-11-23T02:24:31.8110419Z test_meta_outplace_nonzero_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.062s) 2022-11-23T02:24:31.8110603Z test_meta_outplace_nonzero_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.067s) 2022-11-23T02:24:31.8110793Z test_meta_outplace_nonzero_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.064s) 2022-11-23T02:24:31.8110976Z test_meta_outplace_nonzero_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.063s) 2022-11-23T02:24:31.8111162Z test_meta_outplace_nonzero_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.066s) 2022-11-23T02:24:31.8111354Z test_meta_outplace_norm_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.117s) 2022-11-23T02:24:31.8111528Z test_meta_outplace_norm_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.119s) 2022-11-23T02:24:31.8111715Z test_meta_outplace_norm_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.119s) 2022-11-23T02:24:31.8111897Z test_meta_outplace_norm_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.113s) 2022-11-23T02:24:31.8112082Z test_meta_outplace_norm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.114s) 2022-11-23T02:24:31.8112268Z test_meta_outplace_norm_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.113s) 2022-11-23T02:24:31.8112702Z test_meta_outplace_norm_fro_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.8112916Z test_meta_outplace_norm_fro_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.8113213Z test_meta_outplace_norm_fro_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.8113609Z test_meta_outplace_norm_fro_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.8113806Z test_meta_outplace_norm_fro_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.8113993Z test_meta_outplace_norm_fro_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.8114190Z test_meta_outplace_norm_inf_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.8114540Z test_meta_outplace_norm_inf_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.8114769Z test_meta_outplace_norm_inf_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.8114959Z test_meta_outplace_norm_inf_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.8115138Z test_meta_outplace_norm_inf_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.8115315Z test_meta_outplace_norm_inf_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.8115508Z test_meta_outplace_norm_nuc_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.8115681Z test_meta_outplace_norm_nuc_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.8115862Z test_meta_outplace_norm_nuc_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.8116040Z test_meta_outplace_norm_nuc_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.8116227Z test_meta_outplace_normal_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.8116417Z test_meta_outplace_normal_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.8116610Z test_meta_outplace_normal_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.8116800Z test_meta_outplace_normal_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.8117009Z test_meta_outplace_normal_number_mean_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.8117321Z test_meta_outplace_normal_number_mean_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.8117526Z test_meta_outplace_normal_number_mean_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.8117725Z test_meta_outplace_normal_number_mean_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.8117911Z test_meta_outplace_ones_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.8118090Z test_meta_outplace_ones_cuda_bool (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.8118283Z test_meta_outplace_ones_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.8118476Z test_meta_outplace_ones_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.8118663Z test_meta_outplace_ones_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.8118847Z test_meta_outplace_ones_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.8119181Z test_meta_outplace_ones_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.8119353Z test_meta_outplace_ones_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.8119532Z test_meta_outplace_ones_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.8119712Z test_meta_outplace_ones_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.8119999Z test_meta_outplace_ones_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.8120381Z test_meta_outplace_ones_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.8120654Z test_meta_outplace_ones_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.8120863Z test_meta_outplace_ones_like_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.8121048Z test_meta_outplace_ones_like_cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.8121248Z test_meta_outplace_ones_like_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.8121450Z test_meta_outplace_ones_like_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:31.8121639Z test_meta_outplace_ones_like_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.8121831Z test_meta_outplace_ones_like_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.8122016Z test_meta_outplace_ones_like_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.8122197Z test_meta_outplace_ones_like_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.8122387Z test_meta_outplace_ones_like_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.8122571Z test_meta_outplace_ones_like_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.8122763Z test_meta_outplace_ones_like_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.8122947Z test_meta_outplace_ones_like_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.8123115Z test_meta_outplace_ones_like_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.8123309Z test_meta_outplace_ormqr_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.490s) 2022-11-23T02:24:31.8123497Z test_meta_outplace_ormqr_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.444s) 2022-11-23T02:24:31.8123684Z test_meta_outplace_ormqr_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.439s) 2022-11-23T02:24:31.8123871Z test_meta_outplace_ormqr_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.486s) 2022-11-23T02:24:31.8124061Z test_meta_outplace_outer_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.8124244Z test_meta_outplace_outer_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.8124439Z test_meta_outplace_outer_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.8124627Z test_meta_outplace_outer_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.8124902Z test_meta_outplace_outer_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.8125086Z test_meta_outplace_outer_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.8125268Z test_meta_outplace_outer_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.8125450Z test_meta_outplace_outer_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.8125761Z test_meta_outplace_outer_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.8125957Z test_meta_outplace_outer_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.8126143Z test_meta_outplace_outer_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.8126322Z test_meta_outplace_outer_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.8126652Z test_meta_outplace_pca_lowrank_cuda_float32 (__main__.TestMetaCUDA) ... ok (2.308s) 2022-11-23T02:24:31.8127004Z test_meta_outplace_pca_lowrank_cuda_float64 (__main__.TestMetaCUDA) ... ok (2.071s) 2022-11-23T02:24:31.8127207Z test_meta_outplace_permute_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.8127393Z test_meta_outplace_permute_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.8127589Z test_meta_outplace_permute_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.8127783Z test_meta_outplace_permute_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.8127973Z test_meta_outplace_permute_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.8128244Z test_meta_outplace_permute_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.8128449Z test_meta_outplace_permute_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.8128640Z test_meta_outplace_permute_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.8128831Z test_meta_outplace_permute_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.8129019Z test_meta_outplace_permute_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.8129204Z test_meta_outplace_permute_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.8129390Z test_meta_outplace_permute_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.8129573Z test_meta_outplace_permute_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.8129775Z test_meta_outplace_pinverse_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.8129972Z test_meta_outplace_pinverse_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.8130164Z test_meta_outplace_pinverse_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:24:31.8130349Z test_meta_outplace_pinverse_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.8130518Z test_meta_outplace_polar_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.034s) 2022-11-23T02:24:31.8130706Z test_meta_outplace_polar_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.8130918Z test_meta_outplace_polygamma_polygamma_n_0_cuda_bool (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.8131135Z test_meta_outplace_polygamma_polygamma_n_0_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.8131351Z test_meta_outplace_polygamma_polygamma_n_0_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.8131567Z test_meta_outplace_polygamma_polygamma_n_0_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.8131783Z test_meta_outplace_polygamma_polygamma_n_0_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.8131995Z test_meta_outplace_polygamma_polygamma_n_0_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.8132335Z test_meta_outplace_polygamma_polygamma_n_0_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:31.8132651Z test_meta_outplace_polygamma_polygamma_n_0_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.8132862Z test_meta_outplace_polygamma_polygamma_n_0_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.8133213Z test_meta_outplace_polygamma_polygamma_n_1_cuda_bool (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.8133587Z test_meta_outplace_polygamma_polygamma_n_1_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:31.8133813Z test_meta_outplace_polygamma_polygamma_n_1_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.8134034Z test_meta_outplace_polygamma_polygamma_n_1_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.8134246Z test_meta_outplace_polygamma_polygamma_n_1_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.8134454Z test_meta_outplace_polygamma_polygamma_n_1_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.8134668Z test_meta_outplace_polygamma_polygamma_n_1_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:24:31.8134878Z test_meta_outplace_polygamma_polygamma_n_1_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.8135082Z test_meta_outplace_polygamma_polygamma_n_1_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.8135276Z test_meta_outplace_polygamma_polygamma_n_2_cuda_bool (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.8135488Z test_meta_outplace_polygamma_polygamma_n_2_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.8135783Z test_meta_outplace_polygamma_polygamma_n_2_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:24:31.8136015Z test_meta_outplace_polygamma_polygamma_n_2_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.8136223Z test_meta_outplace_polygamma_polygamma_n_2_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.8136435Z test_meta_outplace_polygamma_polygamma_n_2_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.8136645Z test_meta_outplace_polygamma_polygamma_n_2_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.8136852Z test_meta_outplace_polygamma_polygamma_n_2_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.8137057Z test_meta_outplace_polygamma_polygamma_n_2_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.8137267Z test_meta_outplace_polygamma_polygamma_n_3_cuda_bool (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.8137482Z test_meta_outplace_polygamma_polygamma_n_3_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.8137691Z test_meta_outplace_polygamma_polygamma_n_3_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.8137904Z test_meta_outplace_polygamma_polygamma_n_3_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.8138113Z test_meta_outplace_polygamma_polygamma_n_3_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.8138322Z test_meta_outplace_polygamma_polygamma_n_3_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.8138528Z test_meta_outplace_polygamma_polygamma_n_3_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.8138845Z test_meta_outplace_polygamma_polygamma_n_3_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.8139083Z test_meta_outplace_polygamma_polygamma_n_3_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:31.8139297Z test_meta_outplace_polygamma_polygamma_n_4_cuda_bool (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.8139507Z test_meta_outplace_polygamma_polygamma_n_4_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.8139914Z test_meta_outplace_polygamma_polygamma_n_4_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.8140286Z test_meta_outplace_polygamma_polygamma_n_4_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.8140496Z test_meta_outplace_polygamma_polygamma_n_4_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.8140703Z test_meta_outplace_polygamma_polygamma_n_4_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.8140912Z test_meta_outplace_polygamma_polygamma_n_4_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.8141122Z test_meta_outplace_polygamma_polygamma_n_4_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.8141333Z test_meta_outplace_polygamma_polygamma_n_4_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.8141528Z test_meta_outplace_positive_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.8141724Z test_meta_outplace_positive_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.8141921Z test_meta_outplace_positive_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.8142113Z test_meta_outplace_positive_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.8142303Z test_meta_outplace_positive_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.8142487Z test_meta_outplace_positive_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.8142677Z test_meta_outplace_positive_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.8142863Z test_meta_outplace_positive_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.8143125Z test_meta_outplace_positive_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.8143328Z test_meta_outplace_positive_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.8143515Z test_meta_outplace_positive_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.8143699Z test_meta_outplace_positive_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.8143889Z test_meta_outplace_pow_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:24:31.8144061Z test_meta_outplace_pow_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.8144245Z test_meta_outplace_pow_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.8144430Z test_meta_outplace_pow_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:24:31.8144612Z test_meta_outplace_pow_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:24:31.8144798Z test_meta_outplace_pow_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-11-23T02:24:31.8144976Z test_meta_outplace_pow_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:24:31.8145153Z test_meta_outplace_pow_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:24:31.8145470Z test_meta_outplace_pow_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:31.8145658Z test_meta_outplace_pow_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.8145834Z test_meta_outplace_pow_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:24:31.8146006Z test_meta_outplace_pow_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.8146199Z test_meta_outplace_prod_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:24:31.8146669Z test_meta_outplace_prod_cuda_bool (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:24:31.8146875Z test_meta_outplace_prod_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:24:31.8147070Z test_meta_outplace_prod_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:24:31.8147261Z test_meta_outplace_prod_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.036s) 2022-11-23T02:24:31.8147445Z test_meta_outplace_prod_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:24:31.8147613Z test_meta_outplace_prod_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:24:31.8147899Z test_meta_outplace_prod_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.034s) 2022-11-23T02:24:31.8148085Z test_meta_outplace_prod_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.036s) 2022-11-23T02:24:31.8148267Z test_meta_outplace_prod_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.037s) 2022-11-23T02:24:31.8148445Z test_meta_outplace_prod_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.8148625Z test_meta_outplace_prod_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.036s) 2022-11-23T02:24:31.8148804Z test_meta_outplace_prod_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:24:31.8148988Z test_meta_outplace_put_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.8149166Z test_meta_outplace_put_cuda_bool (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.8149356Z test_meta_outplace_put_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:24:31.8149544Z test_meta_outplace_put_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:24:31.8149725Z test_meta_outplace_put_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:24:31.8149906Z test_meta_outplace_put_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:24:31.8150085Z test_meta_outplace_put_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.8150261Z test_meta_outplace_put_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:24:31.8150438Z test_meta_outplace_put_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:24:31.8151213Z test_meta_outplace_put_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:24:31.8151446Z test_meta_outplace_put_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:24:31.8151603Z test_meta_outplace_put_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:24:31.8151790Z test_meta_outplace_qr_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.037s) 2022-11-23T02:24:31.8151981Z test_meta_outplace_qr_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.035s) 2022-11-23T02:24:31.8152162Z test_meta_outplace_qr_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.037s) 2022-11-23T02:24:31.8152342Z test_meta_outplace_qr_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.033s) 2022-11-23T02:24:31.8152537Z test_meta_outplace_quantile_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.465s) 2022-11-23T02:24:31.8152722Z test_meta_outplace_quantile_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.549s) 2022-11-23T02:24:31.8152911Z test_meta_outplace_rad2deg_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.8153097Z test_meta_outplace_rad2deg_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.8153288Z test_meta_outplace_rad2deg_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.8153478Z test_meta_outplace_rad2deg_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.8153673Z test_meta_outplace_rad2deg_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.8153859Z test_meta_outplace_rad2deg_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.8154045Z test_meta_outplace_rad2deg_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.8154229Z test_meta_outplace_rad2deg_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.8154414Z test_meta_outplace_rad2deg_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.8154597Z test_meta_outplace_rad2deg_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.8154775Z test_meta_outplace_rand_like_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.8154973Z test_meta_outplace_rand_like_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.8155169Z test_meta_outplace_rand_like_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.8155465Z test_meta_outplace_rand_like_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.8155657Z test_meta_outplace_rand_like_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.8155843Z test_meta_outplace_rand_like_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.8156024Z test_meta_outplace_rand_like_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.8156212Z test_meta_outplace_randint_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.8156406Z test_meta_outplace_randint_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.8156595Z test_meta_outplace_randint_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.8156783Z test_meta_outplace_randint_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.8157111Z test_meta_outplace_randint_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.8157310Z test_meta_outplace_randint_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.8157495Z test_meta_outplace_randint_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.8157679Z test_meta_outplace_randint_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.8158054Z test_meta_outplace_randint_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.8158438Z test_meta_outplace_randint_like_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.8158782Z test_meta_outplace_randint_like_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.8159085Z test_meta_outplace_randint_like_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.8159279Z test_meta_outplace_randint_like_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:24:31.8159478Z test_meta_outplace_randint_like_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.8159671Z test_meta_outplace_randint_like_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:24:31.8159854Z test_meta_outplace_randint_like_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:31.8160043Z test_meta_outplace_randint_like_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.8160226Z test_meta_outplace_randint_like_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:24:31.8160413Z test_meta_outplace_randn_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.8160606Z test_meta_outplace_randn_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.8160800Z test_meta_outplace_randn_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.8160991Z test_meta_outplace_randn_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.8161177Z test_meta_outplace_randn_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.8161365Z test_meta_outplace_randn_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.8161548Z test_meta_outplace_randn_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.8161744Z test_meta_outplace_randn_like_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.8161943Z test_meta_outplace_randn_like_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.8162139Z test_meta_outplace_randn_like_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.8162336Z test_meta_outplace_randn_like_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.8162529Z test_meta_outplace_randn_like_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.8162701Z test_meta_outplace_randn_like_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:24:31.8162883Z test_meta_outplace_randn_like_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.8163159Z test_meta_outplace_ravel_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.8163343Z test_meta_outplace_ravel_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.8163537Z test_meta_outplace_ravel_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.8163728Z test_meta_outplace_ravel_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.8163916Z test_meta_outplace_ravel_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.8164100Z test_meta_outplace_ravel_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.8164289Z test_meta_outplace_ravel_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.8164475Z test_meta_outplace_ravel_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.8164655Z test_meta_outplace_ravel_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.8164840Z test_meta_outplace_ravel_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.8165015Z test_meta_outplace_ravel_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.8165198Z test_meta_outplace_ravel_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.8165373Z test_meta_outplace_ravel_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.8165557Z test_meta_outplace_real_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.8165738Z test_meta_outplace_real_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.8165996Z test_meta_outplace_real_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.8166187Z test_meta_outplace_real_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.8166378Z test_meta_outplace_real_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.8166562Z test_meta_outplace_real_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.8166749Z test_meta_outplace_real_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.8166931Z test_meta_outplace_real_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.8167115Z test_meta_outplace_real_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.8167293Z test_meta_outplace_real_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.8167470Z test_meta_outplace_real_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.8167648Z test_meta_outplace_real_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.8167826Z test_meta_outplace_real_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.8168027Z test_meta_outplace_reciprocal_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.8168220Z test_meta_outplace_reciprocal_cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.8168429Z test_meta_outplace_reciprocal_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.8168632Z test_meta_outplace_reciprocal_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.8168829Z test_meta_outplace_reciprocal_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.8169025Z test_meta_outplace_reciprocal_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.8169210Z test_meta_outplace_reciprocal_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.8169389Z test_meta_outplace_reciprocal_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.8169578Z test_meta_outplace_reciprocal_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.8169762Z test_meta_outplace_reciprocal_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.8169951Z test_meta_outplace_reciprocal_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.8170233Z test_meta_outplace_reciprocal_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.8170434Z test_meta_outplace_remainder_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:24:31.8170630Z test_meta_outplace_remainder_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.035s) 2022-11-23T02:24:31.8170818Z test_meta_outplace_remainder_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:24:31.8171004Z test_meta_outplace_remainder_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.8171191Z test_meta_outplace_remainder_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:24:31.8171384Z test_meta_outplace_remainder_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:24:31.8171572Z test_meta_outplace_remainder_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-11-23T02:24:31.8171763Z test_meta_outplace_remainder_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.033s) 2022-11-23T02:24:31.8171954Z test_meta_outplace_remainder_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:24:31.8172141Z test_meta_outplace_renorm_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.8172335Z test_meta_outplace_renorm_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.8172531Z test_meta_outplace_renorm_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.8172716Z test_meta_outplace_renorm_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.8172885Z test_meta_outplace_renorm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.8173140Z test_meta_outplace_renorm_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.8173346Z test_meta_outplace_repeat_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-11-23T02:24:31.8173531Z test_meta_outplace_repeat_cuda_bool (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:24:31.8173729Z test_meta_outplace_repeat_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:24:31.8174029Z test_meta_outplace_repeat_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.038s) 2022-11-23T02:24:31.8174251Z test_meta_outplace_repeat_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:24:31.8174441Z test_meta_outplace_repeat_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:24:31.8174626Z test_meta_outplace_repeat_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:24:31.8174927Z test_meta_outplace_repeat_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.8175296Z test_meta_outplace_repeat_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:24:31.8175491Z test_meta_outplace_repeat_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:24:31.8175675Z test_meta_outplace_repeat_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:24:31.8175857Z test_meta_outplace_repeat_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:24:31.8176072Z test_meta_outplace_repeat_interleave_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.8176275Z test_meta_outplace_repeat_interleave_cuda_bool (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.8176492Z test_meta_outplace_repeat_interleave_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.8176706Z test_meta_outplace_repeat_interleave_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.8176920Z test_meta_outplace_repeat_interleave_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.8177112Z test_meta_outplace_repeat_interleave_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.8177318Z test_meta_outplace_repeat_interleave_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.8177517Z test_meta_outplace_repeat_interleave_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.8177822Z test_meta_outplace_repeat_interleave_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.8178024Z test_meta_outplace_repeat_interleave_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.8178224Z test_meta_outplace_repeat_interleave_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.8178426Z test_meta_outplace_repeat_interleave_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.8178625Z test_meta_outplace_repeat_interleave_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.8178825Z test_meta_outplace_reshape_as_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.8179016Z test_meta_outplace_reshape_as_cuda_bool (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.8179219Z test_meta_outplace_reshape_as_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.8179420Z test_meta_outplace_reshape_as_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.8179626Z test_meta_outplace_reshape_as_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.8179821Z test_meta_outplace_reshape_as_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.8180010Z test_meta_outplace_reshape_as_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.8180194Z test_meta_outplace_reshape_as_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.8180385Z test_meta_outplace_reshape_as_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.8180638Z test_meta_outplace_reshape_as_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.8180837Z test_meta_outplace_reshape_as_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.8181009Z test_meta_outplace_reshape_as_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.8181200Z test_meta_outplace_reshape_as_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.8181396Z test_meta_outplace_reshape_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.8181583Z test_meta_outplace_reshape_cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.8181782Z test_meta_outplace_reshape_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.8181980Z test_meta_outplace_reshape_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.8182170Z test_meta_outplace_reshape_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.8182364Z test_meta_outplace_reshape_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.8182552Z test_meta_outplace_reshape_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.8182739Z test_meta_outplace_reshape_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.8182927Z test_meta_outplace_reshape_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.8183117Z test_meta_outplace_reshape_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.8183302Z test_meta_outplace_reshape_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.8183487Z test_meta_outplace_reshape_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.8183671Z test_meta_outplace_reshape_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.8183862Z test_meta_outplace_resize__cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.8184049Z test_meta_outplace_resize__cuda_bool (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.8184242Z test_meta_outplace_resize__cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.8184418Z test_meta_outplace_resize__cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.8184605Z test_meta_outplace_resize__cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.8184880Z test_meta_outplace_resize__cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.8185071Z test_meta_outplace_resize__cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.8185256Z test_meta_outplace_resize__cuda_int16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.8185437Z test_meta_outplace_resize__cuda_int32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.8185619Z test_meta_outplace_resize__cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.8185802Z test_meta_outplace_resize__cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.8185988Z test_meta_outplace_resize__cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.8186188Z test_meta_outplace_resize_as__cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.8186371Z test_meta_outplace_resize_as__cuda_bool (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.8186572Z test_meta_outplace_resize_as__cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.8186770Z test_meta_outplace_resize_as__cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.8186964Z test_meta_outplace_resize_as__cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.8187153Z test_meta_outplace_resize_as__cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.8187338Z test_meta_outplace_resize_as__cuda_float64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.8187597Z test_meta_outplace_resize_as__cuda_int16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.8187796Z test_meta_outplace_resize_as__cuda_int32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.8187959Z test_meta_outplace_resize_as__cuda_int64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.8188144Z test_meta_outplace_resize_as__cuda_int8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.8188335Z test_meta_outplace_resize_as__cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.8188533Z test_meta_outplace_resolve_conj_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.8188723Z test_meta_outplace_resolve_conj_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.8188926Z test_meta_outplace_resolve_conj_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.8189126Z test_meta_outplace_resolve_conj_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.8189327Z test_meta_outplace_resolve_conj_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.8189526Z test_meta_outplace_resolve_conj_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.8189722Z test_meta_outplace_resolve_conj_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.8189911Z test_meta_outplace_resolve_conj_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.8190107Z test_meta_outplace_resolve_conj_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.8190295Z test_meta_outplace_resolve_conj_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.8190485Z test_meta_outplace_resolve_conj_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.8190674Z test_meta_outplace_resolve_conj_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.8190869Z test_meta_outplace_resolve_neg_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.8191062Z test_meta_outplace_resolve_neg_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.8191262Z test_meta_outplace_resolve_neg_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.8191447Z test_meta_outplace_resolve_neg_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.8191648Z test_meta_outplace_resolve_neg_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.8191933Z test_meta_outplace_resolve_neg_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.8192122Z test_meta_outplace_resolve_neg_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.8192314Z test_meta_outplace_resolve_neg_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.8192504Z test_meta_outplace_resolve_neg_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.8192687Z test_meta_outplace_resolve_neg_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.8192871Z test_meta_outplace_resolve_neg_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.8193061Z test_meta_outplace_resolve_neg_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.8193244Z test_meta_outplace_resolve_neg_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.8193430Z test_meta_outplace_roll_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:24:31.8193613Z test_meta_outplace_roll_cuda_bool (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.8193804Z test_meta_outplace_roll_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.8193994Z test_meta_outplace_roll_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.8194183Z test_meta_outplace_roll_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.8194365Z test_meta_outplace_roll_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.8194620Z test_meta_outplace_roll_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.8194820Z test_meta_outplace_roll_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.8194985Z test_meta_outplace_roll_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:31.8195164Z test_meta_outplace_roll_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:24:31.8195344Z test_meta_outplace_roll_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:24:31.8195521Z test_meta_outplace_roll_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:31.8195695Z test_meta_outplace_roll_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.8195884Z test_meta_outplace_rot90_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:24:31.8196065Z test_meta_outplace_rot90_cuda_bool (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:24:31.8196256Z test_meta_outplace_rot90_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:24:31.8196444Z test_meta_outplace_rot90_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:24:31.8196626Z test_meta_outplace_rot90_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:24:31.8196807Z test_meta_outplace_rot90_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:24:31.8196992Z test_meta_outplace_rot90_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:24:31.8197170Z test_meta_outplace_rot90_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:24:31.8197350Z test_meta_outplace_rot90_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:24:31.8197523Z test_meta_outplace_rot90_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:24:31.8197700Z test_meta_outplace_rot90_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.8197873Z test_meta_outplace_rot90_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.033s) 2022-11-23T02:24:31.8198064Z test_meta_outplace_round_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.8198365Z test_meta_outplace_round_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.8198703Z test_meta_outplace_round_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.8199053Z test_meta_outplace_round_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.8199553Z test_meta_outplace_round_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.8199902Z test_meta_outplace_round_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.8200246Z test_meta_outplace_round_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.8200597Z test_meta_outplace_round_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.8200943Z test_meta_outplace_round_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.8201343Z test_meta_outplace_round_decimals_0_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.8201737Z test_meta_outplace_round_decimals_0_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.8202132Z test_meta_outplace_round_decimals_0_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.8202520Z test_meta_outplace_round_decimals_0_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.8202923Z test_meta_outplace_round_decimals_3_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.8203301Z test_meta_outplace_round_decimals_3_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:31.8203695Z test_meta_outplace_round_decimals_3_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.8204088Z test_meta_outplace_round_decimals_3_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.8204485Z test_meta_outplace_round_decimals_neg_3_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.8205040Z test_meta_outplace_round_decimals_neg_3_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.8205464Z test_meta_outplace_round_decimals_neg_3_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.8205952Z test_meta_outplace_round_decimals_neg_3_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.8206346Z test_meta_outplace_rsqrt_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.8206820Z test_meta_outplace_rsqrt_cuda_bool (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.8207280Z test_meta_outplace_rsqrt_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.8207657Z test_meta_outplace_rsqrt_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.8208031Z test_meta_outplace_rsqrt_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.8208397Z test_meta_outplace_rsqrt_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.8208773Z test_meta_outplace_rsqrt_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.8209137Z test_meta_outplace_rsqrt_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.8209484Z test_meta_outplace_rsqrt_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.8209842Z test_meta_outplace_rsqrt_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.8210198Z test_meta_outplace_rsqrt_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:24:31.8210552Z test_meta_outplace_rsqrt_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.8210900Z test_meta_outplace_rsqrt_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.8211249Z test_meta_outplace_rsub_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.8211607Z test_meta_outplace_rsub_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.8211984Z test_meta_outplace_rsub_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.8212357Z test_meta_outplace_rsub_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.8212686Z test_meta_outplace_rsub_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.8213047Z test_meta_outplace_rsub_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.8213574Z test_meta_outplace_rsub_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.8213929Z test_meta_outplace_rsub_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.8214274Z test_meta_outplace_rsub_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.8214618Z test_meta_outplace_rsub_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.8214963Z test_meta_outplace_rsub_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.8215353Z test_meta_outplace_scalar_tensor_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.8215746Z test_meta_outplace_scalar_tensor_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.8216156Z test_meta_outplace_scalar_tensor_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.8216553Z test_meta_outplace_scalar_tensor_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.8216948Z test_meta_outplace_scalar_tensor_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.8217324Z test_meta_outplace_scalar_tensor_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.8217706Z test_meta_outplace_scalar_tensor_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.001s) 2022-11-23T02:24:31.8218104Z test_meta_outplace_scalar_tensor_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.8218480Z test_meta_outplace_scalar_tensor_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.8219009Z test_meta_outplace_scalar_tensor_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.8219401Z test_meta_outplace_scalar_tensor_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.8219764Z test_meta_outplace_scalar_tensor_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.8220135Z test_meta_outplace_scalar_tensor_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.8220532Z test_meta_outplace_scatter_add_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:24:31.8220907Z test_meta_outplace_scatter_add_cuda_bool (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:24:31.8221304Z test_meta_outplace_scatter_add_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.8221709Z test_meta_outplace_scatter_add_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-11-23T02:24:31.8222084Z test_meta_outplace_scatter_add_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.8222456Z test_meta_outplace_scatter_add_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:24:31.8222822Z test_meta_outplace_scatter_add_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:24:31.8223200Z test_meta_outplace_scatter_add_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:24:31.8223580Z test_meta_outplace_scatter_add_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:24:31.8223951Z test_meta_outplace_scatter_add_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:24:31.8224315Z test_meta_outplace_scatter_add_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.8224682Z test_meta_outplace_scatter_add_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.8225054Z test_meta_outplace_scatter_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.051s) 2022-11-23T02:24:31.8225430Z test_meta_outplace_scatter_cuda_bool (__main__.TestMetaCUDA) ... ok (0.033s) 2022-11-23T02:24:31.8225813Z test_meta_outplace_scatter_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.040s) 2022-11-23T02:24:31.8226195Z test_meta_outplace_scatter_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:24:31.8226534Z test_meta_outplace_scatter_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.054s) 2022-11-23T02:24:31.8226956Z test_meta_outplace_scatter_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.055s) 2022-11-23T02:24:31.8227501Z test_meta_outplace_scatter_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.052s) 2022-11-23T02:24:31.8227874Z test_meta_outplace_scatter_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.036s) 2022-11-23T02:24:31.8228228Z test_meta_outplace_scatter_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.050s) 2022-11-23T02:24:31.8228580Z test_meta_outplace_scatter_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.047s) 2022-11-23T02:24:31.8228940Z test_meta_outplace_scatter_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.035s) 2022-11-23T02:24:31.8229314Z test_meta_outplace_scatter_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.037s) 2022-11-23T02:24:31.8229728Z test_meta_outplace_scatter_reduce_amax_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.043s) 2022-11-23T02:24:31.8230127Z test_meta_outplace_scatter_reduce_amax_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.054s) 2022-11-23T02:24:31.8230527Z test_meta_outplace_scatter_reduce_amax_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.049s) 2022-11-23T02:24:31.8230938Z test_meta_outplace_scatter_reduce_amax_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.050s) 2022-11-23T02:24:31.8231348Z test_meta_outplace_scatter_reduce_amax_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.061s) 2022-11-23T02:24:31.8231744Z test_meta_outplace_scatter_reduce_amax_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.063s) 2022-11-23T02:24:31.8232140Z test_meta_outplace_scatter_reduce_amax_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.080s) 2022-11-23T02:24:31.8232537Z test_meta_outplace_scatter_reduce_amax_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.060s) 2022-11-23T02:24:31.8233086Z test_meta_outplace_scatter_reduce_amax_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.050s) 2022-11-23T02:24:31.8233523Z test_meta_outplace_scatter_reduce_amin_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.067s) 2022-11-23T02:24:31.8233923Z test_meta_outplace_scatter_reduce_amin_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.078s) 2022-11-23T02:24:31.8234305Z test_meta_outplace_scatter_reduce_amin_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.060s) 2022-11-23T02:24:31.8234709Z test_meta_outplace_scatter_reduce_amin_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.050s) 2022-11-23T02:24:31.8235108Z test_meta_outplace_scatter_reduce_amin_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.043s) 2022-11-23T02:24:31.8235499Z test_meta_outplace_scatter_reduce_amin_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.054s) 2022-11-23T02:24:31.8235887Z test_meta_outplace_scatter_reduce_amin_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.049s) 2022-11-23T02:24:31.8236288Z test_meta_outplace_scatter_reduce_amin_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.058s) 2022-11-23T02:24:31.8236690Z test_meta_outplace_scatter_reduce_amin_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.048s) 2022-11-23T02:24:31.8237105Z test_meta_outplace_scatter_reduce_mean_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.080s) 2022-11-23T02:24:31.8237512Z test_meta_outplace_scatter_reduce_mean_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.061s) 2022-11-23T02:24:31.8237907Z test_meta_outplace_scatter_reduce_mean_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.078s) 2022-11-23T02:24:31.8238306Z test_meta_outplace_scatter_reduce_mean_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.059s) 2022-11-23T02:24:31.8238707Z test_meta_outplace_scatter_reduce_mean_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.052s) 2022-11-23T02:24:31.8239101Z test_meta_outplace_scatter_reduce_mean_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.054s) 2022-11-23T02:24:31.8239488Z test_meta_outplace_scatter_reduce_mean_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.057s) 2022-11-23T02:24:31.8239876Z test_meta_outplace_scatter_reduce_mean_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.077s) 2022-11-23T02:24:31.8240268Z test_meta_outplace_scatter_reduce_mean_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.060s) 2022-11-23T02:24:31.8240681Z test_meta_outplace_scatter_reduce_prod_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.052s) 2022-11-23T02:24:31.8241254Z test_meta_outplace_scatter_reduce_prod_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.042s) 2022-11-23T02:24:31.8241658Z test_meta_outplace_scatter_reduce_prod_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.056s) 2022-11-23T02:24:31.8242059Z test_meta_outplace_scatter_reduce_prod_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.051s) 2022-11-23T02:24:31.8242447Z test_meta_outplace_scatter_reduce_prod_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.049s) 2022-11-23T02:24:31.8242841Z test_meta_outplace_scatter_reduce_prod_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.050s) 2022-11-23T02:24:31.8243244Z test_meta_outplace_scatter_reduce_prod_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.044s) 2022-11-23T02:24:31.8243643Z test_meta_outplace_scatter_reduce_prod_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.056s) 2022-11-23T02:24:31.8244039Z test_meta_outplace_scatter_reduce_prod_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.050s) 2022-11-23T02:24:31.8244459Z test_meta_outplace_scatter_reduce_sum_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.050s) 2022-11-23T02:24:31.8244857Z test_meta_outplace_scatter_reduce_sum_cuda_bool (__main__.TestMetaCUDA) ... ok (0.049s) 2022-11-23T02:24:31.8245250Z test_meta_outplace_scatter_reduce_sum_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.072s) 2022-11-23T02:24:31.8245643Z test_meta_outplace_scatter_reduce_sum_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.056s) 2022-11-23T02:24:31.8246045Z test_meta_outplace_scatter_reduce_sum_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.043s) 2022-11-23T02:24:31.8246580Z test_meta_outplace_scatter_reduce_sum_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.052s) 2022-11-23T02:24:31.8246999Z test_meta_outplace_scatter_reduce_sum_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.062s) 2022-11-23T02:24:31.8247378Z test_meta_outplace_scatter_reduce_sum_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.052s) 2022-11-23T02:24:31.8247775Z test_meta_outplace_scatter_reduce_sum_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.051s) 2022-11-23T02:24:31.8248179Z test_meta_outplace_scatter_reduce_sum_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.051s) 2022-11-23T02:24:31.8248559Z test_meta_outplace_searchsorted_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.595s) 2022-11-23T02:24:31.8248949Z test_meta_outplace_searchsorted_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.581s) 2022-11-23T02:24:31.8249336Z test_meta_outplace_searchsorted_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.617s) 2022-11-23T02:24:31.8249723Z test_meta_outplace_searchsorted_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.576s) 2022-11-23T02:24:31.8250105Z test_meta_outplace_searchsorted_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.556s) 2022-11-23T02:24:31.8250473Z test_meta_outplace_searchsorted_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.568s) 2022-11-23T02:24:31.8250845Z test_meta_outplace_searchsorted_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.579s) 2022-11-23T02:24:31.8251233Z test_meta_outplace_searchsorted_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.574s) 2022-11-23T02:24:31.8251659Z test_meta_outplace_segment_reduce_lengths_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.143s) 2022-11-23T02:24:31.8252079Z test_meta_outplace_segment_reduce_lengths_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.137s) 2022-11-23T02:24:31.8252492Z test_meta_outplace_segment_reduce_lengths_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.158s) 2022-11-23T02:24:31.8252908Z test_meta_outplace_segment_reduce_lengths_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.141s) 2022-11-23T02:24:31.8253339Z test_meta_outplace_segment_reduce_offsets_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.140s) 2022-11-23T02:24:31.8253761Z test_meta_outplace_segment_reduce_offsets_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.145s) 2022-11-23T02:24:31.8254170Z test_meta_outplace_segment_reduce_offsets_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.134s) 2022-11-23T02:24:31.8255599Z test_meta_outplace_segment_reduce_offsets_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.137s) 2022-11-23T02:24:31.8255971Z test_meta_outplace_select_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.8256324Z test_meta_outplace_select_cuda_bool (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.8256693Z test_meta_outplace_select_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.8257078Z test_meta_outplace_select_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.8257452Z test_meta_outplace_select_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.8257819Z test_meta_outplace_select_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.8258190Z test_meta_outplace_select_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.8258548Z test_meta_outplace_select_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.8258897Z test_meta_outplace_select_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.8259261Z test_meta_outplace_select_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.8259614Z test_meta_outplace_select_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.8259964Z test_meta_outplace_select_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.8260315Z test_meta_outplace_select_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.8260712Z test_meta_outplace_select_scatter_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.8261256Z test_meta_outplace_select_scatter_cuda_bool (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.8261678Z test_meta_outplace_select_scatter_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.8262060Z test_meta_outplace_select_scatter_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.8262580Z test_meta_outplace_select_scatter_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.8262976Z test_meta_outplace_select_scatter_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.8263522Z test_meta_outplace_select_scatter_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.8263905Z test_meta_outplace_select_scatter_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.8264290Z test_meta_outplace_select_scatter_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.8264667Z test_meta_outplace_select_scatter_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.8265037Z test_meta_outplace_sgn_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.8265387Z test_meta_outplace_sgn_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.8265753Z test_meta_outplace_sgn_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.8266104Z test_meta_outplace_sgn_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.8266460Z test_meta_outplace_sgn_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.8266825Z test_meta_outplace_sgn_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.8267189Z test_meta_outplace_sgn_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.8267544Z test_meta_outplace_sgn_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.8267884Z test_meta_outplace_sgn_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.8268231Z test_meta_outplace_sgn_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.8268577Z test_meta_outplace_sgn_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.8268926Z test_meta_outplace_sgn_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.8269271Z test_meta_outplace_sgn_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.8269820Z test_meta_outplace_short_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.8270174Z test_meta_outplace_short_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.8270553Z test_meta_outplace_short_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.8270935Z test_meta_outplace_short_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.8271288Z test_meta_outplace_short_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.8271654Z test_meta_outplace_short_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.8272015Z test_meta_outplace_short_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.8272369Z test_meta_outplace_short_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.8272707Z test_meta_outplace_short_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.8273063Z test_meta_outplace_short_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.8273410Z test_meta_outplace_short_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.8273756Z test_meta_outplace_short_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.8274134Z test_meta_outplace_sigmoid_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.8274502Z test_meta_outplace_sigmoid_cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.8274886Z test_meta_outplace_sigmoid_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.8275393Z test_meta_outplace_sigmoid_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.8275794Z test_meta_outplace_sigmoid_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.8276165Z test_meta_outplace_sigmoid_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.8276646Z test_meta_outplace_sigmoid_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.8277008Z test_meta_outplace_sigmoid_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.8277356Z test_meta_outplace_sigmoid_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.8277712Z test_meta_outplace_sigmoid_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.8278064Z test_meta_outplace_sigmoid_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.8278423Z test_meta_outplace_sigmoid_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.8278784Z test_meta_outplace_sigmoid_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.8279130Z test_meta_outplace_sign_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.8279480Z test_meta_outplace_sign_cuda_bool (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.8279852Z test_meta_outplace_sign_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.8280209Z test_meta_outplace_sign_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.8280560Z test_meta_outplace_sign_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.8280913Z test_meta_outplace_sign_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.8281265Z test_meta_outplace_sign_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.8281612Z test_meta_outplace_sign_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.8281950Z test_meta_outplace_sign_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.8282305Z test_meta_outplace_sign_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.8282719Z test_meta_outplace_signal_windows_cosine_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.8283141Z test_meta_outplace_signal_windows_cosine_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.8283720Z test_meta_outplace_signal_windows_cosine_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.8284132Z test_meta_outplace_signal_windows_cosine_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.8284564Z test_meta_outplace_signal_windows_exponential_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:24:31.8284994Z test_meta_outplace_signal_windows_exponential_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:24:31.8285424Z test_meta_outplace_signal_windows_exponential_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:24:31.8285853Z test_meta_outplace_signal_windows_exponential_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:24:31.8286268Z test_meta_outplace_signal_windows_gaussian_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:24:31.8286653Z test_meta_outplace_signal_windows_gaussian_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:24:31.8287085Z test_meta_outplace_signal_windows_gaussian_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:24:31.8287509Z test_meta_outplace_signal_windows_gaussian_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:24:31.8287921Z test_meta_outplace_signal_windows_kaiser_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-11-23T02:24:31.8288328Z test_meta_outplace_signal_windows_kaiser_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.040s) 2022-11-23T02:24:31.8288733Z test_meta_outplace_signal_windows_kaiser_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.034s) 2022-11-23T02:24:31.8289308Z test_meta_outplace_signal_windows_kaiser_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:24:31.8289705Z test_meta_outplace_signbit_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.8290063Z test_meta_outplace_signbit_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.8290450Z test_meta_outplace_signbit_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.8290825Z test_meta_outplace_signbit_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.8291191Z test_meta_outplace_signbit_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.8291550Z test_meta_outplace_signbit_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.8291900Z test_meta_outplace_signbit_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.8292262Z test_meta_outplace_signbit_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.8292634Z test_meta_outplace_signbit_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.8293003Z test_meta_outplace_signbit_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.8293354Z test_meta_outplace_sin_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.8293709Z test_meta_outplace_sin_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.8294048Z test_meta_outplace_sin_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.8294411Z test_meta_outplace_sin_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.8294775Z test_meta_outplace_sin_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.8295128Z test_meta_outplace_sin_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.8295479Z test_meta_outplace_sin_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.8295822Z test_meta_outplace_sin_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.8296165Z test_meta_outplace_sin_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.8296519Z test_meta_outplace_sin_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.8296851Z test_meta_outplace_sin_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.8297367Z test_meta_outplace_sin_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.8297646Z test_meta_outplace_sin_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.8297841Z test_meta_outplace_sinc_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.8298021Z test_meta_outplace_sinc_cuda_bool (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:24:31.8298213Z test_meta_outplace_sinc_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.8298404Z test_meta_outplace_sinc_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.8298595Z test_meta_outplace_sinc_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.8298778Z test_meta_outplace_sinc_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.8298961Z test_meta_outplace_sinc_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.8299133Z test_meta_outplace_sinc_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.8299313Z test_meta_outplace_sinc_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.8299488Z test_meta_outplace_sinc_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:24:31.8299661Z test_meta_outplace_sinc_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.8299836Z test_meta_outplace_sinc_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.8300020Z test_meta_outplace_sinh_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.8300300Z test_meta_outplace_sinh_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.8300511Z test_meta_outplace_sinh_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.8300698Z test_meta_outplace_sinh_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.8300885Z test_meta_outplace_sinh_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.8301072Z test_meta_outplace_sinh_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.8301257Z test_meta_outplace_sinh_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.8301436Z test_meta_outplace_sinh_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.8301615Z test_meta_outplace_sinh_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.8301798Z test_meta_outplace_sinh_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.8301975Z test_meta_outplace_sinh_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.8302154Z test_meta_outplace_sinh_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.8302314Z test_meta_outplace_sinh_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.8302502Z test_meta_outplace_slice_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.8302685Z test_meta_outplace_slice_cuda_bool (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.8302877Z test_meta_outplace_slice_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.8303067Z test_meta_outplace_slice_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.8303259Z test_meta_outplace_slice_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.8303443Z test_meta_outplace_slice_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.8303628Z test_meta_outplace_slice_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.8303815Z test_meta_outplace_slice_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.8303997Z test_meta_outplace_slice_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.8304175Z test_meta_outplace_slice_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.8304353Z test_meta_outplace_slice_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.8304617Z test_meta_outplace_slice_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.8304794Z test_meta_outplace_slice_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.8304998Z test_meta_outplace_slice_scatter_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.8305194Z test_meta_outplace_slice_scatter_cuda_bool (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.8305396Z test_meta_outplace_slice_scatter_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.8305597Z test_meta_outplace_slice_scatter_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.8305780Z test_meta_outplace_slice_scatter_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.8305975Z test_meta_outplace_slice_scatter_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.8306166Z test_meta_outplace_slice_scatter_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.8306363Z test_meta_outplace_slice_scatter_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.8306553Z test_meta_outplace_slice_scatter_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.8306741Z test_meta_outplace_slice_scatter_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.8306935Z test_meta_outplace_softmax_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.8307122Z test_meta_outplace_softmax_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.8307383Z test_meta_outplace_softmax_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.8307588Z test_meta_outplace_softmax_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:24:31.8307798Z test_meta_outplace_softmax_with_dtype_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:24:31.8308003Z test_meta_outplace_softmax_with_dtype_cuda_bool (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.8308216Z test_meta_outplace_softmax_with_dtype_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:24:31.8308429Z test_meta_outplace_softmax_with_dtype_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:24:31.8308637Z test_meta_outplace_softmax_with_dtype_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.8308842Z test_meta_outplace_softmax_with_dtype_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.8309045Z test_meta_outplace_softmax_with_dtype_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:24:31.8309246Z test_meta_outplace_softmax_with_dtype_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:24:31.8309447Z test_meta_outplace_softmax_with_dtype_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:24:31.8309632Z test_meta_outplace_softmax_with_dtype_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.8309836Z test_meta_outplace_softmax_with_dtype_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:24:31.8310033Z test_meta_outplace_softmax_with_dtype_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:24:31.8310221Z test_meta_outplace_sort_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.033s) 2022-11-23T02:24:31.8310406Z test_meta_outplace_sort_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.035s) 2022-11-23T02:24:31.8310589Z test_meta_outplace_sort_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:24:31.8310771Z test_meta_outplace_sort_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:24:31.8310952Z test_meta_outplace_sort_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:24:31.8311133Z test_meta_outplace_sort_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:24:31.8311311Z test_meta_outplace_sort_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.034s) 2022-11-23T02:24:31.8311573Z test_meta_outplace_sort_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:24:31.8311749Z test_meta_outplace_sort_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:24:31.8311971Z test_meta_outplace_sparse_sampled_addmm_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.8312189Z test_meta_outplace_sparse_sampled_addmm_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-11-23T02:24:31.8312401Z test_meta_outplace_sparse_sampled_addmm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:31.8312615Z test_meta_outplace_sparse_sampled_addmm_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:24:31.8312814Z test_meta_outplace_special_airy_ai_cuda_bool (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.8313014Z test_meta_outplace_special_airy_ai_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.8313198Z test_meta_outplace_special_airy_ai_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.8313401Z test_meta_outplace_special_airy_ai_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.8313598Z test_meta_outplace_special_airy_ai_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.8313795Z test_meta_outplace_special_airy_ai_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.8313993Z test_meta_outplace_special_airy_ai_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.8314185Z test_meta_outplace_special_airy_ai_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.8315040Z test_meta_outplace_special_bessel_j0_cuda_bool (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.8315298Z test_meta_outplace_special_bessel_j0_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.8315500Z test_meta_outplace_special_bessel_j0_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.8315702Z test_meta_outplace_special_bessel_j0_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.8315901Z test_meta_outplace_special_bessel_j0_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.8316098Z test_meta_outplace_special_bessel_j0_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.8316293Z test_meta_outplace_special_bessel_j0_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.8316486Z test_meta_outplace_special_bessel_j0_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.8316687Z test_meta_outplace_special_bessel_j1_cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.8316888Z test_meta_outplace_special_bessel_j1_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.8317087Z test_meta_outplace_special_bessel_j1_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.8317282Z test_meta_outplace_special_bessel_j1_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.8317483Z test_meta_outplace_special_bessel_j1_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.8317674Z test_meta_outplace_special_bessel_j1_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.8317856Z test_meta_outplace_special_bessel_j1_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.8318048Z test_meta_outplace_special_bessel_j1_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.8318245Z test_meta_outplace_special_bessel_y0_cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.8318446Z test_meta_outplace_special_bessel_y0_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.8318645Z test_meta_outplace_special_bessel_y0_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.8318837Z test_meta_outplace_special_bessel_y0_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.8319144Z test_meta_outplace_special_bessel_y0_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.8319339Z test_meta_outplace_special_bessel_y0_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.8319532Z test_meta_outplace_special_bessel_y0_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.8319724Z test_meta_outplace_special_bessel_y0_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.8319922Z test_meta_outplace_special_bessel_y1_cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.8320127Z test_meta_outplace_special_bessel_y1_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.8320326Z test_meta_outplace_special_bessel_y1_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.8320519Z test_meta_outplace_special_bessel_y1_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.8320716Z test_meta_outplace_special_bessel_y1_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.8320914Z test_meta_outplace_special_bessel_y1_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.8321108Z test_meta_outplace_special_bessel_y1_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.8321299Z test_meta_outplace_special_bessel_y1_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.8321526Z test_meta_outplace_special_chebyshev_polynomial_t_cuda_bool (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:31.8321741Z test_meta_outplace_special_chebyshev_polynomial_t_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.8322045Z test_meta_outplace_special_chebyshev_polynomial_t_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.8322288Z test_meta_outplace_special_chebyshev_polynomial_t_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.8322515Z test_meta_outplace_special_chebyshev_polynomial_t_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:31.8322743Z test_meta_outplace_special_chebyshev_polynomial_t_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:31.8322967Z test_meta_outplace_special_chebyshev_polynomial_t_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.8323191Z test_meta_outplace_special_chebyshev_polynomial_t_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:24:31.8323418Z test_meta_outplace_special_chebyshev_polynomial_u_cuda_bool (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.8323650Z test_meta_outplace_special_chebyshev_polynomial_u_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.8323880Z test_meta_outplace_special_chebyshev_polynomial_u_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:31.8324102Z test_meta_outplace_special_chebyshev_polynomial_u_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.8324320Z test_meta_outplace_special_chebyshev_polynomial_u_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.8324545Z test_meta_outplace_special_chebyshev_polynomial_u_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.8324769Z test_meta_outplace_special_chebyshev_polynomial_u_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.8324991Z test_meta_outplace_special_chebyshev_polynomial_u_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.8325312Z test_meta_outplace_special_chebyshev_polynomial_v_cuda_bool (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T02:24:31.8325626Z 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:24:31.8325939Z 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:24:31.8326332Z test_meta_outplace_special_chebyshev_polynomial_v_cuda_int16 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T02:24:31.8326631Z test_meta_outplace_special_chebyshev_polynomial_v_cuda_int32 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T02:24:31.8326983Z test_meta_outplace_special_chebyshev_polynomial_v_cuda_int64 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T02:24:31.8327294Z test_meta_outplace_special_chebyshev_polynomial_v_cuda_int8 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T02:24:31.8327587Z 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:24:31.8327885Z test_meta_outplace_special_chebyshev_polynomial_w_cuda_bool (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T02:24:31.8328192Z test_meta_outplace_special_chebyshev_polynomial_w_cuda_float32 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:24:31.8328503Z test_meta_outplace_special_chebyshev_polynomial_w_cuda_float64 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2022-11-23T02:24:31.8328883Z test_meta_outplace_special_chebyshev_polynomial_w_cuda_int16 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:24:31.8329194Z test_meta_outplace_special_chebyshev_polynomial_w_cuda_int32 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:24:31.8329484Z test_meta_outplace_special_chebyshev_polynomial_w_cuda_int64 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:24:31.8329788Z test_meta_outplace_special_chebyshev_polynomial_w_cuda_int8 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:24:31.8330079Z test_meta_outplace_special_chebyshev_polynomial_w_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.006s) 2022-11-23T02:24:31.8330282Z test_meta_outplace_special_entr_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.8330482Z test_meta_outplace_special_entr_cuda_bool (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.8330664Z test_meta_outplace_special_entr_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.8330864Z test_meta_outplace_special_entr_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.8331063Z test_meta_outplace_special_entr_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.8331258Z test_meta_outplace_special_entr_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.8331446Z test_meta_outplace_special_entr_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.8331631Z test_meta_outplace_special_entr_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.8331821Z test_meta_outplace_special_entr_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.8332006Z test_meta_outplace_special_entr_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:24:31.8332204Z test_meta_outplace_special_erfcx_cuda_bool (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.8332401Z test_meta_outplace_special_erfcx_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.8332603Z test_meta_outplace_special_erfcx_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.8332883Z test_meta_outplace_special_erfcx_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.8333073Z test_meta_outplace_special_erfcx_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.8333268Z test_meta_outplace_special_erfcx_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.8333459Z test_meta_outplace_special_erfcx_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.8333650Z test_meta_outplace_special_erfcx_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.8333878Z test_meta_outplace_special_hermite_polynomial_h_cuda_bool (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.8334104Z test_meta_outplace_special_hermite_polynomial_h_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.8334330Z test_meta_outplace_special_hermite_polynomial_h_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:24:31.8334538Z test_meta_outplace_special_hermite_polynomial_h_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:31.8334758Z test_meta_outplace_special_hermite_polynomial_h_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.8334970Z test_meta_outplace_special_hermite_polynomial_h_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.8335193Z test_meta_outplace_special_hermite_polynomial_h_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.8335408Z test_meta_outplace_special_hermite_polynomial_h_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.8335686Z test_meta_outplace_special_hermite_polynomial_he_cuda_bool (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.8335925Z test_meta_outplace_special_hermite_polynomial_he_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.8336153Z test_meta_outplace_special_hermite_polynomial_he_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.8336381Z test_meta_outplace_special_hermite_polynomial_he_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:24:31.8336593Z test_meta_outplace_special_hermite_polynomial_he_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:31.8336803Z test_meta_outplace_special_hermite_polynomial_he_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:31.8337026Z test_meta_outplace_special_hermite_polynomial_he_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.8337237Z test_meta_outplace_special_hermite_polynomial_he_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.8337437Z test_meta_outplace_special_i0e_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.8337633Z test_meta_outplace_special_i0e_cuda_bool (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.8337828Z test_meta_outplace_special_i0e_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.8338019Z test_meta_outplace_special_i0e_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.8338203Z test_meta_outplace_special_i0e_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.8338394Z test_meta_outplace_special_i0e_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.8338580Z test_meta_outplace_special_i0e_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.8338747Z test_meta_outplace_special_i0e_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.8338935Z test_meta_outplace_special_i0e_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.8339120Z test_meta_outplace_special_i0e_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.8339314Z test_meta_outplace_special_i1_cuda_bool (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.8339510Z test_meta_outplace_special_i1_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.8339789Z test_meta_outplace_special_i1_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.8339979Z test_meta_outplace_special_i1_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.8340162Z test_meta_outplace_special_i1_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.8340343Z test_meta_outplace_special_i1_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:24:31.8340529Z test_meta_outplace_special_i1_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.8340719Z test_meta_outplace_special_i1_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.8340907Z test_meta_outplace_special_i1e_cuda_bool (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.8341101Z test_meta_outplace_special_i1e_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.8341292Z test_meta_outplace_special_i1e_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.8341487Z test_meta_outplace_special_i1e_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.8341674Z test_meta_outplace_special_i1e_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.8341859Z test_meta_outplace_special_i1e_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.8342044Z test_meta_outplace_special_i1e_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.8342227Z test_meta_outplace_special_i1e_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.8342438Z test_meta_outplace_special_laguerre_polynomial_l_cuda_bool (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:24:31.8342734Z test_meta_outplace_special_laguerre_polynomial_l_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:24:31.8342977Z test_meta_outplace_special_laguerre_polynomial_l_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:31.8343202Z test_meta_outplace_special_laguerre_polynomial_l_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:24:31.8343423Z test_meta_outplace_special_laguerre_polynomial_l_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.8343636Z test_meta_outplace_special_laguerre_polynomial_l_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.8343859Z test_meta_outplace_special_laguerre_polynomial_l_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.8344071Z test_meta_outplace_special_laguerre_polynomial_l_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.8344385Z test_meta_outplace_special_legendre_polynomial_p_cuda_bool (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:24:31.8344696Z test_meta_outplace_special_legendre_polynomial_p_cuda_float32 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:24:31.8344992Z test_meta_outplace_special_legendre_polynomial_p_cuda_float64 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:24:31.8345295Z test_meta_outplace_special_legendre_polynomial_p_cuda_int16 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:24:31.8345589Z test_meta_outplace_special_legendre_polynomial_p_cuda_int32 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.010s) 2022-11-23T02:24:31.8345880Z 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:24:31.8346179Z 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:24:31.8346469Z test_meta_outplace_special_legendre_polynomial_p_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:24:31.8346754Z test_meta_outplace_special_log_ndtr_cuda_bool (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:24:31.8346959Z test_meta_outplace_special_log_ndtr_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:31.8347163Z test_meta_outplace_special_log_ndtr_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.8347364Z test_meta_outplace_special_log_ndtr_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.8347564Z test_meta_outplace_special_log_ndtr_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:24:31.8347767Z test_meta_outplace_special_log_ndtr_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.8347962Z test_meta_outplace_special_log_ndtr_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.8348156Z test_meta_outplace_special_log_ndtr_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:24:31.8348376Z test_meta_outplace_special_modified_bessel_i0_cuda_bool (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.8348579Z test_meta_outplace_special_modified_bessel_i0_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.8348793Z test_meta_outplace_special_modified_bessel_i0_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.8349004Z test_meta_outplace_special_modified_bessel_i0_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.8349210Z test_meta_outplace_special_modified_bessel_i0_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.8349477Z test_meta_outplace_special_modified_bessel_i0_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.8349703Z test_meta_outplace_special_modified_bessel_i0_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.8349923Z test_meta_outplace_special_modified_bessel_i0_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.8350139Z test_meta_outplace_special_modified_bessel_i1_cuda_bool (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.8350361Z test_meta_outplace_special_modified_bessel_i1_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.8350572Z test_meta_outplace_special_modified_bessel_i1_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.8350787Z test_meta_outplace_special_modified_bessel_i1_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.8350994Z test_meta_outplace_special_modified_bessel_i1_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.8351201Z test_meta_outplace_special_modified_bessel_i1_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.8351413Z test_meta_outplace_special_modified_bessel_i1_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.8351627Z test_meta_outplace_special_modified_bessel_i1_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.8351843Z test_meta_outplace_special_modified_bessel_k0_cuda_bool (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.8352058Z test_meta_outplace_special_modified_bessel_k0_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.8352267Z test_meta_outplace_special_modified_bessel_k0_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.8352475Z test_meta_outplace_special_modified_bessel_k0_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.8352679Z test_meta_outplace_special_modified_bessel_k0_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.8353079Z test_meta_outplace_special_modified_bessel_k0_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.8353298Z test_meta_outplace_special_modified_bessel_k0_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.8353496Z test_meta_outplace_special_modified_bessel_k0_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.8353800Z test_meta_outplace_special_modified_bessel_k1_cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.8354020Z test_meta_outplace_special_modified_bessel_k1_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.8354235Z test_meta_outplace_special_modified_bessel_k1_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.8354448Z test_meta_outplace_special_modified_bessel_k1_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.8354654Z test_meta_outplace_special_modified_bessel_k1_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.8354862Z test_meta_outplace_special_modified_bessel_k1_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.8355070Z test_meta_outplace_special_modified_bessel_k1_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.8355277Z test_meta_outplace_special_modified_bessel_k1_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.8355480Z test_meta_outplace_special_ndtr_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.8355677Z test_meta_outplace_special_ndtr_cuda_bool (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.8355873Z test_meta_outplace_special_ndtr_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.8356072Z test_meta_outplace_special_ndtr_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.8356269Z test_meta_outplace_special_ndtr_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.8356530Z test_meta_outplace_special_ndtr_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.8356734Z test_meta_outplace_special_ndtr_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.8356920Z test_meta_outplace_special_ndtr_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.8357111Z test_meta_outplace_special_ndtr_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.8357304Z test_meta_outplace_special_ndtr_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:24:31.8357483Z test_meta_outplace_special_ndtri_cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.8357681Z test_meta_outplace_special_ndtri_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.8357882Z test_meta_outplace_special_ndtri_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.8358076Z test_meta_outplace_special_ndtri_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.8358266Z test_meta_outplace_special_ndtri_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.8358460Z test_meta_outplace_special_ndtri_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.8358648Z test_meta_outplace_special_ndtri_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.8358840Z test_meta_outplace_special_ndtri_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.8359080Z test_meta_outplace_special_polygamma_special_polygamma_n_0_cuda_bool (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:24:31.8359327Z test_meta_outplace_special_polygamma_special_polygamma_n_0_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.8359569Z test_meta_outplace_special_polygamma_special_polygamma_n_0_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:31.8359806Z test_meta_outplace_special_polygamma_special_polygamma_n_0_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.8360051Z test_meta_outplace_special_polygamma_special_polygamma_n_0_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.8360291Z test_meta_outplace_special_polygamma_special_polygamma_n_0_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.8360527Z test_meta_outplace_special_polygamma_special_polygamma_n_0_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.8360850Z test_meta_outplace_special_polygamma_special_polygamma_n_0_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.8361086Z test_meta_outplace_special_polygamma_special_polygamma_n_0_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.8361313Z test_meta_outplace_special_scaled_modified_bessel_k0_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.8361543Z test_meta_outplace_special_scaled_modified_bessel_k0_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.8361774Z test_meta_outplace_special_scaled_modified_bessel_k0_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.8362000Z test_meta_outplace_special_scaled_modified_bessel_k0_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.8362226Z test_meta_outplace_special_scaled_modified_bessel_k0_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.8362437Z test_meta_outplace_special_scaled_modified_bessel_k0_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.8362663Z test_meta_outplace_special_scaled_modified_bessel_k0_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.8362884Z test_meta_outplace_special_scaled_modified_bessel_k0_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.8363110Z test_meta_outplace_special_scaled_modified_bessel_k1_cuda_bool (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.8363335Z test_meta_outplace_special_scaled_modified_bessel_k1_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.8363630Z test_meta_outplace_special_scaled_modified_bessel_k1_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.8364055Z test_meta_outplace_special_scaled_modified_bessel_k1_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.8364291Z test_meta_outplace_special_scaled_modified_bessel_k1_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.8364640Z test_meta_outplace_special_scaled_modified_bessel_k1_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.8364877Z test_meta_outplace_special_scaled_modified_bessel_k1_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.8365193Z test_meta_outplace_special_scaled_modified_bessel_k1_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.8365537Z 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:24:31.8365867Z 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:24:31.8366189Z test_meta_outplace_special_shifted_chebyshev_polynomial_t_cuda_float64 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T02:24:31.8366513Z test_meta_outplace_special_shifted_chebyshev_polynomial_t_cuda_int16 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:24:31.8366828Z test_meta_outplace_special_shifted_chebyshev_polynomial_t_cuda_int32 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2022-11-23T02:24:31.8367133Z test_meta_outplace_special_shifted_chebyshev_polynomial_t_cuda_int64 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:24:31.8367450Z test_meta_outplace_special_shifted_chebyshev_polynomial_t_cuda_int8 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:24:31.8367758Z 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:24:31.8368162Z 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:24:31.8368479Z test_meta_outplace_special_shifted_chebyshev_polynomial_u_cuda_float32 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.006s) 2022-11-23T02:24:31.8368799Z test_meta_outplace_special_shifted_chebyshev_polynomial_u_cuda_float64 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:24:31.8369114Z 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:24:31.8369423Z 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:24:31.8369731Z 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:24:31.8370043Z test_meta_outplace_special_shifted_chebyshev_polynomial_u_cuda_int8 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:24:31.8370350Z 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:24:31.8370722Z test_meta_outplace_special_shifted_chebyshev_polynomial_v_cuda_bool (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.010s) 2022-11-23T02:24:31.8371050Z test_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:24:31.8371371Z test_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:24:31.8371685Z test_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:24:31.8372000Z test_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:24:31.8372311Z test_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:24:31.8372623Z test_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:24:31.8372932Z 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:24:31.8373236Z 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:24:31.8373551Z 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:24:31.8373866Z 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:24:31.8374176Z 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:24:31.8374565Z 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:24:31.8374870Z 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:24:31.8375181Z 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:24:31.8375488Z 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:24:31.8375706Z test_meta_outplace_special_spherical_bessel_j0_cuda_bool (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.8375932Z test_meta_outplace_special_spherical_bessel_j0_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.8376150Z test_meta_outplace_special_spherical_bessel_j0_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.8376365Z test_meta_outplace_special_spherical_bessel_j0_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.8376558Z test_meta_outplace_special_spherical_bessel_j0_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.8376762Z test_meta_outplace_special_spherical_bessel_j0_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.8377036Z test_meta_outplace_special_spherical_bessel_j0_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.8377261Z test_meta_outplace_special_spherical_bessel_j0_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.8377467Z test_meta_outplace_special_xlog1py_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.040s) 2022-11-23T02:24:31.8377669Z test_meta_outplace_special_xlog1py_cuda_bool (__main__.TestMetaCUDA) ... ok (0.038s) 2022-11-23T02:24:31.8377875Z test_meta_outplace_special_xlog1py_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.037s) 2022-11-23T02:24:31.8378073Z test_meta_outplace_special_xlog1py_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.036s) 2022-11-23T02:24:31.8378275Z test_meta_outplace_special_xlog1py_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.059s) 2022-11-23T02:24:31.8378472Z test_meta_outplace_special_xlog1py_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.045s) 2022-11-23T02:24:31.8378670Z test_meta_outplace_special_xlog1py_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:24:31.8378868Z test_meta_outplace_special_xlog1py_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.086s) 2022-11-23T02:24:31.8379070Z test_meta_outplace_special_xlog1py_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.072s) 2022-11-23T02:24:31.8379269Z test_meta_outplace_special_xlog1py_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.038s) 2022-11-23T02:24:31.8379464Z test_meta_outplace_special_zeta_cuda_bool (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:24:31.8379660Z test_meta_outplace_special_zeta_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.8379856Z test_meta_outplace_special_zeta_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.8380050Z test_meta_outplace_special_zeta_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:24:31.8380243Z test_meta_outplace_special_zeta_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:24:31.8380414Z test_meta_outplace_special_zeta_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:24:31.8380605Z test_meta_outplace_special_zeta_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:24:31.8380791Z test_meta_outplace_special_zeta_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:24:31.8380983Z test_meta_outplace_split_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.8381255Z test_meta_outplace_split_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.8381449Z test_meta_outplace_split_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.8381641Z test_meta_outplace_split_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.8381832Z test_meta_outplace_split_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.8382017Z test_meta_outplace_split_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.8382202Z test_meta_outplace_split_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.8382393Z test_meta_outplace_split_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.8382573Z test_meta_outplace_split_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.8382754Z test_meta_outplace_split_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.8382939Z test_meta_outplace_split_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.8383120Z test_meta_outplace_split_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.8383297Z test_meta_outplace_split_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.8383499Z test_meta_outplace_split_list_args_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.8383697Z test_meta_outplace_split_list_args_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.8383889Z test_meta_outplace_split_list_args_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.8384160Z test_meta_outplace_split_list_args_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.8384379Z test_meta_outplace_split_list_args_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.8384582Z test_meta_outplace_split_list_args_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.8384784Z test_meta_outplace_split_list_args_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.8384985Z test_meta_outplace_split_list_args_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.8385183Z test_meta_outplace_split_list_args_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.8385377Z test_meta_outplace_split_list_args_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.8385570Z test_meta_outplace_split_list_args_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.8385768Z test_meta_outplace_split_list_args_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.8385970Z test_meta_outplace_split_with_sizes_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.8386162Z test_meta_outplace_split_with_sizes_cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.8386369Z test_meta_outplace_split_with_sizes_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.8386578Z test_meta_outplace_split_with_sizes_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.8386783Z test_meta_outplace_split_with_sizes_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.8386983Z test_meta_outplace_split_with_sizes_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.8387183Z test_meta_outplace_split_with_sizes_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.8387376Z test_meta_outplace_split_with_sizes_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.8387576Z test_meta_outplace_split_with_sizes_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.8387771Z test_meta_outplace_split_with_sizes_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.8387948Z test_meta_outplace_split_with_sizes_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.8388821Z test_meta_outplace_split_with_sizes_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.8389020Z test_meta_outplace_split_with_sizes_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.8389205Z test_meta_outplace_sqrt_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.8389386Z test_meta_outplace_sqrt_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.8389574Z test_meta_outplace_sqrt_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.8389763Z test_meta_outplace_sqrt_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.8389956Z test_meta_outplace_sqrt_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.8390139Z test_meta_outplace_sqrt_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.8390320Z test_meta_outplace_sqrt_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.8390507Z test_meta_outplace_sqrt_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.8390686Z test_meta_outplace_sqrt_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.8390867Z test_meta_outplace_sqrt_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.8391045Z test_meta_outplace_sqrt_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.8391222Z test_meta_outplace_sqrt_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.8391397Z test_meta_outplace_sqrt_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.8391669Z test_meta_outplace_square_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.8391855Z test_meta_outplace_square_cuda_bool (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.8392053Z test_meta_outplace_square_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.8392246Z test_meta_outplace_square_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.8392441Z test_meta_outplace_square_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.8392628Z test_meta_outplace_square_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.8392817Z test_meta_outplace_square_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.8393003Z test_meta_outplace_square_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.8393185Z test_meta_outplace_square_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.8393364Z test_meta_outplace_square_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.8393549Z test_meta_outplace_square_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.8393732Z test_meta_outplace_square_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.8393923Z test_meta_outplace_squeeze_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.8394106Z test_meta_outplace_squeeze_cuda_bool (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.8394303Z test_meta_outplace_squeeze_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.8394498Z test_meta_outplace_squeeze_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.8394686Z test_meta_outplace_squeeze_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.8394875Z test_meta_outplace_squeeze_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.8395066Z test_meta_outplace_squeeze_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.8395242Z test_meta_outplace_squeeze_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.8395428Z test_meta_outplace_squeeze_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.8395612Z test_meta_outplace_squeeze_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.8395884Z test_meta_outplace_squeeze_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.8396069Z test_meta_outplace_squeeze_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.8396251Z test_meta_outplace_squeeze_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.8396443Z test_meta_outplace_stack_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.8396625Z test_meta_outplace_stack_cuda_bool (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:24:31.8396817Z test_meta_outplace_stack_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.8397008Z test_meta_outplace_stack_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.8397196Z test_meta_outplace_stack_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-11-23T02:24:31.8397380Z test_meta_outplace_stack_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.8397568Z test_meta_outplace_stack_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.8397753Z test_meta_outplace_stack_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:24:31.8397934Z test_meta_outplace_stack_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.8398115Z test_meta_outplace_stack_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.8398292Z test_meta_outplace_stack_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.8398474Z test_meta_outplace_stack_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:24:31.8398700Z test_meta_outplace_stack_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-11-23T02:24:31.8398900Z test_meta_outplace_std_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:24:31.8399088Z test_meta_outplace_std_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:24:31.8399276Z test_meta_outplace_std_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:24:31.8399465Z test_meta_outplace_std_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:24:31.8399646Z test_meta_outplace_std_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.8399824Z test_meta_outplace_std_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.8400015Z test_meta_outplace_std_mean_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:24:31.8400211Z test_meta_outplace_std_mean_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.8400402Z test_meta_outplace_std_mean_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.8400591Z test_meta_outplace_std_mean_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.8400775Z test_meta_outplace_std_mean_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.8400955Z test_meta_outplace_std_mean_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.8401144Z test_meta_outplace_stft_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.8401334Z test_meta_outplace_stft_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.8401518Z test_meta_outplace_stft_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.8401701Z test_meta_outplace_stft_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.8401882Z test_meta_outplace_sub_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.038s) 2022-11-23T02:24:31.8402052Z test_meta_outplace_sub_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.035s) 2022-11-23T02:24:31.8402242Z test_meta_outplace_sub_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.034s) 2022-11-23T02:24:31.8402428Z test_meta_outplace_sub_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:24:31.8402610Z test_meta_outplace_sub_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.038s) 2022-11-23T02:24:31.8402876Z test_meta_outplace_sub_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.034s) 2022-11-23T02:24:31.8403055Z test_meta_outplace_sub_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.034s) 2022-11-23T02:24:31.8403232Z test_meta_outplace_sub_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:24:31.8403409Z test_meta_outplace_sub_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:24:31.8403582Z test_meta_outplace_sub_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:24:31.8403757Z test_meta_outplace_sub_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:24:31.8403934Z test_meta_outplace_sub_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:24:31.8404119Z test_meta_outplace_sum_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.8404298Z test_meta_outplace_sum_cuda_bool (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.8404489Z test_meta_outplace_sum_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:24:31.8404678Z test_meta_outplace_sum_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:24:31.8404862Z test_meta_outplace_sum_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.8405043Z test_meta_outplace_sum_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.8405206Z test_meta_outplace_sum_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.8405386Z test_meta_outplace_sum_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:24:31.8405561Z test_meta_outplace_sum_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:24:31.8405807Z test_meta_outplace_sum_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:31.8405992Z test_meta_outplace_sum_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.8406168Z test_meta_outplace_sum_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.8406338Z test_meta_outplace_sum_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:24:31.8406537Z test_meta_outplace_sum_to_size_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.8406724Z test_meta_outplace_sum_to_size_cuda_bool (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.8406926Z test_meta_outplace_sum_to_size_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.8407123Z test_meta_outplace_sum_to_size_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.8407307Z test_meta_outplace_sum_to_size_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.8412975Z test_meta_outplace_sum_to_size_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:31.8413200Z test_meta_outplace_sum_to_size_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:24:31.8413395Z test_meta_outplace_sum_to_size_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:24:31.8413586Z test_meta_outplace_sum_to_size_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:24:31.8413769Z test_meta_outplace_sum_to_size_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.8413956Z test_meta_outplace_sum_to_size_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.8414138Z test_meta_outplace_sum_to_size_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:24:31.8414326Z test_meta_outplace_svd_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.153s) 2022-11-23T02:24:31.8414517Z test_meta_outplace_svd_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.152s) 2022-11-23T02:24:31.8414704Z test_meta_outplace_svd_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.095s) 2022-11-23T02:24:31.8414887Z test_meta_outplace_svd_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.106s) 2022-11-23T02:24:31.8415082Z test_meta_outplace_svd_lowrank_cuda_float32 (__main__.TestMetaCUDA) ... ok (2.753s) 2022-11-23T02:24:31.8415272Z test_meta_outplace_svd_lowrank_cuda_float64 (__main__.TestMetaCUDA) ... ok (2.719s) 2022-11-23T02:24:31.8415609Z test_meta_outplace_symeig_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:24:31.8415804Z test_meta_outplace_symeig_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:24:31.8415993Z test_meta_outplace_symeig_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.8416185Z test_meta_outplace_symeig_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.8416352Z test_meta_outplace_t_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.8416532Z test_meta_outplace_t_cuda_bool (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.8416720Z test_meta_outplace_t_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.8416904Z test_meta_outplace_t_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.8417082Z test_meta_outplace_t_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.8417263Z test_meta_outplace_t_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.8417440Z test_meta_outplace_t_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.8417614Z test_meta_outplace_t_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.8417791Z test_meta_outplace_t_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.8417963Z test_meta_outplace_t_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.8418139Z test_meta_outplace_t_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.8418391Z test_meta_outplace_t_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.8418612Z test_meta_outplace_take_along_dim_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.8418808Z test_meta_outplace_take_along_dim_cuda_bool (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.8419016Z test_meta_outplace_take_along_dim_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.8419223Z test_meta_outplace_take_along_dim_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.8419420Z test_meta_outplace_take_along_dim_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.8419605Z test_meta_outplace_take_along_dim_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.8419806Z test_meta_outplace_take_along_dim_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.8420005Z test_meta_outplace_take_along_dim_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.8420202Z test_meta_outplace_take_along_dim_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.8420398Z test_meta_outplace_take_along_dim_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.8420592Z test_meta_outplace_take_along_dim_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.8420790Z test_meta_outplace_take_along_dim_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.8420975Z test_meta_outplace_take_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.035s) 2022-11-23T02:24:31.8421153Z test_meta_outplace_take_cuda_bool (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.8421344Z test_meta_outplace_take_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.036s) 2022-11-23T02:24:31.8421534Z test_meta_outplace_take_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:24:31.8421717Z test_meta_outplace_take_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-11-23T02:24:31.8421906Z test_meta_outplace_take_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:24:31.8422087Z test_meta_outplace_take_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:24:31.8422268Z test_meta_outplace_take_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:24:31.8422540Z test_meta_outplace_take_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:24:31.8422716Z test_meta_outplace_take_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-11-23T02:24:31.8422894Z test_meta_outplace_take_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:24:31.8423051Z test_meta_outplace_take_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:24:31.8423233Z test_meta_outplace_tan_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.8423410Z test_meta_outplace_tan_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.8423603Z test_meta_outplace_tan_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.8423795Z test_meta_outplace_tan_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.8423980Z test_meta_outplace_tan_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.8424162Z test_meta_outplace_tan_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.8424348Z test_meta_outplace_tan_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.8424524Z test_meta_outplace_tan_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.8424702Z test_meta_outplace_tan_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.8424880Z test_meta_outplace_tan_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.8425052Z test_meta_outplace_tan_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.8425228Z test_meta_outplace_tan_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.8425472Z test_meta_outplace_tan_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.8425674Z test_meta_outplace_tanh_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.8425853Z test_meta_outplace_tanh_cuda_bool (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.8426047Z test_meta_outplace_tanh_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.8426236Z test_meta_outplace_tanh_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.8426408Z test_meta_outplace_tanh_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.8426593Z test_meta_outplace_tanh_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.8426828Z test_meta_outplace_tanh_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.8427016Z test_meta_outplace_tanh_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.8427200Z test_meta_outplace_tanh_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.8427381Z test_meta_outplace_tanh_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.8427556Z test_meta_outplace_tanh_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.8427733Z test_meta_outplace_tanh_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.8427910Z test_meta_outplace_tanh_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.8428110Z test_meta_outplace_tensor_split_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:31.8428306Z test_meta_outplace_tensor_split_cuda_bool (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.8428511Z test_meta_outplace_tensor_split_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.8428712Z test_meta_outplace_tensor_split_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.8428912Z test_meta_outplace_tensor_split_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.8429109Z test_meta_outplace_tensor_split_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.8429306Z test_meta_outplace_tensor_split_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.8429500Z test_meta_outplace_tensor_split_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:31.8429788Z test_meta_outplace_tensor_split_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.8429956Z test_meta_outplace_tensor_split_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.8430147Z test_meta_outplace_tensor_split_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.8430341Z test_meta_outplace_tensor_split_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.8430532Z test_meta_outplace_tensordot_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.8430734Z test_meta_outplace_tensordot_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.8430933Z test_meta_outplace_tensordot_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.8431122Z test_meta_outplace_tensordot_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.8431305Z test_meta_outplace_tensordot_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.8431481Z test_meta_outplace_tensordot_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.8431657Z test_meta_outplace_tile_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.045s) 2022-11-23T02:24:31.8431840Z test_meta_outplace_tile_cuda_bool (__main__.TestMetaCUDA) ... ok (0.036s) 2022-11-23T02:24:31.8432031Z test_meta_outplace_tile_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.036s) 2022-11-23T02:24:31.8432219Z test_meta_outplace_tile_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.037s) 2022-11-23T02:24:31.8433073Z test_meta_outplace_tile_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.042s) 2022-11-23T02:24:31.8433324Z test_meta_outplace_tile_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.047s) 2022-11-23T02:24:31.8433506Z test_meta_outplace_tile_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.046s) 2022-11-23T02:24:31.8433686Z test_meta_outplace_tile_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.046s) 2022-11-23T02:24:31.8433871Z test_meta_outplace_tile_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.038s) 2022-11-23T02:24:31.8434046Z test_meta_outplace_tile_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.036s) 2022-11-23T02:24:31.8434220Z test_meta_outplace_tile_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.034s) 2022-11-23T02:24:31.8434394Z test_meta_outplace_tile_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.036s) 2022-11-23T02:24:31.8434597Z test_meta_outplace_to_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: Skipped! (0.000s) 2022-11-23T02:24:31.8434795Z test_meta_outplace_to_cuda_bool (__main__.TestMetaCUDA) ... skip: Skipped! (0.003s) 2022-11-23T02:24:31.8435006Z test_meta_outplace_to_cuda_complex128 (__main__.TestMetaCUDA) ... skip: Skipped! (0.000s) 2022-11-23T02:24:31.8435212Z test_meta_outplace_to_cuda_complex64 (__main__.TestMetaCUDA) ... skip: Skipped! (0.000s) 2022-11-23T02:24:31.8435397Z test_meta_outplace_to_cuda_float16 (__main__.TestMetaCUDA) ... skip: Skipped! (0.000s) 2022-11-23T02:24:31.8435604Z test_meta_outplace_to_cuda_float32 (__main__.TestMetaCUDA) ... skip: Skipped! (0.000s) 2022-11-23T02:24:31.8435802Z test_meta_outplace_to_cuda_float64 (__main__.TestMetaCUDA) ... skip: Skipped! (0.006s) 2022-11-23T02:24:31.8435997Z test_meta_outplace_to_cuda_int16 (__main__.TestMetaCUDA) ... skip: Skipped! (0.000s) 2022-11-23T02:24:31.8436193Z test_meta_outplace_to_cuda_int32 (__main__.TestMetaCUDA) ... skip: Skipped! (0.000s) 2022-11-23T02:24:31.8436386Z test_meta_outplace_to_cuda_int64 (__main__.TestMetaCUDA) ... skip: Skipped! (0.000s) 2022-11-23T02:24:31.8436583Z test_meta_outplace_to_cuda_int8 (__main__.TestMetaCUDA) ... skip: Skipped! (0.000s) 2022-11-23T02:24:31.8436777Z test_meta_outplace_to_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Skipped! (0.000s) 2022-11-23T02:24:31.8436971Z test_meta_outplace_to_sparse_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.8437160Z test_meta_outplace_to_sparse_cuda_bool (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.8437469Z test_meta_outplace_to_sparse_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.8437666Z test_meta_outplace_to_sparse_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.8437856Z test_meta_outplace_to_sparse_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.8438042Z test_meta_outplace_to_sparse_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.8438222Z test_meta_outplace_to_sparse_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.8438411Z test_meta_outplace_to_sparse_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.8438599Z test_meta_outplace_to_sparse_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.8438787Z test_meta_outplace_to_sparse_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.8438975Z test_meta_outplace_to_sparse_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.8439150Z test_meta_outplace_to_sparse_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.8439335Z test_meta_outplace_topk_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.8439519Z test_meta_outplace_topk_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.8439703Z test_meta_outplace_topk_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.8439887Z test_meta_outplace_topk_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.8440139Z test_meta_outplace_topk_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.8440335Z test_meta_outplace_topk_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.8440511Z test_meta_outplace_topk_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.8440689Z test_meta_outplace_topk_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.8440867Z test_meta_outplace_topk_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.8441054Z test_meta_outplace_trace_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.8441232Z test_meta_outplace_trace_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.8441427Z test_meta_outplace_trace_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.8441615Z test_meta_outplace_trace_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.8441804Z test_meta_outplace_trace_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.8441993Z test_meta_outplace_trace_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.8442177Z test_meta_outplace_trace_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.8442345Z test_meta_outplace_trace_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.8442533Z test_meta_outplace_trace_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.8442714Z test_meta_outplace_trace_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.8442891Z test_meta_outplace_trace_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.8443071Z test_meta_outplace_trace_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.8443246Z test_meta_outplace_trace_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.8443442Z test_meta_outplace_transpose_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.8443634Z test_meta_outplace_transpose_cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.8443834Z test_meta_outplace_transpose_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.8444031Z test_meta_outplace_transpose_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.8444222Z test_meta_outplace_transpose_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.8444500Z test_meta_outplace_transpose_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.8444690Z test_meta_outplace_transpose_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.8444874Z test_meta_outplace_transpose_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.8445064Z test_meta_outplace_transpose_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.8445252Z test_meta_outplace_transpose_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.8445444Z test_meta_outplace_transpose_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.8445633Z test_meta_outplace_transpose_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.8445803Z test_meta_outplace_transpose_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.8446003Z test_meta_outplace_trapezoid_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-11-23T02:24:31.8446209Z test_meta_outplace_trapezoid_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:24:31.8446406Z test_meta_outplace_trapezoid_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:24:31.8446597Z test_meta_outplace_trapezoid_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:24:31.8446782Z test_meta_outplace_trapezoid_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.8446966Z test_meta_outplace_trapezoid_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.8447220Z test_meta_outplace_trapezoid_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:31.8447428Z test_meta_outplace_trapezoid_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.8447619Z test_meta_outplace_trapezoid_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:24:31.8447812Z test_meta_outplace_trapezoid_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.8448001Z test_meta_outplace_trapezoid_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:24:31.8448189Z test_meta_outplace_trapz_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.8448382Z test_meta_outplace_trapz_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.8448571Z test_meta_outplace_trapz_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.8448756Z test_meta_outplace_trapz_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:24:31.8448944Z test_meta_outplace_trapz_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:31.8449130Z test_meta_outplace_trapz_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:31.8449309Z test_meta_outplace_trapz_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:24:31.8449474Z test_meta_outplace_trapz_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:24:31.8449654Z test_meta_outplace_trapz_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.8449834Z test_meta_outplace_trapz_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:24:31.8450011Z test_meta_outplace_trapz_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:24:31.8450224Z test_meta_outplace_triangular_solve_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:24:31.8450435Z test_meta_outplace_triangular_solve_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:24:31.8450645Z test_meta_outplace_triangular_solve_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:24:31.8450848Z test_meta_outplace_triangular_solve_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.8451030Z test_meta_outplace_tril_cuda_bool (__main__.TestMetaCUDA) ... ok (0.033s) 2022-11-23T02:24:31.8451218Z test_meta_outplace_tril_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:24:31.8451492Z test_meta_outplace_tril_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:24:31.8451680Z test_meta_outplace_tril_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:24:31.8451863Z test_meta_outplace_tril_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:24:31.8452045Z test_meta_outplace_tril_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:24:31.8452225Z test_meta_outplace_tril_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:24:31.8452404Z test_meta_outplace_tril_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:24:31.8452587Z test_meta_outplace_tril_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:24:31.8452747Z test_meta_outplace_tril_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:24:31.8452924Z test_meta_outplace_tril_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:24:31.8453102Z test_meta_outplace_tril_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:24:31.8453297Z test_meta_outplace_tril_indices_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.8453486Z test_meta_outplace_tril_indices_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.8453661Z test_meta_outplace_triu_cuda_bool (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:24:31.8453849Z test_meta_outplace_triu_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:24:31.8454037Z test_meta_outplace_triu_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:24:31.8454289Z test_meta_outplace_triu_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:24:31.8454486Z test_meta_outplace_triu_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:24:31.8454666Z test_meta_outplace_triu_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:24:31.8454846Z test_meta_outplace_triu_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:24:31.8455033Z test_meta_outplace_triu_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:24:31.8455212Z test_meta_outplace_triu_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:24:31.8455388Z test_meta_outplace_triu_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:24:31.8455566Z test_meta_outplace_triu_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:24:31.8455742Z test_meta_outplace_triu_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:24:31.8455939Z test_meta_outplace_triu_indices_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.8456111Z test_meta_outplace_triu_indices_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.8456307Z test_meta_outplace_true_divide_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.038s) 2022-11-23T02:24:31.8456500Z test_meta_outplace_true_divide_cuda_bool (__main__.TestMetaCUDA) ... ok (0.036s) 2022-11-23T02:24:31.8456705Z test_meta_outplace_true_divide_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.033s) 2022-11-23T02:24:31.8456904Z test_meta_outplace_true_divide_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.037s) 2022-11-23T02:24:31.8457101Z test_meta_outplace_true_divide_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-11-23T02:24:31.8457295Z test_meta_outplace_true_divide_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:24:31.8457484Z test_meta_outplace_true_divide_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.8457671Z test_meta_outplace_true_divide_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:24:31.8457914Z test_meta_outplace_true_divide_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:24:31.8458107Z test_meta_outplace_true_divide_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:24:31.8458288Z test_meta_outplace_true_divide_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:24:31.8458570Z test_meta_outplace_true_divide_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:24:31.8458754Z test_meta_outplace_true_divide_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:24:31.8458942Z test_meta_outplace_trunc_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.8459128Z test_meta_outplace_trunc_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.8459313Z test_meta_outplace_trunc_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.8459500Z test_meta_outplace_trunc_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.8459666Z test_meta_outplace_trunc_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.8459849Z test_meta_outplace_trunc_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.8460027Z test_meta_outplace_trunc_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.8460211Z test_meta_outplace_trunc_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.8460388Z test_meta_outplace_trunc_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.8460578Z test_meta_outplace_unbind_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.8460761Z test_meta_outplace_unbind_cuda_bool (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.8460955Z test_meta_outplace_unbind_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.8461149Z test_meta_outplace_unbind_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.8461400Z test_meta_outplace_unbind_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.8461603Z test_meta_outplace_unbind_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.8461791Z test_meta_outplace_unbind_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.8461981Z test_meta_outplace_unbind_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.8462165Z test_meta_outplace_unbind_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.8462347Z test_meta_outplace_unbind_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.8462529Z test_meta_outplace_unbind_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.8462708Z test_meta_outplace_unbind_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.8462885Z test_meta_outplace_unbind_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.8463070Z test_meta_outplace_unflatten_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.8463259Z test_meta_outplace_unflatten_cuda_bool (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.8463458Z test_meta_outplace_unflatten_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.8463658Z test_meta_outplace_unflatten_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.8463856Z test_meta_outplace_unflatten_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.8464052Z test_meta_outplace_unflatten_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.8464242Z test_meta_outplace_unflatten_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.8464427Z test_meta_outplace_unflatten_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.8464616Z test_meta_outplace_unflatten_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.8464807Z test_meta_outplace_unflatten_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.8464996Z test_meta_outplace_unflatten_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.8465185Z test_meta_outplace_unflatten_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.8465373Z test_meta_outplace_unflatten_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.8465860Z test_meta_outplace_unfold_copy_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.8466068Z test_meta_outplace_unfold_copy_cuda_bool (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:24:31.8466271Z test_meta_outplace_unfold_copy_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:24:31.8466471Z test_meta_outplace_unfold_copy_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.8466671Z test_meta_outplace_unfold_copy_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.8466980Z test_meta_outplace_unfold_copy_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:24:31.8467184Z test_meta_outplace_unfold_copy_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.8467468Z test_meta_outplace_unfold_copy_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.8467665Z test_meta_outplace_unfold_copy_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.8467852Z test_meta_outplace_unfold_copy_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.8468034Z test_meta_outplace_unfold_copy_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:24:31.8468222Z test_meta_outplace_unfold_copy_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:24:31.8468405Z test_meta_outplace_unfold_copy_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:24:31.8468593Z test_meta_outplace_unfold_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.8468859Z test_meta_outplace_unfold_cuda_bool (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.8469069Z test_meta_outplace_unfold_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:24:31.8469261Z test_meta_outplace_unfold_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.8469453Z test_meta_outplace_unfold_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.8469641Z test_meta_outplace_unfold_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:24:31.8469830Z test_meta_outplace_unfold_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.8470018Z test_meta_outplace_unfold_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.8470202Z test_meta_outplace_unfold_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.8470384Z test_meta_outplace_unfold_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.8470553Z test_meta_outplace_unfold_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.8470734Z test_meta_outplace_unfold_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:24:31.8470917Z test_meta_outplace_unfold_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.8471109Z test_meta_outplace_uniform_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.8471311Z test_meta_outplace_uniform_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.8471505Z test_meta_outplace_uniform_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.8471697Z test_meta_outplace_uniform_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.8471884Z test_meta_outplace_uniform_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.8472073Z test_meta_outplace_uniform_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.8472280Z test_meta_outplace_unique_consecutive_cuda_bool (__main__.TestMetaCUDA) ... ok (0.375s) 2022-11-23T02:24:31.8472490Z test_meta_outplace_unique_consecutive_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.384s) 2022-11-23T02:24:31.8472698Z test_meta_outplace_unique_consecutive_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.412s) 2022-11-23T02:24:31.8472900Z test_meta_outplace_unique_consecutive_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.386s) 2022-11-23T02:24:31.8473186Z test_meta_outplace_unique_consecutive_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.364s) 2022-11-23T02:24:31.8473388Z test_meta_outplace_unique_consecutive_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.353s) 2022-11-23T02:24:31.8473583Z test_meta_outplace_unique_consecutive_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.357s) 2022-11-23T02:24:31.8473781Z test_meta_outplace_unique_consecutive_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.379s) 2022-11-23T02:24:31.8473983Z test_meta_outplace_unique_consecutive_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.397s) 2022-11-23T02:24:31.8474169Z test_meta_outplace_unique_cuda_bool (__main__.TestMetaCUDA) ... ok (0.754s) 2022-11-23T02:24:31.8474341Z test_meta_outplace_unique_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.711s) 2022-11-23T02:24:31.8474530Z test_meta_outplace_unique_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.772s) 2022-11-23T02:24:31.8474719Z test_meta_outplace_unique_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.713s) 2022-11-23T02:24:31.8474900Z test_meta_outplace_unique_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.746s) 2022-11-23T02:24:31.8475085Z test_meta_outplace_unique_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.710s) 2022-11-23T02:24:31.8475267Z test_meta_outplace_unique_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.724s) 2022-11-23T02:24:31.8475448Z test_meta_outplace_unique_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.807s) 2022-11-23T02:24:31.8475627Z test_meta_outplace_unique_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.727s) 2022-11-23T02:24:31.8475894Z test_meta_outplace_unsqueeze_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.8476098Z test_meta_outplace_unsqueeze_cuda_bool (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:24:31.8476300Z test_meta_outplace_unsqueeze_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.8476502Z test_meta_outplace_unsqueeze_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.8476695Z test_meta_outplace_unsqueeze_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.8476889Z test_meta_outplace_unsqueeze_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.8477075Z test_meta_outplace_unsqueeze_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.8477260Z test_meta_outplace_unsqueeze_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.8477451Z test_meta_outplace_unsqueeze_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.8477645Z test_meta_outplace_unsqueeze_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.8477818Z test_meta_outplace_unsqueeze_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.8478006Z test_meta_outplace_unsqueeze_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.8478194Z test_meta_outplace_unsqueeze_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.8478381Z test_meta_outplace_var_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.8478569Z test_meta_outplace_var_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.8478755Z test_meta_outplace_var_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.8478937Z test_meta_outplace_var_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.8479117Z test_meta_outplace_var_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.8479297Z test_meta_outplace_var_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.8479487Z test_meta_outplace_var_mean_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:24:31.8479683Z test_meta_outplace_var_mean_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.8479875Z test_meta_outplace_var_mean_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.8480148Z test_meta_outplace_var_mean_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:24:31.8480333Z test_meta_outplace_var_mean_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.8480512Z test_meta_outplace_var_mean_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.8480697Z test_meta_outplace_vdot_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.8480887Z test_meta_outplace_vdot_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.8481075Z test_meta_outplace_vdot_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.8481243Z test_meta_outplace_vdot_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.8481425Z test_meta_outplace_vdot_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.8481606Z test_meta_outplace_vdot_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.8481809Z test_meta_outplace_view_as_complex_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.8482011Z test_meta_outplace_view_as_complex_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.8482210Z test_meta_outplace_view_as_complex_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.8482401Z test_meta_outplace_view_as_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.8482582Z test_meta_outplace_view_as_cuda_bool (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.8482843Z test_meta_outplace_view_as_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.8483049Z test_meta_outplace_view_as_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.8483234Z test_meta_outplace_view_as_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.8483418Z test_meta_outplace_view_as_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.8483608Z test_meta_outplace_view_as_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.8483796Z test_meta_outplace_view_as_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.8483981Z test_meta_outplace_view_as_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.8484163Z test_meta_outplace_view_as_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.8484346Z test_meta_outplace_view_as_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.8484531Z test_meta_outplace_view_as_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.8484696Z test_meta_outplace_view_as_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.8484897Z test_meta_outplace_view_as_real_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.8485097Z test_meta_outplace_view_as_real_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.8485296Z test_meta_outplace_view_copy_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.8485482Z test_meta_outplace_view_copy_cuda_bool (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.8485676Z test_meta_outplace_view_copy_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.8485865Z test_meta_outplace_view_copy_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.8486053Z test_meta_outplace_view_copy_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.8486243Z test_meta_outplace_view_copy_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.8486428Z test_meta_outplace_view_copy_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.8486611Z test_meta_outplace_view_copy_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.8486796Z test_meta_outplace_view_copy_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.8487067Z test_meta_outplace_view_copy_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:24:31.8487250Z test_meta_outplace_view_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.8487429Z test_meta_outplace_view_cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.8487611Z test_meta_outplace_view_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.8487798Z test_meta_outplace_view_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.8487986Z test_meta_outplace_view_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.8488157Z test_meta_outplace_view_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.8488339Z test_meta_outplace_view_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.8488520Z test_meta_outplace_view_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.8488703Z test_meta_outplace_view_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.8488884Z test_meta_outplace_view_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.8489056Z test_meta_outplace_view_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.8489230Z test_meta_outplace_view_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.8489402Z test_meta_outplace_view_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.8489592Z test_meta_outplace_vsplit_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.8489840Z test_meta_outplace_vsplit_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.8490045Z test_meta_outplace_vsplit_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.8490240Z test_meta_outplace_vsplit_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.8490428Z test_meta_outplace_vsplit_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.8490622Z test_meta_outplace_vsplit_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.8490809Z test_meta_outplace_vsplit_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.8490995Z test_meta_outplace_vsplit_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.8491178Z test_meta_outplace_vsplit_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.8491359Z test_meta_outplace_vsplit_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.8491527Z test_meta_outplace_vsplit_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.8491709Z test_meta_outplace_vsplit_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:24:31.8491888Z test_meta_outplace_vsplit_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.8492078Z test_meta_outplace_vstack_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.8492262Z test_meta_outplace_vstack_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.8492459Z test_meta_outplace_vstack_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.8492650Z test_meta_outplace_vstack_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.8492836Z test_meta_outplace_vstack_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.8493024Z test_meta_outplace_vstack_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:24:31.8493208Z test_meta_outplace_vstack_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.8493396Z test_meta_outplace_vstack_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.8493579Z test_meta_outplace_vstack_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.8493762Z test_meta_outplace_vstack_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.8494025Z test_meta_outplace_vstack_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:24:31.8494205Z test_meta_outplace_vstack_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.8494385Z test_meta_outplace_vstack_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.8494568Z test_meta_outplace_where_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.8494748Z test_meta_outplace_where_cuda_bool (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.8494922Z test_meta_outplace_where_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.8495115Z test_meta_outplace_where_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.8495302Z test_meta_outplace_where_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.8495488Z test_meta_outplace_where_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.8495675Z test_meta_outplace_where_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:24:31.8495864Z test_meta_outplace_where_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:24:31.8496043Z test_meta_outplace_where_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.8496222Z test_meta_outplace_where_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.8496397Z test_meta_outplace_where_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.8496578Z test_meta_outplace_where_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:24:31.8496821Z test_meta_outplace_where_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.8497024Z test_meta_outplace_xlogy_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.039s) 2022-11-23T02:24:31.8497206Z test_meta_outplace_xlogy_cuda_bool (__main__.TestMetaCUDA) ... ok (0.037s) 2022-11-23T02:24:31.8497389Z test_meta_outplace_xlogy_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.033s) 2022-11-23T02:24:31.8497577Z test_meta_outplace_xlogy_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-11-23T02:24:31.8497759Z test_meta_outplace_xlogy_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.048s) 2022-11-23T02:24:31.8497934Z test_meta_outplace_xlogy_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.036s) 2022-11-23T02:24:31.8498097Z test_meta_outplace_xlogy_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.041s) 2022-11-23T02:24:31.8498267Z test_meta_outplace_xlogy_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.036s) 2022-11-23T02:24:31.8498446Z test_meta_outplace_xlogy_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.037s) 2022-11-23T02:24:31.8498623Z test_meta_outplace_xlogy_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.041s) 2022-11-23T02:24:31.8498809Z test_meta_outplace_zero__cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.8498990Z test_meta_outplace_zero__cuda_bool (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.8499184Z test_meta_outplace_zero__cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.8499371Z test_meta_outplace_zero__cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.8499553Z test_meta_outplace_zero__cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.8499736Z test_meta_outplace_zero__cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.8499918Z test_meta_outplace_zero__cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.8500099Z test_meta_outplace_zero__cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.8500280Z test_meta_outplace_zero__cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.8500456Z test_meta_outplace_zero__cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.8500633Z test_meta_outplace_zero__cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.8500808Z test_meta_outplace_zero__cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.8501078Z test_meta_outplace_zeros_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.8501257Z test_meta_outplace_zeros_cuda_bool (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.8501434Z test_meta_outplace_zeros_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.8501623Z test_meta_outplace_zeros_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.8501810Z test_meta_outplace_zeros_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.8501996Z test_meta_outplace_zeros_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.8502180Z test_meta_outplace_zeros_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.8502364Z test_meta_outplace_zeros_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.8502541Z test_meta_outplace_zeros_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.8502724Z test_meta_outplace_zeros_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:24:31.8502899Z test_meta_outplace_zeros_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.8503080Z test_meta_outplace_zeros_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.8503256Z test_meta_outplace_zeros_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.8503451Z test_meta_outplace_zeros_like_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:24:31.8503640Z test_meta_outplace_zeros_like_cuda_bool (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.8503907Z test_meta_outplace_zeros_like_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.8504120Z test_meta_outplace_zeros_like_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.8504317Z test_meta_outplace_zeros_like_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:24:31.8504515Z test_meta_outplace_zeros_like_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:24:31.8504699Z test_meta_outplace_zeros_like_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:24:31.8504865Z test_meta_outplace_zeros_like_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.8505054Z test_meta_outplace_zeros_like_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.8505235Z test_meta_outplace_zeros_like_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.8505415Z test_meta_outplace_zeros_like_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:24:31.8505601Z test_meta_outplace_zeros_like_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:24:31.8505789Z test_meta_outplace_zeros_like_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:24:31.8505957Z test_channels_last (__main__.TestMetaConverter) ... ok (0.003s) 2022-11-23T02:24:31.8506139Z test_channels_last_leaf (__main__.TestMetaConverter) ... ok (0.000s) 2022-11-23T02:24:31.8506321Z test_channels_last_non_leaf (__main__.TestMetaConverter) ... ok (0.006s) 2022-11-23T02:24:31.8506511Z test_complex_noncontiguous_bug (__main__.TestMetaConverter) ... ok (0.000s) 2022-11-23T02:24:31.8506704Z test_empty_strided_non_dense_leaf (__main__.TestMetaConverter) ... ok (0.010s) 2022-11-23T02:24:31.8506857Z test_imag (__main__.TestMetaConverter) ... ok (0.003s) 2022-11-23T02:24:31.8507009Z test_leaf (__main__.TestMetaConverter) ... ok (0.002s) 2022-11-23T02:24:31.8507169Z test_non_leaf (__main__.TestMetaConverter) ... ok (0.003s) 2022-11-23T02:24:31.8507770Z 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:24:31.8508589Z warnings.warn(message, UserWarning) 2022-11-23T02:24:31.8508675Z ok (0.003s) 2022-11-23T02:24:31.8508858Z test_requires_grad_false (__main__.TestMetaConverter) ... ok (0.002s) 2022-11-23T02:24:31.8509032Z test_tensor_outlives_converter (__main__.TestMetaConverter) ... ok (0.002s) 2022-11-23T02:24:31.8509206Z test_view_as_complex (__main__.TestMetaConverter) ... ok (0.004s) 2022-11-23T02:24:31.8509369Z test_view_as_real (__main__.TestMetaConverter) ... ok (0.004s) 2022-11-23T02:24:31.8509535Z test_view_dtype (__main__.TestMetaConverter) ... ok (0.002s) 2022-11-23T02:24:31.8509704Z test_view_of_leaf (__main__.TestMetaConverter) ... ok (0.005s) 2022-11-23T02:24:31.8509877Z test_view_of_non_leaf (__main__.TestMetaConverter) ... ok (0.005s) 2022-11-23T02:24:31.8510048Z test_view_of_view_of_leaf (__main__.TestMetaConverter) ... ok (0.004s) 2022-11-23T02:24:31.8510209Z test_weakref (__main__.TestMetaConverter) ... ok (0.003s) 2022-11-23T02:24:31.8510224Z 2022-11-23T02:24:31.8510418Z ---------------------------------------------------------------------- 2022-11-23T02:24:31.8510524Z Ran 33554 tests in 2279.766s 2022-11-23T02:24:31.8510532Z 2022-11-23T02:24:31.8510623Z OK (skipped=13453) 2022-11-23T02:24:31.8510630Z 2022-11-23T02:24:31.8510739Z Generating XML reports... 2022-11-23T02:24:31.8511012Z Generated XML report: test-reports\python-unittest\test_meta\TEST-TestMetaCUDA-20221123014621.xml 2022-11-23T02:24:31.8511296Z Generated XML report: test-reports\python-unittest\test_meta\TEST-TestMetaConverter-20221123014621.xml 2022-11-23T02:24:31.8511305Z 2022-11-23T02:24:31.8511754Z ##[endgroup] 2022-11-23T02:24:31.8512158Z FINISHED PRINTING LOG FILE of test_meta (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_meta_j8pirdgo) 2022-11-23T02:24:31.8512169Z 2022-11-23T02:24:35.4403463Z Running test_optim ... [2022-11-23 02:24:35.440042] 2022-11-23T02:24:35.4411535Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_optim.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:24:35.440739] 2022-11-23T02:24:35.4413683Z Ignoring disabled issues: [] 2022-11-23T02:28:16.7358135Z 2022-11-23T02:28:16.7359311Z Expand the folded group to see the log file of test_optim 2022-11-23T02:28:16.7361348Z ##[group]PRINTING LOG FILE of test_optim (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_optim_elhqjg9_) 2022-11-23T02:28:16.7364311Z 2022-11-23T02:28:16.7364740Z Running tests... 2022-11-23T02:28:16.7365412Z ---------------------------------------------------------------------- 2022-11-23T02:28:16.7366249Z Test results will be stored in test-reports\python-unittest\test_optim 2022-11-23T02:28:16.7368126Z test_adadelta (__main__.TestDifferentiableOptimizer) ... ok (2.582s) 2022-11-23T02:28:16.7368953Z test_adagrad (__main__.TestDifferentiableOptimizer) ... ok (0.010s) 2022-11-23T02:28:16.7369711Z test_adam (__main__.TestDifferentiableOptimizer) ... ok (0.027s) 2022-11-23T02:28:16.7372728Z test_adamax (__main__.TestDifferentiableOptimizer) ... ok (0.018s) 2022-11-23T02:28:16.7373514Z test_adamw (__main__.TestDifferentiableOptimizer) ... ok (0.024s) 2022-11-23T02:28:16.7374461Z test_asgd (__main__.TestDifferentiableOptimizer) ... ok (0.009s) 2022-11-23T02:28:16.7375632Z test_nadam (__main__.TestDifferentiableOptimizer) ... ok (0.028s) 2022-11-23T02:28:16.7376485Z test_radam (__main__.TestDifferentiableOptimizer) ... ok (0.016s) 2022-11-23T02:28:16.7377312Z test_rmsprop (__main__.TestDifferentiableOptimizer) ... ok (0.020s) 2022-11-23T02:28:16.7378144Z test_rprop (__main__.TestDifferentiableOptimizer) ... ok (0.016s) 2022-11-23T02:28:16.7378954Z test_sgd (__main__.TestDifferentiableOptimizer) ... ok (0.012s) 2022-11-23T02:28:16.7379828Z test_CosineAnnealingWarmRestarts_lr1_T_mult_1 (__main__.TestLRScheduler) ... ok (0.016s) 2022-11-23T02:28:16.7380722Z test_CosineAnnealingWarmRestarts_lr1_T_mult_2 (__main__.TestLRScheduler) ... ok (0.014s) 2022-11-23T02:28:16.7381981Z test_CosineAnnealingWarmRestarts_lr1_T_mult_4 (__main__.TestLRScheduler) ... ok (0.014s) 2022-11-23T02:28:16.7382890Z test_CosineAnnealingWarmRestarts_lr2 (__main__.TestLRScheduler) ... ok (0.137s) 2022-11-23T02:28:16.7383807Z test_CosineAnnealingWarmRestarts_lr3 (__main__.TestLRScheduler) ... ok (0.007s) 2022-11-23T02:28:16.7384724Z test_CosineAnnealingWarmRestarts_lr_state_dict (__main__.TestLRScheduler) ... ok (0.006s) 2022-11-23T02:28:16.7386944Z 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-23T02:28:16.7389403Z warnings.warn("Detected call of `lr_scheduler.step()` before `optimizer.step()`. " 2022-11-23T02:28:16.7390071Z ok (0.005s) 2022-11-23T02:28:16.7390656Z test_chained_lr2 (__main__.TestLRScheduler) ... ok (0.005s) 2022-11-23T02:28:16.7391456Z test_chained_lr2_get_last_lr_before_step (__main__.TestLRScheduler) ... ok (0.002s) 2022-11-23T02:28:16.7392190Z test_chained_lr3 (__main__.TestLRScheduler) ... ok (0.003s) 2022-11-23T02:28:16.7392918Z test_chained_lr4 (__main__.TestLRScheduler) ... ok (0.003s) 2022-11-23T02:28:16.7393633Z test_chained_lr5 (__main__.TestLRScheduler) ... ok (0.004s) 2022-11-23T02:28:16.7394558Z test_closed_form_constantlr (__main__.TestLRScheduler) ... ok (0.013s) 2022-11-23T02:28:16.7395381Z test_closed_form_cos_anneal_lr (__main__.TestLRScheduler) ... ok (0.009s) 2022-11-23T02:28:16.7396160Z test_closed_form_exp_lr (__main__.TestLRScheduler) ... ok (0.006s) 2022-11-23T02:28:16.7396945Z test_closed_form_linearlr (__main__.TestLRScheduler) ... ok (0.020s) 2022-11-23T02:28:16.7397695Z test_closed_form_multi_step_lr (__main__.TestLRScheduler) ... ok (0.012s) 2022-11-23T02:28:16.7398475Z test_closed_form_poly_lr (__main__.TestLRScheduler) ... ok (0.012s) 2022-11-23T02:28:16.7399239Z test_closed_form_step_lr (__main__.TestLRScheduler) ... ok (0.009s) 2022-11-23T02:28:16.7401371Z 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-23T02:28:16.7403497Z warnings.warn("Detected call of `lr_scheduler.step()` before `optimizer.step()`. " 2022-11-23T02:28:16.7404176Z ok (0.006s) 2022-11-23T02:28:16.7404822Z test_compound_cosanneal_and_linearlr (__main__.TestLRScheduler) ... ok (0.004s) 2022-11-23T02:28:16.7405681Z test_compound_cosanneal_and_multistep_lr (__main__.TestLRScheduler) ... ok (0.004s) 2022-11-23T02:28:16.7406516Z test_compound_cosanneal_and_step_lr (__main__.TestLRScheduler) ... ok (0.004s) 2022-11-23T02:28:16.7407326Z test_compound_exp_and_linearlr (__main__.TestLRScheduler) ... ok (0.004s) 2022-11-23T02:28:16.7408151Z test_compound_exp_and_multistep_lr (__main__.TestLRScheduler) ... ok (0.004s) 2022-11-23T02:28:16.7409002Z test_compound_linearlr_and_multistep_lr (__main__.TestLRScheduler) ... ok (0.005s) 2022-11-23T02:28:16.7409856Z test_compound_reduce_lr_on_plateau1 (__main__.TestLRScheduler) ... ok (0.004s) 2022-11-23T02:28:16.7410781Z test_compound_reduce_lr_on_plateau2 (__main__.TestLRScheduler) ... ok (0.004s) 2022-11-23T02:28:16.7411610Z test_compound_reduce_lr_on_plateau3 (__main__.TestLRScheduler) ... ok (0.004s) 2022-11-23T02:28:16.7412618Z test_compound_reduce_lr_on_plateau4 (__main__.TestLRScheduler) ... ok (0.003s) 2022-11-23T02:28:16.7413447Z test_compound_reduce_lr_on_plateau5 (__main__.TestLRScheduler) ... ok (0.004s) 2022-11-23T02:28:16.7414268Z test_compound_step_and_constantlr (__main__.TestLRScheduler) ... ok (0.003s) 2022-11-23T02:28:16.7415047Z test_compound_step_and_exp_lr (__main__.TestLRScheduler) ... ok (0.003s) 2022-11-23T02:28:16.7415875Z test_compound_step_and_multistep_lr (__main__.TestLRScheduler) ... ok (0.000s) 2022-11-23T02:28:16.7416629Z test_constantlr (__main__.TestLRScheduler) ... ok (0.006s) 2022-11-23T02:28:16.7417451Z test_constantlr_is_constant_for_constant_epoch (__main__.TestLRScheduler) ... ok (0.000s) 2022-11-23T02:28:16.7418293Z test_constantlr_with_epoch (__main__.TestLRScheduler) ... ok (0.010s) 2022-11-23T02:28:16.7420601Z 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-23T02:28:16.7422774Z warnings.warn("Detected call of `lr_scheduler.step()` before `optimizer.step()`. " 2022-11-23T02:28:16.7423454Z ok (0.004s) 2022-11-23T02:28:16.7424031Z test_cos_anneal_lr_continue (__main__.TestLRScheduler) ... ok (0.003s) 2022-11-23T02:28:16.7424967Z test_cosine_lr_state_dict (__main__.TestLRScheduler) ... ok (0.003s) 2022-11-23T02:28:16.7425747Z test_cosine_then_cyclic (__main__.TestLRScheduler) ... ok (0.006s) 2022-11-23T02:28:16.7426626Z test_cycle_lr_cycle_momentum_fail_with_momentumless_optimizer (__main__.TestLRScheduler) ... ok (0.002s) 2022-11-23T02:28:16.7427505Z test_cycle_lr_exp_range_mode (__main__.TestLRScheduler) ... ok (0.007s) 2022-11-23T02:28:16.7428304Z test_cycle_lr_exp_range_mode_one_lr (__main__.TestLRScheduler) ... ok (0.007s) 2022-11-23T02:28:16.7429120Z test_cycle_lr_exp_range_mode_step_size_up_down (__main__.TestLRScheduler) ... ok (0.007s) 2022-11-23T02:28:16.7430008Z test_cycle_lr_invalid_mode (__main__.TestLRScheduler) ... ok (0.002s) 2022-11-23T02:28:16.7430837Z test_cycle_lr_removed_after_out_of_scope (__main__.TestLRScheduler) ... ok (0.001s) 2022-11-23T02:28:16.7431654Z test_cycle_lr_triangular2_mode (__main__.TestLRScheduler) ... ok (0.005s) 2022-11-23T02:28:16.7432494Z test_cycle_lr_triangular2_mode_one_lr (__main__.TestLRScheduler) ... ok (0.006s) 2022-11-23T02:28:16.7433358Z test_cycle_lr_triangular2_mode_step_size_up_down (__main__.TestLRScheduler) ... ok (0.016s) 2022-11-23T02:28:16.7434161Z test_cycle_lr_triangular_mode (__main__.TestLRScheduler) ... ok (0.006s) 2022-11-23T02:28:16.7434977Z test_cycle_lr_triangular_mode_one_lr (__main__.TestLRScheduler) ... ok (0.006s) 2022-11-23T02:28:16.7435821Z test_cycle_lr_triangular_mode_one_lr_no_momentum (__main__.TestLRScheduler) ... ok (0.006s) 2022-11-23T02:28:16.7436708Z test_cycle_lr_triangular_mode_step_size_up_down (__main__.TestLRScheduler) ... ok (0.008s) 2022-11-23T02:28:16.7437508Z test_cycle_lr_with_adam (__main__.TestLRScheduler) ... ok (0.006s) 2022-11-23T02:28:16.7438330Z test_cycle_lr_with_momentumless_optimizer (__main__.TestLRScheduler) ... ok (0.005s) 2022-11-23T02:28:16.7439139Z test_error_when_getlr_has_epoch (__main__.TestLRScheduler) ... ok (0.002s) 2022-11-23T02:28:16.7439855Z test_exp_lr (__main__.TestLRScheduler) ... ok (0.003s) 2022-11-23T02:28:16.7440593Z test_exp_step_lr_state_dict (__main__.TestLRScheduler) ... ok (0.003s) 2022-11-23T02:28:16.7441439Z test_exponential_lr_is_constant_for_constant_epoch (__main__.TestLRScheduler) ... ok (0.000s) 2022-11-23T02:28:16.7442295Z test_get_last_lr_constantlr (__main__.TestLRScheduler) ... ok (0.006s) 2022-11-23T02:28:16.7443248Z test_get_last_lr_linearlr (__main__.TestLRScheduler) ... ok (0.000s) 2022-11-23T02:28:16.7444035Z test_get_last_lr_multi_step_lr (__main__.TestLRScheduler) ... ok (0.000s) 2022-11-23T02:28:16.7446258Z 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-23T02:28:16.7448350Z warnings.warn(EPOCH_DEPRECATION_WARNING, UserWarning) 2022-11-23T02:28:16.7448903Z ok (0.014s) 2022-11-23T02:28:16.7449529Z test_get_last_lr_step_lr (__main__.TestLRScheduler) ... ok (0.003s) 2022-11-23T02:28:16.7451624Z 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-23T02:28:16.7453854Z warnings.warn("Detected call of `lr_scheduler.step()` before `optimizer.step()`. " 2022-11-23T02:28:16.7454549Z ok (0.003s) 2022-11-23T02:28:16.7455165Z test_lambda_lr_state_dict_fn (__main__.TestLRScheduler) ... ok (0.003s) 2022-11-23T02:28:16.7455935Z test_lambda_lr_state_dict_obj (__main__.TestLRScheduler) ... ok (0.003s) 2022-11-23T02:28:16.7456821Z test_linear_linearlr_is_constant_for_constant_epoch (__main__.TestLRScheduler) ... ok (0.004s) 2022-11-23T02:28:16.7458977Z 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-23T02:28:16.7461053Z warnings.warn("Detected call of `lr_scheduler.step()` before `optimizer.step()`. " 2022-11-23T02:28:16.7461690Z ok (0.003s) 2022-11-23T02:28:16.7462342Z test_linearlr_start_factor_limits1 (__main__.TestLRScheduler) ... ok (0.002s) 2022-11-23T02:28:16.7463133Z test_linearlr_start_factor_limits2 (__main__.TestLRScheduler) ... ok (0.001s) 2022-11-23T02:28:16.7463928Z test_linearlr_with_epoch (__main__.TestLRScheduler) ... ok (0.006s) 2022-11-23T02:28:16.7466016Z 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-23T02:28:16.7468098Z warnings.warn("Detected call of `lr_scheduler.step()` before `optimizer.step()`. " 2022-11-23T02:28:16.7468755Z ok (0.003s) 2022-11-23T02:28:16.7469378Z test_multi_step_lr_state_dict (__main__.TestLRScheduler) ... ok (0.003s) 2022-11-23T02:28:16.7470121Z test_multi_step_lr_with_epoch (__main__.TestLRScheduler) ... ok (0.005s) 2022-11-23T02:28:16.7472442Z 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-23T02:28:16.7474541Z warnings.warn("Detected call of `lr_scheduler.step()` before `optimizer.step()`. " 2022-11-23T02:28:16.7475216Z ok (0.000s) 2022-11-23T02:28:16.7475817Z test_new_pattern_no_warning (__main__.TestLRScheduler) ... ok (0.006s) 2022-11-23T02:28:16.7476850Z test_new_pattern_no_warning_with_arg (__main__.TestLRScheduler) ... ok (0.000s) 2022-11-23T02:28:16.7477903Z test_new_pattern_no_warning_with_overridden_optim_step (__main__.TestLRScheduler) ... ok (0.013s) 2022-11-23T02:28:16.7478776Z test_no_cyclic_references (__main__.TestLRScheduler) ... ok (0.130s) 2022-11-23T02:28:16.7479536Z test_no_cyclic_references_in_step (__main__.TestLRScheduler) ... ok (0.003s) 2022-11-23T02:28:16.7480326Z test_old_pattern_warning (__main__.TestLRScheduler) ... ok (0.006s) 2022-11-23T02:28:16.7481122Z test_old_pattern_warning_resuming (__main__.TestLRScheduler) ... ok (0.006s) 2022-11-23T02:28:16.7481959Z test_old_pattern_warning_resuming_with_arg (__main__.TestLRScheduler) ... ok (0.006s) 2022-11-23T02:28:16.7483101Z test_old_pattern_warning_with_arg (__main__.TestLRScheduler) ... ok (0.007s) 2022-11-23T02:28:16.7484106Z test_old_pattern_warning_with_overridden_optim_step (__main__.TestLRScheduler) ... ok (0.007s) 2022-11-23T02:28:16.7485119Z test_onecycle_lr_cannot_calculate_total_steps (__main__.TestLRScheduler) ... ok (0.000s) 2022-11-23T02:28:16.7485922Z test_onecycle_lr_cosine_annealing (__main__.TestLRScheduler) ... ok (0.006s) 2022-11-23T02:28:16.7486777Z test_onecycle_lr_invalid_anneal_strategy (__main__.TestLRScheduler) ... ok (0.000s) 2022-11-23T02:28:16.7487629Z test_onecycle_lr_invalid_pct_start (__main__.TestLRScheduler) ... ok (0.000s) 2022-11-23T02:28:16.7488455Z test_onecycle_lr_linear_annealing (__main__.TestLRScheduler) ... ok (0.000s) 2022-11-23T02:28:16.7489326Z test_onecycle_lr_linear_annealing_three_phases (__main__.TestLRScheduler) ... ok (0.010s) 2022-11-23T02:28:16.7491843Z 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-23T02:28:16.7493881Z warnings.warn("Detected call of `lr_scheduler.step()` before `optimizer.step()`. " 2022-11-23T02:28:16.7494553Z ok (0.000s) 2022-11-23T02:28:16.7495210Z test_polynomial_lr_is_constant_for_constant_epoch (__main__.TestLRScheduler) ... ok (0.010s) 2022-11-23T02:28:16.7496031Z test_reduce_lr_on_plateau1 (__main__.TestLRScheduler) ... ok (0.000s) 2022-11-23T02:28:16.7496924Z test_reduce_lr_on_plateau2 (__main__.TestLRScheduler) ... ok (0.000s) 2022-11-23T02:28:16.7497880Z test_reduce_lr_on_plateau3 (__main__.TestLRScheduler) ... ok (0.010s) 2022-11-23T02:28:16.7498644Z test_reduce_lr_on_plateau4 (__main__.TestLRScheduler) ... ok (0.000s) 2022-11-23T02:28:16.7499416Z test_reduce_lr_on_plateau5 (__main__.TestLRScheduler) ... ok (0.010s) 2022-11-23T02:28:16.7500138Z test_reduce_lr_on_plateau6 (__main__.TestLRScheduler) ... ok (0.000s) 2022-11-23T02:28:16.7500907Z test_reduce_lr_on_plateau7 (__main__.TestLRScheduler) ... ok (0.000s) 2022-11-23T02:28:16.7501852Z test_reduce_lr_on_plateau8 (__main__.TestLRScheduler) ... ok (0.010s) 2022-11-23T02:28:16.7502651Z test_reduce_lr_on_plateau_state_dict (__main__.TestLRScheduler) ... ok (0.000s) 2022-11-23T02:28:16.7505066Z 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-23T02:28:16.7507150Z warnings.warn("Detected call of `lr_scheduler.step()` before `optimizer.step()`. " 2022-11-23T02:28:16.7509363Z 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-23T02:28:16.7510950Z warnings.warn(EPOCH_DEPRECATION_WARNING, UserWarning) 2022-11-23T02:28:16.7511264Z ok (0.000s) 2022-11-23T02:28:16.7511580Z test_sequentiallr2 (__main__.TestLRScheduler) ... ok (0.012s) 2022-11-23T02:28:16.7512860Z test_sequentiallr3 (__main__.TestLRScheduler) ... ok (0.003s) 2022-11-23T02:28:16.7513308Z test_sequentiallr4 (__main__.TestLRScheduler) ... ok (0.002s) 2022-11-23T02:28:16.7513680Z test_step_lr (__main__.TestLRScheduler) ... ok (0.003s) 2022-11-23T02:28:16.7514093Z test_step_lr_is_constant_for_constant_epoch (__main__.TestLRScheduler) ... ok (0.004s) 2022-11-23T02:28:16.7514525Z test_step_lr_state_dict (__main__.TestLRScheduler) ... ok (0.003s) 2022-11-23T02:28:16.7514918Z test_swa_lr_state_dict (__main__.TestLRScheduler) ... ok (0.003s) 2022-11-23T02:28:16.7515322Z test_swalr_cosine_anneal_after_multiplicative (__main__.TestLRScheduler) ... ok (0.006s) 2022-11-23T02:28:16.7515929Z test_swalr_hypers (__main__.TestLRScheduler) ... ok (0.003s) 2022-11-23T02:28:16.7516355Z test_swalr_linear_anneal_after_multiplicative (__main__.TestLRScheduler) ... ok (0.006s) 2022-11-23T02:28:16.7517097Z test_swalr_no_anneal (__main__.TestLRScheduler) ... ok (0.003s) 2022-11-23T02:28:16.7518246Z 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-23T02:28:16.7519350Z warnings.warn("Detected call of `lr_scheduler.step()` before `optimizer.step()`. " 2022-11-23T02:28:16.7519691Z ok (10.572s) 2022-11-23T02:28:16.7519997Z test_adadelta_complex (__main__.TestOptim) ... ok (0.007s) 2022-11-23T02:28:16.7520326Z test_adagrad (__main__.TestOptim) ... ok (13.053s) 2022-11-23T02:28:16.7520682Z test_adagrad_complex (__main__.TestOptim) ... ok (0.013s) 2022-11-23T02:28:16.7521044Z test_adagrad_sparse (__main__.TestOptim) ... ok (24.290s) 2022-11-23T02:28:16.7521381Z test_adam (__main__.TestOptim) ... ok (31.554s) 2022-11-23T02:28:16.7521708Z test_adamax (__main__.TestOptim) ... ok (10.129s) 2022-11-23T02:28:16.7522036Z test_adamw (__main__.TestOptim) ... ok (9.577s) 2022-11-23T02:28:16.7522504Z test_asgd (__main__.TestOptim) ... ok (13.345s) 2022-11-23T02:28:16.7523031Z test_duplicate_params_in_param_group (__main__.TestOptim) ... ok (0.002s) 2022-11-23T02:28:16.7523569Z test_empty_grad (__main__.TestOptim) ... ok (0.016s) 2022-11-23T02:28:16.7524164Z test_functional_fused_adam_with_foundinf (__main__.TestOptim) ... ok (0.010s) 2022-11-23T02:28:16.7524564Z test_fused_optimizers (__main__.TestOptim) ... ok (0.091s) 2022-11-23T02:28:16.7524913Z test_invalid_param_type (__main__.TestOptim) ... ok (0.001s) 2022-11-23T02:28:16.7525259Z test_lbfgs (__main__.TestOptim) ... ok (1.656s) 2022-11-23T02:28:16.7525606Z test_lbfgs_return_type (__main__.TestOptim) ... ok (0.000s) 2022-11-23T02:28:16.7525983Z test_multi_tensor_optimizers (__main__.TestOptim) ... ok (0.603s) 2022-11-23T02:28:16.7527097Z 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-23T02:28:16.7528188Z warnings.warn("Detected call of `lr_scheduler.step()` before `optimizer.step()`. " 2022-11-23T02:28:16.7528532Z ok (4.764s) 2022-11-23T02:28:16.7528838Z test_no_grad_for_all_params (__main__.TestOptim) ... ok (0.003s) 2022-11-23T02:28:16.7529331Z test_radam (__main__.TestOptim) ... ok (5.303s) 2022-11-23T02:28:16.7529674Z test_rmsprop (__main__.TestOptim) ... ok (24.559s) 2022-11-23T02:28:16.7530145Z test_rprop (__main__.TestOptim) ... ok (11.245s) 2022-11-23T02:28:16.7530795Z test_sgd (__main__.TestOptim) ... ok (24.935s) 2022-11-23T02:28:16.7531133Z test_sgd_complex (__main__.TestOptim) ... ok (0.023s) 2022-11-23T02:28:16.7531479Z test_sgd_sparse (__main__.TestOptim) ... ok (20.416s) 2022-11-23T02:28:16.7531802Z test_sparse_adam (__main__.TestOptim) ... ok (4.894s) 2022-11-23T02:28:16.7532182Z test_averaged_model_all_devices (__main__.TestSWAUtils) ... ok (0.138s) 2022-11-23T02:28:16.7532596Z test_averaged_model_exponential (__main__.TestSWAUtils) ... ok (0.017s) 2022-11-23T02:28:16.7533023Z test_averaged_model_exponential_buffers (__main__.TestSWAUtils) ... ok (0.011s) 2022-11-23T02:28:16.7533446Z test_averaged_model_mixed_device (__main__.TestSWAUtils) ... ok (0.009s) 2022-11-23T02:28:16.7533853Z test_averaged_model_state_dict (__main__.TestSWAUtils) ... ok (0.014s) 2022-11-23T02:28:16.7534234Z test_bn_update_eval_momentum (__main__.TestSWAUtils) ... ok (0.019s) 2022-11-23T02:28:16.7534610Z test_update_bn_cnn (__main__.TestSWAUtils) ... ok (1.510s) 2022-11-23T02:28:16.7534969Z test_update_bn_dnn (__main__.TestSWAUtils) ... ok (0.122s) 2022-11-23T02:28:16.7535168Z 2022-11-23T02:28:16.7535366Z ---------------------------------------------------------------------- 2022-11-23T02:28:16.7535705Z Ran 161 tests in 216.484s 2022-11-23T02:28:16.7536004Z 2022-11-23T02:28:16.7536091Z OK 2022-11-23T02:28:16.7536217Z 2022-11-23T02:28:16.7536313Z Generating XML reports... 2022-11-23T02:28:16.7536806Z Generated XML report: test-reports\python-unittest\test_optim\TEST-TestDifferentiableOptimizer-20221123022438.xml 2022-11-23T02:28:16.7537985Z Generated XML report: test-reports\python-unittest\test_optim\TEST-TestLRScheduler-20221123022438.xml 2022-11-23T02:28:16.7538574Z Generated XML report: test-reports\python-unittest\test_optim\TEST-TestOptim-20221123022438.xml 2022-11-23T02:28:16.7539135Z Generated XML report: test-reports\python-unittest\test_optim\TEST-TestSWAUtils-20221123022438.xml 2022-11-23T02:28:16.7539438Z 2022-11-23T02:28:16.7539836Z ##[endgroup] 2022-11-23T02:28:16.7540261Z FINISHED PRINTING LOG FILE of test_optim (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_optim_elhqjg9_) 2022-11-23T02:28:16.7540587Z 2022-11-23T02:28:21.3817729Z Running test_serialization ... [2022-11-23 02:28:21.381394] 2022-11-23T02:28:21.3825734Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_serialization.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:28:21.382102] 2022-11-23T02:28:21.3829176Z Ignoring disabled issues: [] 2022-11-23T02:31:32.4666381Z 2022-11-23T02:31:32.4667772Z Expand the folded group to see the log file of test_serialization 2022-11-23T02:31:32.4668932Z ##[group]PRINTING LOG FILE of test_serialization (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_serialization_xkfmk3bt) 2022-11-23T02:31:32.4670528Z 2022-11-23T02:31:32.4670843Z Running tests... 2022-11-23T02:31:32.4671429Z ---------------------------------------------------------------------- 2022-11-23T02:31:32.4675196Z test_serialization_new_format_old_format_compat_cuda (__main__.TestBothSerializationCUDA) ... Test results will be stored in test-reports\python-unittest\test_serialization 2022-11-23T02:31:32.4676144Z skip: NamedTemporaryFile on windows (0.001s) 2022-11-23T02:31:32.4677429Z test_serialization_new_format_old_format_compat_safe_cuda (__main__.TestBothSerializationCUDA) ... skip: NamedTemporaryFile on windows (0.001s) 2022-11-23T02:31:32.4678424Z test_load_error_msg (__main__.TestOldSerialization) ... ok (1.891s) 2022-11-23T02:31:32.4679290Z test_load_nonexistent_device (__main__.TestOldSerialization) ... skip: Testing torch.load on CPU-only machine (0.006s) 2022-11-23T02:31:32.4680176Z test_load_python2_unicode_module (__main__.TestOldSerialization) ... ok (0.062s) 2022-11-23T02:31:32.4680991Z test_load_unicode_error_msg (__main__.TestOldSerialization) ... ok (0.001s) 2022-11-23T02:31:32.4682784Z 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-23T02:31:32.4684285Z warnings.warn(message, UserWarning) 2022-11-23T02:31:32.4684773Z ok (0.006s) 2022-11-23T02:31:32.4685416Z test_save_different_dtype_unallocated (__main__.TestOldSerialization) ... ok (0.632s) 2022-11-23T02:31:32.4686211Z test_serialization (__main__.TestOldSerialization) ... ok (0.034s) 2022-11-23T02:31:32.4686996Z test_serialization_backwards_compat (__main__.TestOldSerialization) ... ok (0.060s) 2022-11-23T02:31:32.4688096Z test_serialization_backwards_compat_safe (__main__.TestOldSerialization) ... ok (0.025s) 2022-11-23T02:31:32.4689025Z test_serialization_container (__main__.TestOldSerialization) ... ok (0.019s) 2022-11-23T02:31:32.4689916Z test_serialization_container_filelike (__main__.TestOldSerialization) ... ok (0.014s) 2022-11-23T02:31:32.4690896Z test_serialization_dill (__main__.TestOldSerialization) ... skip: "dill" not found or not correct version (0.000s) 2022-11-23T02:31:32.4691963Z test_serialization_dill_version_not_supported (__main__.TestOldSerialization) ... skip: "dill" not found or is correct version (0.000s) 2022-11-23T02:31:32.4692895Z test_serialization_fake_zip (__main__.TestOldSerialization) ... ok (0.006s) 2022-11-23T02:31:32.4694618Z 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-23T02:31:32.4696203Z warnings.warn(message, UserWarning) 2022-11-23T02:31:32.4696790Z ok (0.018s) 2022-11-23T02:31:32.4697596Z test_serialization_filelike_api_requirements (__main__.TestOldSerialization) ... ok (0.002s) 2022-11-23T02:31:32.4698555Z test_serialization_filelike_exceptions (__main__.TestOldSerialization) ... ok (0.003s) 2022-11-23T02:31:32.4699488Z test_serialization_filelike_missing_attrs (__main__.TestOldSerialization) ... ok (0.003s) 2022-11-23T02:31:32.4700666Z test_serialization_filelike_stress (__main__.TestOldSerialization) ... ok (0.468s) 2022-11-23T02:31:32.4701578Z test_serialization_filelike_uses_readinto (__main__.TestOldSerialization) ... ok (0.005s) 2022-11-23T02:31:32.4702455Z test_serialization_gzip (__main__.TestOldSerialization) ... ok (0.068s) 2022-11-23T02:31:32.4703319Z test_serialization_map_location (__main__.TestOldSerialization) ... ok (0.135s) 2022-11-23T02:31:32.4704133Z test_serialization_offset (__main__.TestOldSerialization) ... ok (146.348s) 2022-11-23T02:31:32.4705078Z test_serialization_offset_filelike_weights_only_False (__main__.TestOldSerialization) ... ok (10.556s) 2022-11-23T02:31:32.4706078Z test_serialization_offset_filelike_weights_only_True (__main__.TestOldSerialization) ... ok (10.431s) 2022-11-23T02:31:32.4707006Z test_serialization_offset_gzip (__main__.TestOldSerialization) ... ok (0.018s) 2022-11-23T02:31:32.4707860Z test_serialization_safe (__main__.TestOldSerialization) ... ok (0.063s) 2022-11-23T02:31:32.4708714Z test_serialization_save_warnings (__main__.TestOldSerialization) ... ok (0.007s) 2022-11-23T02:31:32.4710331Z 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-23T02:31:32.4711757Z warnings.warn(message, UserWarning) 2022-11-23T02:31:32.4712251Z ok (0.037s) 2022-11-23T02:31:32.4714228Z 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-23T02:31:32.4715933Z x = x.to_sparse_csr() 2022-11-23T02:31:32.4716394Z ok (0.006s) 2022-11-23T02:31:32.4717043Z test_serialization_sparse_invalid (__main__.TestOldSerialization) ... ok (1.006s) 2022-11-23T02:31:32.4717919Z test_serialization_sparse_safe (__main__.TestOldSerialization) ... ok (0.037s) 2022-11-23T02:31:32.4718777Z test_serialization_storage_slice (__main__.TestOldSerialization) ... ok (0.000s) 2022-11-23T02:31:32.4719621Z test_serialization_zipfile_utils (__main__.TestOldSerialization) ... ok (0.025s) 2022-11-23T02:31:32.4720461Z test_serialize_device (__main__.TestOldSerialization) ... ok (0.002s) 2022-11-23T02:31:32.4721228Z test_load_error_msg (__main__.TestSerialization) ... ok (0.001s) 2022-11-23T02:31:32.4722142Z test_load_nonexistent_device (__main__.TestSerialization) ... skip: Testing torch.load on CPU-only machine (0.001s) 2022-11-23T02:31:32.4723094Z test_load_python2_unicode_module (__main__.TestSerialization) ... ok (0.015s) 2022-11-23T02:31:32.4723908Z test_load_unicode_error_msg (__main__.TestSerialization) ... ok (0.001s) 2022-11-23T02:31:32.4724723Z test_meta_serialization_weights_only_False (__main__.TestSerialization) ... ok (0.003s) 2022-11-23T02:31:32.4725614Z test_meta_serialization_weights_only_True (__main__.TestSerialization) ... ok (0.003s) 2022-11-23T02:31:32.4726533Z test_pathlike_serialization_weights_only_False (__main__.TestSerialization) ... ok (0.027s) 2022-11-23T02:31:32.4728227Z 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-23T02:31:32.4729668Z warnings.warn(message, UserWarning) 2022-11-23T02:31:32.4730371Z ok (0.025s) 2022-11-23T02:31:32.4731117Z test_save_different_dtype_error (__main__.TestSerialization) ... ok (0.004s) 2022-11-23T02:31:32.4732187Z test_save_different_dtype_unallocated (__main__.TestSerialization) ... ok (0.699s) 2022-11-23T02:31:32.4733005Z test_serialization (__main__.TestSerialization) ... ok (0.049s) 2022-11-23T02:31:32.4733781Z test_serialization_2gb_file (__main__.TestSerialization) ... ok (11.846s) 2022-11-23T02:31:32.4734620Z test_serialization_backwards_compat (__main__.TestSerialization) ... ok (0.027s) 2022-11-23T02:31:32.4735516Z test_serialization_backwards_compat_safe (__main__.TestSerialization) ... ok (0.025s) 2022-11-23T02:31:32.4736479Z test_serialization_dill (__main__.TestSerialization) ... skip: "dill" not found or not correct version (0.001s) 2022-11-23T02:31:32.4737688Z test_serialization_dill_version_not_supported (__main__.TestSerialization) ... skip: "dill" not found or is correct version (0.001s) 2022-11-23T02:31:32.4738900Z test_serialization_efficient_zerotensor_weights_only_False (__main__.TestSerialization) ... ok (0.004s) 2022-11-23T02:31:32.4739908Z test_serialization_efficient_zerotensor_weights_only_True (__main__.TestSerialization) ... ok (0.004s) 2022-11-23T02:31:32.4740807Z test_serialization_fake_zip (__main__.TestSerialization) ... ok (0.004s) 2022-11-23T02:31:32.4741613Z test_serialization_filelike (__main__.TestSerialization) ... ok (0.028s) 2022-11-23T02:31:32.4742475Z test_serialization_filelike_api_requirements (__main__.TestSerialization) ... ok (0.004s) 2022-11-23T02:31:32.4743543Z test_serialization_filelike_exceptions (__main__.TestSerialization) ... ok (0.005s) 2022-11-23T02:31:32.4744574Z test_serialization_filelike_missing_attrs (__main__.TestSerialization) ... ok (0.005s) 2022-11-23T02:31:32.4745594Z test_serialization_filelike_stress (__main__.TestSerialization) ... ok (0.681s) 2022-11-23T02:31:32.4746473Z test_serialization_filelike_uses_readinto (__main__.TestSerialization) ... ok (0.003s) 2022-11-23T02:31:32.4747323Z test_serialization_gzip (__main__.TestSerialization) ... ok (0.091s) 2022-11-23T02:31:32.4748142Z test_serialization_map_location (__main__.TestSerialization) ... ok (0.026s) 2022-11-23T02:31:32.4749032Z test_serialization_math_bits_weights_only_False (__main__.TestSerialization) ... ok (0.010s) 2022-11-23T02:31:32.4749945Z test_serialization_math_bits_weights_only_True (__main__.TestSerialization) ... ok (0.000s) 2022-11-23T02:31:32.4750770Z test_serialization_offset_gzip (__main__.TestSerialization) ... ok (0.030s) 2022-11-23T02:31:32.4751739Z test_serialization_python_attr (__main__.TestSerialization) ... ok (0.010s) 2022-11-23T02:31:32.4752722Z test_serialization_safe (__main__.TestSerialization) ... ok (0.052s) 2022-11-23T02:31:32.4753526Z test_serialization_save_warnings (__main__.TestSerialization) ... ok (0.003s) 2022-11-23T02:31:32.4755097Z 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-23T02:31:32.4756498Z warnings.warn(message, UserWarning) 2022-11-23T02:31:32.4757015Z ok (0.050s) 2022-11-23T02:31:32.4757766Z test_serialization_sparse_csr_invalid (__main__.TestSerialization) ... ok (0.000s) 2022-11-23T02:31:32.4758758Z test_serialization_sparse_invalid (__main__.TestSerialization) ... ok (0.017s) 2022-11-23T02:31:32.4759698Z test_serialization_sparse_safe (__main__.TestSerialization) ... ok (0.063s) 2022-11-23T02:31:32.4760530Z test_serialization_storage_slice (__main__.TestSerialization) ... ok (0.003s) 2022-11-23T02:31:32.4762114Z 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-23T02:31:32.4763851Z warnings.warn("'torch.load' received a zip file that looks like a TorchScript archive" 2022-11-23T02:31:32.4764640Z ok (0.040s) 2022-11-23T02:31:32.4765244Z test_serialization_zipfile_utils (__main__.TestSerialization) ... ok (0.032s) 2022-11-23T02:31:32.4766324Z test_serialization_zipfile_weights_only_False (__main__.TestSerialization) ... ok (0.068s) 2022-11-23T02:31:32.4767228Z test_serialization_zipfile_weights_only_True (__main__.TestSerialization) ... ok (0.050s) 2022-11-23T02:31:32.4768081Z test_serialize_device (__main__.TestSerialization) ... ok (0.002s) 2022-11-23T02:31:32.4768865Z test_weights_only_assert (__main__.TestSerialization) ... Hello World! 2022-11-23T02:31:32.4769468Z ok (0.002s) 2022-11-23T02:31:32.4770171Z test_cloned_deepcopy_requires_grad_False (__main__.TestSubclassSerialization) ... ok (0.002s) 2022-11-23T02:31:32.4771120Z test_cloned_deepcopy_requires_grad_True (__main__.TestSubclassSerialization) ... ok (0.001s) 2022-11-23T02:31:32.4772173Z test_empty_class_serialization (__main__.TestSubclassSerialization) ... ok (0.003s) 2022-11-23T02:31:32.4773265Z test_tensor_subclass_deepcopy (__main__.TestSubclassSerialization) ... ok (0.003s) 2022-11-23T02:31:32.4774184Z test_tensor_subclass_getstate_overwrite (__main__.TestSubclassSerialization) ... ok (0.003s) 2022-11-23T02:31:32.4775142Z test_tensor_subclass_wrapper_serialization (__main__.TestSubclassSerialization) ... ok (0.000s) 2022-11-23T02:31:32.4775678Z 2022-11-23T02:31:32.4776226Z ---------------------------------------------------------------------- 2022-11-23T02:31:32.4776856Z Ran 87 tests in 186.031s 2022-11-23T02:31:32.4777159Z 2022-11-23T02:31:32.4777347Z OK (skipped=8) 2022-11-23T02:31:32.4777618Z 2022-11-23T02:31:32.4777849Z Generating XML reports... 2022-11-23T02:31:32.4778869Z Generated XML report: test-reports\python-unittest\test_serialization\TEST-TestOldSerialization-20221123022825.xml 2022-11-23T02:31:32.4780300Z Generated XML report: test-reports\python-unittest\test_serialization\TEST-TestSerialization-20221123022825.xml 2022-11-23T02:31:32.4781571Z Generated XML report: test-reports\python-unittest\test_serialization\TEST-TestSubclassSerialization-20221123022825.xml 2022-11-23T02:31:32.4782883Z Generated XML report: test-reports\python-unittest\test_serialization\TEST-TestBothSerializationCUDA-20221123022825.xml 2022-11-23T02:31:32.4783568Z 2022-11-23T02:31:32.4784216Z ##[endgroup] 2022-11-23T02:31:32.4785238Z FINISHED PRINTING LOG FILE of test_serialization (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_serialization_xkfmk3bt) 2022-11-23T02:31:32.4786019Z 2022-11-23T02:31:37.3841196Z Running test_view_ops ... [2022-11-23 02:31:37.383397] 2022-11-23T02:31:37.3850643Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_view_ops.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:31:37.384560] 2022-11-23T02:31:37.3853456Z Ignoring disabled issues: [] 2022-11-23T02:32:12.0056625Z 2022-11-23T02:32:12.0057533Z Expand the folded group to see the log file of test_view_ops 2022-11-23T02:32:12.0059074Z ##[group]PRINTING LOG FILE of test_view_ops (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_view_ops_l0b868js) 2022-11-23T02:32:12.0061213Z 2022-11-23T02:32:12.0061939Z Running tests... 2022-11-23T02:32:12.0062611Z ---------------------------------------------------------------------- 2022-11-23T02:32:12.0063468Z Test results will be stored in test-reports\python-unittest\test_view_ops 2022-11-23T02:32:12.0068254Z 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-23T02:32:12.0070417Z t1 = a.T 2022-11-23T02:32:12.0070839Z ok (1.853s) 2022-11-23T02:32:12.0071503Z test_atleast_cuda_complex128 (__main__.TestOldViewOpsCUDA) ... ok (0.677s) 2022-11-23T02:32:12.0072368Z test_atleast_cuda_complex64 (__main__.TestOldViewOpsCUDA) ... ok (0.697s) 2022-11-23T02:32:12.0073189Z test_atleast_cuda_float16 (__main__.TestOldViewOpsCUDA) ... ok (0.568s) 2022-11-23T02:32:12.0074164Z test_atleast_cuda_float32 (__main__.TestOldViewOpsCUDA) ... ok (0.575s) 2022-11-23T02:32:12.0074958Z test_atleast_cuda_float64 (__main__.TestOldViewOpsCUDA) ... ok (0.608s) 2022-11-23T02:32:12.0076027Z test_atleast_cuda_int16 (__main__.TestOldViewOpsCUDA) ... ok (0.269s) 2022-11-23T02:32:12.0076833Z test_atleast_cuda_int32 (__main__.TestOldViewOpsCUDA) ... ok (0.287s) 2022-11-23T02:32:12.0077638Z test_atleast_cuda_int64 (__main__.TestOldViewOpsCUDA) ... ok (0.235s) 2022-11-23T02:32:12.0078415Z test_atleast_cuda_int8 (__main__.TestOldViewOpsCUDA) ... ok (0.260s) 2022-11-23T02:32:12.0079197Z test_atleast_cuda_uint8 (__main__.TestOldViewOpsCUDA) ... ok (0.253s) 2022-11-23T02:32:12.0080053Z test_atleast_gradient_cuda (__main__.TestOldViewOpsCUDA) ... ok (0.154s) 2022-11-23T02:32:12.0080850Z test_big_transpose_cuda (__main__.TestOldViewOpsCUDA) ... ok (0.022s) 2022-11-23T02:32:12.0081734Z test_broadcast_shapes_cuda (__main__.TestOldViewOpsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T02:32:12.0082930Z test_broadcast_tensors_cuda_float32 (__main__.TestOldViewOpsCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T02:32:12.0085492Z 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-23T02:32:12.0087670Z return torch.as_tensor(tensor_like) 2022-11-23T02:32:12.0088168Z ok (1.115s) 2022-11-23T02:32:12.0088813Z test_broadcast_to_cuda_complex128 (__main__.TestOldViewOpsCUDA) ... ok (0.019s) 2022-11-23T02:32:12.0089662Z test_broadcast_to_cuda_complex64 (__main__.TestOldViewOpsCUDA) ... ok (0.019s) 2022-11-23T02:32:12.0090479Z test_broadcast_to_cuda_float16 (__main__.TestOldViewOpsCUDA) ... ok (0.017s) 2022-11-23T02:32:12.0091276Z test_broadcast_to_cuda_float32 (__main__.TestOldViewOpsCUDA) ... ok (0.009s) 2022-11-23T02:32:12.0092081Z test_broadcast_to_cuda_float64 (__main__.TestOldViewOpsCUDA) ... ok (0.028s) 2022-11-23T02:32:12.0092914Z test_broadcast_to_cuda_int16 (__main__.TestOldViewOpsCUDA) ... ok (0.016s) 2022-11-23T02:32:12.0093726Z test_broadcast_to_cuda_int32 (__main__.TestOldViewOpsCUDA) ... ok (0.013s) 2022-11-23T02:32:12.0094524Z test_broadcast_to_cuda_int64 (__main__.TestOldViewOpsCUDA) ... ok (0.016s) 2022-11-23T02:32:12.0095320Z test_broadcast_to_cuda_int8 (__main__.TestOldViewOpsCUDA) ... ok (0.016s) 2022-11-23T02:32:12.0096094Z test_broadcast_to_cuda_uint8 (__main__.TestOldViewOpsCUDA) ... ok (0.015s) 2022-11-23T02:32:12.0096940Z test_chunk_cuda (__main__.TestOldViewOpsCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T02:32:12.0097864Z test_conj_neg_view_numpy_error_cuda (__main__.TestOldViewOpsCUDA) ... skip: Only runs on cpu (0.004s) 2022-11-23T02:32:12.0099572Z 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-23T02:32:12.0101205Z warnings.warn(message, UserWarning) 2022-11-23T02:32:12.0101726Z ok (0.003s) 2022-11-23T02:32:12.0102425Z test_crow_col_indices_cuda (__main__.TestOldViewOpsCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T02:32:12.0103259Z test_empty_reshape_cuda (__main__.TestOldViewOpsCUDA) ... ok (0.003s) 2022-11-23T02:32:12.0104010Z test_expand_cuda (__main__.TestOldViewOpsCUDA) ... ok (0.011s) 2022-11-23T02:32:12.0104792Z test_flatten_cuda (__main__.TestOldViewOpsCUDA) ... ok (0.020s) 2022-11-23T02:32:12.0105607Z test_memory_format_resize__cuda (__main__.TestOldViewOpsCUDA) ... ok (0.000s) 2022-11-23T02:32:12.0106468Z test_memory_format_resize_as_cuda (__main__.TestOldViewOpsCUDA) ... ok (0.000s) 2022-11-23T02:32:12.0107532Z test_narrow_cuda (__main__.TestOldViewOpsCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T02:32:12.0108425Z test_narrow_tensor_cuda (__main__.TestOldViewOpsCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T02:32:12.0109244Z test_python_types_cuda (__main__.TestOldViewOpsCUDA) ... ok (0.000s) 2022-11-23T02:32:12.0110014Z test_ravel_cuda (__main__.TestOldViewOpsCUDA) ... ok (0.019s) 2022-11-23T02:32:12.0110755Z test_reshape_cuda (__main__.TestOldViewOpsCUDA) ... ok (0.010s) 2022-11-23T02:32:12.0111587Z test_reshape_view_semantics_cuda_bfloat16 (__main__.TestOldViewOpsCUDA) ... ok (0.004s) 2022-11-23T02:32:12.0112478Z test_reshape_view_semantics_cuda_bool (__main__.TestOldViewOpsCUDA) ... ok (0.003s) 2022-11-23T02:32:12.0113535Z test_reshape_view_semantics_cuda_complex128 (__main__.TestOldViewOpsCUDA) ... ok (0.003s) 2022-11-23T02:32:12.0114451Z test_reshape_view_semantics_cuda_complex64 (__main__.TestOldViewOpsCUDA) ... ok (0.003s) 2022-11-23T02:32:12.0115365Z test_reshape_view_semantics_cuda_float16 (__main__.TestOldViewOpsCUDA) ... ok (0.003s) 2022-11-23T02:32:12.0116267Z test_reshape_view_semantics_cuda_float32 (__main__.TestOldViewOpsCUDA) ... ok (0.003s) 2022-11-23T02:32:12.0117156Z test_reshape_view_semantics_cuda_float64 (__main__.TestOldViewOpsCUDA) ... ok (0.004s) 2022-11-23T02:32:12.0118042Z test_reshape_view_semantics_cuda_int16 (__main__.TestOldViewOpsCUDA) ... ok (0.003s) 2022-11-23T02:32:12.0118917Z test_reshape_view_semantics_cuda_int32 (__main__.TestOldViewOpsCUDA) ... ok (0.000s) 2022-11-23T02:32:12.0119782Z test_reshape_view_semantics_cuda_int64 (__main__.TestOldViewOpsCUDA) ... ok (0.000s) 2022-11-23T02:32:12.0120623Z test_reshape_view_semantics_cuda_int8 (__main__.TestOldViewOpsCUDA) ... ok (0.006s) 2022-11-23T02:32:12.0121504Z test_reshape_view_semantics_cuda_uint8 (__main__.TestOldViewOpsCUDA) ... ok (0.000s) 2022-11-23T02:32:12.0122391Z test_resize_all_dtypes_and_devices_cuda (__main__.TestOldViewOpsCUDA) ... ok (0.000s) 2022-11-23T02:32:12.0123303Z test_resize_as_all_dtypes_and_devices_cuda (__main__.TestOldViewOpsCUDA) ... ok (0.011s) 2022-11-23T02:32:12.0124199Z test_resize_as_preserves_strides_cuda (__main__.TestOldViewOpsCUDA) ... ok (0.001s) 2022-11-23T02:32:12.0125052Z test_resize_overflow_cuda (__main__.TestOldViewOpsCUDA) ... ok (0.003s) 2022-11-23T02:32:12.0125863Z test_split_cuda (__main__.TestOldViewOpsCUDA) ... skip: Only runs on cpu (0.003s) 2022-11-23T02:32:12.0126729Z test_t_cuda (__main__.TestOldViewOpsCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T02:32:12.0127574Z test_tensor_split_errors_cuda (__main__.TestOldViewOpsCUDA) ... ok (0.013s) 2022-11-23T02:32:12.0128439Z test_tensor_split_indices_cuda_bool (__main__.TestOldViewOpsCUDA) ... ok (0.326s) 2022-11-23T02:32:12.0129310Z test_tensor_split_indices_cuda_complex128 (__main__.TestOldViewOpsCUDA) ... ok (0.434s) 2022-11-23T02:32:12.0130231Z test_tensor_split_indices_cuda_complex64 (__main__.TestOldViewOpsCUDA) ... ok (0.444s) 2022-11-23T02:32:12.0131268Z test_tensor_split_indices_cuda_float16 (__main__.TestOldViewOpsCUDA) ... ok (0.481s) 2022-11-23T02:32:12.0132534Z test_tensor_split_indices_cuda_float32 (__main__.TestOldViewOpsCUDA) ... ok (0.467s) 2022-11-23T02:32:12.0133412Z test_tensor_split_indices_cuda_float64 (__main__.TestOldViewOpsCUDA) ... ok (0.403s) 2022-11-23T02:32:12.0134275Z test_tensor_split_indices_cuda_int16 (__main__.TestOldViewOpsCUDA) ... ok (0.420s) 2022-11-23T02:32:12.0135138Z test_tensor_split_indices_cuda_int32 (__main__.TestOldViewOpsCUDA) ... ok (0.313s) 2022-11-23T02:32:12.0135999Z test_tensor_split_indices_cuda_int64 (__main__.TestOldViewOpsCUDA) ... ok (0.345s) 2022-11-23T02:32:12.0136864Z test_tensor_split_indices_cuda_int8 (__main__.TestOldViewOpsCUDA) ... ok (0.346s) 2022-11-23T02:32:12.0137701Z test_tensor_split_indices_cuda_uint8 (__main__.TestOldViewOpsCUDA) ... ok (0.331s) 2022-11-23T02:32:12.0138565Z test_tensor_split_sections_cuda_bool (__main__.TestOldViewOpsCUDA) ... ok (1.130s) 2022-11-23T02:32:12.0139464Z test_tensor_split_sections_cuda_complex128 (__main__.TestOldViewOpsCUDA) ... ok (1.665s) 2022-11-23T02:32:12.0140375Z test_tensor_split_sections_cuda_complex64 (__main__.TestOldViewOpsCUDA) ... ok (1.719s) 2022-11-23T02:32:12.0141268Z test_tensor_split_sections_cuda_float16 (__main__.TestOldViewOpsCUDA) ... ok (1.473s) 2022-11-23T02:32:12.0142151Z test_tensor_split_sections_cuda_float32 (__main__.TestOldViewOpsCUDA) ... ok (1.511s) 2022-11-23T02:32:12.0143026Z test_tensor_split_sections_cuda_float64 (__main__.TestOldViewOpsCUDA) ... ok (1.509s) 2022-11-23T02:32:12.0143872Z test_tensor_split_sections_cuda_int16 (__main__.TestOldViewOpsCUDA) ... ok (1.191s) 2022-11-23T02:32:12.0144873Z test_tensor_split_sections_cuda_int32 (__main__.TestOldViewOpsCUDA) ... ok (1.230s) 2022-11-23T02:32:12.0145751Z test_tensor_split_sections_cuda_int64 (__main__.TestOldViewOpsCUDA) ... ok (1.188s) 2022-11-23T02:32:12.0146611Z test_tensor_split_sections_cuda_int8 (__main__.TestOldViewOpsCUDA) ... ok (1.185s) 2022-11-23T02:32:12.0147476Z test_tensor_split_sections_cuda_uint8 (__main__.TestOldViewOpsCUDA) ... ok (1.370s) 2022-11-23T02:32:12.0148381Z test_transpose_invalid_cuda_complex128 (__main__.TestOldViewOpsCUDA) ... ok (0.012s) 2022-11-23T02:32:12.0149233Z test_transpose_invalid_cuda_float32 (__main__.TestOldViewOpsCUDA) ... ok (0.006s) 2022-11-23T02:32:12.0150099Z test_transpose_invalid_cuda_int64 (__main__.TestOldViewOpsCUDA) ... ok (0.005s) 2022-11-23T02:32:12.0150975Z test_transpose_vs_numpy_cuda_complex128 (__main__.TestOldViewOpsCUDA) ... ok (0.075s) 2022-11-23T02:32:12.0151869Z test_transpose_vs_numpy_cuda_float32 (__main__.TestOldViewOpsCUDA) ... ok (0.064s) 2022-11-23T02:32:12.0152746Z test_transpose_vs_numpy_cuda_int64 (__main__.TestOldViewOpsCUDA) ... ok (0.036s) 2022-11-23T02:32:12.0153598Z test_transposes_cuda_bfloat16 (__main__.TestOldViewOpsCUDA) ... ok (0.010s) 2022-11-23T02:32:12.0154406Z test_transposes_cuda_bool (__main__.TestOldViewOpsCUDA) ... ok (0.000s) 2022-11-23T02:32:12.0155226Z test_transposes_cuda_complex128 (__main__.TestOldViewOpsCUDA) ... ok (0.320s) 2022-11-23T02:32:12.0156094Z test_transposes_cuda_complex64 (__main__.TestOldViewOpsCUDA) ... ok (0.010s) 2022-11-23T02:32:12.0156922Z test_transposes_cuda_float16 (__main__.TestOldViewOpsCUDA) ... ok (0.009s) 2022-11-23T02:32:12.0157755Z test_transposes_cuda_float32 (__main__.TestOldViewOpsCUDA) ... ok (0.011s) 2022-11-23T02:32:12.0158575Z test_transposes_cuda_float64 (__main__.TestOldViewOpsCUDA) ... ok (0.009s) 2022-11-23T02:32:12.0159373Z test_transposes_cuda_int16 (__main__.TestOldViewOpsCUDA) ... ok (0.006s) 2022-11-23T02:32:12.0160141Z test_transposes_cuda_int32 (__main__.TestOldViewOpsCUDA) ... ok (0.006s) 2022-11-23T02:32:12.0160948Z test_transposes_cuda_int64 (__main__.TestOldViewOpsCUDA) ... ok (0.006s) 2022-11-23T02:32:12.0161746Z test_transposes_cuda_int8 (__main__.TestOldViewOpsCUDA) ... ok (0.005s) 2022-11-23T02:32:12.0162549Z test_transposes_cuda_uint8 (__main__.TestOldViewOpsCUDA) ... ok (0.006s) 2022-11-23T02:32:12.0163559Z test_transposes_errors_cuda_bfloat16 (__main__.TestOldViewOpsCUDA) ... ok (0.000s) 2022-11-23T02:32:12.0164426Z test_transposes_errors_cuda_bool (__main__.TestOldViewOpsCUDA) ... ok (0.010s) 2022-11-23T02:32:12.0165275Z test_transposes_errors_cuda_complex128 (__main__.TestOldViewOpsCUDA) ... ok (0.005s) 2022-11-23T02:32:12.0166168Z test_transposes_errors_cuda_complex64 (__main__.TestOldViewOpsCUDA) ... ok (0.004s) 2022-11-23T02:32:12.0167045Z test_transposes_errors_cuda_float16 (__main__.TestOldViewOpsCUDA) ... ok (0.004s) 2022-11-23T02:32:12.0167913Z test_transposes_errors_cuda_float32 (__main__.TestOldViewOpsCUDA) ... ok (0.004s) 2022-11-23T02:32:12.0168779Z test_transposes_errors_cuda_float64 (__main__.TestOldViewOpsCUDA) ... ok (0.005s) 2022-11-23T02:32:12.0169635Z test_transposes_errors_cuda_int16 (__main__.TestOldViewOpsCUDA) ... ok (0.004s) 2022-11-23T02:32:12.0170473Z test_transposes_errors_cuda_int32 (__main__.TestOldViewOpsCUDA) ... ok (0.004s) 2022-11-23T02:32:12.0171284Z test_transposes_errors_cuda_int64 (__main__.TestOldViewOpsCUDA) ... ok (0.004s) 2022-11-23T02:32:12.0172138Z test_transposes_errors_cuda_int8 (__main__.TestOldViewOpsCUDA) ... ok (0.005s) 2022-11-23T02:32:12.0172990Z test_transposes_errors_cuda_uint8 (__main__.TestOldViewOpsCUDA) ... ok (0.000s) 2022-11-23T02:32:12.0173856Z test_unsqueeze_cuda (__main__.TestOldViewOpsCUDA) ... skip: Only runs on cpu (0.007s) 2022-11-23T02:32:12.0174738Z test_view_all_dtypes_and_devices_cuda (__main__.TestOldViewOpsCUDA) ... ok (0.003s) 2022-11-23T02:32:12.0175545Z test_view_cuda (__main__.TestOldViewOpsCUDA) ... ok (0.096s) 2022-11-23T02:32:12.0176403Z test_view_empty_cuda (__main__.TestOldViewOpsCUDA) ... ok (0.003s) 2022-11-23T02:32:12.0177187Z test_T_view_cuda (__main__.TestViewOpsCUDA) ... ok (0.005s) 2022-11-23T02:32:12.0177994Z test_advanced_indexing_assignment_cuda (__main__.TestViewOpsCUDA) ... ok (0.000s) 2022-11-23T02:32:12.0178840Z test_advanced_indexing_nonview_cuda (__main__.TestViewOpsCUDA) ... ok (0.006s) 2022-11-23T02:32:12.0180525Z 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-23T02:32:12.0181979Z warnings.warn(message, UserWarning) 2022-11-23T02:32:12.0183343Z 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:32:12.0184638Z warnings.warn(message, UserWarning) 2022-11-23T02:32:12.0185955Z 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:32:12.0187244Z warnings.warn(message, UserWarning) 2022-11-23T02:32:12.0188591Z 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:32:12.0189853Z warnings.warn(message, UserWarning) 2022-11-23T02:32:12.0191217Z 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:32:12.0192493Z warnings.warn(message, UserWarning) 2022-11-23T02:32:12.0193862Z 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:32:12.0195295Z warnings.warn(message, UserWarning) 2022-11-23T02:32:12.0196656Z 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:32:12.0197950Z warnings.warn(message, UserWarning) 2022-11-23T02:32:12.0199277Z 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:32:12.0200572Z warnings.warn(message, UserWarning) 2022-11-23T02:32:12.0201958Z 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:32:12.0203240Z warnings.warn(message, UserWarning) 2022-11-23T02:32:12.0203706Z ok (0.241s) 2022-11-23T02:32:12.0204358Z test_as_strided_inplace_view_cuda (__main__.TestViewOpsCUDA) ... ok (0.003s) 2022-11-23T02:32:12.0205184Z test_as_strided_view_cuda (__main__.TestViewOpsCUDA) ... ok (0.002s) 2022-11-23T02:32:12.0206121Z test_basic_indexing_ellipses_view_cuda (__main__.TestViewOpsCUDA) ... ok (0.002s) 2022-11-23T02:32:12.0207007Z test_basic_indexing_newaxis_view_cuda (__main__.TestViewOpsCUDA) ... ok (0.002s) 2022-11-23T02:32:12.0207845Z test_basic_indexing_slice_view_cuda (__main__.TestViewOpsCUDA) ... ok (0.002s) 2022-11-23T02:32:12.0208817Z test_chunk_view_cuda (__main__.TestViewOpsCUDA) ... skip: See https://github.com/pytorch/pytorch/pull/32720 (0.001s) 2022-11-23T02:32:12.0209763Z test_conj_imag_view_cuda_complex128 (__main__.TestViewOpsCUDA) ... ok (0.004s) 2022-11-23T02:32:12.0210582Z test_conj_imag_view_cuda_complex64 (__main__.TestViewOpsCUDA) ... ok (0.003s) 2022-11-23T02:32:12.0211374Z test_conj_self_cuda_bfloat16 (__main__.TestViewOpsCUDA) ... ok (0.001s) 2022-11-23T02:32:12.0212108Z test_conj_self_cuda_float16 (__main__.TestViewOpsCUDA) ... ok (0.002s) 2022-11-23T02:32:12.0212882Z test_conj_self_cuda_float32 (__main__.TestViewOpsCUDA) ... ok (0.000s) 2022-11-23T02:32:12.0213651Z test_conj_self_cuda_float64 (__main__.TestViewOpsCUDA) ... ok (0.003s) 2022-11-23T02:32:12.0214409Z test_conj_self_cuda_int16 (__main__.TestViewOpsCUDA) ... ok (0.000s) 2022-11-23T02:32:12.0215157Z test_conj_self_cuda_int32 (__main__.TestViewOpsCUDA) ... ok (0.000s) 2022-11-23T02:32:12.0215897Z test_conj_self_cuda_int64 (__main__.TestViewOpsCUDA) ... ok (0.006s) 2022-11-23T02:32:12.0216624Z test_conj_self_cuda_int8 (__main__.TestViewOpsCUDA) ... ok (0.000s) 2022-11-23T02:32:12.0217381Z test_conj_self_cuda_uint8 (__main__.TestViewOpsCUDA) ... ok (0.000s) 2022-11-23T02:32:12.0218184Z test_conj_view_with_shared_memory_cuda (__main__.TestViewOpsCUDA) ... ok (0.011s) 2022-11-23T02:32:12.0218989Z test_contiguous_nonview_cuda (__main__.TestViewOpsCUDA) ... ok (0.003s) 2022-11-23T02:32:12.0219772Z test_contiguous_self_cuda (__main__.TestViewOpsCUDA) ... ok (0.001s) 2022-11-23T02:32:12.0220539Z test_diagonal_view_cuda (__main__.TestViewOpsCUDA) ... ok (0.003s) 2022-11-23T02:32:12.0221270Z test_expand_as_view_cuda (__main__.TestViewOpsCUDA) ... ok (0.003s) 2022-11-23T02:32:12.0222030Z test_expand_view_cuda (__main__.TestViewOpsCUDA) ... ok (0.002s) 2022-11-23T02:32:12.0222795Z test_flatten_nonview_cuda (__main__.TestViewOpsCUDA) ... ok (0.004s) 2022-11-23T02:32:12.0223554Z test_flatten_view_cuda (__main__.TestViewOpsCUDA) ... ok (0.006s) 2022-11-23T02:32:12.0225847Z test_imag_noncomplex_cuda_bfloat16 (__main__.TestViewOpsCUDA) ... ok (0.002s) 2022-11-23T02:32:12.0226688Z test_imag_noncomplex_cuda_float16 (__main__.TestViewOpsCUDA) ... ok (0.002s) 2022-11-23T02:32:12.0227487Z test_imag_noncomplex_cuda_float32 (__main__.TestViewOpsCUDA) ... ok (0.002s) 2022-11-23T02:32:12.0228296Z test_imag_noncomplex_cuda_float64 (__main__.TestViewOpsCUDA) ... ok (0.002s) 2022-11-23T02:32:12.0229123Z test_imag_noncomplex_cuda_int16 (__main__.TestViewOpsCUDA) ... ok (0.002s) 2022-11-23T02:32:12.0229944Z test_imag_noncomplex_cuda_int32 (__main__.TestViewOpsCUDA) ... ok (0.002s) 2022-11-23T02:32:12.0230766Z test_imag_noncomplex_cuda_int64 (__main__.TestViewOpsCUDA) ... ok (0.002s) 2022-11-23T02:32:12.0231560Z test_imag_noncomplex_cuda_int8 (__main__.TestViewOpsCUDA) ... ok (0.002s) 2022-11-23T02:32:12.0232537Z test_imag_noncomplex_cuda_uint8 (__main__.TestViewOpsCUDA) ... ok (0.002s) 2022-11-23T02:32:12.0233390Z test_movedim_view_cuda (__main__.TestViewOpsCUDA) ... ok (0.003s) 2022-11-23T02:32:12.0234240Z test_narrow_view_cuda (__main__.TestViewOpsCUDA) ... ok (0.006s) 2022-11-23T02:32:12.0234996Z test_permute_view_cuda (__main__.TestViewOpsCUDA) ... ok (0.000s) 2022-11-23T02:32:12.0235790Z test_real_imag_view_cuda_complex128 (__main__.TestViewOpsCUDA) ... ok (0.000s) 2022-11-23T02:32:12.0236610Z test_real_imag_view_cuda_complex64 (__main__.TestViewOpsCUDA) ... ok (0.010s) 2022-11-23T02:32:12.0237405Z test_reshape_as_view_cuda (__main__.TestViewOpsCUDA) ... ok (0.000s) 2022-11-23T02:32:12.0238146Z test_reshape_nonview_cuda (__main__.TestViewOpsCUDA) ... ok (0.000s) 2022-11-23T02:32:12.0239169Z test_reshape_view_cuda (__main__.TestViewOpsCUDA) ... ok (0.011s) 2022-11-23T02:32:12.0240060Z test_select_view_cuda (__main__.TestViewOpsCUDA) ... ok (0.002s) 2022-11-23T02:32:12.0240961Z test_set_real_imag_cuda_complex128_bfloat16 (__main__.TestViewOpsCUDA) ... ok (0.003s) 2022-11-23T02:32:12.0241818Z test_set_real_imag_cuda_complex128_bool (__main__.TestViewOpsCUDA) ... ok (0.004s) 2022-11-23T02:32:12.0242697Z test_set_real_imag_cuda_complex128_complex128 (__main__.TestViewOpsCUDA) ... ok (0.003s) 2022-11-23T02:32:12.0243546Z test_set_real_imag_cuda_complex128_complex64 (__main__.TestViewOpsCUDA) ... ok (0.003s) 2022-11-23T02:32:12.0244418Z test_set_real_imag_cuda_complex128_float16 (__main__.TestViewOpsCUDA) ... ok (0.003s) 2022-11-23T02:32:12.0245270Z test_set_real_imag_cuda_complex128_float32 (__main__.TestViewOpsCUDA) ... ok (0.003s) 2022-11-23T02:32:12.0246216Z test_set_real_imag_cuda_complex128_float64 (__main__.TestViewOpsCUDA) ... ok (0.003s) 2022-11-23T02:32:12.0247223Z test_set_real_imag_cuda_complex128_int16 (__main__.TestViewOpsCUDA) ... ok (0.003s) 2022-11-23T02:32:12.0248066Z test_set_real_imag_cuda_complex128_int32 (__main__.TestViewOpsCUDA) ... ok (0.003s) 2022-11-23T02:32:12.0248899Z test_set_real_imag_cuda_complex128_int64 (__main__.TestViewOpsCUDA) ... ok (0.003s) 2022-11-23T02:32:12.0249707Z test_set_real_imag_cuda_complex128_int8 (__main__.TestViewOpsCUDA) ... ok (0.002s) 2022-11-23T02:32:12.0250572Z test_set_real_imag_cuda_complex128_uint8 (__main__.TestViewOpsCUDA) ... ok (0.002s) 2022-11-23T02:32:12.0251438Z test_set_real_imag_cuda_complex64_bfloat16 (__main__.TestViewOpsCUDA) ... ok (0.003s) 2022-11-23T02:32:12.0252392Z test_set_real_imag_cuda_complex64_bool (__main__.TestViewOpsCUDA) ... ok (0.006s) 2022-11-23T02:32:12.0253454Z test_set_real_imag_cuda_complex64_complex128 (__main__.TestViewOpsCUDA) ... ok (0.000s) 2022-11-23T02:32:12.0254345Z test_set_real_imag_cuda_complex64_complex64 (__main__.TestViewOpsCUDA) ... ok (0.000s) 2022-11-23T02:32:12.0255175Z test_set_real_imag_cuda_complex64_float16 (__main__.TestViewOpsCUDA) ... ok (0.000s) 2022-11-23T02:32:12.0256052Z test_set_real_imag_cuda_complex64_float32 (__main__.TestViewOpsCUDA) ... ok (0.000s) 2022-11-23T02:32:12.0256919Z test_set_real_imag_cuda_complex64_float64 (__main__.TestViewOpsCUDA) ... ok (0.000s) 2022-11-23T02:32:12.0257946Z test_set_real_imag_cuda_complex64_int16 (__main__.TestViewOpsCUDA) ... ok (0.000s) 2022-11-23T02:32:12.0258911Z test_set_real_imag_cuda_complex64_int32 (__main__.TestViewOpsCUDA) ... ok (0.013s) 2022-11-23T02:32:12.0259845Z test_set_real_imag_cuda_complex64_int64 (__main__.TestViewOpsCUDA) ... ok (0.004s) 2022-11-23T02:32:12.0260775Z test_set_real_imag_cuda_complex64_int8 (__main__.TestViewOpsCUDA) ... ok (0.003s) 2022-11-23T02:32:12.0261572Z test_set_real_imag_cuda_complex64_uint8 (__main__.TestViewOpsCUDA) ... ok (0.003s) 2022-11-23T02:32:12.0262566Z test_split_view_cuda (__main__.TestViewOpsCUDA) ... skip: See https://github.com/pytorch/pytorch/pull/32720 (0.001s) 2022-11-23T02:32:12.0263494Z test_squeeze_inplace_view_cuda (__main__.TestViewOpsCUDA) ... ok (0.003s) 2022-11-23T02:32:12.0264273Z test_squeeze_view_cuda (__main__.TestViewOpsCUDA) ... ok (0.002s) 2022-11-23T02:32:12.0265033Z test_t_inplace_view_cuda (__main__.TestViewOpsCUDA) ... ok (0.002s) 2022-11-23T02:32:12.0265884Z test_t_view_cuda (__main__.TestViewOpsCUDA) ... ok (0.002s) 2022-11-23T02:32:12.0266781Z test_transpose_inplace_view_cuda (__main__.TestViewOpsCUDA) ... ok (0.004s) 2022-11-23T02:32:12.0267586Z test_transpose_view_cuda (__main__.TestViewOpsCUDA) ... ok (0.005s) 2022-11-23T02:32:12.0268335Z test_unbind_cuda (__main__.TestViewOpsCUDA) ... ok (0.011s) 2022-11-23T02:32:12.0269062Z test_unbind_view_cuda (__main__.TestViewOpsCUDA) ... ok (0.002s) 2022-11-23T02:32:12.0269804Z test_unfold_view_cuda (__main__.TestViewOpsCUDA) ... ok (0.003s) 2022-11-23T02:32:12.0270582Z test_unsqueeze_inplace_view_cuda (__main__.TestViewOpsCUDA) ... ok (0.000s) 2022-11-23T02:32:12.0271475Z test_unsqueeze_view_cuda (__main__.TestViewOpsCUDA) ... ok (0.000s) 2022-11-23T02:32:12.0272388Z test_view_as_complex_cuda (__main__.TestViewOpsCUDA) ... ok (0.006s) 2022-11-23T02:32:12.0273361Z test_view_as_real_cuda_complex128 (__main__.TestViewOpsCUDA) ... ok (0.014s) 2022-11-23T02:32:12.0275020Z 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-23T02:32:12.0276517Z t = torch.randn(3, 4, dtype=dtype, device=device) 2022-11-23T02:32:12.0277054Z ok (0.006s) 2022-11-23T02:32:12.0277688Z test_view_as_real_cuda_complex64 (__main__.TestViewOpsCUDA) ... ok (0.005s) 2022-11-23T02:32:12.0278540Z test_view_as_view_cuda (__main__.TestViewOpsCUDA) ... ok (0.002s) 2022-11-23T02:32:12.0279390Z test_view_copy_cuda (__main__.TestViewOpsCUDA) ... ok (0.004s) 2022-11-23T02:32:12.0280235Z test_view_copy_out_cuda (__main__.TestViewOpsCUDA) ... ok (0.004s) 2022-11-23T02:32:12.0281046Z test_view_copy_output_contiguous_cuda (__main__.TestViewOpsCUDA) ... ok (0.002s) 2022-11-23T02:32:12.0281880Z test_view_dtype_new_cuda_bool (__main__.TestViewOpsCUDA) ... ok (0.058s) 2022-11-23T02:32:12.0282707Z test_view_dtype_new_cuda_complex128 (__main__.TestViewOpsCUDA) ... ok (0.058s) 2022-11-23T02:32:12.0283504Z test_view_dtype_new_cuda_complex64 (__main__.TestViewOpsCUDA) ... ok (0.060s) 2022-11-23T02:32:12.0284314Z test_view_dtype_new_cuda_float16 (__main__.TestViewOpsCUDA) ... ok (0.076s) 2022-11-23T02:32:12.0285228Z test_view_dtype_new_cuda_float32 (__main__.TestViewOpsCUDA) ... ok (0.060s) 2022-11-23T02:32:12.0286115Z test_view_dtype_new_cuda_float64 (__main__.TestViewOpsCUDA) ... ok (0.060s) 2022-11-23T02:32:12.0287030Z test_view_dtype_new_cuda_int16 (__main__.TestViewOpsCUDA) ... ok (0.073s) 2022-11-23T02:32:12.0287815Z test_view_dtype_new_cuda_int32 (__main__.TestViewOpsCUDA) ... ok (0.068s) 2022-11-23T02:32:12.0288564Z test_view_dtype_new_cuda_int64 (__main__.TestViewOpsCUDA) ... ok (0.062s) 2022-11-23T02:32:12.0289331Z test_view_dtype_new_cuda_int8 (__main__.TestViewOpsCUDA) ... ok (0.065s) 2022-11-23T02:32:12.0290292Z test_view_dtype_new_cuda_uint8 (__main__.TestViewOpsCUDA) ... ok (0.077s) 2022-11-23T02:32:12.0291128Z test_view_dtype_upsize_errors_cuda_bfloat16 (__main__.TestViewOpsCUDA) ... ok (0.016s) 2022-11-23T02:32:12.0292100Z test_view_dtype_upsize_errors_cuda_bool (__main__.TestViewOpsCUDA) ... ok (0.012s) 2022-11-23T02:32:12.0293132Z test_view_dtype_upsize_errors_cuda_complex128 (__main__.TestViewOpsCUDA) ... ok (0.000s) 2022-11-23T02:32:12.0294026Z test_view_dtype_upsize_errors_cuda_complex64 (__main__.TestViewOpsCUDA) ... ok (0.010s) 2022-11-23T02:32:12.0294868Z test_view_dtype_upsize_errors_cuda_float16 (__main__.TestViewOpsCUDA) ... ok (0.010s) 2022-11-23T02:32:12.0295750Z test_view_dtype_upsize_errors_cuda_float32 (__main__.TestViewOpsCUDA) ... ok (0.010s) 2022-11-23T02:32:12.0296615Z test_view_dtype_upsize_errors_cuda_float64 (__main__.TestViewOpsCUDA) ... ok (0.000s) 2022-11-23T02:32:12.0297472Z test_view_dtype_upsize_errors_cuda_int16 (__main__.TestViewOpsCUDA) ... ok (0.022s) 2022-11-23T02:32:12.0298427Z test_view_dtype_upsize_errors_cuda_int32 (__main__.TestViewOpsCUDA) ... ok (0.010s) 2022-11-23T02:32:12.0299440Z test_view_dtype_upsize_errors_cuda_int64 (__main__.TestViewOpsCUDA) ... ok (0.004s) 2022-11-23T02:32:12.0300258Z test_view_dtype_upsize_errors_cuda_int8 (__main__.TestViewOpsCUDA) ... ok (0.018s) 2022-11-23T02:32:12.0301117Z test_view_dtype_upsize_errors_cuda_uint8 (__main__.TestViewOpsCUDA) ... ok (0.020s) 2022-11-23T02:32:12.0301975Z test_view_tensor_dsplit_cuda_bfloat16 (__main__.TestViewOpsCUDA) ... ok (0.002s) 2022-11-23T02:32:12.0302948Z test_view_tensor_dsplit_cuda_bool (__main__.TestViewOpsCUDA) ... ok (0.003s) 2022-11-23T02:32:12.0303827Z test_view_tensor_dsplit_cuda_complex128 (__main__.TestViewOpsCUDA) ... ok (0.003s) 2022-11-23T02:32:12.0304800Z test_view_tensor_dsplit_cuda_complex64 (__main__.TestViewOpsCUDA) ... ok (0.003s) 2022-11-23T02:32:12.0305844Z test_view_tensor_dsplit_cuda_float16 (__main__.TestViewOpsCUDA) ... ok (0.003s) 2022-11-23T02:32:12.0306638Z test_view_tensor_dsplit_cuda_float32 (__main__.TestViewOpsCUDA) ... ok (0.002s) 2022-11-23T02:32:12.0307473Z test_view_tensor_dsplit_cuda_float64 (__main__.TestViewOpsCUDA) ... ok (0.002s) 2022-11-23T02:32:12.0308312Z test_view_tensor_dsplit_cuda_int16 (__main__.TestViewOpsCUDA) ... ok (0.002s) 2022-11-23T02:32:12.0309133Z test_view_tensor_dsplit_cuda_int32 (__main__.TestViewOpsCUDA) ... ok (0.002s) 2022-11-23T02:32:12.0309935Z test_view_tensor_dsplit_cuda_int64 (__main__.TestViewOpsCUDA) ... ok (0.002s) 2022-11-23T02:32:12.0310748Z test_view_tensor_dsplit_cuda_int8 (__main__.TestViewOpsCUDA) ... ok (0.003s) 2022-11-23T02:32:12.0311648Z test_view_tensor_dsplit_cuda_uint8 (__main__.TestViewOpsCUDA) ... ok (0.002s) 2022-11-23T02:32:12.0312669Z test_view_tensor_hsplit_cuda_bfloat16 (__main__.TestViewOpsCUDA) ... ok (0.003s) 2022-11-23T02:32:12.0313498Z test_view_tensor_hsplit_cuda_bool (__main__.TestViewOpsCUDA) ... ok (0.002s) 2022-11-23T02:32:12.0314344Z test_view_tensor_hsplit_cuda_complex128 (__main__.TestViewOpsCUDA) ... ok (0.002s) 2022-11-23T02:32:12.0315193Z test_view_tensor_hsplit_cuda_complex64 (__main__.TestViewOpsCUDA) ... ok (0.003s) 2022-11-23T02:32:12.0316023Z test_view_tensor_hsplit_cuda_float16 (__main__.TestViewOpsCUDA) ... ok (0.000s) 2022-11-23T02:32:12.0316850Z test_view_tensor_hsplit_cuda_float32 (__main__.TestViewOpsCUDA) ... ok (0.000s) 2022-11-23T02:32:12.0317733Z test_view_tensor_hsplit_cuda_float64 (__main__.TestViewOpsCUDA) ... ok (0.006s) 2022-11-23T02:32:12.0318712Z test_view_tensor_hsplit_cuda_int16 (__main__.TestViewOpsCUDA) ... ok (0.000s) 2022-11-23T02:32:12.0319545Z test_view_tensor_hsplit_cuda_int32 (__main__.TestViewOpsCUDA) ... ok (0.000s) 2022-11-23T02:32:12.0320349Z test_view_tensor_hsplit_cuda_int64 (__main__.TestViewOpsCUDA) ... ok (0.000s) 2022-11-23T02:32:12.0321159Z test_view_tensor_hsplit_cuda_int8 (__main__.TestViewOpsCUDA) ... ok (0.010s) 2022-11-23T02:32:12.0322156Z test_view_tensor_hsplit_cuda_uint8 (__main__.TestViewOpsCUDA) ... ok (0.003s) 2022-11-23T02:32:12.0322940Z test_view_tensor_split_cuda_bfloat16 (__main__.TestViewOpsCUDA) ... ok (0.002s) 2022-11-23T02:32:12.0323759Z test_view_tensor_split_cuda_bool (__main__.TestViewOpsCUDA) ... ok (0.002s) 2022-11-23T02:32:12.0324763Z test_view_tensor_split_cuda_complex128 (__main__.TestViewOpsCUDA) ... ok (0.002s) 2022-11-23T02:32:12.0325704Z test_view_tensor_split_cuda_complex64 (__main__.TestViewOpsCUDA) ... ok (0.002s) 2022-11-23T02:32:12.0326452Z test_view_tensor_split_cuda_float16 (__main__.TestViewOpsCUDA) ... ok (0.002s) 2022-11-23T02:32:12.0327182Z test_view_tensor_split_cuda_float32 (__main__.TestViewOpsCUDA) ... ok (0.001s) 2022-11-23T02:32:12.0327917Z test_view_tensor_split_cuda_float64 (__main__.TestViewOpsCUDA) ... ok (0.001s) 2022-11-23T02:32:12.0328679Z test_view_tensor_split_cuda_int16 (__main__.TestViewOpsCUDA) ... ok (0.002s) 2022-11-23T02:32:12.0329483Z test_view_tensor_split_cuda_int32 (__main__.TestViewOpsCUDA) ... ok (0.002s) 2022-11-23T02:32:12.0330234Z test_view_tensor_split_cuda_int64 (__main__.TestViewOpsCUDA) ... ok (0.002s) 2022-11-23T02:32:12.0331143Z test_view_tensor_split_cuda_int8 (__main__.TestViewOpsCUDA) ... ok (0.002s) 2022-11-23T02:32:12.0332417Z test_view_tensor_split_cuda_uint8 (__main__.TestViewOpsCUDA) ... ok (0.002s) 2022-11-23T02:32:12.0333216Z test_view_tensor_vsplit_cuda_bfloat16 (__main__.TestViewOpsCUDA) ... ok (0.003s) 2022-11-23T02:32:12.0333947Z test_view_tensor_vsplit_cuda_bool (__main__.TestViewOpsCUDA) ... ok (0.002s) 2022-11-23T02:32:12.0334912Z test_view_tensor_vsplit_cuda_complex128 (__main__.TestViewOpsCUDA) ... ok (0.002s) 2022-11-23T02:32:12.0335723Z test_view_tensor_vsplit_cuda_complex64 (__main__.TestViewOpsCUDA) ... ok (0.003s) 2022-11-23T02:32:12.0336510Z test_view_tensor_vsplit_cuda_float16 (__main__.TestViewOpsCUDA) ... ok (0.003s) 2022-11-23T02:32:12.0337289Z test_view_tensor_vsplit_cuda_float32 (__main__.TestViewOpsCUDA) ... ok (0.003s) 2022-11-23T02:32:12.0338245Z test_view_tensor_vsplit_cuda_float64 (__main__.TestViewOpsCUDA) ... ok (0.002s) 2022-11-23T02:32:12.0339477Z test_view_tensor_vsplit_cuda_int16 (__main__.TestViewOpsCUDA) ... ok (0.003s) 2022-11-23T02:32:12.0340215Z test_view_tensor_vsplit_cuda_int32 (__main__.TestViewOpsCUDA) ... ok (0.000s) 2022-11-23T02:32:12.0340947Z test_view_tensor_vsplit_cuda_int64 (__main__.TestViewOpsCUDA) ... ok (0.000s) 2022-11-23T02:32:12.0341699Z test_view_tensor_vsplit_cuda_int8 (__main__.TestViewOpsCUDA) ... ok (0.006s) 2022-11-23T02:32:12.0342425Z test_view_tensor_vsplit_cuda_uint8 (__main__.TestViewOpsCUDA) ... ok (0.000s) 2022-11-23T02:32:12.0343109Z test_view_view_cuda (__main__.TestViewOpsCUDA) ... ok (0.000s) 2022-11-23T02:32:12.0343477Z 2022-11-23T02:32:12.0343823Z ---------------------------------------------------------------------- 2022-11-23T02:32:12.0344341Z Ran 278 tests in 29.625s 2022-11-23T02:32:12.0344722Z 2022-11-23T02:32:12.0344905Z OK (skipped=12) 2022-11-23T02:32:12.0345150Z 2022-11-23T02:32:12.0345343Z Generating XML reports... 2022-11-23T02:32:12.0346299Z Generated XML report: test-reports\python-unittest\test_view_ops\TEST-TestOldViewOpsCUDA-20221123023141.xml 2022-11-23T02:32:12.0347330Z Generated XML report: test-reports\python-unittest\test_view_ops\TEST-TestViewOpsCUDA-20221123023141.xml 2022-11-23T02:32:12.0347868Z 2022-11-23T02:32:12.0348488Z ##[endgroup] 2022-11-23T02:32:12.0349204Z FINISHED PRINTING LOG FILE of test_view_ops (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_view_ops_l0b868js) 2022-11-23T02:32:12.0349752Z 2022-11-23T02:32:16.6818663Z Running test_transformers ... [2022-11-23 02:32:16.676195] 2022-11-23T02:32:16.6826021Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_transformers.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:32:16.676195] 2022-11-23T02:32:16.6827881Z Ignoring disabled issues: [] 2022-11-23T02:32:42.3612221Z 2022-11-23T02:32:42.3613381Z Expand the folded group to see the log file of test_transformers 2022-11-23T02:32:42.3615166Z ##[group]PRINTING LOG FILE of test_transformers (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_transformers_aj__r3zd) 2022-11-23T02:32:42.3615871Z 2022-11-23T02:32:42.3616088Z Running tests... 2022-11-23T02:32:42.3616710Z ---------------------------------------------------------------------- 2022-11-23T02:32:42.3617559Z Test results will be stored in test-reports\python-unittest\test_transformers 2022-11-23T02:32:42.3618374Z test_bias_is_none (__main__.TestTransformers) ... ok (2.095s) 2022-11-23T02:32:42.3619195Z test_decoder_only_layer (__main__.TestTransformers) ... skip: Fairseq not found (0.013s) 2022-11-23T02:32:42.3620043Z test_fused_sdp_choice_type_dense (__main__.TestTransformers) ... ok (0.005s) 2022-11-23T02:32:42.3620859Z test_fused_sdp_choice_type_nested (__main__.TestTransformers) ... ok (0.004s) 2022-11-23T02:32:42.3621633Z test_mask_check_fastpath (__main__.TestTransformers) 2022-11-23T02:32:42.3623231Z 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-23T02:32:42.3624982Z nested_tensor_return_value = torch.nested.nested_tensor([torch.ones((2, 2), dtype=torch.float)]) 2022-11-23T02:32:42.3625638Z ok (0.022s) 2022-11-23T02:32:42.3626689Z test_scaled_dot_product_attention_3D_input_dim_2D_attn_mask_dropout_p_0_0_device_cpu (__main__.TestTransformers) ... ok (0.007s) 2022-11-23T02:32:42.3627799Z test_scaled_dot_product_attention_3D_input_dim_2D_attn_mask_dropout_p_0_0_device_cuda (__main__.TestTransformers) ... ok (0.943s) 2022-11-23T02:32:42.3628867Z test_scaled_dot_product_attention_3D_input_dim_2D_attn_mask_dropout_p_0_2_device_cpu (__main__.TestTransformers) ... ok (0.005s) 2022-11-23T02:32:42.3629949Z test_scaled_dot_product_attention_3D_input_dim_2D_attn_mask_dropout_p_0_2_device_cuda (__main__.TestTransformers) ... ok (0.008s) 2022-11-23T02:32:42.3631014Z test_scaled_dot_product_attention_3D_input_dim_2D_attn_mask_dropout_p_0_5_device_cpu (__main__.TestTransformers) ... ok (0.006s) 2022-11-23T02:32:42.3632194Z test_scaled_dot_product_attention_3D_input_dim_2D_attn_mask_dropout_p_0_5_device_cuda (__main__.TestTransformers) ... ok (0.007s) 2022-11-23T02:32:42.3633345Z test_scaled_dot_product_attention_3D_input_dim_2D_causal_attn_mask_dropout_p_0_0_device_cpu (__main__.TestTransformers) ... ok (0.995s) 2022-11-23T02:32:42.3634444Z 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-23T02:32:42.3635541Z 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-23T02:32:42.3636658Z 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-23T02:32:42.3637736Z 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-23T02:32:42.3638796Z test_scaled_dot_product_attention_3D_input_dim_2D_causal_attn_mask_dropout_p_0_5_device_cuda (__main__.TestTransformers) ... ok (0.006s) 2022-11-23T02:32:42.3639889Z test_scaled_dot_product_attention_3D_input_dim_3D_attn_mask_dropout_p_0_0_device_cpu (__main__.TestTransformers) ... ok (0.003s) 2022-11-23T02:32:42.3640952Z test_scaled_dot_product_attention_3D_input_dim_3D_attn_mask_dropout_p_0_0_device_cuda (__main__.TestTransformers) ... ok (0.006s) 2022-11-23T02:32:42.3642008Z test_scaled_dot_product_attention_3D_input_dim_3D_attn_mask_dropout_p_0_2_device_cpu (__main__.TestTransformers) ... ok (0.010s) 2022-11-23T02:32:42.3643287Z test_scaled_dot_product_attention_3D_input_dim_3D_attn_mask_dropout_p_0_2_device_cuda (__main__.TestTransformers) ... ok (0.000s) 2022-11-23T02:32:42.3644349Z test_scaled_dot_product_attention_3D_input_dim_3D_attn_mask_dropout_p_0_5_device_cpu (__main__.TestTransformers) ... ok (0.010s) 2022-11-23T02:32:42.3645404Z test_scaled_dot_product_attention_3D_input_dim_3D_attn_mask_dropout_p_0_5_device_cuda (__main__.TestTransformers) ... ok (0.011s) 2022-11-23T02:32:42.3646481Z test_scaled_dot_product_attention_3D_input_dim_3D_causal_attn_mask_dropout_p_0_0_device_cpu (__main__.TestTransformers) ... ok (0.007s) 2022-11-23T02:32:42.3647590Z test_scaled_dot_product_attention_3D_input_dim_3D_causal_attn_mask_dropout_p_0_0_device_cuda (__main__.TestTransformers) ... ok (0.009s) 2022-11-23T02:32:42.3648654Z test_scaled_dot_product_attention_3D_input_dim_3D_causal_attn_mask_dropout_p_0_2_device_cpu (__main__.TestTransformers) ... ok (0.008s) 2022-11-23T02:32:42.3649769Z test_scaled_dot_product_attention_3D_input_dim_3D_causal_attn_mask_dropout_p_0_2_device_cuda (__main__.TestTransformers) ... ok (0.011s) 2022-11-23T02:32:42.3650942Z test_scaled_dot_product_attention_3D_input_dim_3D_causal_attn_mask_dropout_p_0_5_device_cpu (__main__.TestTransformers) ... ok (0.008s) 2022-11-23T02:32:42.3652090Z test_scaled_dot_product_attention_3D_input_dim_3D_causal_attn_mask_dropout_p_0_5_device_cuda (__main__.TestTransformers) ... ok (0.009s) 2022-11-23T02:32:42.3653216Z test_scaled_dot_product_attention_3D_input_dim_no_attn_mask_dropout_p_0_0_device_cpu (__main__.TestTransformers) ... ok (0.026s) 2022-11-23T02:32:42.3655618Z test_scaled_dot_product_attention_3D_input_dim_no_attn_mask_dropout_p_0_0_device_cuda (__main__.TestTransformers) ... ok (0.064s) 2022-11-23T02:32:42.3656832Z test_scaled_dot_product_attention_3D_input_dim_no_attn_mask_dropout_p_0_2_device_cpu (__main__.TestTransformers) ... ok (0.032s) 2022-11-23T02:32:42.3657912Z test_scaled_dot_product_attention_3D_input_dim_no_attn_mask_dropout_p_0_2_device_cuda (__main__.TestTransformers) ... ok (0.067s) 2022-11-23T02:32:42.3658989Z test_scaled_dot_product_attention_3D_input_dim_no_attn_mask_dropout_p_0_5_device_cpu (__main__.TestTransformers) ... ok (0.031s) 2022-11-23T02:32:42.3660051Z test_scaled_dot_product_attention_3D_input_dim_no_attn_mask_dropout_p_0_5_device_cuda (__main__.TestTransformers) ... ok (0.060s) 2022-11-23T02:32:42.3661135Z test_scaled_dot_product_attention_4D_input_dim_2D_attn_mask_dropout_p_0_0_device_cpu (__main__.TestTransformers) ... ok (0.006s) 2022-11-23T02:32:42.3662219Z test_scaled_dot_product_attention_4D_input_dim_2D_attn_mask_dropout_p_0_0_device_cuda (__main__.TestTransformers) ... ok (0.006s) 2022-11-23T02:32:42.3663274Z test_scaled_dot_product_attention_4D_input_dim_2D_attn_mask_dropout_p_0_2_device_cpu (__main__.TestTransformers) ... ok (0.003s) 2022-11-23T02:32:42.3664334Z test_scaled_dot_product_attention_4D_input_dim_2D_attn_mask_dropout_p_0_2_device_cuda (__main__.TestTransformers) ... ok (0.006s) 2022-11-23T02:32:42.3665397Z test_scaled_dot_product_attention_4D_input_dim_2D_attn_mask_dropout_p_0_5_device_cpu (__main__.TestTransformers) ... ok (0.004s) 2022-11-23T02:32:42.3666460Z test_scaled_dot_product_attention_4D_input_dim_2D_attn_mask_dropout_p_0_5_device_cuda (__main__.TestTransformers) ... ok (0.006s) 2022-11-23T02:32:42.3667546Z test_scaled_dot_product_attention_4D_input_dim_2D_causal_attn_mask_dropout_p_0_0_device_cpu (__main__.TestTransformers) ... ok (0.005s) 2022-11-23T02:32:42.3668611Z test_scaled_dot_product_attention_4D_input_dim_2D_causal_attn_mask_dropout_p_0_0_device_cuda (__main__.TestTransformers) ... ok (0.003s) 2022-11-23T02:32:42.3669709Z test_scaled_dot_product_attention_4D_input_dim_2D_causal_attn_mask_dropout_p_0_2_device_cpu (__main__.TestTransformers) ... ok (0.009s) 2022-11-23T02:32:42.3670783Z 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-23T02:32:42.3672067Z test_scaled_dot_product_attention_4D_input_dim_2D_causal_attn_mask_dropout_p_0_5_device_cpu (__main__.TestTransformers) ... ok (0.005s) 2022-11-23T02:32:42.3673146Z test_scaled_dot_product_attention_4D_input_dim_2D_causal_attn_mask_dropout_p_0_5_device_cuda (__main__.TestTransformers) ... ok (0.007s) 2022-11-23T02:32:42.3674235Z test_scaled_dot_product_attention_4D_input_dim_4D_attn_mask_dropout_p_0_0_device_cpu (__main__.TestTransformers) ... ok (0.004s) 2022-11-23T02:32:42.3675292Z test_scaled_dot_product_attention_4D_input_dim_4D_attn_mask_dropout_p_0_0_device_cuda (__main__.TestTransformers) ... ok (0.007s) 2022-11-23T02:32:42.3676351Z test_scaled_dot_product_attention_4D_input_dim_4D_attn_mask_dropout_p_0_2_device_cpu (__main__.TestTransformers) ... ok (0.004s) 2022-11-23T02:32:42.3677384Z test_scaled_dot_product_attention_4D_input_dim_4D_attn_mask_dropout_p_0_2_device_cuda (__main__.TestTransformers) ... ok (0.005s) 2022-11-23T02:32:42.3678463Z test_scaled_dot_product_attention_4D_input_dim_4D_attn_mask_dropout_p_0_5_device_cpu (__main__.TestTransformers) ... ok (0.000s) 2022-11-23T02:32:42.3679518Z test_scaled_dot_product_attention_4D_input_dim_4D_attn_mask_dropout_p_0_5_device_cuda (__main__.TestTransformers) ... ok (0.006s) 2022-11-23T02:32:42.3680595Z test_scaled_dot_product_attention_4D_input_dim_4D_causal_attn_mask_dropout_p_0_0_device_cpu (__main__.TestTransformers) ... ok (0.010s) 2022-11-23T02:32:42.3681688Z 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-23T02:32:42.3682946Z test_scaled_dot_product_attention_4D_input_dim_4D_causal_attn_mask_dropout_p_0_2_device_cpu (__main__.TestTransformers) ... ok (0.009s) 2022-11-23T02:32:42.3684071Z test_scaled_dot_product_attention_4D_input_dim_4D_causal_attn_mask_dropout_p_0_2_device_cuda (__main__.TestTransformers) ... ok (0.013s) 2022-11-23T02:32:42.3685172Z test_scaled_dot_product_attention_4D_input_dim_4D_causal_attn_mask_dropout_p_0_5_device_cpu (__main__.TestTransformers) ... ok (0.011s) 2022-11-23T02:32:42.3686263Z test_scaled_dot_product_attention_4D_input_dim_4D_causal_attn_mask_dropout_p_0_5_device_cuda (__main__.TestTransformers) ... ok (0.009s) 2022-11-23T02:32:42.3687325Z test_scaled_dot_product_attention_4D_input_dim_no_attn_mask_dropout_p_0_0_device_cpu (__main__.TestTransformers) ... ok (0.039s) 2022-11-23T02:32:42.3688386Z test_scaled_dot_product_attention_4D_input_dim_no_attn_mask_dropout_p_0_0_device_cuda (__main__.TestTransformers) ... ok (0.076s) 2022-11-23T02:32:42.3689477Z test_scaled_dot_product_attention_4D_input_dim_no_attn_mask_dropout_p_0_2_device_cpu (__main__.TestTransformers) ... ok (0.040s) 2022-11-23T02:32:42.3690540Z test_scaled_dot_product_attention_4D_input_dim_no_attn_mask_dropout_p_0_2_device_cuda (__main__.TestTransformers) ... ok (0.063s) 2022-11-23T02:32:42.3691597Z test_scaled_dot_product_attention_4D_input_dim_no_attn_mask_dropout_p_0_5_device_cpu (__main__.TestTransformers) ... ok (0.029s) 2022-11-23T02:32:42.3692665Z test_scaled_dot_product_attention_4D_input_dim_no_attn_mask_dropout_p_0_5_device_cuda (__main__.TestTransformers) ... ok (0.055s) 2022-11-23T02:32:42.3693887Z 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-23T02:32:42.3695296Z 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-23T02:32:42.3696699Z 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-23T02:32:42.3698097Z 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-23T02:32:42.3699631Z 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.000s) 2022-11-23T02:32:42.3701053Z 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.006s) 2022-11-23T02:32:42.3702489Z 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.000s) 2022-11-23T02:32:42.3704073Z 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.000s) 2022-11-23T02:32:42.3705617Z test_scaled_dot_product_attention_fused_kernels_type_dense_is_contiguous_False (__main__.TestTransformers) ... skip: Flash Attention was not built for this system (0.012s) 2022-11-23T02:32:42.3706987Z test_scaled_dot_product_attention_fused_kernels_type_dense_is_contiguous_True (__main__.TestTransformers) ... skip: Flash Attention was not built for this system (0.003s) 2022-11-23T02:32:42.3708347Z 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-23T02:32:42.3709849Z test_scaled_dot_product_attention_fused_kernels_type_nested_is_contiguous_True (__main__.TestTransformers) ... skip: Flash Attention was not built for this system (0.003s) 2022-11-23T02:32:42.3711135Z test_sdp_fused_grad_against_math_contiguous_inputs_False (__main__.TestTransformers) ... skip: Flash Attention was not built for this system (0.003s) 2022-11-23T02:32:42.3712324Z test_sdp_fused_grad_against_math_contiguous_inputs_True (__main__.TestTransformers) ... skip: Flash Attention was not built for this system (0.004s) 2022-11-23T02:32:42.3713504Z test_sdp_math_gradcheck_contiguous_inputs_False (__main__.TestTransformers) ... skip: Flash Attention was not built for this system (0.002s) 2022-11-23T02:32:42.3714627Z test_sdp_math_gradcheck_contiguous_inputs_True (__main__.TestTransformers) ... skip: Flash Attention was not built for this system (0.002s) 2022-11-23T02:32:42.3715595Z test_sdp_runtime_dispatch (__main__.TestTransformers) ... ok (0.085s) 2022-11-23T02:32:42.3716557Z test_self_attn_TxT_attn_mask (__main__.TestTransformers) ... skip: 4D mask not supported yet - activate when 4D mask supported (0.000s) 2022-11-23T02:32:42.3717719Z 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.006s) 2022-11-23T02:32:42.3718930Z 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.000s) 2022-11-23T02:32:42.3720123Z test_transformerencoder_batch_first_False_training_False_enable_nested_tensor_False_device_cpu (__main__.TestTransformers) ... ok (0.090s) 2022-11-23T02:32:42.3721298Z test_transformerencoder_batch_first_False_training_False_enable_nested_tensor_False_device_cuda (__main__.TestTransformers) ... ok (0.120s) 2022-11-23T02:32:42.3722464Z test_transformerencoder_batch_first_False_training_False_enable_nested_tensor_True_device_cpu (__main__.TestTransformers) ... ok (0.056s) 2022-11-23T02:32:42.3723583Z test_transformerencoder_batch_first_False_training_False_enable_nested_tensor_True_device_cuda (__main__.TestTransformers) ... ok (0.092s) 2022-11-23T02:32:42.3724720Z test_transformerencoder_batch_first_False_training_True_enable_nested_tensor_False_device_cpu (__main__.TestTransformers) ... ok (0.077s) 2022-11-23T02:32:42.3725874Z test_transformerencoder_batch_first_False_training_True_enable_nested_tensor_False_device_cuda (__main__.TestTransformers) ... ok (0.089s) 2022-11-23T02:32:42.3727222Z test_transformerencoder_batch_first_False_training_True_enable_nested_tensor_True_device_cpu (__main__.TestTransformers) ... ok (0.066s) 2022-11-23T02:32:42.3728368Z test_transformerencoder_batch_first_False_training_True_enable_nested_tensor_True_device_cuda (__main__.TestTransformers) ... ok (0.102s) 2022-11-23T02:32:42.3729521Z test_transformerencoder_batch_first_True_training_False_enable_nested_tensor_False_device_cpu (__main__.TestTransformers) ... ok (0.063s) 2022-11-23T02:32:42.3731701Z 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-23T02:32:42.3733813Z output = torch._nested_tensor_from_mask(output, src_key_padding_mask.logical_not(), mask_check=False) 2022-11-23T02:32:42.3734496Z ok (0.090s) 2022-11-23T02:32:42.3735306Z test_transformerencoder_batch_first_True_training_False_enable_nested_tensor_True_device_cpu (__main__.TestTransformers) ... ok (0.070s) 2022-11-23T02:32:42.3736428Z test_transformerencoder_batch_first_True_training_False_enable_nested_tensor_True_device_cuda (__main__.TestTransformers) ... ok (0.081s) 2022-11-23T02:32:42.3737745Z test_transformerencoder_batch_first_True_training_True_enable_nested_tensor_False_device_cpu (__main__.TestTransformers) ... ok (0.069s) 2022-11-23T02:32:42.3738918Z test_transformerencoder_batch_first_True_training_True_enable_nested_tensor_False_device_cuda (__main__.TestTransformers) ... ok (0.086s) 2022-11-23T02:32:42.3740074Z test_transformerencoder_batch_first_True_training_True_enable_nested_tensor_True_device_cpu (__main__.TestTransformers) ... ok (0.084s) 2022-11-23T02:32:42.3741226Z test_transformerencoder_batch_first_True_training_True_enable_nested_tensor_True_device_cuda (__main__.TestTransformers) ... ok (0.102s) 2022-11-23T02:32:42.3742424Z test_transformerencoder_fastpath_device_cpu_use_torchscript_False_enable_nested_tensor_False_use_autocast_False_d_model_12 (__main__.TestTransformers) 2022-11-23T02:32:42.3744234Z 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-23T02:32:42.3745791Z torch.tensor(pair[0], device=device, dtype=torch.get_default_dtype()), # float input 2022-11-23T02:32:42.3746432Z ok (1.084s) 2022-11-23T02:32:42.3747252Z test_transformerencoder_fastpath_device_cpu_use_torchscript_False_enable_nested_tensor_False_use_autocast_False_d_model_256 (__main__.TestTransformers) 2022-11-23T02:32:42.3748327Z Test TransformerEncoder fastpath output matches slowpath output ... ok (1.742s) 2022-11-23T02:32:42.3749414Z test_transformerencoder_fastpath_device_cpu_use_torchscript_False_enable_nested_tensor_False_use_autocast_True_d_model_12 (__main__.TestTransformers) 2022-11-23T02:32:42.3750465Z Test TransformerEncoder fastpath output matches slowpath output ... ok (1.022s) 2022-11-23T02:32:42.3751559Z test_transformerencoder_fastpath_device_cpu_use_torchscript_False_enable_nested_tensor_False_use_autocast_True_d_model_256 (__main__.TestTransformers) 2022-11-23T02:32:42.3752612Z Test TransformerEncoder fastpath output matches slowpath output ... ok (1.839s) 2022-11-23T02:32:42.3753691Z test_transformerencoder_fastpath_device_cpu_use_torchscript_False_enable_nested_tensor_True_use_autocast_False_d_model_12 (__main__.TestTransformers) 2022-11-23T02:32:42.3754749Z Test TransformerEncoder fastpath output matches slowpath output ... ok (1.262s) 2022-11-23T02:32:42.3755999Z test_transformerencoder_fastpath_device_cpu_use_torchscript_False_enable_nested_tensor_True_use_autocast_False_d_model_256 (__main__.TestTransformers) 2022-11-23T02:32:42.3757058Z Test TransformerEncoder fastpath output matches slowpath output ... ok (1.998s) 2022-11-23T02:32:42.3758132Z test_transformerencoder_fastpath_device_cpu_use_torchscript_False_enable_nested_tensor_True_use_autocast_True_d_model_12 (__main__.TestTransformers) 2022-11-23T02:32:42.3759190Z Test TransformerEncoder fastpath output matches slowpath output ... ok (1.096s) 2022-11-23T02:32:42.3760283Z test_transformerencoder_fastpath_device_cpu_use_torchscript_False_enable_nested_tensor_True_use_autocast_True_d_model_256 (__main__.TestTransformers) 2022-11-23T02:32:42.3761353Z Test TransformerEncoder fastpath output matches slowpath output ... ok (1.777s) 2022-11-23T02:32:42.3762430Z test_transformerencoder_fastpath_device_cuda_use_torchscript_False_enable_nested_tensor_False_use_autocast_False_d_model_12 (__main__.TestTransformers) 2022-11-23T02:32:42.3763507Z Test TransformerEncoder fastpath output matches slowpath output ... ok (0.044s) 2022-11-23T02:32:42.3764570Z test_transformerencoder_fastpath_device_cuda_use_torchscript_False_enable_nested_tensor_False_use_autocast_False_d_model_256 (__main__.TestTransformers) 2022-11-23T02:32:42.3765623Z Test TransformerEncoder fastpath output matches slowpath output ... ok (0.146s) 2022-11-23T02:32:42.3766700Z test_transformerencoder_fastpath_device_cuda_use_torchscript_False_enable_nested_tensor_False_use_autocast_True_d_model_12 (__main__.TestTransformers) 2022-11-23T02:32:42.3767933Z Test TransformerEncoder fastpath output matches slowpath output ... ok (0.062s) 2022-11-23T02:32:42.3769043Z test_transformerencoder_fastpath_device_cuda_use_torchscript_False_enable_nested_tensor_False_use_autocast_True_d_model_256 (__main__.TestTransformers) 2022-11-23T02:32:42.3770113Z Test TransformerEncoder fastpath output matches slowpath output ... ok (0.203s) 2022-11-23T02:32:42.3771206Z test_transformerencoder_fastpath_device_cuda_use_torchscript_False_enable_nested_tensor_True_use_autocast_False_d_model_12 (__main__.TestTransformers) 2022-11-23T02:32:42.3772231Z Test TransformerEncoder fastpath output matches slowpath output ... ok (0.048s) 2022-11-23T02:32:42.3773307Z test_transformerencoder_fastpath_device_cuda_use_torchscript_False_enable_nested_tensor_True_use_autocast_False_d_model_256 (__main__.TestTransformers) 2022-11-23T02:32:42.3774399Z Test TransformerEncoder fastpath output matches slowpath output ... ok (0.094s) 2022-11-23T02:32:42.3775478Z test_transformerencoder_fastpath_device_cuda_use_torchscript_False_enable_nested_tensor_True_use_autocast_True_d_model_12 (__main__.TestTransformers) 2022-11-23T02:32:42.3776541Z Test TransformerEncoder fastpath output matches slowpath output ... ok (0.063s) 2022-11-23T02:32:42.3777622Z test_transformerencoder_fastpath_device_cuda_use_torchscript_False_enable_nested_tensor_True_use_autocast_True_d_model_256 (__main__.TestTransformers) 2022-11-23T02:32:42.3778691Z Test TransformerEncoder fastpath output matches slowpath output ... ok (0.088s) 2022-11-23T02:32:42.3779723Z test_transformerencoder_square_input_with_no_grad_False_training_False_enable_nested_tensor_False_device_cpu (__main__.TestTransformers) 2022-11-23T02:32:42.3780776Z Test for edge cases when input of shape (batch size, sequence length, embedding dimension) has ... ok (0.017s) 2022-11-23T02:32:42.3781870Z test_transformerencoder_square_input_with_no_grad_False_training_False_enable_nested_tensor_False_device_cuda (__main__.TestTransformers) 2022-11-23T02:32:42.3782957Z Test for edge cases when input of shape (batch size, sequence length, embedding dimension) has ... ok (0.016s) 2022-11-23T02:32:42.3784044Z test_transformerencoder_square_input_with_no_grad_False_training_True_enable_nested_tensor_False_device_cpu (__main__.TestTransformers) 2022-11-23T02:32:42.3785127Z Test for edge cases when input of shape (batch size, sequence length, embedding dimension) has ... ok (0.011s) 2022-11-23T02:32:42.3786427Z test_transformerencoder_square_input_with_no_grad_False_training_True_enable_nested_tensor_False_device_cuda (__main__.TestTransformers) 2022-11-23T02:32:42.3787516Z Test for edge cases when input of shape (batch size, sequence length, embedding dimension) has ... ok (0.010s) 2022-11-23T02:32:42.3788601Z test_transformerencoder_square_input_with_no_grad_True_training_False_enable_nested_tensor_False_device_cpu (__main__.TestTransformers) 2022-11-23T02:32:42.3789658Z Test for edge cases when input of shape (batch size, sequence length, embedding dimension) has ... ok (0.014s) 2022-11-23T02:32:42.3790755Z test_transformerencoder_square_input_with_no_grad_True_training_False_enable_nested_tensor_False_device_cuda (__main__.TestTransformers) 2022-11-23T02:32:42.3791844Z Test for edge cases when input of shape (batch size, sequence length, embedding dimension) has ... ok (0.019s) 2022-11-23T02:32:42.3792928Z test_transformerencoder_square_input_with_no_grad_True_training_True_enable_nested_tensor_False_device_cpu (__main__.TestTransformers) 2022-11-23T02:32:42.3794017Z Test for edge cases when input of shape (batch size, sequence length, embedding dimension) has ... ok (0.014s) 2022-11-23T02:32:42.3795097Z test_transformerencoder_square_input_with_no_grad_True_training_True_enable_nested_tensor_False_device_cuda (__main__.TestTransformers) 2022-11-23T02:32:42.3796189Z Test for edge cases when input of shape (batch size, sequence length, embedding dimension) has ... ok (0.019s) 2022-11-23T02:32:42.3797365Z test_transformerencoderlayer_src_mask_device_cpu_nhead_1 (__main__.TestTransformers) ... ok (0.000s) 2022-11-23T02:32:42.3798365Z test_transformerencoderlayer_src_mask_device_cpu_nhead_4 (__main__.TestTransformers) ... ok (0.010s) 2022-11-23T02:32:42.3799358Z test_transformerencoderlayer_src_mask_device_cpu_nhead_8 (__main__.TestTransformers) ... ok (0.000s) 2022-11-23T02:32:42.3800361Z test_transformerencoderlayer_src_mask_device_cuda_nhead_1 (__main__.TestTransformers) ... ok (0.011s) 2022-11-23T02:32:42.3801356Z test_transformerencoderlayer_src_mask_device_cuda_nhead_4 (__main__.TestTransformers) ... ok (0.006s) 2022-11-23T02:32:42.3802356Z test_transformerencoderlayer_src_mask_device_cuda_nhead_8 (__main__.TestTransformers) ... ok (0.006s) 2022-11-23T02:32:42.3802888Z 2022-11-23T02:32:42.3803278Z ---------------------------------------------------------------------- 2022-11-23T02:32:42.3803922Z Ran 131 tests in 19.203s 2022-11-23T02:32:42.3804219Z 2022-11-23T02:32:42.3804382Z OK (skipped=20) 2022-11-23T02:32:42.3804651Z 2022-11-23T02:32:42.3804885Z Generating XML reports... 2022-11-23T02:32:42.3805921Z Generated XML report: test-reports\python-unittest\test_transformers\TEST-TestTransformers-20221123023222.xml 2022-11-23T02:32:42.3806765Z 2022-11-23T02:32:42.3807444Z ##[endgroup] 2022-11-23T02:32:42.3808328Z FINISHED PRINTING LOG FILE of test_transformers (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_transformers_aj__r3zd) 2022-11-23T02:32:42.3809005Z 2022-11-23T02:32:47.0699593Z Running test_maskedtensor ... [2022-11-23 02:32:47.069178] 2022-11-23T02:32:47.0708329Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_maskedtensor.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:32:47.070635] 2022-11-23T02:32:47.0710748Z Ignoring disabled issues: [] 2022-11-23T02:33:03.4663231Z 2022-11-23T02:33:03.4667547Z Expand the folded group to see the log file of test_schema_check 2022-11-23T02:33:03.4669224Z ##[group]PRINTING LOG FILE of test_schema_check (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_schema_check_od8spl2v) 2022-11-23T02:33:03.4745799Z 2022-11-23T02:33:03.4746164Z Running tests... 2022-11-23T02:33:03.4749549Z ---------------------------------------------------------------------- 2022-11-23T02:33:03.4750536Z Test results will be stored in test-reports\python-unittest\test_schema_check 2022-11-23T02:33:03.4765440Z test_alias_check_fail_multiple_operators (__main__.TestSchemaCheck) ... ok (1.822s) 2022-11-23T02:33:03.4766488Z test_alias_check_fail_multiple_operators_centered (__main__.TestSchemaCheck) ... ok (0.003s) 2022-11-23T02:33:03.4767331Z test_alias_check_fail_outputs_unexpectedly_aliasing (__main__.TestSchemaCheck) ... ok (0.005s) 2022-11-23T02:33:03.4768114Z test_alias_check_fail_simple (__main__.TestSchemaCheck) ... ok (0.003s) 2022-11-23T02:33:03.4768798Z test_is_alias_of_basic (__main__.TestSchemaCheck) ... ok (0.003s) 2022-11-23T02:33:03.4769502Z test_is_alias_of_empty_container (__main__.TestSchemaCheck) ... ok (0.038s) 2022-11-23T02:33:03.4770193Z test_mutation_check_fail (__main__.TestSchemaCheck) ... ok (0.012s) 2022-11-23T02:33:03.4770895Z test_mutation_check_fail_multiple_operators (__main__.TestSchemaCheck) ... ok (0.005s) 2022-11-23T02:33:03.4771613Z test_overlaps_basic (__main__.TestSchemaCheck) ... ok (0.001s) 2022-11-23T02:33:03.4772309Z test_overlaps_empty_container (__main__.TestSchemaCheck) ... ok (0.003s) 2022-11-23T02:33:03.4773039Z test_schema_check_mode_empty_list_input (__main__.TestSchemaCheck) ... ok (0.888s) 2022-11-23T02:33:03.4773756Z test_schema_check_mode_functionality (__main__.TestSchemaCheck) ... ok (0.004s) 2022-11-23T02:33:03.4774553Z test_schema_check_mode_functionality_aliasing_inputs (__main__.TestSchemaCheck) ... ok (0.003s) 2022-11-23T02:33:03.4775394Z test_schema_check_mode_functionality_default_replaced (__main__.TestSchemaCheck) ... ok (0.002s) 2022-11-23T02:33:03.4776500Z test_schema_check_mode_functionality_device_input (__main__.TestSchemaCheck) ... ok (0.003s) 2022-11-23T02:33:03.4777448Z test_schema_check_mode_functionality_kwarg_tensor (__main__.TestSchemaCheck) ... ok (0.006s) 2022-11-23T02:33:03.4778208Z test_schema_check_mode_functionality_list_input (__main__.TestSchemaCheck) ... ok (0.012s) 2022-11-23T02:33:03.4779021Z test_schema_check_mode_functionality_mutable_inputs (__main__.TestSchemaCheck) ... ok (0.003s) 2022-11-23T02:33:03.4779872Z test_schema_check_mode_functionality_nested_training_op (__main__.TestSchemaCheck) ... ok (0.012s) 2022-11-23T02:33:03.4780699Z test_schema_check_mode_functionality_training_op (__main__.TestSchemaCheck) ... ok (0.009s) 2022-11-23T02:33:03.4781612Z test_schema_check_mode_functionality_wildcard_after (__main__.TestSchemaCheck) ... ok (0.004s) 2022-11-23T02:33:03.4782559Z test_schema_check_mode_functionality_with_multiple_outputs (__main__.TestSchemaCheck) ... ok (0.004s) 2022-11-23T02:33:03.4784871Z 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-23T02:33:03.4786925Z torch.aminmax(x, dim=0, out=[actual, actual]) 2022-11-23T02:33:03.4787394Z ok (0.004s) 2022-11-23T02:33:03.4788114Z test_schema_check_mode_mutated_aliasing_aliasing_inputs (__main__.TestSchemaCheck) ... ok (0.005s) 2022-11-23T02:33:03.4790429Z 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-23T02:33:03.4792532Z torch.aminmax(x, dim=0, out=[actual, actual]) 2022-11-23T02:33:03.4793000Z ok (0.006s) 2022-11-23T02:33:03.4793626Z test_schema_check_mode_mutated_aliasing_as_strided (__main__.TestSchemaCheck) ... ok (0.000s) 2022-11-23T02:33:03.4794436Z test_schema_check_mode_mutated_aliasing_multiple_outputs (__main__.TestSchemaCheck) ... ok (0.010s) 2022-11-23T02:33:03.4795381Z test_schema_check_mode_mutated_aliasing_mutation (__main__.TestSchemaCheck) ... ok (0.000s) 2022-11-23T02:33:03.4796343Z test_schema_check_mode_mutated_aliasing_none (__main__.TestSchemaCheck) ... ok (0.000s) 2022-11-23T02:33:03.4797160Z test_schema_check_mode_mutated_aliasing_resize_ (__main__.TestSchemaCheck) ... ok (0.010s) 2022-11-23T02:33:03.4797933Z test_schema_check_mode_operator_order (__main__.TestSchemaCheck) ... ok (0.000s) 2022-11-23T02:33:03.4798725Z test_schema_check_mode_operator_order_without_grad (__main__.TestSchemaCheck) ... ok (0.010s) 2022-11-23T02:33:03.4799484Z test_schema_info_bind_basic (__main__.TestSchemaCheck) ... ok (0.000s) 2022-11-23T02:33:03.4800252Z test_schema_correctness_H_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2022-11-23T02:33:03.4801151Z test_schema_correctness_H_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T02:33:03.4802184Z test_schema_correctness_H_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.336s) 2022-11-23T02:33:03.4803291Z test_schema_correctness_H_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-11-23T02:33:03.4804566Z test_schema_correctness_H_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.314s) 2022-11-23T02:33:03.4805515Z test_schema_correctness_H_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.4806423Z test_schema_correctness_H_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.4807318Z test_schema_correctness_H_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T02:33:03.4808178Z test_schema_correctness_H_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T02:33:03.4809210Z test_schema_correctness_H_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T02:33:03.4810210Z test_schema_correctness_H_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-11-23T02:33:03.4811103Z test_schema_correctness_H_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T02:33:03.4812022Z test_schema_correctness_H_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T02:33:03.4812917Z test_schema_correctness_T_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T02:33:03.4813796Z test_schema_correctness_T_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T02:33:03.4814661Z test_schema_correctness_T_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T02:33:03.4815627Z test_schema_correctness_T_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T02:33:03.4816528Z test_schema_correctness_T_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T02:33:03.4817517Z test_schema_correctness_T_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T02:33:03.4818378Z test_schema_correctness_T_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.4819240Z test_schema_correctness_T_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T02:33:03.4820104Z test_schema_correctness_T_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.4820927Z test_schema_correctness_T_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-11-23T02:33:03.4821928Z test_schema_correctness_T_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T02:33:03.4822932Z test_schema_correctness_T_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T02:33:03.4823887Z test_schema_correctness_T_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T02:33:03.4824789Z test_schema_correctness___getitem___cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.052s) 2022-11-23T02:33:03.4825699Z test_schema_correctness___getitem___cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.057s) 2022-11-23T02:33:03.4826623Z test_schema_correctness___getitem___cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.065s) 2022-11-23T02:33:03.4827522Z test_schema_correctness___getitem___cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T02:33:03.4828451Z test_schema_correctness___getitem___cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.060s) 2022-11-23T02:33:03.4829461Z test_schema_correctness___getitem___cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.050s) 2022-11-23T02:33:03.4830515Z test_schema_correctness___getitem___cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.078s) 2022-11-23T02:33:03.4831574Z test_schema_correctness___getitem___cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.053s) 2022-11-23T02:33:03.4832596Z test_schema_correctness___getitem___cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.053s) 2022-11-23T02:33:03.4833822Z test_schema_correctness___getitem___cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.072s) 2022-11-23T02:33:03.4834861Z test_schema_correctness___getitem___cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.060s) 2022-11-23T02:33:03.4835889Z test_schema_correctness___getitem___cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.050s) 2022-11-23T02:33:03.4836999Z test_schema_correctness___getitem___cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.038s) 2022-11-23T02:33:03.4838063Z test_schema_correctness___radd___cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.020s) 2022-11-23T02:33:03.4839112Z test_schema_correctness___radd___cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T02:33:03.4840140Z test_schema_correctness___radd___cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.017s) 2022-11-23T02:33:03.4841171Z test_schema_correctness___radd___cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.4842178Z test_schema_correctness___radd___cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.4843251Z test_schema_correctness___radd___cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-11-23T02:33:03.4844279Z test_schema_correctness___radd___cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.018s) 2022-11-23T02:33:03.4845297Z test_schema_correctness___radd___cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2022-11-23T02:33:03.4846327Z test_schema_correctness___radd___cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2022-11-23T02:33:03.4847336Z test_schema_correctness___radd___cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-11-23T02:33:03.4848440Z test_schema_correctness___radd___cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-11-23T02:33:03.4849500Z test_schema_correctness___radd___cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T02:33:03.4850548Z test_schema_correctness___rand___cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.026s) 2022-11-23T02:33:03.4851561Z test_schema_correctness___rand___cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T02:33:03.4852722Z test_schema_correctness___rand___cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-11-23T02:33:03.4853774Z test_schema_correctness___rand___cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-11-23T02:33:03.4854779Z test_schema_correctness___rand___cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T02:33:03.4855797Z test_schema_correctness___rand___cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T02:33:03.4856796Z test_schema_correctness___rdiv___cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.028s) 2022-11-23T02:33:03.4857791Z test_schema_correctness___rdiv___cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.020s) 2022-11-23T02:33:03.4858850Z test_schema_correctness___rdiv___cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.021s) 2022-11-23T02:33:03.4859970Z test_schema_correctness___rdiv___cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.022s) 2022-11-23T02:33:03.4861019Z test_schema_correctness___rdiv___cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.021s) 2022-11-23T02:33:03.4862042Z test_schema_correctness___rdiv___cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.4863047Z test_schema_correctness___rdiv___cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.020s) 2022-11-23T02:33:03.4864053Z test_schema_correctness___rdiv___cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.020s) 2022-11-23T02:33:03.4865203Z test_schema_correctness___rdiv___cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.019s) 2022-11-23T02:33:03.4866253Z test_schema_correctness___rdiv___cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2022-11-23T02:33:03.4867259Z test_schema_correctness___rdiv___cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.033s) 2022-11-23T02:33:03.4868265Z test_schema_correctness___rdiv___cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.026s) 2022-11-23T02:33:03.4869307Z test_schema_correctness___rmatmul___cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.961s) 2022-11-23T02:33:03.4870423Z test_schema_correctness___rmatmul___cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.056s) 2022-11-23T02:33:03.4871484Z test_schema_correctness___rmatmul___cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.078s) 2022-11-23T02:33:03.4872517Z test_schema_correctness___rmatmul___cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.053s) 2022-11-23T02:33:03.4873554Z test_schema_correctness___rmatmul___cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.053s) 2022-11-23T02:33:03.4874600Z test_schema_correctness___rmatmul___cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.048s) 2022-11-23T02:33:03.4875559Z test_schema_correctness___rmod___cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-11-23T02:33:03.4876451Z test_schema_correctness___rmod___cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T02:33:03.4877332Z test_schema_correctness___rmod___cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.021s) 2022-11-23T02:33:03.4878219Z test_schema_correctness___rmod___cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T02:33:03.4879064Z test_schema_correctness___rmod___cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T02:33:03.4880029Z test_schema_correctness___rmod___cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-11-23T02:33:03.4880990Z test_schema_correctness___rmod___cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T02:33:03.4881964Z test_schema_correctness___rmod___cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.018s) 2022-11-23T02:33:03.4882825Z test_schema_correctness___rmod___cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-11-23T02:33:03.4883854Z test_schema_correctness___rmul___cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T02:33:03.4884732Z test_schema_correctness___rmul___cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T02:33:03.4885587Z test_schema_correctness___rmul___cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-11-23T02:33:03.4886487Z test_schema_correctness___rmul___cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.4887455Z test_schema_correctness___rmul___cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.018s) 2022-11-23T02:33:03.4888529Z test_schema_correctness___rmul___cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.019s) 2022-11-23T02:33:03.4889407Z test_schema_correctness___rmul___cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.4890278Z test_schema_correctness___rmul___cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.4891142Z test_schema_correctness___rmul___cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.4892010Z test_schema_correctness___rmul___cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-11-23T02:33:03.4892852Z test_schema_correctness___rmul___cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T02:33:03.4893820Z test_schema_correctness___rmul___cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.022s) 2022-11-23T02:33:03.4894973Z test_schema_correctness___ror___cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.4895975Z test_schema_correctness___ror___cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2022-11-23T02:33:03.4896842Z test_schema_correctness___ror___cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-11-23T02:33:03.4897711Z test_schema_correctness___ror___cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T02:33:03.4898566Z test_schema_correctness___ror___cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T02:33:03.4899409Z test_schema_correctness___ror___cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T02:33:03.4901119Z 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-23T02:33:03.4902770Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-11-23T02:33:03.4903293Z ok (0.040s) 2022-11-23T02:33:03.4903953Z test_schema_correctness___rpow___cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.041s) 2022-11-23T02:33:03.4904872Z test_schema_correctness___rpow___cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.055s) 2022-11-23T02:33:03.4905767Z test_schema_correctness___rpow___cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.044s) 2022-11-23T02:33:03.4906657Z test_schema_correctness___rpow___cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.034s) 2022-11-23T02:33:03.4907522Z test_schema_correctness___rpow___cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.047s) 2022-11-23T02:33:03.4908414Z test_schema_correctness___rpow___cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.039s) 2022-11-23T02:33:03.4909288Z test_schema_correctness___rpow___cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.040s) 2022-11-23T02:33:03.4910163Z test_schema_correctness___rpow___cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.042s) 2022-11-23T02:33:03.4912718Z test_schema_correctness___rpow___cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.039s) 2022-11-23T02:33:03.4913731Z test_schema_correctness___rpow___cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.048s) 2022-11-23T02:33:03.4914680Z test_schema_correctness___rsub___cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2022-11-23T02:33:03.4915580Z test_schema_correctness___rsub___cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.019s) 2022-11-23T02:33:03.4916465Z test_schema_correctness___rsub___cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.018s) 2022-11-23T02:33:03.4917369Z test_schema_correctness___rsub___cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-11-23T02:33:03.4918256Z test_schema_correctness___rsub___cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.018s) 2022-11-23T02:33:03.4919133Z test_schema_correctness___rsub___cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.018s) 2022-11-23T02:33:03.4920017Z test_schema_correctness___rsub___cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-11-23T02:33:03.4920892Z test_schema_correctness___rsub___cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T02:33:03.4921760Z test_schema_correctness___rsub___cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T02:33:03.4922607Z test_schema_correctness___rsub___cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2022-11-23T02:33:03.4923636Z test_schema_correctness___rsub___cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-11-23T02:33:03.4924550Z test_schema_correctness___rxor___cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T02:33:03.4925430Z test_schema_correctness___rxor___cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T02:33:03.4926301Z test_schema_correctness___rxor___cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T02:33:03.4927167Z test_schema_correctness___rxor___cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T02:33:03.4928034Z test_schema_correctness___rxor___cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-11-23T02:33:03.4928881Z test_schema_correctness___rxor___cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-11-23T02:33:03.4929942Z test_schema_correctness__softmax_backward_data_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.4931053Z test_schema_correctness__softmax_backward_data_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T02:33:03.4932078Z test_schema_correctness__softmax_backward_data_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-11-23T02:33:03.4933043Z test_schema_correctness__softmax_backward_data_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T02:33:03.4933969Z test_schema_correctness_abs_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T02:33:03.4934834Z test_schema_correctness_abs_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T02:33:03.4935679Z test_schema_correctness_abs_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T02:33:03.4936575Z test_schema_correctness_abs_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-11-23T02:33:03.4937480Z test_schema_correctness_abs_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T02:33:03.4938353Z test_schema_correctness_abs_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T02:33:03.4939275Z test_schema_correctness_abs_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T02:33:03.4940144Z test_schema_correctness_abs_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T02:33:03.4941157Z test_schema_correctness_abs_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T02:33:03.4941977Z test_schema_correctness_abs_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T02:33:03.4942837Z test_schema_correctness_abs_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-11-23T02:33:03.4943688Z test_schema_correctness_abs_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T02:33:03.4944536Z test_schema_correctness_abs_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T02:33:03.4945401Z test_schema_correctness_acos_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.4946258Z test_schema_correctness_acos_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T02:33:03.4947134Z test_schema_correctness_acos_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.4947996Z test_schema_correctness_acos_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.4948927Z test_schema_correctness_acos_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.4949802Z test_schema_correctness_acos_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T02:33:03.4950674Z test_schema_correctness_acos_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T02:33:03.4951660Z test_schema_correctness_acos_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T02:33:03.4952550Z test_schema_correctness_acos_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T02:33:03.4953404Z test_schema_correctness_acos_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T02:33:03.4954240Z test_schema_correctness_acos_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T02:33:03.4955096Z test_schema_correctness_acos_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T02:33:03.4955939Z test_schema_correctness_acos_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T02:33:03.4956804Z test_schema_correctness_acosh_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T02:33:03.4957671Z test_schema_correctness_acosh_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T02:33:03.4958555Z test_schema_correctness_acosh_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T02:33:03.4959465Z test_schema_correctness_acosh_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T02:33:03.4960331Z test_schema_correctness_acosh_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T02:33:03.4961227Z test_schema_correctness_acosh_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.4962228Z test_schema_correctness_acosh_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T02:33:03.4963227Z test_schema_correctness_acosh_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.4964083Z test_schema_correctness_acosh_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.4964922Z test_schema_correctness_acosh_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T02:33:03.4965777Z test_schema_correctness_acosh_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T02:33:03.4966601Z test_schema_correctness_acosh_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T02:33:03.4967461Z test_schema_correctness_acosh_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T02:33:03.4968482Z test_schema_correctness_add_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.017s) 2022-11-23T02:33:03.4969334Z test_schema_correctness_add_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-11-23T02:33:03.4970194Z test_schema_correctness_add_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.023s) 2022-11-23T02:33:03.4971067Z test_schema_correctness_add_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-11-23T02:33:03.4971942Z test_schema_correctness_add_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.018s) 2022-11-23T02:33:03.4972794Z test_schema_correctness_add_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.4973627Z test_schema_correctness_add_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2022-11-23T02:33:03.4974481Z test_schema_correctness_add_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.4975334Z test_schema_correctness_add_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.4976166Z test_schema_correctness_add_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T02:33:03.4976992Z test_schema_correctness_add_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.021s) 2022-11-23T02:33:03.4977828Z test_schema_correctness_add_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.4978763Z test_schema_correctness_add_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2022-11-23T02:33:03.4979653Z test_schema_correctness_addbmm_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T02:33:03.4980553Z test_schema_correctness_addbmm_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.030s) 2022-11-23T02:33:03.4981452Z test_schema_correctness_addbmm_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.027s) 2022-11-23T02:33:03.4982348Z test_schema_correctness_addbmm_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2022-11-23T02:33:03.4983227Z test_schema_correctness_addbmm_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-11-23T02:33:03.4984099Z test_schema_correctness_addbmm_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-11-23T02:33:03.4984980Z test_schema_correctness_addcdiv_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.026s) 2022-11-23T02:33:03.4985863Z test_schema_correctness_addcdiv_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (3.802s) 2022-11-23T02:33:03.4986768Z test_schema_correctness_addcdiv_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (3.635s) 2022-11-23T02:33:03.4987663Z test_schema_correctness_addcdiv_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.039s) 2022-11-23T02:33:03.4988653Z test_schema_correctness_addcdiv_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.033s) 2022-11-23T02:33:03.4989677Z test_schema_correctness_addcdiv_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.029s) 2022-11-23T02:33:03.4990629Z test_schema_correctness_addcmul_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.031s) 2022-11-23T02:33:03.4991524Z test_schema_correctness_addcmul_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (3.358s) 2022-11-23T02:33:03.4992406Z test_schema_correctness_addcmul_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (3.218s) 2022-11-23T02:33:03.4993300Z test_schema_correctness_addcmul_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.034s) 2022-11-23T02:33:03.4994188Z test_schema_correctness_addcmul_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.030s) 2022-11-23T02:33:03.4995078Z test_schema_correctness_addcmul_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.032s) 2022-11-23T02:33:03.4996109Z test_schema_correctness_addcmul_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.029s) 2022-11-23T02:33:03.4997081Z test_schema_correctness_addcmul_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.030s) 2022-11-23T02:33:03.4997940Z test_schema_correctness_addcmul_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.035s) 2022-11-23T02:33:03.4998781Z test_schema_correctness_addcmul_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.030s) 2022-11-23T02:33:03.4999659Z test_schema_correctness_addcmul_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.030s) 2022-11-23T02:33:03.5000551Z test_schema_correctness_addmm_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-11-23T02:33:03.5001479Z test_schema_correctness_addmm_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-11-23T02:33:03.5002447Z test_schema_correctness_addmm_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-11-23T02:33:03.5003352Z test_schema_correctness_addmm_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-11-23T02:33:03.5004216Z test_schema_correctness_addmm_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-11-23T02:33:03.5005056Z test_schema_correctness_addmm_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-11-23T02:33:03.5005953Z test_schema_correctness_addmm_decomposed_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.5007066Z test_schema_correctness_addmm_decomposed_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipped! (0.000s) 2022-11-23T02:33:03.5008107Z test_schema_correctness_addmm_decomposed_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipped! (0.000s) 2022-11-23T02:33:03.5009081Z test_schema_correctness_addmm_decomposed_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.5010026Z test_schema_correctness_addmm_decomposed_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-11-23T02:33:03.5010959Z test_schema_correctness_addmm_decomposed_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-11-23T02:33:03.5011861Z test_schema_correctness_addmv_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-11-23T02:33:03.5017226Z test_schema_correctness_addmv_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-11-23T02:33:03.5018138Z test_schema_correctness_addmv_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-11-23T02:33:03.5019015Z test_schema_correctness_addmv_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T02:33:03.5019885Z test_schema_correctness_addmv_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T02:33:03.5020749Z test_schema_correctness_addmv_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T02:33:03.5021602Z test_schema_correctness_addr_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T02:33:03.5022451Z test_schema_correctness_addr_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-11-23T02:33:03.5023297Z test_schema_correctness_addr_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T02:33:03.5024175Z test_schema_correctness_addr_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-11-23T02:33:03.5025042Z test_schema_correctness_addr_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T02:33:03.5025898Z test_schema_correctness_addr_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.023s) 2022-11-23T02:33:03.5026752Z test_schema_correctness_addr_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T02:33:03.5027775Z test_schema_correctness_addr_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-11-23T02:33:03.5028617Z test_schema_correctness_addr_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-11-23T02:33:03.5029447Z test_schema_correctness_addr_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-11-23T02:33:03.5030281Z test_schema_correctness_addr_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.5031123Z test_schema_correctness_addr_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.017s) 2022-11-23T02:33:03.5031985Z test_schema_correctness_all_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T02:33:03.5032833Z test_schema_correctness_all_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T02:33:03.5034563Z 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-23T02:33:03.5043705Z return self.op(*args, **kwargs) 2022-11-23T02:33:03.5044119Z ok (0.011s) 2022-11-23T02:33:03.5044730Z test_schema_correctness_all_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.017s) 2022-11-23T02:33:03.5045617Z test_schema_correctness_all_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T02:33:03.5046634Z test_schema_correctness_all_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-11-23T02:33:03.5047514Z test_schema_correctness_all_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-11-23T02:33:03.5048359Z test_schema_correctness_all_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-11-23T02:33:03.5049205Z test_schema_correctness_all_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.017s) 2022-11-23T02:33:03.5050038Z test_schema_correctness_all_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-11-23T02:33:03.5050875Z test_schema_correctness_all_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T02:33:03.5052968Z test_schema_correctness_all_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T02:33:03.5053859Z test_schema_correctness_allclose_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.041s) 2022-11-23T02:33:03.5054768Z test_schema_correctness_allclose_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.064s) 2022-11-23T02:33:03.5055681Z test_schema_correctness_allclose_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.057s) 2022-11-23T02:33:03.5056567Z test_schema_correctness_allclose_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.051s) 2022-11-23T02:33:03.5057462Z test_schema_correctness_allclose_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.051s) 2022-11-23T02:33:03.5058318Z test_schema_correctness_allclose_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.043s) 2022-11-23T02:33:03.5059194Z test_schema_correctness_amax_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.030s) 2022-11-23T02:33:03.5060104Z test_schema_correctness_amax_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.026s) 2022-11-23T02:33:03.5060959Z test_schema_correctness_amax_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.031s) 2022-11-23T02:33:03.5061826Z test_schema_correctness_amax_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.027s) 2022-11-23T02:33:03.5062687Z test_schema_correctness_amax_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.027s) 2022-11-23T02:33:03.5063717Z test_schema_correctness_amax_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.026s) 2022-11-23T02:33:03.5064542Z test_schema_correctness_amax_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.025s) 2022-11-23T02:33:03.5065453Z test_schema_correctness_amax_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.026s) 2022-11-23T02:33:03.5066293Z test_schema_correctness_amax_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.032s) 2022-11-23T02:33:03.5067136Z test_schema_correctness_amax_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.021s) 2022-11-23T02:33:03.5067995Z test_schema_correctness_amin_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.033s) 2022-11-23T02:33:03.5068874Z test_schema_correctness_amin_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.027s) 2022-11-23T02:33:03.5069733Z test_schema_correctness_amin_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.027s) 2022-11-23T02:33:03.5070569Z test_schema_correctness_amin_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.027s) 2022-11-23T02:33:03.5071478Z test_schema_correctness_amin_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.025s) 2022-11-23T02:33:03.5072325Z test_schema_correctness_amin_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.028s) 2022-11-23T02:33:03.5073165Z test_schema_correctness_amin_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.026s) 2022-11-23T02:33:03.5073997Z test_schema_correctness_amin_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.026s) 2022-11-23T02:33:03.5076048Z test_schema_correctness_amin_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.029s) 2022-11-23T02:33:03.5076986Z test_schema_correctness_amin_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.026s) 2022-11-23T02:33:03.5077849Z test_schema_correctness_aminmax_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-11-23T02:33:03.5078744Z test_schema_correctness_aminmax_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-11-23T02:33:03.5079626Z test_schema_correctness_aminmax_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T02:33:03.5080509Z test_schema_correctness_aminmax_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.5081386Z test_schema_correctness_aminmax_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.018s) 2022-11-23T02:33:03.5082273Z test_schema_correctness_aminmax_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-11-23T02:33:03.5083148Z test_schema_correctness_aminmax_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-11-23T02:33:03.5083983Z test_schema_correctness_aminmax_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-11-23T02:33:03.5084844Z test_schema_correctness_aminmax_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-11-23T02:33:03.5085722Z test_schema_correctness_aminmax_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T02:33:03.5086586Z test_schema_correctness_angle_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-11-23T02:33:03.5087466Z test_schema_correctness_angle_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.326s) 2022-11-23T02:33:03.5088357Z test_schema_correctness_angle_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T02:33:03.5089259Z test_schema_correctness_angle_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.355s) 2022-11-23T02:33:03.5090131Z test_schema_correctness_angle_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-11-23T02:33:03.5091007Z test_schema_correctness_angle_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.5091866Z test_schema_correctness_angle_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-11-23T02:33:03.5092901Z test_schema_correctness_angle_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T02:33:03.5093766Z test_schema_correctness_angle_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T02:33:03.5094616Z test_schema_correctness_angle_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T02:33:03.5095465Z test_schema_correctness_angle_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T02:33:03.5096299Z test_schema_correctness_any_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T02:33:03.5097141Z test_schema_correctness_any_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T02:33:03.5098012Z test_schema_correctness_any_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T02:33:03.5098888Z test_schema_correctness_any_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-11-23T02:33:03.5099744Z test_schema_correctness_any_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T02:33:03.5100596Z test_schema_correctness_any_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T02:33:03.5101443Z test_schema_correctness_any_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-11-23T02:33:03.5102258Z test_schema_correctness_any_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-11-23T02:33:03.5103219Z test_schema_correctness_any_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T02:33:03.5104078Z test_schema_correctness_any_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T02:33:03.5104912Z test_schema_correctness_any_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.027s) 2022-11-23T02:33:03.5105753Z test_schema_correctness_any_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.019s) 2022-11-23T02:33:03.5106612Z test_schema_correctness_arange_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.059s) 2022-11-23T02:33:03.5107488Z test_schema_correctness_arange_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.057s) 2022-11-23T02:33:03.5108339Z test_schema_correctness_arange_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.042s) 2022-11-23T02:33:03.5109209Z test_schema_correctness_arange_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.048s) 2022-11-23T02:33:03.5110076Z test_schema_correctness_arange_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.038s) 2022-11-23T02:33:03.5110941Z test_schema_correctness_arange_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.039s) 2022-11-23T02:33:03.5111798Z test_schema_correctness_arange_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.040s) 2022-11-23T02:33:03.5112657Z test_schema_correctness_arange_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.040s) 2022-11-23T02:33:03.5113508Z test_schema_correctness_arange_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.039s) 2022-11-23T02:33:03.5114351Z test_schema_correctness_argmax_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.019s) 2022-11-23T02:33:03.5115221Z test_schema_correctness_argmax_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.018s) 2022-11-23T02:33:03.5116195Z test_schema_correctness_argmax_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.018s) 2022-11-23T02:33:03.5117176Z test_schema_correctness_argmax_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.5118119Z test_schema_correctness_argmax_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.026s) 2022-11-23T02:33:03.5118970Z test_schema_correctness_argmax_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.020s) 2022-11-23T02:33:03.5119974Z test_schema_correctness_argmax_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T02:33:03.5120802Z test_schema_correctness_argmax_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.030s) 2022-11-23T02:33:03.5121663Z test_schema_correctness_argmax_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.018s) 2022-11-23T02:33:03.5122537Z test_schema_correctness_argmin_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-11-23T02:33:03.5123418Z test_schema_correctness_argmin_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T02:33:03.5124287Z test_schema_correctness_argmin_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.024s) 2022-11-23T02:33:03.5125152Z test_schema_correctness_argmin_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2022-11-23T02:33:03.5126025Z test_schema_correctness_argmin_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-11-23T02:33:03.5126874Z test_schema_correctness_argmin_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-11-23T02:33:03.5127734Z test_schema_correctness_argmin_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T02:33:03.5128591Z test_schema_correctness_argmin_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.024s) 2022-11-23T02:33:03.5129453Z test_schema_correctness_argmin_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.5130452Z test_schema_correctness_argsort_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.033s) 2022-11-23T02:33:03.5131356Z test_schema_correctness_argsort_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.031s) 2022-11-23T02:33:03.5132243Z test_schema_correctness_argsort_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.033s) 2022-11-23T02:33:03.5133110Z test_schema_correctness_argsort_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.033s) 2022-11-23T02:33:03.5133986Z test_schema_correctness_argsort_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.032s) 2022-11-23T02:33:03.5134854Z test_schema_correctness_argsort_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.021s) 2022-11-23T02:33:03.5135710Z test_schema_correctness_argsort_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.033s) 2022-11-23T02:33:03.5136569Z test_schema_correctness_argsort_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.031s) 2022-11-23T02:33:03.5137435Z test_schema_correctness_argsort_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.041s) 2022-11-23T02:33:03.5138319Z test_schema_correctness_argwhere_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-11-23T02:33:03.5139233Z test_schema_correctness_argwhere_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T02:33:03.5140131Z test_schema_correctness_argwhere_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-11-23T02:33:03.5141033Z test_schema_correctness_argwhere_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-11-23T02:33:03.5141912Z test_schema_correctness_argwhere_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-11-23T02:33:03.5142782Z test_schema_correctness_argwhere_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T02:33:03.5143664Z test_schema_correctness_argwhere_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-11-23T02:33:03.5144548Z test_schema_correctness_argwhere_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T02:33:03.5145424Z test_schema_correctness_argwhere_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T02:33:03.5146272Z test_schema_correctness_argwhere_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-11-23T02:33:03.5147290Z test_schema_correctness_argwhere_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-11-23T02:33:03.5148165Z test_schema_correctness_argwhere_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T02:33:03.5149049Z test_schema_correctness_as_strided_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T02:33:03.5149938Z test_schema_correctness_as_strided_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T02:33:03.5150834Z test_schema_correctness_as_strided_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.5151740Z test_schema_correctness_as_strided_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-11-23T02:33:03.5152627Z test_schema_correctness_as_strided_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-11-23T02:33:03.5153548Z test_schema_correctness_as_strided_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-11-23T02:33:03.5154444Z test_schema_correctness_as_strided_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-11-23T02:33:03.5155317Z test_schema_correctness_as_strided_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-11-23T02:33:03.5156190Z test_schema_correctness_as_strided_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-11-23T02:33:03.5157067Z test_schema_correctness_as_strided_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-11-23T02:33:03.5158065Z test_schema_correctness_as_strided_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-11-23T02:33:03.5158950Z test_schema_correctness_as_strided_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-11-23T02:33:03.5159832Z test_schema_correctness_as_strided_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-11-23T02:33:03.5160764Z test_schema_correctness_as_strided_scatter_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T02:33:03.5161705Z test_schema_correctness_as_strided_scatter_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T02:33:03.5162632Z test_schema_correctness_as_strided_scatter_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.023s) 2022-11-23T02:33:03.5163589Z test_schema_correctness_as_strided_scatter_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T02:33:03.5164544Z test_schema_correctness_as_strided_scatter_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2022-11-23T02:33:03.5165470Z test_schema_correctness_as_strided_scatter_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T02:33:03.5166411Z test_schema_correctness_as_strided_scatter_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T02:33:03.5167350Z test_schema_correctness_as_strided_scatter_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T02:33:03.5168283Z test_schema_correctness_as_strided_scatter_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-11-23T02:33:03.5169209Z test_schema_correctness_as_strided_scatter_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T02:33:03.5170126Z test_schema_correctness_as_strided_scatter_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T02:33:03.5171052Z test_schema_correctness_as_strided_scatter_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T02:33:03.5171972Z test_schema_correctness_as_strided_scatter_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-11-23T02:33:03.5172843Z test_schema_correctness_asin_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.5173854Z test_schema_correctness_asin_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.5174732Z test_schema_correctness_asin_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.5175612Z test_schema_correctness_asin_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.5176485Z test_schema_correctness_asin_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T02:33:03.5177362Z test_schema_correctness_asin_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T02:33:03.5178232Z test_schema_correctness_asin_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T02:33:03.5179084Z test_schema_correctness_asin_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T02:33:03.5179940Z test_schema_correctness_asin_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T02:33:03.5180807Z test_schema_correctness_asin_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T02:33:03.5181669Z test_schema_correctness_asin_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T02:33:03.5182513Z test_schema_correctness_asin_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T02:33:03.5183371Z test_schema_correctness_asin_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T02:33:03.5184357Z test_schema_correctness_asinh_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T02:33:03.5185235Z test_schema_correctness_asinh_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T02:33:03.5186119Z test_schema_correctness_asinh_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T02:33:03.5187011Z test_schema_correctness_asinh_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-11-23T02:33:03.5187911Z test_schema_correctness_asinh_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T02:33:03.5188791Z test_schema_correctness_asinh_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T02:33:03.5189665Z test_schema_correctness_asinh_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T02:33:03.5190533Z test_schema_correctness_asinh_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T02:33:03.5191363Z test_schema_correctness_asinh_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T02:33:03.5192233Z test_schema_correctness_asinh_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T02:33:03.5193092Z test_schema_correctness_asinh_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T02:33:03.5193959Z test_schema_correctness_asinh_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T02:33:03.5194826Z test_schema_correctness_asinh_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T02:33:03.5195691Z test_schema_correctness_atan2_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T02:33:03.5196552Z test_schema_correctness_atan2_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-11-23T02:33:03.5197392Z test_schema_correctness_atan2_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T02:33:03.5198271Z test_schema_correctness_atan2_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T02:33:03.5199137Z test_schema_correctness_atan2_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T02:33:03.5199993Z test_schema_correctness_atan2_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T02:33:03.5200979Z test_schema_correctness_atan2_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T02:33:03.5201820Z test_schema_correctness_atan2_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T02:33:03.5202661Z test_schema_correctness_atan2_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T02:33:03.5203494Z test_schema_correctness_atan2_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T02:33:03.5204355Z test_schema_correctness_atan_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T02:33:03.5205233Z test_schema_correctness_atan_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T02:33:03.5206106Z test_schema_correctness_atan_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T02:33:03.5206991Z test_schema_correctness_atan_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-11-23T02:33:03.5207884Z test_schema_correctness_atan_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T02:33:03.5208765Z test_schema_correctness_atan_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T02:33:03.5209603Z test_schema_correctness_atan_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T02:33:03.5210470Z test_schema_correctness_atan_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T02:33:03.5211322Z test_schema_correctness_atan_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T02:33:03.5212293Z test_schema_correctness_atan_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T02:33:03.5213170Z test_schema_correctness_atan_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T02:33:03.5214016Z test_schema_correctness_atan_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T02:33:03.5214883Z test_schema_correctness_atan_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T02:33:03.5215726Z test_schema_correctness_atanh_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T02:33:03.5216588Z test_schema_correctness_atanh_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T02:33:03.5217459Z test_schema_correctness_atanh_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T02:33:03.5218452Z test_schema_correctness_atanh_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-11-23T02:33:03.5219429Z test_schema_correctness_atanh_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T02:33:03.5220408Z test_schema_correctness_atanh_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T02:33:03.5221273Z test_schema_correctness_atanh_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T02:33:03.5222100Z test_schema_correctness_atanh_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T02:33:03.5222954Z test_schema_correctness_atanh_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T02:33:03.5223812Z test_schema_correctness_atanh_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T02:33:03.5224671Z test_schema_correctness_atanh_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T02:33:03.5225610Z test_schema_correctness_atanh_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.5226548Z test_schema_correctness_atanh_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.5227506Z test_schema_correctness_atleast_1d_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-11-23T02:33:03.5228364Z test_schema_correctness_atleast_1d_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T02:33:03.5229404Z test_schema_correctness_atleast_1d_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T02:33:03.5230318Z test_schema_correctness_atleast_1d_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-11-23T02:33:03.5231215Z test_schema_correctness_atleast_1d_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T02:33:03.5232202Z test_schema_correctness_atleast_1d_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T02:33:03.5233236Z test_schema_correctness_atleast_1d_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T02:33:03.5234139Z test_schema_correctness_atleast_1d_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T02:33:03.5235013Z test_schema_correctness_atleast_1d_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T02:33:03.5235876Z test_schema_correctness_atleast_1d_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T02:33:03.5236742Z test_schema_correctness_atleast_1d_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T02:33:03.5237610Z test_schema_correctness_atleast_1d_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T02:33:03.5238586Z test_schema_correctness_atleast_1d_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.5239683Z test_schema_correctness_atleast_2d_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T02:33:03.5240601Z test_schema_correctness_atleast_2d_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T02:33:03.5241497Z test_schema_correctness_atleast_2d_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T02:33:03.5242390Z test_schema_correctness_atleast_2d_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-11-23T02:33:03.5243304Z test_schema_correctness_atleast_2d_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T02:33:03.5244211Z test_schema_correctness_atleast_2d_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-11-23T02:33:03.5245186Z test_schema_correctness_atleast_2d_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-11-23T02:33:03.5246182Z test_schema_correctness_atleast_2d_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-11-23T02:33:03.5247071Z test_schema_correctness_atleast_2d_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-11-23T02:33:03.5247950Z test_schema_correctness_atleast_2d_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T02:33:03.5248803Z test_schema_correctness_atleast_2d_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-11-23T02:33:03.5249697Z test_schema_correctness_atleast_2d_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-11-23T02:33:03.5250580Z test_schema_correctness_atleast_2d_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.5251562Z test_schema_correctness_atleast_3d_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.5252593Z test_schema_correctness_atleast_3d_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.5253500Z test_schema_correctness_atleast_3d_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-11-23T02:33:03.5254418Z test_schema_correctness_atleast_3d_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-11-23T02:33:03.5255306Z test_schema_correctness_atleast_3d_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-11-23T02:33:03.5256212Z test_schema_correctness_atleast_3d_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-11-23T02:33:03.5257252Z test_schema_correctness_atleast_3d_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-11-23T02:33:03.5258227Z test_schema_correctness_atleast_3d_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T02:33:03.5259228Z test_schema_correctness_atleast_3d_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-11-23T02:33:03.5260110Z test_schema_correctness_atleast_3d_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-11-23T02:33:03.5260987Z test_schema_correctness_atleast_3d_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-11-23T02:33:03.5261871Z test_schema_correctness_atleast_3d_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-11-23T02:33:03.5262729Z test_schema_correctness_atleast_3d_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T02:33:03.5263616Z test_schema_correctness_baddbmm_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T02:33:03.5264633Z test_schema_correctness_baddbmm_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-11-23T02:33:03.5265733Z test_schema_correctness_baddbmm_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-11-23T02:33:03.5266668Z test_schema_correctness_baddbmm_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T02:33:03.5267673Z test_schema_correctness_baddbmm_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T02:33:03.5268584Z test_schema_correctness_baddbmm_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T02:33:03.5269461Z test_schema_correctness_bernoulli_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T02:33:03.5270371Z test_schema_correctness_bernoulli_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T02:33:03.5271361Z test_schema_correctness_bernoulli_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-11-23T02:33:03.5272369Z test_schema_correctness_bernoulli_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T02:33:03.5273268Z test_schema_correctness_bfloat16_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T02:33:03.5274154Z test_schema_correctness_bfloat16_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T02:33:03.5275056Z test_schema_correctness_bfloat16_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T02:33:03.5275938Z test_schema_correctness_bfloat16_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T02:33:03.5276838Z test_schema_correctness_bfloat16_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T02:33:03.5277811Z test_schema_correctness_bfloat16_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-11-23T02:33:03.5278841Z test_schema_correctness_bfloat16_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.021s) 2022-11-23T02:33:03.5279713Z test_schema_correctness_bfloat16_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.017s) 2022-11-23T02:33:03.5280581Z test_schema_correctness_bfloat16_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T02:33:03.5281458Z test_schema_correctness_bfloat16_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T02:33:03.5282300Z test_schema_correctness_bfloat16_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-11-23T02:33:03.5283152Z test_schema_correctness_bfloat16_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T02:33:03.5284078Z test_schema_correctness_bfloat16_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T02:33:03.5285232Z test_schema_correctness_bincount_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.032s) 2022-11-23T02:33:03.5286104Z test_schema_correctness_bincount_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.026s) 2022-11-23T02:33:03.5286966Z test_schema_correctness_bincount_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.032s) 2022-11-23T02:33:03.5287837Z test_schema_correctness_bincount_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.032s) 2022-11-23T02:33:03.5288699Z test_schema_correctness_bincount_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.017s) 2022-11-23T02:33:03.5289582Z test_schema_correctness_bitwise_and_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.5290547Z test_schema_correctness_bitwise_and_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T02:33:03.5291585Z test_schema_correctness_bitwise_and_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T02:33:03.5292470Z test_schema_correctness_bitwise_and_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T02:33:03.5293345Z test_schema_correctness_bitwise_and_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T02:33:03.5294221Z test_schema_correctness_bitwise_and_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.5295115Z test_schema_correctness_bitwise_left_shift_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.019s) 2022-11-23T02:33:03.5296134Z test_schema_correctness_bitwise_left_shift_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.018s) 2022-11-23T02:33:03.5297126Z test_schema_correctness_bitwise_left_shift_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.5298166Z test_schema_correctness_bitwise_left_shift_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.5299088Z test_schema_correctness_bitwise_left_shift_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T02:33:03.5299971Z test_schema_correctness_bitwise_not_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.5300848Z test_schema_correctness_bitwise_not_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T02:33:03.5301722Z test_schema_correctness_bitwise_not_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.5302577Z test_schema_correctness_bitwise_not_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.5303514Z test_schema_correctness_bitwise_not_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T02:33:03.5304485Z test_schema_correctness_bitwise_not_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.5305423Z test_schema_correctness_bitwise_or_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.019s) 2022-11-23T02:33:03.5306285Z test_schema_correctness_bitwise_or_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-11-23T02:33:03.5307154Z test_schema_correctness_bitwise_or_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T02:33:03.5308019Z test_schema_correctness_bitwise_or_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-11-23T02:33:03.5308869Z test_schema_correctness_bitwise_or_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T02:33:03.5309750Z test_schema_correctness_bitwise_or_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.020s) 2022-11-23T02:33:03.5310737Z test_schema_correctness_bitwise_right_shift_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T02:33:03.5311803Z test_schema_correctness_bitwise_right_shift_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.018s) 2022-11-23T02:33:03.5312857Z test_schema_correctness_bitwise_right_shift_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-11-23T02:33:03.5313778Z test_schema_correctness_bitwise_right_shift_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.5314695Z test_schema_correctness_bitwise_right_shift_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.024s) 2022-11-23T02:33:03.5315589Z test_schema_correctness_bitwise_xor_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-11-23T02:33:03.5316466Z test_schema_correctness_bitwise_xor_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T02:33:03.5317439Z test_schema_correctness_bitwise_xor_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T02:33:03.5318469Z test_schema_correctness_bitwise_xor_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T02:33:03.5319353Z test_schema_correctness_bitwise_xor_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.021s) 2022-11-23T02:33:03.5320227Z test_schema_correctness_bitwise_xor_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T02:33:03.5321112Z test_schema_correctness_block_diag_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-11-23T02:33:03.5322006Z test_schema_correctness_block_diag_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-11-23T02:33:03.5323016Z test_schema_correctness_block_diag_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-11-23T02:33:03.5324105Z test_schema_correctness_block_diag_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T02:33:03.5325105Z test_schema_correctness_block_diag_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.018s) 2022-11-23T02:33:03.5326013Z test_schema_correctness_block_diag_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-11-23T02:33:03.5326903Z test_schema_correctness_block_diag_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T02:33:03.5327791Z test_schema_correctness_block_diag_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-11-23T02:33:03.5328670Z test_schema_correctness_block_diag_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-11-23T02:33:03.5329533Z test_schema_correctness_block_diag_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T02:33:03.5330493Z test_schema_correctness_block_diag_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-11-23T02:33:03.5331484Z test_schema_correctness_block_diag_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-11-23T02:33:03.5332366Z test_schema_correctness_block_diag_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-11-23T02:33:03.5333237Z test_schema_correctness_bmm_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T02:33:03.5334124Z test_schema_correctness_bmm_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T02:33:03.5334998Z test_schema_correctness_bmm_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T02:33:03.5335837Z test_schema_correctness_bmm_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T02:33:03.5336780Z test_schema_correctness_bmm_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T02:33:03.5337788Z test_schema_correctness_bmm_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T02:33:03.5338704Z test_schema_correctness_bool_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T02:33:03.5339562Z test_schema_correctness_bool_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-11-23T02:33:03.5340575Z test_schema_correctness_bool_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T02:33:03.5341459Z test_schema_correctness_bool_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-11-23T02:33:03.5342310Z test_schema_correctness_bool_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T02:33:03.5343255Z test_schema_correctness_bool_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T02:33:03.5344267Z test_schema_correctness_bool_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-11-23T02:33:03.5345134Z test_schema_correctness_bool_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T02:33:03.5345984Z test_schema_correctness_bool_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T02:33:03.5346826Z test_schema_correctness_bool_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.019s) 2022-11-23T02:33:03.5347678Z test_schema_correctness_bool_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-11-23T02:33:03.5348507Z test_schema_correctness_bool_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-11-23T02:33:03.5349412Z test_schema_correctness_bool_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-11-23T02:33:03.5350379Z test_schema_correctness_broadcast_shapes_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-11-23T02:33:03.5351534Z test_schema_correctness_broadcast_tensors_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-11-23T02:33:03.5352498Z test_schema_correctness_broadcast_tensors_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T02:33:03.5353442Z test_schema_correctness_broadcast_tensors_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.5354396Z test_schema_correctness_broadcast_tensors_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T02:33:03.5355335Z test_schema_correctness_broadcast_tensors_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.5356325Z test_schema_correctness_broadcast_tensors_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-11-23T02:33:03.5357381Z test_schema_correctness_broadcast_tensors_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-11-23T02:33:03.5358331Z test_schema_correctness_broadcast_tensors_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T02:33:03.5359247Z test_schema_correctness_broadcast_tensors_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T02:33:03.5360159Z test_schema_correctness_broadcast_tensors_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T02:33:03.5361081Z test_schema_correctness_broadcast_tensors_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T02:33:03.5361994Z test_schema_correctness_broadcast_tensors_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-11-23T02:33:03.5362944Z test_schema_correctness_broadcast_to_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-11-23T02:33:03.5364006Z test_schema_correctness_broadcast_to_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T02:33:03.5364973Z test_schema_correctness_broadcast_to_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T02:33:03.5365895Z test_schema_correctness_broadcast_to_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T02:33:03.5366798Z test_schema_correctness_broadcast_to_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T02:33:03.5367687Z test_schema_correctness_broadcast_to_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T02:33:03.5370049Z test_schema_correctness_broadcast_to_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.019s) 2022-11-23T02:33:03.5370993Z test_schema_correctness_broadcast_to_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T02:33:03.5371880Z test_schema_correctness_broadcast_to_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T02:33:03.5372775Z test_schema_correctness_broadcast_to_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-11-23T02:33:03.5373670Z test_schema_correctness_broadcast_to_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-11-23T02:33:03.5374546Z test_schema_correctness_broadcast_to_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T02:33:03.5375437Z test_schema_correctness_bucketize_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.041s) 2022-11-23T02:33:03.5376435Z test_schema_correctness_bucketize_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.037s) 2022-11-23T02:33:03.5377381Z test_schema_correctness_bucketize_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.038s) 2022-11-23T02:33:03.5378254Z test_schema_correctness_bucketize_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.037s) 2022-11-23T02:33:03.5379133Z test_schema_correctness_bucketize_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.036s) 2022-11-23T02:33:03.5380149Z test_schema_correctness_bucketize_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.040s) 2022-11-23T02:33:03.5381048Z test_schema_correctness_bucketize_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.041s) 2022-11-23T02:33:03.5381920Z test_schema_correctness_bucketize_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.038s) 2022-11-23T02:33:03.5382859Z test_schema_correctness_byte_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-11-23T02:33:03.5383853Z test_schema_correctness_byte_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-11-23T02:33:03.5384693Z test_schema_correctness_byte_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-11-23T02:33:03.5385565Z test_schema_correctness_byte_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T02:33:03.5386441Z test_schema_correctness_byte_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-11-23T02:33:03.5387300Z test_schema_correctness_byte_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T02:33:03.5388156Z test_schema_correctness_byte_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-11-23T02:33:03.5389075Z test_schema_correctness_byte_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T02:33:03.5390075Z test_schema_correctness_byte_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.020s) 2022-11-23T02:33:03.5390914Z test_schema_correctness_byte_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T02:33:03.5391755Z test_schema_correctness_byte_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.020s) 2022-11-23T02:33:03.5392605Z test_schema_correctness_byte_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-11-23T02:33:03.5393493Z test_schema_correctness_cartesian_prod_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.035s) 2022-11-23T02:33:03.5394419Z test_schema_correctness_cartesian_prod_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.036s) 2022-11-23T02:33:03.5395415Z test_schema_correctness_cartesian_prod_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.028s) 2022-11-23T02:33:03.5396426Z test_schema_correctness_cartesian_prod_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.027s) 2022-11-23T02:33:03.5397547Z test_schema_correctness_cartesian_prod_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.025s) 2022-11-23T02:33:03.5398457Z test_schema_correctness_cartesian_prod_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.026s) 2022-11-23T02:33:03.5399368Z test_schema_correctness_cartesian_prod_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.022s) 2022-11-23T02:33:03.5400273Z test_schema_correctness_cartesian_prod_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2022-11-23T02:33:03.5401185Z test_schema_correctness_cartesian_prod_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.030s) 2022-11-23T02:33:03.5402087Z test_schema_correctness_cartesian_prod_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.022s) 2022-11-23T02:33:03.5403053Z test_schema_correctness_cartesian_prod_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-11-23T02:33:03.5404099Z test_schema_correctness_cartesian_prod_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.028s) 2022-11-23T02:33:03.5404979Z test_schema_correctness_cat_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T02:33:03.5405837Z test_schema_correctness_cat_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T02:33:03.5406712Z test_schema_correctness_cat_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T02:33:03.5407601Z test_schema_correctness_cat_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.5408603Z test_schema_correctness_cat_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.026s) 2022-11-23T02:33:03.5409562Z test_schema_correctness_cat_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.017s) 2022-11-23T02:33:03.5410568Z test_schema_correctness_cat_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-11-23T02:33:03.5411420Z test_schema_correctness_cat_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T02:33:03.5412277Z test_schema_correctness_cat_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T02:33:03.5413130Z test_schema_correctness_cat_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-11-23T02:33:03.5413975Z test_schema_correctness_cat_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T02:33:03.5414830Z test_schema_correctness_cat_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-11-23T02:33:03.5415750Z test_schema_correctness_cat_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T02:33:03.5416748Z test_schema_correctness_cdist_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.480s) 2022-11-23T02:33:03.5417629Z test_schema_correctness_cdist_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.409s) 2022-11-23T02:33:03.5418527Z test_schema_correctness_cdouble_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.017s) 2022-11-23T02:33:03.5419414Z test_schema_correctness_cdouble_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T02:33:03.5420313Z test_schema_correctness_cdouble_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T02:33:03.5421219Z test_schema_correctness_cdouble_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-11-23T02:33:03.5422193Z test_schema_correctness_cdouble_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T02:33:03.5423217Z test_schema_correctness_cdouble_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-11-23T02:33:03.5424075Z test_schema_correctness_cdouble_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-11-23T02:33:03.5424943Z test_schema_correctness_cdouble_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.5425966Z test_schema_correctness_cdouble_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T02:33:03.5426825Z test_schema_correctness_cdouble_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.018s) 2022-11-23T02:33:03.5427676Z test_schema_correctness_cdouble_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T02:33:03.5428609Z test_schema_correctness_cdouble_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.024s) 2022-11-23T02:33:03.5429599Z test_schema_correctness_cdouble_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.018s) 2022-11-23T02:33:03.5430456Z test_schema_correctness_ceil_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T02:33:03.5431318Z test_schema_correctness_ceil_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T02:33:03.5432186Z test_schema_correctness_ceil_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T02:33:03.5433042Z test_schema_correctness_ceil_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T02:33:03.5433896Z test_schema_correctness_ceil_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.5434740Z test_schema_correctness_ceil_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T02:33:03.5435710Z test_schema_correctness_ceil_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.5436726Z test_schema_correctness_ceil_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.5437593Z test_schema_correctness_ceil_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.5438456Z test_schema_correctness_cfloat_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T02:33:03.5439379Z test_schema_correctness_cfloat_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.020s) 2022-11-23T02:33:03.5440261Z test_schema_correctness_cfloat_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T02:33:03.5441155Z test_schema_correctness_cfloat_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T02:33:03.5442136Z test_schema_correctness_cfloat_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-11-23T02:33:03.5443139Z test_schema_correctness_cfloat_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T02:33:03.5444015Z test_schema_correctness_cfloat_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-11-23T02:33:03.5444883Z test_schema_correctness_cfloat_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T02:33:03.5445743Z test_schema_correctness_cfloat_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T02:33:03.5446612Z test_schema_correctness_cfloat_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-11-23T02:33:03.5447478Z test_schema_correctness_cfloat_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T02:33:03.5448411Z test_schema_correctness_cfloat_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-11-23T02:33:03.5449399Z test_schema_correctness_cfloat_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T02:33:03.5451154Z 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-23T02:33:03.5452842Z op=lambda x, *args, **kwargs: x.chalf(*args, **kwargs), 2022-11-23T02:33:03.5453305Z ok (0.018s) 2022-11-23T02:33:03.5453933Z test_schema_correctness_chalf_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T02:33:03.5454889Z test_schema_correctness_chalf_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-11-23T02:33:03.5455945Z test_schema_correctness_chalf_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.5456836Z test_schema_correctness_chalf_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.017s) 2022-11-23T02:33:03.5457698Z test_schema_correctness_chalf_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T02:33:03.5458567Z test_schema_correctness_chalf_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T02:33:03.5459427Z test_schema_correctness_chalf_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-11-23T02:33:03.5460289Z test_schema_correctness_chalf_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-11-23T02:33:03.5461211Z test_schema_correctness_chalf_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T02:33:03.5462209Z test_schema_correctness_chalf_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T02:33:03.5463070Z test_schema_correctness_chalf_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.5463900Z test_schema_correctness_chalf_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T02:33:03.5464879Z test_schema_correctness_char_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T02:33:03.5465768Z test_schema_correctness_char_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-11-23T02:33:03.5466645Z test_schema_correctness_char_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-11-23T02:33:03.5467606Z test_schema_correctness_char_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.5468570Z test_schema_correctness_char_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.018s) 2022-11-23T02:33:03.5469512Z test_schema_correctness_char_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-11-23T02:33:03.5470362Z test_schema_correctness_char_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2022-11-23T02:33:03.5471212Z test_schema_correctness_char_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T02:33:03.5472077Z test_schema_correctness_char_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T02:33:03.5472927Z test_schema_correctness_char_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T02:33:03.5473771Z test_schema_correctness_char_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T02:33:03.5474697Z test_schema_correctness_char_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T02:33:03.5475704Z test_schema_correctness_char_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T02:33:03.5477200Z 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-23T02:33:03.5478425Z L = torch.cholesky(A) 2022-11-23T02:33:03.5478846Z should be replaced with 2022-11-23T02:33:03.5479290Z L = torch.linalg.cholesky(A) 2022-11-23T02:33:03.5479676Z and 2022-11-23T02:33:03.5480072Z U = torch.cholesky(A, upper=True) 2022-11-23T02:33:03.5480497Z should be replaced with 2022-11-23T02:33:03.5481035Z U = torch.linalg.cholesky(A).mH(). 2022-11-23T02:33:03.5482374Z 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-23T02:33:03.5483346Z return self.op(*args, **kwargs) 2022-11-23T02:33:03.5483744Z ok (0.219s) 2022-11-23T02:33:03.5484396Z test_schema_correctness_cholesky_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.017s) 2022-11-23T02:33:03.5485279Z test_schema_correctness_cholesky_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2022-11-23T02:33:03.5486182Z test_schema_correctness_cholesky_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T02:33:03.5487169Z test_schema_correctness_cholesky_inverse_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.386s) 2022-11-23T02:33:03.5488188Z test_schema_correctness_cholesky_inverse_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T02:33:03.5489230Z test_schema_correctness_cholesky_inverse_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.017s) 2022-11-23T02:33:03.5490162Z test_schema_correctness_cholesky_inverse_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-11-23T02:33:03.5491099Z test_schema_correctness_cholesky_solve_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.023s) 2022-11-23T02:33:03.5492037Z test_schema_correctness_cholesky_solve_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.5493069Z test_schema_correctness_cholesky_solve_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.023s) 2022-11-23T02:33:03.5494085Z test_schema_correctness_cholesky_solve_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.019s) 2022-11-23T02:33:03.5495126Z test_schema_correctness_chunk_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-11-23T02:33:03.5496022Z test_schema_correctness_chunk_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-11-23T02:33:03.5496915Z test_schema_correctness_chunk_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T02:33:03.5497813Z test_schema_correctness_chunk_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.5498707Z test_schema_correctness_chunk_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T02:33:03.5499566Z test_schema_correctness_chunk_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T02:33:03.5500518Z test_schema_correctness_chunk_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.5501525Z test_schema_correctness_chunk_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T02:33:03.5502412Z test_schema_correctness_chunk_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.5503279Z test_schema_correctness_chunk_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T02:33:03.5504141Z test_schema_correctness_chunk_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.5504996Z test_schema_correctness_chunk_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.5505831Z test_schema_correctness_chunk_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T02:33:03.5506704Z test_schema_correctness_clamp_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-11-23T02:33:03.5507702Z test_schema_correctness_clamp_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T02:33:03.5508682Z test_schema_correctness_clamp_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-11-23T02:33:03.5509568Z test_schema_correctness_clamp_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-11-23T02:33:03.5510583Z test_schema_correctness_clamp_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T02:33:03.5511443Z test_schema_correctness_clamp_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-11-23T02:33:03.5512283Z test_schema_correctness_clamp_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T02:33:03.5513149Z test_schema_correctness_clamp_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-11-23T02:33:03.5514169Z test_schema_correctness_clamp_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-11-23T02:33:03.5515153Z test_schema_correctness_clamp_max_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-11-23T02:33:03.5516059Z test_schema_correctness_clamp_max_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-11-23T02:33:03.5516951Z test_schema_correctness_clamp_max_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.5517865Z test_schema_correctness_clamp_max_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T02:33:03.5518737Z test_schema_correctness_clamp_max_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.017s) 2022-11-23T02:33:03.5519631Z test_schema_correctness_clamp_max_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-11-23T02:33:03.5520605Z test_schema_correctness_clamp_max_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.020s) 2022-11-23T02:33:03.5523048Z test_schema_correctness_clamp_max_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T02:33:03.5524034Z test_schema_correctness_clamp_max_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.024s) 2022-11-23T02:33:03.5524923Z test_schema_correctness_clamp_max_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.5525833Z test_schema_correctness_clamp_min_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.017s) 2022-11-23T02:33:03.5526828Z test_schema_correctness_clamp_min_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-11-23T02:33:03.5527871Z test_schema_correctness_clamp_min_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.5528775Z test_schema_correctness_clamp_min_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.020s) 2022-11-23T02:33:03.5529669Z test_schema_correctness_clamp_min_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T02:33:03.5530562Z test_schema_correctness_clamp_min_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T02:33:03.5531441Z test_schema_correctness_clamp_min_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T02:33:03.5532316Z test_schema_correctness_clamp_min_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-11-23T02:33:03.5533261Z test_schema_correctness_clamp_min_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T02:33:03.5534283Z test_schema_correctness_clamp_min_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.020s) 2022-11-23T02:33:03.5535167Z test_schema_correctness_clone_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.5536043Z test_schema_correctness_clone_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.5536931Z test_schema_correctness_clone_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.5537823Z test_schema_correctness_clone_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T02:33:03.5538760Z test_schema_correctness_clone_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.5539925Z test_schema_correctness_clone_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.5540937Z test_schema_correctness_clone_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T02:33:03.5541819Z test_schema_correctness_clone_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.5542677Z test_schema_correctness_clone_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.5543537Z test_schema_correctness_clone_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.5544395Z test_schema_correctness_clone_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T02:33:03.5545260Z test_schema_correctness_clone_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T02:33:03.5546188Z test_schema_correctness_clone_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T02:33:03.5547180Z test_schema_correctness_column_stack_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T02:33:03.5548086Z test_schema_correctness_column_stack_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T02:33:03.5549006Z test_schema_correctness_column_stack_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T02:33:03.5549927Z test_schema_correctness_column_stack_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T02:33:03.5550836Z test_schema_correctness_column_stack_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T02:33:03.5551874Z test_schema_correctness_column_stack_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T02:33:03.5552904Z test_schema_correctness_column_stack_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T02:33:03.5553918Z test_schema_correctness_column_stack_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-11-23T02:33:03.5554826Z test_schema_correctness_column_stack_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-11-23T02:33:03.5555722Z test_schema_correctness_column_stack_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-11-23T02:33:03.5556601Z test_schema_correctness_column_stack_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-11-23T02:33:03.5557477Z test_schema_correctness_column_stack_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-11-23T02:33:03.5558364Z test_schema_correctness_column_stack_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-11-23T02:33:03.5559329Z test_schema_correctness_combinations_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.331s) 2022-11-23T02:33:03.5560364Z test_schema_correctness_combinations_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.344s) 2022-11-23T02:33:03.5561298Z test_schema_correctness_combinations_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.407s) 2022-11-23T02:33:03.5562243Z test_schema_correctness_combinations_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.361s) 2022-11-23T02:33:03.5563169Z test_schema_correctness_combinations_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.357s) 2022-11-23T02:33:03.5564081Z test_schema_correctness_combinations_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.347s) 2022-11-23T02:33:03.5564990Z test_schema_correctness_combinations_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.393s) 2022-11-23T02:33:03.5565967Z test_schema_correctness_combinations_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.374s) 2022-11-23T02:33:03.5566982Z test_schema_correctness_combinations_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.348s) 2022-11-23T02:33:03.5568021Z test_schema_correctness_combinations_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.342s) 2022-11-23T02:33:03.5568930Z test_schema_correctness_combinations_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.341s) 2022-11-23T02:33:03.5569836Z test_schema_correctness_combinations_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.337s) 2022-11-23T02:33:03.5570728Z test_schema_correctness_complex_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T02:33:03.5571625Z test_schema_correctness_complex_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T02:33:03.5572612Z test_schema_correctness_complex_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T02:33:03.5573631Z test_schema_correctness_conj_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T02:33:03.5574483Z test_schema_correctness_conj_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.5575371Z test_schema_correctness_conj_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T02:33:03.5576267Z test_schema_correctness_conj_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.5577155Z test_schema_correctness_conj_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T02:33:03.5578026Z test_schema_correctness_conj_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.5578971Z test_schema_correctness_conj_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.5580092Z test_schema_correctness_conj_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.5580961Z test_schema_correctness_conj_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.5581822Z test_schema_correctness_conj_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-11-23T02:33:03.5582683Z test_schema_correctness_conj_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T02:33:03.5583531Z test_schema_correctness_conj_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-11-23T02:33:03.5584387Z test_schema_correctness_conj_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T02:33:03.5585290Z test_schema_correctness_conj_physical_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-11-23T02:33:03.5586211Z test_schema_correctness_conj_physical_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T02:33:03.5587117Z test_schema_correctness_conj_physical_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T02:33:03.5588060Z test_schema_correctness_conj_physical_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-11-23T02:33:03.5588987Z test_schema_correctness_conj_physical_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T02:33:03.5589918Z test_schema_correctness_conj_physical_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T02:33:03.5590969Z test_schema_correctness_conj_physical_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-11-23T02:33:03.5591938Z test_schema_correctness_conj_physical_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T02:33:03.5592857Z test_schema_correctness_conj_physical_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-11-23T02:33:03.5593748Z test_schema_correctness_conj_physical_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T02:33:03.5594652Z test_schema_correctness_conj_physical_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-11-23T02:33:03.5595564Z test_schema_correctness_conj_physical_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T02:33:03.5596618Z test_schema_correctness_conj_physical_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T02:33:03.5597545Z test_schema_correctness_constant_pad_nd_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.083s) 2022-11-23T02:33:03.5598481Z test_schema_correctness_constant_pad_nd_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.078s) 2022-11-23T02:33:03.5599411Z test_schema_correctness_constant_pad_nd_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.055s) 2022-11-23T02:33:03.5600369Z test_schema_correctness_constant_pad_nd_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.060s) 2022-11-23T02:33:03.5601287Z test_schema_correctness_constant_pad_nd_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.064s) 2022-11-23T02:33:03.5602207Z test_schema_correctness_constant_pad_nd_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.068s) 2022-11-23T02:33:03.5603145Z test_schema_correctness_constant_pad_nd_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.068s) 2022-11-23T02:33:03.5604061Z test_schema_correctness_constant_pad_nd_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.082s) 2022-11-23T02:33:03.5604977Z test_schema_correctness_constant_pad_nd_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.059s) 2022-11-23T02:33:03.5605880Z test_schema_correctness_constant_pad_nd_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.054s) 2022-11-23T02:33:03.5606998Z test_schema_correctness_constant_pad_nd_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.050s) 2022-11-23T02:33:03.5608045Z test_schema_correctness_constant_pad_nd_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.057s) 2022-11-23T02:33:03.5608965Z test_schema_correctness_contiguous_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.5609868Z test_schema_correctness_contiguous_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.5610776Z test_schema_correctness_contiguous_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-11-23T02:33:03.5611692Z test_schema_correctness_contiguous_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T02:33:03.5612611Z test_schema_correctness_contiguous_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T02:33:03.5613578Z test_schema_correctness_contiguous_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-11-23T02:33:03.5614587Z test_schema_correctness_contiguous_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-11-23T02:33:03.5615482Z test_schema_correctness_contiguous_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T02:33:03.5616375Z test_schema_correctness_contiguous_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T02:33:03.5617264Z test_schema_correctness_contiguous_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T02:33:03.5618144Z test_schema_correctness_contiguous_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-11-23T02:33:03.5619023Z test_schema_correctness_contiguous_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-11-23T02:33:03.5619991Z test_schema_correctness_contiguous_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T02:33:03.5621053Z test_schema_correctness_copysign_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T02:33:03.5621931Z test_schema_correctness_copysign_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T02:33:03.5622820Z test_schema_correctness_copysign_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-11-23T02:33:03.5623861Z test_schema_correctness_copysign_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2022-11-23T02:33:03.5624738Z test_schema_correctness_copysign_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T02:33:03.5625616Z test_schema_correctness_copysign_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.017s) 2022-11-23T02:33:03.5626562Z test_schema_correctness_copysign_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.5627554Z test_schema_correctness_copysign_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.021s) 2022-11-23T02:33:03.5628415Z test_schema_correctness_copysign_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T02:33:03.5629295Z test_schema_correctness_copysign_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T02:33:03.5630185Z test_schema_correctness_corrcoef_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.073s) 2022-11-23T02:33:03.5631136Z test_schema_correctness_corrcoef_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipped! (0.000s) 2022-11-23T02:33:03.5632113Z test_schema_correctness_corrcoef_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipped! (0.000s) 2022-11-23T02:33:03.5633118Z test_schema_correctness_corrcoef_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.102s) 2022-11-23T02:33:03.5634156Z test_schema_correctness_corrcoef_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.076s) 2022-11-23T02:33:03.5635153Z test_schema_correctness_corrcoef_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.088s) 2022-11-23T02:33:03.5636061Z test_schema_correctness_corrcoef_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.100s) 2022-11-23T02:33:03.5636933Z test_schema_correctness_corrcoef_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.099s) 2022-11-23T02:33:03.5637804Z test_schema_correctness_corrcoef_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.101s) 2022-11-23T02:33:03.5638725Z test_schema_correctness_corrcoef_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.088s) 2022-11-23T02:33:03.5639652Z test_schema_correctness_corrcoef_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.075s) 2022-11-23T02:33:03.5640602Z test_schema_correctness_cos_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T02:33:03.5641522Z test_schema_correctness_cos_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T02:33:03.5642395Z test_schema_correctness_cos_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T02:33:03.5643268Z test_schema_correctness_cos_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.5644145Z test_schema_correctness_cos_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T02:33:03.5645010Z test_schema_correctness_cos_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.5645874Z test_schema_correctness_cos_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.5646863Z test_schema_correctness_cos_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T02:33:03.5647761Z test_schema_correctness_cos_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T02:33:03.5648605Z test_schema_correctness_cos_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T02:33:03.5649454Z test_schema_correctness_cos_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T02:33:03.5650311Z test_schema_correctness_cos_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T02:33:03.5651197Z test_schema_correctness_cos_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T02:33:03.5652211Z test_schema_correctness_cosh_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T02:33:03.5653162Z test_schema_correctness_cosh_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T02:33:03.5654155Z test_schema_correctness_cosh_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T02:33:03.5655042Z test_schema_correctness_cosh_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T02:33:03.5655931Z test_schema_correctness_cosh_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T02:33:03.5656824Z test_schema_correctness_cosh_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T02:33:03.5657687Z test_schema_correctness_cosh_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T02:33:03.5658552Z test_schema_correctness_cosh_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.5659493Z test_schema_correctness_cosh_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.5660406Z test_schema_correctness_cosh_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-11-23T02:33:03.5661328Z test_schema_correctness_cosh_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-11-23T02:33:03.5662183Z test_schema_correctness_cosh_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-11-23T02:33:03.5663049Z test_schema_correctness_cosh_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-11-23T02:33:03.5664072Z test_schema_correctness_count_nonzero_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.026s) 2022-11-23T02:33:03.5665061Z test_schema_correctness_count_nonzero_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.022s) 2022-11-23T02:33:03.5665989Z test_schema_correctness_count_nonzero_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.028s) 2022-11-23T02:33:03.5667039Z test_schema_correctness_count_nonzero_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.018s) 2022-11-23T02:33:03.5668062Z test_schema_correctness_count_nonzero_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.5668974Z test_schema_correctness_count_nonzero_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.027s) 2022-11-23T02:33:03.5669896Z test_schema_correctness_count_nonzero_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.021s) 2022-11-23T02:33:03.5670807Z test_schema_correctness_count_nonzero_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.020s) 2022-11-23T02:33:03.5671709Z test_schema_correctness_count_nonzero_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.022s) 2022-11-23T02:33:03.5672600Z test_schema_correctness_count_nonzero_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.018s) 2022-11-23T02:33:03.5673562Z test_schema_correctness_count_nonzero_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.022s) 2022-11-23T02:33:03.5674571Z test_schema_correctness_count_nonzero_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.020s) 2022-11-23T02:33:03.5675465Z test_schema_correctness_cov_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (1.052s) 2022-11-23T02:33:03.5676383Z test_schema_correctness_cov_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-11-23T02:33:03.5677333Z test_schema_correctness_cov_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-11-23T02:33:03.5678234Z test_schema_correctness_cov_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.989s) 2022-11-23T02:33:03.5679114Z test_schema_correctness_cov_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (1.167s) 2022-11-23T02:33:03.5680061Z test_schema_correctness_cov_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (1.123s) 2022-11-23T02:33:03.5681192Z test_schema_correctness_cov_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (1.087s) 2022-11-23T02:33:03.5682041Z test_schema_correctness_cov_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (1.028s) 2022-11-23T02:33:03.5682884Z test_schema_correctness_cov_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (1.081s) 2022-11-23T02:33:03.5683727Z test_schema_correctness_cov_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (1.052s) 2022-11-23T02:33:03.5684569Z test_schema_correctness_cov_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (1.007s) 2022-11-23T02:33:03.5685436Z test_schema_correctness_cross_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T02:33:03.5686399Z test_schema_correctness_cross_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T02:33:03.5687446Z test_schema_correctness_cross_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.5688316Z test_schema_correctness_cross_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-11-23T02:33:03.5689180Z test_schema_correctness_cross_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T02:33:03.5690033Z test_schema_correctness_cross_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T02:33:03.5690894Z test_schema_correctness_cross_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T02:33:03.5691874Z test_schema_correctness_cross_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-11-23T02:33:03.5692813Z test_schema_correctness_cross_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T02:33:03.5693732Z test_schema_correctness_cross_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T02:33:03.5694683Z test_schema_correctness_cummax_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T02:33:03.5695547Z test_schema_correctness_cummax_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T02:33:03.5696408Z test_schema_correctness_cummax_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T02:33:03.5697275Z test_schema_correctness_cummax_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.5698142Z test_schema_correctness_cummax_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.5699014Z test_schema_correctness_cummax_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T02:33:03.5699985Z test_schema_correctness_cummax_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T02:33:03.5700937Z test_schema_correctness_cummax_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T02:33:03.5701795Z test_schema_correctness_cummax_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T02:33:03.5702654Z test_schema_correctness_cummax_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T02:33:03.5703513Z test_schema_correctness_cummin_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T02:33:03.5704373Z test_schema_correctness_cummin_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T02:33:03.5705233Z test_schema_correctness_cummin_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T02:33:03.5706154Z test_schema_correctness_cummin_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-11-23T02:33:03.5707173Z test_schema_correctness_cummin_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T02:33:03.5708041Z test_schema_correctness_cummin_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T02:33:03.5709041Z test_schema_correctness_cummin_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-11-23T02:33:03.5709891Z test_schema_correctness_cummin_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T02:33:03.5710734Z test_schema_correctness_cummin_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T02:33:03.5711588Z test_schema_correctness_cummin_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T02:33:03.5712526Z test_schema_correctness_cumprod_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2022-11-23T02:33:03.5713577Z test_schema_correctness_cumprod_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.018s) 2022-11-23T02:33:03.5714483Z test_schema_correctness_cumprod_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T02:33:03.5715366Z test_schema_correctness_cumprod_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.022s) 2022-11-23T02:33:03.5716257Z test_schema_correctness_cumprod_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T02:33:03.5717125Z test_schema_correctness_cumprod_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T02:33:03.5718001Z test_schema_correctness_cumprod_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T02:33:03.5718932Z test_schema_correctness_cumprod_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T02:33:03.5720054Z test_schema_correctness_cumprod_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T02:33:03.5720514Z test_schema_correctness_cumprod_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T02:33:03.5720941Z test_schema_correctness_cumprod_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T02:33:03.5721372Z test_schema_correctness_cumsum_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-11-23T02:33:03.5721802Z test_schema_correctness_cumsum_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T02:33:03.5722226Z test_schema_correctness_cumsum_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T02:33:03.5722640Z test_schema_correctness_cumsum_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T02:33:03.5723054Z test_schema_correctness_cumsum_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-11-23T02:33:03.5723469Z test_schema_correctness_cumsum_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T02:33:03.5723880Z test_schema_correctness_cumsum_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T02:33:03.5724289Z test_schema_correctness_cumsum_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-11-23T02:33:03.5724714Z test_schema_correctness_cumsum_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T02:33:03.5725132Z test_schema_correctness_cumsum_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T02:33:03.5725633Z test_schema_correctness_cumsum_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.5726161Z test_schema_correctness_cumulative_trapezoid_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.105s) 2022-11-23T02:33:03.5726706Z test_schema_correctness_cumulative_trapezoid_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.081s) 2022-11-23T02:33:03.5727185Z test_schema_correctness_cumulative_trapezoid_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.083s) 2022-11-23T02:33:03.5727653Z test_schema_correctness_cumulative_trapezoid_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.076s) 2022-11-23T02:33:03.5728258Z test_schema_correctness_cumulative_trapezoid_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.068s) 2022-11-23T02:33:03.5728703Z test_schema_correctness_cumulative_trapezoid_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.072s) 2022-11-23T02:33:03.5729165Z test_schema_correctness_cumulative_trapezoid_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.097s) 2022-11-23T02:33:03.5729629Z test_schema_correctness_cumulative_trapezoid_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.098s) 2022-11-23T02:33:03.5730094Z test_schema_correctness_cumulative_trapezoid_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.093s) 2022-11-23T02:33:03.5730562Z test_schema_correctness_cumulative_trapezoid_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.082s) 2022-11-23T02:33:03.5731025Z test_schema_correctness_cumulative_trapezoid_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.065s) 2022-11-23T02:33:03.5731466Z test_schema_correctness_deg2rad_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.5731958Z test_schema_correctness_deg2rad_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T02:33:03.5732396Z test_schema_correctness_deg2rad_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.5732879Z test_schema_correctness_deg2rad_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.5733380Z test_schema_correctness_deg2rad_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.5733918Z test_schema_correctness_deg2rad_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.5734353Z test_schema_correctness_deg2rad_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-11-23T02:33:03.5734773Z test_schema_correctness_deg2rad_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T02:33:03.5735199Z test_schema_correctness_deg2rad_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T02:33:03.5735617Z test_schema_correctness_deg2rad_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T02:33:03.5736032Z test_schema_correctness_diag_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.018s) 2022-11-23T02:33:03.5736437Z test_schema_correctness_diag_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.018s) 2022-11-23T02:33:03.5736864Z test_schema_correctness_diag_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.018s) 2022-11-23T02:33:03.5737298Z test_schema_correctness_diag_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-11-23T02:33:03.5737722Z test_schema_correctness_diag_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-11-23T02:33:03.5738140Z test_schema_correctness_diag_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.020s) 2022-11-23T02:33:03.5738635Z test_schema_correctness_diag_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.5739093Z test_schema_correctness_diag_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.018s) 2022-11-23T02:33:03.5739600Z test_schema_correctness_diag_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.017s) 2022-11-23T02:33:03.5740015Z test_schema_correctness_diag_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.018s) 2022-11-23T02:33:03.5740430Z test_schema_correctness_diag_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.5740837Z test_schema_correctness_diag_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2022-11-23T02:33:03.5741245Z test_schema_correctness_diag_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.5741682Z test_schema_correctness_diag_embed_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.023s) 2022-11-23T02:33:03.5742240Z test_schema_correctness_diag_embed_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.017s) 2022-11-23T02:33:03.5742689Z test_schema_correctness_diag_embed_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T02:33:03.5743130Z test_schema_correctness_diag_embed_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T02:33:03.5743570Z test_schema_correctness_diag_embed_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T02:33:03.5744005Z test_schema_correctness_diag_embed_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.025s) 2022-11-23T02:33:03.5744437Z test_schema_correctness_diag_embed_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.5744936Z test_schema_correctness_diag_embed_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.5745414Z test_schema_correctness_diag_embed_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.5745914Z test_schema_correctness_diag_embed_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.5746336Z test_schema_correctness_diag_embed_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.025s) 2022-11-23T02:33:03.5746756Z test_schema_correctness_diag_embed_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.026s) 2022-11-23T02:33:03.5747277Z test_schema_correctness_diag_embed_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.026s) 2022-11-23T02:33:03.5747729Z test_schema_correctness_diagflat_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.018s) 2022-11-23T02:33:03.5748149Z test_schema_correctness_diagflat_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-11-23T02:33:03.5748589Z test_schema_correctness_diagflat_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.024s) 2022-11-23T02:33:03.5749006Z test_schema_correctness_diagflat_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2022-11-23T02:33:03.5749428Z test_schema_correctness_diagflat_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-11-23T02:33:03.5749856Z test_schema_correctness_diagflat_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T02:33:03.5750276Z test_schema_correctness_diagflat_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.021s) 2022-11-23T02:33:03.5750701Z test_schema_correctness_diagflat_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-11-23T02:33:03.5751189Z test_schema_correctness_diagflat_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-11-23T02:33:03.5751617Z test_schema_correctness_diagflat_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-11-23T02:33:03.5752109Z test_schema_correctness_diagflat_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T02:33:03.5752619Z test_schema_correctness_diagflat_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T02:33:03.5753069Z test_schema_correctness_diagonal_copy_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.020s) 2022-11-23T02:33:03.5753499Z test_schema_correctness_diagonal_copy_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.020s) 2022-11-23T02:33:03.5753951Z test_schema_correctness_diagonal_copy_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.038s) 2022-11-23T02:33:03.5754407Z test_schema_correctness_diagonal_copy_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T02:33:03.5754845Z test_schema_correctness_diagonal_copy_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.018s) 2022-11-23T02:33:03.5755282Z test_schema_correctness_diagonal_copy_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.017s) 2022-11-23T02:33:03.5755857Z test_schema_correctness_diagonal_copy_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-11-23T02:33:03.5756293Z test_schema_correctness_diagonal_copy_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.018s) 2022-11-23T02:33:03.5756729Z test_schema_correctness_diagonal_copy_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.021s) 2022-11-23T02:33:03.5757161Z test_schema_correctness_diagonal_copy_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.017s) 2022-11-23T02:33:03.5757599Z test_schema_correctness_diagonal_copy_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.022s) 2022-11-23T02:33:03.5758111Z test_schema_correctness_diagonal_copy_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.021s) 2022-11-23T02:33:03.5758599Z test_schema_correctness_diagonal_copy_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.019s) 2022-11-23T02:33:03.5759099Z test_schema_correctness_diagonal_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.024s) 2022-11-23T02:33:03.5759505Z test_schema_correctness_diagonal_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.022s) 2022-11-23T02:33:03.5759942Z test_schema_correctness_diagonal_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.020s) 2022-11-23T02:33:03.5760373Z test_schema_correctness_diagonal_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T02:33:03.5760918Z test_schema_correctness_diagonal_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.025s) 2022-11-23T02:33:03.5761368Z test_schema_correctness_diagonal_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.020s) 2022-11-23T02:33:03.5761801Z test_schema_correctness_diagonal_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.020s) 2022-11-23T02:33:03.5762222Z test_schema_correctness_diagonal_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.022s) 2022-11-23T02:33:03.5762645Z test_schema_correctness_diagonal_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-11-23T02:33:03.5763061Z test_schema_correctness_diagonal_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.5763471Z test_schema_correctness_diagonal_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.028s) 2022-11-23T02:33:03.5763888Z test_schema_correctness_diagonal_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.019s) 2022-11-23T02:33:03.5764395Z test_schema_correctness_diagonal_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-11-23T02:33:03.5764853Z test_schema_correctness_diagonal_scatter_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.033s) 2022-11-23T02:33:03.5765420Z test_schema_correctness_diagonal_scatter_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.023s) 2022-11-23T02:33:03.5765889Z test_schema_correctness_diagonal_scatter_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.024s) 2022-11-23T02:33:03.5766330Z test_schema_correctness_diagonal_scatter_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.024s) 2022-11-23T02:33:03.5766763Z test_schema_correctness_diagonal_scatter_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.018s) 2022-11-23T02:33:03.5767203Z test_schema_correctness_diagonal_scatter_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.023s) 2022-11-23T02:33:03.5767638Z test_schema_correctness_diagonal_scatter_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.024s) 2022-11-23T02:33:03.5768075Z test_schema_correctness_diagonal_scatter_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.022s) 2022-11-23T02:33:03.5768514Z test_schema_correctness_diagonal_scatter_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.024s) 2022-11-23T02:33:03.5770221Z test_schema_correctness_diagonal_scatter_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.017s) 2022-11-23T02:33:03.5770642Z test_schema_correctness_diff_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.656s) 2022-11-23T02:33:03.5771134Z test_schema_correctness_diff_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.704s) 2022-11-23T02:33:03.5771592Z test_schema_correctness_diff_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.693s) 2022-11-23T02:33:03.5772091Z test_schema_correctness_diff_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.674s) 2022-11-23T02:33:03.5772521Z test_schema_correctness_diff_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.653s) 2022-11-23T02:33:03.5772945Z test_schema_correctness_diff_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.626s) 2022-11-23T02:33:03.5773362Z test_schema_correctness_diff_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.657s) 2022-11-23T02:33:03.5773777Z test_schema_correctness_diff_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.627s) 2022-11-23T02:33:03.5774188Z test_schema_correctness_diff_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.604s) 2022-11-23T02:33:03.5774597Z test_schema_correctness_diff_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.592s) 2022-11-23T02:33:03.5775005Z test_schema_correctness_diff_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.657s) 2022-11-23T02:33:03.5775408Z test_schema_correctness_diff_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.624s) 2022-11-23T02:33:03.5775965Z test_schema_correctness_digamma_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.531s) 2022-11-23T02:33:03.5776411Z test_schema_correctness_digamma_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.503s) 2022-11-23T02:33:03.5776837Z test_schema_correctness_digamma_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.562s) 2022-11-23T02:33:03.5777335Z test_schema_correctness_digamma_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.586s) 2022-11-23T02:33:03.5777763Z test_schema_correctness_digamma_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.5778256Z test_schema_correctness_digamma_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.5778739Z test_schema_correctness_digamma_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T02:33:03.5779172Z test_schema_correctness_digamma_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.5779588Z test_schema_correctness_digamma_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.5780005Z test_schema_correctness_dist_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.072s) 2022-11-23T02:33:03.5780426Z test_schema_correctness_dist_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.071s) 2022-11-23T02:33:03.5780833Z test_schema_correctness_dist_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.080s) 2022-11-23T02:33:03.5781247Z test_schema_correctness_dist_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.068s) 2022-11-23T02:33:03.5781661Z test_schema_correctness_dist_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.074s) 2022-11-23T02:33:03.5782075Z test_schema_correctness_dist_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.084s) 2022-11-23T02:33:03.5782538Z test_schema_correctness_div_floor_rounding_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T02:33:03.5782989Z test_schema_correctness_div_floor_rounding_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.025s) 2022-11-23T02:33:03.5783441Z test_schema_correctness_div_floor_rounding_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.018s) 2022-11-23T02:33:03.5784099Z test_schema_correctness_div_floor_rounding_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.019s) 2022-11-23T02:33:03.5784593Z test_schema_correctness_div_floor_rounding_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-11-23T02:33:03.5785116Z test_schema_correctness_div_floor_rounding_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.029s) 2022-11-23T02:33:03.5785555Z test_schema_correctness_div_floor_rounding_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.017s) 2022-11-23T02:33:03.5786008Z test_schema_correctness_div_floor_rounding_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T02:33:03.5786440Z test_schema_correctness_div_floor_rounding_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.022s) 2022-11-23T02:33:03.5786897Z test_schema_correctness_div_no_rounding_mode_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.5787354Z test_schema_correctness_div_no_rounding_mode_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-11-23T02:33:03.5787812Z test_schema_correctness_div_no_rounding_mode_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.5788276Z test_schema_correctness_div_no_rounding_mode_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.5788736Z test_schema_correctness_div_no_rounding_mode_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.022s) 2022-11-23T02:33:03.5789316Z test_schema_correctness_div_no_rounding_mode_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.5789787Z test_schema_correctness_div_no_rounding_mode_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-11-23T02:33:03.5790311Z test_schema_correctness_div_no_rounding_mode_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.017s) 2022-11-23T02:33:03.5790780Z test_schema_correctness_div_no_rounding_mode_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.5791289Z test_schema_correctness_div_no_rounding_mode_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2022-11-23T02:33:03.5791819Z test_schema_correctness_div_no_rounding_mode_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-11-23T02:33:03.5792274Z test_schema_correctness_div_no_rounding_mode_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.023s) 2022-11-23T02:33:03.5792702Z test_schema_correctness_div_no_rounding_mode_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.024s) 2022-11-23T02:33:03.5793159Z test_schema_correctness_div_trunc_rounding_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.023s) 2022-11-23T02:33:03.5793619Z test_schema_correctness_div_trunc_rounding_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.025s) 2022-11-23T02:33:03.5794074Z test_schema_correctness_div_trunc_rounding_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.018s) 2022-11-23T02:33:03.5794522Z test_schema_correctness_div_trunc_rounding_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.017s) 2022-11-23T02:33:03.5794965Z test_schema_correctness_div_trunc_rounding_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T02:33:03.5795402Z test_schema_correctness_div_trunc_rounding_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.018s) 2022-11-23T02:33:03.5795836Z test_schema_correctness_div_trunc_rounding_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.017s) 2022-11-23T02:33:03.5796273Z test_schema_correctness_div_trunc_rounding_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.5796769Z test_schema_correctness_div_trunc_rounding_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T02:33:03.5797333Z test_schema_correctness_dot_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T02:33:03.5797930Z test_schema_correctness_dot_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipped! (0.000s) 2022-11-23T02:33:03.5798391Z test_schema_correctness_dot_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipped! (0.000s) 2022-11-23T02:33:03.5798807Z test_schema_correctness_dot_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.5799225Z test_schema_correctness_dot_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.5799644Z test_schema_correctness_dot_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T02:33:03.5800074Z test_schema_correctness_double_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T02:33:03.5800489Z test_schema_correctness_double_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T02:33:03.5800932Z test_schema_correctness_double_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T02:33:03.5801366Z test_schema_correctness_double_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T02:33:03.5801790Z test_schema_correctness_double_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T02:33:03.5802211Z test_schema_correctness_double_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-11-23T02:33:03.5802624Z test_schema_correctness_double_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.5803189Z test_schema_correctness_double_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T02:33:03.5803637Z test_schema_correctness_double_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-11-23T02:33:03.5804131Z test_schema_correctness_double_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-11-23T02:33:03.5804630Z test_schema_correctness_double_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-11-23T02:33:03.5805058Z test_schema_correctness_double_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-11-23T02:33:03.5805475Z test_schema_correctness_double_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-11-23T02:33:03.5805904Z test_schema_correctness_dsplit_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-11-23T02:33:03.5806329Z test_schema_correctness_dsplit_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T02:33:03.5806765Z test_schema_correctness_dsplit_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-11-23T02:33:03.5807201Z test_schema_correctness_dsplit_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-11-23T02:33:03.5807641Z test_schema_correctness_dsplit_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-11-23T02:33:03.5808065Z test_schema_correctness_dsplit_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-11-23T02:33:03.5808489Z test_schema_correctness_dsplit_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-11-23T02:33:03.5808909Z test_schema_correctness_dsplit_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-11-23T02:33:03.5809328Z test_schema_correctness_dsplit_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-11-23T02:33:03.5809825Z test_schema_correctness_dsplit_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T02:33:03.5810253Z test_schema_correctness_dsplit_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-11-23T02:33:03.5810729Z test_schema_correctness_dsplit_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-11-23T02:33:03.5811378Z test_schema_correctness_dsplit_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-11-23T02:33:03.5811814Z test_schema_correctness_dstack_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T02:33:03.5812234Z test_schema_correctness_dstack_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T02:33:03.5812670Z test_schema_correctness_dstack_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T02:33:03.5813088Z test_schema_correctness_dstack_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-11-23T02:33:03.5813531Z test_schema_correctness_dstack_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T02:33:03.5813958Z test_schema_correctness_dstack_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-11-23T02:33:03.5814383Z test_schema_correctness_dstack_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-11-23T02:33:03.5814806Z test_schema_correctness_dstack_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T02:33:03.5815226Z test_schema_correctness_dstack_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-11-23T02:33:03.5815644Z test_schema_correctness_dstack_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T02:33:03.5816062Z test_schema_correctness_dstack_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.5816666Z test_schema_correctness_dstack_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T02:33:03.5817177Z test_schema_correctness_dstack_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-11-23T02:33:03.5817686Z test_schema_correctness_einsum_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.077s) 2022-11-23T02:33:03.5818131Z test_schema_correctness_einsum_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.078s) 2022-11-23T02:33:03.5818575Z test_schema_correctness_einsum_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.091s) 2022-11-23T02:33:03.5819002Z test_schema_correctness_einsum_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.086s) 2022-11-23T02:33:03.5819422Z test_schema_correctness_einsum_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.096s) 2022-11-23T02:33:03.5819840Z test_schema_correctness_einsum_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.074s) 2022-11-23T02:33:03.5820263Z test_schema_correctness_empty_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-11-23T02:33:03.5820682Z test_schema_correctness_empty_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2022-11-23T02:33:03.5821119Z test_schema_correctness_empty_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-11-23T02:33:03.5821555Z test_schema_correctness_empty_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-11-23T02:33:03.5821984Z test_schema_correctness_empty_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T02:33:03.5822404Z test_schema_correctness_empty_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.5822878Z test_schema_correctness_empty_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.017s) 2022-11-23T02:33:03.5823298Z test_schema_correctness_empty_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.017s) 2022-11-23T02:33:03.5823850Z test_schema_correctness_empty_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.017s) 2022-11-23T02:33:03.5824275Z test_schema_correctness_empty_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T02:33:03.5824686Z test_schema_correctness_empty_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.017s) 2022-11-23T02:33:03.5825237Z test_schema_correctness_empty_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-11-23T02:33:03.5825651Z test_schema_correctness_empty_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.018s) 2022-11-23T02:33:03.5826093Z test_schema_correctness_empty_like_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.024s) 2022-11-23T02:33:03.5826518Z test_schema_correctness_empty_like_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.024s) 2022-11-23T02:33:03.5826962Z test_schema_correctness_empty_like_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.025s) 2022-11-23T02:33:03.5827411Z test_schema_correctness_empty_like_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T02:33:03.5827859Z test_schema_correctness_empty_like_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.025s) 2022-11-23T02:33:03.5828298Z test_schema_correctness_empty_like_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.018s) 2022-11-23T02:33:03.5828742Z test_schema_correctness_empty_like_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.029s) 2022-11-23T02:33:03.5829244Z test_schema_correctness_empty_like_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.021s) 2022-11-23T02:33:03.5829681Z test_schema_correctness_empty_like_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.5830244Z test_schema_correctness_empty_like_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.5830780Z test_schema_correctness_empty_like_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T02:33:03.5831237Z test_schema_correctness_empty_like_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.020s) 2022-11-23T02:33:03.5831664Z test_schema_correctness_empty_like_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.5832085Z test_schema_correctness_eq_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-11-23T02:33:03.5832487Z test_schema_correctness_eq_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T02:33:03.5832887Z test_schema_correctness_eq_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.5833311Z test_schema_correctness_eq_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-11-23T02:33:03.5833728Z test_schema_correctness_eq_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.5834144Z test_schema_correctness_eq_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-11-23T02:33:03.5834555Z test_schema_correctness_eq_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T02:33:03.5834967Z test_schema_correctness_eq_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T02:33:03.5835433Z test_schema_correctness_eq_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T02:33:03.5835851Z test_schema_correctness_eq_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T02:33:03.5836341Z test_schema_correctness_eq_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T02:33:03.5836807Z test_schema_correctness_eq_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T02:33:03.5837211Z test_schema_correctness_eq_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T02:33:03.5837642Z test_schema_correctness_equal_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.019s) 2022-11-23T02:33:03.5838058Z test_schema_correctness_equal_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T02:33:03.5838493Z test_schema_correctness_equal_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T02:33:03.5839114Z test_schema_correctness_equal_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T02:33:03.5839539Z test_schema_correctness_equal_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T02:33:03.5839955Z test_schema_correctness_equal_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T02:33:03.5840375Z test_schema_correctness_equal_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-11-23T02:33:03.5840785Z test_schema_correctness_equal_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T02:33:03.5841203Z test_schema_correctness_equal_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T02:33:03.5841616Z test_schema_correctness_equal_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.021s) 2022-11-23T02:33:03.5842090Z test_schema_correctness_equal_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-11-23T02:33:03.5842494Z test_schema_correctness_equal_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-11-23T02:33:03.5843040Z test_schema_correctness_erf_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T02:33:03.5843447Z test_schema_correctness_erf_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T02:33:03.5843857Z test_schema_correctness_erf_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T02:33:03.5844271Z test_schema_correctness_erf_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T02:33:03.5845771Z test_schema_correctness_erf_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T02:33:03.5846247Z test_schema_correctness_erf_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.5846649Z test_schema_correctness_erf_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.5847053Z test_schema_correctness_erf_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T02:33:03.5847458Z test_schema_correctness_erf_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.5847856Z test_schema_correctness_erf_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.5848357Z test_schema_correctness_erfc_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.287s) 2022-11-23T02:33:03.5848751Z test_schema_correctness_erfc_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.444s) 2022-11-23T02:33:03.5849224Z test_schema_correctness_erfc_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.272s) 2022-11-23T02:33:03.5849720Z test_schema_correctness_erfc_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.258s) 2022-11-23T02:33:03.5850147Z test_schema_correctness_erfc_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.369s) 2022-11-23T02:33:03.5850566Z test_schema_correctness_erfc_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-11-23T02:33:03.5850971Z test_schema_correctness_erfc_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T02:33:03.5851380Z test_schema_correctness_erfc_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T02:33:03.5851783Z test_schema_correctness_erfc_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-11-23T02:33:03.5852197Z test_schema_correctness_erfc_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-11-23T02:33:03.5852591Z test_schema_correctness_erfinv_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.392s) 2022-11-23T02:33:03.5853012Z test_schema_correctness_erfinv_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.282s) 2022-11-23T02:33:03.5853439Z test_schema_correctness_erfinv_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.262s) 2022-11-23T02:33:03.5854012Z test_schema_correctness_erfinv_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.364s) 2022-11-23T02:33:03.5854432Z test_schema_correctness_erfinv_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T02:33:03.5854919Z test_schema_correctness_erfinv_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.5855345Z test_schema_correctness_erfinv_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.5855819Z test_schema_correctness_erfinv_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T02:33:03.5856297Z test_schema_correctness_erfinv_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.5856722Z test_schema_correctness_exp2_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.272s) 2022-11-23T02:33:03.5857133Z test_schema_correctness_exp2_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.387s) 2022-11-23T02:33:03.5857546Z test_schema_correctness_exp2_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.226s) 2022-11-23T02:33:03.5857963Z test_schema_correctness_exp2_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.241s) 2022-11-23T02:33:03.5858370Z test_schema_correctness_exp2_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.268s) 2022-11-23T02:33:03.5858785Z test_schema_correctness_exp2_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T02:33:03.5859311Z test_schema_correctness_exp2_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T02:33:03.5859737Z test_schema_correctness_exp2_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T02:33:03.5860137Z test_schema_correctness_exp2_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.5860544Z test_schema_correctness_exp2_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.5860957Z test_schema_correctness_exp_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T02:33:03.5861436Z test_schema_correctness_exp_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.5861850Z test_schema_correctness_exp_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.640s) 2022-11-23T02:33:03.5862330Z test_schema_correctness_exp_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T02:33:03.5862828Z test_schema_correctness_exp_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.566s) 2022-11-23T02:33:03.5863245Z test_schema_correctness_exp_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.5863652Z test_schema_correctness_exp_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T02:33:03.5864070Z test_schema_correctness_exp_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.5864467Z test_schema_correctness_exp_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.5864857Z test_schema_correctness_exp_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T02:33:03.5865252Z test_schema_correctness_exp_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T02:33:03.5865652Z test_schema_correctness_exp_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T02:33:03.5866046Z test_schema_correctness_exp_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T02:33:03.5866480Z test_schema_correctness_expand_as_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-11-23T02:33:03.5866908Z test_schema_correctness_expand_as_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T02:33:03.5867490Z test_schema_correctness_expand_as_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-11-23T02:33:03.5867993Z test_schema_correctness_expand_as_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T02:33:03.5868436Z test_schema_correctness_expand_as_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T02:33:03.5868951Z test_schema_correctness_expand_as_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T02:33:03.5869462Z test_schema_correctness_expand_as_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T02:33:03.5869888Z test_schema_correctness_expand_as_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.5870308Z test_schema_correctness_expand_as_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T02:33:03.5870727Z test_schema_correctness_expand_as_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-11-23T02:33:03.5871153Z test_schema_correctness_expand_as_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-11-23T02:33:03.5871550Z test_schema_correctness_expand_as_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T02:33:03.5871973Z test_schema_correctness_expand_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T02:33:03.5872380Z test_schema_correctness_expand_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T02:33:03.5872925Z test_schema_correctness_expand_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.020s) 2022-11-23T02:33:03.5873379Z test_schema_correctness_expand_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-11-23T02:33:03.5873801Z test_schema_correctness_expand_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T02:33:03.5874230Z test_schema_correctness_expand_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T02:33:03.5874724Z test_schema_correctness_expand_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-11-23T02:33:03.5875146Z test_schema_correctness_expand_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-11-23T02:33:03.5875640Z test_schema_correctness_expand_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-11-23T02:33:03.5876132Z test_schema_correctness_expand_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T02:33:03.5876563Z test_schema_correctness_expand_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-11-23T02:33:03.5876983Z test_schema_correctness_expand_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-11-23T02:33:03.5877404Z test_schema_correctness_expm1_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T02:33:03.5877816Z test_schema_correctness_expm1_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T02:33:03.5878232Z test_schema_correctness_expm1_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T02:33:03.5878638Z test_schema_correctness_expm1_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T02:33:03.5879065Z test_schema_correctness_expm1_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T02:33:03.5879468Z test_schema_correctness_expm1_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T02:33:03.5879879Z test_schema_correctness_expm1_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T02:33:03.5880284Z test_schema_correctness_expm1_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T02:33:03.5880697Z test_schema_correctness_expm1_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T02:33:03.5881320Z test_schema_correctness_expm1_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T02:33:03.5881739Z test_schema_correctness_eye_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.124s) 2022-11-23T02:33:03.5882206Z test_schema_correctness_eye_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.111s) 2022-11-23T02:33:03.5882674Z test_schema_correctness_eye_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.125s) 2022-11-23T02:33:03.5883109Z test_schema_correctness_eye_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.117s) 2022-11-23T02:33:03.5883520Z test_schema_correctness_eye_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.118s) 2022-11-23T02:33:03.5883925Z test_schema_correctness_eye_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.145s) 2022-11-23T02:33:03.5884339Z test_schema_correctness_eye_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.131s) 2022-11-23T02:33:03.5884756Z test_schema_correctness_eye_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.117s) 2022-11-23T02:33:03.5885154Z test_schema_correctness_eye_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.121s) 2022-11-23T02:33:03.5885541Z test_schema_correctness_eye_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.122s) 2022-11-23T02:33:03.5885943Z test_schema_correctness_eye_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.116s) 2022-11-23T02:33:03.5886456Z test_schema_correctness_eye_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.122s) 2022-11-23T02:33:03.5886875Z test_schema_correctness_fft_fft2_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.129s) 2022-11-23T02:33:03.5887317Z test_schema_correctness_fft_fft2_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.032s) 2022-11-23T02:33:03.5887811Z test_schema_correctness_fft_fft2_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-11-23T02:33:03.5888260Z test_schema_correctness_fft_fft2_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T02:33:03.5888748Z test_schema_correctness_fft_fft2_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (2.641s) 2022-11-23T02:33:03.5889234Z test_schema_correctness_fft_fft2_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.029s) 2022-11-23T02:33:03.5889658Z test_schema_correctness_fft_fft2_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.026s) 2022-11-23T02:33:03.5890078Z test_schema_correctness_fft_fft2_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.019s) 2022-11-23T02:33:03.5890495Z test_schema_correctness_fft_fft2_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.019s) 2022-11-23T02:33:03.5890902Z test_schema_correctness_fft_fft2_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.021s) 2022-11-23T02:33:03.5891326Z test_schema_correctness_fft_fft2_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.028s) 2022-11-23T02:33:03.5891745Z test_schema_correctness_fft_fft2_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.020s) 2022-11-23T02:33:03.5892156Z test_schema_correctness_fft_fft_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.051s) 2022-11-23T02:33:03.5892588Z test_schema_correctness_fft_fft_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.019s) 2022-11-23T02:33:03.5893022Z test_schema_correctness_fft_fft_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T02:33:03.5893460Z test_schema_correctness_fft_fft_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.021s) 2022-11-23T02:33:03.5893892Z test_schema_correctness_fft_fft_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (1.739s) 2022-11-23T02:33:03.5894393Z test_schema_correctness_fft_fft_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-11-23T02:33:03.5895028Z test_schema_correctness_fft_fft_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.019s) 2022-11-23T02:33:03.5895546Z test_schema_correctness_fft_fft_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.027s) 2022-11-23T02:33:03.5895962Z test_schema_correctness_fft_fft_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.020s) 2022-11-23T02:33:03.5896381Z test_schema_correctness_fft_fft_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.018s) 2022-11-23T02:33:03.5896782Z test_schema_correctness_fft_fft_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.019s) 2022-11-23T02:33:03.5897193Z test_schema_correctness_fft_fft_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.019s) 2022-11-23T02:33:03.5897605Z test_schema_correctness_fft_fftn_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.023s) 2022-11-23T02:33:03.5898045Z test_schema_correctness_fft_fftn_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.5898483Z test_schema_correctness_fft_fftn_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-11-23T02:33:03.5898919Z test_schema_correctness_fft_fftn_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2022-11-23T02:33:03.5899345Z test_schema_correctness_fft_fftn_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.026s) 2022-11-23T02:33:03.5899767Z test_schema_correctness_fft_fftn_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.025s) 2022-11-23T02:33:03.5900300Z test_schema_correctness_fft_fftn_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.023s) 2022-11-23T02:33:03.5900797Z test_schema_correctness_fft_fftn_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.020s) 2022-11-23T02:33:03.5901218Z test_schema_correctness_fft_fftn_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.029s) 2022-11-23T02:33:03.5901690Z test_schema_correctness_fft_fftn_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.025s) 2022-11-23T02:33:03.5902165Z test_schema_correctness_fft_fftn_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.040s) 2022-11-23T02:33:03.5902586Z test_schema_correctness_fft_fftn_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.028s) 2022-11-23T02:33:03.5903029Z test_schema_correctness_fft_fftshift_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.5903461Z test_schema_correctness_fft_fftshift_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2022-11-23T02:33:03.5903913Z test_schema_correctness_fft_fftshift_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-11-23T02:33:03.5904355Z test_schema_correctness_fft_fftshift_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-11-23T02:33:03.5904794Z test_schema_correctness_fft_fftshift_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-11-23T02:33:03.5905236Z test_schema_correctness_fft_fftshift_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-11-23T02:33:03.5905679Z test_schema_correctness_fft_fftshift_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-11-23T02:33:03.5906121Z test_schema_correctness_fft_fftshift_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T02:33:03.5906551Z test_schema_correctness_fft_fftshift_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-11-23T02:33:03.5906970Z test_schema_correctness_fft_fftshift_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-11-23T02:33:03.5907465Z test_schema_correctness_fft_fftshift_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-11-23T02:33:03.5907905Z test_schema_correctness_fft_fftshift_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-11-23T02:33:03.5908635Z test_schema_correctness_fft_fftshift_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-11-23T02:33:03.5909102Z test_schema_correctness_fft_hfft2_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-11-23T02:33:03.5909575Z test_schema_correctness_fft_hfft2_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-11-23T02:33:03.5910047Z test_schema_correctness_fft_hfft2_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-11-23T02:33:03.5910515Z test_schema_correctness_fft_hfft2_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-11-23T02:33:03.5910970Z test_schema_correctness_fft_hfft2_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-11-23T02:33:03.5911428Z test_schema_correctness_fft_hfft2_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-11-23T02:33:03.5911892Z test_schema_correctness_fft_hfft2_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipped! (0.000s) 2022-11-23T02:33:03.5912350Z test_schema_correctness_fft_hfft2_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-11-23T02:33:03.5912804Z test_schema_correctness_fft_hfft2_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-11-23T02:33:03.5913252Z test_schema_correctness_fft_hfft2_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipped! (0.000s) 2022-11-23T02:33:03.5913814Z test_schema_correctness_fft_hfft2_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipped! (0.000s) 2022-11-23T02:33:03.5914358Z test_schema_correctness_fft_hfft2_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipped! (0.000s) 2022-11-23T02:33:03.5914833Z test_schema_correctness_fft_hfft_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.088s) 2022-11-23T02:33:03.5915380Z test_schema_correctness_fft_hfft_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-11-23T02:33:03.5915817Z test_schema_correctness_fft_hfft_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-11-23T02:33:03.5916285Z test_schema_correctness_fft_hfft_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-11-23T02:33:03.5916709Z test_schema_correctness_fft_hfft_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (1.749s) 2022-11-23T02:33:03.5917140Z test_schema_correctness_fft_hfft_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.031s) 2022-11-23T02:33:03.5917562Z test_schema_correctness_fft_hfft_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.057s) 2022-11-23T02:33:03.5917980Z test_schema_correctness_fft_hfft_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.058s) 2022-11-23T02:33:03.5918381Z test_schema_correctness_fft_hfft_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.032s) 2022-11-23T02:33:03.5918788Z test_schema_correctness_fft_hfft_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.031s) 2022-11-23T02:33:03.5919200Z test_schema_correctness_fft_hfft_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.024s) 2022-11-23T02:33:03.5919618Z test_schema_correctness_fft_hfft_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.035s) 2022-11-23T02:33:03.5920072Z test_schema_correctness_fft_hfftn_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-11-23T02:33:03.5920601Z test_schema_correctness_fft_hfftn_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-11-23T02:33:03.5921075Z test_schema_correctness_fft_hfftn_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-11-23T02:33:03.5921644Z test_schema_correctness_fft_hfftn_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-11-23T02:33:03.5922252Z test_schema_correctness_fft_hfftn_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-11-23T02:33:03.5922712Z test_schema_correctness_fft_hfftn_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-11-23T02:33:03.5923166Z test_schema_correctness_fft_hfftn_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-11-23T02:33:03.5923623Z test_schema_correctness_fft_hfftn_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-11-23T02:33:03.5924079Z test_schema_correctness_fft_hfftn_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-11-23T02:33:03.5924531Z test_schema_correctness_fft_hfftn_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-11-23T02:33:03.5924987Z test_schema_correctness_fft_hfftn_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-11-23T02:33:03.5925444Z test_schema_correctness_fft_hfftn_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-11-23T02:33:03.5925863Z test_schema_correctness_fft_ifft2_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.018s) 2022-11-23T02:33:03.5926297Z test_schema_correctness_fft_ifft2_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2022-11-23T02:33:03.5926725Z test_schema_correctness_fft_ifft2_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-11-23T02:33:03.5927327Z test_schema_correctness_fft_ifft2_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T02:33:03.5927825Z test_schema_correctness_fft_ifft2_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.021s) 2022-11-23T02:33:03.5928328Z test_schema_correctness_fft_ifft2_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.017s) 2022-11-23T02:33:03.5928756Z test_schema_correctness_fft_ifft2_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.021s) 2022-11-23T02:33:03.5929177Z test_schema_correctness_fft_ifft2_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.024s) 2022-11-23T02:33:03.5929591Z test_schema_correctness_fft_ifft2_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.024s) 2022-11-23T02:33:03.5929986Z test_schema_correctness_fft_ifft2_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.023s) 2022-11-23T02:33:03.5930403Z test_schema_correctness_fft_ifft2_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.017s) 2022-11-23T02:33:03.5930821Z test_schema_correctness_fft_ifft2_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.022s) 2022-11-23T02:33:03.5931244Z test_schema_correctness_fft_ifft_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.027s) 2022-11-23T02:33:03.5931678Z test_schema_correctness_fft_ifft_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T02:33:03.5932118Z test_schema_correctness_fft_ifft_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T02:33:03.5932550Z test_schema_correctness_fft_ifft_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-11-23T02:33:03.5932975Z test_schema_correctness_fft_ifft_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.024s) 2022-11-23T02:33:03.5933456Z test_schema_correctness_fft_ifft_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.018s) 2022-11-23T02:33:03.5933885Z test_schema_correctness_fft_ifft_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.017s) 2022-11-23T02:33:03.5934352Z test_schema_correctness_fft_ifft_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.025s) 2022-11-23T02:33:03.5934837Z test_schema_correctness_fft_ifft_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.5935385Z test_schema_correctness_fft_ifft_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.031s) 2022-11-23T02:33:03.5935799Z test_schema_correctness_fft_ifft_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.024s) 2022-11-23T02:33:03.5936213Z test_schema_correctness_fft_ifft_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.025s) 2022-11-23T02:33:03.5936631Z test_schema_correctness_fft_ifftn_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.020s) 2022-11-23T02:33:03.5937065Z test_schema_correctness_fft_ifftn_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.020s) 2022-11-23T02:33:03.5937504Z test_schema_correctness_fft_ifftn_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-11-23T02:33:03.5937937Z test_schema_correctness_fft_ifftn_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.5938361Z test_schema_correctness_fft_ifftn_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.023s) 2022-11-23T02:33:03.5938842Z test_schema_correctness_fft_ifftn_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.019s) 2022-11-23T02:33:03.5939267Z test_schema_correctness_fft_ifftn_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.031s) 2022-11-23T02:33:03.5939657Z test_schema_correctness_fft_ifftn_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.032s) 2022-11-23T02:33:03.5940143Z test_schema_correctness_fft_ifftn_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.035s) 2022-11-23T02:33:03.5940677Z test_schema_correctness_fft_ifftn_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.018s) 2022-11-23T02:33:03.5941240Z test_schema_correctness_fft_ifftn_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.020s) 2022-11-23T02:33:03.5941665Z test_schema_correctness_fft_ifftn_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.020s) 2022-11-23T02:33:03.5942104Z test_schema_correctness_fft_ifftshift_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T02:33:03.5942541Z test_schema_correctness_fft_ifftshift_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T02:33:03.5942992Z test_schema_correctness_fft_ifftshift_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T02:33:03.5943438Z test_schema_correctness_fft_ifftshift_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.5943874Z test_schema_correctness_fft_ifftshift_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-11-23T02:33:03.5944313Z test_schema_correctness_fft_ifftshift_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-11-23T02:33:03.5944751Z test_schema_correctness_fft_ifftshift_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-11-23T02:33:03.5945185Z test_schema_correctness_fft_ifftshift_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-11-23T02:33:03.5945618Z test_schema_correctness_fft_ifftshift_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-11-23T02:33:03.5946050Z test_schema_correctness_fft_ifftshift_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-11-23T02:33:03.5946535Z test_schema_correctness_fft_ifftshift_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-11-23T02:33:03.5946976Z test_schema_correctness_fft_ifftshift_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T02:33:03.5947456Z test_schema_correctness_fft_ifftshift_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.5947965Z test_schema_correctness_fft_ihfft2_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.051s) 2022-11-23T02:33:03.5948393Z test_schema_correctness_fft_ihfft2_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.019s) 2022-11-23T02:33:03.5948952Z test_schema_correctness_fft_ihfft2_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.020s) 2022-11-23T02:33:03.5949374Z test_schema_correctness_fft_ihfft2_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.045s) 2022-11-23T02:33:03.5949790Z test_schema_correctness_fft_ihfft2_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.033s) 2022-11-23T02:33:03.5950207Z test_schema_correctness_fft_ihfft2_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.035s) 2022-11-23T02:33:03.5950603Z test_schema_correctness_fft_ihfft2_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.027s) 2022-11-23T02:33:03.5951025Z test_schema_correctness_fft_ihfft2_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.031s) 2022-11-23T02:33:03.5951434Z test_schema_correctness_fft_ihfft2_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.027s) 2022-11-23T02:33:03.5951852Z test_schema_correctness_fft_ihfft_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.029s) 2022-11-23T02:33:03.5952291Z test_schema_correctness_fft_ihfft_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.019s) 2022-11-23T02:33:03.5952715Z test_schema_correctness_fft_ihfft_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-11-23T02:33:03.5953196Z test_schema_correctness_fft_ihfft_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.020s) 2022-11-23T02:33:03.5953612Z test_schema_correctness_fft_ihfft_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.024s) 2022-11-23T02:33:03.5954278Z test_schema_correctness_fft_ihfft_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.025s) 2022-11-23T02:33:03.5954714Z test_schema_correctness_fft_ihfft_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.025s) 2022-11-23T02:33:03.5955126Z test_schema_correctness_fft_ihfft_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.018s) 2022-11-23T02:33:03.5955542Z test_schema_correctness_fft_ihfft_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.032s) 2022-11-23T02:33:03.5955955Z test_schema_correctness_fft_ihfftn_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.033s) 2022-11-23T02:33:03.5956383Z test_schema_correctness_fft_ihfftn_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.027s) 2022-11-23T02:33:03.5956813Z test_schema_correctness_fft_ihfftn_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.026s) 2022-11-23T02:33:03.5957241Z test_schema_correctness_fft_ihfftn_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.023s) 2022-11-23T02:33:03.5957664Z test_schema_correctness_fft_ihfftn_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.053s) 2022-11-23T02:33:03.5958080Z test_schema_correctness_fft_ihfftn_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.041s) 2022-11-23T02:33:03.5958499Z test_schema_correctness_fft_ihfftn_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.048s) 2022-11-23T02:33:03.5958922Z test_schema_correctness_fft_ihfftn_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.035s) 2022-11-23T02:33:03.5959339Z test_schema_correctness_fft_ihfftn_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.038s) 2022-11-23T02:33:03.5959836Z test_schema_correctness_fft_irfft2_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2022-11-23T02:33:03.5960313Z test_schema_correctness_fft_irfft2_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.023s) 2022-11-23T02:33:03.5960771Z test_schema_correctness_fft_irfft2_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T02:33:03.5961276Z test_schema_correctness_fft_irfft2_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T02:33:03.5961709Z test_schema_correctness_fft_irfft2_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.021s) 2022-11-23T02:33:03.5962275Z test_schema_correctness_fft_irfft2_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.021s) 2022-11-23T02:33:03.5962708Z test_schema_correctness_fft_irfft2_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.020s) 2022-11-23T02:33:03.5963127Z test_schema_correctness_fft_irfft2_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.019s) 2022-11-23T02:33:03.5963552Z test_schema_correctness_fft_irfft2_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.020s) 2022-11-23T02:33:03.5963967Z test_schema_correctness_fft_irfft2_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.019s) 2022-11-23T02:33:03.5964386Z test_schema_correctness_fft_irfft2_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.021s) 2022-11-23T02:33:03.5964853Z test_schema_correctness_fft_irfft2_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.022s) 2022-11-23T02:33:03.5965279Z test_schema_correctness_fft_irfft_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-11-23T02:33:03.5965722Z test_schema_correctness_fft_irfft_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-11-23T02:33:03.5966160Z test_schema_correctness_fft_irfft_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T02:33:03.5966664Z test_schema_correctness_fft_irfft_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T02:33:03.5967103Z test_schema_correctness_fft_irfft_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.021s) 2022-11-23T02:33:03.5967803Z test_schema_correctness_fft_irfft_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2022-11-23T02:33:03.5968258Z test_schema_correctness_fft_irfft_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.024s) 2022-11-23T02:33:03.5968674Z test_schema_correctness_fft_irfft_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.020s) 2022-11-23T02:33:03.5969092Z test_schema_correctness_fft_irfft_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-11-23T02:33:03.5969511Z test_schema_correctness_fft_irfft_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.025s) 2022-11-23T02:33:03.5969936Z test_schema_correctness_fft_irfft_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.020s) 2022-11-23T02:33:03.5970352Z test_schema_correctness_fft_irfft_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.018s) 2022-11-23T02:33:03.5970759Z test_schema_correctness_fft_irfftn_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.026s) 2022-11-23T02:33:03.5971204Z test_schema_correctness_fft_irfftn_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.017s) 2022-11-23T02:33:03.5971644Z test_schema_correctness_fft_irfftn_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-11-23T02:33:03.5972082Z test_schema_correctness_fft_irfftn_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2022-11-23T02:33:03.5972519Z test_schema_correctness_fft_irfftn_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.019s) 2022-11-23T02:33:03.5972950Z test_schema_correctness_fft_irfftn_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.031s) 2022-11-23T02:33:03.5973449Z test_schema_correctness_fft_irfftn_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.024s) 2022-11-23T02:33:03.5973948Z test_schema_correctness_fft_irfftn_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.026s) 2022-11-23T02:33:03.5974444Z test_schema_correctness_fft_irfftn_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.024s) 2022-11-23T02:33:03.5974866Z test_schema_correctness_fft_irfftn_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.026s) 2022-11-23T02:33:03.5975286Z test_schema_correctness_fft_irfftn_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.025s) 2022-11-23T02:33:03.5975703Z test_schema_correctness_fft_irfftn_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.019s) 2022-11-23T02:33:03.5976251Z test_schema_correctness_fft_rfft2_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.038s) 2022-11-23T02:33:03.5976680Z test_schema_correctness_fft_rfft2_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.023s) 2022-11-23T02:33:03.5977107Z test_schema_correctness_fft_rfft2_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2022-11-23T02:33:03.5977524Z test_schema_correctness_fft_rfft2_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T02:33:03.5977949Z test_schema_correctness_fft_rfft2_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.027s) 2022-11-23T02:33:03.5978367Z test_schema_correctness_fft_rfft2_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.019s) 2022-11-23T02:33:03.5978778Z test_schema_correctness_fft_rfft2_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.020s) 2022-11-23T02:33:03.5979205Z test_schema_correctness_fft_rfft2_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.018s) 2022-11-23T02:33:03.5979687Z test_schema_correctness_fft_rfft2_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.019s) 2022-11-23T02:33:03.5980115Z test_schema_correctness_fft_rfft_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.5980600Z test_schema_correctness_fft_rfft_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T02:33:03.5981098Z test_schema_correctness_fft_rfft_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.018s) 2022-11-23T02:33:03.5981639Z test_schema_correctness_fft_rfft_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-11-23T02:33:03.5982078Z test_schema_correctness_fft_rfft_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.019s) 2022-11-23T02:33:03.5982495Z test_schema_correctness_fft_rfft_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.018s) 2022-11-23T02:33:03.5982913Z test_schema_correctness_fft_rfft_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.020s) 2022-11-23T02:33:03.5983333Z test_schema_correctness_fft_rfft_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.018s) 2022-11-23T02:33:03.5983753Z test_schema_correctness_fft_rfft_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.020s) 2022-11-23T02:33:03.5984172Z test_schema_correctness_fft_rfftn_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.024s) 2022-11-23T02:33:03.5984604Z test_schema_correctness_fft_rfftn_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2022-11-23T02:33:03.5985032Z test_schema_correctness_fft_rfftn_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-11-23T02:33:03.5985454Z test_schema_correctness_fft_rfftn_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-11-23T02:33:03.5985879Z test_schema_correctness_fft_rfftn_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.021s) 2022-11-23T02:33:03.5986358Z test_schema_correctness_fft_rfftn_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.026s) 2022-11-23T02:33:03.5986779Z test_schema_correctness_fft_rfftn_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.023s) 2022-11-23T02:33:03.5987360Z test_schema_correctness_fft_rfftn_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.024s) 2022-11-23T02:33:03.5987778Z test_schema_correctness_fft_rfftn_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.024s) 2022-11-23T02:33:03.5988205Z test_schema_correctness_fill_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T02:33:03.5988612Z test_schema_correctness_fill_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-11-23T02:33:03.5989039Z test_schema_correctness_fill_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T02:33:03.5990725Z test_schema_correctness_fill_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T02:33:03.5991151Z test_schema_correctness_fill_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T02:33:03.5991573Z test_schema_correctness_fill_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T02:33:03.5991968Z test_schema_correctness_fill_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T02:33:03.5992383Z test_schema_correctness_fill_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T02:33:03.5992875Z test_schema_correctness_fill_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T02:33:03.5993294Z test_schema_correctness_fill_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-11-23T02:33:03.5993760Z test_schema_correctness_fill_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-11-23T02:33:03.5994231Z test_schema_correctness_fill_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T02:33:03.5994639Z test_schema_correctness_fill_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.5995065Z test_schema_correctness_flatten_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T02:33:03.5995481Z test_schema_correctness_flatten_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T02:33:03.5995911Z test_schema_correctness_flatten_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T02:33:03.5996473Z test_schema_correctness_flatten_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T02:33:03.5996922Z test_schema_correctness_flatten_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T02:33:03.5997344Z test_schema_correctness_flatten_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T02:33:03.5997772Z test_schema_correctness_flatten_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-11-23T02:33:03.5998188Z test_schema_correctness_flatten_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-11-23T02:33:03.5998604Z test_schema_correctness_flatten_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-11-23T02:33:03.5999023Z test_schema_correctness_flatten_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-11-23T02:33:03.5999537Z test_schema_correctness_flatten_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T02:33:03.6000017Z test_schema_correctness_flatten_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-11-23T02:33:03.6000505Z test_schema_correctness_flatten_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-11-23T02:33:03.6000932Z test_schema_correctness_flip_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T02:33:03.6001340Z test_schema_correctness_flip_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T02:33:03.6001742Z test_schema_correctness_flip_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-11-23T02:33:03.6002159Z test_schema_correctness_flip_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T02:33:03.6002570Z test_schema_correctness_flip_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.021s) 2022-11-23T02:33:03.6002985Z test_schema_correctness_flip_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T02:33:03.6003403Z test_schema_correctness_flip_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T02:33:03.6003808Z test_schema_correctness_flip_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T02:33:03.6004350Z test_schema_correctness_flip_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T02:33:03.6004764Z test_schema_correctness_flip_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T02:33:03.6005168Z test_schema_correctness_flip_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T02:33:03.6005662Z test_schema_correctness_flip_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-11-23T02:33:03.6006098Z test_schema_correctness_fliplr_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6006589Z test_schema_correctness_fliplr_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6007107Z test_schema_correctness_fliplr_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T02:33:03.6007546Z test_schema_correctness_fliplr_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T02:33:03.6007979Z test_schema_correctness_fliplr_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T02:33:03.6008397Z test_schema_correctness_fliplr_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T02:33:03.6008813Z test_schema_correctness_fliplr_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T02:33:03.6009223Z test_schema_correctness_fliplr_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T02:33:03.6009634Z test_schema_correctness_fliplr_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T02:33:03.6010159Z test_schema_correctness_fliplr_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T02:33:03.6010594Z test_schema_correctness_fliplr_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T02:33:03.6010986Z test_schema_correctness_fliplr_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T02:33:03.6011416Z test_schema_correctness_flipud_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T02:33:03.6011829Z test_schema_correctness_flipud_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T02:33:03.6012345Z test_schema_correctness_flipud_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T02:33:03.6012781Z test_schema_correctness_flipud_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T02:33:03.6013327Z test_schema_correctness_flipud_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6013764Z test_schema_correctness_flipud_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6014176Z test_schema_correctness_flipud_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6014585Z test_schema_correctness_flipud_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T02:33:03.6015003Z test_schema_correctness_flipud_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T02:33:03.6015405Z test_schema_correctness_flipud_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-11-23T02:33:03.6015811Z test_schema_correctness_flipud_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T02:33:03.6016221Z test_schema_correctness_flipud_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T02:33:03.6016640Z test_schema_correctness_float_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T02:33:03.6017049Z test_schema_correctness_float_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-11-23T02:33:03.6017481Z test_schema_correctness_float_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T02:33:03.6018037Z test_schema_correctness_float_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6018458Z test_schema_correctness_float_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T02:33:03.6018937Z test_schema_correctness_float_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-11-23T02:33:03.6019358Z test_schema_correctness_float_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-11-23T02:33:03.6019884Z test_schema_correctness_float_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T02:33:03.6020306Z test_schema_correctness_float_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-11-23T02:33:03.6020692Z test_schema_correctness_float_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-11-23T02:33:03.6021097Z test_schema_correctness_float_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-11-23T02:33:03.6021509Z test_schema_correctness_float_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T02:33:03.6021911Z test_schema_correctness_float_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-11-23T02:33:03.6022351Z test_schema_correctness_float_power_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.034s) 2022-11-23T02:33:03.6022780Z test_schema_correctness_float_power_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.033s) 2022-11-23T02:33:03.6023226Z test_schema_correctness_float_power_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2022-11-23T02:33:03.6023773Z test_schema_correctness_float_power_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.033s) 2022-11-23T02:33:03.6024227Z test_schema_correctness_float_power_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.037s) 2022-11-23T02:33:03.6024657Z test_schema_correctness_float_power_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.033s) 2022-11-23T02:33:03.6025088Z test_schema_correctness_float_power_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2022-11-23T02:33:03.6025574Z test_schema_correctness_float_power_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.052s) 2022-11-23T02:33:03.6026068Z test_schema_correctness_float_power_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.032s) 2022-11-23T02:33:03.6026562Z test_schema_correctness_float_power_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.030s) 2022-11-23T02:33:03.6026997Z test_schema_correctness_float_power_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.033s) 2022-11-23T02:33:03.6027419Z test_schema_correctness_float_power_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.031s) 2022-11-23T02:33:03.6027840Z test_schema_correctness_floor_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T02:33:03.6028264Z test_schema_correctness_floor_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T02:33:03.6028678Z test_schema_correctness_floor_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T02:33:03.6029089Z test_schema_correctness_floor_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T02:33:03.6029496Z test_schema_correctness_floor_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T02:33:03.6029901Z test_schema_correctness_floor_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T02:33:03.6030291Z test_schema_correctness_floor_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T02:33:03.6030700Z test_schema_correctness_floor_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T02:33:03.6031103Z test_schema_correctness_floor_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T02:33:03.6031676Z test_schema_correctness_floor_divide_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T02:33:03.6032184Z test_schema_correctness_floor_divide_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.020s) 2022-11-23T02:33:03.6032684Z test_schema_correctness_floor_divide_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.6033214Z test_schema_correctness_floor_divide_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2022-11-23T02:33:03.6033660Z test_schema_correctness_floor_divide_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2022-11-23T02:33:03.6034093Z test_schema_correctness_floor_divide_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.017s) 2022-11-23T02:33:03.6034523Z test_schema_correctness_floor_divide_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2022-11-23T02:33:03.6034961Z test_schema_correctness_floor_divide_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.6035391Z test_schema_correctness_floor_divide_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2022-11-23T02:33:03.6035806Z test_schema_correctness_fmax_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T02:33:03.6036213Z test_schema_correctness_fmax_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T02:33:03.6036629Z test_schema_correctness_fmax_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T02:33:03.6037157Z test_schema_correctness_fmax_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T02:33:03.6037596Z test_schema_correctness_fmax_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T02:33:03.6038008Z test_schema_correctness_fmax_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.020s) 2022-11-23T02:33:03.6038503Z test_schema_correctness_fmax_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T02:33:03.6039045Z test_schema_correctness_fmax_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T02:33:03.6039465Z test_schema_correctness_fmax_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T02:33:03.6039877Z test_schema_correctness_fmax_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T02:33:03.6040294Z test_schema_correctness_fmin_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-11-23T02:33:03.6040686Z test_schema_correctness_fmin_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-11-23T02:33:03.6041106Z test_schema_correctness_fmin_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T02:33:03.6041518Z test_schema_correctness_fmin_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.018s) 2022-11-23T02:33:03.6041937Z test_schema_correctness_fmin_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T02:33:03.6042346Z test_schema_correctness_fmin_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T02:33:03.6042753Z test_schema_correctness_fmin_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-11-23T02:33:03.6043160Z test_schema_correctness_fmin_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T02:33:03.6043567Z test_schema_correctness_fmin_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T02:33:03.6043976Z test_schema_correctness_fmin_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T02:33:03.6044466Z test_schema_correctness_fmod_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.6044889Z test_schema_correctness_fmod_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T02:33:03.6045591Z test_schema_correctness_fmod_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.026s) 2022-11-23T02:33:03.6046019Z test_schema_correctness_fmod_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.6046428Z test_schema_correctness_fmod_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-11-23T02:33:03.6046837Z test_schema_correctness_fmod_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.019s) 2022-11-23T02:33:03.6047242Z test_schema_correctness_fmod_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2022-11-23T02:33:03.6047651Z test_schema_correctness_fmod_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T02:33:03.6048063Z test_schema_correctness_fmod_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-11-23T02:33:03.6048484Z test_schema_correctness_frac_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T02:33:03.6048906Z test_schema_correctness_frac_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6049324Z test_schema_correctness_frac_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6049709Z test_schema_correctness_frac_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6050130Z test_schema_correctness_frexp_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T02:33:03.6050661Z test_schema_correctness_frexp_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-11-23T02:33:03.6051175Z test_schema_correctness_frexp_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-11-23T02:33:03.6051647Z test_schema_correctness_full_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T02:33:03.6052126Z test_schema_correctness_full_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-11-23T02:33:03.6052562Z test_schema_correctness_full_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-11-23T02:33:03.6052983Z test_schema_correctness_full_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6053402Z test_schema_correctness_full_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-11-23T02:33:03.6053812Z test_schema_correctness_full_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6054224Z test_schema_correctness_full_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.017s) 2022-11-23T02:33:03.6054636Z test_schema_correctness_full_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T02:33:03.6055036Z test_schema_correctness_full_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T02:33:03.6055442Z test_schema_correctness_full_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-11-23T02:33:03.6055843Z test_schema_correctness_full_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T02:33:03.6056247Z test_schema_correctness_full_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-11-23T02:33:03.6056652Z test_schema_correctness_full_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-11-23T02:33:03.6057078Z test_schema_correctness_full_like_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.6057572Z test_schema_correctness_full_like_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.020s) 2022-11-23T02:33:03.6058014Z test_schema_correctness_full_like_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.023s) 2022-11-23T02:33:03.6058524Z test_schema_correctness_full_like_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.017s) 2022-11-23T02:33:03.6059144Z test_schema_correctness_full_like_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.020s) 2022-11-23T02:33:03.6059545Z test_schema_correctness_full_like_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.022s) 2022-11-23T02:33:03.6059957Z test_schema_correctness_full_like_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.021s) 2022-11-23T02:33:03.6060373Z test_schema_correctness_full_like_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.018s) 2022-11-23T02:33:03.6060787Z test_schema_correctness_full_like_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.6061202Z test_schema_correctness_full_like_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.018s) 2022-11-23T02:33:03.6061626Z test_schema_correctness_full_like_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.018s) 2022-11-23T02:33:03.6062039Z test_schema_correctness_full_like_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.017s) 2022-11-23T02:33:03.6062467Z test_schema_correctness_gather_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-11-23T02:33:03.6062884Z test_schema_correctness_gather_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6063322Z test_schema_correctness_gather_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.020s) 2022-11-23T02:33:03.6063758Z test_schema_correctness_gather_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.017s) 2022-11-23T02:33:03.6065431Z test_schema_correctness_gather_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-11-23T02:33:03.6065945Z test_schema_correctness_gather_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-11-23T02:33:03.6066367Z test_schema_correctness_gather_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-11-23T02:33:03.6066803Z test_schema_correctness_gather_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-11-23T02:33:03.6067219Z test_schema_correctness_gather_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T02:33:03.6067639Z test_schema_correctness_gather_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T02:33:03.6068054Z test_schema_correctness_gather_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.6068474Z test_schema_correctness_gather_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T02:33:03.6068888Z test_schema_correctness_gcd_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (2.149s) 2022-11-23T02:33:03.6069295Z test_schema_correctness_gcd_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (2.204s) 2022-11-23T02:33:03.6069700Z test_schema_correctness_gcd_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (2.190s) 2022-11-23T02:33:03.6070086Z test_schema_correctness_gcd_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (2.242s) 2022-11-23T02:33:03.6070574Z test_schema_correctness_gcd_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (2.064s) 2022-11-23T02:33:03.6070997Z test_schema_correctness_ge_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T02:33:03.6071479Z test_schema_correctness_ge_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T02:33:03.6071969Z test_schema_correctness_ge_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T02:33:03.6072389Z test_schema_correctness_ge_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-11-23T02:33:03.6072795Z test_schema_correctness_ge_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T02:33:03.6107845Z test_schema_correctness_ge_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T02:33:03.6108571Z test_schema_correctness_ge_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T02:33:03.6108969Z test_schema_correctness_ge_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T02:33:03.6109367Z test_schema_correctness_ge_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T02:33:03.6109768Z test_schema_correctness_ge_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.024s) 2022-11-23T02:33:03.6110290Z test_schema_correctness_geqrf_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.052s) 2022-11-23T02:33:03.6110739Z test_schema_correctness_geqrf_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.052s) 2022-11-23T02:33:03.6111300Z test_schema_correctness_geqrf_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.032s) 2022-11-23T02:33:03.6111718Z test_schema_correctness_geqrf_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.041s) 2022-11-23T02:33:03.6112158Z test_schema_correctness_gradient_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.497s) 2022-11-23T02:33:03.6112590Z test_schema_correctness_gradient_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (1.004s) 2022-11-23T02:33:03.6113031Z test_schema_correctness_gradient_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (1.139s) 2022-11-23T02:33:03.6113454Z test_schema_correctness_gradient_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.466s) 2022-11-23T02:33:03.6113881Z test_schema_correctness_gradient_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.440s) 2022-11-23T02:33:03.6114447Z test_schema_correctness_gradient_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.449s) 2022-11-23T02:33:03.6114875Z test_schema_correctness_gradient_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.450s) 2022-11-23T02:33:03.6115292Z test_schema_correctness_gradient_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.447s) 2022-11-23T02:33:03.6115712Z test_schema_correctness_gradient_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.453s) 2022-11-23T02:33:03.6116129Z test_schema_correctness_gradient_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.467s) 2022-11-23T02:33:03.6116644Z test_schema_correctness_grid_sampler_2d_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.029s) 2022-11-23T02:33:03.6117090Z test_schema_correctness_grid_sampler_2d_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.024s) 2022-11-23T02:33:03.6117615Z test_schema_correctness_grid_sampler_2d_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.032s) 2022-11-23T02:33:03.6118081Z test_schema_correctness_gt_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T02:33:03.6118472Z test_schema_correctness_gt_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-11-23T02:33:03.6118892Z test_schema_correctness_gt_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T02:33:03.6119288Z test_schema_correctness_gt_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-11-23T02:33:03.6119678Z test_schema_correctness_gt_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T02:33:03.6120071Z test_schema_correctness_gt_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T02:33:03.6120482Z test_schema_correctness_gt_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T02:33:03.6120883Z test_schema_correctness_gt_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-11-23T02:33:03.6121274Z test_schema_correctness_gt_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T02:33:03.6121666Z test_schema_correctness_gt_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.023s) 2022-11-23T02:33:03.6122220Z test_schema_correctness_half_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T02:33:03.6122616Z test_schema_correctness_half_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T02:33:03.6123111Z test_schema_correctness_half_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-11-23T02:33:03.6123528Z test_schema_correctness_half_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-11-23T02:33:03.6123992Z test_schema_correctness_half_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-11-23T02:33:03.6124486Z test_schema_correctness_half_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T02:33:03.6124892Z test_schema_correctness_half_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T02:33:03.6125290Z test_schema_correctness_half_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-11-23T02:33:03.6125685Z test_schema_correctness_half_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T02:33:03.6126084Z test_schema_correctness_half_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.020s) 2022-11-23T02:33:03.6126478Z test_schema_correctness_half_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-11-23T02:33:03.6126880Z test_schema_correctness_half_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-11-23T02:33:03.6127315Z test_schema_correctness_heaviside_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T02:33:03.6127847Z test_schema_correctness_heaviside_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T02:33:03.6128293Z test_schema_correctness_heaviside_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T02:33:03.6128726Z test_schema_correctness_heaviside_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T02:33:03.6129161Z test_schema_correctness_heaviside_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T02:33:03.6129646Z test_schema_correctness_heaviside_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T02:33:03.6130077Z test_schema_correctness_heaviside_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T02:33:03.6130563Z test_schema_correctness_heaviside_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T02:33:03.6131062Z test_schema_correctness_heaviside_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T02:33:03.6131483Z test_schema_correctness_heaviside_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T02:33:03.6131891Z test_schema_correctness_histc_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.144s) 2022-11-23T02:33:03.6132297Z test_schema_correctness_histc_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.135s) 2022-11-23T02:33:03.6132707Z test_schema_correctness_histc_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.105s) 2022-11-23T02:33:03.6133101Z test_schema_correctness_histc_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.115s) 2022-11-23T02:33:03.6133499Z test_schema_correctness_histc_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.133s) 2022-11-23T02:33:03.6133891Z test_schema_correctness_histc_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.114s) 2022-11-23T02:33:03.6134343Z test_schema_correctness_hsplit_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-11-23T02:33:03.6134739Z test_schema_correctness_hsplit_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-11-23T02:33:03.6135159Z test_schema_correctness_hsplit_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-11-23T02:33:03.6135731Z test_schema_correctness_hsplit_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-11-23T02:33:03.6136213Z test_schema_correctness_hsplit_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-11-23T02:33:03.6136644Z test_schema_correctness_hsplit_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T02:33:03.6137128Z test_schema_correctness_hsplit_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-11-23T02:33:03.6137628Z test_schema_correctness_hsplit_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-11-23T02:33:03.6138045Z test_schema_correctness_hsplit_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-11-23T02:33:03.6138457Z test_schema_correctness_hsplit_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T02:33:03.6138917Z test_schema_correctness_hsplit_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-11-23T02:33:03.6139339Z test_schema_correctness_hsplit_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6139745Z test_schema_correctness_hsplit_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.6140155Z test_schema_correctness_hstack_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-11-23T02:33:03.6140553Z test_schema_correctness_hstack_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-11-23T02:33:03.6140981Z test_schema_correctness_hstack_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T02:33:03.6141516Z test_schema_correctness_hstack_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T02:33:03.6141955Z test_schema_correctness_hstack_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-11-23T02:33:03.6142364Z test_schema_correctness_hstack_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-11-23T02:33:03.6142857Z test_schema_correctness_hstack_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T02:33:03.6143266Z test_schema_correctness_hstack_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T02:33:03.6143712Z test_schema_correctness_hstack_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T02:33:03.6144171Z test_schema_correctness_hstack_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6144577Z test_schema_correctness_hstack_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T02:33:03.6144971Z test_schema_correctness_hstack_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-11-23T02:33:03.6145370Z test_schema_correctness_hstack_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-11-23T02:33:03.6145782Z test_schema_correctness_hypot_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T02:33:03.6146203Z test_schema_correctness_hypot_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T02:33:03.6146605Z test_schema_correctness_hypot_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-11-23T02:33:03.6147009Z test_schema_correctness_hypot_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.6147406Z test_schema_correctness_i0_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.396s) 2022-11-23T02:33:03.6147802Z test_schema_correctness_i0_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.431s) 2022-11-23T02:33:03.6148197Z test_schema_correctness_i0_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.407s) 2022-11-23T02:33:03.6148586Z test_schema_correctness_i0_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.368s) 2022-11-23T02:33:03.6149181Z test_schema_correctness_i0_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.506s) 2022-11-23T02:33:03.6149586Z test_schema_correctness_i0_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6150042Z test_schema_correctness_i0_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T02:33:03.6150505Z test_schema_correctness_i0_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6150909Z test_schema_correctness_i0_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6151301Z test_schema_correctness_i0_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-11-23T02:33:03.6151710Z test_schema_correctness_igamma_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T02:33:03.6152128Z test_schema_correctness_igamma_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T02:33:03.6152546Z test_schema_correctness_igammac_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-11-23T02:33:03.6152960Z test_schema_correctness_igammac_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T02:33:03.6153369Z test_schema_correctness_imag_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6153788Z test_schema_correctness_imag_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T02:33:03.6154199Z test_schema_correctness_imag_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T02:33:03.6154738Z test_schema_correctness_index_add_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.018s) 2022-11-23T02:33:03.6155172Z test_schema_correctness_index_add_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T02:33:03.6155679Z test_schema_correctness_index_add_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T02:33:03.6156122Z test_schema_correctness_index_add_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6156621Z test_schema_correctness_index_add_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.029s) 2022-11-23T02:33:03.6157102Z test_schema_correctness_index_add_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.021s) 2022-11-23T02:33:03.6157522Z test_schema_correctness_index_add_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.018s) 2022-11-23T02:33:03.6157945Z test_schema_correctness_index_add_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.019s) 2022-11-23T02:33:03.6158353Z test_schema_correctness_index_add_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.023s) 2022-11-23T02:33:03.6158759Z test_schema_correctness_index_add_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.022s) 2022-11-23T02:33:03.6159164Z test_schema_correctness_index_add_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.030s) 2022-11-23T02:33:03.6159584Z test_schema_correctness_index_add_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T02:33:03.6159991Z test_schema_correctness_index_add_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.029s) 2022-11-23T02:33:03.6160407Z test_schema_correctness_index_copy_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-11-23T02:33:03.6160825Z test_schema_correctness_index_copy_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-11-23T02:33:03.6161257Z test_schema_correctness_index_copy_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-11-23T02:33:03.6161688Z test_schema_correctness_index_copy_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-11-23T02:33:03.6162183Z test_schema_correctness_index_copy_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T02:33:03.6162738Z test_schema_correctness_index_copy_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-11-23T02:33:03.6163226Z test_schema_correctness_index_copy_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-11-23T02:33:03.6163724Z test_schema_correctness_index_copy_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-11-23T02:33:03.6164149Z test_schema_correctness_index_copy_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T02:33:03.6164558Z test_schema_correctness_index_copy_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-11-23T02:33:03.6164970Z test_schema_correctness_index_copy_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T02:33:03.6165395Z test_schema_correctness_index_copy_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T02:33:03.6165813Z test_schema_correctness_index_fill_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6166222Z test_schema_correctness_index_fill_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T02:33:03.6166659Z test_schema_correctness_index_fill_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-11-23T02:33:03.6167079Z test_schema_correctness_index_fill_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-11-23T02:33:03.6167495Z test_schema_correctness_index_fill_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T02:33:03.6168024Z test_schema_correctness_index_fill_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T02:33:03.6168452Z test_schema_correctness_index_fill_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T02:33:03.6168926Z test_schema_correctness_index_fill_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T02:33:03.6169353Z test_schema_correctness_index_fill_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-11-23T02:33:03.6169823Z test_schema_correctness_index_fill_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-11-23T02:33:03.6170285Z test_schema_correctness_index_fill_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T02:33:03.6170700Z test_schema_correctness_index_fill_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6171121Z test_schema_correctness_index_put_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.6171546Z test_schema_correctness_index_put_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-11-23T02:33:03.6171983Z test_schema_correctness_index_put_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T02:33:03.6172398Z test_schema_correctness_index_put_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-11-23T02:33:03.6172833Z test_schema_correctness_index_put_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.6173262Z test_schema_correctness_index_put_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T02:33:03.6173687Z test_schema_correctness_index_put_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.018s) 2022-11-23T02:33:03.6174114Z test_schema_correctness_index_put_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T02:33:03.6174545Z test_schema_correctness_index_put_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-11-23T02:33:03.6174961Z test_schema_correctness_index_put_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-11-23T02:33:03.6175444Z test_schema_correctness_index_put_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-11-23T02:33:03.6176079Z test_schema_correctness_index_put_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T02:33:03.6176589Z test_schema_correctness_index_put_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T02:33:03.6177829Z 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-23T02:33:03.6178033Z return self.op(*args, **kwargs) 2022-11-23T02:33:03.6178169Z ok (0.075s) 2022-11-23T02:33:03.6178612Z test_schema_correctness_index_reduce_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.065s) 2022-11-23T02:33:03.6179060Z test_schema_correctness_index_reduce_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.073s) 2022-11-23T02:33:03.6179500Z test_schema_correctness_index_reduce_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.068s) 2022-11-23T02:33:03.6179931Z test_schema_correctness_index_reduce_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.071s) 2022-11-23T02:33:03.6180364Z test_schema_correctness_index_reduce_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.099s) 2022-11-23T02:33:03.6180796Z test_schema_correctness_index_reduce_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.078s) 2022-11-23T02:33:03.6181338Z test_schema_correctness_index_reduce_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.060s) 2022-11-23T02:33:03.6181864Z test_schema_correctness_index_reduce_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.063s) 2022-11-23T02:33:03.6182313Z test_schema_correctness_index_select_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T02:33:03.6182819Z test_schema_correctness_index_select_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T02:33:03.6183332Z test_schema_correctness_index_select_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T02:33:03.6183784Z test_schema_correctness_index_select_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T02:33:03.6184215Z test_schema_correctness_index_select_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T02:33:03.6184654Z test_schema_correctness_index_select_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T02:33:03.6185096Z test_schema_correctness_index_select_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-11-23T02:33:03.6185525Z test_schema_correctness_index_select_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T02:33:03.6185956Z test_schema_correctness_index_select_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6186392Z test_schema_correctness_index_select_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T02:33:03.6186819Z test_schema_correctness_index_select_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6187249Z test_schema_correctness_index_select_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-11-23T02:33:03.6187671Z test_schema_correctness_index_select_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T02:33:03.6188102Z test_schema_correctness_inner_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T02:33:03.6188595Z test_schema_correctness_inner_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T02:33:03.6189025Z test_schema_correctness_inner_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T02:33:03.6189704Z test_schema_correctness_inner_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-11-23T02:33:03.6190122Z test_schema_correctness_inner_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T02:33:03.6190530Z test_schema_correctness_inner_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-11-23T02:33:03.6190953Z test_schema_correctness_int_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-11-23T02:33:03.6191360Z test_schema_correctness_int_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-11-23T02:33:03.6191791Z test_schema_correctness_int_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T02:33:03.6192212Z test_schema_correctness_int_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-11-23T02:33:03.6192618Z test_schema_correctness_int_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T02:33:03.6193024Z test_schema_correctness_int_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-11-23T02:33:03.6193435Z test_schema_correctness_int_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-11-23T02:33:03.6193821Z test_schema_correctness_int_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-11-23T02:33:03.6194223Z test_schema_correctness_int_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T02:33:03.6194626Z test_schema_correctness_int_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-11-23T02:33:03.6195200Z test_schema_correctness_int_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-11-23T02:33:03.6195686Z test_schema_correctness_int_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-11-23T02:33:03.6196176Z test_schema_correctness_isclose_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.216s) 2022-11-23T02:33:03.6196602Z test_schema_correctness_isclose_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.261s) 2022-11-23T02:33:03.6197031Z test_schema_correctness_isclose_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.216s) 2022-11-23T02:33:03.6197462Z test_schema_correctness_isclose_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.198s) 2022-11-23T02:33:03.6197882Z test_schema_correctness_isclose_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.190s) 2022-11-23T02:33:03.6198309Z test_schema_correctness_isclose_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.199s) 2022-11-23T02:33:03.6198732Z test_schema_correctness_isclose_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.200s) 2022-11-23T02:33:03.6199151Z test_schema_correctness_isclose_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.194s) 2022-11-23T02:33:03.6199560Z test_schema_correctness_isclose_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.223s) 2022-11-23T02:33:03.6199976Z test_schema_correctness_isclose_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.205s) 2022-11-23T02:33:03.6200390Z test_schema_correctness_isclose_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.206s) 2022-11-23T02:33:03.6200803Z test_schema_correctness_isclose_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.208s) 2022-11-23T02:33:03.6201233Z test_schema_correctness_isfinite_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2022-11-23T02:33:03.6201716Z test_schema_correctness_isfinite_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-11-23T02:33:03.6202158Z test_schema_correctness_isfinite_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.027s) 2022-11-23T02:33:03.6202716Z test_schema_correctness_isfinite_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T02:33:03.6203295Z test_schema_correctness_isfinite_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.032s) 2022-11-23T02:33:03.6203706Z test_schema_correctness_isfinite_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-11-23T02:33:03.6204144Z test_schema_correctness_isfinite_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T02:33:03.6204561Z test_schema_correctness_isfinite_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T02:33:03.6204981Z test_schema_correctness_isfinite_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T02:33:03.6205404Z test_schema_correctness_isfinite_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-11-23T02:33:03.6205824Z test_schema_correctness_isfinite_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-11-23T02:33:03.6206247Z test_schema_correctness_isfinite_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-11-23T02:33:03.6206666Z test_schema_correctness_isfinite_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-11-23T02:33:03.6207088Z test_schema_correctness_isin_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-11-23T02:33:03.6207504Z test_schema_correctness_isin_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-11-23T02:33:03.6207911Z test_schema_correctness_isin_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T02:33:03.6208526Z test_schema_correctness_isin_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-11-23T02:33:03.6208965Z test_schema_correctness_isin_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6209445Z test_schema_correctness_isin_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T02:33:03.6209849Z test_schema_correctness_isin_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6210269Z test_schema_correctness_isin_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T02:33:03.6210730Z test_schema_correctness_isinf_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T02:33:03.6211195Z test_schema_correctness_isinf_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T02:33:03.6211651Z test_schema_correctness_isinf_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T02:33:03.6212112Z test_schema_correctness_isinf_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T02:33:03.6212591Z test_schema_correctness_isinf_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T02:33:03.6213080Z test_schema_correctness_isinf_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T02:33:03.6213529Z test_schema_correctness_isinf_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T02:33:03.6213957Z test_schema_correctness_isinf_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T02:33:03.6214378Z test_schema_correctness_isinf_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T02:33:03.6214785Z test_schema_correctness_isinf_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T02:33:03.6215230Z test_schema_correctness_isinf_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T02:33:03.6215691Z test_schema_correctness_isinf_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T02:33:03.6216128Z test_schema_correctness_isinf_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T02:33:03.6216555Z test_schema_correctness_isnan_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T02:33:03.6217161Z test_schema_correctness_isnan_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T02:33:03.6217642Z test_schema_correctness_isnan_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T02:33:03.6218100Z test_schema_correctness_isnan_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T02:33:03.6218560Z test_schema_correctness_isnan_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6219017Z test_schema_correctness_isnan_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6219441Z test_schema_correctness_isnan_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T02:33:03.6219867Z test_schema_correctness_isnan_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6220295Z test_schema_correctness_isnan_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6220762Z test_schema_correctness_isnan_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6221191Z test_schema_correctness_isnan_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6221609Z test_schema_correctness_isnan_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T02:33:03.6222053Z test_schema_correctness_isneginf_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T02:33:03.6222506Z test_schema_correctness_isneginf_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T02:33:03.6223083Z test_schema_correctness_isneginf_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T02:33:03.6223539Z test_schema_correctness_isneginf_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T02:33:03.6224510Z test_schema_correctness_isneginf_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T02:33:03.6225143Z test_schema_correctness_isneginf_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T02:33:03.6225965Z test_schema_correctness_isneginf_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T02:33:03.6226329Z test_schema_correctness_isneginf_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T02:33:03.6226586Z test_schema_correctness_isneginf_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T02:33:03.6226842Z test_schema_correctness_isneginf_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T02:33:03.6227097Z test_schema_correctness_isposinf_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T02:33:03.6227344Z test_schema_correctness_isposinf_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T02:33:03.6227598Z test_schema_correctness_isposinf_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T02:33:03.6227846Z test_schema_correctness_isposinf_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T02:33:03.6228092Z test_schema_correctness_isposinf_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T02:33:03.6228333Z test_schema_correctness_isposinf_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T02:33:03.6228568Z test_schema_correctness_isposinf_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T02:33:03.6228901Z test_schema_correctness_isposinf_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T02:33:03.6229194Z test_schema_correctness_isposinf_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T02:33:03.6229608Z test_schema_correctness_isposinf_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T02:33:03.6230119Z test_schema_correctness_isreal_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-11-23T02:33:03.6230536Z test_schema_correctness_isreal_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-11-23T02:33:03.6231004Z test_schema_correctness_isreal_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T02:33:03.6231267Z test_schema_correctness_isreal_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-11-23T02:33:03.6231523Z test_schema_correctness_isreal_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-11-23T02:33:03.6231757Z test_schema_correctness_isreal_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-11-23T02:33:03.6231992Z test_schema_correctness_isreal_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-11-23T02:33:03.6232231Z test_schema_correctness_isreal_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-11-23T02:33:03.6232476Z test_schema_correctness_isreal_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-11-23T02:33:03.6232710Z test_schema_correctness_isreal_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-11-23T02:33:03.6232939Z test_schema_correctness_isreal_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-11-23T02:33:03.6233176Z test_schema_correctness_isreal_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-11-23T02:33:03.6233538Z test_schema_correctness_isreal_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T02:33:03.6233807Z test_schema_correctness_istft_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.480s) 2022-11-23T02:33:03.6234057Z test_schema_correctness_istft_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.479s) 2022-11-23T02:33:03.6234337Z test_schema_correctness_jiterator_2inputs_2outputs_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (2.876s) 2022-11-23T02:33:03.6234670Z test_schema_correctness_jiterator_2inputs_2outputs_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (2.554s) 2022-11-23T02:33:03.6234954Z test_schema_correctness_jiterator_2inputs_2outputs_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (2.504s) 2022-11-23T02:33:03.6235232Z test_schema_correctness_jiterator_2inputs_2outputs_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (2.483s) 2022-11-23T02:33:03.6235509Z test_schema_correctness_jiterator_2inputs_2outputs_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (2.431s) 2022-11-23T02:33:03.6235783Z test_schema_correctness_jiterator_2inputs_2outputs_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (2.245s) 2022-11-23T02:33:03.6236056Z test_schema_correctness_jiterator_2inputs_2outputs_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (2.453s) 2022-11-23T02:33:03.6236533Z test_schema_correctness_jiterator_2inputs_2outputs_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (2.304s) 2022-11-23T02:33:03.6236888Z test_schema_correctness_jiterator_2inputs_2outputs_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (2.353s) 2022-11-23T02:33:03.6237160Z test_schema_correctness_jiterator_2inputs_2outputs_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (2.401s) 2022-11-23T02:33:03.6237744Z test_schema_correctness_jiterator_2inputs_2outputs_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (2.382s) 2022-11-23T02:33:03.6238029Z test_schema_correctness_jiterator_2inputs_2outputs_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (2.276s) 2022-11-23T02:33:03.6238315Z test_schema_correctness_jiterator_4inputs_with_extra_args_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (2.931s) 2022-11-23T02:33:03.6238592Z test_schema_correctness_jiterator_4inputs_with_extra_args_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (2.795s) 2022-11-23T02:33:03.6240056Z test_schema_correctness_jiterator_4inputs_with_extra_args_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (3.665s) 2022-11-23T02:33:03.6240327Z test_schema_correctness_jiterator_4inputs_with_extra_args_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (3.477s) 2022-11-23T02:33:03.6240606Z test_schema_correctness_jiterator_4inputs_with_extra_args_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (2.791s) 2022-11-23T02:33:03.6240897Z test_schema_correctness_jiterator_4inputs_with_extra_args_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (2.913s) 2022-11-23T02:33:03.6241177Z test_schema_correctness_jiterator_4inputs_with_extra_args_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (2.720s) 2022-11-23T02:33:03.6241454Z test_schema_correctness_jiterator_4inputs_with_extra_args_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (2.831s) 2022-11-23T02:33:03.6241737Z test_schema_correctness_jiterator_4inputs_with_extra_args_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (2.909s) 2022-11-23T02:33:03.6242012Z test_schema_correctness_jiterator_4inputs_with_extra_args_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (2.898s) 2022-11-23T02:33:03.6242287Z test_schema_correctness_jiterator_4inputs_with_extra_args_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (2.767s) 2022-11-23T02:33:03.6242566Z test_schema_correctness_jiterator_4inputs_with_extra_args_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (3.028s) 2022-11-23T02:33:03.6243133Z test_schema_correctness_jiterator_binary_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (2.053s) 2022-11-23T02:33:03.6243428Z test_schema_correctness_jiterator_binary_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (2.049s) 2022-11-23T02:33:03.6243948Z test_schema_correctness_jiterator_binary_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (2.674s) 2022-11-23T02:33:03.6244348Z test_schema_correctness_jiterator_binary_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (2.315s) 2022-11-23T02:33:03.6244609Z test_schema_correctness_jiterator_binary_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (2.134s) 2022-11-23T02:33:03.6244870Z test_schema_correctness_jiterator_binary_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (1.963s) 2022-11-23T02:33:03.6245132Z test_schema_correctness_jiterator_binary_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (2.025s) 2022-11-23T02:33:03.6245391Z test_schema_correctness_jiterator_binary_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (2.182s) 2022-11-23T02:33:03.6245644Z test_schema_correctness_jiterator_binary_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (2.014s) 2022-11-23T02:33:03.6245897Z test_schema_correctness_jiterator_binary_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (2.163s) 2022-11-23T02:33:03.6246153Z test_schema_correctness_jiterator_binary_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (2.080s) 2022-11-23T02:33:03.6246409Z test_schema_correctness_jiterator_binary_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (1.994s) 2022-11-23T02:33:03.6246689Z test_schema_correctness_jiterator_binary_return_by_ref_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (2.051s) 2022-11-23T02:33:03.6246963Z test_schema_correctness_jiterator_binary_return_by_ref_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (2.010s) 2022-11-23T02:33:03.6247247Z test_schema_correctness_jiterator_binary_return_by_ref_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (2.142s) 2022-11-23T02:33:03.6247532Z test_schema_correctness_jiterator_binary_return_by_ref_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (2.359s) 2022-11-23T02:33:03.6247809Z test_schema_correctness_jiterator_binary_return_by_ref_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (2.217s) 2022-11-23T02:33:03.6248203Z test_schema_correctness_jiterator_binary_return_by_ref_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (2.123s) 2022-11-23T02:33:03.6248479Z test_schema_correctness_jiterator_binary_return_by_ref_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (2.027s) 2022-11-23T02:33:03.6248735Z test_schema_correctness_jiterator_binary_return_by_ref_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (2.021s) 2022-11-23T02:33:03.6249005Z test_schema_correctness_jiterator_binary_return_by_ref_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (2.056s) 2022-11-23T02:33:03.6249469Z test_schema_correctness_jiterator_binary_return_by_ref_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (2.104s) 2022-11-23T02:33:03.6249753Z test_schema_correctness_jiterator_binary_return_by_ref_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (2.049s) 2022-11-23T02:33:03.6250161Z test_schema_correctness_jiterator_binary_return_by_ref_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (2.033s) 2022-11-23T02:33:03.6250641Z test_schema_correctness_jiterator_unary_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.255s) 2022-11-23T02:33:03.6250909Z test_schema_correctness_jiterator_unary_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.232s) 2022-11-23T02:33:03.6251172Z test_schema_correctness_jiterator_unary_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.433s) 2022-11-23T02:33:03.6251431Z test_schema_correctness_jiterator_unary_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.387s) 2022-11-23T02:33:03.6251777Z test_schema_correctness_jiterator_unary_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.251s) 2022-11-23T02:33:03.6252051Z test_schema_correctness_jiterator_unary_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.244s) 2022-11-23T02:33:03.6252306Z test_schema_correctness_jiterator_unary_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.237s) 2022-11-23T02:33:03.6252563Z test_schema_correctness_jiterator_unary_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.277s) 2022-11-23T02:33:03.6252813Z test_schema_correctness_jiterator_unary_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.244s) 2022-11-23T02:33:03.6253065Z test_schema_correctness_jiterator_unary_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.229s) 2022-11-23T02:33:03.6253318Z test_schema_correctness_jiterator_unary_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.234s) 2022-11-23T02:33:03.6253568Z test_schema_correctness_jiterator_unary_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.231s) 2022-11-23T02:33:03.6253810Z test_schema_correctness_kron_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T02:33:03.6254043Z test_schema_correctness_kron_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T02:33:03.6254294Z test_schema_correctness_kron_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T02:33:03.6254538Z test_schema_correctness_kron_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T02:33:03.6254777Z test_schema_correctness_kron_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T02:33:03.6255009Z test_schema_correctness_kron_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6255237Z test_schema_correctness_kron_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T02:33:03.6255461Z test_schema_correctness_kron_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-11-23T02:33:03.6255871Z test_schema_correctness_kron_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T02:33:03.6256105Z test_schema_correctness_kron_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T02:33:03.6256574Z test_schema_correctness_kron_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T02:33:03.6257019Z test_schema_correctness_kron_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-11-23T02:33:03.6257279Z test_schema_correctness_kthvalue_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T02:33:03.6257528Z test_schema_correctness_kthvalue_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T02:33:03.6257779Z test_schema_correctness_kthvalue_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.022s) 2022-11-23T02:33:03.6258023Z test_schema_correctness_kthvalue_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T02:33:03.6258264Z test_schema_correctness_kthvalue_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T02:33:03.6258499Z test_schema_correctness_kthvalue_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-11-23T02:33:03.6258748Z test_schema_correctness_kthvalue_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.6258989Z test_schema_correctness_kthvalue_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2022-11-23T02:33:03.6259220Z test_schema_correctness_lcm_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (2.207s) 2022-11-23T02:33:03.6259452Z test_schema_correctness_lcm_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (2.210s) 2022-11-23T02:33:03.6259767Z test_schema_correctness_lcm_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (2.197s) 2022-11-23T02:33:03.6260016Z test_schema_correctness_lcm_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (2.156s) 2022-11-23T02:33:03.6260242Z test_schema_correctness_lcm_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (2.417s) 2022-11-23T02:33:03.6260486Z test_schema_correctness_ldexp_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-11-23T02:33:03.6260726Z test_schema_correctness_ldexp_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.020s) 2022-11-23T02:33:03.6260973Z test_schema_correctness_ldexp_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.020s) 2022-11-23T02:33:03.6261221Z test_schema_correctness_ldexp_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.024s) 2022-11-23T02:33:03.6261449Z test_schema_correctness_ldexp_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.025s) 2022-11-23T02:33:03.6261691Z test_schema_correctness_ldexp_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.019s) 2022-11-23T02:33:03.6261921Z test_schema_correctness_ldexp_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.020s) 2022-11-23T02:33:03.6262337Z test_schema_correctness_ldexp_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.021s) 2022-11-23T02:33:03.6262581Z test_schema_correctness_ldexp_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T02:33:03.6262943Z test_schema_correctness_ldexp_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.026s) 2022-11-23T02:33:03.6263394Z test_schema_correctness_ldexp_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.019s) 2022-11-23T02:33:03.6263633Z test_schema_correctness_ldexp_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T02:33:03.6263871Z test_schema_correctness_le_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.018s) 2022-11-23T02:33:03.6264106Z test_schema_correctness_le_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T02:33:03.6264339Z test_schema_correctness_le_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T02:33:03.6264569Z test_schema_correctness_le_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T02:33:03.6264899Z test_schema_correctness_le_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T02:33:03.6265130Z test_schema_correctness_le_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.017s) 2022-11-23T02:33:03.6265361Z test_schema_correctness_le_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T02:33:03.6265592Z test_schema_correctness_le_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-11-23T02:33:03.6265823Z test_schema_correctness_le_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T02:33:03.6266054Z test_schema_correctness_le_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T02:33:03.6266296Z test_schema_correctness_lerp_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.029s) 2022-11-23T02:33:03.6266545Z test_schema_correctness_lerp_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.039s) 2022-11-23T02:33:03.6266793Z test_schema_correctness_lerp_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.035s) 2022-11-23T02:33:03.6267018Z test_schema_correctness_lerp_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.018s) 2022-11-23T02:33:03.6267254Z test_schema_correctness_lerp_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.024s) 2022-11-23T02:33:03.6267496Z test_schema_correctness_lerp_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.021s) 2022-11-23T02:33:03.6267733Z test_schema_correctness_lgamma_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.519s) 2022-11-23T02:33:03.6268050Z test_schema_correctness_lgamma_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.442s) 2022-11-23T02:33:03.6268314Z test_schema_correctness_lgamma_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.419s) 2022-11-23T02:33:03.6268681Z test_schema_correctness_lgamma_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.425s) 2022-11-23T02:33:03.6269011Z test_schema_correctness_lgamma_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T02:33:03.6269248Z test_schema_correctness_lgamma_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T02:33:03.6269803Z test_schema_correctness_lgamma_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T02:33:03.6270055Z test_schema_correctness_lgamma_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T02:33:03.6270283Z test_schema_correctness_lgamma_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T02:33:03.6270551Z test_schema_correctness_linalg_cholesky_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.026s) 2022-11-23T02:33:03.6270813Z test_schema_correctness_linalg_cholesky_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.036s) 2022-11-23T02:33:03.6271075Z test_schema_correctness_linalg_cholesky_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.024s) 2022-11-23T02:33:03.6271336Z test_schema_correctness_linalg_cholesky_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.034s) 2022-11-23T02:33:03.6271603Z test_schema_correctness_linalg_cholesky_ex_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.017s) 2022-11-23T02:33:03.6271866Z test_schema_correctness_linalg_cholesky_ex_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.017s) 2022-11-23T02:33:03.6272121Z test_schema_correctness_linalg_cholesky_ex_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.6272375Z test_schema_correctness_linalg_cholesky_ex_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-11-23T02:33:03.6272631Z test_schema_correctness_linalg_cond_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.025s) 2022-11-23T02:33:03.6272888Z test_schema_correctness_linalg_cond_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.017s) 2022-11-23T02:33:03.6273251Z test_schema_correctness_linalg_cond_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.021s) 2022-11-23T02:33:03.6273487Z test_schema_correctness_linalg_cond_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-11-23T02:33:03.6273741Z test_schema_correctness_linalg_cross_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.6274041Z test_schema_correctness_linalg_cross_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-11-23T02:33:03.6274297Z test_schema_correctness_linalg_cross_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-11-23T02:33:03.6274550Z test_schema_correctness_linalg_cross_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-11-23T02:33:03.6274798Z test_schema_correctness_linalg_cross_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-11-23T02:33:03.6275233Z test_schema_correctness_linalg_cross_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-11-23T02:33:03.6275488Z test_schema_correctness_linalg_cross_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T02:33:03.6275884Z test_schema_correctness_linalg_cross_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-11-23T02:33:03.6276331Z test_schema_correctness_linalg_cross_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-11-23T02:33:03.6276672Z test_schema_correctness_linalg_cross_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-11-23T02:33:03.6276945Z test_schema_correctness_linalg_det_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.018s) 2022-11-23T02:33:03.6277199Z test_schema_correctness_linalg_det_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2022-11-23T02:33:03.6277450Z test_schema_correctness_linalg_det_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T02:33:03.6277696Z test_schema_correctness_linalg_det_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-11-23T02:33:03.6277966Z test_schema_correctness_linalg_det_singular_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (1.556s) 2022-11-23T02:33:03.6278233Z test_schema_correctness_linalg_det_singular_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (1.545s) 2022-11-23T02:33:03.6278496Z test_schema_correctness_linalg_det_singular_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.049s) 2022-11-23T02:33:03.6278754Z test_schema_correctness_linalg_det_singular_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.054s) 2022-11-23T02:33:03.6279009Z test_schema_correctness_linalg_eig_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-11-23T02:33:03.6279262Z test_schema_correctness_linalg_eig_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-11-23T02:33:03.6279511Z test_schema_correctness_linalg_eig_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-11-23T02:33:03.6279756Z test_schema_correctness_linalg_eig_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-11-23T02:33:03.6280017Z test_schema_correctness_linalg_eigh_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-11-23T02:33:03.6280257Z test_schema_correctness_linalg_eigh_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.019s) 2022-11-23T02:33:03.6280511Z test_schema_correctness_linalg_eigh_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T02:33:03.6280760Z test_schema_correctness_linalg_eigh_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T02:33:03.6281021Z test_schema_correctness_linalg_eigvals_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T02:33:03.6281541Z test_schema_correctness_linalg_eigvals_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T02:33:03.6281829Z test_schema_correctness_linalg_eigvals_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.018s) 2022-11-23T02:33:03.6282083Z test_schema_correctness_linalg_eigvals_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T02:33:03.6282701Z test_schema_correctness_linalg_eigvalsh_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-11-23T02:33:03.6282980Z test_schema_correctness_linalg_eigvalsh_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.6283239Z test_schema_correctness_linalg_eigvalsh_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2022-11-23T02:33:03.6283494Z test_schema_correctness_linalg_eigvalsh_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-11-23T02:33:03.6283778Z test_schema_correctness_linalg_householder_product_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-11-23T02:33:03.6284060Z test_schema_correctness_linalg_householder_product_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T02:33:03.6284337Z test_schema_correctness_linalg_householder_product_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T02:33:03.6284609Z test_schema_correctness_linalg_householder_product_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T02:33:03.6285621Z test_schema_correctness_linalg_inv_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.019s) 2022-11-23T02:33:03.6285944Z test_schema_correctness_linalg_inv_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-11-23T02:33:03.6286194Z test_schema_correctness_linalg_inv_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.027s) 2022-11-23T02:33:03.6286446Z test_schema_correctness_linalg_inv_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.019s) 2022-11-23T02:33:03.6286708Z test_schema_correctness_linalg_inv_ex_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-11-23T02:33:03.6286962Z test_schema_correctness_linalg_inv_ex_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T02:33:03.6287212Z test_schema_correctness_linalg_inv_ex_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-11-23T02:33:03.6287463Z test_schema_correctness_linalg_inv_ex_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-11-23T02:33:03.6287731Z test_schema_correctness_linalg_ldl_factor_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.027s) 2022-11-23T02:33:03.6288184Z test_schema_correctness_linalg_ldl_factor_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T02:33:03.6288436Z test_schema_correctness_linalg_ldl_factor_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T02:33:03.6288903Z test_schema_correctness_linalg_ldl_factor_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T02:33:03.6289296Z test_schema_correctness_linalg_ldl_factor_ex_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T02:33:03.6289564Z test_schema_correctness_linalg_ldl_factor_ex_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.020s) 2022-11-23T02:33:03.6289829Z test_schema_correctness_linalg_ldl_factor_ex_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6290082Z test_schema_correctness_linalg_ldl_factor_ex_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T02:33:03.6290341Z test_schema_correctness_linalg_ldl_solve_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.030s) 2022-11-23T02:33:03.6290727Z test_schema_correctness_linalg_ldl_solve_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.029s) 2022-11-23T02:33:03.6290988Z test_schema_correctness_linalg_ldl_solve_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.019s) 2022-11-23T02:33:03.6291246Z test_schema_correctness_linalg_ldl_solve_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.034s) 2022-11-23T02:33:03.6291502Z test_schema_correctness_linalg_lstsq_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.028s) 2022-11-23T02:33:03.6291756Z test_schema_correctness_linalg_lstsq_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.018s) 2022-11-23T02:33:03.6292009Z test_schema_correctness_linalg_lstsq_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.028s) 2022-11-23T02:33:03.6292258Z test_schema_correctness_linalg_lstsq_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.021s) 2022-11-23T02:33:03.6292539Z test_schema_correctness_linalg_lstsq_grad_oriented_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.026s) 2022-11-23T02:33:03.6292814Z test_schema_correctness_linalg_lstsq_grad_oriented_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.023s) 2022-11-23T02:33:03.6293087Z test_schema_correctness_linalg_lstsq_grad_oriented_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.6293358Z test_schema_correctness_linalg_lstsq_grad_oriented_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.031s) 2022-11-23T02:33:03.6293680Z test_schema_correctness_linalg_lu_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.039s) 2022-11-23T02:33:03.6293951Z test_schema_correctness_linalg_lu_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.037s) 2022-11-23T02:33:03.6294372Z test_schema_correctness_linalg_lu_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.039s) 2022-11-23T02:33:03.6294636Z test_schema_correctness_linalg_lu_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.036s) 2022-11-23T02:33:03.6294899Z test_schema_correctness_linalg_lu_factor_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.088s) 2022-11-23T02:33:03.6295506Z test_schema_correctness_linalg_lu_factor_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.097s) 2022-11-23T02:33:03.6295776Z test_schema_correctness_linalg_lu_factor_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.071s) 2022-11-23T02:33:03.6296017Z test_schema_correctness_linalg_lu_factor_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.092s) 2022-11-23T02:33:03.6296285Z test_schema_correctness_linalg_lu_factor_ex_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.038s) 2022-11-23T02:33:03.6296549Z test_schema_correctness_linalg_lu_factor_ex_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.039s) 2022-11-23T02:33:03.6296810Z test_schema_correctness_linalg_lu_factor_ex_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.031s) 2022-11-23T02:33:03.6297068Z test_schema_correctness_linalg_lu_factor_ex_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.040s) 2022-11-23T02:33:03.6297329Z test_schema_correctness_linalg_lu_solve_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.181s) 2022-11-23T02:33:03.6297585Z test_schema_correctness_linalg_lu_solve_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.214s) 2022-11-23T02:33:03.6297840Z test_schema_correctness_linalg_lu_solve_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.178s) 2022-11-23T02:33:03.6298094Z test_schema_correctness_linalg_lu_solve_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.212s) 2022-11-23T02:33:03.6298351Z test_schema_correctness_linalg_matrix_norm_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.084s) 2022-11-23T02:33:03.6298614Z test_schema_correctness_linalg_matrix_norm_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.215s) 2022-11-23T02:33:03.6298987Z test_schema_correctness_linalg_matrix_norm_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.220s) 2022-11-23T02:33:03.6299245Z test_schema_correctness_linalg_matrix_norm_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.079s) 2022-11-23T02:33:03.6299496Z test_schema_correctness_linalg_matrix_norm_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.186s) 2022-11-23T02:33:03.6299741Z test_schema_correctness_linalg_matrix_norm_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.191s) 2022-11-23T02:33:03.6300014Z test_schema_correctness_linalg_matrix_power_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.191s) 2022-11-23T02:33:03.6300281Z test_schema_correctness_linalg_matrix_power_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.142s) 2022-11-23T02:33:03.6300674Z test_schema_correctness_linalg_matrix_power_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.128s) 2022-11-23T02:33:03.6300975Z test_schema_correctness_linalg_matrix_power_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.129s) 2022-11-23T02:33:03.6301244Z test_schema_correctness_linalg_matrix_rank_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.712s) 2022-11-23T02:33:03.6301857Z test_schema_correctness_linalg_matrix_rank_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.741s) 2022-11-23T02:33:03.6302131Z test_schema_correctness_linalg_matrix_rank_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.720s) 2022-11-23T02:33:03.6302471Z test_schema_correctness_linalg_matrix_rank_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.722s) 2022-11-23T02:33:03.6302770Z test_schema_correctness_linalg_matrix_rank_hermitian_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.093s) 2022-11-23T02:33:03.6303050Z test_schema_correctness_linalg_matrix_rank_hermitian_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.089s) 2022-11-23T02:33:03.6303332Z test_schema_correctness_linalg_matrix_rank_hermitian_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.106s) 2022-11-23T02:33:03.6303590Z test_schema_correctness_linalg_matrix_rank_hermitian_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.092s) 2022-11-23T02:33:03.6303847Z test_schema_correctness_linalg_multi_dot_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.024s) 2022-11-23T02:33:03.6304111Z test_schema_correctness_linalg_multi_dot_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.026s) 2022-11-23T02:33:03.6304370Z test_schema_correctness_linalg_multi_dot_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.017s) 2022-11-23T02:33:03.6304621Z test_schema_correctness_linalg_multi_dot_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.032s) 2022-11-23T02:33:03.6304881Z test_schema_correctness_linalg_multi_dot_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.028s) 2022-11-23T02:33:03.6305136Z test_schema_correctness_linalg_multi_dot_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.020s) 2022-11-23T02:33:03.6305388Z test_schema_correctness_linalg_norm_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.115s) 2022-11-23T02:33:03.6305647Z test_schema_correctness_linalg_norm_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.196s) 2022-11-23T02:33:03.6305899Z test_schema_correctness_linalg_norm_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.192s) 2022-11-23T02:33:03.6306153Z test_schema_correctness_linalg_norm_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.112s) 2022-11-23T02:33:03.6306401Z test_schema_correctness_linalg_norm_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.178s) 2022-11-23T02:33:03.6306644Z test_schema_correctness_linalg_norm_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.173s) 2022-11-23T02:33:03.6307198Z test_schema_correctness_linalg_norm_subgradients_at_zero_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.114s) 2022-11-23T02:33:03.6307497Z test_schema_correctness_linalg_norm_subgradients_at_zero_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.136s) 2022-11-23T02:33:03.6307946Z test_schema_correctness_linalg_norm_subgradients_at_zero_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.126s) 2022-11-23T02:33:03.6308402Z test_schema_correctness_linalg_norm_subgradients_at_zero_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.070s) 2022-11-23T02:33:03.6308694Z test_schema_correctness_linalg_norm_subgradients_at_zero_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.153s) 2022-11-23T02:33:03.6308978Z test_schema_correctness_linalg_norm_subgradients_at_zero_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.133s) 2022-11-23T02:33:03.6309239Z test_schema_correctness_linalg_pinv_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.092s) 2022-11-23T02:33:03.6309494Z test_schema_correctness_linalg_pinv_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.087s) 2022-11-23T02:33:03.6309745Z test_schema_correctness_linalg_pinv_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.083s) 2022-11-23T02:33:03.6309995Z test_schema_correctness_linalg_pinv_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.089s) 2022-11-23T02:33:03.6310358Z test_schema_correctness_linalg_pinv_hermitian_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.018s) 2022-11-23T02:33:03.6310647Z test_schema_correctness_linalg_pinv_hermitian_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.017s) 2022-11-23T02:33:03.6310916Z test_schema_correctness_linalg_pinv_hermitian_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2022-11-23T02:33:03.6311167Z test_schema_correctness_linalg_pinv_hermitian_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-11-23T02:33:03.6311527Z test_schema_correctness_linalg_pinv_singular_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T02:33:03.6311882Z 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-23T02:33:03.6312234Z test_schema_correctness_linalg_pinv_singular_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:33:03.6312569Z test_schema_correctness_linalg_pinv_singular_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:33:03.6312826Z test_schema_correctness_linalg_qr_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.056s) 2022-11-23T02:33:03.6313077Z test_schema_correctness_linalg_qr_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.050s) 2022-11-23T02:33:03.6313324Z test_schema_correctness_linalg_qr_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.049s) 2022-11-23T02:33:03.6313752Z test_schema_correctness_linalg_qr_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.045s) 2022-11-23T02:33:03.6314019Z test_schema_correctness_linalg_slogdet_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (1.777s) 2022-11-23T02:33:03.6314600Z test_schema_correctness_linalg_slogdet_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (1.827s) 2022-11-23T02:33:03.6314872Z test_schema_correctness_linalg_slogdet_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-11-23T02:33:03.6315123Z test_schema_correctness_linalg_slogdet_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.017s) 2022-11-23T02:33:03.6315485Z test_schema_correctness_linalg_solve_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.044s) 2022-11-23T02:33:03.6315742Z test_schema_correctness_linalg_solve_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.051s) 2022-11-23T02:33:03.6315991Z test_schema_correctness_linalg_solve_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.044s) 2022-11-23T02:33:03.6316238Z test_schema_correctness_linalg_solve_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.047s) 2022-11-23T02:33:03.6316496Z test_schema_correctness_linalg_solve_ex_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.048s) 2022-11-23T02:33:03.6316747Z test_schema_correctness_linalg_solve_ex_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.051s) 2022-11-23T02:33:03.6316999Z test_schema_correctness_linalg_solve_ex_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.041s) 2022-11-23T02:33:03.6317258Z test_schema_correctness_linalg_solve_ex_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.040s) 2022-11-23T02:33:03.6317532Z test_schema_correctness_linalg_solve_triangular_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.240s) 2022-11-23T02:33:03.6317805Z test_schema_correctness_linalg_solve_triangular_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.224s) 2022-11-23T02:33:03.6318073Z test_schema_correctness_linalg_solve_triangular_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.189s) 2022-11-23T02:33:03.6318421Z test_schema_correctness_linalg_solve_triangular_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.196s) 2022-11-23T02:33:03.6318697Z test_schema_correctness_linalg_svd_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.377s) 2022-11-23T02:33:03.6318949Z test_schema_correctness_linalg_svd_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.339s) 2022-11-23T02:33:03.6319200Z test_schema_correctness_linalg_svd_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.276s) 2022-11-23T02:33:03.6319432Z test_schema_correctness_linalg_svd_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.368s) 2022-11-23T02:33:03.6319693Z test_schema_correctness_linalg_svdvals_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.045s) 2022-11-23T02:33:03.6320130Z test_schema_correctness_linalg_svdvals_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.043s) 2022-11-23T02:33:03.6320393Z test_schema_correctness_linalg_svdvals_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.039s) 2022-11-23T02:33:03.6320982Z test_schema_correctness_linalg_svdvals_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.035s) 2022-11-23T02:33:03.6321264Z test_schema_correctness_linalg_tensorinv_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.6321533Z test_schema_correctness_linalg_tensorinv_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T02:33:03.6321792Z test_schema_correctness_linalg_tensorinv_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T02:33:03.6322051Z test_schema_correctness_linalg_tensorinv_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-11-23T02:33:03.6322317Z test_schema_correctness_linalg_tensorsolve_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.029s) 2022-11-23T02:33:03.6322586Z test_schema_correctness_linalg_tensorsolve_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.032s) 2022-11-23T02:33:03.6322849Z test_schema_correctness_linalg_tensorsolve_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.028s) 2022-11-23T02:33:03.6323098Z test_schema_correctness_linalg_tensorsolve_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.028s) 2022-11-23T02:33:03.6323457Z test_schema_correctness_linalg_vander_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.056s) 2022-11-23T02:33:03.6323716Z test_schema_correctness_linalg_vander_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.056s) 2022-11-23T02:33:03.6323966Z test_schema_correctness_linalg_vander_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.052s) 2022-11-23T02:33:03.6324218Z test_schema_correctness_linalg_vander_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.054s) 2022-11-23T02:33:03.6324468Z test_schema_correctness_linalg_vander_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.055s) 2022-11-23T02:33:03.6324720Z test_schema_correctness_linalg_vander_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.043s) 2022-11-23T02:33:03.6324967Z test_schema_correctness_linalg_vander_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.062s) 2022-11-23T02:33:03.6325216Z test_schema_correctness_linalg_vander_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.056s) 2022-11-23T02:33:03.6325463Z test_schema_correctness_linalg_vander_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.052s) 2022-11-23T02:33:03.6325719Z test_schema_correctness_linalg_vecdot_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.097s) 2022-11-23T02:33:03.6325999Z test_schema_correctness_linalg_vecdot_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-11-23T02:33:03.6326462Z test_schema_correctness_linalg_vecdot_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-11-23T02:33:03.6326793Z test_schema_correctness_linalg_vecdot_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.097s) 2022-11-23T02:33:03.6327401Z test_schema_correctness_linalg_vecdot_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.091s) 2022-11-23T02:33:03.6327671Z test_schema_correctness_linalg_vecdot_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.094s) 2022-11-23T02:33:03.6327938Z test_schema_correctness_linalg_vector_norm_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.263s) 2022-11-23T02:33:03.6328201Z test_schema_correctness_linalg_vector_norm_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.244s) 2022-11-23T02:33:03.6328464Z test_schema_correctness_linalg_vector_norm_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.251s) 2022-11-23T02:33:03.6328723Z test_schema_correctness_linalg_vector_norm_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.266s) 2022-11-23T02:33:03.6328978Z test_schema_correctness_linalg_vector_norm_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.277s) 2022-11-23T02:33:03.6329224Z test_schema_correctness_linalg_vector_norm_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.229s) 2022-11-23T02:33:03.6329473Z test_schema_correctness_linspace_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.073s) 2022-11-23T02:33:03.6329728Z test_schema_correctness_linspace_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.065s) 2022-11-23T02:33:03.6329981Z test_schema_correctness_linspace_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.068s) 2022-11-23T02:33:03.6330229Z test_schema_correctness_linspace_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.064s) 2022-11-23T02:33:03.6330476Z test_schema_correctness_linspace_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.077s) 2022-11-23T02:33:03.6330724Z test_schema_correctness_linspace_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.064s) 2022-11-23T02:33:03.6330966Z test_schema_correctness_linspace_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.069s) 2022-11-23T02:33:03.6331212Z test_schema_correctness_linspace_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.071s) 2022-11-23T02:33:03.6331558Z test_schema_correctness_linspace_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.064s) 2022-11-23T02:33:03.6331801Z test_schema_correctness_linspace_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.064s) 2022-11-23T02:33:03.6332041Z test_schema_correctness_linspace_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.064s) 2022-11-23T02:33:03.6332274Z test_schema_correctness_log10_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-11-23T02:33:03.6332512Z test_schema_correctness_log10_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T02:33:03.6332758Z test_schema_correctness_log10_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.480s) 2022-11-23T02:33:03.6332989Z test_schema_correctness_log10_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.430s) 2022-11-23T02:33:03.6333228Z test_schema_correctness_log10_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T02:33:03.6333470Z test_schema_correctness_log10_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T02:33:03.6333703Z test_schema_correctness_log10_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T02:33:03.6333937Z test_schema_correctness_log10_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T02:33:03.6334165Z test_schema_correctness_log10_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T02:33:03.6334389Z test_schema_correctness_log10_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T02:33:03.6334694Z test_schema_correctness_log10_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6334948Z test_schema_correctness_log10_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T02:33:03.6335191Z test_schema_correctness_log1p_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6335433Z test_schema_correctness_log1p_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6335672Z test_schema_correctness_log1p_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6335910Z test_schema_correctness_log1p_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T02:33:03.6336141Z test_schema_correctness_log1p_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T02:33:03.6336374Z test_schema_correctness_log1p_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T02:33:03.6336601Z test_schema_correctness_log1p_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T02:33:03.6336823Z test_schema_correctness_log1p_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T02:33:03.6337059Z test_schema_correctness_log1p_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T02:33:03.6337300Z test_schema_correctness_log1p_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T02:33:03.6337619Z test_schema_correctness_log2_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T02:33:03.6337923Z test_schema_correctness_log2_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T02:33:03.6338171Z test_schema_correctness_log2_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.475s) 2022-11-23T02:33:03.6338605Z test_schema_correctness_log2_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.393s) 2022-11-23T02:33:03.6339086Z test_schema_correctness_log2_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T02:33:03.6339484Z test_schema_correctness_log2_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T02:33:03.6339723Z test_schema_correctness_log2_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T02:33:03.6340073Z test_schema_correctness_log2_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T02:33:03.6340310Z test_schema_correctness_log2_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T02:33:03.6340539Z test_schema_correctness_log2_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T02:33:03.6340771Z test_schema_correctness_log2_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T02:33:03.6341010Z test_schema_correctness_log2_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T02:33:03.6341251Z test_schema_correctness_log_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T02:33:03.6341483Z test_schema_correctness_log_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T02:33:03.6341725Z test_schema_correctness_log_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.429s) 2022-11-23T02:33:03.6341970Z test_schema_correctness_log_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-11-23T02:33:03.6342204Z test_schema_correctness_log_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.374s) 2022-11-23T02:33:03.6342438Z test_schema_correctness_log_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T02:33:03.6342675Z test_schema_correctness_log_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T02:33:03.6342981Z test_schema_correctness_log_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6343230Z test_schema_correctness_log_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6343462Z test_schema_correctness_log_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T02:33:03.6343699Z test_schema_correctness_log_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6343931Z test_schema_correctness_log_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T02:33:03.6344144Z test_schema_correctness_log_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T02:33:03.6344397Z test_schema_correctness_log_softmax_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-11-23T02:33:03.6344645Z test_schema_correctness_log_softmax_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-11-23T02:33:03.6344898Z test_schema_correctness_log_softmax_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-11-23T02:33:03.6345149Z test_schema_correctness_log_softmax_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-11-23T02:33:03.6345417Z test_schema_correctness_log_softmax_with_dtype_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.018s) 2022-11-23T02:33:03.6345686Z test_schema_correctness_log_softmax_with_dtype_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.019s) 2022-11-23T02:33:03.6345956Z test_schema_correctness_log_softmax_with_dtype_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.020s) 2022-11-23T02:33:03.6346228Z test_schema_correctness_log_softmax_with_dtype_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T02:33:03.6346494Z test_schema_correctness_log_softmax_with_dtype_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T02:33:03.6346762Z test_schema_correctness_log_softmax_with_dtype_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.023s) 2022-11-23T02:33:03.6347025Z test_schema_correctness_log_softmax_with_dtype_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.018s) 2022-11-23T02:33:03.6347279Z test_schema_correctness_log_softmax_with_dtype_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-11-23T02:33:03.6347632Z test_schema_correctness_log_softmax_with_dtype_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.018s) 2022-11-23T02:33:03.6347887Z test_schema_correctness_log_softmax_with_dtype_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.018s) 2022-11-23T02:33:03.6348133Z test_schema_correctness_log_softmax_with_dtype_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-11-23T02:33:03.6348396Z test_schema_correctness_log_softmax_with_dtype_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.021s) 2022-11-23T02:33:03.6348658Z test_schema_correctness_log_softmax_with_dtype_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.019s) 2022-11-23T02:33:03.6348911Z test_schema_correctness_logaddexp2_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T02:33:03.6349162Z test_schema_correctness_logaddexp2_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T02:33:03.6349415Z test_schema_correctness_logaddexp2_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T02:33:03.6349664Z test_schema_correctness_logaddexp_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T02:33:03.6349913Z test_schema_correctness_logaddexp_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T02:33:03.6350160Z test_schema_correctness_logaddexp_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T02:33:03.6350492Z test_schema_correctness_logcumsumexp_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-11-23T02:33:03.6350747Z test_schema_correctness_logcumsumexp_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-11-23T02:33:03.6351001Z test_schema_correctness_logcumsumexp_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-11-23T02:33:03.6351255Z test_schema_correctness_logcumsumexp_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T02:33:03.6351501Z test_schema_correctness_logdet_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.036s) 2022-11-23T02:33:03.6351751Z test_schema_correctness_logdet_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.029s) 2022-11-23T02:33:03.6351998Z test_schema_correctness_logdet_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.044s) 2022-11-23T02:33:03.6352241Z test_schema_correctness_logdet_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.043s) 2022-11-23T02:33:03.6352499Z test_schema_correctness_logical_and_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-11-23T02:33:03.6352743Z test_schema_correctness_logical_and_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-11-23T02:33:03.6352999Z test_schema_correctness_logical_and_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (3.855s) 2022-11-23T02:33:03.6353258Z test_schema_correctness_logical_and_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (4.937s) 2022-11-23T02:33:03.6353507Z test_schema_correctness_logical_and_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.021s) 2022-11-23T02:33:03.6353754Z test_schema_correctness_logical_and_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2022-11-23T02:33:03.6353998Z test_schema_correctness_logical_and_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.026s) 2022-11-23T02:33:03.6354243Z test_schema_correctness_logical_and_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.020s) 2022-11-23T02:33:03.6354576Z test_schema_correctness_logical_and_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2022-11-23T02:33:03.6354876Z test_schema_correctness_logical_and_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.023s) 2022-11-23T02:33:03.6355219Z test_schema_correctness_logical_and_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.020s) 2022-11-23T02:33:03.6355807Z test_schema_correctness_logical_and_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.6356071Z test_schema_correctness_logical_not_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6356317Z test_schema_correctness_logical_not_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6356575Z test_schema_correctness_logical_not_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T02:33:03.6356832Z test_schema_correctness_logical_not_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T02:33:03.6357067Z test_schema_correctness_logical_not_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T02:33:03.6357315Z test_schema_correctness_logical_not_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T02:33:03.6357566Z test_schema_correctness_logical_not_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T02:33:03.6357810Z test_schema_correctness_logical_not_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T02:33:03.6358054Z test_schema_correctness_logical_not_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T02:33:03.6358300Z test_schema_correctness_logical_not_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T02:33:03.6358635Z test_schema_correctness_logical_not_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T02:33:03.6358898Z test_schema_correctness_logical_not_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T02:33:03.6359148Z test_schema_correctness_logical_or_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-11-23T02:33:03.6359396Z test_schema_correctness_logical_or_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.6359648Z test_schema_correctness_logical_or_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (5.564s) 2022-11-23T02:33:03.6359902Z test_schema_correctness_logical_or_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (5.937s) 2022-11-23T02:33:03.6360150Z test_schema_correctness_logical_or_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.018s) 2022-11-23T02:33:03.6360396Z test_schema_correctness_logical_or_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.017s) 2022-11-23T02:33:03.6360640Z test_schema_correctness_logical_or_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.023s) 2022-11-23T02:33:03.6360884Z test_schema_correctness_logical_or_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.020s) 2022-11-23T02:33:03.6361128Z test_schema_correctness_logical_or_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.019s) 2022-11-23T02:33:03.6361366Z test_schema_correctness_logical_or_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.019s) 2022-11-23T02:33:03.6361607Z test_schema_correctness_logical_or_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.6361852Z test_schema_correctness_logical_or_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-11-23T02:33:03.6362102Z test_schema_correctness_logical_xor_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-11-23T02:33:03.6362350Z test_schema_correctness_logical_xor_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T02:33:03.6362603Z test_schema_correctness_logical_xor_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (5.832s) 2022-11-23T02:33:03.6362844Z test_schema_correctness_logical_xor_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (5.318s) 2022-11-23T02:33:03.6363186Z test_schema_correctness_logical_xor_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-11-23T02:33:03.6363435Z test_schema_correctness_logical_xor_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.017s) 2022-11-23T02:33:03.6363677Z test_schema_correctness_logical_xor_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.018s) 2022-11-23T02:33:03.6363920Z test_schema_correctness_logical_xor_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-11-23T02:33:03.6364164Z test_schema_correctness_logical_xor_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-11-23T02:33:03.6364412Z test_schema_correctness_logical_xor_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2022-11-23T02:33:03.6364657Z test_schema_correctness_logical_xor_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-11-23T02:33:03.6364899Z test_schema_correctness_logical_xor_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T02:33:03.6365145Z test_schema_correctness_logit_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-11-23T02:33:03.6365383Z test_schema_correctness_logit_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-11-23T02:33:03.6365622Z test_schema_correctness_logit_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-11-23T02:33:03.6365854Z test_schema_correctness_logit_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-11-23T02:33:03.6366153Z test_schema_correctness_logit_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-11-23T02:33:03.6366408Z test_schema_correctness_logit_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-11-23T02:33:03.6366637Z test_schema_correctness_logit_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-11-23T02:33:03.6366863Z test_schema_correctness_logit_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-11-23T02:33:03.6367098Z test_schema_correctness_logit_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T02:33:03.6367322Z test_schema_correctness_logit_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T02:33:03.6367570Z test_schema_correctness_logspace_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.603s) 2022-11-23T02:33:03.6367823Z test_schema_correctness_logspace_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.726s) 2022-11-23T02:33:03.6368079Z test_schema_correctness_logspace_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.665s) 2022-11-23T02:33:03.6368311Z test_schema_correctness_logspace_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.622s) 2022-11-23T02:33:03.6368559Z test_schema_correctness_logspace_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.611s) 2022-11-23T02:33:03.6368803Z test_schema_correctness_logspace_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.627s) 2022-11-23T02:33:03.6369047Z test_schema_correctness_logspace_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.589s) 2022-11-23T02:33:03.6369291Z test_schema_correctness_logspace_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.548s) 2022-11-23T02:33:03.6369537Z test_schema_correctness_logspace_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.562s) 2022-11-23T02:33:03.6369779Z test_schema_correctness_logspace_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.271s) 2022-11-23T02:33:03.6370022Z test_schema_correctness_logspace_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.240s) 2022-11-23T02:33:03.6370273Z test_schema_correctness_logsumexp_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-11-23T02:33:03.6370514Z test_schema_correctness_logsumexp_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-11-23T02:33:03.6371563Z test_schema_correctness_logsumexp_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-11-23T02:33:03.6371812Z test_schema_correctness_logsumexp_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.020s) 2022-11-23T02:33:03.6372053Z test_schema_correctness_logsumexp_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.018s) 2022-11-23T02:33:03.6372301Z test_schema_correctness_logsumexp_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T02:33:03.6372552Z test_schema_correctness_logsumexp_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T02:33:03.6372799Z test_schema_correctness_logsumexp_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6373043Z test_schema_correctness_logsumexp_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2022-11-23T02:33:03.6373291Z test_schema_correctness_logsumexp_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-11-23T02:33:03.6373534Z test_schema_correctness_long_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T02:33:03.6373768Z test_schema_correctness_long_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-11-23T02:33:03.6374011Z test_schema_correctness_long_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T02:33:03.6374252Z test_schema_correctness_long_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6374590Z test_schema_correctness_long_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.021s) 2022-11-23T02:33:03.6374835Z test_schema_correctness_long_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.019s) 2022-11-23T02:33:03.6375068Z test_schema_correctness_long_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.019s) 2022-11-23T02:33:03.6375299Z test_schema_correctness_long_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-11-23T02:33:03.6375531Z test_schema_correctness_long_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-11-23T02:33:03.6375765Z test_schema_correctness_long_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T02:33:03.6375995Z test_schema_correctness_long_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T02:33:03.6376228Z test_schema_correctness_long_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-11-23T02:33:03.6376468Z test_schema_correctness_long_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-11-23T02:33:03.6376705Z test_schema_correctness_lt_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T02:33:03.6376938Z test_schema_correctness_lt_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T02:33:03.6377176Z test_schema_correctness_lt_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T02:33:03.6377403Z test_schema_correctness_lt_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-11-23T02:33:03.6377626Z test_schema_correctness_lt_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-11-23T02:33:03.6377856Z test_schema_correctness_lt_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T02:33:03.6378089Z test_schema_correctness_lt_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T02:33:03.6378323Z test_schema_correctness_lt_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-11-23T02:33:03.6378552Z test_schema_correctness_lt_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-11-23T02:33:03.6378784Z test_schema_correctness_lt_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-11-23T02:33:03.6379484Z 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-23T02:33:03.6379621Z LU, pivots = torch.lu(A, compute_pivots) 2022-11-23T02:33:03.6379729Z should be replaced with 2022-11-23T02:33:03.6379876Z LU, pivots = torch.linalg.lu_factor(A, compute_pivots) 2022-11-23T02:33:03.6379952Z and 2022-11-23T02:33:03.6380125Z LU, pivots, info = torch.lu(A, compute_pivots, get_infos=True) 2022-11-23T02:33:03.6380228Z should be replaced with 2022-11-23T02:33:03.6380619Z 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-23T02:33:03.6380806Z return torch._lu_with_info(A, pivot=pivot, check_errors=(not get_infos)) 2022-11-23T02:33:03.6380891Z ok (0.064s) 2022-11-23T02:33:03.6381138Z test_schema_correctness_lu_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.054s) 2022-11-23T02:33:03.6381374Z test_schema_correctness_lu_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.056s) 2022-11-23T02:33:03.6381604Z test_schema_correctness_lu_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.051s) 2022-11-23T02:33:03.6382280Z 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-23T02:33:03.6382470Z Note that torch.linalg.lu_solve has its arguments reversed. 2022-11-23T02:33:03.6382597Z X = torch.lu_solve(B, LU, pivots) 2022-11-23T02:33:03.6382705Z should be replaced with 2022-11-23T02:33:03.6383067Z 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-23T02:33:03.6383185Z return self.op(*args, **kwargs) 2022-11-23T02:33:03.6383268Z ok (0.064s) 2022-11-23T02:33:03.6383522Z test_schema_correctness_lu_solve_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.070s) 2022-11-23T02:33:03.6383770Z test_schema_correctness_lu_solve_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.065s) 2022-11-23T02:33:03.6384004Z test_schema_correctness_lu_solve_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.069s) 2022-11-23T02:33:03.6384259Z test_schema_correctness_lu_unpack_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.071s) 2022-11-23T02:33:03.6384511Z test_schema_correctness_lu_unpack_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.080s) 2022-11-23T02:33:03.6384765Z test_schema_correctness_lu_unpack_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.072s) 2022-11-23T02:33:03.6385012Z test_schema_correctness_lu_unpack_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.063s) 2022-11-23T02:33:03.6385253Z test_schema_correctness_mH_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T02:33:03.6385489Z test_schema_correctness_mH_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6385736Z test_schema_correctness_mH_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T02:33:03.6386181Z test_schema_correctness_mH_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6386435Z test_schema_correctness_mH_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.021s) 2022-11-23T02:33:03.6386671Z test_schema_correctness_mH_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-11-23T02:33:03.6387356Z test_schema_correctness_mH_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-11-23T02:33:03.6387596Z test_schema_correctness_mH_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-11-23T02:33:03.6387829Z test_schema_correctness_mH_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-11-23T02:33:03.6388063Z test_schema_correctness_mH_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-11-23T02:33:03.6388294Z test_schema_correctness_mH_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-11-23T02:33:03.6388528Z test_schema_correctness_mH_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-11-23T02:33:03.6388759Z test_schema_correctness_mH_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-11-23T02:33:03.6389000Z test_schema_correctness_mT_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-11-23T02:33:03.6389233Z test_schema_correctness_mT_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T02:33:03.6389474Z test_schema_correctness_mT_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T02:33:03.6389696Z test_schema_correctness_mT_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6389926Z test_schema_correctness_mT_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6390162Z test_schema_correctness_mT_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2022-11-23T02:33:03.6390481Z test_schema_correctness_mT_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-11-23T02:33:03.6390727Z test_schema_correctness_mT_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-11-23T02:33:03.6390957Z test_schema_correctness_mT_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T02:33:03.6391194Z test_schema_correctness_mT_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-11-23T02:33:03.6391425Z test_schema_correctness_mT_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-11-23T02:33:03.6391654Z test_schema_correctness_mT_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-11-23T02:33:03.6391882Z test_schema_correctness_mT_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-11-23T02:33:03.6392134Z test_schema_correctness_masked_amax_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.366s) 2022-11-23T02:33:03.6392387Z test_schema_correctness_masked_amax_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.338s) 2022-11-23T02:33:03.6392637Z test_schema_correctness_masked_amax_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.335s) 2022-11-23T02:33:03.6392889Z test_schema_correctness_masked_amax_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.319s) 2022-11-23T02:33:03.6393137Z test_schema_correctness_masked_amax_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.276s) 2022-11-23T02:33:03.6393384Z test_schema_correctness_masked_amax_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.309s) 2022-11-23T02:33:03.6393628Z test_schema_correctness_masked_amax_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.329s) 2022-11-23T02:33:03.6393873Z test_schema_correctness_masked_amax_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.306s) 2022-11-23T02:33:03.6394121Z test_schema_correctness_masked_amax_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.286s) 2022-11-23T02:33:03.6394373Z test_schema_correctness_masked_amin_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.337s) 2022-11-23T02:33:03.6394621Z test_schema_correctness_masked_amin_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.328s) 2022-11-23T02:33:03.6394967Z test_schema_correctness_masked_amin_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.379s) 2022-11-23T02:33:03.6395199Z test_schema_correctness_masked_amin_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.358s) 2022-11-23T02:33:03.6395440Z test_schema_correctness_masked_amin_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.337s) 2022-11-23T02:33:03.6395681Z test_schema_correctness_masked_amin_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.312s) 2022-11-23T02:33:03.6395924Z test_schema_correctness_masked_amin_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.327s) 2022-11-23T02:33:03.6396171Z test_schema_correctness_masked_amin_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.273s) 2022-11-23T02:33:03.6396414Z test_schema_correctness_masked_amin_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.268s) 2022-11-23T02:33:03.6396672Z test_schema_correctness_masked_argmax_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.310s) 2022-11-23T02:33:03.6396932Z test_schema_correctness_masked_argmax_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.279s) 2022-11-23T02:33:03.6397184Z test_schema_correctness_masked_argmax_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.325s) 2022-11-23T02:33:03.6397435Z test_schema_correctness_masked_argmax_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.256s) 2022-11-23T02:33:03.6397687Z test_schema_correctness_masked_argmax_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.239s) 2022-11-23T02:33:03.6398005Z test_schema_correctness_masked_argmax_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.242s) 2022-11-23T02:33:03.6398265Z test_schema_correctness_masked_argmax_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.199s) 2022-11-23T02:33:03.6398514Z test_schema_correctness_masked_argmax_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.225s) 2022-11-23T02:33:03.6398768Z test_schema_correctness_masked_argmax_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.250s) 2022-11-23T02:33:03.6399023Z test_schema_correctness_masked_argmin_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.254s) 2022-11-23T02:33:03.6399275Z test_schema_correctness_masked_argmin_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.243s) 2022-11-23T02:33:03.6399524Z test_schema_correctness_masked_argmin_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.274s) 2022-11-23T02:33:03.6399769Z test_schema_correctness_masked_argmin_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.273s) 2022-11-23T02:33:03.6400021Z test_schema_correctness_masked_argmin_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.213s) 2022-11-23T02:33:03.6400264Z test_schema_correctness_masked_argmin_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.238s) 2022-11-23T02:33:03.6400507Z test_schema_correctness_masked_argmin_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.183s) 2022-11-23T02:33:03.6400758Z test_schema_correctness_masked_argmin_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.235s) 2022-11-23T02:33:03.6400998Z test_schema_correctness_masked_argmin_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.241s) 2022-11-23T02:33:03.6401240Z test_schema_correctness_masked_cumprod_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.054s) 2022-11-23T02:33:03.6401502Z test_schema_correctness_masked_cumprod_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.054s) 2022-11-23T02:33:03.6401768Z test_schema_correctness_masked_cumprod_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.041s) 2022-11-23T02:33:03.6402025Z test_schema_correctness_masked_cumprod_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.054s) 2022-11-23T02:33:03.6402279Z test_schema_correctness_masked_cumprod_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.046s) 2022-11-23T02:33:03.6402631Z test_schema_correctness_masked_cumprod_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.048s) 2022-11-23T02:33:03.6402883Z test_schema_correctness_masked_cumprod_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.041s) 2022-11-23T02:33:03.6403138Z test_schema_correctness_masked_cumprod_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.050s) 2022-11-23T02:33:03.6403390Z test_schema_correctness_masked_cumprod_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.044s) 2022-11-23T02:33:03.6403644Z test_schema_correctness_masked_cumprod_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.042s) 2022-11-23T02:33:03.6403893Z test_schema_correctness_masked_cumprod_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.047s) 2022-11-23T02:33:03.6404145Z test_schema_correctness_masked_cumsum_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.056s) 2022-11-23T02:33:03.6404405Z test_schema_correctness_masked_cumsum_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.050s) 2022-11-23T02:33:03.6404662Z test_schema_correctness_masked_cumsum_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.050s) 2022-11-23T02:33:03.6404911Z test_schema_correctness_masked_cumsum_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.045s) 2022-11-23T02:33:03.6405165Z test_schema_correctness_masked_cumsum_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.037s) 2022-11-23T02:33:03.6405478Z test_schema_correctness_masked_cumsum_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.052s) 2022-11-23T02:33:03.6405739Z test_schema_correctness_masked_cumsum_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.041s) 2022-11-23T02:33:03.6405985Z test_schema_correctness_masked_cumsum_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.100s) 2022-11-23T02:33:03.6406230Z test_schema_correctness_masked_cumsum_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.045s) 2022-11-23T02:33:03.6406481Z test_schema_correctness_masked_cumsum_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.041s) 2022-11-23T02:33:03.6406725Z test_schema_correctness_masked_cumsum_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.050s) 2022-11-23T02:33:03.6406975Z test_schema_correctness_masked_fill_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2022-11-23T02:33:03.6407207Z test_schema_correctness_masked_fill_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-11-23T02:33:03.6407466Z test_schema_correctness_masked_fill_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.020s) 2022-11-23T02:33:03.6407716Z test_schema_correctness_masked_fill_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-11-23T02:33:03.6407968Z test_schema_correctness_masked_fill_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.6408219Z test_schema_correctness_masked_fill_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-11-23T02:33:03.6408461Z test_schema_correctness_masked_fill_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2022-11-23T02:33:03.6408710Z test_schema_correctness_masked_fill_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2022-11-23T02:33:03.6408955Z test_schema_correctness_masked_fill_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T02:33:03.6409200Z test_schema_correctness_masked_fill_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2022-11-23T02:33:03.6409442Z test_schema_correctness_masked_fill_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2022-11-23T02:33:03.6409682Z test_schema_correctness_masked_fill_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2022-11-23T02:33:03.6410022Z test_schema_correctness_masked_fill_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T02:33:03.6410283Z test_schema_correctness_masked_log_softmax_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.052s) 2022-11-23T02:33:03.6410542Z test_schema_correctness_masked_log_softmax_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.048s) 2022-11-23T02:33:03.6410802Z test_schema_correctness_masked_log_softmax_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.046s) 2022-11-23T02:33:03.6411053Z test_schema_correctness_masked_log_softmax_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.058s) 2022-11-23T02:33:03.6411317Z test_schema_correctness_masked_logaddexp_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.077s) 2022-11-23T02:33:03.6411577Z test_schema_correctness_masked_logaddexp_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.077s) 2022-11-23T02:33:03.6411835Z test_schema_correctness_masked_logaddexp_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.087s) 2022-11-23T02:33:03.6412092Z test_schema_correctness_masked_logsumexp_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.381s) 2022-11-23T02:33:03.6412345Z test_schema_correctness_masked_logsumexp_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.378s) 2022-11-23T02:33:03.6412602Z test_schema_correctness_masked_logsumexp_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.335s) 2022-11-23T02:33:03.6412858Z test_schema_correctness_masked_logsumexp_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.378s) 2022-11-23T02:33:03.6413835Z test_schema_correctness_masked_logsumexp_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.364s) 2022-11-23T02:33:03.6414149Z test_schema_correctness_masked_logsumexp_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.413s) 2022-11-23T02:33:03.6414409Z test_schema_correctness_masked_logsumexp_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.380s) 2022-11-23T02:33:03.6414670Z test_schema_correctness_masked_logsumexp_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.405s) 2022-11-23T02:33:03.6414922Z test_schema_correctness_masked_logsumexp_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.436s) 2022-11-23T02:33:03.6415175Z test_schema_correctness_masked_mean_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.982s) 2022-11-23T02:33:03.6415422Z test_schema_correctness_masked_mean_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.761s) 2022-11-23T02:33:03.6415682Z test_schema_correctness_masked_mean_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.792s) 2022-11-23T02:33:03.6415939Z test_schema_correctness_masked_mean_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.821s) 2022-11-23T02:33:03.6416193Z test_schema_correctness_masked_mean_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.947s) 2022-11-23T02:33:03.6416443Z test_schema_correctness_masked_mean_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.970s) 2022-11-23T02:33:03.6416684Z test_schema_correctness_masked_mean_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.918s) 2022-11-23T02:33:03.6416927Z test_schema_correctness_masked_mean_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.866s) 2022-11-23T02:33:03.6417162Z test_schema_correctness_masked_mean_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.849s) 2022-11-23T02:33:03.6417407Z test_schema_correctness_masked_mean_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.889s) 2022-11-23T02:33:03.6417652Z test_schema_correctness_masked_mean_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.760s) 2022-11-23T02:33:03.6417899Z test_schema_correctness_masked_mean_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (1.221s) 2022-11-23T02:33:03.6418149Z test_schema_correctness_masked_median_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.198s) 2022-11-23T02:33:03.6418514Z test_schema_correctness_masked_median_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.214s) 2022-11-23T02:33:03.6418765Z test_schema_correctness_masked_median_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.205s) 2022-11-23T02:33:03.6419015Z test_schema_correctness_masked_norm_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (2.947s) 2022-11-23T02:33:03.6419263Z test_schema_correctness_masked_norm_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (2.250s) 2022-11-23T02:33:03.6419519Z test_schema_correctness_masked_norm_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (1.941s) 2022-11-23T02:33:03.6419763Z test_schema_correctness_masked_norm_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (1.869s) 2022-11-23T02:33:03.6420024Z test_schema_correctness_masked_normalize_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.196s) 2022-11-23T02:33:03.6420277Z test_schema_correctness_masked_normalize_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.198s) 2022-11-23T02:33:03.6420536Z test_schema_correctness_masked_normalize_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.214s) 2022-11-23T02:33:03.6420794Z test_schema_correctness_masked_normalize_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.216s) 2022-11-23T02:33:03.6421052Z test_schema_correctness_masked_normalize_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.211s) 2022-11-23T02:33:03.6421384Z test_schema_correctness_masked_normalize_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.230s) 2022-11-23T02:33:03.6421655Z test_schema_correctness_masked_prod_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.390s) 2022-11-23T02:33:03.6421904Z test_schema_correctness_masked_prod_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.412s) 2022-11-23T02:33:03.6422165Z test_schema_correctness_masked_prod_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.349s) 2022-11-23T02:33:03.6422420Z test_schema_correctness_masked_prod_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.342s) 2022-11-23T02:33:03.6422667Z test_schema_correctness_masked_prod_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.438s) 2022-11-23T02:33:03.6422915Z test_schema_correctness_masked_prod_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.448s) 2022-11-23T02:33:03.6423164Z test_schema_correctness_masked_prod_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.397s) 2022-11-23T02:33:03.6423409Z test_schema_correctness_masked_prod_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.517s) 2022-11-23T02:33:03.6423650Z test_schema_correctness_masked_prod_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.426s) 2022-11-23T02:33:03.6423892Z test_schema_correctness_masked_prod_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.346s) 2022-11-23T02:33:03.6424142Z test_schema_correctness_masked_prod_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.489s) 2022-11-23T02:33:03.6424389Z test_schema_correctness_masked_prod_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.446s) 2022-11-23T02:33:03.6424645Z test_schema_correctness_masked_scatter_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-11-23T02:33:03.6424896Z test_schema_correctness_masked_scatter_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T02:33:03.6425158Z test_schema_correctness_masked_scatter_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.017s) 2022-11-23T02:33:03.6425418Z test_schema_correctness_masked_scatter_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-11-23T02:33:03.6425674Z test_schema_correctness_masked_scatter_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-11-23T02:33:03.6426025Z test_schema_correctness_masked_scatter_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-11-23T02:33:03.6426280Z test_schema_correctness_masked_scatter_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-11-23T02:33:03.6426515Z test_schema_correctness_masked_scatter_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-11-23T02:33:03.6426763Z test_schema_correctness_masked_scatter_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-11-23T02:33:03.6427013Z test_schema_correctness_masked_scatter_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-11-23T02:33:03.6427262Z test_schema_correctness_masked_scatter_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-11-23T02:33:03.6427506Z test_schema_correctness_masked_scatter_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-11-23T02:33:03.6427766Z test_schema_correctness_masked_select_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-11-23T02:33:03.6428012Z test_schema_correctness_masked_select_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T02:33:03.6428271Z test_schema_correctness_masked_select_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.017s) 2022-11-23T02:33:03.6428525Z test_schema_correctness_masked_select_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T02:33:03.6428846Z test_schema_correctness_masked_select_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-11-23T02:33:03.6429113Z test_schema_correctness_masked_select_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-11-23T02:33:03.6429361Z test_schema_correctness_masked_select_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T02:33:03.6429608Z test_schema_correctness_masked_select_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2022-11-23T02:33:03.6429862Z test_schema_correctness_masked_select_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T02:33:03.6430106Z test_schema_correctness_masked_select_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T02:33:03.6430354Z test_schema_correctness_masked_select_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-11-23T02:33:03.6430598Z test_schema_correctness_masked_select_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T02:33:03.6430858Z test_schema_correctness_masked_softmax_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.048s) 2022-11-23T02:33:03.6431112Z test_schema_correctness_masked_softmax_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.057s) 2022-11-23T02:33:03.6431366Z test_schema_correctness_masked_softmax_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.058s) 2022-11-23T02:33:03.6431621Z test_schema_correctness_masked_softmax_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.052s) 2022-11-23T02:33:03.6431875Z test_schema_correctness_masked_softmin_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.065s) 2022-11-23T02:33:03.6432129Z test_schema_correctness_masked_softmin_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.059s) 2022-11-23T02:33:03.6432376Z test_schema_correctness_masked_softmin_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.073s) 2022-11-23T02:33:03.6432611Z test_schema_correctness_masked_softmin_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.061s) 2022-11-23T02:33:03.6432859Z test_schema_correctness_masked_std_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (3.834s) 2022-11-23T02:33:03.6433132Z test_schema_correctness_masked_std_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-11-23T02:33:03.6433500Z test_schema_correctness_masked_std_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-11-23T02:33:03.6433751Z test_schema_correctness_masked_std_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (3.919s) 2022-11-23T02:33:03.6434001Z test_schema_correctness_masked_std_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (3.760s) 2022-11-23T02:33:03.6434243Z test_schema_correctness_masked_std_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (3.923s) 2022-11-23T02:33:03.6434492Z test_schema_correctness_masked_std_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (3.150s) 2022-11-23T02:33:03.6434734Z test_schema_correctness_masked_std_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (3.125s) 2022-11-23T02:33:03.6434974Z test_schema_correctness_masked_std_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (3.134s) 2022-11-23T02:33:03.6435217Z test_schema_correctness_masked_std_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (3.063s) 2022-11-23T02:33:03.6435460Z test_schema_correctness_masked_std_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (3.243s) 2022-11-23T02:33:03.6435706Z test_schema_correctness_masked_sum_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.361s) 2022-11-23T02:33:03.6435947Z test_schema_correctness_masked_sum_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.360s) 2022-11-23T02:33:03.6436202Z test_schema_correctness_masked_sum_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.332s) 2022-11-23T02:33:03.6436523Z test_schema_correctness_masked_sum_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.337s) 2022-11-23T02:33:03.6436784Z test_schema_correctness_masked_sum_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.389s) 2022-11-23T02:33:03.6437031Z test_schema_correctness_masked_sum_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.346s) 2022-11-23T02:33:03.6437280Z test_schema_correctness_masked_sum_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.343s) 2022-11-23T02:33:03.6437520Z test_schema_correctness_masked_sum_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.285s) 2022-11-23T02:33:03.6437760Z test_schema_correctness_masked_sum_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.294s) 2022-11-23T02:33:03.6438001Z test_schema_correctness_masked_sum_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.365s) 2022-11-23T02:33:03.6438244Z test_schema_correctness_masked_sum_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.323s) 2022-11-23T02:33:03.6438472Z test_schema_correctness_masked_sum_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.310s) 2022-11-23T02:33:03.6438719Z test_schema_correctness_masked_var_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (3.612s) 2022-11-23T02:33:03.6439042Z test_schema_correctness_masked_var_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-11-23T02:33:03.6439324Z test_schema_correctness_masked_var_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-11-23T02:33:03.6439571Z test_schema_correctness_masked_var_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (3.677s) 2022-11-23T02:33:03.6439818Z test_schema_correctness_masked_var_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (3.689s) 2022-11-23T02:33:03.6440058Z test_schema_correctness_masked_var_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (3.831s) 2022-11-23T02:33:03.6440301Z test_schema_correctness_masked_var_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (3.093s) 2022-11-23T02:33:03.6440543Z test_schema_correctness_masked_var_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (3.077s) 2022-11-23T02:33:03.6440776Z test_schema_correctness_masked_var_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (3.024s) 2022-11-23T02:33:03.6441115Z test_schema_correctness_masked_var_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (3.123s) 2022-11-23T02:33:03.6441360Z test_schema_correctness_masked_var_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (2.984s) 2022-11-23T02:33:03.6441601Z test_schema_correctness_matmul_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.054s) 2022-11-23T02:33:03.6441848Z test_schema_correctness_matmul_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.056s) 2022-11-23T02:33:03.6442090Z test_schema_correctness_matmul_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.071s) 2022-11-23T02:33:03.6442331Z test_schema_correctness_matmul_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.052s) 2022-11-23T02:33:03.6442797Z test_schema_correctness_matmul_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.054s) 2022-11-23T02:33:03.6443052Z test_schema_correctness_matmul_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.055s) 2022-11-23T02:33:03.6443512Z test_schema_correctness_matrix_exp_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T02:33:03.6443916Z test_schema_correctness_matrix_exp_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T02:33:03.6444174Z test_schema_correctness_matrix_exp_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T02:33:03.6444417Z test_schema_correctness_matrix_exp_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-11-23T02:33:03.6444758Z test_schema_correctness_matrix_exp_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-11-23T02:33:03.6445001Z test_schema_correctness_matrix_exp_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-11-23T02:33:03.6445253Z test_schema_correctness_max_binary_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.019s) 2022-11-23T02:33:03.6445504Z test_schema_correctness_max_binary_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-11-23T02:33:03.6445743Z test_schema_correctness_max_binary_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.027s) 2022-11-23T02:33:03.6445988Z test_schema_correctness_max_binary_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T02:33:03.6446224Z test_schema_correctness_max_binary_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T02:33:03.6446470Z test_schema_correctness_max_binary_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T02:33:03.6446713Z test_schema_correctness_max_binary_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T02:33:03.6446952Z test_schema_correctness_max_binary_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T02:33:03.6447201Z test_schema_correctness_max_binary_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T02:33:03.6447442Z test_schema_correctness_max_binary_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T02:33:03.6447727Z test_schema_correctness_max_pool2d_with_indices_backward_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (9.719s) 2022-11-23T02:33:03.6448011Z test_schema_correctness_max_pool2d_with_indices_backward_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (9.652s) 2022-11-23T02:33:03.6448295Z test_schema_correctness_max_pool2d_with_indices_backward_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (12.195s) 2022-11-23T02:33:03.6448577Z test_schema_correctness_max_pool2d_with_indices_backward_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (11.453s) 2022-11-23T02:33:03.6448840Z test_schema_correctness_max_reduction_no_dim_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T02:33:03.6449191Z test_schema_correctness_max_reduction_no_dim_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T02:33:03.6449454Z test_schema_correctness_max_reduction_no_dim_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6449709Z test_schema_correctness_max_reduction_no_dim_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T02:33:03.6449973Z test_schema_correctness_max_reduction_no_dim_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6450233Z test_schema_correctness_max_reduction_no_dim_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6450483Z test_schema_correctness_max_reduction_no_dim_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6450729Z test_schema_correctness_max_reduction_no_dim_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T02:33:03.6450989Z test_schema_correctness_max_reduction_no_dim_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T02:33:03.6451251Z test_schema_correctness_max_reduction_no_dim_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T02:33:03.6451500Z test_schema_correctness_max_reduction_with_dim_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T02:33:03.6451764Z test_schema_correctness_max_reduction_with_dim_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-11-23T02:33:03.6452101Z test_schema_correctness_max_reduction_with_dim_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-11-23T02:33:03.6452384Z test_schema_correctness_max_reduction_with_dim_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-11-23T02:33:03.6452651Z test_schema_correctness_max_reduction_with_dim_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-11-23T02:33:03.6452915Z test_schema_correctness_max_reduction_with_dim_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T02:33:03.6453175Z test_schema_correctness_max_reduction_with_dim_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-11-23T02:33:03.6453424Z test_schema_correctness_max_reduction_with_dim_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6453682Z test_schema_correctness_max_reduction_with_dim_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T02:33:03.6453936Z test_schema_correctness_max_reduction_with_dim_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-11-23T02:33:03.6454188Z test_schema_correctness_maximum_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T02:33:03.6454429Z test_schema_correctness_maximum_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T02:33:03.6454675Z test_schema_correctness_maximum_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-11-23T02:33:03.6454921Z test_schema_correctness_maximum_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T02:33:03.6455165Z test_schema_correctness_maximum_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-11-23T02:33:03.6455404Z test_schema_correctness_maximum_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-11-23T02:33:03.6455638Z test_schema_correctness_maximum_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T02:33:03.6455869Z test_schema_correctness_maximum_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T02:33:03.6456112Z test_schema_correctness_maximum_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T02:33:03.6456341Z test_schema_correctness_maximum_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T02:33:03.6456675Z test_schema_correctness_mean_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.031s) 2022-11-23T02:33:03.6456917Z test_schema_correctness_mean_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.024s) 2022-11-23T02:33:03.6457161Z test_schema_correctness_mean_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.6457386Z test_schema_correctness_mean_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.033s) 2022-11-23T02:33:03.6457619Z test_schema_correctness_mean_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.024s) 2022-11-23T02:33:03.6457858Z test_schema_correctness_mean_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.6458099Z test_schema_correctness_median_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.021s) 2022-11-23T02:33:03.6458340Z test_schema_correctness_median_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-11-23T02:33:03.6458586Z test_schema_correctness_median_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-11-23T02:33:03.6458826Z test_schema_correctness_median_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T02:33:03.6459063Z test_schema_correctness_median_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T02:33:03.6459292Z test_schema_correctness_median_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.017s) 2022-11-23T02:33:03.6459595Z test_schema_correctness_median_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-11-23T02:33:03.6459846Z test_schema_correctness_median_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-11-23T02:33:03.6460118Z test_schema_correctness_meshgrid_list_of_tensors_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.045s) 2022-11-23T02:33:03.6460386Z test_schema_correctness_meshgrid_list_of_tensors_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.041s) 2022-11-23T02:33:03.6460659Z test_schema_correctness_meshgrid_list_of_tensors_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.049s) 2022-11-23T02:33:03.6460934Z test_schema_correctness_meshgrid_list_of_tensors_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.048s) 2022-11-23T02:33:03.6461200Z test_schema_correctness_meshgrid_list_of_tensors_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.039s) 2022-11-23T02:33:03.6461460Z test_schema_correctness_meshgrid_list_of_tensors_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.049s) 2022-11-23T02:33:03.6461729Z test_schema_correctness_meshgrid_list_of_tensors_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.035s) 2022-11-23T02:33:03.6461993Z test_schema_correctness_meshgrid_list_of_tensors_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.051s) 2022-11-23T02:33:03.6462259Z test_schema_correctness_meshgrid_list_of_tensors_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.046s) 2022-11-23T02:33:03.6462515Z test_schema_correctness_meshgrid_list_of_tensors_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.045s) 2022-11-23T02:33:03.6462776Z test_schema_correctness_meshgrid_list_of_tensors_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.043s) 2022-11-23T02:33:03.6463037Z test_schema_correctness_meshgrid_list_of_tensors_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.042s) 2022-11-23T02:33:03.6463313Z test_schema_correctness_meshgrid_variadic_tensors_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.046s) 2022-11-23T02:33:03.6463581Z test_schema_correctness_meshgrid_variadic_tensors_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.069s) 2022-11-23T02:33:03.6463843Z test_schema_correctness_meshgrid_variadic_tensors_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.059s) 2022-11-23T02:33:03.6464211Z test_schema_correctness_meshgrid_variadic_tensors_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.041s) 2022-11-23T02:33:03.6464484Z test_schema_correctness_meshgrid_variadic_tensors_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.055s) 2022-11-23T02:33:03.6464747Z test_schema_correctness_meshgrid_variadic_tensors_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.045s) 2022-11-23T02:33:03.6465018Z test_schema_correctness_meshgrid_variadic_tensors_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.045s) 2022-11-23T02:33:03.6465289Z test_schema_correctness_meshgrid_variadic_tensors_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.036s) 2022-11-23T02:33:03.6465560Z test_schema_correctness_meshgrid_variadic_tensors_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.051s) 2022-11-23T02:33:03.6465822Z test_schema_correctness_meshgrid_variadic_tensors_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.044s) 2022-11-23T02:33:03.6466092Z test_schema_correctness_meshgrid_variadic_tensors_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.039s) 2022-11-23T02:33:03.6466361Z test_schema_correctness_meshgrid_variadic_tensors_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.051s) 2022-11-23T02:33:03.6466611Z test_schema_correctness_min_binary_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-11-23T02:33:03.6466858Z test_schema_correctness_min_binary_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.019s) 2022-11-23T02:33:03.6467182Z test_schema_correctness_min_binary_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.6467447Z test_schema_correctness_min_binary_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.6467690Z test_schema_correctness_min_binary_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-11-23T02:33:03.6467938Z test_schema_correctness_min_binary_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T02:33:03.6468173Z test_schema_correctness_min_binary_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-11-23T02:33:03.6468416Z test_schema_correctness_min_binary_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T02:33:03.6468661Z test_schema_correctness_min_binary_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T02:33:03.6468907Z test_schema_correctness_min_binary_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-11-23T02:33:03.6469174Z test_schema_correctness_min_reduction_no_dim_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T02:33:03.6469435Z test_schema_correctness_min_reduction_no_dim_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6469698Z test_schema_correctness_min_reduction_no_dim_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6469956Z test_schema_correctness_min_reduction_no_dim_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6470208Z test_schema_correctness_min_reduction_no_dim_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T02:33:03.6470453Z test_schema_correctness_min_reduction_no_dim_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6470702Z test_schema_correctness_min_reduction_no_dim_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6470949Z test_schema_correctness_min_reduction_no_dim_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-11-23T02:33:03.6471203Z test_schema_correctness_min_reduction_no_dim_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T02:33:03.6471459Z test_schema_correctness_min_reduction_no_dim_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T02:33:03.6471822Z test_schema_correctness_min_reduction_with_dim_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-11-23T02:33:03.6472084Z test_schema_correctness_min_reduction_with_dim_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-11-23T02:33:03.6472346Z test_schema_correctness_min_reduction_with_dim_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T02:33:03.6472605Z test_schema_correctness_min_reduction_with_dim_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-11-23T02:33:03.6472870Z test_schema_correctness_min_reduction_with_dim_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T02:33:03.6473126Z test_schema_correctness_min_reduction_with_dim_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T02:33:03.6473382Z test_schema_correctness_min_reduction_with_dim_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T02:33:03.6473643Z test_schema_correctness_min_reduction_with_dim_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6473901Z test_schema_correctness_min_reduction_with_dim_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-11-23T02:33:03.6474154Z test_schema_correctness_min_reduction_with_dim_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T02:33:03.6474400Z test_schema_correctness_minimum_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T02:33:03.6474712Z test_schema_correctness_minimum_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T02:33:03.6474974Z test_schema_correctness_minimum_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-11-23T02:33:03.6475220Z test_schema_correctness_minimum_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-11-23T02:33:03.6475467Z test_schema_correctness_minimum_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T02:33:03.6475708Z test_schema_correctness_minimum_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.017s) 2022-11-23T02:33:03.6475948Z test_schema_correctness_minimum_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2022-11-23T02:33:03.6476180Z test_schema_correctness_minimum_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T02:33:03.6476421Z test_schema_correctness_minimum_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T02:33:03.6476638Z test_schema_correctness_minimum_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T02:33:03.6476874Z test_schema_correctness_mm_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T02:33:03.6477140Z test_schema_correctness_mm_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-11-23T02:33:03.6477402Z test_schema_correctness_mm_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-11-23T02:33:03.6477639Z test_schema_correctness_mm_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T02:33:03.6477869Z test_schema_correctness_mm_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T02:33:03.6478094Z test_schema_correctness_mm_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T02:33:03.6478335Z test_schema_correctness_mode_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-11-23T02:33:03.6478567Z test_schema_correctness_mode_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-11-23T02:33:03.6478807Z test_schema_correctness_mode_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T02:33:03.6479131Z test_schema_correctness_mode_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.021s) 2022-11-23T02:33:03.6479365Z test_schema_correctness_mode_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-11-23T02:33:03.6479599Z test_schema_correctness_mode_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-11-23T02:33:03.6479830Z test_schema_correctness_mode_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-11-23T02:33:03.6480055Z test_schema_correctness_mode_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T02:33:03.6480291Z test_schema_correctness_mode_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-11-23T02:33:03.6480523Z test_schema_correctness_mode_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-11-23T02:33:03.6480768Z test_schema_correctness_movedim_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-11-23T02:33:03.6481013Z test_schema_correctness_movedim_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T02:33:03.6481264Z test_schema_correctness_movedim_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T02:33:03.6481511Z test_schema_correctness_movedim_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-11-23T02:33:03.6481759Z test_schema_correctness_movedim_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T02:33:03.6482061Z test_schema_correctness_movedim_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T02:33:03.6482323Z test_schema_correctness_movedim_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-11-23T02:33:03.6482568Z test_schema_correctness_movedim_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6482808Z test_schema_correctness_movedim_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T02:33:03.6483047Z test_schema_correctness_movedim_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6483287Z test_schema_correctness_movedim_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6483526Z test_schema_correctness_movedim_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-11-23T02:33:03.6483761Z test_schema_correctness_movedim_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-11-23T02:33:03.6484006Z test_schema_correctness_msort_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T02:33:03.6484240Z test_schema_correctness_msort_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T02:33:03.6484474Z test_schema_correctness_msort_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T02:33:03.6484703Z test_schema_correctness_msort_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T02:33:03.6484939Z test_schema_correctness_msort_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T02:33:03.6485168Z test_schema_correctness_msort_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T02:33:03.6485396Z test_schema_correctness_msort_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T02:33:03.6485629Z test_schema_correctness_msort_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T02:33:03.6485864Z test_schema_correctness_msort_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T02:33:03.6486101Z test_schema_correctness_mul_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-11-23T02:33:03.6486332Z test_schema_correctness_mul_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.017s) 2022-11-23T02:33:03.6486670Z test_schema_correctness_mul_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2022-11-23T02:33:03.6486909Z test_schema_correctness_mul_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-11-23T02:33:03.6487140Z test_schema_correctness_mul_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2022-11-23T02:33:03.6487359Z test_schema_correctness_mul_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-11-23T02:33:03.6487583Z test_schema_correctness_mul_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T02:33:03.6487812Z test_schema_correctness_mul_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.020s) 2022-11-23T02:33:03.6488044Z test_schema_correctness_mul_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T02:33:03.6488276Z test_schema_correctness_mul_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T02:33:03.6488510Z test_schema_correctness_mul_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T02:33:03.6488741Z test_schema_correctness_mul_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T02:33:03.6488972Z test_schema_correctness_mul_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-11-23T02:33:03.6489224Z test_schema_correctness_multinomial_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.017s) 2022-11-23T02:33:03.6489475Z test_schema_correctness_multinomial_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.6489790Z test_schema_correctness_multinomial_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-11-23T02:33:03.6490043Z test_schema_correctness_mv_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T02:33:03.6490285Z test_schema_correctness_mv_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6490530Z test_schema_correctness_mv_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T02:33:03.6490764Z test_schema_correctness_mv_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6490992Z test_schema_correctness_mv_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6491215Z test_schema_correctness_mv_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6491484Z test_schema_correctness_mvlgamma_mvlgamma_p_1_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T02:33:03.6491750Z test_schema_correctness_mvlgamma_mvlgamma_p_1_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T02:33:03.6492006Z test_schema_correctness_mvlgamma_mvlgamma_p_1_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T02:33:03.6492267Z test_schema_correctness_mvlgamma_mvlgamma_p_1_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.021s) 2022-11-23T02:33:03.6492514Z test_schema_correctness_mvlgamma_mvlgamma_p_1_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2022-11-23T02:33:03.6492759Z test_schema_correctness_mvlgamma_mvlgamma_p_1_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.6493016Z test_schema_correctness_mvlgamma_mvlgamma_p_1_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.017s) 2022-11-23T02:33:03.6493275Z test_schema_correctness_mvlgamma_mvlgamma_p_1_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-11-23T02:33:03.6493535Z test_schema_correctness_mvlgamma_mvlgamma_p_3_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-11-23T02:33:03.6493802Z test_schema_correctness_mvlgamma_mvlgamma_p_3_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T02:33:03.6494835Z test_schema_correctness_mvlgamma_mvlgamma_p_3_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.6495093Z test_schema_correctness_mvlgamma_mvlgamma_p_3_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T02:33:03.6495343Z test_schema_correctness_mvlgamma_mvlgamma_p_3_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-11-23T02:33:03.6495606Z test_schema_correctness_mvlgamma_mvlgamma_p_3_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-11-23T02:33:03.6495871Z test_schema_correctness_mvlgamma_mvlgamma_p_3_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T02:33:03.6496125Z test_schema_correctness_mvlgamma_mvlgamma_p_3_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T02:33:03.6496387Z test_schema_correctness_mvlgamma_mvlgamma_p_5_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.017s) 2022-11-23T02:33:03.6496652Z test_schema_correctness_mvlgamma_mvlgamma_p_5_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-11-23T02:33:03.6496908Z test_schema_correctness_mvlgamma_mvlgamma_p_5_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-11-23T02:33:03.6497164Z test_schema_correctness_mvlgamma_mvlgamma_p_5_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T02:33:03.6497413Z test_schema_correctness_mvlgamma_mvlgamma_p_5_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-11-23T02:33:03.6497770Z test_schema_correctness_mvlgamma_mvlgamma_p_5_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T02:33:03.6498047Z test_schema_correctness_mvlgamma_mvlgamma_p_5_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T02:33:03.6498297Z test_schema_correctness_mvlgamma_mvlgamma_p_5_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.019s) 2022-11-23T02:33:03.6498552Z test_schema_correctness_nan_to_num_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-11-23T02:33:03.6498793Z test_schema_correctness_nan_to_num_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-11-23T02:33:03.6499043Z test_schema_correctness_nan_to_num_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-11-23T02:33:03.6499289Z test_schema_correctness_nan_to_num_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-11-23T02:33:03.6499529Z test_schema_correctness_nan_to_num_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-11-23T02:33:03.6499775Z test_schema_correctness_nan_to_num_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T02:33:03.6499996Z test_schema_correctness_nan_to_num_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T02:33:03.6500236Z test_schema_correctness_nan_to_num_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T02:33:03.6500485Z test_schema_correctness_nan_to_num_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T02:33:03.6500728Z test_schema_correctness_nan_to_num_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6500966Z test_schema_correctness_nanmean_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.250s) 2022-11-23T02:33:03.6501211Z test_schema_correctness_nanmean_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.225s) 2022-11-23T02:33:03.6501457Z test_schema_correctness_nanmean_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.222s) 2022-11-23T02:33:03.6501699Z test_schema_correctness_nanmean_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.248s) 2022-11-23T02:33:03.6501952Z test_schema_correctness_nanmedian_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.024s) 2022-11-23T02:33:03.6502293Z test_schema_correctness_nanmedian_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.018s) 2022-11-23T02:33:03.6502532Z test_schema_correctness_nanmedian_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-11-23T02:33:03.6502773Z test_schema_correctness_nanmedian_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.6503011Z test_schema_correctness_nanmedian_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T02:33:03.6503257Z test_schema_correctness_nanmedian_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-11-23T02:33:03.6503506Z test_schema_correctness_nanmedian_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-11-23T02:33:03.6503746Z test_schema_correctness_nanmedian_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T02:33:03.6503997Z test_schema_correctness_nanquantile_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (1.342s) 2022-11-23T02:33:03.6504251Z test_schema_correctness_nanquantile_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (1.357s) 2022-11-23T02:33:03.6504488Z test_schema_correctness_nansum_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.039s) 2022-11-23T02:33:03.6504724Z test_schema_correctness_nansum_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.019s) 2022-11-23T02:33:03.6504963Z test_schema_correctness_nansum_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.051s) 2022-11-23T02:33:03.6505204Z test_schema_correctness_nansum_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.046s) 2022-11-23T02:33:03.6505514Z test_schema_correctness_nansum_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.042s) 2022-11-23T02:33:03.6505754Z test_schema_correctness_nansum_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.029s) 2022-11-23T02:33:03.6505990Z test_schema_correctness_nansum_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.029s) 2022-11-23T02:33:03.6506233Z test_schema_correctness_nansum_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.019s) 2022-11-23T02:33:03.6506467Z test_schema_correctness_nansum_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.039s) 2022-11-23T02:33:03.6506704Z test_schema_correctness_nansum_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.031s) 2022-11-23T02:33:03.6506960Z test_schema_correctness_narrow_copy_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-11-23T02:33:03.6507211Z test_schema_correctness_narrow_copy_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-11-23T02:33:03.6507471Z test_schema_correctness_narrow_copy_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-11-23T02:33:03.6507727Z test_schema_correctness_narrow_copy_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T02:33:03.6507983Z test_schema_correctness_narrow_copy_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-11-23T02:33:03.6508230Z test_schema_correctness_narrow_copy_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T02:33:03.6508480Z test_schema_correctness_narrow_copy_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6508727Z test_schema_correctness_narrow_copy_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.6508971Z test_schema_correctness_narrow_copy_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-11-23T02:33:03.6509217Z test_schema_correctness_narrow_copy_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-11-23T02:33:03.6509459Z test_schema_correctness_narrow_copy_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-11-23T02:33:03.6509705Z test_schema_correctness_narrow_copy_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-11-23T02:33:03.6510039Z test_schema_correctness_narrow_copy_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-11-23T02:33:03.6510284Z test_schema_correctness_narrow_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.020s) 2022-11-23T02:33:03.6510523Z test_schema_correctness_narrow_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T02:33:03.6510770Z test_schema_correctness_narrow_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T02:33:03.6511020Z test_schema_correctness_narrow_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6511243Z test_schema_correctness_narrow_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.024s) 2022-11-23T02:33:03.6511484Z test_schema_correctness_narrow_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.020s) 2022-11-23T02:33:03.6511730Z test_schema_correctness_narrow_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.017s) 2022-11-23T02:33:03.6511972Z test_schema_correctness_narrow_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.018s) 2022-11-23T02:33:03.6512208Z test_schema_correctness_narrow_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.023s) 2022-11-23T02:33:03.6512447Z test_schema_correctness_narrow_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2022-11-23T02:33:03.6512680Z test_schema_correctness_narrow_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.028s) 2022-11-23T02:33:03.6512986Z test_schema_correctness_narrow_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.022s) 2022-11-23T02:33:03.6513239Z test_schema_correctness_narrow_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.6513500Z test_schema_correctness_native_batch_norm_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.035s) 2022-11-23T02:33:03.6513760Z test_schema_correctness_native_batch_norm_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.026s) 2022-11-23T02:33:03.6514019Z test_schema_correctness_native_batch_norm_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.029s) 2022-11-23T02:33:03.6514275Z test_schema_correctness_native_batch_norm_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.030s) 2022-11-23T02:33:03.6514544Z test_schema_correctness_native_dropout_backward_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T02:33:03.6514816Z test_schema_correctness_native_dropout_backward_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T02:33:03.6515088Z test_schema_correctness_native_dropout_backward_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T02:33:03.6515358Z test_schema_correctness_native_dropout_backward_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T02:33:03.6515622Z test_schema_correctness_native_layer_norm_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.047s) 2022-11-23T02:33:03.6515877Z test_schema_correctness_native_layer_norm_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.050s) 2022-11-23T02:33:03.6516132Z test_schema_correctness_native_layer_norm_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.035s) 2022-11-23T02:33:03.6516385Z test_schema_correctness_native_layer_norm_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.036s) 2022-11-23T02:33:03.6516624Z test_schema_correctness_ne_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.017s) 2022-11-23T02:33:03.6516854Z test_schema_correctness_ne_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T02:33:03.6517097Z test_schema_correctness_ne_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.017s) 2022-11-23T02:33:03.6517323Z test_schema_correctness_ne_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-11-23T02:33:03.6517647Z test_schema_correctness_ne_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-11-23T02:33:03.6517878Z test_schema_correctness_ne_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.017s) 2022-11-23T02:33:03.6518103Z test_schema_correctness_ne_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2022-11-23T02:33:03.6518336Z test_schema_correctness_ne_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T02:33:03.6518571Z test_schema_correctness_ne_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T02:33:03.6518801Z test_schema_correctness_ne_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-11-23T02:33:03.6519034Z test_schema_correctness_ne_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T02:33:03.6519263Z test_schema_correctness_ne_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.021s) 2022-11-23T02:33:03.6519505Z test_schema_correctness_neg_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T02:33:03.6519748Z test_schema_correctness_neg_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T02:33:03.6519991Z test_schema_correctness_neg_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T02:33:03.6520227Z test_schema_correctness_neg_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T02:33:03.6520533Z test_schema_correctness_neg_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T02:33:03.6520790Z test_schema_correctness_neg_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T02:33:03.6521021Z test_schema_correctness_neg_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T02:33:03.6521258Z test_schema_correctness_neg_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T02:33:03.6521490Z test_schema_correctness_neg_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T02:33:03.6521723Z test_schema_correctness_neg_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T02:33:03.6521953Z test_schema_correctness_neg_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-11-23T02:33:03.6522182Z test_schema_correctness_neg_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T02:33:03.6522421Z test_schema_correctness_new_empty_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.020s) 2022-11-23T02:33:03.6522663Z test_schema_correctness_new_empty_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.017s) 2022-11-23T02:33:03.6522916Z test_schema_correctness_new_empty_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.018s) 2022-11-23T02:33:03.6523173Z test_schema_correctness_new_empty_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6523425Z test_schema_correctness_new_empty_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-11-23T02:33:03.6523671Z test_schema_correctness_new_empty_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.017s) 2022-11-23T02:33:03.6523918Z test_schema_correctness_new_empty_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.018s) 2022-11-23T02:33:03.6524164Z test_schema_correctness_new_empty_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.017s) 2022-11-23T02:33:03.6524412Z test_schema_correctness_new_empty_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.6524653Z test_schema_correctness_new_empty_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T02:33:03.6524892Z test_schema_correctness_new_empty_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.026s) 2022-11-23T02:33:03.6525226Z test_schema_correctness_new_empty_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.018s) 2022-11-23T02:33:03.6525464Z test_schema_correctness_new_empty_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T02:33:03.6525726Z test_schema_correctness_new_empty_strided_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.031s) 2022-11-23T02:33:03.6525980Z test_schema_correctness_new_empty_strided_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.026s) 2022-11-23T02:33:03.6526251Z test_schema_correctness_new_empty_strided_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.036s) 2022-11-23T02:33:03.6526517Z test_schema_correctness_new_empty_strided_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T02:33:03.6526781Z test_schema_correctness_new_empty_strided_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.018s) 2022-11-23T02:33:03.6527042Z test_schema_correctness_new_empty_strided_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.022s) 2022-11-23T02:33:03.6527302Z test_schema_correctness_new_empty_strided_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.022s) 2022-11-23T02:33:03.6527558Z test_schema_correctness_new_empty_strided_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.022s) 2022-11-23T02:33:03.6527811Z test_schema_correctness_new_empty_strided_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.022s) 2022-11-23T02:33:03.6528134Z test_schema_correctness_new_empty_strided_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T02:33:03.6528404Z test_schema_correctness_new_empty_strided_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.030s) 2022-11-23T02:33:03.6528642Z test_schema_correctness_new_empty_strided_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.020s) 2022-11-23T02:33:03.6528892Z test_schema_correctness_new_empty_strided_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.020s) 2022-11-23T02:33:03.6529140Z test_schema_correctness_new_full_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.031s) 2022-11-23T02:33:03.6529381Z test_schema_correctness_new_full_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.021s) 2022-11-23T02:33:03.6529631Z test_schema_correctness_new_full_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.027s) 2022-11-23T02:33:03.6529883Z test_schema_correctness_new_full_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T02:33:03.6530133Z test_schema_correctness_new_full_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.025s) 2022-11-23T02:33:03.6530380Z test_schema_correctness_new_full_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.019s) 2022-11-23T02:33:03.6530624Z test_schema_correctness_new_full_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.018s) 2022-11-23T02:33:03.6530869Z test_schema_correctness_new_full_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.6531111Z test_schema_correctness_new_full_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.029s) 2022-11-23T02:33:03.6531346Z test_schema_correctness_new_full_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.024s) 2022-11-23T02:33:03.6531585Z test_schema_correctness_new_full_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-11-23T02:33:03.6531829Z test_schema_correctness_new_full_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.020s) 2022-11-23T02:33:03.6532067Z test_schema_correctness_new_full_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.025s) 2022-11-23T02:33:03.6532311Z test_schema_correctness_new_ones_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.020s) 2022-11-23T02:33:03.6532641Z test_schema_correctness_new_ones_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-11-23T02:33:03.6532892Z test_schema_correctness_new_ones_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.023s) 2022-11-23T02:33:03.6533142Z test_schema_correctness_new_ones_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6533388Z test_schema_correctness_new_ones_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.021s) 2022-11-23T02:33:03.6533629Z test_schema_correctness_new_ones_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.018s) 2022-11-23T02:33:03.6533867Z test_schema_correctness_new_ones_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.019s) 2022-11-23T02:33:03.6534109Z test_schema_correctness_new_ones_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.018s) 2022-11-23T02:33:03.6534331Z test_schema_correctness_new_ones_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T02:33:03.6534572Z test_schema_correctness_new_ones_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.021s) 2022-11-23T02:33:03.6534877Z test_schema_correctness_new_ones_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.017s) 2022-11-23T02:33:03.6535117Z test_schema_correctness_new_ones_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.017s) 2022-11-23T02:33:03.6535353Z test_schema_correctness_new_ones_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.024s) 2022-11-23T02:33:03.6536264Z test_schema_correctness_new_zeros_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.019s) 2022-11-23T02:33:03.6536572Z test_schema_correctness_new_zeros_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.018s) 2022-11-23T02:33:03.6536827Z test_schema_correctness_new_zeros_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-11-23T02:33:03.6537084Z test_schema_correctness_new_zeros_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6537332Z test_schema_correctness_new_zeros_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.023s) 2022-11-23T02:33:03.6537578Z test_schema_correctness_new_zeros_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.017s) 2022-11-23T02:33:03.6537823Z test_schema_correctness_new_zeros_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T02:33:03.6538069Z test_schema_correctness_new_zeros_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.017s) 2022-11-23T02:33:03.6538309Z test_schema_correctness_new_zeros_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.019s) 2022-11-23T02:33:03.6538549Z test_schema_correctness_new_zeros_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.017s) 2022-11-23T02:33:03.6538790Z test_schema_correctness_new_zeros_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.018s) 2022-11-23T02:33:03.6539079Z test_schema_correctness_new_zeros_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.017s) 2022-11-23T02:33:03.6539319Z test_schema_correctness_new_zeros_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.021s) 2022-11-23T02:33:03.6539569Z test_schema_correctness_nextafter_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T02:33:03.6539816Z test_schema_correctness_nextafter_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T02:33:03.6540066Z test_schema_correctness_nextafter_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T02:33:03.6540369Z test_schema_correctness_nn_functional__scaled_dot_product_attention_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.334s) 2022-11-23T02:33:03.6540667Z test_schema_correctness_nn_functional__scaled_dot_product_attention_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.352s) 2022-11-23T02:33:03.6541069Z test_schema_correctness_nn_functional__scaled_dot_product_attention_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.345s) 2022-11-23T02:33:03.6541359Z test_schema_correctness_nn_functional__scaled_dot_product_attention_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.342s) 2022-11-23T02:33:03.6541646Z test_schema_correctness_nn_functional_adaptive_avg_pool1d_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.017s) 2022-11-23T02:33:03.6541934Z test_schema_correctness_nn_functional_adaptive_avg_pool1d_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2022-11-23T02:33:03.6542222Z test_schema_correctness_nn_functional_adaptive_avg_pool1d_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T02:33:03.6542506Z test_schema_correctness_nn_functional_adaptive_avg_pool1d_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.029s) 2022-11-23T02:33:03.6542790Z test_schema_correctness_nn_functional_adaptive_avg_pool2d_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T02:33:03.6543071Z test_schema_correctness_nn_functional_adaptive_avg_pool2d_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-11-23T02:33:03.6543352Z test_schema_correctness_nn_functional_adaptive_avg_pool2d_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T02:33:03.6543635Z test_schema_correctness_nn_functional_adaptive_avg_pool2d_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T02:33:03.6544143Z test_schema_correctness_nn_functional_adaptive_avg_pool3d_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.020s) 2022-11-23T02:33:03.6544459Z test_schema_correctness_nn_functional_adaptive_avg_pool3d_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-11-23T02:33:03.6544868Z test_schema_correctness_nn_functional_adaptive_avg_pool3d_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T02:33:03.6545399Z test_schema_correctness_nn_functional_adaptive_avg_pool3d_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-11-23T02:33:03.6545692Z test_schema_correctness_nn_functional_adaptive_max_pool1d_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.034s) 2022-11-23T02:33:03.6545970Z test_schema_correctness_nn_functional_adaptive_max_pool1d_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.027s) 2022-11-23T02:33:03.6546249Z test_schema_correctness_nn_functional_adaptive_max_pool1d_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.030s) 2022-11-23T02:33:03.6546524Z test_schema_correctness_nn_functional_adaptive_max_pool1d_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.023s) 2022-11-23T02:33:03.6546800Z test_schema_correctness_nn_functional_adaptive_max_pool2d_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.034s) 2022-11-23T02:33:03.6547077Z test_schema_correctness_nn_functional_adaptive_max_pool2d_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.023s) 2022-11-23T02:33:03.6547350Z test_schema_correctness_nn_functional_adaptive_max_pool2d_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.029s) 2022-11-23T02:33:03.6547624Z test_schema_correctness_nn_functional_adaptive_max_pool2d_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.025s) 2022-11-23T02:33:03.6547898Z test_schema_correctness_nn_functional_adaptive_max_pool3d_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.025s) 2022-11-23T02:33:03.6548173Z test_schema_correctness_nn_functional_adaptive_max_pool3d_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.028s) 2022-11-23T02:33:03.6548444Z test_schema_correctness_nn_functional_adaptive_max_pool3d_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.6548716Z test_schema_correctness_nn_functional_adaptive_max_pool3d_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.032s) 2022-11-23T02:33:03.6549101Z test_schema_correctness_nn_functional_alpha_dropout_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.041s) 2022-11-23T02:33:03.6549375Z test_schema_correctness_nn_functional_alpha_dropout_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.041s) 2022-11-23T02:33:03.6549649Z test_schema_correctness_nn_functional_alpha_dropout_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.042s) 2022-11-23T02:33:03.6549919Z test_schema_correctness_nn_functional_alpha_dropout_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.042s) 2022-11-23T02:33:03.6550189Z test_schema_correctness_nn_functional_avg_pool1d_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.033s) 2022-11-23T02:33:03.6550624Z test_schema_correctness_nn_functional_avg_pool1d_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.028s) 2022-11-23T02:33:03.6550893Z test_schema_correctness_nn_functional_avg_pool1d_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.032s) 2022-11-23T02:33:03.6551159Z test_schema_correctness_nn_functional_avg_pool1d_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.033s) 2022-11-23T02:33:03.6551766Z test_schema_correctness_nn_functional_avg_pool2d_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-11-23T02:33:03.6552050Z test_schema_correctness_nn_functional_avg_pool2d_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-11-23T02:33:03.6552401Z test_schema_correctness_nn_functional_avg_pool2d_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T02:33:03.6552683Z test_schema_correctness_nn_functional_avg_pool2d_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.018s) 2022-11-23T02:33:03.6552957Z test_schema_correctness_nn_functional_avg_pool3d_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.017s) 2022-11-23T02:33:03.6553231Z test_schema_correctness_nn_functional_avg_pool3d_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.6553493Z test_schema_correctness_nn_functional_avg_pool3d_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2022-11-23T02:33:03.6553753Z test_schema_correctness_nn_functional_avg_pool3d_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.018s) 2022-11-23T02:33:03.6554022Z test_schema_correctness_nn_functional_batch_norm_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.044s) 2022-11-23T02:33:03.6554289Z test_schema_correctness_nn_functional_batch_norm_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.061s) 2022-11-23T02:33:03.6554553Z test_schema_correctness_nn_functional_batch_norm_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.414s) 2022-11-23T02:33:03.6554816Z test_schema_correctness_nn_functional_batch_norm_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.043s) 2022-11-23T02:33:03.6555108Z test_schema_correctness_nn_functional_batch_norm_without_cudnn_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.058s) 2022-11-23T02:33:03.6555393Z test_schema_correctness_nn_functional_batch_norm_without_cudnn_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.059s) 2022-11-23T02:33:03.6555678Z test_schema_correctness_nn_functional_batch_norm_without_cudnn_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.060s) 2022-11-23T02:33:03.6555968Z test_schema_correctness_nn_functional_batch_norm_without_cudnn_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.054s) 2022-11-23T02:33:03.6556235Z test_schema_correctness_nn_functional_bilinear_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.098s) 2022-11-23T02:33:03.6556498Z test_schema_correctness_nn_functional_bilinear_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.104s) 2022-11-23T02:33:03.6557031Z test_schema_correctness_nn_functional_bilinear_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.119s) 2022-11-23T02:33:03.6557308Z test_schema_correctness_nn_functional_bilinear_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.115s) 2022-11-23T02:33:03.6557714Z test_schema_correctness_nn_functional_binary_cross_entropy_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.022s) 2022-11-23T02:33:03.6558225Z test_schema_correctness_nn_functional_binary_cross_entropy_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.021s) 2022-11-23T02:33:03.6558516Z test_schema_correctness_nn_functional_binary_cross_entropy_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.022s) 2022-11-23T02:33:03.6558785Z test_schema_correctness_nn_functional_binary_cross_entropy_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.021s) 2022-11-23T02:33:03.6559085Z test_schema_correctness_nn_functional_binary_cross_entropy_with_logits_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.053s) 2022-11-23T02:33:03.6559387Z test_schema_correctness_nn_functional_binary_cross_entropy_with_logits_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.051s) 2022-11-23T02:33:03.6559684Z test_schema_correctness_nn_functional_binary_cross_entropy_with_logits_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.081s) 2022-11-23T02:33:03.6559964Z test_schema_correctness_nn_functional_binary_cross_entropy_with_logits_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.093s) 2022-11-23T02:33:03.6560317Z test_schema_correctness_nn_functional_celu_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-11-23T02:33:03.6560598Z test_schema_correctness_nn_functional_celu_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T02:33:03.6560851Z test_schema_correctness_nn_functional_celu_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-11-23T02:33:03.6561102Z test_schema_correctness_nn_functional_celu_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6561367Z test_schema_correctness_nn_functional_conv1d_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.039s) 2022-11-23T02:33:03.6561637Z test_schema_correctness_nn_functional_conv1d_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (1.171s) 2022-11-23T02:33:03.6561901Z test_schema_correctness_nn_functional_conv1d_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T02:33:03.6562167Z test_schema_correctness_nn_functional_conv1d_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.293s) 2022-11-23T02:33:03.6562439Z test_schema_correctness_nn_functional_conv1d_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.038s) 2022-11-23T02:33:03.6562701Z test_schema_correctness_nn_functional_conv1d_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.043s) 2022-11-23T02:33:03.6562954Z test_schema_correctness_nn_functional_conv1d_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.029s) 2022-11-23T02:33:03.6563941Z 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-23T02:33:03.6564257Z return self.op(*args, **kwargs) 2022-11-23T02:33:03.6564498Z ok (0.111s) 2022-11-23T02:33:03.6564786Z test_schema_correctness_nn_functional_conv2d_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.797s) 2022-11-23T02:33:03.6565054Z test_schema_correctness_nn_functional_conv2d_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6565433Z test_schema_correctness_nn_functional_conv2d_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.825s) 2022-11-23T02:33:03.6565697Z test_schema_correctness_nn_functional_conv2d_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.105s) 2022-11-23T02:33:03.6565960Z test_schema_correctness_nn_functional_conv2d_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.104s) 2022-11-23T02:33:03.6566213Z test_schema_correctness_nn_functional_conv2d_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.124s) 2022-11-23T02:33:03.6566499Z test_schema_correctness_nn_functional_conv_transpose1d_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.037s) 2022-11-23T02:33:03.6566785Z test_schema_correctness_nn_functional_conv_transpose1d_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.269s) 2022-11-23T02:33:03.6567072Z test_schema_correctness_nn_functional_conv_transpose1d_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-11-23T02:33:03.6567360Z test_schema_correctness_nn_functional_conv_transpose1d_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.239s) 2022-11-23T02:33:03.6567634Z test_schema_correctness_nn_functional_conv_transpose1d_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.041s) 2022-11-23T02:33:03.6567910Z test_schema_correctness_nn_functional_conv_transpose1d_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.046s) 2022-11-23T02:33:03.6568258Z test_schema_correctness_nn_functional_conv_transpose1d_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.047s) 2022-11-23T02:33:03.6568554Z test_schema_correctness_nn_functional_conv_transpose2d_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.072s) 2022-11-23T02:33:03.6568823Z test_schema_correctness_nn_functional_conv_transpose2d_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.355s) 2022-11-23T02:33:03.6569107Z test_schema_correctness_nn_functional_conv_transpose2d_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T02:33:03.6569385Z test_schema_correctness_nn_functional_conv_transpose2d_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.276s) 2022-11-23T02:33:03.6569805Z test_schema_correctness_nn_functional_conv_transpose2d_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.040s) 2022-11-23T02:33:03.6570095Z test_schema_correctness_nn_functional_conv_transpose2d_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.033s) 2022-11-23T02:33:03.6570496Z test_schema_correctness_nn_functional_conv_transpose2d_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.048s) 2022-11-23T02:33:03.6570998Z test_schema_correctness_nn_functional_conv_transpose3d_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.036s) 2022-11-23T02:33:03.6571292Z test_schema_correctness_nn_functional_conv_transpose3d_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.273s) 2022-11-23T02:33:03.6571579Z test_schema_correctness_nn_functional_conv_transpose3d_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T02:33:03.6571858Z test_schema_correctness_nn_functional_conv_transpose3d_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.275s) 2022-11-23T02:33:03.6572130Z test_schema_correctness_nn_functional_conv_transpose3d_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.040s) 2022-11-23T02:33:03.6572407Z test_schema_correctness_nn_functional_conv_transpose3d_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.039s) 2022-11-23T02:33:03.6572682Z test_schema_correctness_nn_functional_conv_transpose3d_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.036s) 2022-11-23T02:33:03.6572973Z test_schema_correctness_nn_functional_cosine_embedding_loss_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.154s) 2022-11-23T02:33:03.6573356Z test_schema_correctness_nn_functional_cosine_embedding_loss_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.182s) 2022-11-23T02:33:03.6573643Z test_schema_correctness_nn_functional_cosine_embedding_loss_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.160s) 2022-11-23T02:33:03.6573918Z test_schema_correctness_nn_functional_cosine_embedding_loss_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.156s) 2022-11-23T02:33:03.6574189Z test_schema_correctness_nn_functional_cosine_embedding_loss_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.184s) 2022-11-23T02:33:03.6574473Z test_schema_correctness_nn_functional_cosine_embedding_loss_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.159s) 2022-11-23T02:33:03.6574753Z test_schema_correctness_nn_functional_cosine_embedding_loss_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.161s) 2022-11-23T02:33:03.6575034Z test_schema_correctness_nn_functional_cosine_embedding_loss_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.149s) 2022-11-23T02:33:03.6575313Z test_schema_correctness_nn_functional_cosine_embedding_loss_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.148s) 2022-11-23T02:33:03.6575589Z test_schema_correctness_nn_functional_cosine_embedding_loss_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.148s) 2022-11-23T02:33:03.6575870Z test_schema_correctness_nn_functional_cosine_similarity_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.147s) 2022-11-23T02:33:03.6576417Z test_schema_correctness_nn_functional_cosine_similarity_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.127s) 2022-11-23T02:33:03.6576730Z test_schema_correctness_nn_functional_cosine_similarity_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.119s) 2022-11-23T02:33:03.6577349Z test_schema_correctness_nn_functional_cosine_similarity_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.124s) 2022-11-23T02:33:03.6577644Z test_schema_correctness_nn_functional_cross_entropy_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.070s) 2022-11-23T02:33:03.6577919Z test_schema_correctness_nn_functional_cross_entropy_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.081s) 2022-11-23T02:33:03.6578188Z test_schema_correctness_nn_functional_cross_entropy_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.081s) 2022-11-23T02:33:03.6578459Z test_schema_correctness_nn_functional_cross_entropy_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.069s) 2022-11-23T02:33:03.6578710Z test_schema_correctness_nn_functional_ctc_loss_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.058s) 2022-11-23T02:33:03.6578973Z test_schema_correctness_nn_functional_ctc_loss_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.047s) 2022-11-23T02:33:03.6579959Z 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-23T02:33:03.6580199Z warnings.warn("dropout2d: Received a 3D input to dropout2d and assuming that channel-wise " 2022-11-23T02:33:03.6580283Z ok (0.024s) 2022-11-23T02:33:03.6580538Z test_schema_correctness_nn_functional_dropout2d_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.023s) 2022-11-23T02:33:03.6580808Z test_schema_correctness_nn_functional_dropout2d_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.024s) 2022-11-23T02:33:03.6581191Z test_schema_correctness_nn_functional_dropout2d_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.021s) 2022-11-23T02:33:03.6581463Z test_schema_correctness_nn_functional_dropout3d_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.053s) 2022-11-23T02:33:03.6581734Z test_schema_correctness_nn_functional_dropout3d_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.040s) 2022-11-23T02:33:03.6582000Z test_schema_correctness_nn_functional_dropout3d_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.035s) 2022-11-23T02:33:03.6582270Z test_schema_correctness_nn_functional_dropout3d_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.044s) 2022-11-23T02:33:03.6582724Z test_schema_correctness_nn_functional_dropout_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.020s) 2022-11-23T02:33:03.6582998Z test_schema_correctness_nn_functional_dropout_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.022s) 2022-11-23T02:33:03.6583477Z test_schema_correctness_nn_functional_dropout_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.019s) 2022-11-23T02:33:03.6583850Z test_schema_correctness_nn_functional_dropout_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.022s) 2022-11-23T02:33:03.6584112Z test_schema_correctness_nn_functional_elu_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-11-23T02:33:03.6584368Z test_schema_correctness_nn_functional_elu_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-11-23T02:33:03.6584716Z test_schema_correctness_nn_functional_elu_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-11-23T02:33:03.6584992Z test_schema_correctness_nn_functional_elu_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-11-23T02:33:03.6585269Z test_schema_correctness_nn_functional_embedding_bag_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.228s) 2022-11-23T02:33:03.6585552Z test_schema_correctness_nn_functional_embedding_bag_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.231s) 2022-11-23T02:33:03.6585824Z test_schema_correctness_nn_functional_embedding_bag_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.257s) 2022-11-23T02:33:03.6586094Z test_schema_correctness_nn_functional_embedding_bag_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.247s) 2022-11-23T02:33:03.6586368Z test_schema_correctness_nn_functional_embedding_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.025s) 2022-11-23T02:33:03.6586636Z test_schema_correctness_nn_functional_embedding_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.019s) 2022-11-23T02:33:03.6586903Z test_schema_correctness_nn_functional_embedding_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.039s) 2022-11-23T02:33:03.6587170Z test_schema_correctness_nn_functional_embedding_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.027s) 2022-11-23T02:33:03.6587480Z test_schema_correctness_nn_functional_feature_alpha_dropout_with_train_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.019s) 2022-11-23T02:33:03.6587782Z test_schema_correctness_nn_functional_feature_alpha_dropout_with_train_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.032s) 2022-11-23T02:33:03.6588082Z test_schema_correctness_nn_functional_feature_alpha_dropout_with_train_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.029s) 2022-11-23T02:33:03.6588390Z test_schema_correctness_nn_functional_feature_alpha_dropout_with_train_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.028s) 2022-11-23T02:33:03.6588702Z test_schema_correctness_nn_functional_feature_alpha_dropout_without_train_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T02:33:03.6589161Z test_schema_correctness_nn_functional_feature_alpha_dropout_without_train_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T02:33:03.6589763Z test_schema_correctness_nn_functional_feature_alpha_dropout_without_train_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T02:33:03.6590234Z test_schema_correctness_nn_functional_feature_alpha_dropout_without_train_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T02:33:03.6590552Z test_schema_correctness_nn_functional_feature_alpha_dropout_without_train_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T02:33:03.6590865Z test_schema_correctness_nn_functional_feature_alpha_dropout_without_train_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T02:33:03.6591168Z test_schema_correctness_nn_functional_feature_alpha_dropout_without_train_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T02:33:03.6591471Z test_schema_correctness_nn_functional_feature_alpha_dropout_without_train_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T02:33:03.6591773Z test_schema_correctness_nn_functional_feature_alpha_dropout_without_train_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T02:33:03.6592068Z test_schema_correctness_nn_functional_feature_alpha_dropout_without_train_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T02:33:03.6592367Z test_schema_correctness_nn_functional_feature_alpha_dropout_without_train_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T02:33:03.6592757Z test_schema_correctness_nn_functional_feature_alpha_dropout_without_train_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T02:33:03.6593064Z test_schema_correctness_nn_functional_fractional_max_pool2d_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.120s) 2022-11-23T02:33:03.6593346Z test_schema_correctness_nn_functional_fractional_max_pool2d_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.114s) 2022-11-23T02:33:03.6593617Z test_schema_correctness_nn_functional_fractional_max_pool2d_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.127s) 2022-11-23T02:33:03.6593885Z test_schema_correctness_nn_functional_fractional_max_pool3d_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.181s) 2022-11-23T02:33:03.6594167Z test_schema_correctness_nn_functional_fractional_max_pool3d_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.162s) 2022-11-23T02:33:03.6594447Z test_schema_correctness_nn_functional_fractional_max_pool3d_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.152s) 2022-11-23T02:33:03.6594727Z test_schema_correctness_nn_functional_gaussian_nll_loss_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (3.470s) 2022-11-23T02:33:03.6595003Z test_schema_correctness_nn_functional_gaussian_nll_loss_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (3.459s) 2022-11-23T02:33:03.6595457Z test_schema_correctness_nn_functional_gaussian_nll_loss_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (3.492s) 2022-11-23T02:33:03.6595738Z test_schema_correctness_nn_functional_gaussian_nll_loss_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (3.376s) 2022-11-23T02:33:03.6596128Z test_schema_correctness_nn_functional_gelu_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6596593Z test_schema_correctness_nn_functional_gelu_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.6596868Z test_schema_correctness_nn_functional_gelu_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6597121Z test_schema_correctness_nn_functional_gelu_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.6597370Z test_schema_correctness_nn_functional_glu_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.031s) 2022-11-23T02:33:03.6597731Z test_schema_correctness_nn_functional_glu_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.048s) 2022-11-23T02:33:03.6598135Z test_schema_correctness_nn_functional_glu_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.032s) 2022-11-23T02:33:03.6598403Z test_schema_correctness_nn_functional_glu_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.031s) 2022-11-23T02:33:03.6598673Z test_schema_correctness_nn_functional_grid_sample_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.048s) 2022-11-23T02:33:03.6598952Z test_schema_correctness_nn_functional_grid_sample_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.039s) 2022-11-23T02:33:03.6599217Z test_schema_correctness_nn_functional_grid_sample_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.047s) 2022-11-23T02:33:03.6599476Z test_schema_correctness_nn_functional_group_norm_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.048s) 2022-11-23T02:33:03.6599744Z test_schema_correctness_nn_functional_group_norm_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.032s) 2022-11-23T02:33:03.6600009Z test_schema_correctness_nn_functional_group_norm_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.047s) 2022-11-23T02:33:03.6600269Z test_schema_correctness_nn_functional_group_norm_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.048s) 2022-11-23T02:33:03.6600622Z test_schema_correctness_nn_functional_hardshrink_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6600913Z test_schema_correctness_nn_functional_hardshrink_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6601183Z test_schema_correctness_nn_functional_hardshrink_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.6601445Z test_schema_correctness_nn_functional_hardshrink_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6601881Z test_schema_correctness_nn_functional_hardsigmoid_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6602161Z test_schema_correctness_nn_functional_hardsigmoid_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.6602597Z test_schema_correctness_nn_functional_hardsigmoid_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-11-23T02:33:03.6603053Z test_schema_correctness_nn_functional_hardsigmoid_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6603328Z test_schema_correctness_nn_functional_hardswish_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6603597Z test_schema_correctness_nn_functional_hardswish_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6603870Z test_schema_correctness_nn_functional_hardswish_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.6604130Z test_schema_correctness_nn_functional_hardswish_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6604398Z test_schema_correctness_nn_functional_hardtanh_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6604665Z test_schema_correctness_nn_functional_hardtanh_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.6604934Z test_schema_correctness_nn_functional_hardtanh_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6605194Z test_schema_correctness_nn_functional_hardtanh_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.6605459Z test_schema_correctness_nn_functional_hardtanh_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6605822Z test_schema_correctness_nn_functional_hardtanh_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6606074Z test_schema_correctness_nn_functional_hardtanh_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.6606337Z test_schema_correctness_nn_functional_hardtanh_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6606624Z test_schema_correctness_nn_functional_hinge_embedding_loss_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.126s) 2022-11-23T02:33:03.6606911Z test_schema_correctness_nn_functional_hinge_embedding_loss_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.142s) 2022-11-23T02:33:03.6607188Z test_schema_correctness_nn_functional_hinge_embedding_loss_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.126s) 2022-11-23T02:33:03.6607453Z test_schema_correctness_nn_functional_hinge_embedding_loss_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.126s) 2022-11-23T02:33:03.6607723Z test_schema_correctness_nn_functional_huber_loss_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.6608132Z test_schema_correctness_nn_functional_huber_loss_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.6608444Z test_schema_correctness_nn_functional_huber_loss_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.6608910Z test_schema_correctness_nn_functional_huber_loss_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.6609416Z test_schema_correctness_nn_functional_instance_norm_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.126s) 2022-11-23T02:33:03.6609704Z test_schema_correctness_nn_functional_instance_norm_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.122s) 2022-11-23T02:33:03.6609983Z test_schema_correctness_nn_functional_instance_norm_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.131s) 2022-11-23T02:33:03.6610254Z test_schema_correctness_nn_functional_instance_norm_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.125s) 2022-11-23T02:33:03.6610536Z test_schema_correctness_nn_functional_interpolate_area_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.6610813Z test_schema_correctness_nn_functional_interpolate_area_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.026s) 2022-11-23T02:33:03.6611094Z test_schema_correctness_nn_functional_interpolate_area_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.6611373Z test_schema_correctness_nn_functional_interpolate_area_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.6611656Z test_schema_correctness_nn_functional_interpolate_bicubic_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T02:33:03.6611943Z test_schema_correctness_nn_functional_interpolate_bicubic_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.6612225Z test_schema_correctness_nn_functional_interpolate_bicubic_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.6612509Z test_schema_correctness_nn_functional_interpolate_bilinear_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.6612787Z test_schema_correctness_nn_functional_interpolate_bilinear_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.026s) 2022-11-23T02:33:03.6613056Z test_schema_correctness_nn_functional_interpolate_bilinear_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.6613336Z test_schema_correctness_nn_functional_interpolate_linear_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T02:33:03.6613723Z test_schema_correctness_nn_functional_interpolate_linear_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T02:33:03.6614006Z test_schema_correctness_nn_functional_interpolate_linear_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.026s) 2022-11-23T02:33:03.6614286Z test_schema_correctness_nn_functional_interpolate_nearest_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.6614742Z test_schema_correctness_nn_functional_interpolate_nearest_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6615040Z test_schema_correctness_nn_functional_interpolate_nearest_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.6615655Z test_schema_correctness_nn_functional_interpolate_nearest_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.026s) 2022-11-23T02:33:03.6615959Z test_schema_correctness_nn_functional_interpolate_trilinear_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.6616243Z test_schema_correctness_nn_functional_interpolate_trilinear_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.6616532Z test_schema_correctness_nn_functional_interpolate_trilinear_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.6617379Z 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-23T02:33:03.6617495Z warnings.warn( 2022-11-23T02:33:03.6617579Z ok (0.057s) 2022-11-23T02:33:03.6617838Z test_schema_correctness_nn_functional_kl_div_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.067s) 2022-11-23T02:33:03.6618096Z test_schema_correctness_nn_functional_kl_div_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.057s) 2022-11-23T02:33:03.6618348Z test_schema_correctness_nn_functional_kl_div_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.057s) 2022-11-23T02:33:03.6618610Z test_schema_correctness_nn_functional_l1_loss_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.6618882Z test_schema_correctness_nn_functional_l1_loss_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.6619149Z test_schema_correctness_nn_functional_l1_loss_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.026s) 2022-11-23T02:33:03.6619411Z test_schema_correctness_nn_functional_l1_loss_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.6619670Z test_schema_correctness_nn_functional_l1_loss_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.6619933Z test_schema_correctness_nn_functional_l1_loss_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.026s) 2022-11-23T02:33:03.6620200Z test_schema_correctness_nn_functional_layer_norm_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6620467Z test_schema_correctness_nn_functional_layer_norm_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.6620741Z test_schema_correctness_nn_functional_layer_norm_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.6621161Z test_schema_correctness_nn_functional_layer_norm_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.6621438Z test_schema_correctness_nn_functional_leaky_relu_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T02:33:03.6623009Z test_schema_correctness_nn_functional_leaky_relu_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6623282Z test_schema_correctness_nn_functional_leaky_relu_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.6623543Z test_schema_correctness_nn_functional_leaky_relu_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6623809Z test_schema_correctness_nn_functional_linear_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.057s) 2022-11-23T02:33:03.6624083Z test_schema_correctness_nn_functional_linear_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.041s) 2022-11-23T02:33:03.6624356Z test_schema_correctness_nn_functional_linear_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.056s) 2022-11-23T02:33:03.6624619Z test_schema_correctness_nn_functional_linear_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.047s) 2022-11-23T02:33:03.6624880Z test_schema_correctness_nn_functional_linear_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.041s) 2022-11-23T02:33:03.6625130Z test_schema_correctness_nn_functional_linear_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.041s) 2022-11-23T02:33:03.6625555Z test_schema_correctness_nn_functional_local_response_norm_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.083s) 2022-11-23T02:33:03.6625846Z test_schema_correctness_nn_functional_local_response_norm_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.083s) 2022-11-23T02:33:03.6626236Z test_schema_correctness_nn_functional_local_response_norm_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.073s) 2022-11-23T02:33:03.6626538Z test_schema_correctness_nn_functional_local_response_norm_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.083s) 2022-11-23T02:33:03.6626799Z test_schema_correctness_nn_functional_logsigmoid_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.6627318Z test_schema_correctness_nn_functional_logsigmoid_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6627598Z test_schema_correctness_nn_functional_logsigmoid_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6628011Z test_schema_correctness_nn_functional_logsigmoid_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6628309Z test_schema_correctness_nn_functional_margin_ranking_loss_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.114s) 2022-11-23T02:33:03.6628707Z test_schema_correctness_nn_functional_margin_ranking_loss_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.114s) 2022-11-23T02:33:03.6629204Z test_schema_correctness_nn_functional_margin_ranking_loss_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.114s) 2022-11-23T02:33:03.6629504Z test_schema_correctness_nn_functional_margin_ranking_loss_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.114s) 2022-11-23T02:33:03.6629781Z test_schema_correctness_nn_functional_margin_ranking_loss_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.114s) 2022-11-23T02:33:03.6630057Z test_schema_correctness_nn_functional_margin_ranking_loss_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.111s) 2022-11-23T02:33:03.6630333Z test_schema_correctness_nn_functional_margin_ranking_loss_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.114s) 2022-11-23T02:33:03.6630615Z test_schema_correctness_nn_functional_margin_ranking_loss_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.114s) 2022-11-23T02:33:03.6630889Z test_schema_correctness_nn_functional_margin_ranking_loss_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.099s) 2022-11-23T02:33:03.6631158Z test_schema_correctness_nn_functional_max_pool1d_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (3.147s) 2022-11-23T02:33:03.6631538Z test_schema_correctness_nn_functional_max_pool1d_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (3.158s) 2022-11-23T02:33:03.6631806Z test_schema_correctness_nn_functional_max_pool1d_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (3.124s) 2022-11-23T02:33:03.6632072Z test_schema_correctness_nn_functional_max_pool1d_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (3.123s) 2022-11-23T02:33:03.6632341Z test_schema_correctness_nn_functional_max_pool2d_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (3.055s) 2022-11-23T02:33:03.6632608Z test_schema_correctness_nn_functional_max_pool2d_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (3.057s) 2022-11-23T02:33:03.6632871Z test_schema_correctness_nn_functional_max_pool2d_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (3.058s) 2022-11-23T02:33:03.6633308Z test_schema_correctness_nn_functional_max_pool2d_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (3.090s) 2022-11-23T02:33:03.6633583Z test_schema_correctness_nn_functional_max_pool3d_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (1.317s) 2022-11-23T02:33:03.6633847Z test_schema_correctness_nn_functional_max_pool3d_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (1.288s) 2022-11-23T02:33:03.6634110Z test_schema_correctness_nn_functional_max_pool3d_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (1.314s) 2022-11-23T02:33:03.6634606Z test_schema_correctness_nn_functional_max_pool3d_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (1.315s) 2022-11-23T02:33:03.6634900Z test_schema_correctness_nn_functional_max_unpool1d_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.555s) 2022-11-23T02:33:03.6635517Z test_schema_correctness_nn_functional_max_unpool1d_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.549s) 2022-11-23T02:33:03.6635803Z test_schema_correctness_nn_functional_max_unpool1d_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.537s) 2022-11-23T02:33:03.6636083Z test_schema_correctness_nn_functional_max_unpool1d_grad_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.140s) 2022-11-23T02:33:03.6636343Z test_schema_correctness_nn_functional_max_unpool1d_grad_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.130s) 2022-11-23T02:33:03.6636625Z test_schema_correctness_nn_functional_max_unpool1d_grad_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.103s) 2022-11-23T02:33:03.6636894Z test_schema_correctness_nn_functional_max_unpool2d_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.480s) 2022-11-23T02:33:03.6637161Z test_schema_correctness_nn_functional_max_unpool2d_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.481s) 2022-11-23T02:33:03.6637584Z test_schema_correctness_nn_functional_max_unpool2d_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.469s) 2022-11-23T02:33:03.6637878Z test_schema_correctness_nn_functional_max_unpool2d_grad_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.156s) 2022-11-23T02:33:03.6638152Z test_schema_correctness_nn_functional_max_unpool2d_grad_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.155s) 2022-11-23T02:33:03.6638428Z test_schema_correctness_nn_functional_max_unpool2d_grad_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.150s) 2022-11-23T02:33:03.6638700Z test_schema_correctness_nn_functional_max_unpool3d_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.213s) 2022-11-23T02:33:03.6639004Z test_schema_correctness_nn_functional_max_unpool3d_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.203s) 2022-11-23T02:33:03.6639269Z test_schema_correctness_nn_functional_max_unpool3d_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.214s) 2022-11-23T02:33:03.6639642Z test_schema_correctness_nn_functional_max_unpool3d_grad_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.073s) 2022-11-23T02:33:03.6639918Z test_schema_correctness_nn_functional_max_unpool3d_grad_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.066s) 2022-11-23T02:33:03.6640187Z test_schema_correctness_nn_functional_max_unpool3d_grad_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.073s) 2022-11-23T02:33:03.6640450Z test_schema_correctness_nn_functional_mish_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T02:33:03.6640880Z test_schema_correctness_nn_functional_mish_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6641147Z test_schema_correctness_nn_functional_mish_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6641573Z test_schema_correctness_nn_functional_mish_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6641994Z test_schema_correctness_nn_functional_mse_loss_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.6642264Z test_schema_correctness_nn_functional_mse_loss_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T02:33:03.6642520Z test_schema_correctness_nn_functional_mse_loss_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6642783Z test_schema_correctness_nn_functional_mse_loss_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.6643150Z test_schema_correctness_nn_functional_multi_margin_loss_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T02:33:03.6643442Z test_schema_correctness_nn_functional_multi_margin_loss_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6643886Z test_schema_correctness_nn_functional_multi_margin_loss_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.6644170Z test_schema_correctness_nn_functional_multi_margin_loss_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.6644456Z test_schema_correctness_nn_functional_multilabel_margin_loss_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-11-23T02:33:03.6644740Z test_schema_correctness_nn_functional_multilabel_margin_loss_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6645013Z test_schema_correctness_nn_functional_multilabel_margin_loss_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6645290Z test_schema_correctness_nn_functional_multilabel_margin_loss_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.6645585Z test_schema_correctness_nn_functional_multilabel_soft_margin_loss_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.042s) 2022-11-23T02:33:03.6645879Z test_schema_correctness_nn_functional_multilabel_soft_margin_loss_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.026s) 2022-11-23T02:33:03.6646163Z test_schema_correctness_nn_functional_multilabel_soft_margin_loss_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.047s) 2022-11-23T02:33:03.6646456Z test_schema_correctness_nn_functional_multilabel_soft_margin_loss_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.036s) 2022-11-23T02:33:03.6646724Z test_schema_correctness_nn_functional_nll_loss_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.098s) 2022-11-23T02:33:03.6647243Z test_schema_correctness_nn_functional_nll_loss_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.098s) 2022-11-23T02:33:03.6647517Z test_schema_correctness_nn_functional_nll_loss_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.088s) 2022-11-23T02:33:03.6648063Z test_schema_correctness_nn_functional_nll_loss_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.098s) 2022-11-23T02:33:03.6648477Z test_schema_correctness_nn_functional_normalize_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.041s) 2022-11-23T02:33:03.6648758Z test_schema_correctness_nn_functional_normalize_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.031s) 2022-11-23T02:33:03.6649031Z test_schema_correctness_nn_functional_normalize_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.041s) 2022-11-23T02:33:03.6649303Z test_schema_correctness_nn_functional_normalize_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.031s) 2022-11-23T02:33:03.6649571Z test_schema_correctness_nn_functional_normalize_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.026s) 2022-11-23T02:33:03.6649837Z test_schema_correctness_nn_functional_normalize_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.041s) 2022-11-23T02:33:03.6650100Z test_schema_correctness_nn_functional_one_hot_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.6650372Z test_schema_correctness_nn_functional_pad_circular_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.114s) 2022-11-23T02:33:03.6650641Z test_schema_correctness_nn_functional_pad_circular_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.6650920Z test_schema_correctness_nn_functional_pad_circular_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.114s) 2022-11-23T02:33:03.6651286Z test_schema_correctness_nn_functional_pad_circular_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.098s) 2022-11-23T02:33:03.6651577Z test_schema_correctness_nn_functional_pad_circular_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.114s) 2022-11-23T02:33:03.6651845Z test_schema_correctness_nn_functional_pad_circular_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.099s) 2022-11-23T02:33:03.6652114Z test_schema_correctness_nn_functional_pad_circular_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.104s) 2022-11-23T02:33:03.6652381Z test_schema_correctness_nn_functional_pad_circular_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.098s) 2022-11-23T02:33:03.6652649Z test_schema_correctness_nn_functional_pad_circular_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.098s) 2022-11-23T02:33:03.6652925Z test_schema_correctness_nn_functional_pad_circular_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.098s) 2022-11-23T02:33:03.6653361Z test_schema_correctness_nn_functional_pad_circular_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.104s) 2022-11-23T02:33:03.6653776Z test_schema_correctness_nn_functional_pad_circular_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.093s) 2022-11-23T02:33:03.6654039Z test_schema_correctness_nn_functional_pad_constant_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.052s) 2022-11-23T02:33:03.6654664Z test_schema_correctness_nn_functional_pad_constant_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.057s) 2022-11-23T02:33:03.6654958Z test_schema_correctness_nn_functional_pad_constant_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.041s) 2022-11-23T02:33:03.6655237Z test_schema_correctness_nn_functional_pad_constant_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.059s) 2022-11-23T02:33:03.6655513Z test_schema_correctness_nn_functional_pad_constant_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.057s) 2022-11-23T02:33:03.6655783Z test_schema_correctness_nn_functional_pad_constant_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.047s) 2022-11-23T02:33:03.6656051Z test_schema_correctness_nn_functional_pad_constant_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.041s) 2022-11-23T02:33:03.6656422Z test_schema_correctness_nn_functional_pad_constant_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.057s) 2022-11-23T02:33:03.6656692Z test_schema_correctness_nn_functional_pad_constant_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.041s) 2022-11-23T02:33:03.6656958Z test_schema_correctness_nn_functional_pad_constant_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.057s) 2022-11-23T02:33:03.6657225Z test_schema_correctness_nn_functional_pad_constant_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.057s) 2022-11-23T02:33:03.6657496Z test_schema_correctness_nn_functional_pad_constant_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.041s) 2022-11-23T02:33:03.6657765Z test_schema_correctness_nn_functional_pad_reflect_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.6658042Z test_schema_correctness_nn_functional_pad_reflect_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.6658317Z test_schema_correctness_nn_functional_pad_reflect_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.6658586Z test_schema_correctness_nn_functional_pad_reflect_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T02:33:03.6658854Z test_schema_correctness_nn_functional_pad_reflect_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6659123Z test_schema_correctness_nn_functional_pad_reflect_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6659474Z test_schema_correctness_nn_functional_pad_replicate_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.6659898Z test_schema_correctness_nn_functional_pad_replicate_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.6660206Z test_schema_correctness_nn_functional_pad_replicate_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T02:33:03.6660485Z test_schema_correctness_nn_functional_pad_replicate_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.6661087Z test_schema_correctness_nn_functional_pad_replicate_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.6661387Z test_schema_correctness_nn_functional_pairwise_distance_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.026s) 2022-11-23T02:33:03.6661678Z test_schema_correctness_nn_functional_pairwise_distance_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.6661963Z test_schema_correctness_nn_functional_pairwise_distance_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.031s) 2022-11-23T02:33:03.6662245Z test_schema_correctness_nn_functional_pairwise_distance_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T02:33:03.6662531Z test_schema_correctness_nn_functional_pairwise_distance_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.031s) 2022-11-23T02:33:03.6662808Z test_schema_correctness_nn_functional_pairwise_distance_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.6663067Z test_schema_correctness_nn_functional_pairwise_distance_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.026s) 2022-11-23T02:33:03.6663342Z test_schema_correctness_nn_functional_pairwise_distance_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.6663623Z test_schema_correctness_nn_functional_pairwise_distance_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.026s) 2022-11-23T02:33:03.6663897Z test_schema_correctness_nn_functional_pairwise_distance_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.026s) 2022-11-23T02:33:03.6664168Z test_schema_correctness_nn_functional_pairwise_distance_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T02:33:03.6664704Z test_schema_correctness_nn_functional_pdist_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.6664976Z test_schema_correctness_nn_functional_pdist_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T02:33:03.6665251Z test_schema_correctness_nn_functional_pixel_shuffle_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6665520Z test_schema_correctness_nn_functional_pixel_shuffle_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.6665801Z test_schema_correctness_nn_functional_pixel_shuffle_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6666075Z test_schema_correctness_nn_functional_pixel_shuffle_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6666500Z test_schema_correctness_nn_functional_pixel_shuffle_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.6666782Z test_schema_correctness_nn_functional_pixel_shuffle_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6667244Z test_schema_correctness_nn_functional_pixel_shuffle_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6667657Z test_schema_correctness_nn_functional_pixel_shuffle_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.6668609Z test_schema_correctness_nn_functional_pixel_shuffle_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6668947Z test_schema_correctness_nn_functional_pixel_shuffle_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T02:33:03.6669214Z test_schema_correctness_nn_functional_pixel_shuffle_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6669659Z test_schema_correctness_nn_functional_pixel_shuffle_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6669948Z test_schema_correctness_nn_functional_pixel_unshuffle_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.6670220Z test_schema_correctness_nn_functional_pixel_unshuffle_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6670501Z test_schema_correctness_nn_functional_pixel_unshuffle_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6670786Z test_schema_correctness_nn_functional_pixel_unshuffle_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6671063Z test_schema_correctness_nn_functional_pixel_unshuffle_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.6671337Z test_schema_correctness_nn_functional_pixel_unshuffle_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6671608Z test_schema_correctness_nn_functional_pixel_unshuffle_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6671880Z test_schema_correctness_nn_functional_pixel_unshuffle_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.6672150Z test_schema_correctness_nn_functional_pixel_unshuffle_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6672399Z test_schema_correctness_nn_functional_pixel_unshuffle_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T02:33:03.6672830Z test_schema_correctness_nn_functional_pixel_unshuffle_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6673113Z test_schema_correctness_nn_functional_pixel_unshuffle_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6673512Z test_schema_correctness_nn_functional_poisson_nll_loss_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.562s) 2022-11-23T02:33:03.6674104Z test_schema_correctness_nn_functional_poisson_nll_loss_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.549s) 2022-11-23T02:33:03.6674386Z test_schema_correctness_nn_functional_poisson_nll_loss_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.554s) 2022-11-23T02:33:03.6674659Z test_schema_correctness_nn_functional_poisson_nll_loss_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.549s) 2022-11-23T02:33:03.6674934Z test_schema_correctness_nn_functional_poisson_nll_loss_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.545s) 2022-11-23T02:33:03.6675204Z test_schema_correctness_nn_functional_poisson_nll_loss_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.562s) 2022-11-23T02:33:03.6675467Z test_schema_correctness_nn_functional_poisson_nll_loss_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.557s) 2022-11-23T02:33:03.6675739Z test_schema_correctness_nn_functional_poisson_nll_loss_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.570s) 2022-11-23T02:33:03.6676004Z test_schema_correctness_nn_functional_poisson_nll_loss_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.555s) 2022-11-23T02:33:03.6676264Z test_schema_correctness_nn_functional_prelu_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.026s) 2022-11-23T02:33:03.6676517Z test_schema_correctness_nn_functional_prelu_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.031s) 2022-11-23T02:33:03.6676867Z test_schema_correctness_nn_functional_prelu_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.026s) 2022-11-23T02:33:03.6677148Z test_schema_correctness_nn_functional_relu6_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.6677407Z test_schema_correctness_nn_functional_relu6_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6677660Z test_schema_correctness_nn_functional_relu6_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6677919Z test_schema_correctness_nn_functional_relu6_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6678174Z test_schema_correctness_nn_functional_relu6_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.6678431Z test_schema_correctness_nn_functional_relu6_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6678690Z test_schema_correctness_nn_functional_relu6_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6678947Z test_schema_correctness_nn_functional_relu6_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6679376Z test_schema_correctness_nn_functional_relu6_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.6679647Z test_schema_correctness_nn_functional_relu_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6680125Z test_schema_correctness_nn_functional_relu_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T02:33:03.6680592Z test_schema_correctness_nn_functional_relu_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6680833Z test_schema_correctness_nn_functional_relu_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6681093Z test_schema_correctness_nn_functional_relu_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6681348Z test_schema_correctness_nn_functional_relu_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.6681601Z test_schema_correctness_nn_functional_relu_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6681965Z test_schema_correctness_nn_functional_relu_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T02:33:03.6682216Z test_schema_correctness_nn_functional_relu_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6682481Z test_schema_correctness_nn_functional_rrelu_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.6682743Z test_schema_correctness_nn_functional_rrelu_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T02:33:03.6683000Z test_schema_correctness_nn_functional_rrelu_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.6683248Z test_schema_correctness_nn_functional_rrelu_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6683500Z test_schema_correctness_nn_functional_selu_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.6683761Z test_schema_correctness_nn_functional_selu_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6684011Z test_schema_correctness_nn_functional_selu_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6684257Z test_schema_correctness_nn_functional_selu_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.6684515Z test_schema_correctness_nn_functional_silu_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6684843Z test_schema_correctness_nn_functional_silu_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6685116Z test_schema_correctness_nn_functional_silu_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T02:33:03.6685365Z test_schema_correctness_nn_functional_silu_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6685776Z test_schema_correctness_nn_functional_smooth_l1_loss_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.6686053Z test_schema_correctness_nn_functional_smooth_l1_loss_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6686611Z test_schema_correctness_nn_functional_smooth_l1_loss_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.6686911Z test_schema_correctness_nn_functional_soft_margin_loss_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.6687188Z test_schema_correctness_nn_functional_soft_margin_loss_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T02:33:03.6687463Z test_schema_correctness_nn_functional_soft_margin_loss_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6687736Z test_schema_correctness_nn_functional_soft_margin_loss_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.6688005Z test_schema_correctness_nn_functional_softmin_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.6688254Z test_schema_correctness_nn_functional_softmin_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6688514Z test_schema_correctness_nn_functional_softmin_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.6688768Z test_schema_correctness_nn_functional_softmin_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T02:33:03.6689048Z test_schema_correctness_nn_functional_softmin_with_dtype_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.6689334Z test_schema_correctness_nn_functional_softmin_with_dtype_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.031s) 2022-11-23T02:33:03.6689732Z test_schema_correctness_nn_functional_softmin_with_dtype_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.026s) 2022-11-23T02:33:03.6690015Z test_schema_correctness_nn_functional_softmin_with_dtype_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.6690295Z test_schema_correctness_nn_functional_softmin_with_dtype_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.026s) 2022-11-23T02:33:03.6690570Z test_schema_correctness_nn_functional_softmin_with_dtype_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6690843Z test_schema_correctness_nn_functional_softmin_with_dtype_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.031s) 2022-11-23T02:33:03.6691116Z test_schema_correctness_nn_functional_softmin_with_dtype_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.6691384Z test_schema_correctness_nn_functional_softmin_with_dtype_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.026s) 2022-11-23T02:33:03.6691660Z test_schema_correctness_nn_functional_softmin_with_dtype_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.6692081Z test_schema_correctness_nn_functional_softmin_with_dtype_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.026s) 2022-11-23T02:33:03.6692358Z test_schema_correctness_nn_functional_softplus_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6692807Z test_schema_correctness_nn_functional_softplus_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6693314Z test_schema_correctness_nn_functional_softplus_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.6693599Z test_schema_correctness_nn_functional_softplus_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6693874Z test_schema_correctness_nn_functional_softshrink_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6694149Z test_schema_correctness_nn_functional_softshrink_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6694418Z test_schema_correctness_nn_functional_softshrink_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6694682Z test_schema_correctness_nn_functional_softshrink_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6694950Z test_schema_correctness_nn_functional_softsign_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.6695217Z test_schema_correctness_nn_functional_softsign_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T02:33:03.6695489Z test_schema_correctness_nn_functional_softsign_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6695761Z test_schema_correctness_nn_functional_softsign_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.6696026Z test_schema_correctness_nn_functional_softsign_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6696290Z test_schema_correctness_nn_functional_softsign_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.6696555Z test_schema_correctness_nn_functional_softsign_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6696805Z test_schema_correctness_nn_functional_softsign_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.6697060Z test_schema_correctness_nn_functional_softsign_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T02:33:03.6697310Z test_schema_correctness_nn_functional_softsign_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6697667Z test_schema_correctness_nn_functional_softsign_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.6697932Z test_schema_correctness_nn_functional_softsign_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6698368Z test_schema_correctness_nn_functional_tanhshrink_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.6698656Z test_schema_correctness_nn_functional_tanhshrink_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6698938Z test_schema_correctness_nn_functional_tanhshrink_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6699536Z test_schema_correctness_nn_functional_tanhshrink_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.6699816Z test_schema_correctness_nn_functional_tanhshrink_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T02:33:03.6700089Z test_schema_correctness_nn_functional_tanhshrink_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6700354Z test_schema_correctness_nn_functional_tanhshrink_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6700612Z test_schema_correctness_nn_functional_tanhshrink_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.6700874Z test_schema_correctness_nn_functional_tanhshrink_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6701224Z test_schema_correctness_nn_functional_tanhshrink_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.6701505Z test_schema_correctness_nn_functional_tanhshrink_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6701771Z test_schema_correctness_nn_functional_threshold_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6702044Z test_schema_correctness_nn_functional_threshold_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.6702312Z test_schema_correctness_nn_functional_threshold_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6702578Z test_schema_correctness_nn_functional_threshold_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T02:33:03.6702840Z test_schema_correctness_nn_functional_threshold_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6703096Z test_schema_correctness_nn_functional_threshold_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.6703357Z test_schema_correctness_nn_functional_threshold_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6703618Z test_schema_correctness_nn_functional_threshold_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T02:33:03.6703884Z test_schema_correctness_nn_functional_threshold_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6704169Z test_schema_correctness_nn_functional_triplet_margin_loss_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.067s) 2022-11-23T02:33:03.6704459Z test_schema_correctness_nn_functional_triplet_margin_loss_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.073s) 2022-11-23T02:33:03.6704906Z test_schema_correctness_nn_functional_triplet_margin_loss_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.067s) 2022-11-23T02:33:03.6705205Z test_schema_correctness_nn_functional_triplet_margin_loss_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.073s) 2022-11-23T02:33:03.6705813Z test_schema_correctness_nn_functional_triplet_margin_loss_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.067s) 2022-11-23T02:33:03.6706218Z test_schema_correctness_nn_functional_triplet_margin_loss_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.073s) 2022-11-23T02:33:03.6706496Z test_schema_correctness_nn_functional_triplet_margin_loss_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.067s) 2022-11-23T02:33:03.6706773Z test_schema_correctness_nn_functional_triplet_margin_loss_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.057s) 2022-11-23T02:33:03.6707050Z test_schema_correctness_nn_functional_triplet_margin_loss_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.073s) 2022-11-23T02:33:03.6707331Z test_schema_correctness_nn_functional_triplet_margin_loss_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.073s) 2022-11-23T02:33:03.6707613Z test_schema_correctness_nn_functional_triplet_margin_loss_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.057s) 2022-11-23T02:33:03.6707917Z test_schema_correctness_nn_functional_triplet_margin_with_distance_loss_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.073s) 2022-11-23T02:33:03.6708229Z test_schema_correctness_nn_functional_triplet_margin_with_distance_loss_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.067s) 2022-11-23T02:33:03.6708531Z test_schema_correctness_nn_functional_triplet_margin_with_distance_loss_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.073s) 2022-11-23T02:33:03.6708833Z test_schema_correctness_nn_functional_triplet_margin_with_distance_loss_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.077s) 2022-11-23T02:33:03.6709199Z test_schema_correctness_nn_functional_triplet_margin_with_distance_loss_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.057s) 2022-11-23T02:33:03.6709517Z test_schema_correctness_nn_functional_triplet_margin_with_distance_loss_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.074s) 2022-11-23T02:33:03.6709815Z test_schema_correctness_nn_functional_triplet_margin_with_distance_loss_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.067s) 2022-11-23T02:33:03.6710112Z test_schema_correctness_nn_functional_triplet_margin_with_distance_loss_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.073s) 2022-11-23T02:33:03.6710406Z test_schema_correctness_nn_functional_triplet_margin_with_distance_loss_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.067s) 2022-11-23T02:33:03.6710701Z test_schema_correctness_nn_functional_triplet_margin_with_distance_loss_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.073s) 2022-11-23T02:33:03.6711136Z test_schema_correctness_nn_functional_triplet_margin_with_distance_loss_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.057s) 2022-11-23T02:33:03.6711413Z test_schema_correctness_nn_functional_unfold_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.590s) 2022-11-23T02:33:03.6711681Z test_schema_correctness_nn_functional_unfold_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.621s) 2022-11-23T02:33:03.6712285Z test_schema_correctness_nn_functional_unfold_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.622s) 2022-11-23T02:33:03.6712562Z test_schema_correctness_nn_functional_unfold_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.581s) 2022-11-23T02:33:03.6712817Z test_schema_correctness_nn_functional_unfold_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.585s) 2022-11-23T02:33:03.6713080Z test_schema_correctness_nn_functional_unfold_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.579s) 2022-11-23T02:33:03.6713682Z 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-23T02:33:03.6713949Z warnings.warn("nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead.") 2022-11-23T02:33:03.6714142Z ok (0.016s) 2022-11-23T02:33:03.6714428Z test_schema_correctness_nn_functional_upsample_bilinear_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6714709Z test_schema_correctness_nn_functional_upsample_bilinear_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.6715297Z 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-23T02:33:03.6715562Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-11-23T02:33:03.6715644Z ok (0.010s) 2022-11-23T02:33:03.6715909Z test_schema_correctness_nn_functional_upsample_nearest_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.6716193Z test_schema_correctness_nn_functional_upsample_nearest_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.6716471Z test_schema_correctness_nn_functional_upsample_nearest_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.6716721Z test_schema_correctness_nonzero_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.026s) 2022-11-23T02:33:03.6716966Z test_schema_correctness_nonzero_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.031s) 2022-11-23T02:33:03.6717303Z test_schema_correctness_nonzero_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.026s) 2022-11-23T02:33:03.6717746Z test_schema_correctness_nonzero_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6718000Z test_schema_correctness_nonzero_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.041s) 2022-11-23T02:33:03.6718580Z test_schema_correctness_nonzero_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.6718843Z test_schema_correctness_nonzero_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.041s) 2022-11-23T02:33:03.6719090Z test_schema_correctness_nonzero_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.6719330Z test_schema_correctness_nonzero_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.026s) 2022-11-23T02:33:03.6719568Z test_schema_correctness_nonzero_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.6719807Z test_schema_correctness_nonzero_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.041s) 2022-11-23T02:33:03.6720046Z test_schema_correctness_nonzero_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.031s) 2022-11-23T02:33:03.6720285Z test_schema_correctness_nonzero_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.026s) 2022-11-23T02:33:03.6720515Z test_schema_correctness_norm_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.047s) 2022-11-23T02:33:03.6720757Z test_schema_correctness_norm_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.057s) 2022-11-23T02:33:03.6720999Z test_schema_correctness_norm_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.055s) 2022-11-23T02:33:03.6721238Z test_schema_correctness_norm_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.041s) 2022-11-23T02:33:03.6721474Z test_schema_correctness_norm_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.057s) 2022-11-23T02:33:03.6721702Z test_schema_correctness_norm_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.057s) 2022-11-23T02:33:03.6721934Z test_schema_correctness_norm_fro_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6722316Z test_schema_correctness_norm_fro_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipped! (0.000s) 2022-11-23T02:33:03.6722587Z test_schema_correctness_norm_fro_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipped! (0.000s) 2022-11-23T02:33:03.6722834Z test_schema_correctness_norm_fro_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6723081Z test_schema_correctness_norm_fro_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.6723324Z test_schema_correctness_norm_fro_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6723569Z test_schema_correctness_norm_inf_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T02:33:03.6723974Z test_schema_correctness_norm_inf_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6724231Z test_schema_correctness_norm_inf_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6724620Z test_schema_correctness_norm_inf_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.6725056Z test_schema_correctness_norm_inf_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6725309Z test_schema_correctness_norm_inf_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.6725563Z test_schema_correctness_norm_nuc_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6725903Z test_schema_correctness_norm_nuc_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.6726161Z test_schema_correctness_norm_nuc_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T02:33:03.6726397Z test_schema_correctness_norm_nuc_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6726649Z test_schema_correctness_normal_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.6726892Z test_schema_correctness_normal_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6727135Z test_schema_correctness_normal_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.6727374Z test_schema_correctness_normal_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6727639Z test_schema_correctness_normal_number_mean_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6727897Z test_schema_correctness_normal_number_mean_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.6728146Z test_schema_correctness_normal_number_mean_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6728378Z test_schema_correctness_normal_number_mean_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6728622Z test_schema_correctness_ones_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T02:33:03.6728856Z test_schema_correctness_ones_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6729101Z test_schema_correctness_ones_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6729344Z test_schema_correctness_ones_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6729587Z test_schema_correctness_ones_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6729826Z test_schema_correctness_ones_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.6730194Z test_schema_correctness_ones_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6730560Z test_schema_correctness_ones_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6730795Z test_schema_correctness_ones_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6731315Z test_schema_correctness_ones_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.6731830Z test_schema_correctness_ones_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6732082Z test_schema_correctness_ones_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T02:33:03.6732322Z test_schema_correctness_ones_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6732570Z test_schema_correctness_ones_like_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.021s) 2022-11-23T02:33:03.6732810Z test_schema_correctness_ones_like_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T02:33:03.6733066Z test_schema_correctness_ones_like_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.6733317Z test_schema_correctness_ones_like_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6733567Z test_schema_correctness_ones_like_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.6733814Z test_schema_correctness_ones_like_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T02:33:03.6734156Z test_schema_correctness_ones_like_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.6734415Z test_schema_correctness_ones_like_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.6734641Z test_schema_correctness_ones_like_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.6734881Z test_schema_correctness_ones_like_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T02:33:03.6735124Z test_schema_correctness_ones_like_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.6735362Z test_schema_correctness_ones_like_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.6735601Z test_schema_correctness_ones_like_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.6735850Z test_schema_correctness_ormqr_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.238s) 2022-11-23T02:33:03.6736097Z test_schema_correctness_ormqr_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.228s) 2022-11-23T02:33:03.6736342Z test_schema_correctness_ormqr_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.209s) 2022-11-23T02:33:03.6736575Z test_schema_correctness_ormqr_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.223s) 2022-11-23T02:33:03.6736821Z test_schema_correctness_outer_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6737319Z test_schema_correctness_outer_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6737700Z test_schema_correctness_outer_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.6738280Z test_schema_correctness_outer_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6738536Z test_schema_correctness_outer_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6738780Z test_schema_correctness_outer_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T02:33:03.6739048Z test_schema_correctness_outer_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6739286Z test_schema_correctness_outer_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6739634Z test_schema_correctness_outer_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6739857Z test_schema_correctness_outer_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.6740091Z test_schema_correctness_outer_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6740327Z test_schema_correctness_outer_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6740579Z test_schema_correctness_pca_lowrank_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (5.472s) 2022-11-23T02:33:03.6740819Z test_schema_correctness_pca_lowrank_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (5.460s) 2022-11-23T02:33:03.6741065Z test_schema_correctness_permute_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6741305Z test_schema_correctness_permute_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6741555Z test_schema_correctness_permute_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6741805Z test_schema_correctness_permute_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6742058Z test_schema_correctness_permute_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6742302Z test_schema_correctness_permute_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.6742613Z test_schema_correctness_permute_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6742873Z test_schema_correctness_permute_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.6743115Z test_schema_correctness_permute_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T02:33:03.6743353Z test_schema_correctness_permute_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T02:33:03.6743744Z test_schema_correctness_permute_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6743991Z test_schema_correctness_permute_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.6744529Z test_schema_correctness_permute_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6744906Z test_schema_correctness_pinverse_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.057s) 2022-11-23T02:33:03.6745167Z test_schema_correctness_pinverse_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.057s) 2022-11-23T02:33:03.6745412Z test_schema_correctness_pinverse_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.057s) 2022-11-23T02:33:03.6745647Z test_schema_correctness_pinverse_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.057s) 2022-11-23T02:33:03.6745891Z test_schema_correctness_polar_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.6746125Z test_schema_correctness_polar_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.6746398Z test_schema_correctness_polygamma_polygamma_n_0_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (1.472s) 2022-11-23T02:33:03.6746668Z test_schema_correctness_polygamma_polygamma_n_0_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (1.955s) 2022-11-23T02:33:03.6746936Z test_schema_correctness_polygamma_polygamma_n_0_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (1.938s) 2022-11-23T02:33:03.6747192Z test_schema_correctness_polygamma_polygamma_n_0_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (2.153s) 2022-11-23T02:33:03.6747456Z test_schema_correctness_polygamma_polygamma_n_0_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6747825Z test_schema_correctness_polygamma_polygamma_n_0_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.6748088Z test_schema_correctness_polygamma_polygamma_n_0_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6748352Z test_schema_correctness_polygamma_polygamma_n_0_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.6748610Z test_schema_correctness_polygamma_polygamma_n_0_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6748870Z test_schema_correctness_polygamma_polygamma_n_1_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.6749136Z test_schema_correctness_polygamma_polygamma_n_1_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.6749401Z test_schema_correctness_polygamma_polygamma_n_1_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6749673Z test_schema_correctness_polygamma_polygamma_n_1_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.6750103Z test_schema_correctness_polygamma_polygamma_n_1_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6750373Z test_schema_correctness_polygamma_polygamma_n_1_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.021s) 2022-11-23T02:33:03.6750764Z test_schema_correctness_polygamma_polygamma_n_1_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-11-23T02:33:03.6751312Z test_schema_correctness_polygamma_polygamma_n_1_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6751592Z test_schema_correctness_polygamma_polygamma_n_1_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.6751856Z test_schema_correctness_polygamma_polygamma_n_2_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6752126Z test_schema_correctness_polygamma_polygamma_n_2_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.6752390Z test_schema_correctness_polygamma_polygamma_n_2_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T02:33:03.6752658Z test_schema_correctness_polygamma_polygamma_n_2_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.6752921Z test_schema_correctness_polygamma_polygamma_n_2_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6753176Z test_schema_correctness_polygamma_polygamma_n_2_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.6753427Z test_schema_correctness_polygamma_polygamma_n_2_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6753687Z test_schema_correctness_polygamma_polygamma_n_2_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.6753949Z test_schema_correctness_polygamma_polygamma_n_2_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6754210Z test_schema_correctness_polygamma_polygamma_n_3_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.6754473Z test_schema_correctness_polygamma_polygamma_n_3_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.6754736Z test_schema_correctness_polygamma_polygamma_n_3_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6754980Z test_schema_correctness_polygamma_polygamma_n_3_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.6755246Z test_schema_correctness_polygamma_polygamma_n_3_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6755502Z test_schema_correctness_polygamma_polygamma_n_3_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.6756717Z test_schema_correctness_polygamma_polygamma_n_3_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6757106Z test_schema_correctness_polygamma_polygamma_n_3_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.6757590Z test_schema_correctness_polygamma_polygamma_n_3_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.6757862Z test_schema_correctness_polygamma_polygamma_n_4_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6758132Z test_schema_correctness_polygamma_polygamma_n_4_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.6758391Z test_schema_correctness_polygamma_polygamma_n_4_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6758657Z test_schema_correctness_polygamma_polygamma_n_4_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.6758926Z test_schema_correctness_polygamma_polygamma_n_4_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6759183Z test_schema_correctness_polygamma_polygamma_n_4_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.6759441Z test_schema_correctness_polygamma_polygamma_n_4_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.6759706Z test_schema_correctness_polygamma_polygamma_n_4_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6760065Z test_schema_correctness_polygamma_polygamma_n_4_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.6760334Z test_schema_correctness_positive_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6760589Z test_schema_correctness_positive_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6760846Z test_schema_correctness_positive_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6761096Z test_schema_correctness_positive_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6761346Z test_schema_correctness_positive_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6761585Z test_schema_correctness_positive_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6761836Z test_schema_correctness_positive_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6762079Z test_schema_correctness_positive_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6762324Z test_schema_correctness_positive_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.6762572Z test_schema_correctness_positive_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6762956Z test_schema_correctness_positive_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6763200Z test_schema_correctness_positive_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6763638Z test_schema_correctness_pow_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.6764014Z test_schema_correctness_pow_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6764268Z test_schema_correctness_pow_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6764509Z test_schema_correctness_pow_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.6764744Z test_schema_correctness_pow_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.6765084Z test_schema_correctness_pow_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.6765309Z test_schema_correctness_pow_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6765542Z test_schema_correctness_pow_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.6765776Z test_schema_correctness_pow_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.6766007Z test_schema_correctness_pow_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6766245Z test_schema_correctness_pow_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.6766479Z test_schema_correctness_pow_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.6766721Z test_schema_correctness_prod_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.031s) 2022-11-23T02:33:03.6766956Z test_schema_correctness_prod_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.032s) 2022-11-23T02:33:03.6767201Z test_schema_correctness_prod_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.048s) 2022-11-23T02:33:03.6767443Z test_schema_correctness_prod_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6767687Z test_schema_correctness_prod_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.032s) 2022-11-23T02:33:03.6768008Z test_schema_correctness_prod_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.032s) 2022-11-23T02:33:03.6768269Z test_schema_correctness_prod_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.031s) 2022-11-23T02:33:03.6768486Z test_schema_correctness_prod_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.047s) 2022-11-23T02:33:03.6768720Z test_schema_correctness_prod_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.031s) 2022-11-23T02:33:03.6769104Z test_schema_correctness_prod_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.032s) 2022-11-23T02:33:03.6769386Z test_schema_correctness_prod_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.031s) 2022-11-23T02:33:03.6769621Z test_schema_correctness_prod_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.032s) 2022-11-23T02:33:03.6770029Z test_schema_correctness_prod_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.048s) 2022-11-23T02:33:03.6770434Z test_schema_correctness_put_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.031s) 2022-11-23T02:33:03.6770674Z test_schema_correctness_put_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.033s) 2022-11-23T02:33:03.6770921Z test_schema_correctness_put_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.031s) 2022-11-23T02:33:03.6771164Z test_schema_correctness_put_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.047s) 2022-11-23T02:33:03.6771405Z test_schema_correctness_put_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.032s) 2022-11-23T02:33:03.6771634Z test_schema_correctness_put_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.032s) 2022-11-23T02:33:03.6771860Z test_schema_correctness_put_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.031s) 2022-11-23T02:33:03.6772091Z test_schema_correctness_put_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.032s) 2022-11-23T02:33:03.6772324Z test_schema_correctness_put_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.031s) 2022-11-23T02:33:03.6772556Z test_schema_correctness_put_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.043s) 2022-11-23T02:33:03.6772788Z test_schema_correctness_put_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.032s) 2022-11-23T02:33:03.6773131Z test_schema_correctness_put_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.031s) 2022-11-23T02:33:03.6773721Z 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-23T02:33:03.6773928Z The boolean parameter 'some' has been replaced with a string parameter 'mode'. 2022-11-23T02:33:03.6774031Z Q, R = torch.qr(A, some) 2022-11-23T02:33:03.6774133Z should be replaced with 2022-11-23T02:33:03.6774511Z 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-23T02:33:03.6774629Z return self.op(*args, **kwargs) 2022-11-23T02:33:03.6774711Z ok (0.049s) 2022-11-23T02:33:03.6774957Z test_schema_correctness_qr_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.031s) 2022-11-23T02:33:03.6775197Z test_schema_correctness_qr_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.050s) 2022-11-23T02:33:03.6775598Z test_schema_correctness_qr_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.037s) 2022-11-23T02:33:03.6775862Z test_schema_correctness_quantile_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (1.017s) 2022-11-23T02:33:03.6776106Z test_schema_correctness_quantile_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (1.036s) 2022-11-23T02:33:03.6776782Z test_schema_correctness_rad2deg_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6777056Z test_schema_correctness_rad2deg_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6777301Z test_schema_correctness_rad2deg_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6777552Z test_schema_correctness_rad2deg_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6777795Z test_schema_correctness_rad2deg_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.6778037Z test_schema_correctness_rad2deg_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6778278Z test_schema_correctness_rad2deg_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6778509Z test_schema_correctness_rad2deg_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6778751Z test_schema_correctness_rad2deg_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6778981Z test_schema_correctness_rad2deg_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6779227Z test_schema_correctness_rand_like_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.026s) 2022-11-23T02:33:03.6779486Z test_schema_correctness_rand_like_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.6779739Z test_schema_correctness_rand_like_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6779971Z test_schema_correctness_rand_like_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.6780217Z test_schema_correctness_rand_like_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.6780463Z test_schema_correctness_rand_like_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T02:33:03.6780702Z test_schema_correctness_rand_like_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.6780947Z test_schema_correctness_randint_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.031s) 2022-11-23T02:33:03.6781193Z test_schema_correctness_randint_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.026s) 2022-11-23T02:33:03.6781536Z test_schema_correctness_randint_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.031s) 2022-11-23T02:33:03.6781782Z test_schema_correctness_randint_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.026s) 2022-11-23T02:33:03.6782183Z test_schema_correctness_randint_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.031s) 2022-11-23T02:33:03.6782416Z test_schema_correctness_randint_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.026s) 2022-11-23T02:33:03.6782827Z test_schema_correctness_randint_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.031s) 2022-11-23T02:33:03.6783224Z test_schema_correctness_randint_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.026s) 2022-11-23T02:33:03.6783472Z test_schema_correctness_randint_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.6783728Z test_schema_correctness_randint_like_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.041s) 2022-11-23T02:33:03.6783981Z test_schema_correctness_randint_like_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.031s) 2022-11-23T02:33:03.6784235Z test_schema_correctness_randint_like_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.026s) 2022-11-23T02:33:03.6784480Z test_schema_correctness_randint_like_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.041s) 2022-11-23T02:33:03.6784727Z test_schema_correctness_randint_like_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.031s) 2022-11-23T02:33:03.6785064Z test_schema_correctness_randint_like_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.020s) 2022-11-23T02:33:03.6785323Z test_schema_correctness_randint_like_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.031s) 2022-11-23T02:33:03.6785572Z test_schema_correctness_randint_like_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.042s) 2022-11-23T02:33:03.6785822Z test_schema_correctness_randint_like_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.032s) 2022-11-23T02:33:03.6786063Z test_schema_correctness_randn_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6786296Z test_schema_correctness_randn_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6786543Z test_schema_correctness_randn_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6786791Z test_schema_correctness_randn_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6787033Z test_schema_correctness_randn_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.6787273Z test_schema_correctness_randn_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6787509Z test_schema_correctness_randn_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T02:33:03.6787758Z test_schema_correctness_randn_like_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.6788010Z test_schema_correctness_randn_like_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.6788429Z test_schema_correctness_randn_like_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6788689Z test_schema_correctness_randn_like_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.6788940Z test_schema_correctness_randn_like_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T02:33:03.6789520Z test_schema_correctness_randn_like_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.6789774Z test_schema_correctness_randn_like_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.6790114Z test_schema_correctness_ravel_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.6790355Z test_schema_correctness_ravel_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6790601Z test_schema_correctness_ravel_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T02:33:03.6790847Z test_schema_correctness_ravel_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6791096Z test_schema_correctness_ravel_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6791336Z test_schema_correctness_ravel_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.6791576Z test_schema_correctness_ravel_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6791809Z test_schema_correctness_ravel_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6792049Z test_schema_correctness_ravel_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.6792258Z test_schema_correctness_ravel_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6792480Z test_schema_correctness_ravel_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.6792717Z test_schema_correctness_ravel_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6793028Z test_schema_correctness_ravel_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T02:33:03.6793292Z test_schema_correctness_real_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6793530Z test_schema_correctness_real_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6793780Z test_schema_correctness_real_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6794023Z test_schema_correctness_real_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6794266Z test_schema_correctness_real_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.6794505Z test_schema_correctness_real_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6794915Z test_schema_correctness_real_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6795157Z test_schema_correctness_real_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6795560Z test_schema_correctness_real_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6795946Z test_schema_correctness_real_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6796180Z test_schema_correctness_real_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6796410Z test_schema_correctness_real_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.6796646Z test_schema_correctness_real_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6796903Z test_schema_correctness_reciprocal_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6797148Z test_schema_correctness_reciprocal_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6797409Z test_schema_correctness_reciprocal_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6797670Z test_schema_correctness_reciprocal_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.6797923Z test_schema_correctness_reciprocal_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6798268Z test_schema_correctness_reciprocal_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6798522Z test_schema_correctness_reciprocal_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T02:33:03.6798769Z test_schema_correctness_reciprocal_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6799016Z test_schema_correctness_reciprocal_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6799265Z test_schema_correctness_reciprocal_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6799508Z test_schema_correctness_reciprocal_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6799757Z test_schema_correctness_reciprocal_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.6800010Z test_schema_correctness_remainder_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.6800259Z test_schema_correctness_remainder_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6800506Z test_schema_correctness_remainder_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.026s) 2022-11-23T02:33:03.6800747Z test_schema_correctness_remainder_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.6800990Z test_schema_correctness_remainder_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6802462Z test_schema_correctness_remainder_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6802787Z test_schema_correctness_remainder_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.026s) 2022-11-23T02:33:03.6803033Z test_schema_correctness_remainder_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.6803285Z test_schema_correctness_remainder_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6803531Z test_schema_correctness_renorm_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.6803779Z test_schema_correctness_renorm_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6804028Z test_schema_correctness_renorm_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6804274Z test_schema_correctness_renorm_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.6804510Z test_schema_correctness_renorm_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T02:33:03.6804751Z test_schema_correctness_renorm_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6804996Z test_schema_correctness_repeat_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.039s) 2022-11-23T02:33:03.6805223Z test_schema_correctness_repeat_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.026s) 2022-11-23T02:33:03.6805472Z test_schema_correctness_repeat_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.047s) 2022-11-23T02:33:03.6805717Z test_schema_correctness_repeat_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.041s) 2022-11-23T02:33:03.6805957Z test_schema_correctness_repeat_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.026s) 2022-11-23T02:33:03.6806200Z test_schema_correctness_repeat_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.047s) 2022-11-23T02:33:03.6806444Z test_schema_correctness_repeat_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.026s) 2022-11-23T02:33:03.6806682Z test_schema_correctness_repeat_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.041s) 2022-11-23T02:33:03.6807045Z test_schema_correctness_repeat_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.031s) 2022-11-23T02:33:03.6807280Z test_schema_correctness_repeat_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.041s) 2022-11-23T02:33:03.6807706Z test_schema_correctness_repeat_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.041s) 2022-11-23T02:33:03.6808123Z test_schema_correctness_repeat_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.031s) 2022-11-23T02:33:03.6808771Z test_schema_correctness_repeat_interleave_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.020s) 2022-11-23T02:33:03.6809053Z test_schema_correctness_repeat_interleave_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.6809323Z test_schema_correctness_repeat_interleave_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.031s) 2022-11-23T02:33:03.6809591Z test_schema_correctness_repeat_interleave_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6809853Z test_schema_correctness_repeat_interleave_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.026s) 2022-11-23T02:33:03.6810117Z test_schema_correctness_repeat_interleave_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.6810380Z test_schema_correctness_repeat_interleave_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.031s) 2022-11-23T02:33:03.6810642Z test_schema_correctness_repeat_interleave_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T02:33:03.6810997Z test_schema_correctness_repeat_interleave_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.031s) 2022-11-23T02:33:03.6811275Z test_schema_correctness_repeat_interleave_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.6811533Z test_schema_correctness_repeat_interleave_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.026s) 2022-11-23T02:33:03.6811794Z test_schema_correctness_repeat_interleave_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.6812038Z test_schema_correctness_repeat_interleave_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.026s) 2022-11-23T02:33:03.6812287Z test_schema_correctness_reshape_as_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6812533Z test_schema_correctness_reshape_as_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.6812791Z test_schema_correctness_reshape_as_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6813045Z test_schema_correctness_reshape_as_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6813297Z test_schema_correctness_reshape_as_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6813554Z test_schema_correctness_reshape_as_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.6813928Z test_schema_correctness_reshape_as_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6814216Z test_schema_correctness_reshape_as_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.6814464Z test_schema_correctness_reshape_as_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6814936Z test_schema_correctness_reshape_as_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T02:33:03.6815294Z test_schema_correctness_reshape_as_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6815539Z test_schema_correctness_reshape_as_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6815783Z test_schema_correctness_reshape_as_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.6816134Z test_schema_correctness_reshape_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6816376Z test_schema_correctness_reshape_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.6816625Z test_schema_correctness_reshape_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6816874Z test_schema_correctness_reshape_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6817128Z test_schema_correctness_reshape_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.6817370Z test_schema_correctness_reshape_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T02:33:03.6817614Z test_schema_correctness_reshape_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.6817855Z test_schema_correctness_reshape_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6818097Z test_schema_correctness_reshape_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.6818315Z test_schema_correctness_reshape_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6818543Z test_schema_correctness_reshape_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.6818781Z test_schema_correctness_reshape_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T02:33:03.6819097Z test_schema_correctness_reshape_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6819362Z test_schema_correctness_resize__cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.6819770Z test_schema_correctness_resize__cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6820037Z test_schema_correctness_resize__cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.6820422Z test_schema_correctness_resize__cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6820669Z test_schema_correctness_resize__cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.6820909Z test_schema_correctness_resize__cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6821484Z test_schema_correctness_resize__cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T02:33:03.6821745Z test_schema_correctness_resize__cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6821977Z test_schema_correctness_resize__cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.6822211Z test_schema_correctness_resize__cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6822452Z test_schema_correctness_resize__cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.6822686Z test_schema_correctness_resize__cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6822933Z test_schema_correctness_resize_as__cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6823172Z test_schema_correctness_resize_as__cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.6823428Z test_schema_correctness_resize_as__cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T02:33:03.6823682Z test_schema_correctness_resize_as__cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6823932Z test_schema_correctness_resize_as__cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.6824286Z test_schema_correctness_resize_as__cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6824510Z test_schema_correctness_resize_as__cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.6824754Z test_schema_correctness_resize_as__cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6824990Z test_schema_correctness_resize_as__cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T02:33:03.6825230Z test_schema_correctness_resize_as__cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6825474Z test_schema_correctness_resize_as__cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.6825889Z test_schema_correctness_resize_as__cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6826151Z test_schema_correctness_resolve_conj_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6826403Z test_schema_correctness_resolve_conj_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6826808Z test_schema_correctness_resolve_conj_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6827071Z test_schema_correctness_resolve_conj_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.6827319Z test_schema_correctness_resolve_conj_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6827986Z test_schema_correctness_resolve_conj_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6828259Z test_schema_correctness_resolve_conj_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6828507Z test_schema_correctness_resolve_conj_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6828753Z test_schema_correctness_resolve_conj_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6829003Z test_schema_correctness_resolve_conj_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6829250Z test_schema_correctness_resolve_conj_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6829491Z test_schema_correctness_resolve_conj_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6829739Z test_schema_correctness_resolve_neg_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6829987Z test_schema_correctness_resolve_neg_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.6830242Z test_schema_correctness_resolve_neg_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6830493Z test_schema_correctness_resolve_neg_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6830750Z test_schema_correctness_resolve_neg_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6830983Z test_schema_correctness_resolve_neg_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6831233Z test_schema_correctness_resolve_neg_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6831484Z test_schema_correctness_resolve_neg_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6831730Z test_schema_correctness_resolve_neg_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6831973Z test_schema_correctness_resolve_neg_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6832214Z test_schema_correctness_resolve_neg_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.6832561Z test_schema_correctness_resolve_neg_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6832805Z test_schema_correctness_resolve_neg_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6833218Z test_schema_correctness_roll_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T02:33:03.6833458Z test_schema_correctness_roll_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.031s) 2022-11-23T02:33:03.6833702Z test_schema_correctness_roll_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.022s) 2022-11-23T02:33:03.6834288Z test_schema_correctness_roll_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6834537Z test_schema_correctness_roll_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2022-11-23T02:33:03.6834819Z test_schema_correctness_roll_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.6835060Z test_schema_correctness_roll_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.026s) 2022-11-23T02:33:03.6835290Z test_schema_correctness_roll_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.6835525Z test_schema_correctness_roll_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.6835757Z test_schema_correctness_roll_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.026s) 2022-11-23T02:33:03.6836068Z test_schema_correctness_roll_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.6836316Z test_schema_correctness_roll_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.6836552Z test_schema_correctness_roll_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.6836793Z test_schema_correctness_rot90_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.041s) 2022-11-23T02:33:03.6837012Z test_schema_correctness_rot90_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.026s) 2022-11-23T02:33:03.6837258Z test_schema_correctness_rot90_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.047s) 2022-11-23T02:33:03.6837501Z test_schema_correctness_rot90_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.030s) 2022-11-23T02:33:03.6837738Z test_schema_correctness_rot90_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.041s) 2022-11-23T02:33:03.6837974Z test_schema_correctness_rot90_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.031s) 2022-11-23T02:33:03.6838210Z test_schema_correctness_rot90_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.041s) 2022-11-23T02:33:03.6838444Z test_schema_correctness_rot90_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.041s) 2022-11-23T02:33:03.6838673Z test_schema_correctness_rot90_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.031s) 2022-11-23T02:33:03.6838895Z test_schema_correctness_rot90_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.026s) 2022-11-23T02:33:03.6839165Z test_schema_correctness_rot90_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.047s) 2022-11-23T02:33:03.6839575Z test_schema_correctness_rot90_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.026s) 2022-11-23T02:33:03.6839823Z test_schema_correctness_round_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6840064Z test_schema_correctness_round_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6840628Z test_schema_correctness_round_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.6840873Z test_schema_correctness_round_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6841209Z test_schema_correctness_round_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6841436Z test_schema_correctness_round_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6841658Z test_schema_correctness_round_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6841889Z test_schema_correctness_round_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6842114Z test_schema_correctness_round_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6842381Z test_schema_correctness_round_decimals_0_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.6842642Z test_schema_correctness_round_decimals_0_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6842884Z test_schema_correctness_round_decimals_0_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6843144Z test_schema_correctness_round_decimals_0_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T02:33:03.6843405Z test_schema_correctness_round_decimals_3_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6843658Z test_schema_correctness_round_decimals_3_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6843910Z test_schema_correctness_round_decimals_3_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6844241Z test_schema_correctness_round_decimals_3_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.6844525Z test_schema_correctness_round_decimals_neg_3_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6844785Z test_schema_correctness_round_decimals_neg_3_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6845044Z test_schema_correctness_round_decimals_neg_3_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6845291Z test_schema_correctness_round_decimals_neg_3_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.6845535Z test_schema_correctness_rsqrt_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6845910Z test_schema_correctness_rsqrt_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6846171Z test_schema_correctness_rsqrt_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (1.059s) 2022-11-23T02:33:03.6846420Z test_schema_correctness_rsqrt_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6846995Z test_schema_correctness_rsqrt_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.928s) 2022-11-23T02:33:03.6847257Z test_schema_correctness_rsqrt_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6847494Z test_schema_correctness_rsqrt_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6847723Z test_schema_correctness_rsqrt_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.6847958Z test_schema_correctness_rsqrt_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6848185Z test_schema_correctness_rsqrt_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6848425Z test_schema_correctness_rsqrt_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6848663Z test_schema_correctness_rsqrt_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6848896Z test_schema_correctness_rsqrt_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.6849228Z test_schema_correctness_rsub_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T02:33:03.6849473Z test_schema_correctness_rsub_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.6849717Z test_schema_correctness_rsub_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.6849956Z test_schema_correctness_rsub_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.6850188Z test_schema_correctness_rsub_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T02:33:03.6850422Z test_schema_correctness_rsub_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.6850656Z test_schema_correctness_rsub_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.6850890Z test_schema_correctness_rsub_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.6851117Z test_schema_correctness_rsub_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T02:33:03.6851349Z test_schema_correctness_rsub_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.6851583Z test_schema_correctness_rsub_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.6851838Z test_schema_correctness_scalar_tensor_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6852224Z test_schema_correctness_scalar_tensor_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.6852607Z test_schema_correctness_scalar_tensor_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6853011Z test_schema_correctness_scalar_tensor_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6853468Z test_schema_correctness_scalar_tensor_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T02:33:03.6853736Z test_schema_correctness_scalar_tensor_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6853987Z test_schema_correctness_scalar_tensor_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6854232Z test_schema_correctness_scalar_tensor_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.6854480Z test_schema_correctness_scalar_tensor_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6854730Z test_schema_correctness_scalar_tensor_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6854978Z test_schema_correctness_scalar_tensor_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.6855227Z test_schema_correctness_scalar_tensor_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6855457Z test_schema_correctness_scalar_tensor_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6855711Z test_schema_correctness_scatter_add_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.026s) 2022-11-23T02:33:03.6855962Z test_schema_correctness_scatter_add_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.6856221Z test_schema_correctness_scatter_add_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.6856479Z test_schema_correctness_scatter_add_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.6856730Z test_schema_correctness_scatter_add_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T02:33:03.6856981Z test_schema_correctness_scatter_add_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.6857323Z test_schema_correctness_scatter_add_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.031s) 2022-11-23T02:33:03.6857569Z test_schema_correctness_scatter_add_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T02:33:03.6857812Z test_schema_correctness_scatter_add_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.6858059Z test_schema_correctness_scatter_add_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.6858304Z test_schema_correctness_scatter_add_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.6858695Z test_schema_correctness_scatter_add_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T02:33:03.6858953Z test_schema_correctness_scatter_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.047s) 2022-11-23T02:33:03.6859194Z test_schema_correctness_scatter_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.026s) 2022-11-23T02:33:03.6859778Z test_schema_correctness_scatter_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.041s) 2022-11-23T02:33:03.6860041Z test_schema_correctness_scatter_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.031s) 2022-11-23T02:33:03.6860286Z test_schema_correctness_scatter_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.041s) 2022-11-23T02:33:03.6860527Z test_schema_correctness_scatter_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.041s) 2022-11-23T02:33:03.6860853Z test_schema_correctness_scatter_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.031s) 2022-11-23T02:33:03.6861113Z test_schema_correctness_scatter_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.041s) 2022-11-23T02:33:03.6861346Z test_schema_correctness_scatter_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.023s) 2022-11-23T02:33:03.6861576Z test_schema_correctness_scatter_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.026s) 2022-11-23T02:33:03.6861803Z test_schema_correctness_scatter_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.031s) 2022-11-23T02:33:03.6862040Z test_schema_correctness_scatter_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.026s) 2022-11-23T02:33:03.6862800Z 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-23T02:33:03.6862919Z return self.op(*args, **kwargs) 2022-11-23T02:33:03.6863004Z ok (0.047s) 2022-11-23T02:33:03.6863273Z test_schema_correctness_scatter_reduce_amax_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.041s) 2022-11-23T02:33:03.6863539Z test_schema_correctness_scatter_reduce_amax_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.041s) 2022-11-23T02:33:03.6863793Z test_schema_correctness_scatter_reduce_amax_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.041s) 2022-11-23T02:33:03.6864050Z test_schema_correctness_scatter_reduce_amax_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.047s) 2022-11-23T02:33:03.6864311Z test_schema_correctness_scatter_reduce_amax_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.041s) 2022-11-23T02:33:03.6864574Z test_schema_correctness_scatter_reduce_amax_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.041s) 2022-11-23T02:33:03.6864979Z test_schema_correctness_scatter_reduce_amax_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.041s) 2022-11-23T02:33:03.6865268Z test_schema_correctness_scatter_reduce_amax_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.031s) 2022-11-23T02:33:03.6865761Z test_schema_correctness_scatter_reduce_amin_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.046s) 2022-11-23T02:33:03.6866233Z test_schema_correctness_scatter_reduce_amin_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.041s) 2022-11-23T02:33:03.6866494Z test_schema_correctness_scatter_reduce_amin_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.047s) 2022-11-23T02:33:03.6866743Z test_schema_correctness_scatter_reduce_amin_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.041s) 2022-11-23T02:33:03.6867003Z test_schema_correctness_scatter_reduce_amin_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.041s) 2022-11-23T02:33:03.6867258Z test_schema_correctness_scatter_reduce_amin_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.031s) 2022-11-23T02:33:03.6867512Z test_schema_correctness_scatter_reduce_amin_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.031s) 2022-11-23T02:33:03.6867776Z test_schema_correctness_scatter_reduce_amin_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.041s) 2022-11-23T02:33:03.6868028Z test_schema_correctness_scatter_reduce_amin_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.041s) 2022-11-23T02:33:03.6868295Z test_schema_correctness_scatter_reduce_mean_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.047s) 2022-11-23T02:33:03.6868557Z test_schema_correctness_scatter_reduce_mean_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.041s) 2022-11-23T02:33:03.6868894Z test_schema_correctness_scatter_reduce_mean_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.041s) 2022-11-23T02:33:03.6869168Z test_schema_correctness_scatter_reduce_mean_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.042s) 2022-11-23T02:33:03.6869408Z test_schema_correctness_scatter_reduce_mean_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.047s) 2022-11-23T02:33:03.6869666Z test_schema_correctness_scatter_reduce_mean_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.041s) 2022-11-23T02:33:03.6869917Z test_schema_correctness_scatter_reduce_mean_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.045s) 2022-11-23T02:33:03.6870170Z test_schema_correctness_scatter_reduce_mean_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.041s) 2022-11-23T02:33:03.6870421Z test_schema_correctness_scatter_reduce_mean_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.047s) 2022-11-23T02:33:03.6870690Z test_schema_correctness_scatter_reduce_prod_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.041s) 2022-11-23T02:33:03.6870953Z test_schema_correctness_scatter_reduce_prod_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.041s) 2022-11-23T02:33:03.6871350Z test_schema_correctness_scatter_reduce_prod_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.041s) 2022-11-23T02:33:03.6871812Z test_schema_correctness_scatter_reduce_prod_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.031s) 2022-11-23T02:33:03.6872318Z test_schema_correctness_scatter_reduce_prod_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.041s) 2022-11-23T02:33:03.6872906Z test_schema_correctness_scatter_reduce_prod_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.041s) 2022-11-23T02:33:03.6873423Z test_schema_correctness_scatter_reduce_prod_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.047s) 2022-11-23T02:33:03.6873949Z test_schema_correctness_scatter_reduce_prod_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.041s) 2022-11-23T02:33:03.6874474Z test_schema_correctness_scatter_reduce_prod_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.041s) 2022-11-23T02:33:03.6875006Z test_schema_correctness_scatter_reduce_sum_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.041s) 2022-11-23T02:33:03.6875520Z test_schema_correctness_scatter_reduce_sum_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.031s) 2022-11-23T02:33:03.6876210Z test_schema_correctness_scatter_reduce_sum_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.041s) 2022-11-23T02:33:03.6876724Z test_schema_correctness_scatter_reduce_sum_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.041s) 2022-11-23T02:33:03.6877238Z test_schema_correctness_scatter_reduce_sum_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.047s) 2022-11-23T02:33:03.6877866Z test_schema_correctness_scatter_reduce_sum_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.041s) 2022-11-23T02:33:03.6878395Z test_schema_correctness_scatter_reduce_sum_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.041s) 2022-11-23T02:33:03.6879047Z test_schema_correctness_scatter_reduce_sum_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.041s) 2022-11-23T02:33:03.6879562Z test_schema_correctness_scatter_reduce_sum_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.044s) 2022-11-23T02:33:03.6880085Z test_schema_correctness_scatter_reduce_sum_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.041s) 2022-11-23T02:33:03.6882237Z 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-23T02:33:03.6882500Z return self.op(*args, **kwargs) 2022-11-23T02:33:03.6884318Z 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-23T02:33:03.6884561Z return self.op(*args, **kwargs) 2022-11-23T02:33:03.6884711Z ok (0.253s) 2022-11-23T02:33:03.6885385Z test_schema_correctness_searchsorted_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.271s) 2022-11-23T02:33:03.6885921Z test_schema_correctness_searchsorted_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.254s) 2022-11-23T02:33:03.6886426Z test_schema_correctness_searchsorted_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.264s) 2022-11-23T02:33:03.6886911Z test_schema_correctness_searchsorted_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.244s) 2022-11-23T02:33:03.6887423Z test_schema_correctness_searchsorted_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.258s) 2022-11-23T02:33:03.6887928Z test_schema_correctness_searchsorted_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.259s) 2022-11-23T02:33:03.6888431Z test_schema_correctness_searchsorted_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.253s) 2022-11-23T02:33:03.6888977Z test_schema_correctness_segment_reduce_lengths_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.171s) 2022-11-23T02:33:03.6889521Z test_schema_correctness_segment_reduce_lengths_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.156s) 2022-11-23T02:33:03.6890058Z test_schema_correctness_segment_reduce_lengths_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.166s) 2022-11-23T02:33:03.6890663Z test_schema_correctness_segment_reduce_lengths_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.161s) 2022-11-23T02:33:03.6891459Z test_schema_correctness_segment_reduce_offsets_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.156s) 2022-11-23T02:33:03.6892054Z test_schema_correctness_segment_reduce_offsets_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.150s) 2022-11-23T02:33:03.6892588Z test_schema_correctness_segment_reduce_offsets_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.171s) 2022-11-23T02:33:03.6893133Z test_schema_correctness_segment_reduce_offsets_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.145s) 2022-11-23T02:33:03.6893644Z test_schema_correctness_select_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.6894127Z test_schema_correctness_select_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6894627Z test_schema_correctness_select_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6895133Z test_schema_correctness_select_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6895633Z test_schema_correctness_select_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6896116Z test_schema_correctness_select_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.6896588Z test_schema_correctness_select_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6897149Z test_schema_correctness_select_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.6897815Z test_schema_correctness_select_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6898398Z test_schema_correctness_select_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6898870Z test_schema_correctness_select_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.6899356Z test_schema_correctness_select_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6899820Z test_schema_correctness_select_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T02:33:03.6900339Z test_schema_correctness_select_scatter_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6900848Z test_schema_correctness_select_scatter_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.6901358Z test_schema_correctness_select_scatter_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6901870Z test_schema_correctness_select_scatter_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.6902383Z test_schema_correctness_select_scatter_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6902895Z test_schema_correctness_select_scatter_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.6903465Z test_schema_correctness_select_scatter_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T02:33:03.6904026Z test_schema_correctness_select_scatter_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6904632Z test_schema_correctness_select_scatter_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.6905138Z test_schema_correctness_select_scatter_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6905629Z test_schema_correctness_sgn_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6906099Z test_schema_correctness_sgn_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6906589Z test_schema_correctness_sgn_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.6908177Z test_schema_correctness_sgn_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6908657Z test_schema_correctness_sgn_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6909131Z test_schema_correctness_sgn_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6909717Z test_schema_correctness_sgn_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6910258Z test_schema_correctness_sgn_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6910858Z test_schema_correctness_sgn_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6911327Z test_schema_correctness_sgn_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.6911790Z test_schema_correctness_sgn_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6912245Z test_schema_correctness_sgn_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6912704Z test_schema_correctness_sgn_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6913195Z test_schema_correctness_short_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T02:33:03.6913670Z test_schema_correctness_short_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.6914310Z test_schema_correctness_short_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T02:33:03.6914832Z test_schema_correctness_short_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.6915318Z test_schema_correctness_short_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T02:33:03.6915896Z test_schema_correctness_short_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6916386Z test_schema_correctness_short_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.6916979Z test_schema_correctness_short_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6917451Z test_schema_correctness_short_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.6917921Z test_schema_correctness_short_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.6918394Z test_schema_correctness_short_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T02:33:03.6918857Z test_schema_correctness_short_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.6919350Z test_schema_correctness_sigmoid_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6919843Z test_schema_correctness_sigmoid_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6920347Z test_schema_correctness_sigmoid_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.974s) 2022-11-23T02:33:03.6920848Z test_schema_correctness_sigmoid_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6921350Z test_schema_correctness_sigmoid_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.803s) 2022-11-23T02:33:03.6921839Z test_schema_correctness_sigmoid_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6922415Z test_schema_correctness_sigmoid_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6922956Z test_schema_correctness_sigmoid_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.6923493Z test_schema_correctness_sigmoid_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6924120Z test_schema_correctness_sigmoid_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6924591Z test_schema_correctness_sigmoid_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6925069Z test_schema_correctness_sigmoid_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6925539Z test_schema_correctness_sigmoid_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6926028Z test_schema_correctness_sign_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6926489Z test_schema_correctness_sign_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6926976Z test_schema_correctness_sign_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.6927455Z test_schema_correctness_sign_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6927945Z test_schema_correctness_sign_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6928510Z test_schema_correctness_sign_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6928993Z test_schema_correctness_sign_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6929575Z test_schema_correctness_sign_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6930176Z test_schema_correctness_sign_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6930668Z test_schema_correctness_sign_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.6931217Z test_schema_correctness_signal_windows_cosine_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.6931756Z test_schema_correctness_signal_windows_cosine_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.026s) 2022-11-23T02:33:03.6932289Z test_schema_correctness_signal_windows_cosine_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.6932824Z test_schema_correctness_signal_windows_cosine_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.026s) 2022-11-23T02:33:03.6933388Z test_schema_correctness_signal_windows_exponential_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.047s) 2022-11-23T02:33:03.6933950Z test_schema_correctness_signal_windows_exponential_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.026s) 2022-11-23T02:33:03.6934500Z test_schema_correctness_signal_windows_exponential_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.041s) 2022-11-23T02:33:03.6935078Z test_schema_correctness_signal_windows_exponential_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.031s) 2022-11-23T02:33:03.6935700Z test_schema_correctness_signal_windows_gaussian_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.041s) 2022-11-23T02:33:03.6936309Z test_schema_correctness_signal_windows_gaussian_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.032s) 2022-11-23T02:33:03.6936853Z test_schema_correctness_signal_windows_gaussian_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.041s) 2022-11-23T02:33:03.6937380Z test_schema_correctness_signal_windows_gaussian_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.026s) 2022-11-23T02:33:03.6937921Z test_schema_correctness_signal_windows_kaiser_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.054s) 2022-11-23T02:33:03.6938449Z test_schema_correctness_signal_windows_kaiser_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.055s) 2022-11-23T02:33:03.6939017Z test_schema_correctness_signal_windows_kaiser_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.041s) 2022-11-23T02:33:03.6939709Z test_schema_correctness_signal_windows_kaiser_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.057s) 2022-11-23T02:33:03.6940200Z test_schema_correctness_signbit_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6940685Z test_schema_correctness_signbit_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6941284Z test_schema_correctness_signbit_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6941786Z test_schema_correctness_signbit_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.6942408Z test_schema_correctness_signbit_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6942893Z test_schema_correctness_signbit_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6943365Z test_schema_correctness_signbit_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6943840Z test_schema_correctness_signbit_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6944327Z test_schema_correctness_signbit_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T02:33:03.6944826Z test_schema_correctness_signbit_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6945310Z test_schema_correctness_sin_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6945905Z test_schema_correctness_sin_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6946414Z test_schema_correctness_sin_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6946899Z test_schema_correctness_sin_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6947380Z test_schema_correctness_sin_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6947962Z test_schema_correctness_sin_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.6948471Z test_schema_correctness_sin_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6949006Z test_schema_correctness_sin_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6949470Z test_schema_correctness_sin_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6949940Z test_schema_correctness_sin_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6950407Z test_schema_correctness_sin_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6950870Z test_schema_correctness_sin_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6951344Z test_schema_correctness_sin_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6951831Z test_schema_correctness_sinc_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.368s) 2022-11-23T02:33:03.6952378Z test_schema_correctness_sinc_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.430s) 2022-11-23T02:33:03.6952871Z test_schema_correctness_sinc_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (1.228s) 2022-11-23T02:33:03.6953361Z test_schema_correctness_sinc_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (1.056s) 2022-11-23T02:33:03.6953942Z test_schema_correctness_sinc_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.394s) 2022-11-23T02:33:03.6954425Z test_schema_correctness_sinc_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.347s) 2022-11-23T02:33:03.6954955Z test_schema_correctness_sinc_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.332s) 2022-11-23T02:33:03.6955664Z test_schema_correctness_sinc_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6956130Z test_schema_correctness_sinc_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T02:33:03.6956587Z test_schema_correctness_sinc_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6957051Z test_schema_correctness_sinc_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6957522Z test_schema_correctness_sinc_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6958007Z test_schema_correctness_sinh_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6958473Z test_schema_correctness_sinh_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.6958945Z test_schema_correctness_sinh_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6959442Z test_schema_correctness_sinh_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6959923Z test_schema_correctness_sinh_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6960408Z test_schema_correctness_sinh_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6960958Z test_schema_correctness_sinh_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6961481Z test_schema_correctness_sinh_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6962155Z test_schema_correctness_sinh_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.6962655Z test_schema_correctness_sinh_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6963114Z test_schema_correctness_sinh_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6963586Z test_schema_correctness_sinh_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6964055Z test_schema_correctness_sinh_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6964538Z test_schema_correctness_slice_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6965007Z test_schema_correctness_slice_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.021s) 2022-11-23T02:33:03.6965501Z test_schema_correctness_slice_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-11-23T02:33:03.6965998Z test_schema_correctness_slice_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6966488Z test_schema_correctness_slice_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6966970Z test_schema_correctness_slice_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.6967577Z test_schema_correctness_slice_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6968211Z test_schema_correctness_slice_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6968688Z test_schema_correctness_slice_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.6969150Z test_schema_correctness_slice_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6969613Z test_schema_correctness_slice_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.6970069Z test_schema_correctness_slice_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6970543Z test_schema_correctness_slice_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T02:33:03.6971054Z test_schema_correctness_slice_scatter_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.6971703Z test_schema_correctness_slice_scatter_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T02:33:03.6972212Z test_schema_correctness_slice_scatter_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.6972723Z test_schema_correctness_slice_scatter_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T02:33:03.6973230Z test_schema_correctness_slice_scatter_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.6973828Z test_schema_correctness_slice_scatter_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.6974381Z test_schema_correctness_slice_scatter_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.6974957Z test_schema_correctness_slice_scatter_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T02:33:03.6975464Z test_schema_correctness_slice_scatter_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.6975964Z test_schema_correctness_slice_scatter_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.6976461Z test_schema_correctness_softmax_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.6976950Z test_schema_correctness_softmax_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6977548Z test_schema_correctness_softmax_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T02:33:03.6978050Z test_schema_correctness_softmax_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6978573Z test_schema_correctness_softmax_with_dtype_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.6979090Z test_schema_correctness_softmax_with_dtype_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.026s) 2022-11-23T02:33:03.6979620Z test_schema_correctness_softmax_with_dtype_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T02:33:03.6980260Z test_schema_correctness_softmax_with_dtype_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.031s) 2022-11-23T02:33:03.6980895Z test_schema_correctness_softmax_with_dtype_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.6981415Z test_schema_correctness_softmax_with_dtype_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.6981933Z test_schema_correctness_softmax_with_dtype_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T02:33:03.6982450Z test_schema_correctness_softmax_with_dtype_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.6982942Z test_schema_correctness_softmax_with_dtype_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.6983461Z test_schema_correctness_softmax_with_dtype_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.6983975Z test_schema_correctness_softmax_with_dtype_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T02:33:03.6984484Z test_schema_correctness_softmax_with_dtype_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.031s) 2022-11-23T02:33:03.6984966Z test_schema_correctness_sort_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.026s) 2022-11-23T02:33:03.6985454Z test_schema_correctness_sort_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.031s) 2022-11-23T02:33:03.6985933Z test_schema_correctness_sort_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.046s) 2022-11-23T02:33:03.6986503Z test_schema_correctness_sort_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.030s) 2022-11-23T02:33:03.6987305Z test_schema_correctness_sort_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.031s) 2022-11-23T02:33:03.6987775Z test_schema_correctness_sort_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.042s) 2022-11-23T02:33:03.6988238Z test_schema_correctness_sort_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.031s) 2022-11-23T02:33:03.6988703Z test_schema_correctness_sort_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.026s) 2022-11-23T02:33:03.6989177Z test_schema_correctness_sort_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.031s) 2022-11-23T02:33:03.6991098Z 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-23T02:33:03.6991383Z torch.eye(m, n, device=device, dtype=dtype) 2022-11-23T02:33:03.6991536Z ok (0.026s) 2022-11-23T02:33:03.6992083Z test_schema_correctness_sparse_sampled_addmm_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.6992716Z test_schema_correctness_sparse_sampled_addmm_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.6994488Z test_schema_correctness_sparse_sampled_addmm_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.6995085Z test_schema_correctness_special_airy_ai_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.653s) 2022-11-23T02:33:03.6995607Z test_schema_correctness_special_airy_ai_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.803s) 2022-11-23T02:33:03.6996128Z test_schema_correctness_special_airy_ai_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.841s) 2022-11-23T02:33:03.6996636Z test_schema_correctness_special_airy_ai_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6997139Z test_schema_correctness_special_airy_ai_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6997641Z test_schema_correctness_special_airy_ai_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6998149Z test_schema_correctness_special_airy_ai_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.6998641Z test_schema_correctness_special_airy_ai_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.6999282Z test_schema_correctness_special_bessel_j0_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.549s) 2022-11-23T02:33:03.6999936Z test_schema_correctness_special_bessel_j0_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.617s) 2022-11-23T02:33:03.7000459Z test_schema_correctness_special_bessel_j0_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.555s) 2022-11-23T02:33:03.7000967Z test_schema_correctness_special_bessel_j0_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.7001482Z test_schema_correctness_special_bessel_j0_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T02:33:03.7001998Z test_schema_correctness_special_bessel_j0_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.7002506Z test_schema_correctness_special_bessel_j0_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.7003015Z test_schema_correctness_special_bessel_j0_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.7003527Z test_schema_correctness_special_bessel_j1_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.418s) 2022-11-23T02:33:03.7004205Z test_schema_correctness_special_bessel_j1_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.290s) 2022-11-23T02:33:03.7004706Z test_schema_correctness_special_bessel_j1_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.301s) 2022-11-23T02:33:03.7005316Z test_schema_correctness_special_bessel_j1_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.7005833Z test_schema_correctness_special_bessel_j1_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.7006488Z test_schema_correctness_special_bessel_j1_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.7007004Z test_schema_correctness_special_bessel_j1_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.7007507Z test_schema_correctness_special_bessel_j1_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T02:33:03.7008026Z test_schema_correctness_special_bessel_y0_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.771s) 2022-11-23T02:33:03.7008547Z test_schema_correctness_special_bessel_y0_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (1.045s) 2022-11-23T02:33:03.7009059Z test_schema_correctness_special_bessel_y0_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.945s) 2022-11-23T02:33:03.7009571Z test_schema_correctness_special_bessel_y0_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.7010211Z test_schema_correctness_special_bessel_y0_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.7010745Z test_schema_correctness_special_bessel_y0_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.7011254Z test_schema_correctness_special_bessel_y0_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.7011839Z test_schema_correctness_special_bessel_y0_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.7012366Z test_schema_correctness_special_bessel_y1_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.633s) 2022-11-23T02:33:03.7013001Z test_schema_correctness_special_bessel_y1_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.720s) 2022-11-23T02:33:03.7013522Z test_schema_correctness_special_bessel_y1_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.674s) 2022-11-23T02:33:03.7014036Z test_schema_correctness_special_bessel_y1_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.7014543Z test_schema_correctness_special_bessel_y1_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.7015055Z test_schema_correctness_special_bessel_y1_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.7015575Z test_schema_correctness_special_bessel_y1_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.7016080Z test_schema_correctness_special_bessel_y1_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.7016642Z test_schema_correctness_special_chebyshev_polynomial_t_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (5.774s) 2022-11-23T02:33:03.7017213Z test_schema_correctness_special_chebyshev_polynomial_t_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (2.286s) 2022-11-23T02:33:03.7017783Z test_schema_correctness_special_chebyshev_polynomial_t_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (2.400s) 2022-11-23T02:33:03.7018451Z test_schema_correctness_special_chebyshev_polynomial_t_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.7019117Z test_schema_correctness_special_chebyshev_polynomial_t_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.7019911Z test_schema_correctness_special_chebyshev_polynomial_t_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.7020485Z test_schema_correctness_special_chebyshev_polynomial_t_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.7021059Z test_schema_correctness_special_chebyshev_polynomial_t_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.026s) 2022-11-23T02:33:03.7021618Z test_schema_correctness_special_chebyshev_polynomial_u_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (6.536s) 2022-11-23T02:33:03.7022197Z test_schema_correctness_special_chebyshev_polynomial_u_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (3.651s) 2022-11-23T02:33:03.7022770Z test_schema_correctness_special_chebyshev_polynomial_u_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (3.370s) 2022-11-23T02:33:03.7023335Z test_schema_correctness_special_chebyshev_polynomial_u_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.017s) 2022-11-23T02:33:03.7023900Z test_schema_correctness_special_chebyshev_polynomial_u_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.017s) 2022-11-23T02:33:03.7024460Z test_schema_correctness_special_chebyshev_polynomial_u_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2022-11-23T02:33:03.7025124Z test_schema_correctness_special_chebyshev_polynomial_u_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-11-23T02:33:03.7025917Z test_schema_correctness_special_chebyshev_polynomial_u_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.023s) 2022-11-23T02:33:03.7026682Z test_schema_correctness_special_chebyshev_polynomial_v_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:33:03.7027425Z test_schema_correctness_special_chebyshev_polynomial_v_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:33:03.7028172Z test_schema_correctness_special_chebyshev_polynomial_v_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:33:03.7028898Z test_schema_correctness_special_chebyshev_polynomial_v_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:33:03.7029636Z test_schema_correctness_special_chebyshev_polynomial_v_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:33:03.7030392Z test_schema_correctness_special_chebyshev_polynomial_v_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:33:03.7031244Z test_schema_correctness_special_chebyshev_polynomial_v_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:33:03.7032028Z test_schema_correctness_special_chebyshev_polynomial_v_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:33:03.7032833Z test_schema_correctness_special_chebyshev_polynomial_w_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:33:03.7033578Z test_schema_correctness_special_chebyshev_polynomial_w_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:33:03.7034317Z test_schema_correctness_special_chebyshev_polynomial_w_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:33:03.7035189Z test_schema_correctness_special_chebyshev_polynomial_w_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:33:03.7035936Z test_schema_correctness_special_chebyshev_polynomial_w_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:33:03.7036685Z test_schema_correctness_special_chebyshev_polynomial_w_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:33:03.7037523Z test_schema_correctness_special_chebyshev_polynomial_w_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:33:03.7038307Z test_schema_correctness_special_chebyshev_polynomial_w_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:33:03.7038922Z test_schema_correctness_special_entr_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.305s) 2022-11-23T02:33:03.7039458Z test_schema_correctness_special_entr_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.403s) 2022-11-23T02:33:03.7039974Z test_schema_correctness_special_entr_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.327s) 2022-11-23T02:33:03.7040491Z test_schema_correctness_special_entr_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.296s) 2022-11-23T02:33:03.7041128Z test_schema_correctness_special_entr_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.353s) 2022-11-23T02:33:03.7041655Z test_schema_correctness_special_entr_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T02:33:03.7042168Z test_schema_correctness_special_entr_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T02:33:03.7042677Z test_schema_correctness_special_entr_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-11-23T02:33:03.7043183Z test_schema_correctness_special_entr_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T02:33:03.7043776Z test_schema_correctness_special_entr_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T02:33:03.7044295Z test_schema_correctness_special_erfcx_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (1.757s) 2022-11-23T02:33:03.7044941Z test_schema_correctness_special_erfcx_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (3.568s) 2022-11-23T02:33:03.7045466Z test_schema_correctness_special_erfcx_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (2.858s) 2022-11-23T02:33:03.7045974Z test_schema_correctness_special_erfcx_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-11-23T02:33:03.7046489Z test_schema_correctness_special_erfcx_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-11-23T02:33:03.7046988Z test_schema_correctness_special_erfcx_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-11-23T02:33:03.7047499Z test_schema_correctness_special_erfcx_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-11-23T02:33:03.7048010Z test_schema_correctness_special_erfcx_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-11-23T02:33:03.7048574Z test_schema_correctness_special_hermite_polynomial_h_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (6.297s) 2022-11-23T02:33:03.7049143Z test_schema_correctness_special_hermite_polynomial_h_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (2.462s) 2022-11-23T02:33:03.7049708Z test_schema_correctness_special_hermite_polynomial_h_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (2.232s) 2022-11-23T02:33:03.7050493Z test_schema_correctness_special_hermite_polynomial_h_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T02:33:03.7051145Z test_schema_correctness_special_hermite_polynomial_h_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T02:33:03.7051780Z test_schema_correctness_special_hermite_polynomial_h_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T02:33:03.7052337Z test_schema_correctness_special_hermite_polynomial_h_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-11-23T02:33:03.7052898Z test_schema_correctness_special_hermite_polynomial_h_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T02:33:03.7053430Z test_schema_correctness_special_hermite_polynomial_he_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (6.260s) 2022-11-23T02:33:03.7053996Z test_schema_correctness_special_hermite_polynomial_he_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (2.211s) 2022-11-23T02:33:03.7054571Z test_schema_correctness_special_hermite_polynomial_he_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (2.568s) 2022-11-23T02:33:03.7055127Z test_schema_correctness_special_hermite_polynomial_he_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.7055682Z test_schema_correctness_special_hermite_polynomial_he_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2022-11-23T02:33:03.7056230Z test_schema_correctness_special_hermite_polynomial_he_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.017s) 2022-11-23T02:33:03.7056961Z test_schema_correctness_special_hermite_polynomial_he_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-11-23T02:33:03.7057681Z test_schema_correctness_special_hermite_polynomial_he_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.017s) 2022-11-23T02:33:03.7058205Z test_schema_correctness_special_i0e_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.496s) 2022-11-23T02:33:03.7058715Z test_schema_correctness_special_i0e_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.430s) 2022-11-23T02:33:03.7059216Z test_schema_correctness_special_i0e_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.392s) 2022-11-23T02:33:03.7059723Z test_schema_correctness_special_i0e_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.390s) 2022-11-23T02:33:03.7060218Z test_schema_correctness_special_i0e_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.382s) 2022-11-23T02:33:03.7060722Z test_schema_correctness_special_i0e_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T02:33:03.7061224Z test_schema_correctness_special_i0e_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T02:33:03.7061716Z test_schema_correctness_special_i0e_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T02:33:03.7062223Z test_schema_correctness_special_i0e_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T02:33:03.7062723Z test_schema_correctness_special_i0e_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T02:33:03.7063327Z test_schema_correctness_special_i1_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.429s) 2022-11-23T02:33:03.7063965Z test_schema_correctness_special_i1_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.390s) 2022-11-23T02:33:03.7064470Z test_schema_correctness_special_i1_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.486s) 2022-11-23T02:33:03.7064970Z test_schema_correctness_special_i1_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T02:33:03.7065471Z test_schema_correctness_special_i1_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T02:33:03.7065964Z test_schema_correctness_special_i1_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T02:33:03.7066572Z test_schema_correctness_special_i1_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T02:33:03.7067070Z test_schema_correctness_special_i1_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T02:33:03.7067570Z test_schema_correctness_special_i1e_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.444s) 2022-11-23T02:33:03.7068077Z test_schema_correctness_special_i1e_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.306s) 2022-11-23T02:33:03.7068586Z test_schema_correctness_special_i1e_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.408s) 2022-11-23T02:33:03.7069194Z test_schema_correctness_special_i1e_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T02:33:03.7069687Z test_schema_correctness_special_i1e_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T02:33:03.7070325Z test_schema_correctness_special_i1e_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T02:33:03.7070832Z test_schema_correctness_special_i1e_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T02:33:03.7071332Z test_schema_correctness_special_i1e_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T02:33:03.7071896Z test_schema_correctness_special_laguerre_polynomial_l_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (6.286s) 2022-11-23T02:33:03.7072580Z test_schema_correctness_special_laguerre_polynomial_l_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (2.361s) 2022-11-23T02:33:03.7073169Z test_schema_correctness_special_laguerre_polynomial_l_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (2.342s) 2022-11-23T02:33:03.7073675Z test_schema_correctness_special_laguerre_polynomial_l_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-11-23T02:33:03.7074235Z test_schema_correctness_special_laguerre_polynomial_l_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T02:33:03.7074798Z test_schema_correctness_special_laguerre_polynomial_l_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T02:33:03.7075360Z test_schema_correctness_special_laguerre_polynomial_l_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T02:33:03.7076004Z test_schema_correctness_special_laguerre_polynomial_l_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T02:33:03.7076924Z test_schema_correctness_special_legendre_polynomial_p_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:33:03.7077661Z test_schema_correctness_special_legendre_polynomial_p_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:33:03.7078410Z test_schema_correctness_special_legendre_polynomial_p_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:33:03.7079134Z test_schema_correctness_special_legendre_polynomial_p_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:33:03.7079851Z test_schema_correctness_special_legendre_polynomial_p_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:33:03.7080591Z test_schema_correctness_special_legendre_polynomial_p_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:33:03.7081324Z test_schema_correctness_special_legendre_polynomial_p_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:33:03.7082287Z test_schema_correctness_special_legendre_polynomial_p_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:33:03.7082950Z test_schema_correctness_special_log_ndtr_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.460s) 2022-11-23T02:33:03.7083485Z test_schema_correctness_special_log_ndtr_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.398s) 2022-11-23T02:33:03.7084019Z test_schema_correctness_special_log_ndtr_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.745s) 2022-11-23T02:33:03.7084539Z test_schema_correctness_special_log_ndtr_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T02:33:03.7085058Z test_schema_correctness_special_log_ndtr_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T02:33:03.7085582Z test_schema_correctness_special_log_ndtr_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T02:33:03.7086073Z test_schema_correctness_special_log_ndtr_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-11-23T02:33:03.7086586Z test_schema_correctness_special_log_ndtr_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T02:33:03.7087129Z test_schema_correctness_special_modified_bessel_i0_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.472s) 2022-11-23T02:33:03.7087802Z test_schema_correctness_special_modified_bessel_i0_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.430s) 2022-11-23T02:33:03.7088516Z test_schema_correctness_special_modified_bessel_i0_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.457s) 2022-11-23T02:33:03.7089172Z test_schema_correctness_special_modified_bessel_i0_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.7089810Z test_schema_correctness_special_modified_bessel_i0_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T02:33:03.7090375Z test_schema_correctness_special_modified_bessel_i0_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T02:33:03.7090921Z test_schema_correctness_special_modified_bessel_i0_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T02:33:03.7091466Z test_schema_correctness_special_modified_bessel_i0_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T02:33:03.7092018Z test_schema_correctness_special_modified_bessel_i1_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.489s) 2022-11-23T02:33:03.7092571Z test_schema_correctness_special_modified_bessel_i1_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.391s) 2022-11-23T02:33:03.7093121Z test_schema_correctness_special_modified_bessel_i1_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.540s) 2022-11-23T02:33:03.7093671Z test_schema_correctness_special_modified_bessel_i1_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T02:33:03.7094215Z test_schema_correctness_special_modified_bessel_i1_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T02:33:03.7094760Z test_schema_correctness_special_modified_bessel_i1_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T02:33:03.7095411Z test_schema_correctness_special_modified_bessel_i1_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.7096095Z test_schema_correctness_special_modified_bessel_i1_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T02:33:03.7096643Z test_schema_correctness_special_modified_bessel_k0_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.587s) 2022-11-23T02:33:03.7097195Z test_schema_correctness_special_modified_bessel_k0_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.654s) 2022-11-23T02:33:03.7097886Z test_schema_correctness_special_modified_bessel_k0_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.704s) 2022-11-23T02:33:03.7098431Z test_schema_correctness_special_modified_bessel_k0_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T02:33:03.7098970Z test_schema_correctness_special_modified_bessel_k0_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T02:33:03.7099515Z test_schema_correctness_special_modified_bessel_k0_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T02:33:03.7100060Z test_schema_correctness_special_modified_bessel_k0_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T02:33:03.7100601Z test_schema_correctness_special_modified_bessel_k0_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T02:33:03.7101144Z test_schema_correctness_special_modified_bessel_k1_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.531s) 2022-11-23T02:33:03.7101786Z test_schema_correctness_special_modified_bessel_k1_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.505s) 2022-11-23T02:33:03.7102443Z test_schema_correctness_special_modified_bessel_k1_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.699s) 2022-11-23T02:33:03.7102989Z test_schema_correctness_special_modified_bessel_k1_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-11-23T02:33:03.7103531Z test_schema_correctness_special_modified_bessel_k1_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T02:33:03.7104191Z test_schema_correctness_special_modified_bessel_k1_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T02:33:03.7104762Z test_schema_correctness_special_modified_bessel_k1_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T02:33:03.7105322Z test_schema_correctness_special_modified_bessel_k1_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T02:33:03.7105849Z test_schema_correctness_special_ndtr_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-11-23T02:33:03.7106355Z test_schema_correctness_special_ndtr_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-11-23T02:33:03.7106869Z test_schema_correctness_special_ndtr_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T02:33:03.7107381Z test_schema_correctness_special_ndtr_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T02:33:03.7108007Z test_schema_correctness_special_ndtr_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T02:33:03.7108627Z test_schema_correctness_special_ndtr_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-11-23T02:33:03.7109194Z test_schema_correctness_special_ndtr_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-11-23T02:33:03.7109709Z test_schema_correctness_special_ndtr_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T02:33:03.7110220Z test_schema_correctness_special_ndtr_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T02:33:03.7110721Z test_schema_correctness_special_ndtr_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T02:33:03.7111229Z test_schema_correctness_special_ndtri_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.580s) 2022-11-23T02:33:03.7111749Z test_schema_correctness_special_ndtri_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.462s) 2022-11-23T02:33:03.7112269Z test_schema_correctness_special_ndtri_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.589s) 2022-11-23T02:33:03.7112785Z test_schema_correctness_special_ndtri_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T02:33:03.7113457Z test_schema_correctness_special_ndtri_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T02:33:03.7113967Z test_schema_correctness_special_ndtri_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T02:33:03.7114583Z test_schema_correctness_special_ndtri_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T02:33:03.7115179Z test_schema_correctness_special_ndtri_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T02:33:03.7115789Z test_schema_correctness_special_polygamma_special_polygamma_n_0_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T02:33:03.7116384Z test_schema_correctness_special_polygamma_special_polygamma_n_0_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T02:33:03.7116982Z test_schema_correctness_special_polygamma_special_polygamma_n_0_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T02:33:03.7117585Z test_schema_correctness_special_polygamma_special_polygamma_n_0_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T02:33:03.7118170Z test_schema_correctness_special_polygamma_special_polygamma_n_0_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-11-23T02:33:03.7118750Z test_schema_correctness_special_polygamma_special_polygamma_n_0_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-11-23T02:33:03.7119325Z test_schema_correctness_special_polygamma_special_polygamma_n_0_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-11-23T02:33:03.7120033Z test_schema_correctness_special_polygamma_special_polygamma_n_0_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T02:33:03.7120763Z test_schema_correctness_special_polygamma_special_polygamma_n_0_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T02:33:03.7121468Z test_schema_correctness_special_scaled_modified_bessel_k0_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.512s) 2022-11-23T02:33:03.7122047Z test_schema_correctness_special_scaled_modified_bessel_k0_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.557s) 2022-11-23T02:33:03.7122620Z test_schema_correctness_special_scaled_modified_bessel_k0_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.739s) 2022-11-23T02:33:03.7123183Z test_schema_correctness_special_scaled_modified_bessel_k0_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T02:33:03.7123749Z test_schema_correctness_special_scaled_modified_bessel_k0_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T02:33:03.7124315Z test_schema_correctness_special_scaled_modified_bessel_k0_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T02:33:03.7124883Z test_schema_correctness_special_scaled_modified_bessel_k0_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T02:33:03.7125451Z test_schema_correctness_special_scaled_modified_bessel_k0_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T02:33:03.7126012Z test_schema_correctness_special_scaled_modified_bessel_k1_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.533s) 2022-11-23T02:33:03.7126585Z test_schema_correctness_special_scaled_modified_bessel_k1_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.518s) 2022-11-23T02:33:03.7127262Z test_schema_correctness_special_scaled_modified_bessel_k1_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.762s) 2022-11-23T02:33:03.7127958Z test_schema_correctness_special_scaled_modified_bessel_k1_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T02:33:03.7128490Z test_schema_correctness_special_scaled_modified_bessel_k1_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T02:33:03.7129205Z test_schema_correctness_special_scaled_modified_bessel_k1_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T02:33:03.7129766Z test_schema_correctness_special_scaled_modified_bessel_k1_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T02:33:03.7140557Z test_schema_correctness_special_scaled_modified_bessel_k1_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T02:33:03.7141425Z test_schema_correctness_special_shifted_chebyshev_polynomial_t_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:33:03.7142194Z test_schema_correctness_special_shifted_chebyshev_polynomial_t_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:33:03.7142952Z test_schema_correctness_special_shifted_chebyshev_polynomial_t_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:33:03.7143705Z test_schema_correctness_special_shifted_chebyshev_polynomial_t_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:33:03.7144432Z test_schema_correctness_special_shifted_chebyshev_polynomial_t_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T02:33:03.7145363Z 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-23T02:33:03.7146238Z 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-23T02:33:03.7147163Z 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-23T02:33:03.7147908Z test_schema_correctness_special_shifted_chebyshev_polynomial_u_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2022-11-23T02:33:03.7148659Z 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-23T02:33:03.7149411Z 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-23T02:33:03.7150157Z 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-23T02:33:03.7150903Z 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-23T02:33:03.7151633Z 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-23T02:33:03.7152480Z test_schema_correctness_special_shifted_chebyshev_polynomial_u_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.006s) 2022-11-23T02:33:03.7153346Z test_schema_correctness_special_shifted_chebyshev_polynomial_u_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:33:03.7154255Z 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-23T02:33:03.7155013Z 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-23T02:33:03.7155746Z 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-23T02:33:03.7156491Z 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-23T02:33:03.7157234Z 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-23T02:33:03.7157978Z 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-23T02:33:03.7158822Z 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-23T02:33:03.7159807Z 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-23T02:33:03.7160578Z 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-23T02:33:03.7161331Z test_schema_correctness_special_shifted_chebyshev_polynomial_w_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.010s) 2022-11-23T02:33:03.7162091Z test_schema_correctness_special_shifted_chebyshev_polynomial_w_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:33:03.7162833Z 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-23T02:33:03.7163566Z 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-23T02:33:03.7164301Z 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-23T02:33:03.7165204Z 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-23T02:33:03.7166097Z 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-23T02:33:03.7166656Z test_schema_correctness_special_spherical_bessel_j0_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.499s) 2022-11-23T02:33:03.7167213Z test_schema_correctness_special_spherical_bessel_j0_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.390s) 2022-11-23T02:33:03.7167766Z test_schema_correctness_special_spherical_bessel_j0_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.399s) 2022-11-23T02:33:03.7168308Z test_schema_correctness_special_spherical_bessel_j0_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T02:33:03.7170149Z test_schema_correctness_special_spherical_bessel_j0_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T02:33:03.7170684Z test_schema_correctness_special_spherical_bessel_j0_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.7171335Z test_schema_correctness_special_spherical_bessel_j0_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T02:33:03.7171987Z test_schema_correctness_special_spherical_bessel_j0_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.7172610Z test_schema_correctness_special_xlog1py_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.019s) 2022-11-23T02:33:03.7173127Z test_schema_correctness_special_xlog1py_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.017s) 2022-11-23T02:33:03.7173655Z test_schema_correctness_special_xlog1py_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-11-23T02:33:03.7174187Z test_schema_correctness_special_xlog1py_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.020s) 2022-11-23T02:33:03.7174712Z test_schema_correctness_special_xlog1py_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.025s) 2022-11-23T02:33:03.7175221Z test_schema_correctness_special_xlog1py_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.018s) 2022-11-23T02:33:03.7175727Z test_schema_correctness_special_xlog1py_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T02:33:03.7176386Z test_schema_correctness_special_xlog1py_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T02:33:03.7176915Z test_schema_correctness_special_xlog1py_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T02:33:03.7177500Z test_schema_correctness_special_xlog1py_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.024s) 2022-11-23T02:33:03.7178009Z test_schema_correctness_special_zeta_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (7.503s) 2022-11-23T02:33:03.7178649Z test_schema_correctness_special_zeta_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (3.801s) 2022-11-23T02:33:03.7179160Z test_schema_correctness_special_zeta_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (4.054s) 2022-11-23T02:33:03.7179658Z test_schema_correctness_special_zeta_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T02:33:03.7180162Z test_schema_correctness_special_zeta_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T02:33:03.7180661Z test_schema_correctness_special_zeta_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T02:33:03.7181157Z test_schema_correctness_special_zeta_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.019s) 2022-11-23T02:33:03.7181668Z test_schema_correctness_special_zeta_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-11-23T02:33:03.7182151Z test_schema_correctness_split_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T02:33:03.7182627Z test_schema_correctness_split_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T02:33:03.7183119Z test_schema_correctness_split_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T02:33:03.7183592Z test_schema_correctness_split_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-11-23T02:33:03.7184172Z test_schema_correctness_split_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T02:33:03.7184667Z test_schema_correctness_split_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T02:33:03.7185204Z test_schema_correctness_split_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T02:33:03.7185863Z test_schema_correctness_split_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T02:33:03.7186330Z test_schema_correctness_split_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.7186771Z test_schema_correctness_split_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.7187232Z test_schema_correctness_split_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T02:33:03.7187697Z test_schema_correctness_split_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.7188172Z test_schema_correctness_split_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.7188673Z test_schema_correctness_split_list_args_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2022-11-23T02:33:03.7189144Z test_schema_correctness_split_list_args_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-11-23T02:33:03.7189705Z test_schema_correctness_split_list_args_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T02:33:03.7190337Z test_schema_correctness_split_list_args_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-11-23T02:33:03.7190807Z test_schema_correctness_split_list_args_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-11-23T02:33:03.7191406Z test_schema_correctness_split_list_args_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-11-23T02:33:03.7191995Z test_schema_correctness_split_list_args_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-11-23T02:33:03.7192509Z test_schema_correctness_split_list_args_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-11-23T02:33:03.7192965Z test_schema_correctness_split_list_args_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T02:33:03.7193428Z test_schema_correctness_split_list_args_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.7193885Z test_schema_correctness_split_list_args_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.7194427Z test_schema_correctness_split_list_args_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-11-23T02:33:03.7194920Z test_schema_correctness_split_with_sizes_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T02:33:03.7195416Z test_schema_correctness_split_with_sizes_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.7195954Z test_schema_correctness_split_with_sizes_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T02:33:03.7196600Z test_schema_correctness_split_with_sizes_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.7197129Z test_schema_correctness_split_with_sizes_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T02:33:03.7197777Z test_schema_correctness_split_with_sizes_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.7198287Z test_schema_correctness_split_with_sizes_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T02:33:03.7198795Z test_schema_correctness_split_with_sizes_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T02:33:03.7199296Z test_schema_correctness_split_with_sizes_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-11-23T02:33:03.7199795Z test_schema_correctness_split_with_sizes_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T02:33:03.7200295Z test_schema_correctness_split_with_sizes_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T02:33:03.7200942Z test_schema_correctness_split_with_sizes_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-11-23T02:33:03.7201436Z test_schema_correctness_split_with_sizes_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T02:33:03.7201913Z test_schema_correctness_sqrt_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T02:33:03.7202372Z test_schema_correctness_sqrt_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T02:33:03.7202954Z test_schema_correctness_sqrt_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.670s) 2022-11-23T02:33:03.7203448Z test_schema_correctness_sqrt_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-11-23T02:33:03.7204053Z test_schema_correctness_sqrt_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.720s) 2022-11-23T02:33:03.7204526Z test_schema_correctness_sqrt_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T02:33:03.7205003Z test_schema_correctness_sqrt_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T02:33:03.7205464Z test_schema_correctness_sqrt_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T02:33:03.7205927Z test_schema_correctness_sqrt_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T02:33:03.7206379Z test_schema_correctness_sqrt_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T02:33:03.7206942Z test_schema_correctness_sqrt_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T02:33:03.7207401Z test_schema_correctness_sqrt_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T02:33:03.7207862Z test_schema_correctness_sqrt_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T02:33:03.7208346Z test_schema_correctness_square_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T02:33:03.7208821Z test_schema_correctness_square_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T02:33:03.7209401Z test_schema_correctness_square_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-11-23T02:33:03.7209955Z test_schema_correctness_square_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T02:33:03.7210490Z test_schema_correctness_square_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T02:33:03.7210968Z test_schema_correctness_square_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T02:33:03.7211446Z test_schema_correctness_square_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T02:33:03.7211915Z test_schema_correctness_square_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T02:33:03.7212378Z test_schema_correctness_square_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T02:33:03.7212836Z test_schema_correctness_square_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T02:33:03.7213304Z test_schema_correctness_square_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T02:33:03.7213771Z test_schema_correctness_square_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T02:33:03.7214253Z test_schema_correctness_squeeze_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-11-23T02:33:03.7214726Z test_schema_correctness_squeeze_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T02:33:03.7215217Z test_schema_correctness_squeeze_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T02:33:03.7215819Z test_schema_correctness_squeeze_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.7216592Z test_schema_correctness_squeeze_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T02:33:03.7217076Z test_schema_correctness_squeeze_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-11-23T02:33:03.7217554Z test_schema_correctness_squeeze_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-11-23T02:33:03.7218031Z test_schema_correctness_squeeze_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-11-23T02:33:03.7218493Z test_schema_correctness_squeeze_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-11-23T02:33:03.7218963Z test_schema_correctness_squeeze_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-11-23T02:33:03.7219429Z test_schema_correctness_squeeze_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-11-23T02:33:03.7219899Z test_schema_correctness_squeeze_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T02:33:03.7220352Z test_schema_correctness_squeeze_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T02:33:03.7220836Z test_schema_correctness_stack_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T02:33:03.7221280Z test_schema_correctness_stack_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T02:33:03.7221825Z test_schema_correctness_stack_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-11-23T02:33:03.7222403Z test_schema_correctness_stack_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T02:33:03.7223003Z test_schema_correctness_stack_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T02:33:03.7223584Z test_schema_correctness_stack_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T02:33:03.7224067Z test_schema_correctness_stack_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T02:33:03.7224545Z test_schema_correctness_stack_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T02:33:03.7225023Z test_schema_correctness_stack_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-11-23T02:33:03.7225492Z test_schema_correctness_stack_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-11-23T02:33:03.7225970Z test_schema_correctness_stack_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.7226435Z test_schema_correctness_stack_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T02:33:03.7226884Z test_schema_correctness_stack_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-11-23T02:33:03.7227360Z test_schema_correctness_std_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T02:33:03.7227856Z test_schema_correctness_std_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-11-23T02:33:03.7228400Z test_schema_correctness_std_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T02:33:03.7228989Z test_schema_correctness_std_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.021s) 2022-11-23T02:33:03.7229440Z test_schema_correctness_std_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T02:33:03.7229997Z test_schema_correctness_std_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T02:33:03.7230805Z test_schema_correctness_std_mean_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T02:33:03.7231265Z test_schema_correctness_std_mean_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.019s) 2022-11-23T02:33:03.7231723Z test_schema_correctness_std_mean_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2022-11-23T02:33:03.7232441Z test_schema_correctness_std_mean_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T02:33:03.7232916Z test_schema_correctness_std_mean_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-11-23T02:33:03.7233385Z test_schema_correctness_std_mean_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.019s) 2022-11-23T02:33:03.7234586Z 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-23T02:33:03.7235368Z 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-23T02:33:03.7245517Z return _VF.stft(input, n_fft, hop_length, win_length, window, # type: ignore[attr-defined] 2022-11-23T02:33:03.7245721Z ok (0.064s) 2022-11-23T02:33:03.7246121Z test_schema_correctness_stft_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.063s) 2022-11-23T02:33:03.7246591Z test_schema_correctness_stft_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.060s) 2022-11-23T02:33:03.7247002Z test_schema_correctness_stft_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.068s) 2022-11-23T02:33:03.7247647Z test_schema_correctness_sub_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.021s) 2022-11-23T02:33:03.7248149Z test_schema_correctness_sub_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2022-11-23T02:33:03.7248514Z test_schema_correctness_sub_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.7248971Z test_schema_correctness_sub_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.032s) 2022-11-23T02:33:03.7249453Z test_schema_correctness_sub_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.019s) 2022-11-23T02:33:03.7249917Z test_schema_correctness_sub_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.024s) 2022-11-23T02:33:03.7250890Z test_schema_correctness_sub_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.7251470Z test_schema_correctness_sub_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T02:33:03.7251955Z test_schema_correctness_sub_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.7252428Z test_schema_correctness_sub_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.7252855Z test_schema_correctness_sub_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2022-11-23T02:33:03.7253336Z test_schema_correctness_sub_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2022-11-23T02:33:03.7253817Z test_schema_correctness_sum_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2022-11-23T02:33:03.7254278Z test_schema_correctness_sum_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.031s) 2022-11-23T02:33:03.7254747Z test_schema_correctness_sum_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.025s) 2022-11-23T02:33:03.7255223Z test_schema_correctness_sum_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-11-23T02:33:03.7255701Z test_schema_correctness_sum_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.020s) 2022-11-23T02:33:03.7256311Z test_schema_correctness_sum_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.027s) 2022-11-23T02:33:03.7256765Z test_schema_correctness_sum_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.024s) 2022-11-23T02:33:03.7257689Z test_schema_correctness_sum_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.023s) 2022-11-23T02:33:03.7258149Z test_schema_correctness_sum_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.026s) 2022-11-23T02:33:03.7258594Z test_schema_correctness_sum_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.023s) 2022-11-23T02:33:03.7259038Z test_schema_correctness_sum_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.024s) 2022-11-23T02:33:03.7259465Z test_schema_correctness_sum_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.024s) 2022-11-23T02:33:03.7259893Z test_schema_correctness_sum_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.021s) 2022-11-23T02:33:03.7260349Z test_schema_correctness_sum_to_size_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.019s) 2022-11-23T02:33:03.7260785Z test_schema_correctness_sum_to_size_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.018s) 2022-11-23T02:33:03.7261271Z test_schema_correctness_sum_to_size_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.018s) 2022-11-23T02:33:03.7261727Z test_schema_correctness_sum_to_size_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.018s) 2022-11-23T02:33:03.7262166Z test_schema_correctness_sum_to_size_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.7262709Z test_schema_correctness_sum_to_size_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.7264628Z test_schema_correctness_sum_to_size_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.017s) 2022-11-23T02:33:03.7265132Z test_schema_correctness_sum_to_size_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-11-23T02:33:03.7265606Z test_schema_correctness_sum_to_size_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.021s) 2022-11-23T02:33:03.7266048Z test_schema_correctness_sum_to_size_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.020s) 2022-11-23T02:33:03.7266463Z test_schema_correctness_sum_to_size_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.017s) 2022-11-23T02:33:03.7266882Z test_schema_correctness_sum_to_size_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.017s) 2022-11-23T02:33:03.7267362Z test_schema_correctness_svd_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipped! (0.000s) 2022-11-23T02:33:03.7267796Z test_schema_correctness_svd_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-11-23T02:33:03.7268210Z test_schema_correctness_svd_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.468s) 2022-11-23T02:33:03.7268626Z test_schema_correctness_svd_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.452s) 2022-11-23T02:33:03.7269200Z test_schema_correctness_svd_lowrank_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (9.679s) 2022-11-23T02:33:03.7269664Z test_schema_correctness_svd_lowrank_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (10.865s) 2022-11-23T02:33:03.7270887Z 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-23T02:33:03.7271425Z The default behavior has changed from using the upper triangular portion of the matrix by default to using the lower triangular portion. 2022-11-23T02:33:03.7271661Z L, _ = torch.symeig(A, upper=upper) 2022-11-23T02:33:03.7271853Z should be replaced with 2022-11-23T02:33:03.7272148Z L = torch.linalg.eigvalsh(A, UPLO='U' if upper else 'L') 2022-11-23T02:33:03.7272274Z and 2022-11-23T02:33:03.7272494Z L, V = torch.symeig(A, eigenvectors=True) 2022-11-23T02:33:03.7272683Z should be replaced with 2022-11-23T02:33:03.7273541Z 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-23T02:33:03.7273743Z return self.op(*args, **kwargs) 2022-11-23T02:33:03.7273859Z ok (0.016s) 2022-11-23T02:33:03.7274299Z test_schema_correctness_symeig_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.022s) 2022-11-23T02:33:03.7274758Z test_schema_correctness_symeig_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.056s) 2022-11-23T02:33:03.7275237Z test_schema_correctness_symeig_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.023s) 2022-11-23T02:33:03.7275782Z test_schema_correctness_t_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-11-23T02:33:03.7276199Z test_schema_correctness_t_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T02:33:03.7276764Z test_schema_correctness_t_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-11-23T02:33:03.7277180Z test_schema_correctness_t_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.7277578Z test_schema_correctness_t_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T02:33:03.7277976Z test_schema_correctness_t_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.7278392Z test_schema_correctness_t_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T02:33:03.7278962Z test_schema_correctness_t_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.7279404Z test_schema_correctness_t_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-11-23T02:33:03.7279817Z test_schema_correctness_t_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-11-23T02:33:03.7280223Z test_schema_correctness_t_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-11-23T02:33:03.7280644Z test_schema_correctness_t_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-11-23T02:33:03.7281104Z test_schema_correctness_take_along_dim_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.035s) 2022-11-23T02:33:03.7281591Z test_schema_correctness_take_along_dim_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.041s) 2022-11-23T02:33:03.7282203Z test_schema_correctness_take_along_dim_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.035s) 2022-11-23T02:33:03.7282673Z test_schema_correctness_take_along_dim_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.024s) 2022-11-23T02:33:03.7283287Z test_schema_correctness_take_along_dim_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.027s) 2022-11-23T02:33:03.7283775Z test_schema_correctness_take_along_dim_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-11-23T02:33:03.7284208Z test_schema_correctness_take_along_dim_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.039s) 2022-11-23T02:33:03.7284630Z test_schema_correctness_take_along_dim_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.027s) 2022-11-23T02:33:03.7285073Z test_schema_correctness_take_along_dim_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.023s) 2022-11-23T02:33:03.7285514Z test_schema_correctness_take_along_dim_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.019s) 2022-11-23T02:33:03.7285959Z test_schema_correctness_take_along_dim_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.023s) 2022-11-23T02:33:03.7286396Z test_schema_correctness_take_along_dim_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.022s) 2022-11-23T02:33:03.7286809Z test_schema_correctness_take_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.017s) 2022-11-23T02:33:03.7287401Z test_schema_correctness_take_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-11-23T02:33:03.7287825Z test_schema_correctness_take_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.028s) 2022-11-23T02:33:03.7288259Z test_schema_correctness_take_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.018s) 2022-11-23T02:33:03.7288810Z test_schema_correctness_take_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T02:33:03.7289339Z test_schema_correctness_take_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.025s) 2022-11-23T02:33:03.7289883Z test_schema_correctness_take_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.018s) 2022-11-23T02:33:03.7290307Z test_schema_correctness_take_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T02:33:03.7290719Z test_schema_correctness_take_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-11-23T02:33:03.7291145Z test_schema_correctness_take_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.021s) 2022-11-23T02:33:03.7291563Z test_schema_correctness_take_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T02:33:03.7291975Z test_schema_correctness_take_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T02:33:03.7292410Z test_schema_correctness_tan_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T02:33:03.7292822Z test_schema_correctness_tan_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T02:33:03.7293387Z test_schema_correctness_tan_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.7293867Z test_schema_correctness_tan_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.7294296Z test_schema_correctness_tan_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T02:33:03.7294737Z test_schema_correctness_tan_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T02:33:03.7295295Z test_schema_correctness_tan_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T02:33:03.7295763Z test_schema_correctness_tan_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T02:33:03.7296255Z test_schema_correctness_tan_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T02:33:03.7296674Z test_schema_correctness_tan_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T02:33:03.7297106Z test_schema_correctness_tan_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T02:33:03.7297536Z test_schema_correctness_tan_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T02:33:03.7297966Z test_schema_correctness_tan_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T02:33:03.7298421Z test_schema_correctness_tanh_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T02:33:03.7298839Z test_schema_correctness_tanh_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T02:33:03.7299288Z test_schema_correctness_tanh_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T02:33:03.7299743Z test_schema_correctness_tanh_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T02:33:03.7300193Z test_schema_correctness_tanh_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T02:33:03.7300647Z test_schema_correctness_tanh_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T02:33:03.7301090Z test_schema_correctness_tanh_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T02:33:03.7301714Z test_schema_correctness_tanh_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T02:33:03.7302507Z test_schema_correctness_tanh_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T02:33:03.7303017Z test_schema_correctness_tanh_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T02:33:03.7303498Z test_schema_correctness_tanh_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.7303986Z test_schema_correctness_tanh_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.7304490Z test_schema_correctness_tanh_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T02:33:03.7305031Z test_schema_correctness_tensor_split_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.038s) 2022-11-23T02:33:03.7305569Z test_schema_correctness_tensor_split_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.025s) 2022-11-23T02:33:03.7306137Z test_schema_correctness_tensor_split_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.050s) 2022-11-23T02:33:03.7306705Z test_schema_correctness_tensor_split_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.047s) 2022-11-23T02:33:03.7307215Z test_schema_correctness_tensor_split_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.035s) 2022-11-23T02:33:03.7307725Z test_schema_correctness_tensor_split_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.046s) 2022-11-23T02:33:03.7308244Z test_schema_correctness_tensor_split_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.033s) 2022-11-23T02:33:03.7308896Z test_schema_correctness_tensor_split_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.040s) 2022-11-23T02:33:03.7309631Z test_schema_correctness_tensor_split_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.033s) 2022-11-23T02:33:03.7310363Z test_schema_correctness_tensor_split_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.035s) 2022-11-23T02:33:03.7310915Z test_schema_correctness_tensor_split_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.035s) 2022-11-23T02:33:03.7311551Z test_schema_correctness_tensor_split_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.032s) 2022-11-23T02:33:03.7312111Z test_schema_correctness_tensordot_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.7312870Z test_schema_correctness_tensordot_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.7313468Z test_schema_correctness_tensordot_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2022-11-23T02:33:03.7314299Z test_schema_correctness_tensordot_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.7314833Z test_schema_correctness_tensordot_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T02:33:03.7315617Z test_schema_correctness_tensordot_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.023s) 2022-11-23T02:33:03.7316159Z test_schema_correctness_tile_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.052s) 2022-11-23T02:33:03.7316669Z test_schema_correctness_tile_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.047s) 2022-11-23T02:33:03.7317202Z test_schema_correctness_tile_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.067s) 2022-11-23T02:33:03.7317857Z test_schema_correctness_tile_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.060s) 2022-11-23T02:33:03.7318394Z test_schema_correctness_tile_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.054s) 2022-11-23T02:33:03.7318920Z test_schema_correctness_tile_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.054s) 2022-11-23T02:33:03.7319595Z test_schema_correctness_tile_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.056s) 2022-11-23T02:33:03.7320289Z test_schema_correctness_tile_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.052s) 2022-11-23T02:33:03.7320803Z test_schema_correctness_tile_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.051s) 2022-11-23T02:33:03.7321309Z test_schema_correctness_tile_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.053s) 2022-11-23T02:33:03.7321821Z test_schema_correctness_tile_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.048s) 2022-11-23T02:33:03.7322340Z test_schema_correctness_tile_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.041s) 2022-11-23T02:33:03.7322868Z test_schema_correctness_to_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.077s) 2022-11-23T02:33:03.7323374Z test_schema_correctness_to_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.091s) 2022-11-23T02:33:03.7323904Z test_schema_correctness_to_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.083s) 2022-11-23T02:33:03.7324442Z test_schema_correctness_to_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.110s) 2022-11-23T02:33:03.7324959Z test_schema_correctness_to_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.106s) 2022-11-23T02:33:03.7325468Z test_schema_correctness_to_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.086s) 2022-11-23T02:33:03.7325915Z test_schema_correctness_to_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.056s) 2022-11-23T02:33:03.7326378Z test_schema_correctness_to_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.081s) 2022-11-23T02:33:03.7326986Z test_schema_correctness_to_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.090s) 2022-11-23T02:33:03.7327482Z test_schema_correctness_to_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.083s) 2022-11-23T02:33:03.7327934Z test_schema_correctness_to_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.073s) 2022-11-23T02:33:03.7328373Z test_schema_correctness_to_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.071s) 2022-11-23T02:33:03.7328816Z test_schema_correctness_to_sparse_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T02:33:03.7329410Z test_schema_correctness_to_sparse_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T02:33:03.7329935Z test_schema_correctness_to_sparse_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T02:33:03.7330625Z test_schema_correctness_to_sparse_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T02:33:03.7331132Z test_schema_correctness_to_sparse_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-11-23T02:33:03.7331637Z test_schema_correctness_to_sparse_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.7332135Z test_schema_correctness_to_sparse_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T02:33:03.7332604Z test_schema_correctness_to_sparse_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.7333111Z test_schema_correctness_to_sparse_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.7333616Z test_schema_correctness_to_sparse_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T02:33:03.7334077Z test_schema_correctness_to_sparse_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T02:33:03.7334558Z test_schema_correctness_to_sparse_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T02:33:03.7335012Z test_schema_correctness_topk_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.017s) 2022-11-23T02:33:03.7335526Z test_schema_correctness_topk_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.7336198Z test_schema_correctness_topk_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.018s) 2022-11-23T02:33:03.7336704Z test_schema_correctness_topk_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.018s) 2022-11-23T02:33:03.7337184Z test_schema_correctness_topk_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.017s) 2022-11-23T02:33:03.7337616Z test_schema_correctness_topk_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2022-11-23T02:33:03.7338066Z test_schema_correctness_topk_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.022s) 2022-11-23T02:33:03.7338598Z test_schema_correctness_topk_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.018s) 2022-11-23T02:33:03.7339115Z test_schema_correctness_topk_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.017s) 2022-11-23T02:33:03.7339630Z test_schema_correctness_trace_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T02:33:03.7340122Z test_schema_correctness_trace_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T02:33:03.7340644Z test_schema_correctness_trace_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T02:33:03.7341168Z test_schema_correctness_trace_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.7341686Z test_schema_correctness_trace_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T02:33:03.7342197Z test_schema_correctness_trace_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.7342766Z test_schema_correctness_trace_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T02:33:03.7343290Z test_schema_correctness_trace_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.7343768Z test_schema_correctness_trace_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.7344244Z test_schema_correctness_trace_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.7344726Z test_schema_correctness_trace_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.7345230Z test_schema_correctness_trace_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-11-23T02:33:03.7345742Z test_schema_correctness_trace_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T02:33:03.7346267Z test_schema_correctness_transpose_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-11-23T02:33:03.7346794Z test_schema_correctness_transpose_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-11-23T02:33:03.7347333Z test_schema_correctness_transpose_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T02:33:03.7347883Z test_schema_correctness_transpose_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-11-23T02:33:03.7348426Z test_schema_correctness_transpose_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-11-23T02:33:03.7348944Z test_schema_correctness_transpose_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-11-23T02:33:03.7349474Z test_schema_correctness_transpose_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T02:33:03.7349994Z test_schema_correctness_transpose_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.7350564Z test_schema_correctness_transpose_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T02:33:03.7351171Z test_schema_correctness_transpose_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T02:33:03.7351752Z test_schema_correctness_transpose_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.7352495Z test_schema_correctness_transpose_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T02:33:03.7353126Z test_schema_correctness_transpose_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T02:33:03.7353734Z test_schema_correctness_trapezoid_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.093s) 2022-11-23T02:33:03.7354370Z test_schema_correctness_trapezoid_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.104s) 2022-11-23T02:33:03.7354995Z test_schema_correctness_trapezoid_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.085s) 2022-11-23T02:33:03.7355605Z test_schema_correctness_trapezoid_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.084s) 2022-11-23T02:33:03.7356211Z test_schema_correctness_trapezoid_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.081s) 2022-11-23T02:33:03.7356797Z test_schema_correctness_trapezoid_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.077s) 2022-11-23T02:33:03.7357396Z test_schema_correctness_trapezoid_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.084s) 2022-11-23T02:33:03.7357998Z test_schema_correctness_trapezoid_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.076s) 2022-11-23T02:33:03.7358581Z test_schema_correctness_trapezoid_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.074s) 2022-11-23T02:33:03.7359187Z test_schema_correctness_trapezoid_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.094s) 2022-11-23T02:33:03.7359926Z test_schema_correctness_trapezoid_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.087s) 2022-11-23T02:33:03.7360555Z test_schema_correctness_trapz_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.076s) 2022-11-23T02:33:03.7361249Z test_schema_correctness_trapz_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.078s) 2022-11-23T02:33:03.7362005Z test_schema_correctness_trapz_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.089s) 2022-11-23T02:33:03.7362628Z test_schema_correctness_trapz_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.076s) 2022-11-23T02:33:03.7363200Z test_schema_correctness_trapz_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.091s) 2022-11-23T02:33:03.7363769Z test_schema_correctness_trapz_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.086s) 2022-11-23T02:33:03.7364355Z test_schema_correctness_trapz_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.069s) 2022-11-23T02:33:03.7364954Z test_schema_correctness_trapz_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.083s) 2022-11-23T02:33:03.7365502Z test_schema_correctness_trapz_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.099s) 2022-11-23T02:33:03.7366083Z test_schema_correctness_trapz_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.093s) 2022-11-23T02:33:03.7366681Z test_schema_correctness_trapz_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.081s) 2022-11-23T02:33:03.7368148Z 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-23T02:33:03.7368683Z torch.linalg.solve_triangular has its arguments reversed and does not return a copy of one of the inputs. 2022-11-23T02:33:03.7368968Z X = torch.triangular_solve(B, A).solution 2022-11-23T02:33:03.7369190Z should be replaced with 2022-11-23T02:33:03.7369925Z 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-23T02:33:03.7370182Z return self.op(*args, **kwargs) 2022-11-23T02:33:03.7370544Z ok (0.029s) 2022-11-23T02:33:03.7371095Z test_schema_correctness_triangular_solve_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.023s) 2022-11-23T02:33:03.7371644Z test_schema_correctness_triangular_solve_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-11-23T02:33:03.7372194Z test_schema_correctness_triangular_solve_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.026s) 2022-11-23T02:33:03.7372691Z test_schema_correctness_tril_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-11-23T02:33:03.7373213Z test_schema_correctness_tril_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T02:33:03.7373729Z test_schema_correctness_tril_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T02:33:03.7374236Z test_schema_correctness_tril_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-11-23T02:33:03.7374739Z test_schema_correctness_tril_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-11-23T02:33:03.7375255Z test_schema_correctness_tril_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-11-23T02:33:03.7375750Z test_schema_correctness_tril_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-11-23T02:33:03.7376247Z test_schema_correctness_tril_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-11-23T02:33:03.7376733Z test_schema_correctness_tril_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-11-23T02:33:03.7377345Z test_schema_correctness_tril_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-11-23T02:33:03.7377865Z test_schema_correctness_tril_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-11-23T02:33:03.7378365Z test_schema_correctness_tril_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-11-23T02:33:03.7378898Z test_schema_correctness_tril_indices_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T02:33:03.7379429Z test_schema_correctness_tril_indices_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T02:33:03.7379923Z test_schema_correctness_triu_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-11-23T02:33:03.7380443Z test_schema_correctness_triu_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T02:33:03.7380959Z test_schema_correctness_triu_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.7381482Z test_schema_correctness_triu_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T02:33:03.7381996Z test_schema_correctness_triu_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-11-23T02:33:03.7382494Z test_schema_correctness_triu_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-11-23T02:33:03.7383001Z test_schema_correctness_triu_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-11-23T02:33:03.7383494Z test_schema_correctness_triu_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-11-23T02:33:03.7383984Z test_schema_correctness_triu_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T02:33:03.7384479Z test_schema_correctness_triu_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T02:33:03.7384980Z test_schema_correctness_triu_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-11-23T02:33:03.7385488Z test_schema_correctness_triu_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-11-23T02:33:03.7386018Z test_schema_correctness_triu_indices_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T02:33:03.7386540Z test_schema_correctness_triu_indices_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T02:33:03.7387252Z test_schema_correctness_true_divide_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.018s) 2022-11-23T02:33:03.7387778Z test_schema_correctness_true_divide_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2022-11-23T02:33:03.7388308Z test_schema_correctness_true_divide_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.7388807Z test_schema_correctness_true_divide_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.7389300Z test_schema_correctness_true_divide_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.019s) 2022-11-23T02:33:03.7389799Z test_schema_correctness_true_divide_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.7390289Z test_schema_correctness_true_divide_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-11-23T02:33:03.7390783Z test_schema_correctness_true_divide_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T02:33:03.7391259Z test_schema_correctness_true_divide_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.022s) 2022-11-23T02:33:03.7391727Z test_schema_correctness_true_divide_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2022-11-23T02:33:03.7392195Z test_schema_correctness_true_divide_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2022-11-23T02:33:03.7392675Z test_schema_correctness_true_divide_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.7393271Z test_schema_correctness_true_divide_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T02:33:03.7393770Z test_schema_correctness_trunc_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.7394229Z test_schema_correctness_trunc_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.7394708Z test_schema_correctness_trunc_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-11-23T02:33:03.7395163Z test_schema_correctness_trunc_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T02:33:03.7395616Z test_schema_correctness_trunc_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T02:33:03.7396051Z test_schema_correctness_trunc_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T02:33:03.7396506Z test_schema_correctness_trunc_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T02:33:03.7396971Z test_schema_correctness_trunc_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T02:33:03.7397428Z test_schema_correctness_trunc_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T02:33:03.7397904Z test_schema_correctness_unbind_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-11-23T02:33:03.7398379Z test_schema_correctness_unbind_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-11-23T02:33:03.7398861Z test_schema_correctness_unbind_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T02:33:03.7399354Z test_schema_correctness_unbind_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T02:33:03.7399829Z test_schema_correctness_unbind_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T02:33:03.7400323Z test_schema_correctness_unbind_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.7400803Z test_schema_correctness_unbind_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T02:33:03.7401265Z test_schema_correctness_unbind_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-11-23T02:33:03.7401900Z test_schema_correctness_unbind_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-11-23T02:33:03.7402372Z test_schema_correctness_unbind_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-11-23T02:33:03.7402835Z test_schema_correctness_unbind_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-11-23T02:33:03.7403302Z test_schema_correctness_unbind_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-11-23T02:33:03.7403775Z test_schema_correctness_unbind_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T02:33:03.7404279Z test_schema_correctness_unflatten_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T02:33:03.7404767Z test_schema_correctness_unflatten_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T02:33:03.7405262Z test_schema_correctness_unflatten_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.020s) 2022-11-23T02:33:03.7405771Z test_schema_correctness_unflatten_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-11-23T02:33:03.7406282Z test_schema_correctness_unflatten_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T02:33:03.7406766Z test_schema_correctness_unflatten_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T02:33:03.7407198Z test_schema_correctness_unflatten_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-11-23T02:33:03.7407846Z test_schema_correctness_unflatten_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.017s) 2022-11-23T02:33:03.7408368Z test_schema_correctness_unflatten_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T02:33:03.7408876Z test_schema_correctness_unflatten_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-11-23T02:33:03.7409369Z test_schema_correctness_unflatten_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T02:33:03.7409889Z test_schema_correctness_unflatten_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T02:33:03.7410400Z test_schema_correctness_unflatten_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T02:33:03.7410906Z test_schema_correctness_unfold_copy_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.020s) 2022-11-23T02:33:03.7411425Z test_schema_correctness_unfold_copy_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.020s) 2022-11-23T02:33:03.7411966Z test_schema_correctness_unfold_copy_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.029s) 2022-11-23T02:33:03.7412498Z test_schema_correctness_unfold_copy_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-11-23T02:33:03.7413031Z test_schema_correctness_unfold_copy_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.021s) 2022-11-23T02:33:03.7413556Z test_schema_correctness_unfold_copy_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.026s) 2022-11-23T02:33:03.7414074Z test_schema_correctness_unfold_copy_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.029s) 2022-11-23T02:33:03.7414600Z test_schema_correctness_unfold_copy_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.024s) 2022-11-23T02:33:03.7415114Z test_schema_correctness_unfold_copy_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.022s) 2022-11-23T02:33:03.7415632Z test_schema_correctness_unfold_copy_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.023s) 2022-11-23T02:33:03.7416142Z test_schema_correctness_unfold_copy_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.023s) 2022-11-23T02:33:03.7416638Z test_schema_correctness_unfold_copy_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.023s) 2022-11-23T02:33:03.7417151Z test_schema_correctness_unfold_copy_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.033s) 2022-11-23T02:33:03.7418065Z test_schema_correctness_unfold_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.024s) 2022-11-23T02:33:03.7418691Z test_schema_correctness_unfold_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.033s) 2022-11-23T02:33:03.7419289Z test_schema_correctness_unfold_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.027s) 2022-11-23T02:33:03.7419804Z test_schema_correctness_unfold_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T02:33:03.7420312Z test_schema_correctness_unfold_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.033s) 2022-11-23T02:33:03.7420810Z test_schema_correctness_unfold_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.7421297Z test_schema_correctness_unfold_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.020s) 2022-11-23T02:33:03.7421812Z test_schema_correctness_unfold_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.035s) 2022-11-23T02:33:03.7422312Z test_schema_correctness_unfold_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.024s) 2022-11-23T02:33:03.7422808Z test_schema_correctness_unfold_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.022s) 2022-11-23T02:33:03.7423268Z test_schema_correctness_unfold_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.025s) 2022-11-23T02:33:03.7423752Z test_schema_correctness_unfold_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.023s) 2022-11-23T02:33:03.7424385Z test_schema_correctness_unfold_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.7424934Z test_schema_correctness_uniform_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-11-23T02:33:03.7425452Z test_schema_correctness_uniform_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-11-23T02:33:03.7425979Z test_schema_correctness_uniform_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-11-23T02:33:03.7426479Z test_schema_correctness_uniform_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-11-23T02:33:03.7426979Z test_schema_correctness_uniform_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-11-23T02:33:03.7427478Z test_schema_correctness_uniform_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-11-23T02:33:03.7428025Z test_schema_correctness_unique_consecutive_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.327s) 2022-11-23T02:33:03.7428584Z test_schema_correctness_unique_consecutive_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.343s) 2022-11-23T02:33:03.7429117Z test_schema_correctness_unique_consecutive_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.340s) 2022-11-23T02:33:03.7429658Z test_schema_correctness_unique_consecutive_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.355s) 2022-11-23T02:33:03.7430197Z test_schema_correctness_unique_consecutive_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.334s) 2022-11-23T02:33:03.7430726Z test_schema_correctness_unique_consecutive_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.392s) 2022-11-23T02:33:03.7431261Z test_schema_correctness_unique_consecutive_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.348s) 2022-11-23T02:33:03.7431798Z test_schema_correctness_unique_consecutive_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.349s) 2022-11-23T02:33:03.7432339Z test_schema_correctness_unique_consecutive_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.347s) 2022-11-23T02:33:03.7432819Z test_schema_correctness_unique_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.777s) 2022-11-23T02:33:03.7433306Z test_schema_correctness_unique_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.746s) 2022-11-23T02:33:03.7435057Z test_schema_correctness_unique_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.785s) 2022-11-23T02:33:03.7435561Z test_schema_correctness_unique_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.759s) 2022-11-23T02:33:03.7436056Z test_schema_correctness_unique_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.942s) 2022-11-23T02:33:03.7436520Z test_schema_correctness_unique_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.891s) 2022-11-23T02:33:03.7437012Z test_schema_correctness_unique_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.938s) 2022-11-23T02:33:03.7437506Z test_schema_correctness_unique_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.931s) 2022-11-23T02:33:03.7437989Z test_schema_correctness_unique_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.813s) 2022-11-23T02:33:03.7438582Z test_schema_correctness_unsqueeze_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T02:33:03.7439099Z test_schema_correctness_unsqueeze_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-11-23T02:33:03.7439615Z test_schema_correctness_unsqueeze_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-11-23T02:33:03.7440141Z test_schema_correctness_unsqueeze_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.7440658Z test_schema_correctness_unsqueeze_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-11-23T02:33:03.7441334Z test_schema_correctness_unsqueeze_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T02:33:03.7441867Z test_schema_correctness_unsqueeze_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T02:33:03.7442374Z test_schema_correctness_unsqueeze_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T02:33:03.7442891Z test_schema_correctness_unsqueeze_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-11-23T02:33:03.7443397Z test_schema_correctness_unsqueeze_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T02:33:03.7443889Z test_schema_correctness_unsqueeze_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T02:33:03.7444395Z test_schema_correctness_unsqueeze_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2022-11-23T02:33:03.7444908Z test_schema_correctness_unsqueeze_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-11-23T02:33:03.7445409Z test_schema_correctness_var_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T02:33:03.7445906Z test_schema_correctness_var_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T02:33:03.7446396Z test_schema_correctness_var_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-11-23T02:33:03.7446886Z test_schema_correctness_var_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.020s) 2022-11-23T02:33:03.7447361Z test_schema_correctness_var_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T02:33:03.7447760Z test_schema_correctness_var_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T02:33:03.7448192Z test_schema_correctness_var_mean_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T02:33:03.7448645Z test_schema_correctness_var_mean_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-11-23T02:33:03.7449073Z test_schema_correctness_var_mean_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2022-11-23T02:33:03.7449476Z test_schema_correctness_var_mean_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-11-23T02:33:03.7450074Z test_schema_correctness_var_mean_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T02:33:03.7450472Z test_schema_correctness_var_mean_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-11-23T02:33:03.7450896Z test_schema_correctness_vdot_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.7451360Z test_schema_correctness_vdot_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipped! (0.000s) 2022-11-23T02:33:03.7451817Z test_schema_correctness_vdot_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipped! (0.000s) 2022-11-23T02:33:03.7452241Z test_schema_correctness_vdot_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-11-23T02:33:03.7452663Z test_schema_correctness_vdot_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T02:33:03.7453089Z test_schema_correctness_vdot_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T02:33:03.7453553Z test_schema_correctness_view_as_complex_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T02:33:03.7453982Z test_schema_correctness_view_as_complex_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T02:33:03.7454443Z test_schema_correctness_view_as_complex_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T02:33:03.7454893Z test_schema_correctness_view_as_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T02:33:03.7455438Z test_schema_correctness_view_as_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T02:33:03.7455921Z test_schema_correctness_view_as_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T02:33:03.7456372Z test_schema_correctness_view_as_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T02:33:03.7456805Z test_schema_correctness_view_as_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T02:33:03.7457218Z test_schema_correctness_view_as_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-11-23T02:33:03.7457596Z test_schema_correctness_view_as_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T02:33:03.7457966Z test_schema_correctness_view_as_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.7458385Z test_schema_correctness_view_as_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T02:33:03.7458784Z test_schema_correctness_view_as_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.7459168Z test_schema_correctness_view_as_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T02:33:03.7459555Z test_schema_correctness_view_as_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.7459966Z test_schema_correctness_view_as_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T02:33:03.7460434Z test_schema_correctness_view_as_real_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T02:33:03.7460904Z test_schema_correctness_view_as_real_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T02:33:03.7461334Z test_schema_correctness_view_copy_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T02:33:03.7461763Z test_schema_correctness_view_copy_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-11-23T02:33:03.7462192Z test_schema_correctness_view_copy_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T02:33:03.7462612Z test_schema_correctness_view_copy_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-11-23T02:33:03.7463237Z test_schema_correctness_view_copy_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-11-23T02:33:03.7463690Z test_schema_correctness_view_copy_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-11-23T02:33:03.7464102Z test_schema_correctness_view_copy_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-11-23T02:33:03.7464490Z test_schema_correctness_view_copy_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-11-23T02:33:03.7464883Z test_schema_correctness_view_copy_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-11-23T02:33:03.7465324Z test_schema_correctness_view_copy_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-11-23T02:33:03.7465768Z test_schema_correctness_view_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-11-23T02:33:03.7466179Z test_schema_correctness_view_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-11-23T02:33:03.7466626Z test_schema_correctness_view_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-11-23T02:33:03.7467064Z test_schema_correctness_view_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-11-23T02:33:03.7467474Z test_schema_correctness_view_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T02:33:03.7467909Z test_schema_correctness_view_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-11-23T02:33:03.7468337Z test_schema_correctness_view_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-11-23T02:33:03.7468873Z test_schema_correctness_view_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T02:33:03.7469321Z test_schema_correctness_view_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T02:33:03.7469738Z test_schema_correctness_view_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-11-23T02:33:03.7470160Z test_schema_correctness_view_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T02:33:03.7470581Z test_schema_correctness_view_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T02:33:03.7470982Z test_schema_correctness_view_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T02:33:03.7471394Z test_schema_correctness_vsplit_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-11-23T02:33:03.7471790Z test_schema_correctness_vsplit_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-11-23T02:33:03.7472212Z test_schema_correctness_vsplit_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T02:33:03.7472645Z test_schema_correctness_vsplit_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.7473066Z test_schema_correctness_vsplit_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T02:33:03.7473479Z test_schema_correctness_vsplit_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-11-23T02:33:03.7473885Z test_schema_correctness_vsplit_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-11-23T02:33:03.7474306Z test_schema_correctness_vsplit_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-11-23T02:33:03.7474734Z test_schema_correctness_vsplit_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-11-23T02:33:03.7475143Z test_schema_correctness_vsplit_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-11-23T02:33:03.7475541Z test_schema_correctness_vsplit_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-11-23T02:33:03.7475932Z test_schema_correctness_vsplit_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-11-23T02:33:03.7476502Z test_schema_correctness_vsplit_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-11-23T02:33:03.7476896Z test_schema_correctness_vstack_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-11-23T02:33:03.7477318Z test_schema_correctness_vstack_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-11-23T02:33:03.7477775Z test_schema_correctness_vstack_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-11-23T02:33:03.7478232Z test_schema_correctness_vstack_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-11-23T02:33:03.7478689Z test_schema_correctness_vstack_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-11-23T02:33:03.7479137Z test_schema_correctness_vstack_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-11-23T02:33:03.7479559Z test_schema_correctness_vstack_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-11-23T02:33:03.7480015Z test_schema_correctness_vstack_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T02:33:03.7480398Z test_schema_correctness_vstack_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.7480809Z test_schema_correctness_vstack_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2022-11-23T02:33:03.7481231Z test_schema_correctness_vstack_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-11-23T02:33:03.7481653Z test_schema_correctness_vstack_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-11-23T02:33:03.7482211Z test_schema_correctness_vstack_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-11-23T02:33:03.7482683Z test_schema_correctness_where_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-11-23T02:33:03.7483119Z test_schema_correctness_where_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T02:33:03.7483565Z test_schema_correctness_where_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T02:33:03.7483997Z test_schema_correctness_where_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-11-23T02:33:03.7484401Z test_schema_correctness_where_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T02:33:03.7484797Z test_schema_correctness_where_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T02:33:03.7485201Z test_schema_correctness_where_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T02:33:03.7485631Z test_schema_correctness_where_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T02:33:03.7486048Z test_schema_correctness_where_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.018s) 2022-11-23T02:33:03.7486432Z test_schema_correctness_where_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T02:33:03.7486823Z test_schema_correctness_where_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T02:33:03.7487237Z test_schema_correctness_where_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-11-23T02:33:03.7487627Z test_schema_correctness_where_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-11-23T02:33:03.7488023Z test_schema_correctness_xlogy_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-11-23T02:33:03.7488399Z test_schema_correctness_xlogy_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T02:33:03.7488771Z test_schema_correctness_xlogy_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.7489137Z test_schema_correctness_xlogy_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T02:33:03.7489688Z test_schema_correctness_xlogy_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T02:33:03.7490081Z test_schema_correctness_xlogy_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T02:33:03.7490458Z test_schema_correctness_xlogy_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-11-23T02:33:03.7490866Z test_schema_correctness_xlogy_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T02:33:03.7491293Z test_schema_correctness_xlogy_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T02:33:03.7491722Z test_schema_correctness_xlogy_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T02:33:03.7492162Z test_schema_correctness_zero__cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T02:33:03.7492593Z test_schema_correctness_zero__cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T02:33:03.7493041Z test_schema_correctness_zero__cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-11-23T02:33:03.7493466Z test_schema_correctness_zero__cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-11-23T02:33:03.7493895Z test_schema_correctness_zero__cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-11-23T02:33:03.7494315Z test_schema_correctness_zero__cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T02:33:03.7494693Z test_schema_correctness_zero__cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.7495260Z test_schema_correctness_zero__cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-11-23T02:33:03.7495687Z test_schema_correctness_zero__cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T02:33:03.7496100Z test_schema_correctness_zero__cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T02:33:03.7496501Z test_schema_correctness_zero__cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T02:33:03.7496911Z test_schema_correctness_zero__cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T02:33:03.7497327Z test_schema_correctness_zeros_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-11-23T02:33:03.7497725Z test_schema_correctness_zeros_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T02:33:03.7498146Z test_schema_correctness_zeros_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T02:33:03.7498588Z test_schema_correctness_zeros_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-11-23T02:33:03.7499013Z test_schema_correctness_zeros_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T02:33:03.7499406Z test_schema_correctness_zeros_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T02:33:03.7499804Z test_schema_correctness_zeros_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T02:33:03.7500189Z test_schema_correctness_zeros_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.7500575Z test_schema_correctness_zeros_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.7500949Z test_schema_correctness_zeros_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T02:33:03.7501339Z test_schema_correctness_zeros_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T02:33:03.7501770Z test_schema_correctness_zeros_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T02:33:03.7502198Z test_schema_correctness_zeros_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-11-23T02:33:03.7502657Z test_schema_correctness_zeros_like_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.7503271Z test_schema_correctness_zeros_like_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.7503722Z test_schema_correctness_zeros_like_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T02:33:03.7504178Z test_schema_correctness_zeros_like_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T02:33:03.7504615Z test_schema_correctness_zeros_like_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.023s) 2022-11-23T02:33:03.7505055Z test_schema_correctness_zeros_like_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.7505479Z test_schema_correctness_zeros_like_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T02:33:03.7505926Z test_schema_correctness_zeros_like_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.018s) 2022-11-23T02:33:03.7506377Z test_schema_correctness_zeros_like_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.7506798Z test_schema_correctness_zeros_like_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2022-11-23T02:33:03.7507203Z test_schema_correctness_zeros_like_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2022-11-23T02:33:03.7507597Z test_schema_correctness_zeros_like_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2022-11-23T02:33:03.7508002Z test_schema_correctness_zeros_like_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T02:33:03.7509043Z 2022-11-23T02:33:03.7509428Z ---------------------------------------------------------------------- 2022-11-23T02:33:03.7509607Z Ran 5410 tests in 746.890s 2022-11-23T02:33:03.7509621Z 2022-11-23T02:33:03.7509775Z OK (skipped=112) 2022-11-23T02:33:03.7509788Z 2022-11-23T02:33:03.7509963Z Generating XML reports... 2022-11-23T02:33:03.7510440Z Generated XML report: test-reports\python-unittest\test_schema_check\TEST-TestSchemaCheck-20221123022033.xml 2022-11-23T02:33:03.7511014Z Generated XML report: test-reports\python-unittest\test_schema_check\TEST-TestSchemaCheckModeOpInfoCUDA-20221123022033.xml 2022-11-23T02:33:03.7511029Z 2022-11-23T02:33:03.7511731Z ##[endgroup] 2022-11-23T02:33:03.7512286Z FINISHED PRINTING LOG FILE of test_schema_check (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_schema_check_od8spl2v) 2022-11-23T02:33:03.7512304Z 2022-11-23T02:33:08.1352402Z Running test_ao_sparsity ... [2022-11-23 02:33:08.134921] 2022-11-23T02:33:08.1360169Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_ao_sparsity.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:33:08.135615] 2022-11-23T02:33:08.1362310Z Ignoring disabled issues: [] 2022-11-23T02:33:10.5307538Z 2022-11-23T02:33:10.5308748Z Expand the folded group to see the log file of test_maskedtensor 2022-11-23T02:33:10.5310194Z ##[group]PRINTING LOG FILE of test_maskedtensor (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_maskedtensor_lcxeni3a) 2022-11-23T02:33:10.5322463Z 2022-11-23T02:33:10.5322877Z Running tests... 2022-11-23T02:33:10.5323461Z ---------------------------------------------------------------------- 2022-11-23T02:33:10.5324246Z Test results will be stored in test-reports\python-unittest\test_maskedtensor 2022-11-23T02:33:10.5327323Z test_add_cuda (__main__.TestBasicsCUDA) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\masked\maskedtensor\core.py:156: UserWarning: The PyTorch API of MaskedTensors is in prototype stage and will change in the near future. Please open a Github issue for features requests and see our documentation on the torch.masked module for further information about the project. 2022-11-23T02:33:10.5328997Z warnings.warn(("The PyTorch API of MaskedTensors is in prototype stage " 2022-11-23T02:33:10.5329873Z ok (1.869s) 2022-11-23T02:33:10.5330376Z test_contiguous_cuda (__main__.TestBasicsCUDA) ... ok (0.010s) 2022-11-23T02:33:10.5330965Z test_diff_dim_cuda (__main__.TestBasicsCUDA) ... ok (0.000s) 2022-11-23T02:33:10.5331749Z test_diff_layouts_cuda (__main__.TestBasicsCUDA) ... ok (0.010s) 2022-11-23T02:33:10.5332435Z test_diff_sizes_cuda (__main__.TestBasicsCUDA) ... ok (0.000s) 2022-11-23T02:33:10.5333241Z test_grad_warning_cuda (__main__.TestBasicsCUDA) ... ok (0.000s) 2022-11-23T02:33:10.5334902Z test_invalid_sparse_coo_values_cuda (__main__.TestBasicsCUDA) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\masked\maskedtensor\core.py:156: UserWarning: The PyTorch API of MaskedTensors is in prototype stage and will change in the near future. Please open a Github issue for features requests and see our documentation on the torch.masked module for further information about the project. 2022-11-23T02:33:10.5336532Z warnings.warn(("The PyTorch API of MaskedTensors is in prototype stage " 2022-11-23T02:33:10.5337122Z ok (0.010s) 2022-11-23T02:33:10.5338938Z test_invalid_sparse_csr_values_cuda (__main__.TestBasicsCUDA) ... C:\actions-runner\_work\pytorch\pytorch\test\test_maskedtensor.py:293: UserWarning: Sparse CSR tensor support is in beta state. If you miss a functionality in the sparse tensor support, please submit a feature request to https://github.com/pytorch/pytorch/issues. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\SparseCsrTensorImpl.cpp:56.) 2022-11-23T02:33:10.5341191Z t1 = torch.sparse_csr_tensor( 2022-11-23T02:33:10.5341762Z ok (0.004s) 2022-11-23T02:33:10.5342584Z test_invalid_sparse_layout_cuda (__main__.TestBasicsCUDA) ... ok (0.007s) 2022-11-23T02:33:10.5343219Z test_invalid_tensor_inputs_cuda (__main__.TestBasicsCUDA) ... ok (0.002s) 2022-11-23T02:33:10.5344566Z test_softmax_cuda (__main__.TestBasicsCUDA) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\masked\maskedtensor\core.py:161: UserWarning: It is not recommended to create a MaskedTensor with a tensor that requires_grad. To avoid this, you can use data.clone().detach() 2022-11-23T02:33:10.5346099Z warnings.warn("It is not recommended to create a MaskedTensor with a tensor that requires_grad. " 2022-11-23T02:33:10.5346897Z ok (0.010s) 2022-11-23T02:33:10.5347463Z test_to_dense_and_sparse_coo_cuda (__main__.TestBasicsCUDA) ... ok (0.066s) 2022-11-23T02:33:10.5348188Z test_to_dense_and_sparse_csr_cuda (__main__.TestBasicsCUDA) ... ok (0.018s) 2022-11-23T02:33:10.5348842Z test_to_dense_cuda (__main__.TestBasicsCUDA) ... ok (0.049s) 2022-11-23T02:33:10.5349476Z test_to_sparse_cuda (__main__.TestBasicsCUDA) ... ok (0.031s) 2022-11-23T02:33:10.5350091Z test_where_cuda (__main__.TestBasicsCUDA) ... ok (0.010s) 2022-11-23T02:33:10.5350665Z test_binary_fn_aten_add (__main__.TestBinary) ... ok (0.003s) 2022-11-23T02:33:10.5351255Z test_binary_fn_aten_arctan2 (__main__.TestBinary) ... ok (0.003s) 2022-11-23T02:33:10.5351855Z test_binary_fn_aten_atan2 (__main__.TestBinary) ... ok (0.003s) 2022-11-23T02:33:10.5352604Z test_binary_fn_aten_bitwise_and (__main__.TestBinary) ... ok (0.003s) 2022-11-23T02:33:10.5353361Z test_binary_fn_aten_bitwise_left_shift (__main__.TestBinary) ... ok (0.003s) 2022-11-23T02:33:10.5354261Z test_binary_fn_aten_bitwise_or (__main__.TestBinary) ... ok (0.003s) 2022-11-23T02:33:10.5355049Z test_binary_fn_aten_bitwise_right_shift (__main__.TestBinary) ... ok (0.003s) 2022-11-23T02:33:10.5355813Z test_binary_fn_aten_bitwise_xor (__main__.TestBinary) ... ok (0.002s) 2022-11-23T02:33:10.5356533Z test_binary_fn_aten_div (__main__.TestBinary) ... ok (0.003s) 2022-11-23T02:33:10.5357234Z test_binary_fn_aten_divide (__main__.TestBinary) ... ok (0.000s) 2022-11-23T02:33:10.5358166Z test_binary_fn_aten_eq (__main__.TestBinary) ... ok (0.006s) 2022-11-23T02:33:10.5358986Z test_binary_fn_aten_floor_divide (__main__.TestBinary) ... ok (0.003s) 2022-11-23T02:33:10.5359980Z test_binary_fn_aten_fmax (__main__.TestBinary) ... ok (0.003s) 2022-11-23T02:33:10.5360736Z test_binary_fn_aten_fmin (__main__.TestBinary) ... ok (0.003s) 2022-11-23T02:33:10.5361418Z test_binary_fn_aten_fmod (__main__.TestBinary) ... ok (0.003s) 2022-11-23T02:33:10.5361970Z test_binary_fn_aten_ge (__main__.TestBinary) ... ok (0.003s) 2022-11-23T02:33:10.5362547Z test_binary_fn_aten_greater (__main__.TestBinary) ... ok (0.003s) 2022-11-23T02:33:10.5363191Z test_binary_fn_aten_greater_equal (__main__.TestBinary) ... ok (0.003s) 2022-11-23T02:33:10.5364008Z test_binary_fn_aten_gt (__main__.TestBinary) ... ok (0.003s) 2022-11-23T02:33:10.5364346Z test_binary_fn_aten_le (__main__.TestBinary) ... ok (0.003s) 2022-11-23T02:33:10.5364692Z test_binary_fn_aten_less (__main__.TestBinary) ... ok (0.003s) 2022-11-23T02:33:10.5365052Z test_binary_fn_aten_less_equal (__main__.TestBinary) ... ok (0.003s) 2022-11-23T02:33:10.5365433Z test_binary_fn_aten_logaddexp (__main__.TestBinary) ... ok (0.003s) 2022-11-23T02:33:10.5365884Z test_binary_fn_aten_logaddexp2 (__main__.TestBinary) ... ok (0.002s) 2022-11-23T02:33:10.5366463Z test_binary_fn_aten_lt (__main__.TestBinary) ... ok (0.002s) 2022-11-23T02:33:10.5367198Z test_binary_fn_aten_maximum (__main__.TestBinary) ... ok (0.003s) 2022-11-23T02:33:10.5367935Z test_binary_fn_aten_minimum (__main__.TestBinary) ... ok (0.000s) 2022-11-23T02:33:10.5368593Z test_binary_fn_aten_mul (__main__.TestBinary) ... ok (0.006s) 2022-11-23T02:33:10.5369058Z test_binary_fn_aten_multiply (__main__.TestBinary) ... ok (0.000s) 2022-11-23T02:33:10.5369423Z test_binary_fn_aten_ne (__main__.TestBinary) ... ok (0.000s) 2022-11-23T02:33:10.5369943Z test_binary_fn_aten_nextafter (__main__.TestBinary) ... ok (0.000s) 2022-11-23T02:33:10.5370328Z test_binary_fn_aten_not_equal (__main__.TestBinary) ... ok (0.012s) 2022-11-23T02:33:10.5370699Z test_binary_fn_aten_remainder (__main__.TestBinary) ... ok (0.003s) 2022-11-23T02:33:10.5371050Z test_binary_fn_aten_sub (__main__.TestBinary) ... ok (0.003s) 2022-11-23T02:33:10.5371413Z test_binary_fn_aten_subtract (__main__.TestBinary) ... ok (0.003s) 2022-11-23T02:33:10.5371788Z test_binary_fn_aten_true_divide (__main__.TestBinary) ... ok (0.003s) 2022-11-23T02:33:10.5372164Z test_inplace_binary_fn_aten_add_ (__main__.TestBinary) ... ok (0.003s) 2022-11-23T02:33:10.5372531Z test_inplace_binary_fn_aten_arctan2_ (__main__.TestBinary) ... ok (0.003s) 2022-11-23T02:33:10.5372915Z test_inplace_binary_fn_aten_atan2_ (__main__.TestBinary) ... ok (0.003s) 2022-11-23T02:33:10.5373319Z test_inplace_binary_fn_aten_bitwise_and_ (__main__.TestBinary) ... ok (0.003s) 2022-11-23T02:33:10.5374201Z test_inplace_binary_fn_aten_bitwise_left_shift_ (__main__.TestBinary) ... ok (0.003s) 2022-11-23T02:33:10.5374957Z test_inplace_binary_fn_aten_bitwise_or_ (__main__.TestBinary) ... ok (0.003s) 2022-11-23T02:33:10.5375771Z test_inplace_binary_fn_aten_bitwise_right_shift_ (__main__.TestBinary) ... ok (0.003s) 2022-11-23T02:33:10.5376179Z test_inplace_binary_fn_aten_bitwise_xor_ (__main__.TestBinary) ... ok (0.003s) 2022-11-23T02:33:10.5376633Z test_inplace_binary_fn_aten_div_ (__main__.TestBinary) ... ok (0.001s) 2022-11-23T02:33:10.5377140Z test_inplace_binary_fn_aten_divide_ (__main__.TestBinary) ... ok (0.000s) 2022-11-23T02:33:10.5377525Z test_inplace_binary_fn_aten_eq_ (__main__.TestBinary) ... ok (0.019s) 2022-11-23T02:33:10.5377918Z test_inplace_binary_fn_aten_floor_divide_ (__main__.TestBinary) ... ok (0.022s) 2022-11-23T02:33:10.5378308Z test_inplace_binary_fn_aten_fmod_ (__main__.TestBinary) ... ok (0.003s) 2022-11-23T02:33:10.5378671Z test_inplace_binary_fn_aten_ge_ (__main__.TestBinary) ... ok (0.021s) 2022-11-23T02:33:10.5379057Z test_inplace_binary_fn_aten_greater_ (__main__.TestBinary) ... ok (0.019s) 2022-11-23T02:33:10.5379455Z test_inplace_binary_fn_aten_greater_equal_ (__main__.TestBinary) ... ok (0.022s) 2022-11-23T02:33:10.5379841Z test_inplace_binary_fn_aten_gt_ (__main__.TestBinary) ... ok (0.019s) 2022-11-23T02:33:10.5380543Z test_inplace_binary_fn_aten_le_ (__main__.TestBinary) ... ok (0.014s) 2022-11-23T02:33:10.5381297Z test_inplace_binary_fn_aten_less_ (__main__.TestBinary) ... ok (0.022s) 2022-11-23T02:33:10.5382026Z test_inplace_binary_fn_aten_less_equal_ (__main__.TestBinary) ... ok (0.019s) 2022-11-23T02:33:10.5382679Z test_inplace_binary_fn_aten_lt_ (__main__.TestBinary) ... ok (0.017s) 2022-11-23T02:33:10.5383059Z test_inplace_binary_fn_aten_mul_ (__main__.TestBinary) ... ok (0.010s) 2022-11-23T02:33:10.5383449Z test_inplace_binary_fn_aten_multiply_ (__main__.TestBinary) ... ok (0.000s) 2022-11-23T02:33:10.5383839Z test_inplace_binary_fn_aten_ne_ (__main__.TestBinary) ... ok (0.030s) 2022-11-23T02:33:10.5384224Z test_inplace_binary_fn_aten_nextafter_ (__main__.TestBinary) ... ok (0.003s) 2022-11-23T02:33:10.5384622Z test_inplace_binary_fn_aten_not_equal_ (__main__.TestBinary) ... ok (0.019s) 2022-11-23T02:33:10.5384997Z test_inplace_binary_fn_aten_remainder_ (__main__.TestBinary) ... ok (0.003s) 2022-11-23T02:33:10.5385379Z test_inplace_binary_fn_aten_sub_ (__main__.TestBinary) ... ok (0.003s) 2022-11-23T02:33:10.5385762Z test_inplace_binary_fn_aten_subtract_ (__main__.TestBinary) ... ok (0.003s) 2022-11-23T02:33:10.5386163Z test_inplace_binary_fn_aten_true_divide_ (__main__.TestBinary) ... ok (0.002s) 2022-11-23T02:33:10.5386552Z test_masks_match_fn_name_add (__main__.TestBinary) ... ok (0.002s) 2022-11-23T02:33:10.5386924Z test_masks_match_fn_name_add_ (__main__.TestBinary) ... ok (0.003s) 2022-11-23T02:33:10.5387851Z test_binary_core_add_layout_torch_sparse_coo_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.022s) 2022-11-23T02:33:10.5389208Z test_binary_core_add_layout_torch_sparse_coo_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.020s) 2022-11-23T02:33:10.5390205Z test_binary_core_add_layout_torch_sparse_coo_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.016s) 2022-11-23T02:33:10.5391092Z test_binary_core_add_layout_torch_sparse_csr_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.022s) 2022-11-23T02:33:10.5392031Z test_binary_core_add_layout_torch_sparse_csr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.019s) 2022-11-23T02:33:10.5392963Z test_binary_core_add_layout_torch_sparse_csr_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.020s) 2022-11-23T02:33:10.5393920Z test_binary_core_add_layout_torch_strided_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.016s) 2022-11-23T02:33:10.5394985Z test_binary_core_add_layout_torch_strided_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.017s) 2022-11-23T02:33:10.5396114Z test_binary_core_add_layout_torch_strided_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.017s) 2022-11-23T02:33:10.5397043Z test_binary_core_atan2_layout_torch_sparse_coo_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.017s) 2022-11-23T02:33:10.5397996Z test_binary_core_atan2_layout_torch_sparse_coo_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.018s) 2022-11-23T02:33:10.5398656Z test_binary_core_atan2_layout_torch_sparse_coo_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.019s) 2022-11-23T02:33:10.5399135Z test_binary_core_atan2_layout_torch_sparse_csr_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-11-23T02:33:10.5399600Z test_binary_core_atan2_layout_torch_sparse_csr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.009s) 2022-11-23T02:33:10.5400049Z test_binary_core_atan2_layout_torch_sparse_csr_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-11-23T02:33:10.5400679Z test_binary_core_atan2_layout_torch_strided_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-11-23T02:33:10.5401298Z test_binary_core_atan2_layout_torch_strided_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-11-23T02:33:10.5402084Z test_binary_core_atan2_layout_torch_strided_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-11-23T02:33:10.5402604Z test_binary_core_div_floor_rounding_layout_torch_sparse_coo_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-11-23T02:33:10.5403489Z test_binary_core_div_floor_rounding_layout_torch_sparse_coo_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.031s) 2022-11-23T02:33:10.5404007Z test_binary_core_div_floor_rounding_layout_torch_sparse_coo_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.023s) 2022-11-23T02:33:10.5404525Z test_binary_core_div_floor_rounding_layout_torch_sparse_csr_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-11-23T02:33:10.5405022Z test_binary_core_div_floor_rounding_layout_torch_sparse_csr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.017s) 2022-11-23T02:33:10.5405530Z test_binary_core_div_floor_rounding_layout_torch_sparse_csr_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.013s) 2022-11-23T02:33:10.5406044Z test_binary_core_div_floor_rounding_layout_torch_strided_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.015s) 2022-11-23T02:33:10.5406562Z test_binary_core_div_floor_rounding_layout_torch_strided_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.012s) 2022-11-23T02:33:10.5407071Z test_binary_core_div_floor_rounding_layout_torch_strided_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-11-23T02:33:10.5407722Z test_binary_core_div_no_rounding_mode_layout_torch_sparse_coo_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.020s) 2022-11-23T02:33:10.5408579Z test_binary_core_div_no_rounding_mode_layout_torch_sparse_coo_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-11-23T02:33:10.5409210Z test_binary_core_div_no_rounding_mode_layout_torch_sparse_coo_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.030s) 2022-11-23T02:33:10.5409751Z test_binary_core_div_no_rounding_mode_layout_torch_sparse_csr_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-11-23T02:33:10.5410262Z test_binary_core_div_no_rounding_mode_layout_torch_sparse_csr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.012s) 2022-11-23T02:33:10.5410783Z test_binary_core_div_no_rounding_mode_layout_torch_sparse_csr_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-11-23T02:33:10.5411302Z test_binary_core_div_no_rounding_mode_layout_torch_strided_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-11-23T02:33:10.5411816Z test_binary_core_div_no_rounding_mode_layout_torch_strided_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.016s) 2022-11-23T02:33:10.5412329Z test_binary_core_div_no_rounding_mode_layout_torch_strided_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.013s) 2022-11-23T02:33:10.5412849Z test_binary_core_div_trunc_rounding_layout_torch_sparse_coo_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.019s) 2022-11-23T02:33:10.5413357Z test_binary_core_div_trunc_rounding_layout_torch_sparse_coo_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-11-23T02:33:10.5414015Z test_binary_core_div_trunc_rounding_layout_torch_sparse_coo_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.020s) 2022-11-23T02:33:10.5414548Z test_binary_core_div_trunc_rounding_layout_torch_sparse_csr_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.016s) 2022-11-23T02:33:10.5415389Z test_binary_core_div_trunc_rounding_layout_torch_sparse_csr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-11-23T02:33:10.5415909Z test_binary_core_div_trunc_rounding_layout_torch_sparse_csr_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-11-23T02:33:10.5416424Z test_binary_core_div_trunc_rounding_layout_torch_strided_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.014s) 2022-11-23T02:33:10.5416938Z test_binary_core_div_trunc_rounding_layout_torch_strided_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.009s) 2022-11-23T02:33:10.5417545Z test_binary_core_div_trunc_rounding_layout_torch_strided_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.018s) 2022-11-23T02:33:10.5418355Z test_binary_core_eq_layout_torch_sparse_coo_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.017s) 2022-11-23T02:33:10.5419320Z test_binary_core_eq_layout_torch_sparse_coo_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.012s) 2022-11-23T02:33:10.5420133Z test_binary_core_eq_layout_torch_sparse_coo_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.020s) 2022-11-23T02:33:10.5421069Z test_binary_core_eq_layout_torch_sparse_csr_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.009s) 2022-11-23T02:33:10.5422017Z test_binary_core_eq_layout_torch_sparse_csr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.009s) 2022-11-23T02:33:10.5422830Z test_binary_core_eq_layout_torch_sparse_csr_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-11-23T02:33:10.5423516Z test_binary_core_eq_layout_torch_strided_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-11-23T02:33:10.5423978Z test_binary_core_eq_layout_torch_strided_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.009s) 2022-11-23T02:33:10.5424450Z test_binary_core_eq_layout_torch_strided_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.009s) 2022-11-23T02:33:10.5424948Z test_binary_core_floor_divide_layout_torch_sparse_coo_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.020s) 2022-11-23T02:33:10.5425449Z test_binary_core_floor_divide_layout_torch_sparse_coo_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.012s) 2022-11-23T02:33:10.5425942Z test_binary_core_floor_divide_layout_torch_sparse_coo_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.025s) 2022-11-23T02:33:10.5426431Z test_binary_core_floor_divide_layout_torch_sparse_csr_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.008s) 2022-11-23T02:33:10.5427151Z test_binary_core_floor_divide_layout_torch_sparse_csr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-11-23T02:33:10.5427659Z test_binary_core_floor_divide_layout_torch_sparse_csr_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.008s) 2022-11-23T02:33:10.5428417Z test_binary_core_floor_divide_layout_torch_strided_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.013s) 2022-11-23T02:33:10.5428916Z test_binary_core_floor_divide_layout_torch_strided_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.013s) 2022-11-23T02:33:10.5429406Z test_binary_core_floor_divide_layout_torch_strided_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.012s) 2022-11-23T02:33:10.5429901Z test_binary_core_fmax_layout_torch_sparse_coo_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.014s) 2022-11-23T02:33:10.5430379Z test_binary_core_fmax_layout_torch_sparse_coo_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.012s) 2022-11-23T02:33:10.5430860Z test_binary_core_fmax_layout_torch_sparse_coo_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.009s) 2022-11-23T02:33:10.5431555Z test_binary_core_fmax_layout_torch_sparse_csr_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-11-23T02:33:10.5432016Z test_binary_core_fmax_layout_torch_sparse_csr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.000s) 2022-11-23T02:33:10.5432488Z test_binary_core_fmax_layout_torch_sparse_csr_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-11-23T02:33:10.5432958Z test_binary_core_fmax_layout_torch_strided_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-11-23T02:33:10.5433430Z test_binary_core_fmax_layout_torch_strided_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-11-23T02:33:10.5434035Z test_binary_core_fmax_layout_torch_strided_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-11-23T02:33:10.5434612Z test_binary_core_fmin_layout_torch_sparse_coo_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.013s) 2022-11-23T02:33:10.5435203Z test_binary_core_fmin_layout_torch_sparse_coo_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-11-23T02:33:10.5435658Z test_binary_core_fmin_layout_torch_sparse_coo_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.018s) 2022-11-23T02:33:10.5436127Z test_binary_core_fmin_layout_torch_sparse_csr_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-11-23T02:33:10.5436713Z test_binary_core_fmin_layout_torch_sparse_csr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-11-23T02:33:10.5437184Z test_binary_core_fmin_layout_torch_sparse_csr_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-11-23T02:33:10.5437657Z test_binary_core_fmin_layout_torch_strided_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-11-23T02:33:10.5438127Z test_binary_core_fmin_layout_torch_strided_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-11-23T02:33:10.5438593Z test_binary_core_fmin_layout_torch_strided_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-11-23T02:33:10.5439047Z test_binary_core_fmod_layout_torch_sparse_coo_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-11-23T02:33:10.5439512Z test_binary_core_fmod_layout_torch_sparse_coo_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.027s) 2022-11-23T02:33:10.5439979Z test_binary_core_fmod_layout_torch_sparse_coo_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.019s) 2022-11-23T02:33:10.5440598Z test_binary_core_fmod_layout_torch_sparse_csr_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-11-23T02:33:10.5441177Z test_binary_core_fmod_layout_torch_sparse_csr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-11-23T02:33:10.5441791Z test_binary_core_fmod_layout_torch_sparse_csr_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-11-23T02:33:10.5442260Z test_binary_core_fmod_layout_torch_strided_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.013s) 2022-11-23T02:33:10.5442795Z test_binary_core_fmod_layout_torch_strided_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.012s) 2022-11-23T02:33:10.5443280Z test_binary_core_fmod_layout_torch_strided_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-11-23T02:33:10.5443750Z test_binary_core_ge_layout_torch_sparse_coo_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-11-23T02:33:10.5444232Z test_binary_core_ge_layout_torch_sparse_coo_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.022s) 2022-11-23T02:33:10.5444702Z test_binary_core_ge_layout_torch_sparse_coo_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.015s) 2022-11-23T02:33:10.5445172Z test_binary_core_ge_layout_torch_sparse_csr_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-11-23T02:33:10.5445639Z test_binary_core_ge_layout_torch_sparse_csr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-11-23T02:33:10.5446103Z test_binary_core_ge_layout_torch_sparse_csr_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-11-23T02:33:10.5446560Z test_binary_core_ge_layout_torch_strided_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-11-23T02:33:10.5447235Z test_binary_core_ge_layout_torch_strided_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-11-23T02:33:10.5447851Z test_binary_core_ge_layout_torch_strided_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-11-23T02:33:10.5448471Z test_binary_core_gt_layout_torch_sparse_coo_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.015s) 2022-11-23T02:33:10.5448946Z test_binary_core_gt_layout_torch_sparse_coo_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.013s) 2022-11-23T02:33:10.5449415Z test_binary_core_gt_layout_torch_sparse_coo_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.013s) 2022-11-23T02:33:10.5449880Z test_binary_core_gt_layout_torch_sparse_csr_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-11-23T02:33:10.5450334Z test_binary_core_gt_layout_torch_sparse_csr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.000s) 2022-11-23T02:33:10.5450797Z test_binary_core_gt_layout_torch_sparse_csr_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-11-23T02:33:10.5451265Z test_binary_core_gt_layout_torch_strided_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-11-23T02:33:10.5451838Z test_binary_core_gt_layout_torch_strided_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-11-23T02:33:10.5452307Z test_binary_core_gt_layout_torch_strided_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-11-23T02:33:10.5452774Z test_binary_core_le_layout_torch_sparse_coo_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.014s) 2022-11-23T02:33:10.5453342Z test_binary_core_le_layout_torch_sparse_coo_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.015s) 2022-11-23T02:33:10.5453817Z test_binary_core_le_layout_torch_sparse_coo_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-11-23T02:33:10.5454407Z test_binary_core_le_layout_torch_sparse_csr_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-11-23T02:33:10.5454963Z test_binary_core_le_layout_torch_sparse_csr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.000s) 2022-11-23T02:33:10.5455425Z test_binary_core_le_layout_torch_sparse_csr_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-11-23T02:33:10.5455897Z test_binary_core_le_layout_torch_strided_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-11-23T02:33:10.5456360Z test_binary_core_le_layout_torch_strided_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-11-23T02:33:10.5456827Z test_binary_core_le_layout_torch_strided_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-11-23T02:33:10.5457275Z test_binary_core_lt_layout_torch_sparse_coo_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.013s) 2022-11-23T02:33:10.5457746Z test_binary_core_lt_layout_torch_sparse_coo_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-11-23T02:33:10.5458299Z test_binary_core_lt_layout_torch_sparse_coo_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-11-23T02:33:10.5458781Z test_binary_core_lt_layout_torch_sparse_csr_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-11-23T02:33:10.5459243Z test_binary_core_lt_layout_torch_sparse_csr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.000s) 2022-11-23T02:33:10.5459705Z test_binary_core_lt_layout_torch_sparse_csr_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.012s) 2022-11-23T02:33:10.5460301Z test_binary_core_lt_layout_torch_strided_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-11-23T02:33:10.5460873Z test_binary_core_lt_layout_torch_strided_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-11-23T02:33:10.5461448Z test_binary_core_lt_layout_torch_strided_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-11-23T02:33:10.5461930Z test_binary_core_maximum_layout_torch_sparse_coo_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.013s) 2022-11-23T02:33:10.5462417Z test_binary_core_maximum_layout_torch_sparse_coo_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-11-23T02:33:10.5462895Z test_binary_core_maximum_layout_torch_sparse_coo_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.016s) 2022-11-23T02:33:10.5463373Z test_binary_core_maximum_layout_torch_sparse_csr_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.000s) 2022-11-23T02:33:10.5463842Z test_binary_core_maximum_layout_torch_sparse_csr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-11-23T02:33:10.5464294Z test_binary_core_maximum_layout_torch_sparse_csr_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.000s) 2022-11-23T02:33:10.5464765Z test_binary_core_maximum_layout_torch_strided_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-11-23T02:33:10.5465247Z test_binary_core_maximum_layout_torch_strided_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-11-23T02:33:10.5465726Z test_binary_core_maximum_layout_torch_strided_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-11-23T02:33:10.5466205Z test_binary_core_minimum_layout_torch_sparse_coo_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.020s) 2022-11-23T02:33:10.5466805Z test_binary_core_minimum_layout_torch_sparse_coo_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-11-23T02:33:10.5467525Z test_binary_core_minimum_layout_torch_sparse_coo_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.022s) 2022-11-23T02:33:10.5468080Z test_binary_core_minimum_layout_torch_sparse_csr_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-11-23T02:33:10.5468552Z test_binary_core_minimum_layout_torch_sparse_csr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-11-23T02:33:10.5469031Z test_binary_core_minimum_layout_torch_sparse_csr_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-11-23T02:33:10.5469511Z test_binary_core_minimum_layout_torch_strided_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-11-23T02:33:10.5469984Z test_binary_core_minimum_layout_torch_strided_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-11-23T02:33:10.5470460Z test_binary_core_minimum_layout_torch_strided_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-11-23T02:33:10.5470943Z test_binary_core_mul_layout_torch_sparse_coo_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.019s) 2022-11-23T02:33:10.5471415Z test_binary_core_mul_layout_torch_sparse_coo_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.014s) 2022-11-23T02:33:10.5471865Z test_binary_core_mul_layout_torch_sparse_coo_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.016s) 2022-11-23T02:33:10.5472337Z test_binary_core_mul_layout_torch_sparse_csr_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-11-23T02:33:10.5472801Z test_binary_core_mul_layout_torch_sparse_csr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-11-23T02:33:10.5473484Z test_binary_core_mul_layout_torch_sparse_csr_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.002s) 2022-11-23T02:33:10.5474102Z test_binary_core_mul_layout_torch_strided_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-11-23T02:33:10.5474572Z test_binary_core_mul_layout_torch_strided_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.000s) 2022-11-23T02:33:10.5475146Z test_binary_core_mul_layout_torch_strided_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-11-23T02:33:10.5475594Z test_binary_core_ne_layout_torch_sparse_coo_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.016s) 2022-11-23T02:33:10.5476068Z test_binary_core_ne_layout_torch_sparse_coo_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.013s) 2022-11-23T02:33:10.5476537Z test_binary_core_ne_layout_torch_sparse_coo_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.013s) 2022-11-23T02:33:10.5477009Z test_binary_core_ne_layout_torch_sparse_csr_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-11-23T02:33:10.5477474Z test_binary_core_ne_layout_torch_sparse_csr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-11-23T02:33:10.5477942Z test_binary_core_ne_layout_torch_sparse_csr_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-11-23T02:33:10.5478413Z test_binary_core_ne_layout_torch_strided_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.009s) 2022-11-23T02:33:10.5478863Z test_binary_core_ne_layout_torch_strided_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.000s) 2022-11-23T02:33:10.5479330Z test_binary_core_ne_layout_torch_strided_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.013s) 2022-11-23T02:33:10.5479814Z test_binary_core_nextafter_layout_torch_sparse_coo_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.014s) 2022-11-23T02:33:10.5480453Z test_binary_core_nextafter_layout_torch_sparse_coo_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.017s) 2022-11-23T02:33:10.5481053Z test_binary_core_nextafter_layout_torch_sparse_csr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-11-23T02:33:10.5481649Z test_binary_core_nextafter_layout_torch_sparse_csr_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-11-23T02:33:10.5482142Z test_binary_core_nextafter_layout_torch_strided_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.012s) 2022-11-23T02:33:10.5482717Z test_binary_core_nextafter_layout_torch_strided_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-11-23T02:33:10.5483209Z test_binary_core_remainder_layout_torch_sparse_coo_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.024s) 2022-11-23T02:33:10.5483700Z test_binary_core_remainder_layout_torch_sparse_coo_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.021s) 2022-11-23T02:33:10.5484188Z test_binary_core_remainder_layout_torch_sparse_coo_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.018s) 2022-11-23T02:33:10.5484677Z test_binary_core_remainder_layout_torch_sparse_csr_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-11-23T02:33:10.5485162Z test_binary_core_remainder_layout_torch_sparse_csr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-11-23T02:33:10.5485639Z test_binary_core_remainder_layout_torch_sparse_csr_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-11-23T02:33:10.5486134Z test_binary_core_remainder_layout_torch_strided_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.014s) 2022-11-23T02:33:10.5486610Z test_binary_core_remainder_layout_torch_strided_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.013s) 2022-11-23T02:33:10.5487266Z test_binary_core_remainder_layout_torch_strided_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.013s) 2022-11-23T02:33:10.5487865Z test_binary_core_sub_layout_torch_sparse_coo_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.015s) 2022-11-23T02:33:10.5488440Z test_binary_core_sub_layout_torch_sparse_coo_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.026s) 2022-11-23T02:33:10.5489000Z test_binary_core_sub_layout_torch_sparse_coo_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.022s) 2022-11-23T02:33:10.5489488Z test_binary_core_sub_layout_torch_sparse_csr_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.012s) 2022-11-23T02:33:10.5489964Z test_binary_core_sub_layout_torch_sparse_csr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.016s) 2022-11-23T02:33:10.5490424Z test_binary_core_sub_layout_torch_sparse_csr_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.014s) 2022-11-23T02:33:10.5490895Z test_binary_core_sub_layout_torch_strided_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-11-23T02:33:10.5491365Z test_binary_core_sub_layout_torch_strided_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.012s) 2022-11-23T02:33:10.5491824Z test_binary_core_sub_layout_torch_strided_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.009s) 2022-11-23T02:33:10.5492306Z test_binary_core_true_divide_layout_torch_sparse_coo_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.019s) 2022-11-23T02:33:10.5492800Z test_binary_core_true_divide_layout_torch_sparse_coo_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.017s) 2022-11-23T02:33:10.5493422Z test_binary_core_true_divide_layout_torch_sparse_coo_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.019s) 2022-11-23T02:33:10.5493912Z test_binary_core_true_divide_layout_torch_sparse_csr_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-11-23T02:33:10.5494616Z test_binary_core_true_divide_layout_torch_sparse_csr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-11-23T02:33:10.5495120Z test_binary_core_true_divide_layout_torch_sparse_csr_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-11-23T02:33:10.5495616Z test_binary_core_true_divide_layout_torch_strided_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.014s) 2022-11-23T02:33:10.5496111Z test_binary_core_true_divide_layout_torch_strided_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-11-23T02:33:10.5496597Z test_binary_core_true_divide_layout_torch_strided_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.021s) 2022-11-23T02:33:10.5497088Z test_reduction_all_amax_layout_torch_sparse_coo_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.044s) 2022-11-23T02:33:10.5497725Z test_reduction_all_amax_layout_torch_sparse_coo_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.040s) 2022-11-23T02:33:10.5498696Z test_reduction_all_amax_layout_torch_sparse_coo_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.055s) 2022-11-23T02:33:10.5499532Z test_reduction_all_amax_layout_torch_sparse_csr_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.025s) 2022-11-23T02:33:10.5500459Z test_reduction_all_amax_layout_torch_sparse_csr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.023s) 2022-11-23T02:33:10.5501336Z test_reduction_all_amax_layout_torch_sparse_csr_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.023s) 2022-11-23T02:33:10.5501930Z test_reduction_all_amax_layout_torch_strided_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.033s) 2022-11-23T02:33:10.5502417Z test_reduction_all_amax_layout_torch_strided_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.034s) 2022-11-23T02:33:10.5502892Z test_reduction_all_amax_layout_torch_strided_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.030s) 2022-11-23T02:33:10.5503364Z test_reduction_all_amin_layout_torch_sparse_coo_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.049s) 2022-11-23T02:33:10.5503844Z test_reduction_all_amin_layout_torch_sparse_coo_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.046s) 2022-11-23T02:33:10.5504322Z test_reduction_all_amin_layout_torch_sparse_coo_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.042s) 2022-11-23T02:33:10.5504793Z test_reduction_all_amin_layout_torch_sparse_csr_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.024s) 2022-11-23T02:33:10.5505363Z test_reduction_all_amin_layout_torch_sparse_csr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.022s) 2022-11-23T02:33:10.5505849Z test_reduction_all_amin_layout_torch_sparse_csr_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.025s) 2022-11-23T02:33:10.5506318Z test_reduction_all_amin_layout_torch_strided_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.032s) 2022-11-23T02:33:10.5506777Z test_reduction_all_amin_layout_torch_strided_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.033s) 2022-11-23T02:33:10.5507435Z test_reduction_all_amin_layout_torch_strided_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.041s) 2022-11-23T02:33:10.5507927Z test_reduction_all_argmax_layout_torch_sparse_coo_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.041s) 2022-11-23T02:33:10.5508616Z test_reduction_all_argmax_layout_torch_sparse_coo_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.037s) 2022-11-23T02:33:10.5509117Z test_reduction_all_argmax_layout_torch_sparse_coo_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.044s) 2022-11-23T02:33:10.5509606Z test_reduction_all_argmax_layout_torch_sparse_csr_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-11-23T02:33:10.5510091Z test_reduction_all_argmax_layout_torch_sparse_csr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-11-23T02:33:10.5510556Z test_reduction_all_argmax_layout_torch_sparse_csr_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-11-23T02:33:10.5511045Z test_reduction_all_argmax_layout_torch_strided_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.019s) 2022-11-23T02:33:10.5511530Z test_reduction_all_argmax_layout_torch_strided_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.029s) 2022-11-23T02:33:10.5512015Z test_reduction_all_argmax_layout_torch_strided_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.020s) 2022-11-23T02:33:10.5512489Z test_reduction_all_argmin_layout_torch_sparse_coo_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.029s) 2022-11-23T02:33:10.5512984Z test_reduction_all_argmin_layout_torch_sparse_coo_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.035s) 2022-11-23T02:33:10.5513472Z test_reduction_all_argmin_layout_torch_sparse_coo_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.031s) 2022-11-23T02:33:10.5514070Z test_reduction_all_argmin_layout_torch_sparse_csr_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.001s) 2022-11-23T02:33:10.5515831Z test_reduction_all_argmin_layout_torch_sparse_csr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.001s) 2022-11-23T02:33:10.5516328Z test_reduction_all_argmin_layout_torch_sparse_csr_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.001s) 2022-11-23T02:33:10.5516818Z test_reduction_all_argmin_layout_torch_strided_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.021s) 2022-11-23T02:33:10.5517302Z test_reduction_all_argmin_layout_torch_strided_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.012s) 2022-11-23T02:33:10.5517783Z test_reduction_all_argmin_layout_torch_strided_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.028s) 2022-11-23T02:33:10.5518287Z test_reduction_all_prod_layout_torch_sparse_coo_cuda_float16 (__main__.TestOperatorsCUDA) ... skip: Skipped! (0.001s) 2022-11-23T02:33:10.5518799Z test_reduction_all_prod_layout_torch_sparse_coo_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.089s) 2022-11-23T02:33:10.5519274Z test_reduction_all_prod_layout_torch_sparse_coo_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.074s) 2022-11-23T02:33:10.5519780Z test_reduction_all_prod_layout_torch_sparse_csr_cuda_float16 (__main__.TestOperatorsCUDA) ... skip: Skipped! (0.000s) 2022-11-23T02:33:10.5520286Z test_reduction_all_prod_layout_torch_sparse_csr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.029s) 2022-11-23T02:33:10.5520862Z test_reduction_all_prod_layout_torch_sparse_csr_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.019s) 2022-11-23T02:33:10.5521388Z test_reduction_all_prod_layout_torch_strided_cuda_float16 (__main__.TestOperatorsCUDA) ... skip: Skipped! (0.003s) 2022-11-23T02:33:10.5522076Z test_reduction_all_prod_layout_torch_strided_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.064s) 2022-11-23T02:33:10.5522703Z test_reduction_all_prod_layout_torch_strided_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.057s) 2022-11-23T02:33:10.5523172Z test_reduction_all_sum_layout_torch_sparse_coo_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.037s) 2022-11-23T02:33:10.5523680Z test_reduction_all_sum_layout_torch_sparse_coo_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! (0.000s) 2022-11-23T02:33:10.5524177Z test_reduction_all_sum_layout_torch_sparse_coo_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.051s) 2022-11-23T02:33:10.5524655Z test_reduction_all_sum_layout_torch_sparse_csr_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.023s) 2022-11-23T02:33:10.5525144Z test_reduction_all_sum_layout_torch_sparse_csr_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! (0.001s) 2022-11-23T02:33:10.5525643Z test_reduction_all_sum_layout_torch_sparse_csr_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.024s) 2022-11-23T02:33:10.5526125Z test_reduction_all_sum_layout_torch_strided_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.031s) 2022-11-23T02:33:10.5526628Z test_reduction_all_sum_layout_torch_strided_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! (0.000s) 2022-11-23T02:33:10.5527107Z test_reduction_all_sum_layout_torch_strided_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.026s) 2022-11-23T02:33:10.5527573Z test_unary_core_abs_layout_torch_sparse_coo_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.000s) 2022-11-23T02:33:10.5528165Z test_unary_core_abs_layout_torch_sparse_coo_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-11-23T02:33:10.5528637Z test_unary_core_abs_layout_torch_sparse_coo_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-11-23T02:33:10.5529363Z test_unary_core_abs_layout_torch_sparse_csr_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-11-23T02:33:10.5529835Z test_unary_core_abs_layout_torch_sparse_csr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-11-23T02:33:10.5530305Z test_unary_core_abs_layout_torch_sparse_csr_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-11-23T02:33:10.5530754Z test_unary_core_abs_layout_torch_strided_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-11-23T02:33:10.5531335Z test_unary_core_abs_layout_torch_strided_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-11-23T02:33:10.5531800Z test_unary_core_abs_layout_torch_strided_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-11-23T02:33:10.5532266Z test_unary_core_acos_layout_torch_sparse_coo_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-11-23T02:33:10.5532744Z test_unary_core_acos_layout_torch_sparse_coo_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-11-23T02:33:10.5533220Z test_unary_core_acos_layout_torch_sparse_coo_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-11-23T02:33:10.5533692Z test_unary_core_acos_layout_torch_sparse_csr_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-11-23T02:33:10.5534141Z test_unary_core_acos_layout_torch_sparse_csr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-11-23T02:33:10.5534613Z test_unary_core_acos_layout_torch_sparse_csr_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-11-23T02:33:10.5535231Z test_unary_core_acos_layout_torch_strided_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-11-23T02:33:10.5535702Z test_unary_core_acos_layout_torch_strided_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-11-23T02:33:10.5536360Z test_unary_core_acos_layout_torch_strided_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-11-23T02:33:10.5536833Z test_unary_core_acosh_layout_torch_sparse_coo_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-11-23T02:33:10.5537401Z test_unary_core_acosh_layout_torch_sparse_coo_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.001s) 2022-11-23T02:33:10.5537875Z test_unary_core_acosh_layout_torch_sparse_coo_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-11-23T02:33:10.5538351Z test_unary_core_acosh_layout_torch_sparse_csr_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.000s) 2022-11-23T02:33:10.5538824Z test_unary_core_acosh_layout_torch_sparse_csr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.013s) 2022-11-23T02:33:10.5539298Z test_unary_core_acosh_layout_torch_sparse_csr_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-11-23T02:33:10.5539771Z test_unary_core_acosh_layout_torch_strided_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-11-23T02:33:10.5540242Z test_unary_core_acosh_layout_torch_strided_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-11-23T02:33:10.5540711Z test_unary_core_acosh_layout_torch_strided_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-11-23T02:33:10.5541169Z test_unary_core_angle_layout_torch_sparse_coo_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-11-23T02:33:10.5541647Z test_unary_core_angle_layout_torch_sparse_coo_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-11-23T02:33:10.5542275Z test_unary_core_angle_layout_torch_sparse_csr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-11-23T02:33:10.5542759Z test_unary_core_angle_layout_torch_sparse_csr_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-11-23T02:33:10.5543444Z test_unary_core_angle_layout_torch_strided_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-11-23T02:33:10.5543927Z test_unary_core_angle_layout_torch_strided_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-11-23T02:33:10.5544400Z test_unary_core_asin_layout_torch_sparse_coo_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.002s) 2022-11-23T02:33:10.5544886Z test_unary_core_asin_layout_torch_sparse_coo_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.002s) 2022-11-23T02:33:10.5545340Z test_unary_core_asin_layout_torch_sparse_coo_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-11-23T02:33:10.5545808Z test_unary_core_asin_layout_torch_sparse_csr_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.000s) 2022-11-23T02:33:10.5546377Z test_unary_core_asin_layout_torch_sparse_csr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.000s) 2022-11-23T02:33:10.5546841Z test_unary_core_asin_layout_torch_sparse_csr_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.008s) 2022-11-23T02:33:10.5547306Z test_unary_core_asin_layout_torch_strided_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.002s) 2022-11-23T02:33:10.5547775Z test_unary_core_asin_layout_torch_strided_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.002s) 2022-11-23T02:33:10.5548236Z test_unary_core_asin_layout_torch_strided_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.002s) 2022-11-23T02:33:10.5548689Z test_unary_core_asinh_layout_torch_sparse_coo_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-11-23T02:33:10.5549331Z test_unary_core_asinh_layout_torch_sparse_coo_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-11-23T02:33:10.5549808Z test_unary_core_asinh_layout_torch_sparse_coo_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-11-23T02:33:10.5550496Z test_unary_core_asinh_layout_torch_sparse_csr_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-11-23T02:33:10.5550977Z test_unary_core_asinh_layout_torch_sparse_csr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-11-23T02:33:10.5551442Z test_unary_core_asinh_layout_torch_sparse_csr_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-11-23T02:33:10.5551910Z test_unary_core_asinh_layout_torch_strided_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-11-23T02:33:10.5552445Z test_unary_core_asinh_layout_torch_strided_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-11-23T02:33:10.5552932Z test_unary_core_asinh_layout_torch_strided_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-11-23T02:33:10.5553402Z test_unary_core_atan_layout_torch_sparse_coo_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-11-23T02:33:10.5553877Z test_unary_core_atan_layout_torch_sparse_coo_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-11-23T02:33:10.5554354Z test_unary_core_atan_layout_torch_sparse_coo_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-11-23T02:33:10.5554826Z test_unary_core_atan_layout_torch_sparse_csr_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.002s) 2022-11-23T02:33:10.5555295Z test_unary_core_atan_layout_torch_sparse_csr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.002s) 2022-11-23T02:33:10.5555860Z test_unary_core_atan_layout_torch_sparse_csr_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-11-23T02:33:10.5556353Z test_unary_core_atan_layout_torch_strided_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.000s) 2022-11-23T02:33:10.5556890Z test_unary_core_atan_layout_torch_strided_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-11-23T02:33:10.5557476Z test_unary_core_atan_layout_torch_strided_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-11-23T02:33:10.5557946Z test_unary_core_atanh_layout_torch_sparse_coo_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-11-23T02:33:10.5558428Z test_unary_core_atanh_layout_torch_sparse_coo_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-11-23T02:33:10.5558902Z test_unary_core_atanh_layout_torch_sparse_coo_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.002s) 2022-11-23T02:33:10.5559353Z test_unary_core_atanh_layout_torch_sparse_csr_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-11-23T02:33:10.5559827Z test_unary_core_atanh_layout_torch_sparse_csr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-11-23T02:33:10.5560293Z test_unary_core_atanh_layout_torch_sparse_csr_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-11-23T02:33:10.5560766Z test_unary_core_atanh_layout_torch_strided_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-11-23T02:33:10.5561238Z test_unary_core_atanh_layout_torch_strided_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-11-23T02:33:10.5561808Z test_unary_core_atanh_layout_torch_strided_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-11-23T02:33:10.5562598Z test_unary_core_ceil_layout_torch_sparse_coo_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-11-23T02:33:10.5563425Z test_unary_core_ceil_layout_torch_sparse_coo_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.002s) 2022-11-23T02:33:10.5564322Z test_unary_core_ceil_layout_torch_sparse_coo_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.002s) 2022-11-23T02:33:10.5564992Z test_unary_core_ceil_layout_torch_sparse_csr_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.002s) 2022-11-23T02:33:10.5565465Z test_unary_core_ceil_layout_torch_sparse_csr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-11-23T02:33:10.5565936Z test_unary_core_ceil_layout_torch_sparse_csr_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.000s) 2022-11-23T02:33:10.5566413Z test_unary_core_ceil_layout_torch_strided_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-11-23T02:33:10.5567050Z test_unary_core_ceil_layout_torch_strided_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.000s) 2022-11-23T02:33:10.5567570Z test_unary_core_ceil_layout_torch_strided_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-11-23T02:33:10.5568199Z test_unary_core_conj_physical_layout_torch_sparse_coo_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.002s) 2022-11-23T02:33:10.5568698Z test_unary_core_conj_physical_layout_torch_sparse_coo_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-11-23T02:33:10.5569516Z test_unary_core_conj_physical_layout_torch_sparse_coo_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.002s) 2022-11-23T02:33:10.5570040Z test_unary_core_conj_physical_layout_torch_sparse_csr_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-11-23T02:33:10.5570727Z test_unary_core_conj_physical_layout_torch_sparse_csr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.002s) 2022-11-23T02:33:10.5571513Z test_unary_core_conj_physical_layout_torch_sparse_csr_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-11-23T02:33:10.5572314Z test_unary_core_conj_physical_layout_torch_strided_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.002s) 2022-11-23T02:33:10.5572945Z test_unary_core_conj_physical_layout_torch_strided_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-11-23T02:33:10.5573434Z test_unary_core_conj_physical_layout_torch_strided_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.002s) 2022-11-23T02:33:10.5573914Z test_unary_core_cos_layout_torch_sparse_coo_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-11-23T02:33:10.5574395Z test_unary_core_cos_layout_torch_sparse_coo_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-11-23T02:33:10.5574859Z test_unary_core_cos_layout_torch_sparse_coo_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-11-23T02:33:10.5575331Z test_unary_core_cos_layout_torch_sparse_csr_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-11-23T02:33:10.5575795Z test_unary_core_cos_layout_torch_sparse_csr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-11-23T02:33:10.5576241Z test_unary_core_cos_layout_torch_sparse_csr_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-11-23T02:33:10.5576711Z test_unary_core_cos_layout_torch_strided_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-11-23T02:33:10.5577179Z test_unary_core_cos_layout_torch_strided_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-11-23T02:33:10.5577649Z test_unary_core_cos_layout_torch_strided_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.000s) 2022-11-23T02:33:10.5578114Z test_unary_core_cosh_layout_torch_sparse_coo_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-11-23T02:33:10.5578595Z test_unary_core_cosh_layout_torch_sparse_coo_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-11-23T02:33:10.5579191Z test_unary_core_cosh_layout_torch_sparse_coo_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-11-23T02:33:10.5579641Z test_unary_core_cosh_layout_torch_sparse_csr_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-11-23T02:33:10.5580115Z test_unary_core_cosh_layout_torch_sparse_csr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-11-23T02:33:10.5580578Z test_unary_core_cosh_layout_torch_sparse_csr_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-11-23T02:33:10.5581052Z test_unary_core_cosh_layout_torch_strided_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-11-23T02:33:10.5581522Z test_unary_core_cosh_layout_torch_strided_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-11-23T02:33:10.5581984Z test_unary_core_cosh_layout_torch_strided_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-11-23T02:33:10.5582460Z test_unary_core_deg2rad_layout_torch_sparse_coo_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-11-23T02:33:10.5582926Z test_unary_core_deg2rad_layout_torch_sparse_coo_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.000s) 2022-11-23T02:33:10.5583407Z test_unary_core_deg2rad_layout_torch_sparse_coo_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-11-23T02:33:10.5583891Z test_unary_core_deg2rad_layout_torch_sparse_csr_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-11-23T02:33:10.5584364Z test_unary_core_deg2rad_layout_torch_sparse_csr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-11-23T02:33:10.5585113Z test_unary_core_deg2rad_layout_torch_sparse_csr_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-11-23T02:33:10.5585600Z test_unary_core_deg2rad_layout_torch_strided_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-11-23T02:33:10.5586315Z test_unary_core_deg2rad_layout_torch_strided_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-11-23T02:33:10.5586801Z test_unary_core_deg2rad_layout_torch_strided_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-11-23T02:33:10.5587265Z test_unary_core_digamma_layout_torch_sparse_coo_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.575s) 2022-11-23T02:33:10.5587743Z test_unary_core_digamma_layout_torch_sparse_coo_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.545s) 2022-11-23T02:33:10.5588220Z test_unary_core_digamma_layout_torch_sparse_coo_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.545s) 2022-11-23T02:33:10.5588693Z test_unary_core_digamma_layout_torch_sparse_csr_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.000s) 2022-11-23T02:33:10.5589209Z test_unary_core_digamma_layout_torch_sparse_csr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.000s) 2022-11-23T02:33:10.5589984Z test_unary_core_digamma_layout_torch_sparse_csr_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-11-23T02:33:10.5590914Z test_unary_core_digamma_layout_torch_strided_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.000s) 2022-11-23T02:33:10.5591661Z test_unary_core_digamma_layout_torch_strided_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.000s) 2022-11-23T02:33:10.5592153Z test_unary_core_digamma_layout_torch_strided_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-11-23T02:33:10.5592635Z test_unary_core_erf_layout_torch_sparse_coo_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.000s) 2022-11-23T02:33:10.5593329Z test_unary_core_erf_layout_torch_sparse_coo_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.000s) 2022-11-23T02:33:10.5593810Z test_unary_core_erf_layout_torch_sparse_coo_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.000s) 2022-11-23T02:33:10.5594282Z test_unary_core_erf_layout_torch_sparse_csr_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.012s) 2022-11-23T02:33:10.5594754Z test_unary_core_erf_layout_torch_sparse_csr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-11-23T02:33:10.5595354Z test_unary_core_erf_layout_torch_sparse_csr_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-11-23T02:33:10.5595823Z test_unary_core_erf_layout_torch_strided_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-11-23T02:33:10.5596295Z test_unary_core_erf_layout_torch_strided_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-11-23T02:33:10.5596760Z test_unary_core_erf_layout_torch_strided_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.002s) 2022-11-23T02:33:10.5597230Z test_unary_core_erfc_layout_torch_sparse_coo_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.284s) 2022-11-23T02:33:10.5597705Z test_unary_core_erfc_layout_torch_sparse_coo_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.279s) 2022-11-23T02:33:10.5598179Z test_unary_core_erfc_layout_torch_sparse_coo_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.317s) 2022-11-23T02:33:10.5598632Z test_unary_core_erfc_layout_torch_sparse_csr_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-11-23T02:33:10.5599112Z test_unary_core_erfc_layout_torch_sparse_csr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-11-23T02:33:10.5599573Z test_unary_core_erfc_layout_torch_sparse_csr_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-11-23T02:33:10.5600041Z test_unary_core_erfc_layout_torch_strided_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-11-23T02:33:10.5600515Z test_unary_core_erfc_layout_torch_strided_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-11-23T02:33:10.5601829Z test_unary_core_erfc_layout_torch_strided_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-11-23T02:33:10.5602372Z test_unary_core_erfinv_layout_torch_sparse_coo_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.291s) 2022-11-23T02:33:10.5602842Z test_unary_core_erfinv_layout_torch_sparse_coo_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.266s) 2022-11-23T02:33:10.5603327Z test_unary_core_erfinv_layout_torch_sparse_coo_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.375s) 2022-11-23T02:33:10.5603810Z test_unary_core_erfinv_layout_torch_sparse_csr_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-11-23T02:33:10.5604286Z test_unary_core_erfinv_layout_torch_sparse_csr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-11-23T02:33:10.5604759Z test_unary_core_erfinv_layout_torch_sparse_csr_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-11-23T02:33:10.5605228Z test_unary_core_erfinv_layout_torch_strided_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-11-23T02:33:10.5605711Z test_unary_core_erfinv_layout_torch_strided_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-11-23T02:33:10.5606185Z test_unary_core_erfinv_layout_torch_strided_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-11-23T02:33:10.5606643Z test_unary_core_exp2_layout_torch_sparse_coo_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.234s) 2022-11-23T02:33:10.5607127Z test_unary_core_exp2_layout_torch_sparse_coo_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.230s) 2022-11-23T02:33:10.5607596Z test_unary_core_exp2_layout_torch_sparse_coo_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.296s) 2022-11-23T02:33:10.5608069Z test_unary_core_exp2_layout_torch_sparse_csr_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-11-23T02:33:10.5608540Z test_unary_core_exp2_layout_torch_sparse_csr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-11-23T02:33:10.5609010Z test_unary_core_exp2_layout_torch_sparse_csr_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-11-23T02:33:10.5609474Z test_unary_core_exp2_layout_torch_strided_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-11-23T02:33:10.5609930Z test_unary_core_exp2_layout_torch_strided_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-11-23T02:33:10.5610519Z test_unary_core_exp2_layout_torch_strided_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-11-23T02:33:10.5610988Z test_unary_core_exp_layout_torch_sparse_coo_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-11-23T02:33:10.5611466Z test_unary_core_exp_layout_torch_sparse_coo_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.000s) 2022-11-23T02:33:10.5611939Z test_unary_core_exp_layout_torch_sparse_coo_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.000s) 2022-11-23T02:33:10.5612409Z test_unary_core_exp_layout_torch_sparse_csr_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.015s) 2022-11-23T02:33:10.5612885Z test_unary_core_exp_layout_torch_sparse_csr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-11-23T02:33:10.5613330Z test_unary_core_exp_layout_torch_sparse_csr_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-11-23T02:33:10.5613798Z test_unary_core_exp_layout_torch_strided_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-11-23T02:33:10.5614272Z test_unary_core_exp_layout_torch_strided_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-11-23T02:33:10.5614738Z test_unary_core_exp_layout_torch_strided_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-11-23T02:33:10.5615213Z test_unary_core_expm1_layout_torch_sparse_coo_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.002s) 2022-11-23T02:33:10.5615688Z test_unary_core_expm1_layout_torch_sparse_coo_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-11-23T02:33:10.5616169Z test_unary_core_expm1_layout_torch_sparse_coo_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-11-23T02:33:10.5616905Z test_unary_core_expm1_layout_torch_sparse_csr_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-11-23T02:33:10.5617415Z test_unary_core_expm1_layout_torch_sparse_csr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.000s) 2022-11-23T02:33:10.5618040Z test_unary_core_expm1_layout_torch_sparse_csr_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.000s) 2022-11-23T02:33:10.5618630Z test_unary_core_expm1_layout_torch_strided_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.000s) 2022-11-23T02:33:10.5619100Z test_unary_core_expm1_layout_torch_strided_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.012s) 2022-11-23T02:33:10.5619564Z test_unary_core_expm1_layout_torch_strided_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-11-23T02:33:10.5620034Z test_unary_core_floor_layout_torch_sparse_coo_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-11-23T02:33:10.5620492Z test_unary_core_floor_layout_torch_sparse_coo_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-11-23T02:33:10.5620964Z test_unary_core_floor_layout_torch_sparse_coo_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-11-23T02:33:10.5621424Z test_unary_core_floor_layout_torch_sparse_csr_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-11-23T02:33:10.5621895Z test_unary_core_floor_layout_torch_sparse_csr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-11-23T02:33:10.5622364Z test_unary_core_floor_layout_torch_sparse_csr_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-11-23T02:33:10.5622835Z test_unary_core_floor_layout_torch_strided_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-11-23T02:33:10.5623302Z test_unary_core_floor_layout_torch_strided_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.002s) 2022-11-23T02:33:10.5623752Z test_unary_core_floor_layout_torch_strided_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-11-23T02:33:10.5624233Z test_unary_core_frac_layout_torch_sparse_coo_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.000s) 2022-11-23T02:33:10.5624709Z test_unary_core_frac_layout_torch_sparse_coo_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.000s) 2022-11-23T02:33:10.5625185Z test_unary_core_frac_layout_torch_sparse_coo_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.000s) 2022-11-23T02:33:10.5625760Z test_unary_core_frac_layout_torch_sparse_csr_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.000s) 2022-11-23T02:33:10.5626233Z test_unary_core_frac_layout_torch_sparse_csr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.000s) 2022-11-23T02:33:10.5626699Z test_unary_core_frac_layout_torch_sparse_csr_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.000s) 2022-11-23T02:33:10.5627154Z test_unary_core_frac_layout_torch_strided_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.000s) 2022-11-23T02:33:10.5627629Z test_unary_core_frac_layout_torch_strided_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.000s) 2022-11-23T02:33:10.5628102Z test_unary_core_frac_layout_torch_strided_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-11-23T02:33:10.5628568Z test_unary_core_i0_layout_torch_sparse_coo_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.440s) 2022-11-23T02:33:10.5629036Z test_unary_core_i0_layout_torch_sparse_coo_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.384s) 2022-11-23T02:33:10.5629498Z test_unary_core_i0_layout_torch_sparse_coo_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.428s) 2022-11-23T02:33:10.5629958Z test_unary_core_i0_layout_torch_sparse_csr_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-11-23T02:33:10.5630422Z test_unary_core_i0_layout_torch_sparse_csr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-11-23T02:33:10.5630857Z test_unary_core_i0_layout_torch_sparse_csr_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-11-23T02:33:10.5631396Z test_unary_core_i0_layout_torch_strided_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-11-23T02:33:10.5631882Z test_unary_core_i0_layout_torch_strided_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-11-23T02:33:10.5632341Z test_unary_core_i0_layout_torch_strided_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-11-23T02:33:10.5632815Z test_unary_core_isnan_layout_torch_sparse_coo_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.002s) 2022-11-23T02:33:10.5633296Z test_unary_core_isnan_layout_torch_sparse_coo_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.002s) 2022-11-23T02:33:10.5633770Z test_unary_core_isnan_layout_torch_sparse_coo_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.001s) 2022-11-23T02:33:10.5634224Z test_unary_core_isnan_layout_torch_sparse_csr_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.000s) 2022-11-23T02:33:10.5634689Z test_unary_core_isnan_layout_torch_sparse_csr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-11-23T02:33:10.5635164Z test_unary_core_isnan_layout_torch_sparse_csr_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.000s) 2022-11-23T02:33:10.5635638Z test_unary_core_isnan_layout_torch_strided_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-11-23T02:33:10.5636109Z test_unary_core_isnan_layout_torch_strided_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.002s) 2022-11-23T02:33:10.5636583Z test_unary_core_isnan_layout_torch_strided_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-11-23T02:33:10.5637064Z test_unary_core_lgamma_layout_torch_sparse_coo_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.427s) 2022-11-23T02:33:10.5637528Z test_unary_core_lgamma_layout_torch_sparse_coo_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.448s) 2022-11-23T02:33:10.5638006Z test_unary_core_lgamma_layout_torch_sparse_coo_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.433s) 2022-11-23T02:33:10.5638491Z test_unary_core_lgamma_layout_torch_sparse_csr_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-11-23T02:33:10.5638964Z test_unary_core_lgamma_layout_torch_sparse_csr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-11-23T02:33:10.5639707Z test_unary_core_lgamma_layout_torch_sparse_csr_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-11-23T02:33:10.5640618Z test_unary_core_lgamma_layout_torch_strided_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-11-23T02:33:10.5641406Z test_unary_core_lgamma_layout_torch_strided_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-11-23T02:33:10.5642210Z test_unary_core_lgamma_layout_torch_strided_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-11-23T02:33:10.5642991Z test_unary_core_log10_layout_torch_sparse_coo_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-11-23T02:33:10.5643687Z test_unary_core_log10_layout_torch_sparse_coo_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-11-23T02:33:10.5644172Z test_unary_core_log10_layout_torch_sparse_coo_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-11-23T02:33:10.5644642Z test_unary_core_log10_layout_torch_sparse_csr_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.000s) 2022-11-23T02:33:10.5645113Z test_unary_core_log10_layout_torch_sparse_csr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-11-23T02:33:10.5645589Z test_unary_core_log10_layout_torch_sparse_csr_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.000s) 2022-11-23T02:33:10.5646038Z test_unary_core_log10_layout_torch_strided_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-11-23T02:33:10.5646506Z test_unary_core_log10_layout_torch_strided_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.000s) 2022-11-23T02:33:10.5646970Z test_unary_core_log10_layout_torch_strided_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.000s) 2022-11-23T02:33:10.5647545Z test_unary_core_log1p_layout_torch_sparse_coo_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-11-23T02:33:10.5648040Z test_unary_core_log1p_layout_torch_sparse_coo_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.002s) 2022-11-23T02:33:10.5648512Z test_unary_core_log1p_layout_torch_sparse_coo_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-11-23T02:33:10.5648982Z test_unary_core_log1p_layout_torch_sparse_csr_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-11-23T02:33:10.5649453Z test_unary_core_log1p_layout_torch_sparse_csr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.002s) 2022-11-23T02:33:10.5649904Z test_unary_core_log1p_layout_torch_sparse_csr_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-11-23T02:33:10.5650371Z test_unary_core_log1p_layout_torch_strided_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-11-23T02:33:10.5650840Z test_unary_core_log1p_layout_torch_strided_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.002s) 2022-11-23T02:33:10.5651311Z test_unary_core_log1p_layout_torch_strided_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-11-23T02:33:10.5651784Z test_unary_core_log2_layout_torch_sparse_coo_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-11-23T02:33:10.5652255Z test_unary_core_log2_layout_torch_sparse_coo_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-11-23T02:33:10.5652728Z test_unary_core_log2_layout_torch_sparse_coo_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-11-23T02:33:10.5653180Z test_unary_core_log2_layout_torch_sparse_csr_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-11-23T02:33:10.5653646Z test_unary_core_log2_layout_torch_sparse_csr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-11-23T02:33:10.5654111Z test_unary_core_log2_layout_torch_sparse_csr_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-11-23T02:33:10.5654578Z test_unary_core_log2_layout_torch_strided_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-11-23T02:33:10.5655052Z test_unary_core_log2_layout_torch_strided_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.000s) 2022-11-23T02:33:10.5655508Z test_unary_core_log2_layout_torch_strided_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.000s) 2022-11-23T02:33:10.5655967Z test_unary_core_log_layout_torch_sparse_coo_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-11-23T02:33:10.5656522Z test_unary_core_log_layout_torch_sparse_coo_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.000s) 2022-11-23T02:33:10.5656991Z test_unary_core_log_layout_torch_sparse_coo_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.000s) 2022-11-23T02:33:10.5657461Z test_unary_core_log_layout_torch_sparse_csr_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.012s) 2022-11-23T02:33:10.5657922Z test_unary_core_log_layout_torch_sparse_csr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-11-23T02:33:10.5658395Z test_unary_core_log_layout_torch_sparse_csr_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-11-23T02:33:10.5658860Z test_unary_core_log_layout_torch_strided_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-11-23T02:33:10.5659325Z test_unary_core_log_layout_torch_strided_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-11-23T02:33:10.5659772Z test_unary_core_log_layout_torch_strided_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-11-23T02:33:10.5660250Z test_unary_core_logit_layout_torch_sparse_coo_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-11-23T02:33:10.5660725Z test_unary_core_logit_layout_torch_sparse_coo_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-11-23T02:33:10.5661199Z test_unary_core_logit_layout_torch_sparse_coo_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-11-23T02:33:10.5661672Z test_unary_core_logit_layout_torch_sparse_csr_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-11-23T02:33:10.5662214Z test_unary_core_logit_layout_torch_sparse_csr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-11-23T02:33:10.5662710Z test_unary_core_logit_layout_torch_sparse_csr_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-11-23T02:33:10.5663165Z test_unary_core_logit_layout_torch_strided_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-11-23T02:33:10.5663644Z test_unary_core_logit_layout_torch_strided_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-11-23T02:33:10.5664107Z test_unary_core_logit_layout_torch_strided_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-11-23T02:33:10.5664590Z test_unary_core_nan_to_num_layout_torch_sparse_coo_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-11-23T02:33:10.5665070Z test_unary_core_nan_to_num_layout_torch_sparse_coo_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-11-23T02:33:10.5665551Z test_unary_core_nan_to_num_layout_torch_sparse_coo_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-11-23T02:33:10.5666030Z test_unary_core_nan_to_num_layout_torch_sparse_csr_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.000s) 2022-11-23T02:33:10.5666484Z test_unary_core_nan_to_num_layout_torch_sparse_csr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.000s) 2022-11-23T02:33:10.5666953Z test_unary_core_nan_to_num_layout_torch_sparse_csr_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-11-23T02:33:10.5667430Z test_unary_core_nan_to_num_layout_torch_strided_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.000s) 2022-11-23T02:33:10.5667910Z test_unary_core_nan_to_num_layout_torch_strided_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.000s) 2022-11-23T02:33:10.5668376Z test_unary_core_nan_to_num_layout_torch_strided_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-11-23T02:33:10.5668842Z test_unary_core_neg_layout_torch_sparse_coo_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.000s) 2022-11-23T02:33:10.5669322Z test_unary_core_neg_layout_torch_sparse_coo_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.000s) 2022-11-23T02:33:10.5669793Z test_unary_core_neg_layout_torch_sparse_coo_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-11-23T02:33:10.5670246Z test_unary_core_neg_layout_torch_sparse_csr_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-11-23T02:33:10.5670800Z test_unary_core_neg_layout_torch_sparse_csr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-11-23T02:33:10.5671262Z test_unary_core_neg_layout_torch_sparse_csr_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-11-23T02:33:10.5671732Z test_unary_core_neg_layout_torch_strided_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-11-23T02:33:10.5672208Z test_unary_core_neg_layout_torch_strided_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-11-23T02:33:10.5672673Z test_unary_core_neg_layout_torch_strided_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-11-23T02:33:10.5673151Z test_unary_core_positive_layout_torch_sparse_coo_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-11-23T02:33:10.5673624Z test_unary_core_positive_layout_torch_sparse_coo_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-11-23T02:33:10.5674290Z test_unary_core_positive_layout_torch_sparse_coo_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.002s) 2022-11-23T02:33:10.5674782Z test_unary_core_positive_layout_torch_sparse_csr_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.002s) 2022-11-23T02:33:10.5675369Z test_unary_core_positive_layout_torch_sparse_csr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-11-23T02:33:10.5675951Z test_unary_core_positive_layout_torch_sparse_csr_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.002s) 2022-11-23T02:33:10.5676436Z test_unary_core_positive_layout_torch_strided_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.002s) 2022-11-23T02:33:10.5677003Z test_unary_core_positive_layout_torch_strided_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-11-23T02:33:10.5677483Z test_unary_core_positive_layout_torch_strided_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.001s) 2022-11-23T02:33:10.5677971Z test_unary_core_rad2deg_layout_torch_sparse_coo_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.002s) 2022-11-23T02:33:10.5678465Z test_unary_core_rad2deg_layout_torch_sparse_coo_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-11-23T02:33:10.5678946Z test_unary_core_rad2deg_layout_torch_sparse_coo_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.000s) 2022-11-23T02:33:10.5679425Z test_unary_core_rad2deg_layout_torch_sparse_csr_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-11-23T02:33:10.5679898Z test_unary_core_rad2deg_layout_torch_sparse_csr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.000s) 2022-11-23T02:33:10.5680372Z test_unary_core_rad2deg_layout_torch_sparse_csr_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.000s) 2022-11-23T02:33:10.5680826Z test_unary_core_rad2deg_layout_torch_strided_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.000s) 2022-11-23T02:33:10.5681312Z test_unary_core_rad2deg_layout_torch_strided_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.000s) 2022-11-23T02:33:10.5681786Z test_unary_core_rad2deg_layout_torch_strided_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.000s) 2022-11-23T02:33:10.5682275Z test_unary_core_reciprocal_layout_torch_sparse_coo_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.000s) 2022-11-23T02:33:10.5682766Z test_unary_core_reciprocal_layout_torch_sparse_coo_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.000s) 2022-11-23T02:33:10.5683251Z test_unary_core_reciprocal_layout_torch_sparse_coo_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.014s) 2022-11-23T02:33:10.5683741Z test_unary_core_reciprocal_layout_torch_sparse_csr_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-11-23T02:33:10.5684237Z test_unary_core_reciprocal_layout_torch_sparse_csr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-11-23T02:33:10.5684702Z test_unary_core_reciprocal_layout_torch_sparse_csr_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-11-23T02:33:10.5685189Z test_unary_core_reciprocal_layout_torch_strided_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-11-23T02:33:10.5685781Z test_unary_core_reciprocal_layout_torch_strided_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-11-23T02:33:10.5686264Z test_unary_core_reciprocal_layout_torch_strided_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-11-23T02:33:10.5686760Z test_unary_core_round_decimals_0_layout_torch_sparse_coo_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.002s) 2022-11-23T02:33:10.5687273Z test_unary_core_round_decimals_0_layout_torch_sparse_coo_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.001s) 2022-11-23T02:33:10.5687788Z test_unary_core_round_decimals_0_layout_torch_sparse_coo_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.001s) 2022-11-23T02:33:10.5688270Z test_unary_core_round_decimals_0_layout_torch_sparse_csr_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.001s) 2022-11-23T02:33:10.5688774Z test_unary_core_round_decimals_0_layout_torch_sparse_csr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.001s) 2022-11-23T02:33:10.5689338Z test_unary_core_round_decimals_0_layout_torch_sparse_csr_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.002s) 2022-11-23T02:33:10.5689846Z test_unary_core_round_decimals_0_layout_torch_strided_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.001s) 2022-11-23T02:33:10.5690335Z test_unary_core_round_decimals_0_layout_torch_strided_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.001s) 2022-11-23T02:33:10.5690818Z test_unary_core_round_decimals_0_layout_torch_strided_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.001s) 2022-11-23T02:33:10.5691396Z test_unary_core_round_decimals_3_layout_torch_sparse_coo_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.002s) 2022-11-23T02:33:10.5691918Z test_unary_core_round_decimals_3_layout_torch_sparse_coo_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.001s) 2022-11-23T02:33:10.5692401Z test_unary_core_round_decimals_3_layout_torch_sparse_coo_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.001s) 2022-11-23T02:33:10.5692905Z test_unary_core_round_decimals_3_layout_torch_sparse_csr_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.002s) 2022-11-23T02:33:10.5693408Z test_unary_core_round_decimals_3_layout_torch_sparse_csr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.000s) 2022-11-23T02:33:10.5693901Z test_unary_core_round_decimals_3_layout_torch_sparse_csr_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-11-23T02:33:10.5694398Z test_unary_core_round_decimals_3_layout_torch_strided_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.000s) 2022-11-23T02:33:10.5694892Z test_unary_core_round_decimals_3_layout_torch_strided_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.000s) 2022-11-23T02:33:10.5695383Z test_unary_core_round_decimals_3_layout_torch_strided_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.000s) 2022-11-23T02:33:10.5695874Z test_unary_core_round_decimals_neg_3_layout_torch_sparse_coo_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-11-23T02:33:10.5696394Z test_unary_core_round_decimals_neg_3_layout_torch_sparse_coo_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.000s) 2022-11-23T02:33:10.5697078Z test_unary_core_round_decimals_neg_3_layout_torch_sparse_coo_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.000s) 2022-11-23T02:33:10.5697890Z test_unary_core_round_decimals_neg_3_layout_torch_sparse_csr_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.000s) 2022-11-23T02:33:10.5698801Z test_unary_core_round_decimals_neg_3_layout_torch_sparse_csr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.000s) 2022-11-23T02:33:10.5699734Z test_unary_core_round_decimals_neg_3_layout_torch_sparse_csr_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.000s) 2022-11-23T02:33:10.5700370Z test_unary_core_round_decimals_neg_3_layout_torch_strided_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.000s) 2022-11-23T02:33:10.5700884Z test_unary_core_round_decimals_neg_3_layout_torch_strided_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-11-23T02:33:10.5701664Z test_unary_core_round_decimals_neg_3_layout_torch_strided_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.002s) 2022-11-23T02:33:10.5702296Z test_unary_core_round_layout_torch_sparse_coo_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-11-23T02:33:10.5702780Z test_unary_core_round_layout_torch_sparse_coo_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-11-23T02:33:10.5703259Z test_unary_core_round_layout_torch_sparse_coo_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-11-23T02:33:10.5703743Z test_unary_core_round_layout_torch_sparse_csr_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.002s) 2022-11-23T02:33:10.5704517Z test_unary_core_round_layout_torch_sparse_csr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-11-23T02:33:10.5705327Z test_unary_core_round_layout_torch_sparse_csr_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-11-23T02:33:10.5706133Z test_unary_core_round_layout_torch_strided_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-11-23T02:33:10.5706910Z test_unary_core_round_layout_torch_strided_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.002s) 2022-11-23T02:33:10.5707680Z test_unary_core_round_layout_torch_strided_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.002s) 2022-11-23T02:33:10.5708455Z test_unary_core_rsqrt_layout_torch_sparse_coo_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-11-23T02:33:10.5709166Z test_unary_core_rsqrt_layout_torch_sparse_coo_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-11-23T02:33:10.5709777Z test_unary_core_rsqrt_layout_torch_sparse_coo_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-11-23T02:33:10.5710278Z test_unary_core_rsqrt_layout_torch_sparse_csr_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.002s) 2022-11-23T02:33:10.5710759Z test_unary_core_rsqrt_layout_torch_sparse_csr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-11-23T02:33:10.5711213Z test_unary_core_rsqrt_layout_torch_sparse_csr_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-11-23T02:33:10.5711683Z test_unary_core_rsqrt_layout_torch_strided_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.000s) 2022-11-23T02:33:10.5712160Z test_unary_core_rsqrt_layout_torch_strided_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.000s) 2022-11-23T02:33:10.5712629Z test_unary_core_rsqrt_layout_torch_strided_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-11-23T02:33:10.5713109Z test_unary_core_sgn_layout_torch_sparse_coo_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.000s) 2022-11-23T02:33:10.5713584Z test_unary_core_sgn_layout_torch_sparse_coo_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.000s) 2022-11-23T02:33:10.5714054Z test_unary_core_sgn_layout_torch_sparse_coo_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-11-23T02:33:10.5714507Z test_unary_core_sgn_layout_torch_sparse_csr_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.000s) 2022-11-23T02:33:10.5714973Z test_unary_core_sgn_layout_torch_sparse_csr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.000s) 2022-11-23T02:33:10.5715439Z test_unary_core_sgn_layout_torch_sparse_csr_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.000s) 2022-11-23T02:33:10.5715905Z test_unary_core_sgn_layout_torch_strided_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.000s) 2022-11-23T02:33:10.5716377Z test_unary_core_sgn_layout_torch_strided_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.002s) 2022-11-23T02:33:10.5716851Z test_unary_core_sgn_layout_torch_strided_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-11-23T02:33:10.5717328Z test_unary_core_sigmoid_layout_torch_sparse_coo_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-11-23T02:33:10.5717793Z test_unary_core_sigmoid_layout_torch_sparse_coo_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-11-23T02:33:10.5718380Z test_unary_core_sigmoid_layout_torch_sparse_coo_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-11-23T02:33:10.5718862Z test_unary_core_sigmoid_layout_torch_sparse_csr_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-11-23T02:33:10.5719340Z test_unary_core_sigmoid_layout_torch_sparse_csr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-11-23T02:33:10.5719809Z test_unary_core_sigmoid_layout_torch_sparse_csr_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-11-23T02:33:10.5720287Z test_unary_core_sigmoid_layout_torch_strided_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-11-23T02:33:10.5720773Z test_unary_core_sigmoid_layout_torch_strided_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-11-23T02:33:10.5721229Z test_unary_core_sigmoid_layout_torch_strided_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-11-23T02:33:10.5721711Z test_unary_core_sign_layout_torch_sparse_coo_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.002s) 2022-11-23T02:33:10.5722186Z test_unary_core_sign_layout_torch_sparse_coo_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.002s) 2022-11-23T02:33:10.5722652Z test_unary_core_sign_layout_torch_sparse_coo_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-11-23T02:33:10.5723117Z test_unary_core_sign_layout_torch_sparse_csr_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.000s) 2022-11-23T02:33:10.5723585Z test_unary_core_sign_layout_torch_sparse_csr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.000s) 2022-11-23T02:33:10.5724126Z test_unary_core_sign_layout_torch_sparse_csr_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.008s) 2022-11-23T02:33:10.5724594Z test_unary_core_sign_layout_torch_strided_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.002s) 2022-11-23T02:33:10.5725066Z test_unary_core_sign_layout_torch_strided_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.002s) 2022-11-23T02:33:10.5725537Z test_unary_core_sign_layout_torch_strided_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.002s) 2022-11-23T02:33:10.5726011Z test_unary_core_signbit_layout_torch_sparse_coo_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-11-23T02:33:10.5726497Z test_unary_core_signbit_layout_torch_sparse_coo_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.002s) 2022-11-23T02:33:10.5726974Z test_unary_core_signbit_layout_torch_sparse_coo_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-11-23T02:33:10.5727445Z test_unary_core_signbit_layout_torch_sparse_csr_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-11-23T02:33:10.5727917Z test_unary_core_signbit_layout_torch_sparse_csr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-11-23T02:33:10.5728371Z test_unary_core_signbit_layout_torch_sparse_csr_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-11-23T02:33:10.5728852Z test_unary_core_signbit_layout_torch_strided_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-11-23T02:33:10.5729334Z test_unary_core_signbit_layout_torch_strided_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-11-23T02:33:10.5729801Z test_unary_core_signbit_layout_torch_strided_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-11-23T02:33:10.5730271Z test_unary_core_sin_layout_torch_sparse_coo_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-11-23T02:33:10.5730740Z test_unary_core_sin_layout_torch_sparse_coo_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-11-23T02:33:10.5731210Z test_unary_core_sin_layout_torch_sparse_coo_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-11-23T02:33:10.5731660Z test_unary_core_sin_layout_torch_sparse_csr_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.000s) 2022-11-23T02:33:10.5732124Z test_unary_core_sin_layout_torch_sparse_csr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-11-23T02:33:10.5732681Z test_unary_core_sin_layout_torch_sparse_csr_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.000s) 2022-11-23T02:33:10.5733147Z test_unary_core_sin_layout_torch_strided_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.000s) 2022-11-23T02:33:10.5733613Z test_unary_core_sin_layout_torch_strided_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-11-23T02:33:10.5734074Z test_unary_core_sin_layout_torch_strided_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-11-23T02:33:10.5734539Z test_unary_core_sinc_layout_torch_sparse_coo_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.428s) 2022-11-23T02:33:10.5734997Z test_unary_core_sinc_layout_torch_sparse_coo_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.404s) 2022-11-23T02:33:10.5735463Z test_unary_core_sinc_layout_torch_sparse_coo_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.377s) 2022-11-23T02:33:10.5735932Z test_unary_core_sinc_layout_torch_sparse_csr_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-11-23T02:33:10.5736402Z test_unary_core_sinc_layout_torch_sparse_csr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.000s) 2022-11-23T02:33:10.5736872Z test_unary_core_sinc_layout_torch_sparse_csr_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-11-23T02:33:10.5737337Z test_unary_core_sinc_layout_torch_strided_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-11-23T02:33:10.5737803Z test_unary_core_sinc_layout_torch_strided_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-11-23T02:33:10.5738244Z test_unary_core_sinc_layout_torch_strided_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-11-23T02:33:10.5738789Z test_unary_core_sinh_layout_torch_sparse_coo_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-11-23T02:33:10.5739282Z test_unary_core_sinh_layout_torch_sparse_coo_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-11-23T02:33:10.5739751Z test_unary_core_sinh_layout_torch_sparse_coo_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-11-23T02:33:10.5740223Z test_unary_core_sinh_layout_torch_sparse_csr_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-11-23T02:33:10.5740692Z test_unary_core_sinh_layout_torch_sparse_csr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-11-23T02:33:10.5741158Z test_unary_core_sinh_layout_torch_sparse_csr_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-11-23T02:33:10.5741606Z test_unary_core_sinh_layout_torch_strided_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.000s) 2022-11-23T02:33:10.5742142Z test_unary_core_sinh_layout_torch_strided_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-11-23T02:33:10.5742607Z test_unary_core_sinh_layout_torch_strided_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.000s) 2022-11-23T02:33:10.5743073Z test_unary_core_sqrt_layout_torch_sparse_coo_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-11-23T02:33:10.5743550Z test_unary_core_sqrt_layout_torch_sparse_coo_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.000s) 2022-11-23T02:33:10.5744016Z test_unary_core_sqrt_layout_torch_sparse_coo_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.000s) 2022-11-23T02:33:10.5744484Z test_unary_core_sqrt_layout_torch_sparse_csr_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.000s) 2022-11-23T02:33:10.5744930Z test_unary_core_sqrt_layout_torch_sparse_csr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-11-23T02:33:10.5745395Z test_unary_core_sqrt_layout_torch_sparse_csr_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-11-23T02:33:10.5745866Z test_unary_core_sqrt_layout_torch_strided_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-11-23T02:33:10.5746336Z test_unary_core_sqrt_layout_torch_strided_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-11-23T02:33:10.5746786Z test_unary_core_sqrt_layout_torch_strided_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-11-23T02:33:10.5747356Z test_unary_core_square_layout_torch_sparse_coo_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-11-23T02:33:10.5747842Z test_unary_core_square_layout_torch_sparse_coo_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-11-23T02:33:10.5748298Z test_unary_core_square_layout_torch_sparse_coo_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-11-23T02:33:10.5748768Z test_unary_core_square_layout_torch_sparse_csr_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-11-23T02:33:10.5749255Z test_unary_core_square_layout_torch_sparse_csr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-11-23T02:33:10.5749726Z test_unary_core_square_layout_torch_sparse_csr_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-11-23T02:33:10.5750198Z test_unary_core_square_layout_torch_strided_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-11-23T02:33:10.5750680Z test_unary_core_square_layout_torch_strided_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-11-23T02:33:10.5751160Z test_unary_core_square_layout_torch_strided_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-11-23T02:33:10.5751628Z test_unary_core_tan_layout_torch_sparse_coo_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.002s) 2022-11-23T02:33:10.5752085Z test_unary_core_tan_layout_torch_sparse_coo_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-11-23T02:33:10.5752551Z test_unary_core_tan_layout_torch_sparse_coo_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.000s) 2022-11-23T02:33:10.5753090Z test_unary_core_tan_layout_torch_sparse_csr_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-11-23T02:33:10.5753575Z test_unary_core_tan_layout_torch_sparse_csr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.000s) 2022-11-23T02:33:10.5754044Z test_unary_core_tan_layout_torch_sparse_csr_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.000s) 2022-11-23T02:33:10.5754511Z test_unary_core_tan_layout_torch_strided_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.000s) 2022-11-23T02:33:10.5754980Z test_unary_core_tan_layout_torch_strided_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.000s) 2022-11-23T02:33:10.5755427Z test_unary_core_tan_layout_torch_strided_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-11-23T02:33:10.5755894Z test_unary_core_tanh_layout_torch_sparse_coo_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.000s) 2022-11-23T02:33:10.5756366Z test_unary_core_tanh_layout_torch_sparse_coo_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.000s) 2022-11-23T02:33:10.5756834Z test_unary_core_tanh_layout_torch_sparse_coo_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.000s) 2022-11-23T02:33:10.5757300Z test_unary_core_tanh_layout_torch_sparse_csr_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-11-23T02:33:10.5757769Z test_unary_core_tanh_layout_torch_sparse_csr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.000s) 2022-11-23T02:33:10.5758240Z test_unary_core_tanh_layout_torch_sparse_csr_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.000s) 2022-11-23T02:33:10.5758690Z test_unary_core_tanh_layout_torch_strided_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.000s) 2022-11-23T02:33:10.5759160Z test_unary_core_tanh_layout_torch_strided_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-11-23T02:33:10.5759625Z test_unary_core_tanh_layout_torch_strided_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-11-23T02:33:10.5760096Z test_unary_core_trunc_layout_torch_sparse_coo_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-11-23T02:33:10.5760576Z test_unary_core_trunc_layout_torch_sparse_coo_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-11-23T02:33:10.5761052Z test_unary_core_trunc_layout_torch_sparse_coo_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-11-23T02:33:10.5762530Z test_unary_core_trunc_layout_torch_sparse_csr_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-11-23T02:33:10.5762990Z test_unary_core_trunc_layout_torch_sparse_csr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-11-23T02:33:10.5763464Z test_unary_core_trunc_layout_torch_sparse_csr_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-11-23T02:33:10.5763933Z test_unary_core_trunc_layout_torch_strided_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-11-23T02:33:10.5764408Z test_unary_core_trunc_layout_torch_strided_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-11-23T02:33:10.5764886Z test_unary_core_trunc_layout_torch_strided_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-11-23T02:33:10.5765282Z test_all (__main__.TestReductions) ... ok (0.005s) 2022-11-23T02:33:10.5765613Z test_amax (__main__.TestReductions) ... ok (0.003s) 2022-11-23T02:33:10.5765933Z test_amax_grad (__main__.TestReductions) ... ok (0.000s) 2022-11-23T02:33:10.5766270Z test_amin (__main__.TestReductions) ... ok (0.006s) 2022-11-23T02:33:10.5766604Z test_amin_grad (__main__.TestReductions) ... ok (0.000s) 2022-11-23T02:33:10.5766949Z test_grad_dtype (__main__.TestReductions) ... ok (0.944s) 2022-11-23T02:33:10.5767609Z test_max_not_implemented (__main__.TestReductions) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\masked\maskedtensor\core.py:299: UserWarning: max is not implemented in __torch_dispatch__ for MaskedTensor. 2022-11-23T02:33:10.5768590Z If you would like this operator to be supported, please file an issue for a feature request at https://github.com/pytorch/maskedtensor/issues with a minimal reproducible code snippet. 2022-11-23T02:33:10.5769269Z In the case that the semantics for the operator are not trivial, it would be appreciated to also include a proposal for the semantics. 2022-11-23T02:33:10.5769651Z warnings.warn(msg) 2022-11-23T02:33:10.5769928Z ok (0.002s) 2022-11-23T02:33:10.5770355Z test_mean (__main__.TestReductions) ... ok (0.005s) 2022-11-23T02:33:10.5770977Z test_mean_dim_grad (__main__.TestReductions) ... ok (0.007s) 2022-11-23T02:33:10.5771589Z test_mean_grad_case_1a (__main__.TestReductions) 2022-11-23T02:33:10.5772919Z values.requires_grad = True ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\masked\maskedtensor\core.py:156: UserWarning: The PyTorch API of MaskedTensors is in prototype stage and will change in the near future. Please open a Github issue for features requests and see our documentation on the torch.masked module for further information about the project. 2022-11-23T02:33:10.5773826Z warnings.warn(("The PyTorch API of MaskedTensors is in prototype stage " 2022-11-23T02:33:10.5774733Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\masked\maskedtensor\core.py:161: UserWarning: It is not recommended to create a MaskedTensor with a tensor that requires_grad. To avoid this, you can use data.clone().detach() 2022-11-23T02:33:10.5775907Z warnings.warn("It is not recommended to create a MaskedTensor with a tensor that requires_grad. " 2022-11-23T02:33:10.5776600Z ok (0.010s) 2022-11-23T02:33:10.5777045Z test_mean_grad_case_1b (__main__.TestReductions) 2022-11-23T02:33:10.5777643Z values.requires_grad = False ... ok (0.004s) 2022-11-23T02:33:10.5778215Z test_mean_grad_case_1c (__main__.TestReductions) 2022-11-23T02:33:10.5779637Z values.requires_grad = True ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\masked\maskedtensor\core.py:156: UserWarning: The PyTorch API of MaskedTensors is in prototype stage and will change in the near future. Please open a Github issue for features requests and see our documentation on the torch.masked module for further information about the project. 2022-11-23T02:33:10.5780566Z warnings.warn(("The PyTorch API of MaskedTensors is in prototype stage " 2022-11-23T02:33:10.5780864Z ok (0.006s) 2022-11-23T02:33:10.5781139Z test_mean_grad_case_1d (__main__.TestReductions) 2022-11-23T02:33:10.5781634Z values.requires_grad = False ... ok (0.001s) 2022-11-23T02:33:10.5781955Z test_mean_grad_case_1e (__main__.TestReductions) 2022-11-23T02:33:10.5782643Z values.requires_grad = True ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\masked\maskedtensor\core.py:161: UserWarning: It is not recommended to create a MaskedTensor with a tensor that requires_grad. To avoid this, you can use data.clone().detach() 2022-11-23T02:33:10.5783385Z warnings.warn("It is not recommended to create a MaskedTensor with a tensor that requires_grad. " 2022-11-23T02:33:10.5783708Z ok (0.005s) 2022-11-23T02:33:10.5783981Z test_mean_grad_case_1f (__main__.TestReductions) 2022-11-23T02:33:10.5784840Z values.requires_grad = False ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\masked\maskedtensor\core.py:156: UserWarning: The PyTorch API of MaskedTensors is in prototype stage and will change in the near future. Please open a Github issue for features requests and see our documentation on the torch.masked module for further information about the project. 2022-11-23T02:33:10.5785870Z warnings.warn(("The PyTorch API of MaskedTensors is in prototype stage " 2022-11-23T02:33:10.5786444Z ok (0.000s) 2022-11-23T02:33:10.5786967Z test_prod (__main__.TestReductions) ... ok (0.000s) 2022-11-23T02:33:10.5788061Z test_prod_grad (__main__.TestReductions) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\masked\maskedtensor\core.py:161: UserWarning: It is not recommended to create a MaskedTensor with a tensor that requires_grad. To avoid this, you can use data.clone().detach() 2022-11-23T02:33:10.5788985Z warnings.warn("It is not recommended to create a MaskedTensor with a tensor that requires_grad. " 2022-11-23T02:33:10.5789483Z ok (0.010s) 2022-11-23T02:33:10.5789826Z test_sum (__main__.TestReductions) ... ok (0.004s) 2022-11-23T02:33:10.5790164Z test_sum_grad (__main__.TestReductions) ... ok (0.004s) 2022-11-23T02:33:10.5790532Z test_inplace_unary_fn_aten_abs_ (__main__.TestUnary) ... ok (0.003s) 2022-11-23T02:33:10.5790917Z test_inplace_unary_fn_aten_absolute_ (__main__.TestUnary) ... ok (0.002s) 2022-11-23T02:33:10.5791300Z test_inplace_unary_fn_aten_acos_ (__main__.TestUnary) ... ok (0.003s) 2022-11-23T02:33:10.5791659Z test_inplace_unary_fn_aten_acosh_ (__main__.TestUnary) ... ok (0.002s) 2022-11-23T02:33:10.5792040Z test_inplace_unary_fn_aten_arccos_ (__main__.TestUnary) ... ok (0.002s) 2022-11-23T02:33:10.5792422Z test_inplace_unary_fn_aten_arccosh_ (__main__.TestUnary) ... ok (0.002s) 2022-11-23T02:33:10.5792809Z test_inplace_unary_fn_aten_arcsin_ (__main__.TestUnary) ... ok (0.002s) 2022-11-23T02:33:10.5793188Z test_inplace_unary_fn_aten_arcsinh_ (__main__.TestUnary) ... ok (0.002s) 2022-11-23T02:33:10.5793565Z test_inplace_unary_fn_aten_arctan_ (__main__.TestUnary) ... ok (0.002s) 2022-11-23T02:33:10.5793927Z test_inplace_unary_fn_aten_arctanh_ (__main__.TestUnary) ... ok (0.003s) 2022-11-23T02:33:10.5794306Z test_inplace_unary_fn_aten_asin_ (__main__.TestUnary) ... ok (0.002s) 2022-11-23T02:33:10.5794682Z test_inplace_unary_fn_aten_asinh_ (__main__.TestUnary) ... ok (0.003s) 2022-11-23T02:33:10.5795056Z test_inplace_unary_fn_aten_atan_ (__main__.TestUnary) ... ok (0.001s) 2022-11-23T02:33:10.5795425Z test_inplace_unary_fn_aten_atanh_ (__main__.TestUnary) ... ok (0.002s) 2022-11-23T02:33:10.5795811Z test_inplace_unary_fn_aten_bitwise_not_ (__main__.TestUnary) ... ok (0.000s) 2022-11-23T02:33:10.5796170Z test_inplace_unary_fn_aten_ceil_ (__main__.TestUnary) ... ok (0.003s) 2022-11-23T02:33:10.5796548Z test_inplace_unary_fn_aten_clamp_ (__main__.TestUnary) ... ok (0.000s) 2022-11-23T02:33:10.5796918Z test_inplace_unary_fn_aten_clip_ (__main__.TestUnary) ... ok (0.006s) 2022-11-23T02:33:10.5797303Z test_inplace_unary_fn_aten_conj_physical_ (__main__.TestUnary) ... ok (0.002s) 2022-11-23T02:33:10.5797691Z test_inplace_unary_fn_aten_cos_ (__main__.TestUnary) ... ok (0.003s) 2022-11-23T02:33:10.5798184Z test_inplace_unary_fn_aten_cosh_ (__main__.TestUnary) ... ok (0.002s) 2022-11-23T02:33:10.5798538Z test_inplace_unary_fn_aten_deg2rad_ (__main__.TestUnary) ... ok (0.003s) 2022-11-23T02:33:10.5798919Z test_inplace_unary_fn_aten_digamma_ (__main__.TestUnary) ... ok (0.002s) 2022-11-23T02:33:10.5799291Z test_inplace_unary_fn_aten_erf_ (__main__.TestUnary) ... ok (0.002s) 2022-11-23T02:33:10.5799659Z test_inplace_unary_fn_aten_erfc_ (__main__.TestUnary) ... ok (0.002s) 2022-11-23T02:33:10.5800034Z test_inplace_unary_fn_aten_erfinv_ (__main__.TestUnary) ... ok (0.002s) 2022-11-23T02:33:10.5800409Z test_inplace_unary_fn_aten_exp2_ (__main__.TestUnary) ... ok (0.003s) 2022-11-23T02:33:10.5800773Z test_inplace_unary_fn_aten_exp_ (__main__.TestUnary) ... ok (0.002s) 2022-11-23T02:33:10.5801129Z test_inplace_unary_fn_aten_expm1_ (__main__.TestUnary) ... ok (0.002s) 2022-11-23T02:33:10.5801495Z test_inplace_unary_fn_aten_fix_ (__main__.TestUnary) ... ok (0.002s) 2022-11-23T02:33:10.5802036Z test_inplace_unary_fn_aten_floor_ (__main__.TestUnary) ... ok (0.002s) 2022-11-23T02:33:10.5802705Z test_inplace_unary_fn_aten_frac_ (__main__.TestUnary) ... ok (0.002s) 2022-11-23T02:33:10.5803413Z test_inplace_unary_fn_aten_i0_ (__main__.TestUnary) ... ok (0.002s) 2022-11-23T02:33:10.5804042Z test_inplace_unary_fn_aten_lgamma_ (__main__.TestUnary) ... ok (0.002s) 2022-11-23T02:33:10.5804413Z test_inplace_unary_fn_aten_log10_ (__main__.TestUnary) ... ok (0.002s) 2022-11-23T02:33:10.5804787Z test_inplace_unary_fn_aten_log1p_ (__main__.TestUnary) ... ok (0.002s) 2022-11-23T02:33:10.5805332Z test_inplace_unary_fn_aten_log2_ (__main__.TestUnary) ... ok (0.002s) 2022-11-23T02:33:10.5805876Z test_inplace_unary_fn_aten_log_ (__main__.TestUnary) ... ok (0.000s) 2022-11-23T02:33:10.5806252Z test_inplace_unary_fn_aten_logit_ (__main__.TestUnary) ... ok (0.000s) 2022-11-23T02:33:10.5806630Z test_inplace_unary_fn_aten_nan_to_num_ (__main__.TestUnary) ... ok (0.006s) 2022-11-23T02:33:10.5806993Z test_inplace_unary_fn_aten_neg_ (__main__.TestUnary) ... ok (0.000s) 2022-11-23T02:33:10.5807367Z test_inplace_unary_fn_aten_negative_ (__main__.TestUnary) ... ok (0.000s) 2022-11-23T02:33:10.5807743Z test_inplace_unary_fn_aten_pow_ (__main__.TestUnary) ... ok (0.000s) 2022-11-23T02:33:10.5808125Z test_inplace_unary_fn_aten_rad2deg_ (__main__.TestUnary) ... ok (0.000s) 2022-11-23T02:33:10.5808513Z test_inplace_unary_fn_aten_reciprocal_ (__main__.TestUnary) ... ok (0.012s) 2022-11-23T02:33:10.5808901Z test_inplace_unary_fn_aten_round_ (__main__.TestUnary) ... ok (0.003s) 2022-11-23T02:33:10.5809260Z test_inplace_unary_fn_aten_rsqrt_ (__main__.TestUnary) ... ok (0.003s) 2022-11-23T02:33:10.5809629Z test_inplace_unary_fn_aten_sgn_ (__main__.TestUnary) ... ok (0.003s) 2022-11-23T02:33:10.5810164Z test_inplace_unary_fn_aten_sigmoid_ (__main__.TestUnary) ... ok (0.003s) 2022-11-23T02:33:10.5810814Z test_inplace_unary_fn_aten_sign_ (__main__.TestUnary) ... ok (0.003s) 2022-11-23T02:33:10.5811439Z test_inplace_unary_fn_aten_sin_ (__main__.TestUnary) ... ok (0.003s) 2022-11-23T02:33:10.5812066Z test_inplace_unary_fn_aten_sinc_ (__main__.TestUnary) ... ok (0.003s) 2022-11-23T02:33:10.5812661Z test_inplace_unary_fn_aten_sinh_ (__main__.TestUnary) ... ok (0.003s) 2022-11-23T02:33:10.5813280Z test_inplace_unary_fn_aten_sqrt_ (__main__.TestUnary) ... ok (0.003s) 2022-11-23T02:33:10.5813899Z test_inplace_unary_fn_aten_square_ (__main__.TestUnary) ... ok (0.003s) 2022-11-23T02:33:10.5814549Z test_inplace_unary_fn_aten_tan_ (__main__.TestUnary) ... ok (0.003s) 2022-11-23T02:33:10.5814952Z test_inplace_unary_fn_aten_tanh_ (__main__.TestUnary) ... ok (0.002s) 2022-11-23T02:33:10.5815322Z test_inplace_unary_fn_aten_trunc_ (__main__.TestUnary) ... ok (0.002s) 2022-11-23T02:33:10.5815664Z test_unary_fn_aten_abs (__main__.TestUnary) ... ok (0.003s) 2022-11-23T02:33:10.5816017Z test_unary_fn_aten_absolute (__main__.TestUnary) ... ok (0.000s) 2022-11-23T02:33:10.5816511Z test_unary_fn_aten_acos (__main__.TestUnary) ... ok (0.000s) 2022-11-23T02:33:10.5816857Z test_unary_fn_aten_acosh (__main__.TestUnary) ... ok (0.000s) 2022-11-23T02:33:10.5817201Z test_unary_fn_aten_angle (__main__.TestUnary) ... ok (0.010s) 2022-11-23T02:33:10.5817550Z test_unary_fn_aten_arccos (__main__.TestUnary) ... ok (0.000s) 2022-11-23T02:33:10.5817885Z test_unary_fn_aten_arccosh (__main__.TestUnary) ... ok (0.000s) 2022-11-23T02:33:10.5818235Z test_unary_fn_aten_arcsin (__main__.TestUnary) ... ok (0.011s) 2022-11-23T02:33:10.5818583Z test_unary_fn_aten_arcsinh (__main__.TestUnary) ... ok (0.003s) 2022-11-23T02:33:10.5818938Z test_unary_fn_aten_arctan (__main__.TestUnary) ... ok (0.003s) 2022-11-23T02:33:10.5819284Z test_unary_fn_aten_arctanh (__main__.TestUnary) ... ok (0.003s) 2022-11-23T02:33:10.5819633Z test_unary_fn_aten_asin (__main__.TestUnary) ... ok (0.003s) 2022-11-23T02:33:10.5819960Z test_unary_fn_aten_asinh (__main__.TestUnary) ... ok (0.003s) 2022-11-23T02:33:10.5820309Z test_unary_fn_aten_atan (__main__.TestUnary) ... ok (0.003s) 2022-11-23T02:33:10.5820654Z test_unary_fn_aten_atanh (__main__.TestUnary) ... ok (0.004s) 2022-11-23T02:33:10.5821009Z test_unary_fn_aten_bitwise_not (__main__.TestUnary) ... ok (0.005s) 2022-11-23T02:33:10.5821362Z test_unary_fn_aten_ceil (__main__.TestUnary) ... ok (0.004s) 2022-11-23T02:33:10.5821712Z test_unary_fn_aten_clamp (__main__.TestUnary) ... ok (0.003s) 2022-11-23T02:33:10.5822039Z test_unary_fn_aten_clip (__main__.TestUnary) ... ok (0.003s) 2022-11-23T02:33:10.5822481Z test_unary_fn_aten_conj_physical (__main__.TestUnary) ... ok (0.003s) 2022-11-23T02:33:10.5822859Z test_unary_fn_aten_cos (__main__.TestUnary) ... ok (0.003s) 2022-11-23T02:33:10.5823200Z test_unary_fn_aten_cosh (__main__.TestUnary) ... ok (0.003s) 2022-11-23T02:33:10.5823549Z test_unary_fn_aten_deg2rad (__main__.TestUnary) ... ok (0.003s) 2022-11-23T02:33:10.5823902Z test_unary_fn_aten_digamma (__main__.TestUnary) ... ok (0.003s) 2022-11-23T02:33:10.5824231Z test_unary_fn_aten_erf (__main__.TestUnary) ... ok (0.003s) 2022-11-23T02:33:10.5824570Z test_unary_fn_aten_erfc (__main__.TestUnary) ... ok (0.003s) 2022-11-23T02:33:10.5824911Z test_unary_fn_aten_erfinv (__main__.TestUnary) ... ok (0.003s) 2022-11-23T02:33:10.5825257Z test_unary_fn_aten_exp (__main__.TestUnary) ... ok (0.003s) 2022-11-23T02:33:10.5825595Z test_unary_fn_aten_exp2 (__main__.TestUnary) ... ok (0.003s) 2022-11-23T02:33:10.5825937Z test_unary_fn_aten_expm1 (__main__.TestUnary) ... ok (0.003s) 2022-11-23T02:33:10.5826265Z test_unary_fn_aten_fix (__main__.TestUnary) ... ok (0.003s) 2022-11-23T02:33:10.5826608Z test_unary_fn_aten_floor (__main__.TestUnary) ... ok (0.003s) 2022-11-23T02:33:10.5826951Z test_unary_fn_aten_frac (__main__.TestUnary) ... ok (0.003s) 2022-11-23T02:33:10.5827290Z test_unary_fn_aten_i0 (__main__.TestUnary) ... ok (0.003s) 2022-11-23T02:33:10.5827635Z test_unary_fn_aten_isnan (__main__.TestUnary) ... ok (0.004s) 2022-11-23T02:33:10.5827984Z test_unary_fn_aten_lgamma (__main__.TestUnary) ... ok (0.003s) 2022-11-23T02:33:10.5828311Z test_unary_fn_aten_log (__main__.TestUnary) ... ok (0.003s) 2022-11-23T02:33:10.5828648Z test_unary_fn_aten_log10 (__main__.TestUnary) ... ok (0.002s) 2022-11-23T02:33:10.5828989Z test_unary_fn_aten_log1p (__main__.TestUnary) ... ok (0.002s) 2022-11-23T02:33:10.5829330Z test_unary_fn_aten_log2 (__main__.TestUnary) ... ok (0.003s) 2022-11-23T02:33:10.5829671Z test_unary_fn_aten_logit (__main__.TestUnary) ... ok (0.003s) 2022-11-23T02:33:10.5830030Z test_unary_fn_aten_nan_to_num (__main__.TestUnary) ... ok (0.003s) 2022-11-23T02:33:10.5830370Z test_unary_fn_aten_neg (__main__.TestUnary) ... ok (0.003s) 2022-11-23T02:33:10.5830719Z test_unary_fn_aten_negative (__main__.TestUnary) ... ok (0.003s) 2022-11-23T02:33:10.5831078Z test_unary_fn_aten_positive (__main__.TestUnary) ... ok (0.002s) 2022-11-23T02:33:10.5831527Z test_unary_fn_aten_pow (__main__.TestUnary) ... ok (0.003s) 2022-11-23T02:33:10.5831877Z test_unary_fn_aten_rad2deg (__main__.TestUnary) ... ok (0.000s) 2022-11-23T02:33:10.5832243Z test_unary_fn_aten_reciprocal (__main__.TestUnary) ... ok (0.006s) 2022-11-23T02:33:10.5832590Z test_unary_fn_aten_round (__main__.TestUnary) ... ok (0.000s) 2022-11-23T02:33:10.5832932Z test_unary_fn_aten_rsqrt (__main__.TestUnary) ... ok (0.000s) 2022-11-23T02:33:10.5833275Z test_unary_fn_aten_sgn (__main__.TestUnary) ... ok (0.013s) 2022-11-23T02:33:10.5833620Z test_unary_fn_aten_sigmoid (__main__.TestUnary) ... ok (0.003s) 2022-11-23T02:33:10.5833975Z test_unary_fn_aten_sign (__main__.TestUnary) ... ok (0.003s) 2022-11-23T02:33:10.5834321Z test_unary_fn_aten_signbit (__main__.TestUnary) ... ok (0.003s) 2022-11-23T02:33:10.5834643Z test_unary_fn_aten_sin (__main__.TestUnary) ... ok (0.003s) 2022-11-23T02:33:10.5834981Z test_unary_fn_aten_sinc (__main__.TestUnary) ... ok (0.003s) 2022-11-23T02:33:10.5835326Z test_unary_fn_aten_sinh (__main__.TestUnary) ... ok (0.003s) 2022-11-23T02:33:10.5835665Z test_unary_fn_aten_sqrt (__main__.TestUnary) ... ok (0.003s) 2022-11-23T02:33:10.5836014Z test_unary_fn_aten_square (__main__.TestUnary) ... ok (0.003s) 2022-11-23T02:33:10.5836344Z test_unary_fn_aten_tan (__main__.TestUnary) ... ok (0.003s) 2022-11-23T02:33:10.5836684Z test_unary_fn_aten_tanh (__main__.TestUnary) ... ok (0.003s) 2022-11-23T02:33:10.5837028Z test_unary_fn_aten_trunc (__main__.TestUnary) ... ok (0.003s) 2022-11-23T02:33:10.5837224Z 2022-11-23T02:33:10.5837423Z ---------------------------------------------------------------------- 2022-11-23T02:33:10.5837821Z Ran 937 tests in 17.125s 2022-11-23T02:33:10.5837986Z 2022-11-23T02:33:10.5838082Z OK (skipped=6) 2022-11-23T02:33:10.5838219Z 2022-11-23T02:33:10.5838334Z Generating XML reports... 2022-11-23T02:33:10.5838766Z Generated XML report: test-reports\python-unittest\test_maskedtensor\TEST-TestBasicsCUDA-20221123023252.xml 2022-11-23T02:33:10.5839355Z Generated XML report: test-reports\python-unittest\test_maskedtensor\TEST-TestBinary-20221123023252.xml 2022-11-23T02:33:10.5839954Z Generated XML report: test-reports\python-unittest\test_maskedtensor\TEST-TestOperatorsCUDA-20221123023252.xml 2022-11-23T02:33:10.5840553Z Generated XML report: test-reports\python-unittest\test_maskedtensor\TEST-TestReductions-20221123023252.xml 2022-11-23T02:33:10.5841116Z Generated XML report: test-reports\python-unittest\test_maskedtensor\TEST-TestUnary-20221123023252.xml 2022-11-23T02:33:10.5841412Z 2022-11-23T02:33:10.5841903Z ##[endgroup] 2022-11-23T02:33:10.5842354Z FINISHED PRINTING LOG FILE of test_maskedtensor (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_maskedtensor_lcxeni3a) 2022-11-23T02:33:10.5842695Z 2022-11-23T02:33:15.2257329Z Running test_testing ... [2022-11-23 02:33:15.223453] 2022-11-23T02:33:15.2265040Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_testing.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:33:15.223453] 2022-11-23T02:33:15.2267207Z Ignoring disabled issues: [] 2022-11-23T02:33:29.5946922Z 2022-11-23T02:33:29.5947880Z Expand the folded group to see the log file of test_ao_sparsity 2022-11-23T02:33:29.5949575Z ##[group]PRINTING LOG FILE of test_ao_sparsity (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_ao_sparsity_5jhlhs7a) 2022-11-23T02:33:29.5950365Z 2022-11-23T02:33:29.5950564Z Running tests... 2022-11-23T02:33:29.5951327Z ---------------------------------------------------------------------- 2022-11-23T02:33:29.5952308Z Test results will be stored in test-reports\python-unittest\test_ao_sparsity 2022-11-23T02:33:29.5953410Z test_activation_sparsifier (ao.sparsity.test_activation_sparsifier.TestActivationSparsifier) 2022-11-23T02:33:29.5954541Z Simulates the workflow of the activation sparsifier, starting from object creation ... 2022-11-23 02:33:12,587 - numba.cuda.cudadrv.driver - INFO - init 2022-11-23T02:33:29.5955620Z ok (2.749s) 2022-11-23T02:33:29.5956233Z test_constructor (ao.sparsity.test_data_scheduler.TestBaseDataScheduler) 2022-11-23T02:33:29.5957087Z Checks if the warning is thrown if the scheduler step is called ... ok (0.004s) 2022-11-23T02:33:29.5958076Z test_order_of_steps (ao.sparsity.test_data_scheduler.TestBaseDataScheduler) ... ok (0.007s) 2022-11-23T02:33:29.5959240Z test_state_dict (ao.sparsity.test_data_scheduler.TestBaseDataScheduler) ... ok (0.008s) 2022-11-23T02:33:29.5960522Z test_step (ao.sparsity.test_data_scheduler.TestBaseDataScheduler) ... ok (0.021s) 2022-11-23T02:33:29.5962505Z 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-23T02:33:29.5964471Z warnings.warn("Replacing existing data of the same name. - Did you mean a different name?") 2022-11-23T02:33:29.5965264Z ok (0.045s) 2022-11-23T02:33:29.5966178Z test_nn_parameters (ao.sparsity.test_data_sparsifier.TestBaseDataSparsifier) ... ok (0.034s) 2022-11-23T02:33:29.5967343Z test_tensors (ao.sparsity.test_data_sparsifier.TestBaseDataSparsifier) ... ok (0.039s) 2022-11-23T02:33:29.5968509Z test_constructor (ao.sparsity.test_pruner.TestBasePruner) ... ok (0.011s) 2022-11-23T02:33:29.5969544Z test_prepare_conv2d (ao.sparsity.test_pruner.TestBasePruner) ... ok (2.181s) 2022-11-23T02:33:29.5970685Z test_prepare_linear (ao.sparsity.test_pruner.TestBasePruner) ... ok (0.012s) 2022-11-23T02:33:29.5972995Z test_squash_mask_conv2d (ao.sparsity.test_pruner.TestBasePruner) ... ok (0.035s) 2022-11-23T02:33:29.5973989Z test_squash_mask_linear (ao.sparsity.test_pruner.TestBasePruner) ... ok (0.010s) 2022-11-23T02:33:29.5974854Z test_step_conv2d (ao.sparsity.test_pruner.TestBasePruner) ... ok (0.041s) 2022-11-23T02:33:29.5975710Z test_step_linear (ao.sparsity.test_pruner.TestBasePruner) ... ok (0.015s) 2022-11-23T02:33:29.5976749Z test_constructor (ao.sparsity.test_sparsifier.TestBaseSparsifier) ... ok (0.006s) 2022-11-23T02:33:29.5977847Z test_mask_squash (ao.sparsity.test_sparsifier.TestBaseSparsifier) ... ok (0.000s) 2022-11-23T02:33:29.5979007Z test_mask_squash_with_params1 (ao.sparsity.test_sparsifier.TestBaseSparsifier) ... ok (0.000s) 2022-11-23T02:33:29.5980248Z test_mask_squash_with_params2 (ao.sparsity.test_sparsifier.TestBaseSparsifier) ... ok (0.015s) 2022-11-23T02:33:29.5981434Z test_mask_squash_with_params3 (ao.sparsity.test_sparsifier.TestBaseSparsifier) ... ok (0.005s) 2022-11-23T02:33:29.5982598Z test_prepare_config (ao.sparsity.test_sparsifier.TestBaseSparsifier) ... ok (0.004s) 2022-11-23T02:33:29.5983827Z test_state_dict (ao.sparsity.test_sparsifier.TestBaseSparsifier) ... ok (0.007s) 2022-11-23T02:33:29.5984879Z test_step (ao.sparsity.test_sparsifier.TestBaseSparsifier) ... ok (0.002s) 2022-11-23T02:33:29.5986944Z 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-23T02:33:29.5988649Z warnings.warn( 2022-11-23T02:33:29.5989136Z ok (0.613s) 2022-11-23T02:33:29.5990025Z test_fusion_before_s_prep (ao.sparsity.test_composability.TestComposability) ... ok (0.657s) 2022-11-23T02:33:29.5991214Z test_q_prep_before_s_prep (ao.sparsity.test_composability.TestComposability) ... ok (0.634s) 2022-11-23T02:33:29.5992470Z test_qat_prep_before_s_prep (ao.sparsity.test_composability.TestComposability) ... ok (0.025s) 2022-11-23T02:33:29.5993649Z test_s_prep_before_fusion (ao.sparsity.test_composability.TestComposability) ... ok (0.614s) 2022-11-23T02:33:29.5994740Z test_s_prep_before_q_prep (ao.sparsity.test_composability.TestComposability) ... ok (0.633s) 2022-11-23T02:33:29.5995957Z test_s_prep_before_qat_prep (ao.sparsity.test_composability.TestComposability) ... ok (0.037s) 2022-11-23T02:33:29.5996914Z test_constructor (ao.sparsity.test_scheduler.TestCubicScheduler) ... ok (0.007s) 2022-11-23T02:33:29.5998699Z 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-23T02:33:29.6000776Z warnings.warn("Detected call of `scheduler.step()` before `sparsifier.step()`. " 2022-11-23T02:33:29.6001435Z ok (0.006s) 2022-11-23T02:33:29.6002130Z test_jit_trace (ao.sparsity.test_parametrization.TestFakeSparsity) ... ok (0.172s) 2022-11-23T02:33:29.6003125Z test_masking_logic (ao.sparsity.test_parametrization.TestFakeSparsity) ... ok (0.003s) 2022-11-23T02:33:29.6004131Z test_state_dict_preserved (ao.sparsity.test_parametrization.TestFakeSparsity) ... ok (0.010s) 2022-11-23T02:33:29.6022194Z test_weights_parametrized (ao.sparsity.test_parametrization.TestFakeSparsity) ... ok (0.004s) 2022-11-23T02:33:29.6023215Z test_q_prep_fx_before_s_prep (ao.sparsity.test_composability.TestFxComposability) 2022-11-23T02:33:29.6024177Z This test checks that the ordering of prepare_fx -> sparse prepare -> convert_fx ... ok (0.766s) 2022-11-23T02:33:29.6025480Z test_q_prep_fx_s_prep_ref_conv (ao.sparsity.test_composability.TestFxComposability) 2022-11-23T02:33:29.6026745Z This checks that the ordering: prepare_fx -> sparse prepare -> convert_to_reference_fx ... ok (0.760s) 2022-11-23T02:33:29.6027774Z test_s_prep_before_q_prep_fx (ao.sparsity.test_composability.TestFxComposability) 2022-11-23T02:33:29.6028747Z This test checks that the ordering of sparse prepare -> prepare_fx -> convert_fx ... ok (0.720s) 2022-11-23T02:33:29.6029705Z test_s_prep_before_qat_prep_fx (ao.sparsity.test_composability.TestFxComposability) 2022-11-23T02:33:29.6030688Z This test checks that the ordering of sparse prepare -> prepare_qat_fx -> convert_fx ... ok (0.057s) 2022-11-23T02:33:29.6031634Z test_s_prep_q_prep_fx_ref (ao.sparsity.test_composability.TestFxComposability) 2022-11-23T02:33:29.6032606Z This checks that the ordering: sparse prepare -> prepare_fx -> convert_to_reference_fx ... ok (0.757s) 2022-11-23T02:33:29.6033631Z test_constructor (ao.sparsity.test_sparsifier.TestNearlyDiagonalSparsifier) ... ok (0.005s) 2022-11-23T02:33:29.6034696Z test_mask_squash (ao.sparsity.test_sparsifier.TestNearlyDiagonalSparsifier) ... ok (0.003s) 2022-11-23T02:33:29.6035728Z test_prepare (ao.sparsity.test_sparsifier.TestNearlyDiagonalSparsifier) ... ok (0.006s) 2022-11-23T02:33:29.6036794Z test_sparsity_levels (ao.sparsity.test_sparsifier.TestNearlyDiagonalSparsifier) ... ok (1.097s) 2022-11-23T02:33:29.6037851Z test_step (ao.sparsity.test_sparsifier.TestNearlyDiagonalSparsifier) ... ok (0.595s) 2022-11-23T02:33:29.6038884Z test_nn_embeddings (ao.sparsity.test_data_sparsifier.TestNormDataSparsifiers) ... ok (0.544s) 2022-11-23T02:33:29.6039928Z test_nn_parameters (ao.sparsity.test_data_sparsifier.TestNormDataSparsifiers) ... ok (0.457s) 2022-11-23T02:33:29.6040962Z test_tensors (ao.sparsity.test_data_sparsifier.TestNormDataSparsifiers) ... ok (0.572s) 2022-11-23T02:33:29.6042143Z test_ptq_quantize_first (ao.sparsity.test_data_sparsifier.TestQuantizationUtils) 2022-11-23T02:33:29.6043186Z The expectation is post_training_sparse_quantize function ... ok (0.024s) 2022-11-23T02:33:29.6044084Z test_ptq_sparsify_first (ao.sparsity.test_data_sparsifier.TestQuantizationUtils) 2022-11-23T02:33:29.6044983Z The expectation is post_training_sparse_quantize function ... ok (0.011s) 2022-11-23T02:33:29.6046121Z test_sparse_qlinear (ao.sparsity.test_kernels.TestQuantizedSparseKernels) ... 2022-11-23 02:33:26,921 - root - INFO - dynamic sparse qlinear is only available in qnnpack 2022-11-23T02:33:29.6047418Z 2022-11-23 02:33:26,921 - root - INFO - dynamic sparse qlinear is only available in qnnpack 2022-11-23T02:33:29.6048018Z ok (0.006s) 2022-11-23T02:33:29.6049326Z 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-23T02:33:29.6050629Z warnings.warn( 2022-11-23T02:33:29.6051060Z ok (0.154s) 2022-11-23T02:33:29.6051804Z test_sparse_qlinear_serdes (ao.sparsity.test_kernels.TestQuantizedSparseLayers) ... ok (0.333s) 2022-11-23T02:33:29.6052758Z test_constructor (ao.sparsity.test_scheduler.TestScheduler) ... ok (0.003s) 2022-11-23T02:33:29.6053645Z test_lambda_scheduler (ao.sparsity.test_scheduler.TestScheduler) ... ok (0.004s) 2022-11-23T02:33:29.6054489Z test_order_of_steps (ao.sparsity.test_scheduler.TestScheduler) 2022-11-23T02:33:29.6055294Z Checks if the warning is thrown if the scheduler step is called ... ok (0.012s) 2022-11-23T02:33:29.6056113Z test_step (ao.sparsity.test_scheduler.TestScheduler) ... ok (0.004s) 2022-11-23T02:33:29.6057008Z test_fqn_to_module (ao.sparsity.test_sparsity_utils.TestSparsityUtilFunctions) 2022-11-23T02:33:29.6057847Z Tests that fqn_to_module operates as inverse ... ok (0.012s) 2022-11-23T02:33:29.6058684Z test_fqn_to_module_fail (ao.sparsity.test_sparsity_utils.TestSparsityUtilFunctions) 2022-11-23T02:33:29.6059550Z Tests that fqn_to_module returns None when it tries to ... ok (0.004s) 2022-11-23T02:33:29.6060561Z test_fqn_to_module_for_tensors (ao.sparsity.test_sparsity_utils.TestSparsityUtilFunctions) 2022-11-23T02:33:29.6061531Z Tests that fqn_to_module works for tensors, actually all parameters ... ok (0.011s) 2022-11-23T02:33:29.6062487Z test_get_arg_info_from_tensor_fqn (ao.sparsity.test_sparsity_utils.TestSparsityUtilFunctions) 2022-11-23T02:33:29.6063473Z Tests that get_arg_info_from_tensor_fqn works for all parameters of the model. ... ok (0.018s) 2022-11-23T02:33:29.6064444Z test_get_arg_info_from_tensor_fqn_fail (ao.sparsity.test_sparsity_utils.TestSparsityUtilFunctions) 2022-11-23T02:33:29.6065430Z Tests that get_arg_info_from_tensor_fqn works as expected for invalid tensor_fqn ... ok (0.009s) 2022-11-23T02:33:29.6066359Z test_module_to_fqn (ao.sparsity.test_sparsity_utils.TestSparsityUtilFunctions) 2022-11-23T02:33:29.6067282Z Tests that module_to_fqn works as expected when compared to known good ... ok (0.010s) 2022-11-23T02:33:29.6068222Z test_module_to_fqn_fail (ao.sparsity.test_sparsity_utils.TestSparsityUtilFunctions) 2022-11-23T02:33:29.6069124Z Tests that module_to_fqn returns None when an fqn that doesn't ... ok (0.007s) 2022-11-23T02:33:29.6070027Z test_module_to_fqn_root (ao.sparsity.test_sparsity_utils.TestSparsityUtilFunctions) 2022-11-23T02:33:29.6070939Z Tests that module_to_fqn returns '' when model and target module are the same ... ok (0.008s) 2022-11-23T02:33:29.6071900Z test_constructor (ao.sparsity.test_sparsifier.TestWeightNormSparsifier) ... ok (0.005s) 2022-11-23T02:33:29.6072970Z test_mask_squash (ao.sparsity.test_sparsifier.TestWeightNormSparsifier) ... ok (0.007s) 2022-11-23T02:33:29.6074401Z test_prepare (ao.sparsity.test_sparsifier.TestWeightNormSparsifier) ... ok (0.005s) 2022-11-23T02:33:29.6075419Z test_sparsity_levels (ao.sparsity.test_sparsifier.TestWeightNormSparsifier) ... ok (0.065s) 2022-11-23T02:33:29.6076413Z test_step (ao.sparsity.test_sparsifier.TestWeightNormSparsifier) ... ok (0.613s) 2022-11-23T02:33:29.6077379Z test_step_2_of_4 (ao.sparsity.test_sparsifier.TestWeightNormSparsifier) ... ok (0.044s) 2022-11-23T02:33:29.6077926Z 2022-11-23T02:33:29.6078290Z ---------------------------------------------------------------------- 2022-11-23T02:33:29.6078875Z Ran 72 tests in 16.422s 2022-11-23T02:33:29.6079162Z 2022-11-23T02:33:29.6079482Z OK 2022-11-23T02:33:29.6079709Z 2022-11-23T02:33:29.6079925Z Generating XML reports... 2022-11-23T02:33:29.6081038Z Generated XML report: test-reports\python-unittest\test_ao_sparsity\TEST-ao.sparsity.test_activation_sparsifier.TestActivationSparsifier-20221123023311.xml 2022-11-23T02:33:29.6082632Z Generated XML report: test-reports\python-unittest\test_ao_sparsity\TEST-ao.sparsity.test_data_scheduler.TestBaseDataScheduler-20221123023311.xml 2022-11-23T02:33:29.6084152Z Generated XML report: test-reports\python-unittest\test_ao_sparsity\TEST-ao.sparsity.test_data_sparsifier.TestBaseDataSparsifier-20221123023311.xml 2022-11-23T02:33:29.6085628Z Generated XML report: test-reports\python-unittest\test_ao_sparsity\TEST-ao.sparsity.test_pruner.TestBasePruner-20221123023311.xml 2022-11-23T02:33:29.6087049Z Generated XML report: test-reports\python-unittest\test_ao_sparsity\TEST-ao.sparsity.test_sparsifier.TestBaseSparsifier-20221123023311.xml 2022-11-23T02:33:29.6088538Z Generated XML report: test-reports\python-unittest\test_ao_sparsity\TEST-ao.sparsity.test_composability.TestComposability-20221123023311.xml 2022-11-23T02:33:29.6090019Z Generated XML report: test-reports\python-unittest\test_ao_sparsity\TEST-ao.sparsity.test_scheduler.TestCubicScheduler-20221123023311.xml 2022-11-23T02:33:29.6091507Z Generated XML report: test-reports\python-unittest\test_ao_sparsity\TEST-ao.sparsity.test_parametrization.TestFakeSparsity-20221123023311.xml 2022-11-23T02:33:29.6093036Z Generated XML report: test-reports\python-unittest\test_ao_sparsity\TEST-ao.sparsity.test_composability.TestFxComposability-20221123023311.xml 2022-11-23T02:33:29.6094746Z Generated XML report: test-reports\python-unittest\test_ao_sparsity\TEST-ao.sparsity.test_sparsifier.TestNearlyDiagonalSparsifier-20221123023311.xml 2022-11-23T02:33:29.6096373Z Generated XML report: test-reports\python-unittest\test_ao_sparsity\TEST-ao.sparsity.test_data_sparsifier.TestNormDataSparsifiers-20221123023311.xml 2022-11-23T02:33:29.6097912Z Generated XML report: test-reports\python-unittest\test_ao_sparsity\TEST-ao.sparsity.test_data_sparsifier.TestQuantizationUtils-20221123023311.xml 2022-11-23T02:33:29.6099446Z Generated XML report: test-reports\python-unittest\test_ao_sparsity\TEST-ao.sparsity.test_kernels.TestQuantizedSparseKernels-20221123023311.xml 2022-11-23T02:33:29.6100987Z Generated XML report: test-reports\python-unittest\test_ao_sparsity\TEST-ao.sparsity.test_kernels.TestQuantizedSparseLayers-20221123023311.xml 2022-11-23T02:33:29.6102452Z Generated XML report: test-reports\python-unittest\test_ao_sparsity\TEST-ao.sparsity.test_scheduler.TestScheduler-20221123023311.xml 2022-11-23T02:33:29.6103922Z Generated XML report: test-reports\python-unittest\test_ao_sparsity\TEST-ao.sparsity.test_sparsity_utils.TestSparsityUtilFunctions-20221123023311.xml 2022-11-23T02:33:29.6105466Z Generated XML report: test-reports\python-unittest\test_ao_sparsity\TEST-ao.sparsity.test_sparsifier.TestWeightNormSparsifier-20221123023311.xml 2022-11-23T02:33:29.6106288Z 2022-11-23T02:33:29.6106932Z ##[endgroup] 2022-11-23T02:33:29.6107791Z FINISHED PRINTING LOG FILE of test_ao_sparsity (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_ao_sparsity_5jhlhs7a) 2022-11-23T02:33:29.6108457Z 2022-11-23T02:33:34.1129047Z Running test_xnnpack_integration ... [2022-11-23 02:33:34.112547] 2022-11-23T02:33:34.1136386Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_xnnpack_integration.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:33:34.113194] 2022-11-23T02:33:34.1139853Z Ignoring disabled issues: [] 2022-11-23T02:33:37.3049653Z 2022-11-23T02:33:37.3050528Z Expand the folded group to see the log file of test_testing 2022-11-23T02:33:37.3051896Z ##[group]PRINTING LOG FILE of test_testing (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_testing_cfryav65) 2022-11-23T02:33:37.3069625Z 2022-11-23T02:33:37.3070110Z Running tests... 2022-11-23T02:33:37.3070666Z ---------------------------------------------------------------------- 2022-11-23T02:33:37.3071878Z Test results will be stored in test-reports\python-unittest\test_testing 2022-11-23T02:33:37.3072571Z test_bool (__main__.TestAssertClose) ... ok (2.102s) 2022-11-23T02:33:37.3073291Z test_default_tolerance_selection_mismatching_dtypes (__main__.TestAssertClose) ... ok (0.005s) 2022-11-23T02:33:37.3074052Z test_docstring_examples (__main__.TestAssertClose) ... ok (0.046s) 2022-11-23T02:33:37.3074831Z test_matching (__main__.TestAssertClose) ... ok (0.000s) 2022-11-23T02:33:37.3075557Z test_matching_atol (__main__.TestAssertClose) ... ok (0.006s) 2022-11-23T02:33:37.3076406Z test_matching_conjugate_bit (__main__.TestAssertClose) ... ok (0.000s) 2022-11-23T02:33:37.3077160Z test_matching_nan (__main__.TestAssertClose) ... ok (0.010s) 2022-11-23T02:33:37.3077923Z test_matching_nan_with_equal_nan (__main__.TestAssertClose) ... ok (0.000s) 2022-11-23T02:33:37.3078676Z test_matching_rtol (__main__.TestAssertClose) ... ok (0.013s) 2022-11-23T02:33:37.3079388Z test_meta (__main__.TestAssertClose) ... ok (0.004s) 2022-11-23T02:33:37.3080103Z test_mismatching_dtype (__main__.TestAssertClose) ... ok (0.004s) 2022-11-23T02:33:37.3080868Z test_mismatching_dtype_no_check (__main__.TestAssertClose) ... ok (0.004s) 2022-11-23T02:33:37.3083326Z test_mismatching_layout (__main__.TestAssertClose) ... C:\actions-runner\_work\pytorch\pytorch\test\test_testing.py:619: UserWarning: Sparse CSR tensor support is in beta state. If you miss a functionality in the sparse tensor support, please submit a feature request to https://github.com/pytorch/pytorch/issues. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\SparseCsrTensorImpl.cpp:56.) 2022-11-23T02:33:37.3085040Z sparse_csr = strided.to_sparse_csr() 2022-11-23T02:33:37.3085555Z ok (0.008s) 2022-11-23T02:33:37.3086157Z test_mismatching_layout_no_check (__main__.TestAssertClose) ... ok (0.013s) 2022-11-23T02:33:37.3086924Z test_mismatching_shape (__main__.TestAssertClose) ... ok (0.005s) 2022-11-23T02:33:37.3087694Z test_mismatching_stride (__main__.TestAssertClose) ... ok (0.004s) 2022-11-23T02:33:37.3088655Z test_mismatching_stride_no_check (__main__.TestAssertClose) ... ok (0.003s) 2022-11-23T02:33:37.3089683Z test_mismatching_types (__main__.TestAssertClose) ... ok (0.006s) 2022-11-23T02:33:37.3090474Z test_mismatching_types_subclasses (__main__.TestAssertClose) ... ok (0.000s) 2022-11-23T02:33:37.3091278Z test_mismatching_types_type_equality (__main__.TestAssertClose) ... ok (0.000s) 2022-11-23T02:33:37.3092099Z test_mismatching_values (__main__.TestAssertClose) ... ok (0.010s) 2022-11-23T02:33:37.3092858Z test_mismatching_values_atol (__main__.TestAssertClose) ... ok (0.000s) 2022-11-23T02:33:37.3093639Z test_mismatching_values_rtol (__main__.TestAssertClose) ... ok (0.010s) 2022-11-23T02:33:37.3094361Z test_none (__main__.TestAssertClose) ... ok (0.000s) 2022-11-23T02:33:37.3095178Z test_none_mismatch (__main__.TestAssertClose) ... ok (0.000s) 2022-11-23T02:33:37.3096088Z test_numpy (__main__.TestAssertClose) ... ok (0.005s) 2022-11-23T02:33:37.3096762Z test_only_atol (__main__.TestAssertClose) ... ok (0.003s) 2022-11-23T02:33:37.3097443Z test_only_rtol (__main__.TestAssertClose) ... ok (0.003s) 2022-11-23T02:33:37.3098125Z test_scalar (__main__.TestAssertClose) ... ok (0.008s) 2022-11-23T02:33:37.3098851Z test_unexpected_error_compare (__main__.TestAssertClose) ... ok (0.004s) 2022-11-23T02:33:37.3099653Z test_unexpected_error_originate (__main__.TestAssertClose) ... ok (0.003s) 2022-11-23T02:33:37.3100402Z test_unknown_layout (__main__.TestAssertClose) ... ok (0.005s) 2022-11-23T02:33:37.3101229Z test_unknown_type (__main__.TestAssertClose) ... ok (0.004s) 2022-11-23T02:33:37.3102237Z test_mapping_mismatching_keys (__main__.TestAssertCloseContainer) ... ok (0.002s) 2022-11-23T02:33:37.3103375Z test_mapping_mismatching_values_msg (__main__.TestAssertCloseContainer) ... ok (0.003s) 2022-11-23T02:33:37.3104789Z test_sequence_mismatching_len (__main__.TestAssertCloseContainer) ... ok (0.001s) 2022-11-23T02:33:37.3105858Z test_sequence_mismatching_values_msg (__main__.TestAssertCloseContainer) ... ok (0.002s) 2022-11-23T02:33:37.3106893Z test_abs_diff (__main__.TestAssertCloseErrorMessage) ... ok (0.010s) 2022-11-23T02:33:37.3107896Z test_abs_diff_scalar (__main__.TestAssertCloseErrorMessage) ... ok (0.005s) 2022-11-23T02:33:37.3108891Z test_atol (__main__.TestAssertCloseErrorMessage) ... ok (0.006s) 2022-11-23T02:33:37.3110045Z test_identifier_scalars (__main__.TestAssertCloseErrorMessage) ... ok (0.002s) 2022-11-23T02:33:37.3111118Z test_identifier_tensor_likes (__main__.TestAssertCloseErrorMessage) ... ok (0.008s) 2022-11-23T02:33:37.3112210Z test_mismatched_elements (__main__.TestAssertCloseErrorMessage) ... ok (0.008s) 2022-11-23T02:33:37.3113247Z test_msg_callable (__main__.TestAssertCloseErrorMessage) ... ok (0.005s) 2022-11-23T02:33:37.3114344Z test_msg_str (__main__.TestAssertCloseErrorMessage) ... ok (0.003s) 2022-11-23T02:33:37.3115355Z test_not_close (__main__.TestAssertCloseErrorMessage) ... ok (0.024s) 2022-11-23T02:33:37.3116369Z test_not_equal (__main__.TestAssertCloseErrorMessage) ... ok (0.008s) 2022-11-23T02:33:37.3117361Z test_rel_diff (__main__.TestAssertCloseErrorMessage) ... ok (0.009s) 2022-11-23T02:33:37.3118388Z test_rel_diff_scalar (__main__.TestAssertCloseErrorMessage) ... ok (0.004s) 2022-11-23T02:33:37.3119372Z test_rtol (__main__.TestAssertCloseErrorMessage) ... ok (0.010s) 2022-11-23T02:33:37.3120340Z test_zero_div_zero (__main__.TestAssertCloseErrorMessage) ... ok (0.006s) 2022-11-23T02:33:37.3121614Z test_mismatching_device_cuda (__main__.TestAssertCloseMultiDeviceCUDA) ... ok (0.006s) 2022-11-23T02:33:37.3122727Z test_mismatching_device_no_check_cuda (__main__.TestAssertCloseMultiDeviceCUDA) ... ok (0.010s) 2022-11-23T02:33:37.3123747Z test_matching_per_channel (__main__.TestAssertCloseQuantized) ... ok (0.000s) 2022-11-23T02:33:37.3124721Z test_matching_per_tensor (__main__.TestAssertCloseQuantized) ... ok (0.010s) 2022-11-23T02:33:37.3125737Z test_mismatching_is_quantized (__main__.TestAssertCloseQuantized) ... ok (0.000s) 2022-11-23T02:33:37.3126799Z test_mismatching_qscheme (__main__.TestAssertCloseQuantized) ... ok (0.011s) 2022-11-23T02:33:37.3127800Z test_matching (__main__.TestAssertCloseSparseBSC) ... ok (0.005s) 2022-11-23T02:33:37.3128882Z test_mismatching_ccol_indices_msg (__main__.TestAssertCloseSparseBSC) ... ok (0.009s) 2022-11-23T02:33:37.3129965Z test_mismatching_row_indices_msg (__main__.TestAssertCloseSparseBSC) ... ok (0.009s) 2022-11-23T02:33:37.3131037Z test_mismatching_values_msg (__main__.TestAssertCloseSparseBSC) ... ok (0.010s) 2022-11-23T02:33:37.3132019Z test_matching (__main__.TestAssertCloseSparseBSR) ... ok (0.005s) 2022-11-23T02:33:37.3133037Z test_mismatching_col_indices_msg (__main__.TestAssertCloseSparseBSR) ... ok (0.007s) 2022-11-23T02:33:37.3134206Z test_mismatching_crow_indices_msg (__main__.TestAssertCloseSparseBSR) ... ok (0.005s) 2022-11-23T02:33:37.3135280Z test_mismatching_values_msg (__main__.TestAssertCloseSparseBSR) ... ok (0.006s) 2022-11-23T02:33:37.3136323Z test_matching_coalesced (__main__.TestAssertCloseSparseCOO) ... ok (0.012s) 2022-11-23T02:33:37.3137339Z test_matching_uncoalesced (__main__.TestAssertCloseSparseCOO) ... ok (0.005s) 2022-11-23T02:33:37.3138381Z test_mismatching_indices_msg (__main__.TestAssertCloseSparseCOO) ... ok (0.009s) 2022-11-23T02:33:37.3139433Z test_mismatching_nnz (__main__.TestAssertCloseSparseCOO) ... ok (0.005s) 2022-11-23T02:33:37.3140441Z test_mismatching_sparse_dims (__main__.TestAssertCloseSparseCOO) ... ok (0.005s) 2022-11-23T02:33:37.3141589Z test_mismatching_values_msg (__main__.TestAssertCloseSparseCOO) ... ok (0.009s) 2022-11-23T02:33:37.3142431Z test_matching (__main__.TestAssertCloseSparseCSC) ... ok (0.004s) 2022-11-23T02:33:37.3143294Z test_mismatching_ccol_indices_msg (__main__.TestAssertCloseSparseCSC) ... ok (0.005s) 2022-11-23T02:33:37.3144431Z test_mismatching_row_indices_msg (__main__.TestAssertCloseSparseCSC) ... ok (0.006s) 2022-11-23T02:33:37.3145285Z test_mismatching_values_msg (__main__.TestAssertCloseSparseCSC) ... ok (0.015s) 2022-11-23T02:33:37.3146218Z test_hybrid_support (__main__.TestAssertCloseSparseCSR) ... expected failure (1.017s) 2022-11-23T02:33:37.3147162Z test_matching (__main__.TestAssertCloseSparseCSR) ... ok (0.003s) 2022-11-23T02:33:37.3147787Z test_mismatching_col_indices_msg (__main__.TestAssertCloseSparseCSR) ... ok (0.007s) 2022-11-23T02:33:37.3148532Z test_mismatching_crow_indices_msg (__main__.TestAssertCloseSparseCSR) ... ok (0.006s) 2022-11-23T02:33:37.3148995Z test_mismatching_values_msg (__main__.TestAssertCloseSparseCSR) ... ok (0.007s) 2022-11-23T02:33:37.3149481Z test_filtering_env_var (__main__.TestFrameworkUtils) ... skip: Skipping because doesn't work for windows (0.003s) 2022-11-23T02:33:37.3149913Z test_circular_dependencies (__main__.TestImports) 2022-11-23T02:33:37.3150350Z Checks that all modules inside torch can be imported ... NOTE: Redirects are currently not supported in Windows or MacOs. 2022-11-23T02:33:37.3151109Z 2022-11-23 02:33:27,791 - torch.distributed.nn.jit.instantiator - INFO - Created a temporary directory at C:\Users\RUNNER~1\AppData\Local\Temp\tmpmrerwhm_ 2022-11-23T02:33:37.3151539Z ok (6.044s) 2022-11-23T02:33:37.3151957Z test_no_mutate_global_logging_on_import_path_functorch (__main__.TestImports) ... skip: importing torch+CUDA on CPU results in warning (0.001s) 2022-11-23T02:33:37.3152675Z test_no_mutate_global_logging_on_import_path_torch (__main__.TestImports) ... skip: importing torch+CUDA on CPU results in warning (0.001s) 2022-11-23T02:33:37.3153247Z test_no_warning_on_import (__main__.TestImports) ... skip: importing torch+CUDA on CPU results in warning (0.001s) 2022-11-23T02:33:37.3153954Z test_opinfo_error_generators_T_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3154609Z test_opinfo_error_generators___radd___cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3155240Z test_opinfo_error_generators___rand___cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3155755Z test_opinfo_error_generators___rdiv___cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3156246Z test_opinfo_error_generators___rmod___cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3156735Z test_opinfo_error_generators___rmul___cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.000s) 2022-11-23T02:33:37.3157222Z test_opinfo_error_generators___ror___cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.002s) 2022-11-23T02:33:37.3157720Z test_opinfo_error_generators___rpow___cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.000s) 2022-11-23T02:33:37.3158220Z test_opinfo_error_generators___rsub___cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.003s) 2022-11-23T02:33:37.3158697Z test_opinfo_error_generators___rxor___cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.000s) 2022-11-23T02:33:37.3159198Z test_opinfo_error_generators_add_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.000s) 2022-11-23T02:33:37.3159688Z test_opinfo_error_generators_amax_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.000s) 2022-11-23T02:33:37.3160172Z test_opinfo_error_generators_amin_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.006s) 2022-11-23T02:33:37.3160815Z test_opinfo_error_generators_aminmax_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.000s) 2022-11-23T02:33:37.3161468Z test_opinfo_error_generators_arange_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.000s) 2022-11-23T02:33:37.3162269Z test_opinfo_error_generators_as_strided_scatter_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.000s) 2022-11-23T02:33:37.3162887Z test_opinfo_error_generators_atan2_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.000s) 2022-11-23T02:33:37.3163394Z test_opinfo_error_generators_bernoulli_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.000s) 2022-11-23T02:33:37.3163904Z test_opinfo_error_generators_bitwise_and_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.000s) 2022-11-23T02:33:37.3164428Z test_opinfo_error_generators_bitwise_left_shift_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.000s) 2022-11-23T02:33:37.3164946Z test_opinfo_error_generators_bitwise_or_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.010s) 2022-11-23T02:33:37.3165475Z test_opinfo_error_generators_bitwise_right_shift_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3165992Z test_opinfo_error_generators_bitwise_xor_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3166474Z test_opinfo_error_generators_cat_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3166984Z test_opinfo_error_generators_clamp_max_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3167641Z test_opinfo_error_generators_clamp_min_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3168295Z test_opinfo_error_generators_complex_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3169086Z test_opinfo_error_generators_copysign_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3169593Z test_opinfo_error_generators_cov_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3170167Z test_opinfo_error_generators_diag_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3170673Z test_opinfo_error_generators_diag_embed_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3171195Z test_opinfo_error_generators_diagonal_copy_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3171713Z test_opinfo_error_generators_diagonal_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3172239Z test_opinfo_error_generators_div_floor_rounding_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3172776Z test_opinfo_error_generators_div_no_rounding_mode_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3173308Z test_opinfo_error_generators_div_trunc_rounding_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3173823Z test_opinfo_error_generators_dsplit_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3174303Z test_opinfo_error_generators_dstack_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3174796Z test_opinfo_error_generators_eq_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3175283Z test_opinfo_error_generators_eye_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3175780Z test_opinfo_error_generators_fliplr_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3176274Z test_opinfo_error_generators_flipud_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3176782Z test_opinfo_error_generators_float_power_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3177298Z test_opinfo_error_generators_floor_divide_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3177788Z test_opinfo_error_generators_fmax_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.003s) 2022-11-23T02:33:37.3178281Z test_opinfo_error_generators_fmin_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3178766Z test_opinfo_error_generators_fmod_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3179514Z test_opinfo_error_generators_gather_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3180150Z test_opinfo_error_generators_gcd_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3180903Z test_opinfo_error_generators_ge_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3181411Z test_opinfo_error_generators_gradient_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3181893Z test_opinfo_error_generators_gt_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3182395Z test_opinfo_error_generators_heaviside_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.002s) 2022-11-23T02:33:37.3182898Z test_opinfo_error_generators_hsplit_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.000s) 2022-11-23T02:33:37.3183394Z test_opinfo_error_generators_hstack_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.000s) 2022-11-23T02:33:37.3183897Z test_opinfo_error_generators_hypot_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.000s) 2022-11-23T02:33:37.3184395Z test_opinfo_error_generators_igamma_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.000s) 2022-11-23T02:33:37.3184897Z test_opinfo_error_generators_igammac_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.000s) 2022-11-23T02:33:37.3185389Z test_opinfo_error_generators_index_select_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.000s) 2022-11-23T02:33:37.3185895Z test_opinfo_error_generators_isclose_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.006s) 2022-11-23T02:33:37.3186496Z test_opinfo_error_generators_jiterator_binary_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.000s) 2022-11-23T02:33:37.3187068Z test_opinfo_error_generators_jiterator_binary_return_by_ref_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.000s) 2022-11-23T02:33:37.3187603Z test_opinfo_error_generators_kthvalue_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.000s) 2022-11-23T02:33:37.3188105Z test_opinfo_error_generators_lcm_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.000s) 2022-11-23T02:33:37.3188596Z test_opinfo_error_generators_ldexp_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.000s) 2022-11-23T02:33:37.3189070Z test_opinfo_error_generators_le_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.000s) 2022-11-23T02:33:37.3189577Z test_opinfo_error_generators_linalg_cross_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.000s) 2022-11-23T02:33:37.3190629Z test_opinfo_error_generators_linalg_lstsq_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.011s) 2022-11-23T02:33:37.3191177Z test_opinfo_error_generators_linalg_lstsq_grad_oriented_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3191710Z test_opinfo_error_generators_linspace_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3192228Z test_opinfo_error_generators_logcumsumexp_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3192745Z test_opinfo_error_generators_logical_and_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3193255Z test_opinfo_error_generators_logical_or_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3193749Z test_opinfo_error_generators_logical_xor_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3194259Z test_opinfo_error_generators_logspace_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3194758Z test_opinfo_error_generators_lt_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3195252Z test_opinfo_error_generators_masked_fill_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3195768Z test_opinfo_error_generators_masked_select_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3196575Z test_opinfo_error_generators_max_binary_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3197383Z test_opinfo_error_generators_maximum_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3198016Z test_opinfo_error_generators_mean_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3198524Z test_opinfo_error_generators_min_binary_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3199025Z test_opinfo_error_generators_minimum_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3199534Z test_opinfo_error_generators_movedim_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3200026Z test_opinfo_error_generators_mul_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3200529Z test_opinfo_error_generators_multinomial_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.002s) 2022-11-23T02:33:37.3201043Z test_opinfo_error_generators_narrow_copy_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3201530Z test_opinfo_error_generators_narrow_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3202048Z test_opinfo_error_generators_native_layer_norm_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3202552Z test_opinfo_error_generators_ne_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3203120Z test_opinfo_error_generators_neg_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3203641Z test_opinfo_error_generators_nextafter_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3204177Z test_opinfo_error_generators_nn_functional_avg_pool1d_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3204728Z test_opinfo_error_generators_nn_functional_avg_pool2d_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3205258Z test_opinfo_error_generators_nn_functional_avg_pool3d_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.002s) 2022-11-23T02:33:37.3205791Z test_opinfo_error_generators_nn_functional_conv1d_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.000s) 2022-11-23T02:33:37.3206322Z test_opinfo_error_generators_nn_functional_conv2d_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.003s) 2022-11-23T02:33:37.3206862Z test_opinfo_error_generators_nn_functional_embedding_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.000s) 2022-11-23T02:33:37.3207424Z test_opinfo_error_generators_nn_functional_gaussian_nll_loss_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.000s) 2022-11-23T02:33:37.3207979Z test_opinfo_error_generators_nn_functional_gelu_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.000s) 2022-11-23T02:33:37.3208519Z test_opinfo_error_generators_nn_functional_group_norm_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.000s) 2022-11-23T02:33:37.3209083Z test_opinfo_error_generators_nn_functional_hinge_embedding_loss_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.000s) 2022-11-23T02:33:37.3209626Z test_opinfo_error_generators_nn_functional_huber_loss_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.000s) 2022-11-23T02:33:37.3210168Z test_opinfo_error_generators_nn_functional_l1_loss_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.000s) 2022-11-23T02:33:37.3210725Z test_opinfo_error_generators_nn_functional_margin_ranking_loss_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.000s) 2022-11-23T02:33:37.3211279Z test_opinfo_error_generators_nn_functional_max_pool1d_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.000s) 2022-11-23T02:33:37.3211822Z test_opinfo_error_generators_nn_functional_max_pool2d_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.000s) 2022-11-23T02:33:37.3212460Z test_opinfo_error_generators_nn_functional_max_pool3d_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.000s) 2022-11-23T02:33:37.3213007Z test_opinfo_error_generators_nn_functional_poisson_nll_loss_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.010s) 2022-11-23T02:33:37.3213558Z test_opinfo_error_generators_nn_functional_prelu_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3214072Z test_opinfo_error_generators_nn_functional_rrelu_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3214626Z test_opinfo_error_generators_nn_functional_soft_margin_loss_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3215181Z test_opinfo_error_generators_nn_functional_softshrink_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3215741Z test_opinfo_error_generators_nn_functional_triplet_margin_loss_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3216335Z test_opinfo_error_generators_nn_functional_triplet_margin_with_distance_loss_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3216885Z test_opinfo_error_generators_ormqr_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3217380Z test_opinfo_error_generators_polar_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3217860Z test_opinfo_error_generators_pow_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3218448Z test_opinfo_error_generators_remainder_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3218976Z test_opinfo_error_generators_renorm_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3219482Z test_opinfo_error_generators_reshape_as_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3219991Z test_opinfo_error_generators_reshape_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3220497Z test_opinfo_error_generators_roll_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3220988Z test_opinfo_error_generators_rot90_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3221463Z test_opinfo_error_generators_rsub_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3221967Z test_opinfo_error_generators_scatter_add_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3222477Z test_opinfo_error_generators_scatter_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3223000Z test_opinfo_error_generators_signal_windows_cosine_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3223552Z test_opinfo_error_generators_signal_windows_exponential_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3224111Z test_opinfo_error_generators_signal_windows_gaussian_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3224650Z test_opinfo_error_generators_signal_windows_kaiser_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3225208Z test_opinfo_error_generators_special_chebyshev_polynomial_t_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3225758Z test_opinfo_error_generators_special_chebyshev_polynomial_u_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.003s) 2022-11-23T02:33:37.3226408Z test_opinfo_error_generators_special_chebyshev_polynomial_v_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:33:37.3227133Z test_opinfo_error_generators_special_chebyshev_polynomial_w_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:33:37.3229186Z test_opinfo_error_generators_special_hermite_polynomial_h_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3229777Z test_opinfo_error_generators_special_hermite_polynomial_he_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3230352Z test_opinfo_error_generators_special_laguerre_polynomial_l_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.002s) 2022-11-23T02:33:37.3231006Z test_opinfo_error_generators_special_legendre_polynomial_p_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:33:37.3231751Z test_opinfo_error_generators_special_shifted_chebyshev_polynomial_t_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:33:37.3232490Z test_opinfo_error_generators_special_shifted_chebyshev_polynomial_u_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:33:37.3233219Z test_opinfo_error_generators_special_shifted_chebyshev_polynomial_v_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2022-11-23T02:33:37.3233931Z test_opinfo_error_generators_special_shifted_chebyshev_polynomial_w_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:33:37.3234573Z test_opinfo_error_generators_special_xlog1py_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.000s) 2022-11-23T02:33:37.3235209Z test_opinfo_error_generators_special_zeta_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.000s) 2022-11-23T02:33:37.3235746Z test_opinfo_error_generators_sub_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.000s) 2022-11-23T02:33:37.3236257Z test_opinfo_error_generators_sum_to_size_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.006s) 2022-11-23T02:33:37.3236762Z test_opinfo_error_generators_t_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.000s) 2022-11-23T02:33:37.3237258Z test_opinfo_error_generators_take_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.000s) 2022-11-23T02:33:37.3237757Z test_opinfo_error_generators_trace_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.000s) 2022-11-23T02:33:37.3238239Z test_opinfo_error_generators_tril_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.000s) 2022-11-23T02:33:37.3238731Z test_opinfo_error_generators_triu_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.000s) 2022-11-23T02:33:37.3239235Z test_opinfo_error_generators_true_divide_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.000s) 2022-11-23T02:33:37.3239738Z test_opinfo_error_generators_unbind_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.010s) 2022-11-23T02:33:37.3240240Z test_opinfo_error_generators_uniform_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3240746Z test_opinfo_error_generators_view_as_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3241249Z test_opinfo_error_generators_view_copy_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3241730Z test_opinfo_error_generators_view_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3242222Z test_opinfo_error_generators_vsplit_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3242724Z test_opinfo_error_generators_vstack_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3243226Z test_opinfo_error_generators_where_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3243722Z test_opinfo_error_generators_xlogy_cuda (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3244243Z test_opinfo_reference_generators___radd___cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3244882Z test_opinfo_reference_generators___rand___cuda_int64 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3245396Z test_opinfo_reference_generators___rdiv___cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3245918Z test_opinfo_reference_generators___rmod___cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3246441Z test_opinfo_reference_generators___rmul___cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3246970Z test_opinfo_reference_generators___ror___cuda_int64 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3247488Z test_opinfo_reference_generators___rpow___cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3248018Z test_opinfo_reference_generators___rsub___cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3248548Z test_opinfo_reference_generators___rxor___cuda_int64 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3249059Z test_opinfo_reference_generators_abs_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3249590Z test_opinfo_reference_generators_acos_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3250122Z test_opinfo_reference_generators_acosh_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3250733Z test_opinfo_reference_generators_add_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3251285Z test_opinfo_reference_generators_addcdiv_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3251825Z test_opinfo_reference_generators_addcmul_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3252369Z test_opinfo_reference_generators_angle_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3252896Z test_opinfo_reference_generators_asin_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3253411Z test_opinfo_reference_generators_asinh_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3253990Z test_opinfo_reference_generators_atan2_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3254697Z test_opinfo_reference_generators_atan_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3255388Z test_opinfo_reference_generators_atanh_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3256072Z test_opinfo_reference_generators_bfloat16_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3256759Z test_opinfo_reference_generators_bitwise_and_cuda_int64 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3257318Z test_opinfo_reference_generators_bitwise_left_shift_cuda_int64 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.002s) 2022-11-23T02:33:37.3257846Z test_opinfo_reference_generators_bitwise_not_cuda_int64 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.000s) 2022-11-23T02:33:37.3258386Z test_opinfo_reference_generators_bitwise_or_cuda_int64 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.003s) 2022-11-23T02:33:37.3258940Z test_opinfo_reference_generators_bitwise_right_shift_cuda_int64 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.000s) 2022-11-23T02:33:37.3259487Z test_opinfo_reference_generators_bitwise_xor_cuda_int64 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.000s) 2022-11-23T02:33:37.3260011Z test_opinfo_reference_generators_bool_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.000s) 2022-11-23T02:33:37.3260667Z test_opinfo_reference_generators_broadcast_tensors_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.000s) 2022-11-23T02:33:37.3261215Z test_opinfo_reference_generators_bucketize_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.006s) 2022-11-23T02:33:37.3261746Z test_opinfo_reference_generators_byte_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.000s) 2022-11-23T02:33:37.3262252Z test_opinfo_reference_generators_cat_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.000s) 2022-11-23T02:33:37.3262791Z test_opinfo_reference_generators_cdouble_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.000s) 2022-11-23T02:33:37.3263478Z test_opinfo_reference_generators_ceil_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.000s) 2022-11-23T02:33:37.3264025Z test_opinfo_reference_generators_cfloat_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.000s) 2022-11-23T02:33:37.3264562Z test_opinfo_reference_generators_chalf_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.000s) 2022-11-23T02:33:37.3265089Z test_opinfo_reference_generators_char_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.010s) 2022-11-23T02:33:37.3265614Z test_opinfo_reference_generators_chunk_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3266121Z test_opinfo_reference_generators_clamp_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3266654Z test_opinfo_reference_generators_clamp_max_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3267280Z test_opinfo_reference_generators_clamp_min_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3267831Z test_opinfo_reference_generators_clone_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3268365Z test_opinfo_reference_generators_complex_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3268902Z test_opinfo_reference_generators_conj_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3269445Z test_opinfo_reference_generators_conj_physical_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3269992Z test_opinfo_reference_generators_contiguous_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3270518Z test_opinfo_reference_generators_copysign_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3271056Z test_opinfo_reference_generators_cos_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3271578Z test_opinfo_reference_generators_cosh_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3272107Z test_opinfo_reference_generators_deg2rad_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3272651Z test_opinfo_reference_generators_diag_embed_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3273201Z test_opinfo_reference_generators_diagonal_copy_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3273745Z test_opinfo_reference_generators_diagonal_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3274264Z test_opinfo_reference_generators_digamma_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3274825Z test_opinfo_reference_generators_div_floor_rounding_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3275390Z test_opinfo_reference_generators_div_no_rounding_mode_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3275957Z test_opinfo_reference_generators_div_trunc_rounding_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3276605Z test_opinfo_reference_generators_double_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3277142Z test_opinfo_reference_generators_empty_like_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3277675Z test_opinfo_reference_generators_eq_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3278201Z test_opinfo_reference_generators_erf_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3278714Z test_opinfo_reference_generators_erfc_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.002s) 2022-11-23T02:33:37.3279245Z test_opinfo_reference_generators_erfinv_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3279770Z test_opinfo_reference_generators_exp2_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3280297Z test_opinfo_reference_generators_exp_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3280821Z test_opinfo_reference_generators_expm1_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3281550Z test_opinfo_reference_generators_fill_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3282470Z test_opinfo_reference_generators_flatten_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3283099Z test_opinfo_reference_generators_float_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.000s) 2022-11-23T02:33:37.3283661Z test_opinfo_reference_generators_float_power_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.002s) 2022-11-23T02:33:37.3284203Z test_opinfo_reference_generators_floor_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.000s) 2022-11-23T02:33:37.3284742Z test_opinfo_reference_generators_floor_divide_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.003s) 2022-11-23T02:33:37.3285278Z test_opinfo_reference_generators_fmax_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.000s) 2022-11-23T02:33:37.3285799Z test_opinfo_reference_generators_fmin_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.000s) 2022-11-23T02:33:37.3286319Z test_opinfo_reference_generators_fmod_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.000s) 2022-11-23T02:33:37.3286841Z test_opinfo_reference_generators_frac_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.000s) 2022-11-23T02:33:37.3287351Z test_opinfo_reference_generators_frexp_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.000s) 2022-11-23T02:33:37.3287875Z test_opinfo_reference_generators_gcd_cuda_int64 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.000s) 2022-11-23T02:33:37.3288395Z test_opinfo_reference_generators_ge_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.010s) 2022-11-23T02:33:37.3288913Z test_opinfo_reference_generators_gt_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.000s) 2022-11-23T02:33:37.3289426Z test_opinfo_reference_generators_half_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.000s) 2022-11-23T02:33:37.3289959Z test_opinfo_reference_generators_heaviside_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.000s) 2022-11-23T02:33:37.3290492Z test_opinfo_reference_generators_hypot_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.000s) 2022-11-23T02:33:37.3290997Z test_opinfo_reference_generators_i0_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.010s) 2022-11-23T02:33:37.3291525Z test_opinfo_reference_generators_igamma_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.000s) 2022-11-23T02:33:37.3292062Z test_opinfo_reference_generators_igammac_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.000s) 2022-11-23T02:33:37.3292700Z test_opinfo_reference_generators_imag_cuda_complex64 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.000s) 2022-11-23T02:33:37.3293237Z test_opinfo_reference_generators_index_add_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.010s) 2022-11-23T02:33:37.3293781Z test_opinfo_reference_generators_index_copy_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.002s) 2022-11-23T02:33:37.3294327Z test_opinfo_reference_generators_index_fill_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.003s) 2022-11-23T02:33:37.3294874Z test_opinfo_reference_generators_index_select_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.002s) 2022-11-23T02:33:37.3295390Z test_opinfo_reference_generators_int_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.002s) 2022-11-23T02:33:37.3295924Z test_opinfo_reference_generators_isclose_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.003s) 2022-11-23T02:33:37.3296462Z test_opinfo_reference_generators_isfinite_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.002s) 2022-11-23T02:33:37.3297093Z test_opinfo_reference_generators_isinf_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.002s) 2022-11-23T02:33:37.3297828Z test_opinfo_reference_generators_isnan_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.003s) 2022-11-23T02:33:37.3298518Z test_opinfo_reference_generators_isneginf_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.002s) 2022-11-23T02:33:37.3299150Z test_opinfo_reference_generators_isposinf_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.002s) 2022-11-23T02:33:37.3299688Z test_opinfo_reference_generators_isreal_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.002s) 2022-11-23T02:33:37.3300237Z test_opinfo_reference_generators_jiterator_binary_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.002s) 2022-11-23T02:33:37.3300828Z test_opinfo_reference_generators_jiterator_binary_return_by_ref_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.002s) 2022-11-23T02:33:37.3301413Z test_opinfo_reference_generators_jiterator_unary_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.002s) 2022-11-23T02:33:37.3301953Z test_opinfo_reference_generators_lcm_cuda_int64 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.002s) 2022-11-23T02:33:37.3302477Z test_opinfo_reference_generators_ldexp_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.002s) 2022-11-23T02:33:37.3303006Z test_opinfo_reference_generators_le_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.002s) 2022-11-23T02:33:37.3303532Z test_opinfo_reference_generators_lgamma_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.002s) 2022-11-23T02:33:37.3304097Z test_opinfo_reference_generators_log10_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.002s) 2022-11-23T02:33:37.3304911Z test_opinfo_reference_generators_log1p_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.002s) 2022-11-23T02:33:37.3305457Z test_opinfo_reference_generators_log2_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.002s) 2022-11-23T02:33:37.3305986Z test_opinfo_reference_generators_log_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3306524Z test_opinfo_reference_generators_logical_and_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3307080Z test_opinfo_reference_generators_logical_not_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3307624Z test_opinfo_reference_generators_logical_or_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3308166Z test_opinfo_reference_generators_logical_xor_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3308806Z test_opinfo_reference_generators_logit_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.002s) 2022-11-23T02:33:37.3309336Z test_opinfo_reference_generators_long_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.002s) 2022-11-23T02:33:37.3309863Z test_opinfo_reference_generators_lt_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.003s) 2022-11-23T02:33:37.3310399Z test_opinfo_reference_generators_max_binary_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.002s) 2022-11-23T02:33:37.3310940Z test_opinfo_reference_generators_maximum_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3311477Z test_opinfo_reference_generators_min_binary_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.003s) 2022-11-23T02:33:37.3312015Z test_opinfo_reference_generators_minimum_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.000s) 2022-11-23T02:33:37.3312529Z test_opinfo_reference_generators_movedim_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.000s) 2022-11-23T02:33:37.3313055Z test_opinfo_reference_generators_mul_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.003s) 2022-11-23T02:33:37.3313603Z test_opinfo_reference_generators_mvlgamma_mvlgamma_p_1_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.000s) 2022-11-23T02:33:37.3314169Z test_opinfo_reference_generators_mvlgamma_mvlgamma_p_3_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.000s) 2022-11-23T02:33:37.3315608Z test_opinfo_reference_generators_mvlgamma_mvlgamma_p_5_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.000s) 2022-11-23T02:33:37.3316363Z test_opinfo_reference_generators_nan_to_num_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.006s) 2022-11-23T02:33:37.3316919Z test_opinfo_reference_generators_narrow_copy_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.000s) 2022-11-23T02:33:37.3317477Z test_opinfo_reference_generators_narrow_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.000s) 2022-11-23T02:33:37.3317986Z test_opinfo_reference_generators_ne_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.000s) 2022-11-23T02:33:37.3318512Z test_opinfo_reference_generators_neg_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.000s) 2022-11-23T02:33:37.3319045Z test_opinfo_reference_generators_nextafter_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.000s) 2022-11-23T02:33:37.3319605Z test_opinfo_reference_generators_nn_functional_celu_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.000s) 2022-11-23T02:33:37.3320168Z test_opinfo_reference_generators_nn_functional_elu_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.000s) 2022-11-23T02:33:37.3320739Z test_opinfo_reference_generators_nn_functional_group_norm_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.000s) 2022-11-23T02:33:37.3321318Z test_opinfo_reference_generators_nn_functional_hardshrink_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.000s) 2022-11-23T02:33:37.3321908Z test_opinfo_reference_generators_nn_functional_hardsigmoid_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.000s) 2022-11-23T02:33:37.3322479Z test_opinfo_reference_generators_nn_functional_hardtanh_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.000s) 2022-11-23T02:33:37.3323073Z test_opinfo_reference_generators_nn_functional_hinge_embedding_loss_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.000s) 2022-11-23T02:33:37.3323669Z test_opinfo_reference_generators_nn_functional_logsigmoid_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.000s) 2022-11-23T02:33:37.3324255Z test_opinfo_reference_generators_nn_functional_margin_ranking_loss_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.010s) 2022-11-23T02:33:37.3324976Z test_opinfo_reference_generators_nn_functional_mish_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.000s) 2022-11-23T02:33:37.3325544Z test_opinfo_reference_generators_nn_functional_prelu_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.000s) 2022-11-23T02:33:37.3326109Z test_opinfo_reference_generators_nn_functional_relu6_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.000s) 2022-11-23T02:33:37.3326668Z test_opinfo_reference_generators_nn_functional_relu_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.000s) 2022-11-23T02:33:37.3327212Z test_opinfo_reference_generators_nn_functional_rrelu_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.000s) 2022-11-23T02:33:37.3327768Z test_opinfo_reference_generators_nn_functional_selu_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.000s) 2022-11-23T02:33:37.3328332Z test_opinfo_reference_generators_nn_functional_silu_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.000s) 2022-11-23T02:33:37.3328900Z test_opinfo_reference_generators_nn_functional_softplus_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.011s) 2022-11-23T02:33:37.3329477Z test_opinfo_reference_generators_nn_functional_softshrink_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3330050Z test_opinfo_reference_generators_nn_functional_softsign_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3330618Z test_opinfo_reference_generators_nn_functional_tanhshrink_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3331422Z test_opinfo_reference_generators_nn_functional_threshold_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3332189Z test_opinfo_reference_generators_permute_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3332738Z test_opinfo_reference_generators_polar_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3333303Z test_opinfo_reference_generators_polygamma_polygamma_n_0_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3333876Z test_opinfo_reference_generators_polygamma_polygamma_n_1_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3334445Z test_opinfo_reference_generators_polygamma_polygamma_n_2_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3335015Z test_opinfo_reference_generators_polygamma_polygamma_n_3_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3335580Z test_opinfo_reference_generators_polygamma_polygamma_n_4_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3336136Z test_opinfo_reference_generators_positive_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3336659Z test_opinfo_reference_generators_pow_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3337191Z test_opinfo_reference_generators_rad2deg_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3337722Z test_opinfo_reference_generators_real_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3338261Z test_opinfo_reference_generators_reciprocal_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3338811Z test_opinfo_reference_generators_remainder_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3339358Z test_opinfo_reference_generators_reshape_as_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3339895Z test_opinfo_reference_generators_reshape_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3340519Z test_opinfo_reference_generators_round_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3341066Z test_opinfo_reference_generators_round_decimals_0_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3341629Z test_opinfo_reference_generators_round_decimals_3_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3342196Z test_opinfo_reference_generators_round_decimals_neg_3_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3342750Z test_opinfo_reference_generators_rsqrt_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3343277Z test_opinfo_reference_generators_rsub_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3343806Z test_opinfo_reference_generators_sgn_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3344336Z test_opinfo_reference_generators_short_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3344853Z test_opinfo_reference_generators_sigmoid_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3345379Z test_opinfo_reference_generators_sign_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3345928Z test_opinfo_reference_generators_signal_windows_cosine_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3346602Z test_opinfo_reference_generators_signal_windows_exponential_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3347213Z test_opinfo_reference_generators_signal_windows_gaussian_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3347787Z test_opinfo_reference_generators_signal_windows_kaiser_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3348343Z test_opinfo_reference_generators_signbit_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3348879Z test_opinfo_reference_generators_sin_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3349388Z test_opinfo_reference_generators_sinc_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3349916Z test_opinfo_reference_generators_sinh_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3350468Z test_opinfo_reference_generators_special_airy_ai_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3351353Z test_opinfo_reference_generators_special_bessel_j0_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3351940Z test_opinfo_reference_generators_special_bessel_j1_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3352506Z test_opinfo_reference_generators_special_bessel_y0_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3353056Z test_opinfo_reference_generators_special_bessel_y1_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3353675Z test_opinfo_reference_generators_special_chebyshev_polynomial_t_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3354272Z test_opinfo_reference_generators_special_chebyshev_polynomial_u_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3354966Z test_opinfo_reference_generators_special_chebyshev_polynomial_v_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:33:37.3355724Z test_opinfo_reference_generators_special_chebyshev_polynomial_w_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:33:37.3356491Z test_opinfo_reference_generators_special_entr_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3357050Z test_opinfo_reference_generators_special_erfcx_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.002s) 2022-11-23T02:33:37.3357622Z test_opinfo_reference_generators_special_hermite_polynomial_h_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.000s) 2022-11-23T02:33:37.3358225Z test_opinfo_reference_generators_special_hermite_polynomial_he_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.003s) 2022-11-23T02:33:37.3358801Z test_opinfo_reference_generators_special_i0e_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.000s) 2022-11-23T02:33:37.3359352Z test_opinfo_reference_generators_special_i1_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.000s) 2022-11-23T02:33:37.3359885Z test_opinfo_reference_generators_special_i1e_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.000s) 2022-11-23T02:33:37.3360458Z test_opinfo_reference_generators_special_laguerre_polynomial_l_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.006s) 2022-11-23T02:33:37.3361140Z test_opinfo_reference_generators_special_legendre_polynomial_p_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:33:37.3361799Z test_opinfo_reference_generators_special_log_ndtr_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.000s) 2022-11-23T02:33:37.3362453Z test_opinfo_reference_generators_special_modified_bessel_i0_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.000s) 2022-11-23T02:33:37.3363061Z test_opinfo_reference_generators_special_modified_bessel_i1_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.000s) 2022-11-23T02:33:37.3363652Z test_opinfo_reference_generators_special_modified_bessel_k0_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.000s) 2022-11-23T02:33:37.3364233Z test_opinfo_reference_generators_special_modified_bessel_k1_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.000s) 2022-11-23T02:33:37.3364778Z test_opinfo_reference_generators_special_ndtr_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.000s) 2022-11-23T02:33:37.3365336Z test_opinfo_reference_generators_special_ndtri_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.010s) 2022-11-23T02:33:37.3365935Z test_opinfo_reference_generators_special_polygamma_special_polygamma_n_0_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.000s) 2022-11-23T02:33:37.3366550Z test_opinfo_reference_generators_special_scaled_modified_bessel_k0_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.000s) 2022-11-23T02:33:37.3367153Z test_opinfo_reference_generators_special_scaled_modified_bessel_k1_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.000s) 2022-11-23T02:33:37.3367847Z test_opinfo_reference_generators_special_shifted_chebyshev_polynomial_t_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:33:37.3368623Z test_opinfo_reference_generators_special_shifted_chebyshev_polynomial_u_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:33:37.3369436Z test_opinfo_reference_generators_special_shifted_chebyshev_polynomial_v_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:33:37.3370215Z test_opinfo_reference_generators_special_shifted_chebyshev_polynomial_w_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:33:37.3370996Z test_opinfo_reference_generators_special_spherical_bessel_j0_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.000s) 2022-11-23T02:33:37.3371555Z test_opinfo_reference_generators_special_xlog1py_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.000s) 2022-11-23T02:33:37.3372114Z test_opinfo_reference_generators_special_zeta_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.011s) 2022-11-23T02:33:37.3372657Z test_opinfo_reference_generators_sqrt_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3373193Z test_opinfo_reference_generators_square_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3373722Z test_opinfo_reference_generators_sub_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3374249Z test_opinfo_reference_generators_tan_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3374773Z test_opinfo_reference_generators_tanh_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3375312Z test_opinfo_reference_generators_true_divide_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3375880Z test_opinfo_reference_generators_trunc_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3376707Z test_opinfo_reference_generators_view_as_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3377360Z test_opinfo_reference_generators_view_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3377911Z test_opinfo_reference_generators_where_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3378438Z test_opinfo_reference_generators_xlogy_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3378967Z test_opinfo_sample_generators_H_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.003s) 2022-11-23T02:33:37.3379478Z test_opinfo_sample_generators_T_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.002s) 2022-11-23T02:33:37.3379983Z test_opinfo_sample_generators___getitem___cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.002s) 2022-11-23T02:33:37.3380510Z test_opinfo_sample_generators___radd___cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3381026Z test_opinfo_sample_generators___rand___cuda_int64 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3381545Z test_opinfo_sample_generators___rdiv___cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.002s) 2022-11-23T02:33:37.3382073Z test_opinfo_sample_generators___rmatmul___cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3382903Z test_opinfo_sample_generators___rmod___cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3383943Z test_opinfo_sample_generators___rmul___cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.002s) 2022-11-23T02:33:37.3384971Z test_opinfo_sample_generators___ror___cuda_int64 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3385853Z test_opinfo_sample_generators___rpow___cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3386743Z test_opinfo_sample_generators___rsub___cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.002s) 2022-11-23T02:33:37.3387654Z test_opinfo_sample_generators___rxor___cuda_int64 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3388601Z test_opinfo_sample_generators__softmax_backward_data_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.002s) 2022-11-23T02:33:37.3389547Z test_opinfo_sample_generators_abs_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.000s) 2022-11-23T02:33:37.3390905Z test_opinfo_sample_generators_acos_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.000s) 2022-11-23T02:33:37.3391912Z test_opinfo_sample_generators_acosh_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.003s) 2022-11-23T02:33:37.3392790Z test_opinfo_sample_generators_add_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.000s) 2022-11-23T02:33:37.3393697Z test_opinfo_sample_generators_addbmm_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.000s) 2022-11-23T02:33:37.3394616Z test_opinfo_sample_generators_addcdiv_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.000s) 2022-11-23T02:33:37.3395534Z test_opinfo_sample_generators_addcmul_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.006s) 2022-11-23T02:33:37.3396440Z test_opinfo_sample_generators_addmm_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.000s) 2022-11-23T02:33:37.3397505Z test_opinfo_sample_generators_addmm_decomposed_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.000s) 2022-11-23T02:33:37.3398600Z test_opinfo_sample_generators_addmv_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.000s) 2022-11-23T02:33:37.3399488Z test_opinfo_sample_generators_addr_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.000s) 2022-11-23T02:33:37.3400377Z test_opinfo_sample_generators_all_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.000s) 2022-11-23T02:33:37.3401289Z test_opinfo_sample_generators_allclose_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.000s) 2022-11-23T02:33:37.3402337Z test_opinfo_sample_generators_amax_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.000s) 2022-11-23T02:33:37.3403259Z test_opinfo_sample_generators_amin_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.010s) 2022-11-23T02:33:37.3404236Z test_opinfo_sample_generators_aminmax_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.000s) 2022-11-23T02:33:37.3405253Z test_opinfo_sample_generators_angle_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.000s) 2022-11-23T02:33:37.3406230Z test_opinfo_sample_generators_any_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.000s) 2022-11-23T02:33:37.3407106Z test_opinfo_sample_generators_arange_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.000s) 2022-11-23T02:33:37.3408015Z test_opinfo_sample_generators_argmax_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.000s) 2022-11-23T02:33:37.3408927Z test_opinfo_sample_generators_argmin_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.000s) 2022-11-23T02:33:37.3409821Z test_opinfo_sample_generators_argsort_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.000s) 2022-11-23T02:33:37.3410738Z test_opinfo_sample_generators_argwhere_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.010s) 2022-11-23T02:33:37.3411745Z test_opinfo_sample_generators_as_strided_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.002s) 2022-11-23T02:33:37.3412850Z test_opinfo_sample_generators_as_strided_scatter_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3413763Z test_opinfo_sample_generators_asin_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3414665Z test_opinfo_sample_generators_asinh_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.002s) 2022-11-23T02:33:37.3415569Z test_opinfo_sample_generators_atan2_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3416471Z test_opinfo_sample_generators_atan_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3417361Z test_opinfo_sample_generators_atanh_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.002s) 2022-11-23T02:33:37.3418501Z test_opinfo_sample_generators_atleast_1d_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3419494Z test_opinfo_sample_generators_atleast_2d_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3420478Z test_opinfo_sample_generators_atleast_3d_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.002s) 2022-11-23T02:33:37.3421395Z test_opinfo_sample_generators_baddbmm_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3422308Z test_opinfo_sample_generators_bernoulli_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3423230Z test_opinfo_sample_generators_bfloat16_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.002s) 2022-11-23T02:33:37.3424133Z test_opinfo_sample_generators_bincount_cuda_int64 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3425048Z test_opinfo_sample_generators_bitwise_and_cuda_int64 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3426087Z test_opinfo_sample_generators_bitwise_left_shift_cuda_int64 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.002s) 2022-11-23T02:33:37.3427201Z test_opinfo_sample_generators_bitwise_not_cuda_int64 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.002s) 2022-11-23T02:33:37.3428105Z test_opinfo_sample_generators_bitwise_or_cuda_int64 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3429060Z test_opinfo_sample_generators_bitwise_right_shift_cuda_int64 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3430142Z test_opinfo_sample_generators_bitwise_xor_cuda_int64 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.002s) 2022-11-23T02:33:37.3431094Z test_opinfo_sample_generators_block_diag_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3432007Z test_opinfo_sample_generators_bmm_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3433033Z test_opinfo_sample_generators_bool_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.002s) 2022-11-23T02:33:37.3434182Z test_opinfo_sample_generators_broadcast_shapes_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3435142Z test_opinfo_sample_generators_broadcast_tensors_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3436103Z test_opinfo_sample_generators_broadcast_to_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.002s) 2022-11-23T02:33:37.3437055Z test_opinfo_sample_generators_bucketize_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3437972Z test_opinfo_sample_generators_byte_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3438916Z test_opinfo_sample_generators_cartesian_prod_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3439970Z test_opinfo_sample_generators_cat_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3441074Z test_opinfo_sample_generators_cdist_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3441995Z test_opinfo_sample_generators_cdouble_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3442884Z test_opinfo_sample_generators_ceil_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3443803Z test_opinfo_sample_generators_cfloat_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3444715Z test_opinfo_sample_generators_chalf_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3445622Z test_opinfo_sample_generators_char_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3446798Z test_opinfo_sample_generators_cholesky_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3447926Z test_opinfo_sample_generators_cholesky_inverse_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3448892Z test_opinfo_sample_generators_cholesky_solve_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3449807Z test_opinfo_sample_generators_chunk_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3450728Z test_opinfo_sample_generators_clamp_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3451650Z test_opinfo_sample_generators_clamp_max_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3452575Z test_opinfo_sample_generators_clamp_min_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3453618Z test_opinfo_sample_generators_clone_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3454731Z test_opinfo_sample_generators_column_stack_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3455689Z test_opinfo_sample_generators_combinations_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3456626Z test_opinfo_sample_generators_complex_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3457501Z test_opinfo_sample_generators_conj_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3458550Z test_opinfo_sample_generators_conj_physical_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3459527Z test_opinfo_sample_generators_constant_pad_nd_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.002s) 2022-11-23T02:33:37.3460564Z test_opinfo_sample_generators_contiguous_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.000s) 2022-11-23T02:33:37.3461575Z test_opinfo_sample_generators_copysign_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.003s) 2022-11-23T02:33:37.3462588Z test_opinfo_sample_generators_corrcoef_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.000s) 2022-11-23T02:33:37.3463504Z test_opinfo_sample_generators_cos_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.000s) 2022-11-23T02:33:37.3464371Z test_opinfo_sample_generators_cosh_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.000s) 2022-11-23T02:33:37.3465305Z test_opinfo_sample_generators_count_nonzero_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.006s) 2022-11-23T02:33:37.3466212Z test_opinfo_sample_generators_cov_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.000s) 2022-11-23T02:33:37.3467179Z test_opinfo_sample_generators_cross_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.000s) 2022-11-23T02:33:37.3468111Z test_opinfo_sample_generators_cummax_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.000s) 2022-11-23T02:33:37.3469209Z test_opinfo_sample_generators_cummin_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.000s) 2022-11-23T02:33:37.3470119Z test_opinfo_sample_generators_cumprod_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.000s) 2022-11-23T02:33:37.3471029Z test_opinfo_sample_generators_cumsum_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.000s) 2022-11-23T02:33:37.3471963Z test_opinfo_sample_generators_cumulative_trapezoid_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.000s) 2022-11-23T02:33:37.3472915Z test_opinfo_sample_generators_deg2rad_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.010s) 2022-11-23T02:33:37.3473816Z test_opinfo_sample_generators_diag_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3474965Z test_opinfo_sample_generators_diag_embed_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3476081Z test_opinfo_sample_generators_diagflat_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3477024Z test_opinfo_sample_generators_diagonal_copy_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3477953Z test_opinfo_sample_generators_diagonal_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3478874Z test_opinfo_sample_generators_diagonal_scatter_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.002s) 2022-11-23T02:33:37.3479802Z test_opinfo_sample_generators_diff_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.002s) 2022-11-23T02:33:37.3480706Z test_opinfo_sample_generators_digamma_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.002s) 2022-11-23T02:33:37.3481713Z test_opinfo_sample_generators_dist_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.002s) 2022-11-23T02:33:37.3482816Z test_opinfo_sample_generators_div_floor_rounding_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.002s) 2022-11-23T02:33:37.3483810Z test_opinfo_sample_generators_div_no_rounding_mode_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.002s) 2022-11-23T02:33:37.3484789Z test_opinfo_sample_generators_div_trunc_rounding_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.002s) 2022-11-23T02:33:37.3485845Z test_opinfo_sample_generators_dot_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.002s) 2022-11-23T02:33:37.3486752Z test_opinfo_sample_generators_double_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3487660Z test_opinfo_sample_generators_dsplit_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3488690Z test_opinfo_sample_generators_dstack_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3489761Z test_opinfo_sample_generators_einsum_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3490670Z test_opinfo_sample_generators_empty_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3491588Z test_opinfo_sample_generators_empty_like_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3492506Z test_opinfo_sample_generators_eq_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3493396Z test_opinfo_sample_generators_equal_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3494298Z test_opinfo_sample_generators_erf_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3495290Z test_opinfo_sample_generators_erfc_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3496312Z test_opinfo_sample_generators_erfinv_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3497307Z test_opinfo_sample_generators_exp2_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3498209Z test_opinfo_sample_generators_exp_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.002s) 2022-11-23T02:33:37.3499122Z test_opinfo_sample_generators_expand_as_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.000s) 2022-11-23T02:33:37.3500026Z test_opinfo_sample_generators_expand_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.000s) 2022-11-23T02:33:37.3500938Z test_opinfo_sample_generators_expm1_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.003s) 2022-11-23T02:33:37.3501844Z test_opinfo_sample_generators_eye_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.000s) 2022-11-23T02:33:37.3502995Z test_opinfo_sample_generators_fft_fft2_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.000s) 2022-11-23T02:33:37.3504069Z test_opinfo_sample_generators_fft_fft_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.000s) 2022-11-23T02:33:37.3504983Z test_opinfo_sample_generators_fft_fftn_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.006s) 2022-11-23T02:33:37.3505914Z test_opinfo_sample_generators_fft_fftshift_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.000s) 2022-11-23T02:33:37.3506820Z test_opinfo_sample_generators_fft_hfft2_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.000s) 2022-11-23T02:33:37.3507716Z test_opinfo_sample_generators_fft_hfft_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.000s) 2022-11-23T02:33:37.3508628Z test_opinfo_sample_generators_fft_hfftn_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.000s) 2022-11-23T02:33:37.3509613Z test_opinfo_sample_generators_fft_ifft2_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.000s) 2022-11-23T02:33:37.3510720Z test_opinfo_sample_generators_fft_ifft_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.000s) 2022-11-23T02:33:37.3511629Z test_opinfo_sample_generators_fft_ifftn_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.000s) 2022-11-23T02:33:37.3512553Z test_opinfo_sample_generators_fft_ifftshift_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.010s) 2022-11-23T02:33:37.3513480Z test_opinfo_sample_generators_fft_ihfft2_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3514510Z test_opinfo_sample_generators_fft_ihfft_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3515456Z test_opinfo_sample_generators_fft_ihfftn_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3516454Z test_opinfo_sample_generators_fft_irfft2_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3517552Z test_opinfo_sample_generators_fft_irfft_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3518475Z test_opinfo_sample_generators_fft_irfftn_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3519391Z test_opinfo_sample_generators_fft_rfft2_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3520289Z test_opinfo_sample_generators_fft_rfft_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3521289Z test_opinfo_sample_generators_fft_rfftn_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3522169Z test_opinfo_sample_generators_fill_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3523142Z test_opinfo_sample_generators_flatten_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3524140Z test_opinfo_sample_generators_flip_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3525129Z test_opinfo_sample_generators_fliplr_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3526037Z test_opinfo_sample_generators_flipud_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.005s) 2022-11-23T02:33:37.3526936Z test_opinfo_sample_generators_float_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.002s) 2022-11-23T02:33:37.3527858Z test_opinfo_sample_generators_float_power_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.002s) 2022-11-23T02:33:37.3528749Z test_opinfo_sample_generators_floor_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3529674Z test_opinfo_sample_generators_floor_divide_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3530820Z test_opinfo_sample_generators_fmax_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3531895Z test_opinfo_sample_generators_fmin_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3532790Z test_opinfo_sample_generators_fmod_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.002s) 2022-11-23T02:33:37.3533679Z test_opinfo_sample_generators_frac_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.000s) 2022-11-23T02:33:37.3534579Z test_opinfo_sample_generators_frexp_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.000s) 2022-11-23T02:33:37.3535465Z test_opinfo_sample_generators_full_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.003s) 2022-11-23T02:33:37.3536375Z test_opinfo_sample_generators_full_like_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.000s) 2022-11-23T02:33:37.3537392Z test_opinfo_sample_generators_gather_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.000s) 2022-11-23T02:33:37.3538469Z test_opinfo_sample_generators_gcd_cuda_int64 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.000s) 2022-11-23T02:33:37.3539381Z test_opinfo_sample_generators_ge_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.006s) 2022-11-23T02:33:37.3540292Z test_opinfo_sample_generators_geqrf_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3541212Z test_opinfo_sample_generators_gradient_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3542283Z test_opinfo_sample_generators_grid_sampler_2d_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3543216Z test_opinfo_sample_generators_gt_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3544206Z test_opinfo_sample_generators_half_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3545246Z test_opinfo_sample_generators_heaviside_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3546269Z test_opinfo_sample_generators_histc_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3547176Z test_opinfo_sample_generators_hsplit_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.002s) 2022-11-23T02:33:37.3548083Z test_opinfo_sample_generators_hstack_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.002s) 2022-11-23T02:33:37.3548986Z test_opinfo_sample_generators_hypot_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3549853Z test_opinfo_sample_generators_i0_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3550745Z test_opinfo_sample_generators_igamma_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3551722Z test_opinfo_sample_generators_igammac_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3552714Z test_opinfo_sample_generators_imag_cuda_complex64 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3553776Z test_opinfo_sample_generators_index_add_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3554700Z test_opinfo_sample_generators_index_copy_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3555848Z test_opinfo_sample_generators_index_fill_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3556757Z test_opinfo_sample_generators_index_put_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3557682Z test_opinfo_sample_generators_index_reduce_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.002s) 2022-11-23T02:33:37.3558722Z test_opinfo_sample_generators_index_select_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.002s) 2022-11-23T02:33:37.3561152Z test_opinfo_sample_generators_inner_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3562052Z test_opinfo_sample_generators_int_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3562960Z test_opinfo_sample_generators_isclose_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3563877Z test_opinfo_sample_generators_isfinite_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3564791Z test_opinfo_sample_generators_isin_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3565792Z test_opinfo_sample_generators_isinf_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3566788Z test_opinfo_sample_generators_isnan_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3567798Z test_opinfo_sample_generators_isneginf_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.002s) 2022-11-23T02:33:37.3568717Z test_opinfo_sample_generators_isposinf_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.002s) 2022-11-23T02:33:37.3569631Z test_opinfo_sample_generators_isreal_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.002s) 2022-11-23T02:33:37.3570542Z test_opinfo_sample_generators_istft_cuda_complex64 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.002s) 2022-11-23T02:33:37.3571650Z test_opinfo_sample_generators_jiterator_2inputs_2outputs_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3572791Z test_opinfo_sample_generators_jiterator_4inputs_with_extra_args_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3573934Z test_opinfo_sample_generators_jiterator_binary_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3574949Z test_opinfo_sample_generators_jiterator_binary_return_by_ref_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3575940Z test_opinfo_sample_generators_jiterator_unary_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3576869Z test_opinfo_sample_generators_kron_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3577772Z test_opinfo_sample_generators_kthvalue_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3578675Z test_opinfo_sample_generators_lcm_cuda_int64 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.002s) 2022-11-23T02:33:37.3579653Z test_opinfo_sample_generators_ldexp_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3580605Z test_opinfo_sample_generators_le_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3581607Z test_opinfo_sample_generators_lerp_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3582512Z test_opinfo_sample_generators_lgamma_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3583433Z test_opinfo_sample_generators_linalg_cholesky_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3584384Z test_opinfo_sample_generators_linalg_cholesky_ex_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3585335Z test_opinfo_sample_generators_linalg_cond_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3586378Z test_opinfo_sample_generators_linalg_cross_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3587298Z test_opinfo_sample_generators_linalg_det_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3588606Z test_opinfo_sample_generators_linalg_det_singular_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3589574Z test_opinfo_sample_generators_linalg_eig_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.002s) 2022-11-23T02:33:37.3590520Z test_opinfo_sample_generators_linalg_eigh_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.000s) 2022-11-23T02:33:37.3591465Z test_opinfo_sample_generators_linalg_eigvals_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.000s) 2022-11-23T02:33:37.3592427Z test_opinfo_sample_generators_linalg_eigvalsh_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.000s) 2022-11-23T02:33:37.3593500Z test_opinfo_sample_generators_linalg_householder_product_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.000s) 2022-11-23T02:33:37.3594548Z test_opinfo_sample_generators_linalg_inv_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.000s) 2022-11-23T02:33:37.3595578Z test_opinfo_sample_generators_linalg_inv_ex_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.000s) 2022-11-23T02:33:37.3596537Z test_opinfo_sample_generators_linalg_ldl_factor_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.006s) 2022-11-23T02:33:37.3597514Z test_opinfo_sample_generators_linalg_ldl_factor_ex_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.000s) 2022-11-23T02:33:37.3598477Z test_opinfo_sample_generators_linalg_ldl_solve_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.000s) 2022-11-23T02:33:37.3599548Z test_opinfo_sample_generators_linalg_lstsq_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.000s) 2022-11-23T02:33:37.3600652Z test_opinfo_sample_generators_linalg_lstsq_grad_oriented_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.000s) 2022-11-23T02:33:37.3601802Z test_opinfo_sample_generators_linalg_lu_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.000s) 2022-11-23T02:33:37.3602775Z test_opinfo_sample_generators_linalg_lu_factor_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.000s) 2022-11-23T02:33:37.3603725Z test_opinfo_sample_generators_linalg_lu_factor_ex_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.000s) 2022-11-23T02:33:37.3604682Z test_opinfo_sample_generators_linalg_lu_solve_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.011s) 2022-11-23T02:33:37.3605636Z test_opinfo_sample_generators_linalg_matrix_norm_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3606611Z test_opinfo_sample_generators_linalg_matrix_power_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3607675Z test_opinfo_sample_generators_linalg_matrix_rank_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3608831Z test_opinfo_sample_generators_linalg_matrix_rank_hermitian_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3609836Z test_opinfo_sample_generators_linalg_multi_dot_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3610781Z test_opinfo_sample_generators_linalg_norm_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3611750Z test_opinfo_sample_generators_linalg_norm_subgradients_at_zero_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3612738Z test_opinfo_sample_generators_linalg_pinv_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3613698Z test_opinfo_sample_generators_linalg_pinv_hermitian_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3614925Z test_opinfo_sample_generators_linalg_pinv_singular_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T02:33:37.3616338Z test_opinfo_sample_generators_linalg_qr_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3617276Z test_opinfo_sample_generators_linalg_slogdet_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3618223Z test_opinfo_sample_generators_linalg_solve_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3619162Z test_opinfo_sample_generators_linalg_solve_ex_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.002s) 2022-11-23T02:33:37.3620121Z test_opinfo_sample_generators_linalg_solve_triangular_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.002s) 2022-11-23T02:33:37.3621092Z test_opinfo_sample_generators_linalg_svd_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.002s) 2022-11-23T02:33:37.3622130Z test_opinfo_sample_generators_linalg_svdvals_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3623257Z test_opinfo_sample_generators_linalg_tensorinv_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3624220Z test_opinfo_sample_generators_linalg_tensorsolve_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3625173Z test_opinfo_sample_generators_linalg_vander_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3626114Z test_opinfo_sample_generators_linalg_vecdot_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3627170Z test_opinfo_sample_generators_linalg_vector_norm_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3628141Z test_opinfo_sample_generators_linspace_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3629156Z test_opinfo_sample_generators_log10_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3630234Z test_opinfo_sample_generators_log1p_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3631124Z test_opinfo_sample_generators_log2_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3632014Z test_opinfo_sample_generators_log_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3632924Z test_opinfo_sample_generators_log_softmax_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3633879Z test_opinfo_sample_generators_log_softmax_with_dtype_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3634813Z test_opinfo_sample_generators_logaddexp2_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3635838Z test_opinfo_sample_generators_logaddexp_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.002s) 2022-11-23T02:33:37.3636969Z test_opinfo_sample_generators_logcumsumexp_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.002s) 2022-11-23T02:33:37.3637899Z test_opinfo_sample_generators_logdet_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.002s) 2022-11-23T02:33:37.3638823Z test_opinfo_sample_generators_logical_and_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.002s) 2022-11-23T02:33:37.3639750Z test_opinfo_sample_generators_logical_not_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3640684Z test_opinfo_sample_generators_logical_or_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3641600Z test_opinfo_sample_generators_logical_xor_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3642644Z test_opinfo_sample_generators_logit_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3643643Z test_opinfo_sample_generators_logspace_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3644845Z test_opinfo_sample_generators_logsumexp_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3645776Z test_opinfo_sample_generators_long_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.002s) 2022-11-23T02:33:37.3646679Z test_opinfo_sample_generators_lt_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.000s) 2022-11-23T02:33:37.3647569Z test_opinfo_sample_generators_lu_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.003s) 2022-11-23T02:33:37.3648489Z test_opinfo_sample_generators_lu_solve_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.000s) 2022-11-23T02:33:37.3649461Z test_opinfo_sample_generators_lu_unpack_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.000s) 2022-11-23T02:33:37.3650383Z test_opinfo_sample_generators_mH_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.000s) 2022-11-23T02:33:37.3651462Z test_opinfo_sample_generators_mT_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.000s) 2022-11-23T02:33:37.3652384Z test_opinfo_sample_generators_masked_amax_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.006s) 2022-11-23T02:33:37.3653318Z test_opinfo_sample_generators_masked_amin_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.000s) 2022-11-23T02:33:37.3654305Z test_opinfo_sample_generators_masked_argmax_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.000s) 2022-11-23T02:33:37.3655388Z test_opinfo_sample_generators_masked_argmin_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.000s) 2022-11-23T02:33:37.3656353Z test_opinfo_sample_generators_masked_cumprod_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.000s) 2022-11-23T02:33:37.3657396Z test_opinfo_sample_generators_masked_cumsum_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.000s) 2022-11-23T02:33:37.3658493Z test_opinfo_sample_generators_masked_fill_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.000s) 2022-11-23T02:33:37.3659462Z test_opinfo_sample_generators_masked_log_softmax_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.000s) 2022-11-23T02:33:37.3660429Z test_opinfo_sample_generators_masked_logaddexp_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.011s) 2022-11-23T02:33:37.3661401Z test_opinfo_sample_generators_masked_logsumexp_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3662360Z test_opinfo_sample_generators_masked_mean_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3663296Z test_opinfo_sample_generators_masked_median_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3664287Z test_opinfo_sample_generators_masked_norm_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3665424Z test_opinfo_sample_generators_masked_normalize_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3666372Z test_opinfo_sample_generators_masked_prod_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3667314Z test_opinfo_sample_generators_masked_scatter_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3668260Z test_opinfo_sample_generators_masked_select_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3669211Z test_opinfo_sample_generators_masked_softmax_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3670226Z test_opinfo_sample_generators_masked_softmin_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3671226Z test_opinfo_sample_generators_masked_std_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3672478Z test_opinfo_sample_generators_masked_sum_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3673388Z test_opinfo_sample_generators_masked_var_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3674302Z test_opinfo_sample_generators_matmul_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3675216Z test_opinfo_sample_generators_matrix_exp_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3676146Z test_opinfo_sample_generators_max_binary_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3677130Z test_opinfo_sample_generators_max_pool2d_with_indices_backward_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3678243Z test_opinfo_sample_generators_max_reduction_no_dim_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3679366Z test_opinfo_sample_generators_max_reduction_with_dim_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3680326Z test_opinfo_sample_generators_maximum_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3681234Z test_opinfo_sample_generators_mean_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3682135Z test_opinfo_sample_generators_median_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3683201Z test_opinfo_sample_generators_meshgrid_list_of_tensors_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3684229Z test_opinfo_sample_generators_meshgrid_variadic_tensors_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3685284Z test_opinfo_sample_generators_min_binary_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3686352Z test_opinfo_sample_generators_min_reduction_no_dim_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3687309Z test_opinfo_sample_generators_min_reduction_with_dim_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3688241Z test_opinfo_sample_generators_minimum_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3689131Z test_opinfo_sample_generators_mm_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3690029Z test_opinfo_sample_generators_mode_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.002s) 2022-11-23T02:33:37.3690933Z test_opinfo_sample_generators_movedim_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.000s) 2022-11-23T02:33:37.3691938Z test_opinfo_sample_generators_msort_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.003s) 2022-11-23T02:33:37.3692944Z test_opinfo_sample_generators_mul_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.000s) 2022-11-23T02:33:37.3693937Z test_opinfo_sample_generators_multinomial_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.000s) 2022-11-23T02:33:37.3694864Z test_opinfo_sample_generators_mv_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.000s) 2022-11-23T02:33:37.3695804Z test_opinfo_sample_generators_mvlgamma_mvlgamma_p_1_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.000s) 2022-11-23T02:33:37.3696799Z test_opinfo_sample_generators_mvlgamma_mvlgamma_p_3_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.006s) 2022-11-23T02:33:37.3697770Z test_opinfo_sample_generators_mvlgamma_mvlgamma_p_5_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3698782Z test_opinfo_sample_generators_nan_to_num_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3699952Z test_opinfo_sample_generators_nanmean_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3701002Z test_opinfo_sample_generators_nanmedian_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3701928Z test_opinfo_sample_generators_nanquantile_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3702859Z test_opinfo_sample_generators_nansum_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3703792Z test_opinfo_sample_generators_narrow_copy_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3704711Z test_opinfo_sample_generators_narrow_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3705746Z test_opinfo_sample_generators_native_batch_norm_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3706793Z test_opinfo_sample_generators_native_dropout_backward_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3707856Z test_opinfo_sample_generators_native_layer_norm_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3708759Z test_opinfo_sample_generators_ne_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3709661Z test_opinfo_sample_generators_neg_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3710580Z test_opinfo_sample_generators_new_empty_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3712785Z test_opinfo_sample_generators_new_empty_strided_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3714002Z test_opinfo_sample_generators_new_full_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3714932Z test_opinfo_sample_generators_new_ones_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3715869Z test_opinfo_sample_generators_new_zeros_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3716797Z test_opinfo_sample_generators_nextafter_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3717783Z test_opinfo_sample_generators_nn_functional__scaled_dot_product_attention_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3718846Z test_opinfo_sample_generators_nn_functional_adaptive_avg_pool1d_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3719974Z test_opinfo_sample_generators_nn_functional_adaptive_avg_pool2d_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3721135Z test_opinfo_sample_generators_nn_functional_adaptive_avg_pool3d_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3722175Z test_opinfo_sample_generators_nn_functional_adaptive_max_pool1d_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3723206Z test_opinfo_sample_generators_nn_functional_adaptive_max_pool2d_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3724226Z test_opinfo_sample_generators_nn_functional_adaptive_max_pool3d_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3725247Z test_opinfo_sample_generators_nn_functional_alpha_dropout_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3726225Z test_opinfo_sample_generators_nn_functional_avg_pool1d_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3727304Z test_opinfo_sample_generators_nn_functional_avg_pool2d_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3728614Z test_opinfo_sample_generators_nn_functional_avg_pool3d_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3729597Z test_opinfo_sample_generators_nn_functional_batch_norm_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3730624Z test_opinfo_sample_generators_nn_functional_batch_norm_without_cudnn_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3731637Z test_opinfo_sample_generators_nn_functional_bilinear_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3732660Z test_opinfo_sample_generators_nn_functional_binary_cross_entropy_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3733787Z test_opinfo_sample_generators_nn_functional_binary_cross_entropy_with_logits_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.002s) 2022-11-23T02:33:37.3734937Z test_opinfo_sample_generators_nn_functional_celu_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.000s) 2022-11-23T02:33:37.3735902Z test_opinfo_sample_generators_nn_functional_conv1d_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.000s) 2022-11-23T02:33:37.3736868Z test_opinfo_sample_generators_nn_functional_conv2d_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.003s) 2022-11-23T02:33:37.3737863Z test_opinfo_sample_generators_nn_functional_conv_transpose1d_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.000s) 2022-11-23T02:33:37.3739007Z test_opinfo_sample_generators_nn_functional_conv_transpose2d_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.000s) 2022-11-23T02:33:37.3740058Z test_opinfo_sample_generators_nn_functional_conv_transpose3d_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.000s) 2022-11-23T02:33:37.3741183Z test_opinfo_sample_generators_nn_functional_cosine_embedding_loss_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.006s) 2022-11-23T02:33:37.3742387Z test_opinfo_sample_generators_nn_functional_cosine_similarity_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3743403Z test_opinfo_sample_generators_nn_functional_cross_entropy_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3744371Z test_opinfo_sample_generators_nn_functional_ctc_loss_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3745369Z test_opinfo_sample_generators_nn_functional_dropout2d_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3746372Z test_opinfo_sample_generators_nn_functional_dropout3d_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3747433Z test_opinfo_sample_generators_nn_functional_dropout_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3748490Z test_opinfo_sample_generators_nn_functional_elu_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3749607Z test_opinfo_sample_generators_nn_functional_embedding_bag_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3750617Z test_opinfo_sample_generators_nn_functional_embedding_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.002s) 2022-11-23T02:33:37.3751670Z test_opinfo_sample_generators_nn_functional_feature_alpha_dropout_with_train_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3752770Z test_opinfo_sample_generators_nn_functional_feature_alpha_dropout_without_train_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3753898Z test_opinfo_sample_generators_nn_functional_fractional_max_pool2d_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3755038Z test_opinfo_sample_generators_nn_functional_fractional_max_pool3d_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3756388Z test_opinfo_sample_generators_nn_functional_gaussian_nll_loss_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3757376Z test_opinfo_sample_generators_nn_functional_gelu_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3758332Z test_opinfo_sample_generators_nn_functional_glu_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3759311Z test_opinfo_sample_generators_nn_functional_grid_sample_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3760307Z test_opinfo_sample_generators_nn_functional_group_norm_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3761372Z test_opinfo_sample_generators_nn_functional_hardshrink_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3762460Z test_opinfo_sample_generators_nn_functional_hardsigmoid_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3763541Z test_opinfo_sample_generators_nn_functional_hardswish_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3764531Z test_opinfo_sample_generators_nn_functional_hardtanh_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3765543Z test_opinfo_sample_generators_nn_functional_hinge_embedding_loss_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3766678Z test_opinfo_sample_generators_nn_functional_huber_loss_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3767705Z test_opinfo_sample_generators_nn_functional_instance_norm_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3768791Z test_opinfo_sample_generators_nn_functional_interpolate_area_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3769908Z test_opinfo_sample_generators_nn_functional_interpolate_bicubic_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3771031Z test_opinfo_sample_generators_nn_functional_interpolate_bilinear_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3772080Z test_opinfo_sample_generators_nn_functional_interpolate_linear_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3773136Z test_opinfo_sample_generators_nn_functional_interpolate_nearest_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3774198Z test_opinfo_sample_generators_nn_functional_interpolate_trilinear_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3775202Z test_opinfo_sample_generators_nn_functional_kl_div_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3778168Z test_opinfo_sample_generators_nn_functional_l1_loss_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3779499Z test_opinfo_sample_generators_nn_functional_layer_norm_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3780709Z test_opinfo_sample_generators_nn_functional_leaky_relu_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.002s) 2022-11-23T02:33:37.3781877Z test_opinfo_sample_generators_nn_functional_linear_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.000s) 2022-11-23T02:33:37.3783232Z test_opinfo_sample_generators_nn_functional_local_response_norm_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.003s) 2022-11-23T02:33:37.3784822Z test_opinfo_sample_generators_nn_functional_logsigmoid_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.000s) 2022-11-23T02:33:37.3786323Z test_opinfo_sample_generators_nn_functional_margin_ranking_loss_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.000s) 2022-11-23T02:33:37.3787564Z test_opinfo_sample_generators_nn_functional_max_pool1d_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.000s) 2022-11-23T02:33:37.3788762Z test_opinfo_sample_generators_nn_functional_max_pool2d_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.000s) 2022-11-23T02:33:37.3790070Z test_opinfo_sample_generators_nn_functional_max_pool3d_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.000s) 2022-11-23T02:33:37.3791641Z test_opinfo_sample_generators_nn_functional_max_unpool1d_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.000s) 2022-11-23T02:33:37.3792821Z test_opinfo_sample_generators_nn_functional_max_unpool1d_grad_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.000s) 2022-11-23T02:33:37.3793850Z test_opinfo_sample_generators_nn_functional_max_unpool2d_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.000s) 2022-11-23T02:33:37.3794898Z test_opinfo_sample_generators_nn_functional_max_unpool2d_grad_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.000s) 2022-11-23T02:33:37.3796666Z test_opinfo_sample_generators_nn_functional_max_unpool3d_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.000s) 2022-11-23T02:33:37.3797896Z test_opinfo_sample_generators_nn_functional_max_unpool3d_grad_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.000s) 2022-11-23T02:33:37.3799164Z test_opinfo_sample_generators_nn_functional_mish_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.010s) 2022-11-23T02:33:37.3800179Z test_opinfo_sample_generators_nn_functional_mse_loss_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3801181Z test_opinfo_sample_generators_nn_functional_multi_margin_loss_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3802234Z test_opinfo_sample_generators_nn_functional_multilabel_margin_loss_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3803281Z test_opinfo_sample_generators_nn_functional_multilabel_soft_margin_loss_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3804412Z test_opinfo_sample_generators_nn_functional_nll_loss_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3805669Z test_opinfo_sample_generators_nn_functional_normalize_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3806781Z test_opinfo_sample_generators_nn_functional_one_hot_cuda_int64 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3807917Z test_opinfo_sample_generators_nn_functional_pad_circular_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3809035Z test_opinfo_sample_generators_nn_functional_pad_constant_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3810236Z test_opinfo_sample_generators_nn_functional_pad_reflect_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3811733Z test_opinfo_sample_generators_nn_functional_pad_replicate_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3812890Z test_opinfo_sample_generators_nn_functional_pairwise_distance_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3814057Z test_opinfo_sample_generators_nn_functional_pdist_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3815182Z test_opinfo_sample_generators_nn_functional_pixel_shuffle_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3816337Z test_opinfo_sample_generators_nn_functional_pixel_unshuffle_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3817990Z test_opinfo_sample_generators_nn_functional_poisson_nll_loss_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3819235Z test_opinfo_sample_generators_nn_functional_prelu_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3820339Z test_opinfo_sample_generators_nn_functional_relu6_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3821441Z test_opinfo_sample_generators_nn_functional_relu_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3822523Z test_opinfo_sample_generators_nn_functional_rrelu_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3823759Z test_opinfo_sample_generators_nn_functional_selu_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3825031Z test_opinfo_sample_generators_nn_functional_silu_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3826263Z test_opinfo_sample_generators_nn_functional_smooth_l1_loss_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3827424Z test_opinfo_sample_generators_nn_functional_soft_margin_loss_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3828541Z test_opinfo_sample_generators_nn_functional_softmin_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3829864Z test_opinfo_sample_generators_nn_functional_softmin_with_dtype_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3831095Z test_opinfo_sample_generators_nn_functional_softplus_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3832383Z test_opinfo_sample_generators_nn_functional_softshrink_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3833531Z test_opinfo_sample_generators_nn_functional_softsign_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3834626Z test_opinfo_sample_generators_nn_functional_tanhshrink_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3835722Z test_opinfo_sample_generators_nn_functional_threshold_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3836873Z test_opinfo_sample_generators_nn_functional_triplet_margin_loss_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3838260Z test_opinfo_sample_generators_nn_functional_triplet_margin_with_distance_loss_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3839012Z test_opinfo_sample_generators_nn_functional_unfold_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.002s) 2022-11-23T02:33:37.3839596Z test_opinfo_sample_generators_nn_functional_upsample_bilinear_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.000s) 2022-11-23T02:33:37.3840198Z test_opinfo_sample_generators_nn_functional_upsample_nearest_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.000s) 2022-11-23T02:33:37.3840739Z test_opinfo_sample_generators_nonzero_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.000s) 2022-11-23T02:33:37.3841270Z test_opinfo_sample_generators_norm_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.000s) 2022-11-23T02:33:37.3841869Z test_opinfo_sample_generators_norm_fro_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.000s) 2022-11-23T02:33:37.3842571Z test_opinfo_sample_generators_norm_inf_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.000s) 2022-11-23T02:33:37.3843095Z test_opinfo_sample_generators_norm_nuc_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.006s) 2022-11-23T02:33:37.3843623Z test_opinfo_sample_generators_normal_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3844692Z test_opinfo_sample_generators_normal_number_mean_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3845437Z test_opinfo_sample_generators_ones_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3845970Z test_opinfo_sample_generators_ones_like_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3846495Z test_opinfo_sample_generators_ormqr_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3847022Z test_opinfo_sample_generators_outer_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3847550Z test_opinfo_sample_generators_pca_lowrank_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3848077Z test_opinfo_sample_generators_permute_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3848613Z test_opinfo_sample_generators_pinverse_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3849118Z test_opinfo_sample_generators_polar_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3849671Z test_opinfo_sample_generators_polygamma_polygamma_n_0_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3850241Z test_opinfo_sample_generators_polygamma_polygamma_n_1_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3851113Z test_opinfo_sample_generators_polygamma_polygamma_n_2_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3852070Z test_opinfo_sample_generators_polygamma_polygamma_n_3_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3852654Z test_opinfo_sample_generators_polygamma_polygamma_n_4_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3853404Z test_opinfo_sample_generators_positive_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3853991Z test_opinfo_sample_generators_pow_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3854491Z test_opinfo_sample_generators_prod_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3855011Z test_opinfo_sample_generators_put_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.003s) 2022-11-23T02:33:37.3855528Z test_opinfo_sample_generators_qr_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3856049Z test_opinfo_sample_generators_quantile_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3856578Z test_opinfo_sample_generators_rad2deg_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3857111Z test_opinfo_sample_generators_rand_like_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3857827Z test_opinfo_sample_generators_randint_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3858704Z test_opinfo_sample_generators_randint_like_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3859229Z test_opinfo_sample_generators_randn_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3859766Z test_opinfo_sample_generators_randn_like_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3860295Z test_opinfo_sample_generators_ravel_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3860820Z test_opinfo_sample_generators_real_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.002s) 2022-11-23T02:33:37.3861481Z test_opinfo_sample_generators_reciprocal_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.000s) 2022-11-23T02:33:37.3862027Z test_opinfo_sample_generators_remainder_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.000s) 2022-11-23T02:33:37.3862555Z test_opinfo_sample_generators_renorm_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.003s) 2022-11-23T02:33:37.3863061Z test_opinfo_sample_generators_repeat_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.000s) 2022-11-23T02:33:37.3863603Z test_opinfo_sample_generators_repeat_interleave_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.000s) 2022-11-23T02:33:37.3864308Z test_opinfo_sample_generators_reshape_as_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.000s) 2022-11-23T02:33:37.3865050Z test_opinfo_sample_generators_reshape_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.006s) 2022-11-23T02:33:37.3865824Z test_opinfo_sample_generators_resize__cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.000s) 2022-11-23T02:33:37.3866358Z test_opinfo_sample_generators_resize_as__cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.000s) 2022-11-23T02:33:37.3866888Z test_opinfo_sample_generators_resolve_conj_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.000s) 2022-11-23T02:33:37.3867409Z test_opinfo_sample_generators_resolve_neg_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.000s) 2022-11-23T02:33:37.3867936Z test_opinfo_sample_generators_roll_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.000s) 2022-11-23T02:33:37.3868541Z test_opinfo_sample_generators_rot90_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.000s) 2022-11-23T02:33:37.3869078Z test_opinfo_sample_generators_round_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.000s) 2022-11-23T02:33:37.3869610Z test_opinfo_sample_generators_round_decimals_0_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.011s) 2022-11-23T02:33:37.3870166Z test_opinfo_sample_generators_round_decimals_3_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3870924Z test_opinfo_sample_generators_round_decimals_neg_3_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3871638Z test_opinfo_sample_generators_rsqrt_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3872318Z test_opinfo_sample_generators_rsub_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3872857Z test_opinfo_sample_generators_scalar_tensor_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3873401Z test_opinfo_sample_generators_scatter_add_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3873933Z test_opinfo_sample_generators_scatter_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3874482Z test_opinfo_sample_generators_scatter_reduce_amax_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3875040Z test_opinfo_sample_generators_scatter_reduce_amin_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3875589Z test_opinfo_sample_generators_scatter_reduce_mean_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3876147Z test_opinfo_sample_generators_scatter_reduce_prod_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3876688Z test_opinfo_sample_generators_scatter_reduce_sum_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3877368Z test_opinfo_sample_generators_searchsorted_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3877939Z test_opinfo_sample_generators_segment_reduce_lengths_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3878960Z test_opinfo_sample_generators_segment_reduce_offsets_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3879501Z test_opinfo_sample_generators_select_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3880039Z test_opinfo_sample_generators_select_scatter_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3880568Z test_opinfo_sample_generators_sgn_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3881071Z test_opinfo_sample_generators_short_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3881602Z test_opinfo_sample_generators_sigmoid_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3882123Z test_opinfo_sample_generators_sign_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3882660Z test_opinfo_sample_generators_signal_windows_cosine_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3883234Z test_opinfo_sample_generators_signal_windows_exponential_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3883963Z test_opinfo_sample_generators_signal_windows_gaussian_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3884550Z test_opinfo_sample_generators_signal_windows_kaiser_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3885516Z test_opinfo_sample_generators_signbit_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3886038Z test_opinfo_sample_generators_sin_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3886556Z test_opinfo_sample_generators_sinc_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3887073Z test_opinfo_sample_generators_sinh_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3887581Z test_opinfo_sample_generators_slice_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.000s) 2022-11-23T02:33:37.3888107Z test_opinfo_sample_generators_slice_scatter_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.002s) 2022-11-23T02:33:37.3888634Z test_opinfo_sample_generators_softmax_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.000s) 2022-11-23T02:33:37.3889171Z test_opinfo_sample_generators_softmax_with_dtype_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.003s) 2022-11-23T02:33:37.3889691Z test_opinfo_sample_generators_sort_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.000s) 2022-11-23T02:33:37.3890233Z test_opinfo_sample_generators_sparse_sampled_addmm_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.000s) 2022-11-23T02:33:37.3890970Z test_opinfo_sample_generators_special_airy_ai_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.000s) 2022-11-23T02:33:37.3891847Z test_opinfo_sample_generators_special_bessel_j0_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.000s) 2022-11-23T02:33:37.3892413Z test_opinfo_sample_generators_special_bessel_j1_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.006s) 2022-11-23T02:33:37.3892958Z test_opinfo_sample_generators_special_bessel_y0_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.000s) 2022-11-23T02:33:37.3893510Z test_opinfo_sample_generators_special_bessel_y1_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.000s) 2022-11-23T02:33:37.3894084Z test_opinfo_sample_generators_special_chebyshev_polynomial_t_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.000s) 2022-11-23T02:33:37.3894660Z test_opinfo_sample_generators_special_chebyshev_polynomial_u_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.000s) 2022-11-23T02:33:37.3895448Z test_opinfo_sample_generators_special_chebyshev_polynomial_v_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:33:37.3896199Z test_opinfo_sample_generators_special_chebyshev_polynomial_w_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:33:37.3896841Z test_opinfo_sample_generators_special_entr_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.000s) 2022-11-23T02:33:37.3897540Z test_opinfo_sample_generators_special_erfcx_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.010s) 2022-11-23T02:33:37.3898447Z test_opinfo_sample_generators_special_hermite_polynomial_h_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3899055Z test_opinfo_sample_generators_special_hermite_polynomial_he_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3899619Z test_opinfo_sample_generators_special_i0e_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3900157Z test_opinfo_sample_generators_special_i1_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3900681Z test_opinfo_sample_generators_special_i1e_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3901332Z test_opinfo_sample_generators_special_laguerre_polynomial_l_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3902024Z test_opinfo_sample_generators_special_legendre_polynomial_p_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:33:37.3902670Z test_opinfo_sample_generators_special_log_ndtr_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3903240Z test_opinfo_sample_generators_special_modified_bessel_i0_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3903955Z test_opinfo_sample_generators_special_modified_bessel_i1_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3904815Z test_opinfo_sample_generators_special_modified_bessel_k0_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3905404Z test_opinfo_sample_generators_special_modified_bessel_k1_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3905942Z test_opinfo_sample_generators_special_ndtr_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3906488Z test_opinfo_sample_generators_special_ndtri_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3907074Z test_opinfo_sample_generators_special_polygamma_special_polygamma_n_0_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3907676Z test_opinfo_sample_generators_special_scaled_modified_bessel_k0_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3908266Z test_opinfo_sample_generators_special_scaled_modified_bessel_k1_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3908951Z test_opinfo_sample_generators_special_shifted_chebyshev_polynomial_t_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:33:37.3909714Z test_opinfo_sample_generators_special_shifted_chebyshev_polynomial_u_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:33:37.3910610Z test_opinfo_sample_generators_special_shifted_chebyshev_polynomial_v_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:33:37.3911831Z test_opinfo_sample_generators_special_shifted_chebyshev_polynomial_w_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:33:37.3912491Z test_opinfo_sample_generators_special_spherical_bessel_j0_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3913044Z test_opinfo_sample_generators_special_xlog1py_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3913595Z test_opinfo_sample_generators_special_zeta_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3914124Z test_opinfo_sample_generators_split_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.002s) 2022-11-23T02:33:37.3914661Z test_opinfo_sample_generators_split_list_args_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3915201Z test_opinfo_sample_generators_split_with_sizes_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3915726Z test_opinfo_sample_generators_sqrt_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3916246Z test_opinfo_sample_generators_square_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3916907Z test_opinfo_sample_generators_squeeze_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3917633Z test_opinfo_sample_generators_stack_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.003s) 2022-11-23T02:33:37.3918387Z test_opinfo_sample_generators_std_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.000s) 2022-11-23T02:33:37.3918912Z test_opinfo_sample_generators_std_mean_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.003s) 2022-11-23T02:33:37.3919437Z test_opinfo_sample_generators_stft_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.000s) 2022-11-23T02:33:37.3919950Z test_opinfo_sample_generators_sub_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.000s) 2022-11-23T02:33:37.3920455Z test_opinfo_sample_generators_sum_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.000s) 2022-11-23T02:33:37.3920973Z test_opinfo_sample_generators_sum_to_size_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.000s) 2022-11-23T02:33:37.3921474Z test_opinfo_sample_generators_svd_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.006s) 2022-11-23T02:33:37.3922001Z test_opinfo_sample_generators_svd_lowrank_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.000s) 2022-11-23T02:33:37.3922526Z test_opinfo_sample_generators_symeig_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.000s) 2022-11-23T02:33:37.3923042Z test_opinfo_sample_generators_t_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.000s) 2022-11-23T02:33:37.3923713Z test_opinfo_sample_generators_take_along_dim_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.000s) 2022-11-23T02:33:37.3924579Z test_opinfo_sample_generators_take_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.000s) 2022-11-23T02:33:37.3925114Z test_opinfo_sample_generators_tan_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.000s) 2022-11-23T02:33:37.3925631Z test_opinfo_sample_generators_tanh_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.000s) 2022-11-23T02:33:37.3926139Z test_opinfo_sample_generators_tensor_split_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.011s) 2022-11-23T02:33:37.3926675Z test_opinfo_sample_generators_tensordot_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3927310Z test_opinfo_sample_generators_tile_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3927822Z test_opinfo_sample_generators_to_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3928346Z test_opinfo_sample_generators_to_sparse_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3928861Z test_opinfo_sample_generators_topk_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3929375Z test_opinfo_sample_generators_trace_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3930029Z test_opinfo_sample_generators_transpose_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3930575Z test_opinfo_sample_generators_trapezoid_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3931483Z test_opinfo_sample_generators_trapz_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3932030Z test_opinfo_sample_generators_triangular_solve_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3932568Z test_opinfo_sample_generators_tril_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3933090Z test_opinfo_sample_generators_tril_indices_cuda_int64 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3933617Z test_opinfo_sample_generators_triu_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3934210Z test_opinfo_sample_generators_triu_indices_cuda_int64 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3934491Z test_opinfo_sample_generators_true_divide_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3934743Z test_opinfo_sample_generators_trunc_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3935000Z test_opinfo_sample_generators_unbind_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3935257Z test_opinfo_sample_generators_unflatten_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3935514Z test_opinfo_sample_generators_unfold_copy_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3935763Z test_opinfo_sample_generators_unfold_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3936018Z test_opinfo_sample_generators_uniform_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3936289Z test_opinfo_sample_generators_unique_consecutive_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3936701Z test_opinfo_sample_generators_unique_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3936972Z test_opinfo_sample_generators_unsqueeze_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3937221Z test_opinfo_sample_generators_var_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3937642Z test_opinfo_sample_generators_var_mean_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3938036Z test_opinfo_sample_generators_vdot_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3938317Z test_opinfo_sample_generators_view_as_complex_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3938572Z test_opinfo_sample_generators_view_as_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3938842Z test_opinfo_sample_generators_view_as_real_cuda_complex64 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.002s) 2022-11-23T02:33:37.3940398Z test_opinfo_sample_generators_view_copy_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.000s) 2022-11-23T02:33:37.3940649Z test_opinfo_sample_generators_view_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.000s) 2022-11-23T02:33:37.3940905Z test_opinfo_sample_generators_vsplit_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.003s) 2022-11-23T02:33:37.3941160Z test_opinfo_sample_generators_vstack_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.000s) 2022-11-23T02:33:37.3941414Z test_opinfo_sample_generators_where_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.000s) 2022-11-23T02:33:37.3941671Z test_opinfo_sample_generators_xlogy_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.006s) 2022-11-23T02:33:37.3941925Z test_opinfo_sample_generators_zero__cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.002s) 2022-11-23T02:33:37.3942159Z test_opinfo_sample_generators_zeros_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.002s) 2022-11-23T02:33:37.3942420Z test_opinfo_sample_generators_zeros_like_cuda_float32 (__main__.TestOpInfoSampleFunctionsCUDA) ... ok (0.002s) 2022-11-23T02:33:37.3942579Z test_sample_input (__main__.TestOpInfos) ... ok (0.006s) 2022-11-23T02:33:37.3942755Z test_sample_input_metadata (__main__.TestOpInfos) ... ok (0.003s) 2022-11-23T02:33:37.3942944Z test_default_names (__main__.TestTestParametrization) ... ok (0.003s) 2022-11-23T02:33:37.3943325Z test_modules_decorator_misuse_error (__main__.TestTestParametrization) ... ok (0.002s) 2022-11-23T02:33:37.3943676Z test_multiple_handling_of_same_param_error (__main__.TestTestParametrization) ... ok (0.003s) 2022-11-23T02:33:37.3943874Z test_name_fn (__main__.TestTestParametrization) ... ok (0.005s) 2022-11-23T02:33:37.3944423Z test_ops_decorator_misuse_error (__main__.TestTestParametrization) ... ok (0.002s) 2022-11-23T02:33:37.3944786Z test_subtest_expected_failure_x_1 (__main__.TestTestParametrization) ... ok (0.001s) 2022-11-23T02:33:37.3945117Z test_subtest_expected_failure_x_2 (__main__.TestTestParametrization) ... expected failure (0.001s) 2022-11-23T02:33:37.3945333Z test_subtest_expected_failure_x_3 (__main__.TestTestParametrization) ... ok (0.000s) 2022-11-23T02:33:37.3945524Z test_subtest_names (__main__.TestTestParametrization) ... ok (0.002s) 2022-11-23T02:33:37.3945781Z test_two_things_subtest_expected_failure_x_1_y_4 (__main__.TestTestParametrization) ... expected failure (0.001s) 2022-11-23T02:33:37.3946041Z test_two_things_subtest_expected_failure_x_1_y_5 (__main__.TestTestParametrization) ... expected failure (0.001s) 2022-11-23T02:33:37.3946297Z test_two_things_subtest_expected_failure_x_1_y_6 (__main__.TestTestParametrization) ... expected failure (0.001s) 2022-11-23T02:33:37.3946529Z test_two_things_subtest_expected_failure_x_2_y_4 (__main__.TestTestParametrization) ... ok (0.001s) 2022-11-23T02:33:37.3946757Z test_two_things_subtest_expected_failure_x_2_y_5 (__main__.TestTestParametrization) ... ok (0.001s) 2022-11-23T02:33:37.3947011Z test_two_things_subtest_expected_failure_x_2_y_6 (__main__.TestTestParametrization) ... expected failure (0.001s) 2022-11-23T02:33:37.3947236Z test_two_things_subtest_expected_failure_x_3_y_4 (__main__.TestTestParametrization) ... ok (0.001s) 2022-11-23T02:33:37.3947441Z test_two_things_subtest_expected_failure_x_3_y_5 (__main__.TestTestParametrization) ... ok (0.001s) 2022-11-23T02:33:37.3947686Z test_two_things_subtest_expected_failure_x_3_y_6 (__main__.TestTestParametrization) ... expected failure (0.002s) 2022-11-23T02:33:37.3947930Z test_default_names_cuda (__main__.TestTestParametrizationDeviceTypeCUDA) ... ok (0.003s) 2022-11-23T02:33:37.3948191Z test_dtypes_composition_invalid_cuda (__main__.TestTestParametrizationDeviceTypeCUDA) ... ok (0.002s) 2022-11-23T02:33:37.3948447Z test_dtypes_composition_valid_cuda (__main__.TestTestParametrizationDeviceTypeCUDA) ... ok (0.002s) 2022-11-23T02:33:37.3948851Z test_multiple_handling_of_same_param_error_cuda (__main__.TestTestParametrizationDeviceTypeCUDA) ... ok (0.004s) 2022-11-23T02:33:37.3949081Z test_name_fn_cuda (__main__.TestTestParametrizationDeviceTypeCUDA) ... ok (0.004s) 2022-11-23T02:33:37.3949335Z test_ops_composition_names_cuda (__main__.TestTestParametrizationDeviceTypeCUDA) ... ok (1.020s) 2022-11-23T02:33:37.3949599Z test_subtest_expected_failure_x_1_cuda (__main__.TestTestParametrizationDeviceTypeCUDA) ... ok (0.002s) 2022-11-23T02:33:37.3950037Z test_subtest_expected_failure_x_2_cuda (__main__.TestTestParametrizationDeviceTypeCUDA) ... expected failure (0.002s) 2022-11-23T02:33:37.3950308Z test_subtest_expected_failure_x_3_cuda (__main__.TestTestParametrizationDeviceTypeCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3950715Z test_subtest_names_cuda (__main__.TestTestParametrizationDeviceTypeCUDA) ... ok (0.003s) 2022-11-23T02:33:37.3951243Z test_two_things_subtest_expected_failure_x_1_y_4_cuda (__main__.TestTestParametrizationDeviceTypeCUDA) ... expected failure (0.002s) 2022-11-23T02:33:37.3951560Z test_two_things_subtest_expected_failure_x_1_y_5_cuda (__main__.TestTestParametrizationDeviceTypeCUDA) ... expected failure (0.002s) 2022-11-23T02:33:37.3951856Z test_two_things_subtest_expected_failure_x_1_y_6_cuda (__main__.TestTestParametrizationDeviceTypeCUDA) ... expected failure (0.002s) 2022-11-23T02:33:37.3952136Z test_two_things_subtest_expected_failure_x_2_y_4_cuda (__main__.TestTestParametrizationDeviceTypeCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3952416Z test_two_things_subtest_expected_failure_x_2_y_5_cuda (__main__.TestTestParametrizationDeviceTypeCUDA) ... ok (0.002s) 2022-11-23T02:33:37.3952800Z test_two_things_subtest_expected_failure_x_2_y_6_cuda (__main__.TestTestParametrizationDeviceTypeCUDA) ... expected failure (0.002s) 2022-11-23T02:33:37.3953086Z test_two_things_subtest_expected_failure_x_3_y_4_cuda (__main__.TestTestParametrizationDeviceTypeCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3953366Z test_two_things_subtest_expected_failure_x_3_y_5_cuda (__main__.TestTestParametrizationDeviceTypeCUDA) ... ok (0.002s) 2022-11-23T02:33:37.3953661Z test_two_things_subtest_expected_failure_x_3_y_6_cuda (__main__.TestTestParametrizationDeviceTypeCUDA) ... expected failure (0.002s) 2022-11-23T02:33:37.3953960Z test_unparametrized_names_cuda (__main__.TestTestParametrizationDeviceTypeCUDA) ... ok (0.002s) 2022-11-23T02:33:37.3954162Z test_assertEqual_longMessage_cuda (__main__.TestTestingCUDA) ... ok (0.002s) 2022-11-23T02:33:37.3954354Z test_assertEqual_numpy_cuda_bool (__main__.TestTestingCUDA) ... ok (0.007s) 2022-11-23T02:33:37.3954545Z test_assertEqual_numpy_cuda_complex128 (__main__.TestTestingCUDA) ... ok (0.006s) 2022-11-23T02:33:37.3954749Z test_assertEqual_numpy_cuda_complex64 (__main__.TestTestingCUDA) ... ok (0.000s) 2022-11-23T02:33:37.3954942Z test_assertEqual_numpy_cuda_float16 (__main__.TestTestingCUDA) ... ok (0.010s) 2022-11-23T02:33:37.3955129Z test_assertEqual_numpy_cuda_float32 (__main__.TestTestingCUDA) ... ok (0.010s) 2022-11-23T02:33:37.3955316Z test_assertEqual_numpy_cuda_float64 (__main__.TestTestingCUDA) ... ok (0.010s) 2022-11-23T02:33:37.3955504Z test_assertEqual_numpy_cuda_int16 (__main__.TestTestingCUDA) ... ok (0.000s) 2022-11-23T02:33:37.3955688Z test_assertEqual_numpy_cuda_int32 (__main__.TestTestingCUDA) ... ok (0.010s) 2022-11-23T02:33:37.3955866Z test_assertEqual_numpy_cuda_int64 (__main__.TestTestingCUDA) ... ok (0.000s) 2022-11-23T02:33:37.3956053Z test_assertEqual_numpy_cuda_int8 (__main__.TestTestingCUDA) ... ok (0.010s) 2022-11-23T02:33:37.3956343Z test_assertEqual_numpy_cuda_uint8 (__main__.TestTestingCUDA) ... ok (0.014s) 2022-11-23T02:33:37.3956728Z test_cuda_assert_should_not_stop_common_distributed_test_suite_cuda (__main__.TestTestingCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T02:33:37.3957052Z test_cuda_assert_should_stop_common_device_type_test_suite_cuda (__main__.TestTestingCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T02:33:37.3957778Z test_cuda_assert_should_stop_common_utils_test_suite_cuda (__main__.TestTestingCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:33:37.3957982Z test_get_supported_dtypes_cuda (__main__.TestTestingCUDA) ... ok (0.522s) 2022-11-23T02:33:37.3958199Z test_isclose_atol_rtol_greater_than_zero_cuda_bool (__main__.TestTestingCUDA) ... ok (0.003s) 2022-11-23T02:33:37.3958420Z test_isclose_atol_rtol_greater_than_zero_cuda_float16 (__main__.TestTestingCUDA) ... ok (0.003s) 2022-11-23T02:33:37.3958645Z test_isclose_atol_rtol_greater_than_zero_cuda_float32 (__main__.TestTestingCUDA) ... ok (0.006s) 2022-11-23T02:33:37.3958865Z test_isclose_atol_rtol_greater_than_zero_cuda_float64 (__main__.TestTestingCUDA) ... ok (0.000s) 2022-11-23T02:33:37.3959080Z test_isclose_atol_rtol_greater_than_zero_cuda_int16 (__main__.TestTestingCUDA) ... ok (0.000s) 2022-11-23T02:33:37.3959294Z test_isclose_atol_rtol_greater_than_zero_cuda_int32 (__main__.TestTestingCUDA) ... ok (0.012s) 2022-11-23T02:33:37.3959500Z test_isclose_atol_rtol_greater_than_zero_cuda_int64 (__main__.TestTestingCUDA) ... ok (0.004s) 2022-11-23T02:33:37.3959694Z test_isclose_atol_rtol_greater_than_zero_cuda_int8 (__main__.TestTestingCUDA) ... ok (0.004s) 2022-11-23T02:33:37.3959902Z test_isclose_atol_rtol_greater_than_zero_cuda_uint8 (__main__.TestTestingCUDA) ... ok (0.003s) 2022-11-23T02:33:37.3960075Z test_isclose_bool_cuda (__main__.TestTestingCUDA) ... ok (0.027s) 2022-11-23T02:33:37.3960361Z test_isclose_complex_cuda_complex128 (__main__.TestTestingCUDA) ... ok (0.566s) 2022-11-23T02:33:37.3960573Z test_isclose_complex_cuda_complex64 (__main__.TestTestingCUDA) ... ok (0.532s) 2022-11-23T02:33:37.3960764Z test_isclose_equality_shortcut_cuda (__main__.TestTestingCUDA) ... ok (0.001s) 2022-11-23T02:33:37.3960950Z test_isclose_float_cuda_float16 (__main__.TestTestingCUDA) ... ok (0.113s) 2022-11-23T02:33:37.3961140Z test_isclose_float_cuda_float32 (__main__.TestTestingCUDA) ... ok (0.106s) 2022-11-23T02:33:37.3961327Z test_isclose_float_cuda_float64 (__main__.TestTestingCUDA) ... ok (0.118s) 2022-11-23T02:33:37.3961515Z test_isclose_integer_cuda_int16 (__main__.TestTestingCUDA) ... ok (0.075s) 2022-11-23T02:33:37.3961698Z test_isclose_integer_cuda_int32 (__main__.TestTestingCUDA) ... ok (0.040s) 2022-11-23T02:33:37.3961881Z test_isclose_integer_cuda_int64 (__main__.TestTestingCUDA) ... ok (0.061s) 2022-11-23T02:33:37.3962065Z test_isclose_integer_cuda_int8 (__main__.TestTestingCUDA) ... ok (0.054s) 2022-11-23T02:33:37.3962249Z test_isclose_integer_cuda_uint8 (__main__.TestTestingCUDA) ... ok (0.041s) 2022-11-23T02:33:37.3962469Z test_isclose_nan_equality_shortcut_cuda_complex128 (__main__.TestTestingCUDA) ... ok (0.011s) 2022-11-23T02:33:37.3962685Z test_isclose_nan_equality_shortcut_cuda_complex64 (__main__.TestTestingCUDA) ... ok (0.004s) 2022-11-23T02:33:37.3963044Z test_isclose_nan_equality_shortcut_cuda_float16 (__main__.TestTestingCUDA) ... ok (0.006s) 2022-11-23T02:33:37.3963263Z test_isclose_nan_equality_shortcut_cuda_float32 (__main__.TestTestingCUDA) ... ok (0.005s) 2022-11-23T02:33:37.3963455Z test_isclose_nan_equality_shortcut_cuda_float64 (__main__.TestTestingCUDA) ... ok (0.005s) 2022-11-23T02:33:37.3964470Z test_make_tensor_complex32_cuda (__main__.TestTestingCUDA) ... 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-23T02:33:37.3964649Z result = torch.empty(shape, device=device, dtype=dtype) 2022-11-23T02:33:37.3964719Z ok (0.003s) 2022-11-23T02:33:37.3964900Z test_make_tensor_cuda_bool (__main__.TestTestingCUDA) ... ok (0.025s) 2022-11-23T02:33:37.3965192Z test_make_tensor_cuda_complex64 (__main__.TestTestingCUDA) ... ok (0.038s) 2022-11-23T02:33:37.3965374Z test_make_tensor_cuda_float32 (__main__.TestTestingCUDA) ... ok (0.054s) 2022-11-23T02:33:37.3965553Z test_make_tensor_cuda_int64 (__main__.TestTestingCUDA) ... ok (0.047s) 2022-11-23T02:33:37.3965564Z 2022-11-23T02:33:37.3965761Z ---------------------------------------------------------------------- 2022-11-23T02:33:37.3965867Z Ran 1202 tests in 14.860s 2022-11-23T02:33:37.3965876Z 2022-11-23T02:33:37.3966009Z OK (skipped=29, expected failures=13) 2022-11-23T02:33:37.3966016Z 2022-11-23T02:33:37.3966128Z Generating XML reports... 2022-11-23T02:33:37.3966421Z Generated XML report: test-reports\python-unittest\test_testing\TEST-TestAssertClose-20221123023321.xml 2022-11-23T02:33:37.3966735Z Generated XML report: test-reports\python-unittest\test_testing\TEST-TestAssertCloseContainer-20221123023321.xml 2022-11-23T02:33:37.3967050Z Generated XML report: test-reports\python-unittest\test_testing\TEST-TestAssertCloseErrorMessage-20221123023321.xml 2022-11-23T02:33:37.3967392Z Generated XML report: test-reports\python-unittest\test_testing\TEST-TestAssertCloseMultiDeviceCUDA-20221123023321.xml 2022-11-23T02:33:37.3967702Z Generated XML report: test-reports\python-unittest\test_testing\TEST-TestAssertCloseQuantized-20221123023321.xml 2022-11-23T02:33:37.3967995Z Generated XML report: test-reports\python-unittest\test_testing\TEST-TestAssertCloseSparseBSC-20221123023321.xml 2022-11-23T02:33:37.3968284Z Generated XML report: test-reports\python-unittest\test_testing\TEST-TestAssertCloseSparseBSR-20221123023321.xml 2022-11-23T02:33:37.3968651Z Generated XML report: test-reports\python-unittest\test_testing\TEST-TestAssertCloseSparseCOO-20221123023321.xml 2022-11-23T02:33:37.3968954Z Generated XML report: test-reports\python-unittest\test_testing\TEST-TestAssertCloseSparseCSC-20221123023321.xml 2022-11-23T02:33:37.3969239Z Generated XML report: test-reports\python-unittest\test_testing\TEST-TestAssertCloseSparseCSR-20221123023321.xml 2022-11-23T02:33:37.3969668Z Generated XML report: test-reports\python-unittest\test_testing\TEST-TestImports-20221123023321.xml 2022-11-23T02:33:37.3970011Z Generated XML report: test-reports\python-unittest\test_testing\TEST-TestOpInfoSampleFunctionsCUDA-20221123023321.xml 2022-11-23T02:33:37.3970401Z Generated XML report: test-reports\python-unittest\test_testing\TEST-TestOpInfos-20221123023321.xml 2022-11-23T02:33:37.3970716Z Generated XML report: test-reports\python-unittest\test_testing\TEST-TestTestParametrization-20221123023321.xml 2022-11-23T02:33:37.3971199Z Generated XML report: test-reports\python-unittest\test_testing\TEST-TestTestParametrizationDeviceTypeCUDA-20221123023321.xml 2022-11-23T02:33:37.3971510Z Generated XML report: test-reports\python-unittest\test_testing\TEST-TestTestingCUDA-20221123023321.xml 2022-11-23T02:33:37.3971799Z Generated XML report: test-reports\python-unittest\test_testing\TEST-TestFrameworkUtils-20221123023321.xml 2022-11-23T02:33:37.3971811Z 2022-11-23T02:33:37.3972230Z ##[endgroup] 2022-11-23T02:33:37.3972537Z FINISHED PRINTING LOG FILE of test_testing (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_testing_cfryav65) 2022-11-23T02:33:37.3972545Z 2022-11-23T02:33:43.2281725Z Running test_mkl_verbose ... [2022-11-23 02:33:43.227364] 2022-11-23T02:33:43.2289740Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_mkl_verbose.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:33:43.228721] 2022-11-23T02:33:43.2292327Z Ignoring disabled issues: [] 2022-11-23T02:33:51.8514186Z 2022-11-23T02:33:51.8515234Z Expand the folded group to see the log file of test_xnnpack_integration 2022-11-23T02:33:51.8517061Z ##[group]PRINTING LOG FILE of test_xnnpack_integration (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_xnnpack_integration_mc3giog3) 2022-11-23T02:33:51.8517907Z 2022-11-23T02:33:51.8518090Z Running tests... 2022-11-23T02:33:51.8518738Z ---------------------------------------------------------------------- 2022-11-23T02:33:51.8519194Z Test results will be stored in test-reports\python-unittest\test_xnnpack_integration 2022-11-23T02:33:51.8519757Z test_conv1d_basic (__main__.TestXNNPACKConv1dTransformPass) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:33:51.8520380Z test_conv1d_with_relu_fc (__main__.TestXNNPACKConv1dTransformPass) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:33:51.8520851Z test_conv2d (__main__.TestXNNPACKOps) ... ok (3.177s) 2022-11-23T02:33:51.8521219Z test_conv2d_transpose (__main__.TestXNNPACKOps) ... ok (2.189s) 2022-11-23T02:33:51.8521733Z test_linear (__main__.TestXNNPACKOps) ... skip: Fails on some platforms, see https://github.com/pytorch/pytorch/issues/73488 (0.003s) 2022-11-23T02:33:51.8522194Z test_linear_1d_input (__main__.TestXNNPACKOps) ... ok (0.172s) 2022-11-23T02:33:51.8522588Z test_decomposed_linear (__main__.TestXNNPACKRewritePass) ... ok (0.207s) 2022-11-23T02:33:51.8523393Z test_linear (__main__.TestXNNPACKRewritePass) ... ok (1.419s) 2022-11-23T02:33:51.8524349Z test_combined_model (__main__.TestXNNPACKSerDes) ... skip: Fails on some platforms, see https://github.com/pytorch/pytorch/issues/73488 (0.012s) 2022-11-23T02:33:51.8525189Z test_conv2d (__main__.TestXNNPACKSerDes) ... ok (2.475s) 2022-11-23T02:33:51.8525564Z test_conv2d_transpose (__main__.TestXNNPACKSerDes) ... ok (3.800s) 2022-11-23T02:33:51.8526077Z test_linear (__main__.TestXNNPACKSerDes) ... skip: Fails on some platforms, see https://github.com/pytorch/pytorch/issues/73488 (0.003s) 2022-11-23T02:33:51.8526542Z 2022-11-23T02:33:51.8526738Z ---------------------------------------------------------------------- 2022-11-23T02:33:51.8527058Z Ran 12 tests in 13.468s 2022-11-23T02:33:51.8527207Z 2022-11-23T02:33:51.8527301Z OK (skipped=5) 2022-11-23T02:33:51.8527437Z 2022-11-23T02:33:51.8527550Z Generating XML reports... 2022-11-23T02:33:51.8528017Z Generated XML report: test-reports\python-unittest\test_xnnpack_integration\TEST-TestXNNPACKOps-20221123023337.xml 2022-11-23T02:33:51.8528669Z Generated XML report: test-reports\python-unittest\test_xnnpack_integration\TEST-TestXNNPACKRewritePass-20221123023337.xml 2022-11-23T02:33:51.8529321Z Generated XML report: test-reports\python-unittest\test_xnnpack_integration\TEST-TestXNNPACKSerDes-20221123023337.xml 2022-11-23T02:33:51.8530478Z Generated XML report: test-reports\python-unittest\test_xnnpack_integration\TEST-TestXNNPACKConv1dTransformPass-20221123023337.xml 2022-11-23T02:33:51.8531194Z 2022-11-23T02:33:51.8531801Z ##[endgroup] 2022-11-23T02:33:51.8532326Z FINISHED PRINTING LOG FILE of test_xnnpack_integration (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_xnnpack_integration_mc3giog3) 2022-11-23T02:33:51.8532683Z 2022-11-23T02:33:56.4149077Z Running test_sort_and_select ... [2022-11-23 02:33:56.411171] 2022-11-23T02:33:56.4156416Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_sort_and_select.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:33:56.411171] 2022-11-23T02:33:56.4158984Z Ignoring disabled issues: [] 2022-11-23T02:33:58.6827923Z 2022-11-23T02:33:58.6829076Z Expand the folded group to see the log file of test_mkl_verbose 2022-11-23T02:33:58.6830654Z ##[group]PRINTING LOG FILE of test_mkl_verbose (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_mkl_verbose_89yuswr5) 2022-11-23T02:33:58.6831333Z 2022-11-23T02:33:58.6831538Z Running tests... 2022-11-23T02:33:58.6832191Z ---------------------------------------------------------------------- 2022-11-23T02:33:58.6833011Z Test results will be stored in test-reports\python-unittest\test_mkl_verbose 2022-11-23T02:33:58.6833807Z test_verbose_off (__main__.TestMKLVerbose) ... ok (6.234s) 2022-11-23T02:33:58.6834637Z test_verbose_on (__main__.TestMKLVerbose) ... ok (3.324s) 2022-11-23T02:33:58.6835515Z 2022-11-23T02:33:58.6835903Z ---------------------------------------------------------------------- 2022-11-23T02:33:58.6836619Z Ran 2 tests in 9.562s 2022-11-23T02:33:58.6836799Z 2022-11-23T02:33:58.6836875Z OK 2022-11-23T02:33:58.6836992Z 2022-11-23T02:33:58.6837111Z Generating XML reports... 2022-11-23T02:33:58.6837556Z Generated XML report: test-reports\python-unittest\test_mkl_verbose\TEST-TestMKLVerbose-20221123023348.xml 2022-11-23T02:33:58.6837871Z 2022-11-23T02:33:58.6838175Z ##[endgroup] 2022-11-23T02:33:58.6838628Z FINISHED PRINTING LOG FILE of test_mkl_verbose (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_mkl_verbose_89yuswr5) 2022-11-23T02:33:58.6838963Z 2022-11-23T02:34:03.6051392Z Running test_mkldnn_verbose ... [2022-11-23 02:34:03.604646] 2022-11-23T02:34:03.6058773Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_mkldnn_verbose.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:34:03.605298] 2022-11-23T02:34:03.6061436Z Ignoring disabled issues: [] 2022-11-23T02:34:10.4239111Z 2022-11-23T02:34:10.4239802Z Expand the folded group to see the log file of test_sort_and_select 2022-11-23T02:34:10.4240728Z ##[group]PRINTING LOG FILE of test_sort_and_select (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_sort_and_select__69bdysu) 2022-11-23T02:34:10.4241307Z 2022-11-23T02:34:10.4241489Z Running tests... 2022-11-23T02:34:10.4242093Z ---------------------------------------------------------------------- 2022-11-23T02:34:10.4242565Z Test results will be stored in test-reports\python-unittest\test_sort_and_select 2022-11-23T02:34:10.4247684Z test_isin_cuda_float16 (__main__.TestSortAndSelectCUDA) ... ok (1.818s) 2022-11-23T02:34:10.4248550Z test_isin_cuda_float32 (__main__.TestSortAndSelectCUDA) ... ok (0.038s) 2022-11-23T02:34:10.4249310Z test_isin_cuda_float64 (__main__.TestSortAndSelectCUDA) ... ok (0.035s) 2022-11-23T02:34:10.4250002Z test_isin_cuda_int16 (__main__.TestSortAndSelectCUDA) ... ok (0.038s) 2022-11-23T02:34:10.4250741Z test_isin_cuda_int32 (__main__.TestSortAndSelectCUDA) ... ok (0.033s) 2022-11-23T02:34:10.4251428Z test_isin_cuda_int64 (__main__.TestSortAndSelectCUDA) ... ok (0.039s) 2022-11-23T02:34:10.4252222Z test_isin_cuda_int8 (__main__.TestSortAndSelectCUDA) ... ok (0.038s) 2022-11-23T02:34:10.4252938Z test_isin_cuda_uint8 (__main__.TestSortAndSelectCUDA) ... ok (0.042s) 2022-11-23T02:34:10.4253620Z test_isin_different_devices_cuda_float32 (__main__.TestSortAndSelectCUDA) ... ok (0.979s) 2022-11-23T02:34:10.4254380Z test_isin_different_devices_cuda_float64 (__main__.TestSortAndSelectCUDA) ... ok (0.003s) 2022-11-23T02:34:10.4255218Z test_isin_different_devices_cuda_int16 (__main__.TestSortAndSelectCUDA) ... ok (0.003s) 2022-11-23T02:34:10.4256062Z test_isin_different_devices_cuda_int32 (__main__.TestSortAndSelectCUDA) ... ok (0.003s) 2022-11-23T02:34:10.4257068Z test_isin_different_devices_cuda_int64 (__main__.TestSortAndSelectCUDA) ... ok (0.003s) 2022-11-23T02:34:10.4258277Z test_isin_different_devices_cuda_int8 (__main__.TestSortAndSelectCUDA) ... ok (0.003s) 2022-11-23T02:34:10.4259162Z test_isin_different_devices_cuda_uint8 (__main__.TestSortAndSelectCUDA) ... ok (0.003s) 2022-11-23T02:34:10.4259923Z test_isin_different_dtypes_cuda (__main__.TestSortAndSelectCUDA) ... ok (0.140s) 2022-11-23T02:34:10.4260685Z test_kthvalue_cuda_float64 (__main__.TestSortAndSelectCUDA) ... ok (0.020s) 2022-11-23T02:34:10.4261412Z test_kthvalue_scalar_cuda_float32 (__main__.TestSortAndSelectCUDA) ... ok (0.000s) 2022-11-23T02:34:10.4262168Z test_msort_cuda_bfloat16 (__main__.TestSortAndSelectCUDA) ... ok (0.015s) 2022-11-23T02:34:10.4262845Z test_msort_cuda_float16 (__main__.TestSortAndSelectCUDA) ... ok (0.010s) 2022-11-23T02:34:10.4263514Z test_msort_cuda_float32 (__main__.TestSortAndSelectCUDA) ... ok (0.010s) 2022-11-23T02:34:10.4264173Z test_msort_cuda_float64 (__main__.TestSortAndSelectCUDA) ... ok (0.009s) 2022-11-23T02:34:10.4265126Z test_msort_cuda_int16 (__main__.TestSortAndSelectCUDA) ... ok (0.008s) 2022-11-23T02:34:10.4265510Z test_msort_cuda_int32 (__main__.TestSortAndSelectCUDA) ... ok (0.004s) 2022-11-23T02:34:10.4265905Z test_msort_cuda_int64 (__main__.TestSortAndSelectCUDA) ... ok (0.009s) 2022-11-23T02:34:10.4266297Z test_msort_cuda_int8 (__main__.TestSortAndSelectCUDA) ... ok (0.000s) 2022-11-23T02:34:10.4266689Z test_msort_cuda_uint8 (__main__.TestSortAndSelectCUDA) ... ok (0.010s) 2022-11-23T02:34:10.4267966Z 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-23T02:34:10.4269142Z torch.sort(tensor, out=(values, indices)) 2022-11-23T02:34:10.4269404Z ok (0.000s) 2022-11-23T02:34:10.4269705Z test_sort_cuda (__main__.TestSortAndSelectCUDA) ... ok (3.711s) 2022-11-23T02:34:10.4270124Z test_sort_discontiguous_cuda_float32 (__main__.TestSortAndSelectCUDA) ... ok (0.302s) 2022-11-23T02:34:10.4270674Z test_sort_discontiguous_slow_cuda_float32 (__main__.TestSortAndSelectCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T02:34:10.4271343Z test_sort_large_cuda_uint8 (__main__.TestSortAndSelectCUDA) ... skip: Insufficient cuda:0 memory (0.079s) 2022-11-23T02:34:10.4271822Z test_sort_large_slice_cuda (__main__.TestSortAndSelectCUDA) ... ok (0.551s) 2022-11-23T02:34:10.4273011Z 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-23T02:34:10.4274087Z torch.sort(tensor, out=(values, indices)) 2022-11-23T02:34:10.4274347Z ok (0.005s) 2022-11-23T02:34:10.4274703Z test_stable_sort_against_numpy_cuda_bfloat16 (__main__.TestSortAndSelectCUDA) ... ok (0.016s) 2022-11-23T02:34:10.4275168Z test_stable_sort_against_numpy_cuda_float16 (__main__.TestSortAndSelectCUDA) ... ok (0.017s) 2022-11-23T02:34:10.4275629Z test_stable_sort_against_numpy_cuda_float32 (__main__.TestSortAndSelectCUDA) ... ok (0.016s) 2022-11-23T02:34:10.4276087Z test_stable_sort_against_numpy_cuda_float64 (__main__.TestSortAndSelectCUDA) ... ok (0.015s) 2022-11-23T02:34:10.4276526Z test_stable_sort_against_numpy_cuda_int16 (__main__.TestSortAndSelectCUDA) ... ok (0.014s) 2022-11-23T02:34:10.4276981Z test_stable_sort_against_numpy_cuda_int32 (__main__.TestSortAndSelectCUDA) ... ok (0.014s) 2022-11-23T02:34:10.4277428Z test_stable_sort_against_numpy_cuda_int64 (__main__.TestSortAndSelectCUDA) ... ok (0.014s) 2022-11-23T02:34:10.4277877Z test_stable_sort_against_numpy_cuda_int8 (__main__.TestSortAndSelectCUDA) ... ok (0.013s) 2022-11-23T02:34:10.4278323Z test_stable_sort_against_numpy_cuda_uint8 (__main__.TestSortAndSelectCUDA) ... ok (0.012s) 2022-11-23T02:34:10.4278755Z test_stable_sort_cuda_bfloat16 (__main__.TestSortAndSelectCUDA) ... ok (0.010s) 2022-11-23T02:34:10.4279179Z test_stable_sort_cuda_float16 (__main__.TestSortAndSelectCUDA) ... ok (0.000s) 2022-11-23T02:34:10.4279581Z test_stable_sort_cuda_float32 (__main__.TestSortAndSelectCUDA) ... ok (0.015s) 2022-11-23T02:34:10.4280098Z test_stable_sort_cuda_float64 (__main__.TestSortAndSelectCUDA) ... ok (0.006s) 2022-11-23T02:34:10.4280517Z test_stable_sort_cuda_int16 (__main__.TestSortAndSelectCUDA) ... ok (0.007s) 2022-11-23T02:34:10.4280928Z test_stable_sort_cuda_int32 (__main__.TestSortAndSelectCUDA) ... ok (0.006s) 2022-11-23T02:34:10.4281334Z test_stable_sort_cuda_int64 (__main__.TestSortAndSelectCUDA) ... ok (0.006s) 2022-11-23T02:34:10.4281749Z test_stable_sort_cuda_int8 (__main__.TestSortAndSelectCUDA) ... ok (0.006s) 2022-11-23T02:34:10.4282143Z test_stable_sort_cuda_uint8 (__main__.TestSortAndSelectCUDA) ... ok (0.006s) 2022-11-23T02:34:10.4282596Z test_topk_1d_output_discontiguous_cuda_float32 (__main__.TestSortAndSelectCUDA) ... ok (0.003s) 2022-11-23T02:34:10.4283030Z test_topk_4d_cuda (__main__.TestSortAndSelectCUDA) ... ok (0.000s) 2022-11-23T02:34:10.4283434Z test_topk_arguments_cuda (__main__.TestSortAndSelectCUDA) ... ok (0.006s) 2022-11-23T02:34:10.4283866Z test_topk_bfloat16_cuda_bfloat16 (__main__.TestSortAndSelectCUDA) ... ok (0.000s) 2022-11-23T02:34:10.4284265Z test_topk_cuda (__main__.TestSortAndSelectCUDA) ... ok (0.032s) 2022-11-23T02:34:10.4284648Z test_topk_integral_cuda_int16 (__main__.TestSortAndSelectCUDA) ... ok (0.003s) 2022-11-23T02:34:10.4285076Z test_topk_integral_cuda_int32 (__main__.TestSortAndSelectCUDA) ... ok (0.004s) 2022-11-23T02:34:10.4285488Z test_topk_integral_cuda_int64 (__main__.TestSortAndSelectCUDA) ... ok (0.005s) 2022-11-23T02:34:10.4285903Z test_topk_integral_cuda_int8 (__main__.TestSortAndSelectCUDA) ... ok (0.004s) 2022-11-23T02:34:10.4286401Z test_topk_integral_cuda_uint8 (__main__.TestSortAndSelectCUDA) ... ok (0.004s) 2022-11-23T02:34:10.4286848Z test_topk_noncontiguous_gpu_cuda (__main__.TestSortAndSelectCUDA) ... ok (0.007s) 2022-11-23T02:34:10.4287292Z test_topk_nonfinite_cuda_bfloat16 (__main__.TestSortAndSelectCUDA) ... ok (0.004s) 2022-11-23T02:34:10.4287708Z test_topk_nonfinite_cuda_float16 (__main__.TestSortAndSelectCUDA) ... ok (0.004s) 2022-11-23T02:34:10.4288144Z test_topk_nonfinite_cuda_float32 (__main__.TestSortAndSelectCUDA) ... ok (0.004s) 2022-11-23T02:34:10.4288573Z test_topk_nonfinite_cuda_float64 (__main__.TestSortAndSelectCUDA) ... ok (0.003s) 2022-11-23T02:34:10.4289002Z test_topk_zero_cuda_bfloat16 (__main__.TestSortAndSelectCUDA) ... ok (0.000s) 2022-11-23T02:34:10.4289419Z test_topk_zero_cuda_float32 (__main__.TestSortAndSelectCUDA) ... ok (0.000s) 2022-11-23T02:34:10.4289830Z test_topk_zero_cuda_float64 (__main__.TestSortAndSelectCUDA) ... ok (0.006s) 2022-11-23T02:34:10.4290221Z test_topk_zero_cuda_int16 (__main__.TestSortAndSelectCUDA) ... ok (0.000s) 2022-11-23T02:34:10.4290632Z test_topk_zero_cuda_int32 (__main__.TestSortAndSelectCUDA) ... ok (0.000s) 2022-11-23T02:34:10.4291036Z test_topk_zero_cuda_int64 (__main__.TestSortAndSelectCUDA) ... ok (0.000s) 2022-11-23T02:34:10.4291433Z test_topk_zero_cuda_int8 (__main__.TestSortAndSelectCUDA) ... ok (0.000s) 2022-11-23T02:34:10.4291842Z test_topk_zero_cuda_uint8 (__main__.TestSortAndSelectCUDA) ... ok (0.011s) 2022-11-23T02:34:10.4292254Z test_unique_consecutive_cuda_bool (__main__.TestSortAndSelectCUDA) ... ok (0.017s) 2022-11-23T02:34:10.4292681Z test_unique_consecutive_cuda_float16 (__main__.TestSortAndSelectCUDA) ... ok (0.024s) 2022-11-23T02:34:10.4293120Z test_unique_consecutive_cuda_float32 (__main__.TestSortAndSelectCUDA) ... ok (0.024s) 2022-11-23T02:34:10.4293559Z test_unique_consecutive_cuda_float64 (__main__.TestSortAndSelectCUDA) ... ok (0.021s) 2022-11-23T02:34:10.4293995Z test_unique_consecutive_cuda_int16 (__main__.TestSortAndSelectCUDA) ... ok (0.015s) 2022-11-23T02:34:10.4294433Z test_unique_consecutive_cuda_int32 (__main__.TestSortAndSelectCUDA) ... ok (0.006s) 2022-11-23T02:34:10.4294862Z test_unique_consecutive_cuda_int64 (__main__.TestSortAndSelectCUDA) ... ok (0.026s) 2022-11-23T02:34:10.4295286Z test_unique_consecutive_cuda_int8 (__main__.TestSortAndSelectCUDA) ... ok (0.018s) 2022-11-23T02:34:10.4295802Z test_unique_consecutive_cuda_uint8 (__main__.TestSortAndSelectCUDA) ... ok (0.027s) 2022-11-23T02:34:10.4296222Z test_unique_cuda_bool (__main__.TestSortAndSelectCUDA) ... ok (0.045s) 2022-11-23T02:34:10.4296622Z test_unique_cuda_float16 (__main__.TestSortAndSelectCUDA) ... ok (0.064s) 2022-11-23T02:34:10.4297026Z test_unique_cuda_float32 (__main__.TestSortAndSelectCUDA) ... ok (0.061s) 2022-11-23T02:34:10.4297419Z test_unique_cuda_float64 (__main__.TestSortAndSelectCUDA) ... ok (0.081s) 2022-11-23T02:34:10.4307387Z test_unique_cuda_int16 (__main__.TestSortAndSelectCUDA) ... ok (0.067s) 2022-11-23T02:34:10.4307826Z test_unique_cuda_int32 (__main__.TestSortAndSelectCUDA) ... ok (0.055s) 2022-11-23T02:34:10.4308223Z test_unique_cuda_int64 (__main__.TestSortAndSelectCUDA) ... ok (0.051s) 2022-11-23T02:34:10.4308608Z test_unique_cuda_int8 (__main__.TestSortAndSelectCUDA) ... ok (0.051s) 2022-11-23T02:34:10.4309005Z test_unique_cuda_uint8 (__main__.TestSortAndSelectCUDA) ... ok (0.055s) 2022-11-23T02:34:10.4309779Z 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-23T02:34:10.4310431Z x = torch.tensor([[[1., 1.], 2022-11-23T02:34:10.4311189Z 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-23T02:34:10.4311821Z expected_unique_dim0 = torch.tensor([[[1., 1.], 2022-11-23T02:34:10.4312449Z 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-23T02:34:10.4313062Z expected_unique_dim1 = torch.tensor([[[0., 1.], 2022-11-23T02:34:10.4313689Z 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-23T02:34:10.4314281Z expected_unique_dim2 = torch.tensor([[[1., 1.], 2022-11-23T02:34:10.4314524Z ok (0.081s) 2022-11-23T02:34:10.4314660Z 2022-11-23T02:34:10.4314853Z ---------------------------------------------------------------------- 2022-11-23T02:34:10.4315173Z Ran 94 tests in 9.063s 2022-11-23T02:34:10.4315322Z 2022-11-23T02:34:10.4315414Z OK (skipped=2) 2022-11-23T02:34:10.4315552Z 2022-11-23T02:34:10.4315666Z Generating XML reports... 2022-11-23T02:34:10.4316136Z Generated XML report: test-reports\python-unittest\test_sort_and_select\TEST-TestSortAndSelectCUDA-20221123023400.xml 2022-11-23T02:34:10.4316476Z 2022-11-23T02:34:10.4316859Z ##[endgroup] 2022-11-23T02:34:10.4317315Z FINISHED PRINTING LOG FILE of test_sort_and_select (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_sort_and_select__69bdysu) 2022-11-23T02:34:10.4317654Z 2022-11-23T02:34:14.9398511Z Running test_import_stats ... [2022-11-23 02:34:14.939433] 2022-11-23T02:34:14.9406458Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_import_stats.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:34:14.940127] 2022-11-23T02:34:14.9409467Z Ignoring disabled issues: [] 2022-11-23T02:34:16.7460655Z 2022-11-23T02:34:16.7461937Z Expand the folded group to see the log file of test_mkldnn_verbose 2022-11-23T02:34:16.7463629Z ##[group]PRINTING LOG FILE of test_mkldnn_verbose (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_mkldnn_verbose__prv41dy) 2022-11-23T02:34:16.7464322Z 2022-11-23T02:34:16.7464507Z Running tests... 2022-11-23T02:34:16.7465781Z ---------------------------------------------------------------------- 2022-11-23T02:34:16.7466626Z Test results will be stored in test-reports\python-unittest\test_mkldnn_verbose 2022-11-23T02:34:16.7467443Z test_verbose_off (__main__.TestMKLDNNVerbose) ... ok (5.981s) 2022-11-23T02:34:16.7468155Z test_verbose_on (__main__.TestMKLDNNVerbose) ... ok (3.126s) 2022-11-23T02:34:16.7468558Z 2022-11-23T02:34:16.7468936Z ---------------------------------------------------------------------- 2022-11-23T02:34:16.7469610Z Ran 2 tests in 9.110s 2022-11-23T02:34:16.7469899Z 2022-11-23T02:34:16.7470038Z OK 2022-11-23T02:34:16.7470253Z 2022-11-23T02:34:16.7470477Z Generating XML reports... 2022-11-23T02:34:16.7471370Z Generated XML report: test-reports\python-unittest\test_mkldnn_verbose\TEST-TestMKLDNNVerbose-20221123023406.xml 2022-11-23T02:34:16.7471992Z 2022-11-23T02:34:16.7472553Z ##[endgroup] 2022-11-23T02:34:16.7473399Z FINISHED PRINTING LOG FILE of test_mkldnn_verbose (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_mkldnn_verbose__prv41dy) 2022-11-23T02:34:16.7474188Z 2022-11-23T02:34:21.3956560Z Running test_datapipe ... [2022-11-23 02:34:21.394920] 2022-11-23T02:34:21.3964245Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_datapipe.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:34:21.396236] 2022-11-23T02:34:21.3966616Z Ignoring disabled issues: [] 2022-11-23T02:34:28.2959908Z 2022-11-23T02:34:28.2960890Z Expand the folded group to see the log file of test_import_stats 2022-11-23T02:34:28.2962592Z ##[group]PRINTING LOG FILE of test_import_stats (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_import_stats_3fawghw7) 2022-11-23T02:34:28.2963226Z 2022-11-23T02:34:28.2963385Z Running tests... 2022-11-23T02:34:28.2963933Z ---------------------------------------------------------------------- 2022-11-23T02:34:28.2964677Z Test results will be stored in test-reports\python-unittest\test_import_stats 2022-11-23T02:34:28.2965418Z test_time_cuda_device_count (__main__.TestImportTime) ... ok (5.993s) 2022-11-23T02:34:28.2966180Z test_time_import_torch (__main__.TestImportTime) ... ok (3.200s) 2022-11-23T02:34:28.2966570Z 2022-11-23T02:34:28.2967040Z ---------------------------------------------------------------------- 2022-11-23T02:34:28.2967693Z Ran 2 tests in 9.188s 2022-11-23T02:34:28.2967972Z 2022-11-23T02:34:28.2968113Z OK 2022-11-23T02:34:28.2968335Z 2022-11-23T02:34:28.2968563Z Generating XML reports... 2022-11-23T02:34:28.2969395Z Generated XML report: test-reports\python-unittest\test_import_stats\TEST-TestImportTime-20221123023418.xml 2022-11-23T02:34:28.2970003Z 2022-11-23T02:34:28.2970540Z ##[endgroup] 2022-11-23T02:34:28.2971396Z FINISHED PRINTING LOG FILE of test_import_stats (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_import_stats_3fawghw7) 2022-11-23T02:34:28.2972067Z 2022-11-23T02:34:33.2891705Z Running test_nvfuser_frontend ... [2022-11-23 02:34:33.288526] 2022-11-23T02:34:33.2899830Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_nvfuser_frontend.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:34:33.289788] 2022-11-23T02:34:33.2902298Z Ignoring disabled issues: [] 2022-11-23T02:34:33.4164079Z 2022-11-23T02:34:33.4164871Z Expand the folded group to see the log file of test_datapipe 2022-11-23T02:34:33.4166571Z ##[group]PRINTING LOG FILE of test_datapipe (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_datapipe_kz7bzgzb) 2022-11-23T02:34:33.4167252Z 2022-11-23T02:34:33.4167438Z Running tests... 2022-11-23T02:34:33.4168103Z ---------------------------------------------------------------------- 2022-11-23T02:34:33.4169250Z test_basic_capture (__main__.TestCaptureDataFrame) ... Test results will be stored in test-reports\python-unittest\test_datapipe 2022-11-23T02:34:33.4170120Z skip: no dataframes (pandas) (0.001s) 2022-11-23T02:34:33.4170939Z test_circular_serialization_with_dill (__main__.TestCircularSerialization) ... skip: no dill (0.003s) 2022-11-23T02:34:33.4173466Z test_circular_serialization_with_pickle (__main__.TestCircularSerialization) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\datapipes\iter\combining.py:289: UserWarning: Some child DataPipes are not exhausted when __iter__ is called. We are resetting the buffer and each child DataPipe will read from the start again. 2022-11-23T02:34:33.4175240Z warnings.warn("Some child DataPipes are not exhausted when __iter__ is called. We are resetting " 2022-11-23T02:34:33.4175957Z ok (2.637s) 2022-11-23T02:34:33.4176497Z test_as_string (__main__.TestDataChunk) ... ok (0.000s) 2022-11-23T02:34:33.4177168Z test_getitem (__main__.TestDataChunk) ... ok (0.000s) 2022-11-23T02:34:33.4177807Z test_iter (__main__.TestDataChunk) ... ok (0.000s) 2022-11-23T02:34:33.4178436Z test_len (__main__.TestDataChunk) ... ok (0.006s) 2022-11-23T02:34:33.4179113Z test_random_shuffle (__main__.TestDataChunk) ... ok (0.000s) 2022-11-23T02:34:33.4179778Z test_reverse (__main__.TestDataChunk) ... ok (0.000s) 2022-11-23T02:34:33.4180422Z test_sort (__main__.TestDataChunk) ... ok (0.000s) 2022-11-23T02:34:33.4181192Z test_batch (__main__.TestDataFramesPipes) ... skip: no dataframes (pandas) (0.000s) 2022-11-23T02:34:33.4182093Z test_capture (__main__.TestDataFramesPipes) ... skip: no dataframes (pandas) (0.000s) 2022-11-23T02:34:33.4182990Z test_collate (__main__.TestDataFramesPipes) ... skip: no dataframes (pandas) (0.000s) 2022-11-23T02:34:33.4183879Z test_filter (__main__.TestDataFramesPipes) ... skip: no dataframes (pandas) (0.000s) 2022-11-23T02:34:33.4184970Z test_shuffle (__main__.TestDataFramesPipes) ... skip: no dataframes (pandas) (0.000s) 2022-11-23T02:34:33.4185882Z test_unbatch (__main__.TestDataFramesPipes) ... skip: no dataframes (pandas) (0.010s) 2022-11-23T02:34:33.4186764Z test_batch_iterdatapipe (__main__.TestFunctionalIterDataPipe) ... ok (0.000s) 2022-11-23T02:34:33.4188480Z test_collate_iterdatapipe (__main__.TestFunctionalIterDataPipe) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\datapipes\utils\common.py:135: UserWarning: Local function is not supported by pickle, please use regular python function or functools.partial instead. 2022-11-23T02:34:33.4190016Z warnings.warn( 2022-11-23T02:34:33.4190448Z ok (0.010s) 2022-11-23T02:34:33.4191091Z test_concat_iterdatapipe (__main__.TestFunctionalIterDataPipe) ... ok (0.010s) 2022-11-23T02:34:33.4192706Z test_demux_iterdatapipe (__main__.TestFunctionalIterDataPipe) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\datapipes\utils\common.py:135: UserWarning: Local function is not supported by pickle, please use regular python function or functools.partial instead. 2022-11-23T02:34:33.4193978Z warnings.warn( 2022-11-23T02:34:33.4195179Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\datapipes\utils\common.py:135: UserWarning: Local function is not supported by pickle, please use regular python function or functools.partial instead. 2022-11-23T02:34:33.4196277Z warnings.warn( 2022-11-23T02:34:33.4197403Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\datapipes\utils\common.py:135: UserWarning: Local function is not supported by pickle, please use regular python function or functools.partial instead. 2022-11-23T02:34:33.4198032Z warnings.warn( 2022-11-23T02:34:33.4198641Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\datapipes\utils\common.py:135: UserWarning: Local function is not supported by pickle, please use regular python function or functools.partial instead. 2022-11-23T02:34:33.4199200Z warnings.warn( 2022-11-23T02:34:33.4199421Z ok (0.020s) 2022-11-23T02:34:33.4199735Z test_filter_datapipe (__main__.TestFunctionalIterDataPipe) ... ok (0.013s) 2022-11-23T02:34:33.4200178Z test_fork_iterdatapipe (__main__.TestFunctionalIterDataPipe) ... ok (0.019s) 2022-11-23T02:34:33.4200823Z test_iterable_wrapper_datapipe (__main__.TestFunctionalIterDataPipe) ... ok (0.006s) 2022-11-23T02:34:33.4201303Z test_map_dict_with_col_iterdatapipe (__main__.TestFunctionalIterDataPipe) ... ok (0.033s) 2022-11-23T02:34:33.4202121Z test_map_iterdatapipe (__main__.TestFunctionalIterDataPipe) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\datapipes\utils\common.py:135: UserWarning: Local function is not supported by pickle, please use regular python function or functools.partial instead. 2022-11-23T02:34:33.4202784Z warnings.warn( 2022-11-23T02:34:33.4202992Z ok (0.009s) 2022-11-23T02:34:33.4203357Z test_map_tuple_list_with_col_iterdatapipe (__main__.TestFunctionalIterDataPipe) ... ok (0.058s) 2022-11-23T02:34:33.4203816Z test_mux_iterdatapipe (__main__.TestFunctionalIterDataPipe) ... ok (0.000s) 2022-11-23T02:34:33.4204266Z test_sampler_iterdatapipe (__main__.TestFunctionalIterDataPipe) ... ok (0.000s) 2022-11-23T02:34:33.4205112Z test_serializable (__main__.TestFunctionalIterDataPipe) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\datapipes\iter\combining.py:289: UserWarning: Some child DataPipes are not exhausted when __iter__ is called. We are resetting the buffer and each child DataPipe will read from the start again. 2022-11-23T02:34:33.4205935Z warnings.warn("Some child DataPipes are not exhausted when __iter__ is called. We are resetting " 2022-11-23T02:34:33.4206791Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\datapipes\iter\combining.py:289: UserWarning: Some child DataPipes are not exhausted when __iter__ is called. We are resetting the buffer and each child DataPipe will read from the start again. 2022-11-23T02:34:33.4207548Z warnings.warn("Some child DataPipes are not exhausted when __iter__ is called. We are resetting " 2022-11-23T02:34:33.4207889Z ok (0.095s) 2022-11-23T02:34:33.4208194Z test_serializable_with_dill (__main__.TestFunctionalIterDataPipe) 2022-11-23T02:34:33.4208602Z Only for DataPipes that take in a function as argument ... ok (0.043s) 2022-11-23T02:34:33.4209022Z test_shuffler_iterdatapipe (__main__.TestFunctionalIterDataPipe) ... ok (0.015s) 2022-11-23T02:34:33.4209492Z test_stream_reader_iterdatapipe (__main__.TestFunctionalIterDataPipe) ... ok (0.004s) 2022-11-23T02:34:33.4209951Z test_unbatch_iterdatapipe (__main__.TestFunctionalIterDataPipe) ... ok (0.010s) 2022-11-23T02:34:33.4210392Z test_zip_iterdatapipe (__main__.TestFunctionalIterDataPipe) ... ok (0.003s) 2022-11-23T02:34:33.4210818Z test_batch_mapdatapipe (__main__.TestFunctionalMapDataPipe) ... ok (0.007s) 2022-11-23T02:34:33.4211258Z test_concat_mapdatapipe (__main__.TestFunctionalMapDataPipe) ... ok (0.004s) 2022-11-23T02:34:33.4212058Z test_map_mapdatapipe (__main__.TestFunctionalMapDataPipe) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\datapipes\utils\common.py:135: UserWarning: Local function is not supported by pickle, please use regular python function or functools.partial instead. 2022-11-23T02:34:33.4212709Z warnings.warn( 2022-11-23T02:34:33.4212930Z ok (0.007s) 2022-11-23T02:34:33.4213273Z test_sequence_wrapper_datapipe (__main__.TestFunctionalMapDataPipe) ... ok (0.004s) 2022-11-23T02:34:33.4213714Z test_serializable (__main__.TestFunctionalMapDataPipe) ... ok (0.018s) 2022-11-23T02:34:33.4214110Z test_serializable_with_dill (__main__.TestFunctionalMapDataPipe) 2022-11-23T02:34:33.4214509Z Only for DataPipes that take in a function as argument ... ok (0.009s) 2022-11-23T02:34:33.4214932Z test_shuffler_mapdatapipe (__main__.TestFunctionalMapDataPipe) ... ok (0.003s) 2022-11-23T02:34:33.4215372Z test_zip_mapdatapipe (__main__.TestFunctionalMapDataPipe) ... ok (0.006s) 2022-11-23T02:34:33.4216124Z test_simple_traverse (__main__.TestGraph) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\datapipes\utils\common.py:135: UserWarning: Local function is not supported by pickle, please use regular python function or functools.partial instead. 2022-11-23T02:34:33.4216829Z warnings.warn( 2022-11-23T02:34:33.4217030Z ok (0.000s) 2022-11-23T02:34:33.4217333Z test_traverse_circular_datapipe (__main__.TestGraph) ... ok (0.000s) 2022-11-23T02:34:33.4217698Z test_traverse_forked (__main__.TestGraph) ... ok (0.010s) 2022-11-23T02:34:33.4218059Z test_traverse_mapdatapipe (__main__.TestGraph) ... ok (0.000s) 2022-11-23T02:34:33.4218423Z test_traverse_mixdatapipe (__main__.TestGraph) ... ok (0.000s) 2022-11-23T02:34:33.4218807Z test_traverse_unhashable_datapipe (__main__.TestGraph) ... ok (0.000s) 2022-11-23T02:34:33.4219287Z test_iterdatapipe_sample_yielded_generator_function (__main__.TestIterDataPipeCountSampleYielded) ... ok (0.000s) 2022-11-23T02:34:33.4220068Z test_iterdatapipe_sample_yielded_generator_function_exception (__main__.TestIterDataPipeCountSampleYielded) ... ok (0.010s) 2022-11-23T02:34:33.4220901Z test_iterdatapipe_sample_yielded_next (__main__.TestIterDataPipeCountSampleYielded) ... ok (0.000s) 2022-11-23T02:34:33.4221455Z test_iterdatapipe_sample_yielded_next_exception (__main__.TestIterDataPipeCountSampleYielded) ... ok (0.000s) 2022-11-23T02:34:33.4222010Z test_iterdatapipe_sample_yielded_return_self (__main__.TestIterDataPipeCountSampleYielded) ... ok (0.000s) 2022-11-23T02:34:33.4222549Z test_simple_snapshot_custom_non_generator (__main__.TestIterDataPipeGraphFastForward) ... ok (0.010s) 2022-11-23T02:34:33.4223070Z test_simple_snapshot_custom_self_next (__main__.TestIterDataPipeGraphFastForward) ... ok (0.002s) 2022-11-23T02:34:33.4223656Z test_simple_snapshot_graph (__main__.TestIterDataPipeGraphFastForward) ... ok (0.024s) 2022-11-23T02:34:33.4224569Z test_simple_snapshot_graph_repeated (__main__.TestIterDataPipeGraphFastForward) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\datapipes\iter\combining.py:289: UserWarning: Some child DataPipes are not exhausted when __iter__ is called. We are resetting the buffer and each child DataPipe will read from the start again. 2022-11-23T02:34:33.4225446Z warnings.warn("Some child DataPipes are not exhausted when __iter__ is called. We are resetting " 2022-11-23T02:34:33.4225783Z ok (0.011s) 2022-11-23T02:34:33.4226176Z test_simple_snapshot_graph_with_serialization (__main__.TestIterDataPipeGraphFastForward) ... ok (0.022s) 2022-11-23T02:34:33.4226694Z test_iterdatapipe_singleton_buggy (__main__.TestIterDataPipeSingletonConstraint) 2022-11-23T02:34:33.4227195Z Buggy test case case where IterDataPipe's `__iter__` returns a new object, but also has ... ok (0.007s) 2022-11-23T02:34:33.4227713Z test_iterdatapipe_singleton_constraint_multiple_outputs (__main__.TestIterDataPipeSingletonConstraint) 2022-11-23T02:34:33.4228217Z Testing for the case where IterDataPipe has multiple child DataPipes as outputs. ... ok (0.016s) 2022-11-23T02:34:33.4228713Z test_iterdatapipe_singleton_generator (__main__.TestIterDataPipeSingletonConstraint) 2022-11-23T02:34:33.4229196Z Testing for the case where IterDataPipe's `__iter__` is a generator function. ... ok (0.005s) 2022-11-23T02:34:33.4229672Z test_iterdatapipe_singleton_new_object (__main__.TestIterDataPipeSingletonConstraint) 2022-11-23T02:34:33.4230165Z Testing for the case where IterDataPipe's `__iter__` isn't a generator nor returns `self`, ... ok (0.003s) 2022-11-23T02:34:33.4230652Z test_iterdatapipe_singleton_self_next (__main__.TestIterDataPipeSingletonConstraint) 2022-11-23T02:34:33.4231306Z Testing for the case where IterDataPipe's `__iter__` returns `self` and there is a `__next__` method ... ok (0.006s) 2022-11-23T02:34:33.4232634Z test_demux_mux_datapipe (__main__.TestIterableDataPipeBasic) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\datapipes\utils\common.py:135: UserWarning: Local function is not supported by pickle, please use regular python function or functools.partial instead. 2022-11-23T02:34:33.4233874Z warnings.warn( 2022-11-23T02:34:33.4234241Z ok (0.010s) 2022-11-23T02:34:33.4234818Z test_groupby_iterable_datapipe (__main__.TestIterableDataPipeBasic) ... ok (0.026s) 2022-11-23T02:34:33.4235613Z test_listdirfiles_iterable_datapipe (__main__.TestIterableDataPipeBasic) ... ok (0.012s) 2022-11-23T02:34:33.4236501Z test_listdirfilesdeterministic_iterable_datapipe (__main__.TestIterableDataPipeBasic) ... ok (0.012s) 2022-11-23T02:34:33.4237368Z test_map_with_col_file_handle_datapipe (__main__.TestIterableDataPipeBasic) ... ok (0.021s) 2022-11-23T02:34:33.4238305Z test_openfilesfromdisk_iterable_datapipe (__main__.TestIterableDataPipeBasic) ... ok (0.010s) 2022-11-23T02:34:33.4239232Z test_routeddecoder_iterable_datapipe (__main__.TestIterableDataPipeBasic) ... ok (0.018s) 2022-11-23T02:34:33.4240069Z test_spawn_lambdas_iter (__main__.TestSerialization) ... skip: no dill (0.001s) 2022-11-23T02:34:33.4240791Z test_spawn_lambdas_map (__main__.TestSerialization) ... skip: no dill (0.001s) 2022-11-23T02:34:33.4241837Z test_old_dataloader (__main__.TestSharding) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:34:33.4242792Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:34:33.4243699Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:34:33.4244688Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:34:33.4245800Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:34:33.4246782Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:34:33.4247737Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:34:33.4248736Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:34:33.4249291Z ok (4.418s) 2022-11-23T02:34:33.4250216Z test_sharding_groups (__main__.TestSharding) ... C:\actions-runner\_work\pytorch\pytorch\test\test_datapipe.py:2692: DeprecationWarning: Please use assertEqual instead. 2022-11-23T02:34:33.4251095Z self.assertEquals(expected, actual) 2022-11-23T02:34:33.4251889Z C:\actions-runner\_work\pytorch\pytorch\test\test_datapipe.py:2693: DeprecationWarning: Please use assertEqual instead. 2022-11-23T02:34:33.4252615Z self.assertEquals(3, len(dp)) 2022-11-23T02:34:33.4253019Z ok (0.006s) 2022-11-23T02:34:33.4253508Z test_sharding_length (__main__.TestSharding) ... ok (0.006s) 2022-11-23T02:34:33.4254113Z test_simple_sharding (__main__.TestSharding) ... ok (0.006s) 2022-11-23T02:34:33.4254683Z test_api (__main__.TestStreamWrapper) ... ok (0.002s) 2022-11-23T02:34:33.4255296Z test_dir (__main__.TestStreamWrapper) ... ok (0.002s) 2022-11-23T02:34:33.4255892Z test_pickle (__main__.TestStreamWrapper) ... ok (0.000s) 2022-11-23T02:34:33.4256516Z test_repr (__main__.TestStreamWrapper) ... ok (0.003s) 2022-11-23T02:34:33.4257212Z test_compile_time (__main__.TestTyping) ... skip: TODO: Fix typing bug (0.006s) 2022-11-23T02:34:33.4257921Z test_construct_time (__main__.TestTyping) ... skip: TODO: Fix typing bug (0.000s) 2022-11-23T02:34:33.4258502Z test_isinstance (__main__.TestTyping) ... ok (0.000s) 2022-11-23T02:34:33.4259118Z test_issubinstance (__main__.TestTyping) ... skip: TODO: Fix typing bug (0.000s) 2022-11-23T02:34:33.4259785Z test_protocol (__main__.TestTyping) ... ok (0.000s) 2022-11-23T02:34:33.4260420Z test_reinforce (__main__.TestTyping) ... skip: TODO: Fix typing bug (0.010s) 2022-11-23T02:34:33.4261187Z test_runtime (__main__.TestTyping) ... skip: TODO: Fix typing bug (0.000s) 2022-11-23T02:34:33.4261970Z test_subtype (__main__.TestTyping) ... skip: TODO: Fix typing bug (0.000s) 2022-11-23T02:34:33.4262548Z 2022-11-23T02:34:33.4262828Z ---------------------------------------------------------------------- 2022-11-23T02:34:33.4263324Z Ran 88 tests in 7.750s 2022-11-23T02:34:33.4263577Z 2022-11-23T02:34:33.4263749Z OK (skipped=16) 2022-11-23T02:34:33.4263974Z 2022-11-23T02:34:33.4264153Z Generating XML reports... 2022-11-23T02:34:33.4264964Z Generated XML report: test-reports\python-unittest\test_datapipe\TEST-TestCircularSerialization-20221123023424.xml 2022-11-23T02:34:33.4266019Z Generated XML report: test-reports\python-unittest\test_datapipe\TEST-TestDataChunk-20221123023424.xml 2022-11-23T02:34:33.4267204Z Generated XML report: test-reports\python-unittest\test_datapipe\TEST-TestFunctionalIterDataPipe-20221123023424.xml 2022-11-23T02:34:33.4268417Z Generated XML report: test-reports\python-unittest\test_datapipe\TEST-TestFunctionalMapDataPipe-20221123023424.xml 2022-11-23T02:34:33.4269520Z Generated XML report: test-reports\python-unittest\test_datapipe\TEST-TestGraph-20221123023424.xml 2022-11-23T02:34:33.4270725Z Generated XML report: test-reports\python-unittest\test_datapipe\TEST-TestIterDataPipeCountSampleYielded-20221123023424.xml 2022-11-23T02:34:33.4272085Z Generated XML report: test-reports\python-unittest\test_datapipe\TEST-TestIterDataPipeGraphFastForward-20221123023424.xml 2022-11-23T02:34:33.4273645Z Generated XML report: test-reports\python-unittest\test_datapipe\TEST-TestIterDataPipeSingletonConstraint-20221123023424.xml 2022-11-23T02:34:33.4275007Z Generated XML report: test-reports\python-unittest\test_datapipe\TEST-TestIterableDataPipeBasic-20221123023424.xml 2022-11-23T02:34:33.4276423Z Generated XML report: test-reports\python-unittest\test_datapipe\TEST-TestSharding-20221123023424.xml 2022-11-23T02:34:33.4277562Z Generated XML report: test-reports\python-unittest\test_datapipe\TEST-TestStreamWrapper-20221123023424.xml 2022-11-23T02:34:33.4278647Z Generated XML report: test-reports\python-unittest\test_datapipe\TEST-TestTyping-20221123023424.xml 2022-11-23T02:34:33.4279679Z Generated XML report: test-reports\python-unittest\test_datapipe\TEST-TestCaptureDataFrame-20221123023424.xml 2022-11-23T02:34:33.4280775Z Generated XML report: test-reports\python-unittest\test_datapipe\TEST-TestDataFramesPipes-20221123023424.xml 2022-11-23T02:34:33.4281797Z Generated XML report: test-reports\python-unittest\test_datapipe\TEST-TestSerialization-20221123023424.xml 2022-11-23T02:34:33.4282333Z 2022-11-23T02:34:33.4282892Z ##[endgroup] 2022-11-23T02:34:33.4283600Z FINISHED PRINTING LOG FILE of test_datapipe (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_datapipe_kz7bzgzb) 2022-11-23T02:34:33.4284153Z 2022-11-23T02:34:37.8923650Z Running test_python_dispatch ... [2022-11-23 02:34:37.891669] 2022-11-23T02:34:37.8931688Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_python_dispatch.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:34:37.892989] 2022-11-23T02:34:37.8934181Z Ignoring disabled issues: [] 2022-11-23T02:34:44.6271133Z 2022-11-23T02:34:44.6272068Z Expand the folded group to see the log file of test_nvfuser_frontend 2022-11-23T02:34:44.6273526Z ##[group]PRINTING LOG FILE of test_nvfuser_frontend (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_nvfuser_frontend_wkzfgelv) 2022-11-23T02:34:44.6274125Z 2022-11-23T02:34:44.6274291Z Running tests... 2022-11-23T02:34:44.6274988Z ---------------------------------------------------------------------- 2022-11-23T02:34:44.6276000Z Test results will be stored in test-reports\python-unittest\test_nvfuser_frontend 2022-11-23T02:34:44.6276749Z test_basic (__main__.TestNvFuserFrontend) ... ok (2.937s) 2022-11-23T02:34:44.6277377Z test_basic_fp16 (__main__.TestNvFuserFrontend) ... ok (0.439s) 2022-11-23T02:34:44.6278014Z test_broadcast_mixing (__main__.TestNvFuserFrontend) ... ok (0.302s) 2022-11-23T02:34:44.6278687Z test_cast_double_to_half (__main__.TestNvFuserFrontend) ... ok (0.331s) 2022-11-23T02:34:44.6279788Z test_explicit_broadcast_input (__main__.TestNvFuserFrontend) ... ok (0.317s) 2022-11-23T02:34:44.6280502Z test_implicit_broadcast_input (__main__.TestNvFuserFrontend) ... ok (0.336s) 2022-11-23T02:34:44.6281185Z test_ops_broadcast (__main__.TestNvFuserFrontend) ... ok (0.333s) 2022-11-23T02:34:44.6281964Z test_prim_layer_norm_fwd (__main__.TestNvFuserFrontend) ... ok (1.349s) 2022-11-23T02:34:44.6282766Z test_prim_rms_norm_fwd (__main__.TestNvFuserFrontend) ... ok (0.546s) 2022-11-23T02:34:44.6283552Z test_promote_to_double (__main__.TestNvFuserFrontend) ... ok (0.388s) 2022-11-23T02:34:44.6283926Z 2022-11-23T02:34:44.6284252Z ---------------------------------------------------------------------- 2022-11-23T02:34:44.6284774Z Ran 10 tests in 7.265s 2022-11-23T02:34:44.6285018Z 2022-11-23T02:34:44.6285140Z OK 2022-11-23T02:34:44.6285331Z 2022-11-23T02:34:44.6285518Z Generating XML reports... 2022-11-23T02:34:44.6286293Z Generated XML report: test-reports\python-unittest\test_nvfuser_frontend\TEST-TestNvFuserFrontend-20221123023436.xml 2022-11-23T02:34:44.6286878Z 2022-11-23T02:34:44.6287358Z ##[endgroup] 2022-11-23T02:34:44.6288139Z FINISHED PRINTING LOG FILE of test_nvfuser_frontend (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_nvfuser_frontend_wkzfgelv) 2022-11-23T02:34:44.6288822Z 2022-11-23T02:34:48.6188934Z 2022-11-23T02:34:48.6189975Z Expand the folded group to see the log file of test_python_dispatch 2022-11-23T02:34:48.6191719Z ##[group]PRINTING LOG FILE of test_python_dispatch (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_python_dispatch_pgomk2gm) 2022-11-23T02:34:48.6192565Z 2022-11-23T02:34:48.6193069Z Running tests... 2022-11-23T02:34:48.6193878Z ---------------------------------------------------------------------- 2022-11-23T02:34:48.6194685Z Test results will be stored in test-reports\python-unittest\test_python_dispatch 2022-11-23T02:34:48.6195504Z test_all_same_mode (__main__.TestPythonDispatch) ... ok (2.543s) 2022-11-23T02:34:48.6196685Z test_autograd_in_attr (__main__.TestPythonDispatch) ... ok (0.005s) 2022-11-23T02:34:48.6197374Z test_basic (__main__.TestPythonDispatch) ... ok (0.007s) 2022-11-23T02:34:48.6198072Z test_capture_logs_with_torch_dispatch_mode (__main__.TestPythonDispatch) ... ok (0.008s) 2022-11-23T02:34:48.6198847Z test_construct_int_tensor (__main__.TestPythonDispatch) ... ok (0.001s) 2022-11-23T02:34:48.6199733Z test_custom_autograd (__main__.TestPythonDispatch) ... ok (0.011s) 2022-11-23T02:34:48.6200684Z test_deepcopy_non_wrapper_subclass (__main__.TestPythonDispatch) ... ok (0.003s) 2022-11-23T02:34:48.6201552Z test_deepcopy_wrapper_subclass (__main__.TestPythonDispatch) ... ok (0.002s) 2022-11-23T02:34:48.6202442Z test_deepcopy_wrapper_subclass_with_clone_returning_different_type (__main__.TestPythonDispatch) ... ok (0.003s) 2022-11-23T02:34:48.6203419Z test_detach_appears_twice_when_called_once (__main__.TestPythonDispatch) ... ok (0.002s) 2022-11-23T02:34:48.6204173Z test_device_slowpath (__main__.TestPythonDispatch) ... ok (0.004s) 2022-11-23T02:34:48.6204892Z test_dim_slowpath (__main__.TestPythonDispatch) ... ok (0.004s) 2022-11-23T02:34:48.6205620Z test_dispatch_super_call (__main__.TestPythonDispatch) ... ok (0.002s) 2022-11-23T02:34:48.6206316Z test_dispatch_super_call_list_arg (__main__.TestPythonDispatch) ... ok (0.003s) 2022-11-23T02:34:48.6207015Z test_dispatch_super_dont_autograd (__main__.TestPythonDispatch) ... ok (0.000s) 2022-11-23T02:34:48.6207518Z test_error_using_class_method_on_mode (__main__.TestPythonDispatch) ... ok (0.907s) 2022-11-23T02:34:48.6207937Z test_exception_handling (__main__.TestPythonDispatch) ... ok (0.002s) 2022-11-23T02:34:48.6208325Z test_fancy_strides (__main__.TestPythonDispatch) ... ok (0.005s) 2022-11-23T02:34:48.6208689Z test_format (__main__.TestPythonDispatch) ... ok (0.003s) 2022-11-23T02:34:48.6209051Z test_get_cur_mode (__main__.TestPythonDispatch) ... ok (0.002s) 2022-11-23T02:34:48.6210424Z test_get_mode_stack (__main__.TestPythonDispatch) ... ok (0.002s) 2022-11-23T02:34:48.6210839Z test_index_put_where_only_index_is_subclass (__main__.TestPythonDispatch) ... ok (0.003s) 2022-11-23T02:34:48.6211672Z test_invalid_ret (__main__.TestPythonDispatch) ... C:\actions-runner\_work\pytorch\pytorch\test\test_python_dispatch.py:447: DeprecationWarning: Please use assertRaisesRegex instead. 2022-11-23T02:34:48.6212267Z self.assertRaisesRegexp( 2022-11-23T02:34:48.6212637Z ok (0.003s) 2022-11-23T02:34:48.6213108Z test_is_contiguous_slow_path (__main__.TestPythonDispatch) ... ok (0.006s) 2022-11-23T02:34:48.6213490Z test_kwarg_only (__main__.TestPythonDispatch) ... ok (0.004s) 2022-11-23T02:34:48.6213898Z test_kwarg_only_and_positional_default (__main__.TestPythonDispatch) ... ok (0.003s) 2022-11-23T02:34:48.6214308Z test_layout_slow_path (__main__.TestPythonDispatch) ... ok (0.004s) 2022-11-23T02:34:48.6214673Z test_like (__main__.TestPythonDispatch) ... ok (0.002s) 2022-11-23T02:34:48.6215028Z test_list_ret (__main__.TestPythonDispatch) ... ok (0.003s) 2022-11-23T02:34:48.6215408Z test_make_subclass_with_modes (__main__.TestPythonDispatch) ... ok (0.006s) 2022-11-23T02:34:48.6215859Z test_make_wrapper_subclass_noalloc (__main__.TestPythonDispatch) ... ok (0.000s) 2022-11-23T02:34:48.6216397Z test_make_wrapper_subclass_propagates_metadata (__main__.TestPythonDispatch) ... ok (0.000s) 2022-11-23T02:34:48.6216823Z test_maybe_tuple_bug (__main__.TestPythonDispatch) ... ok (0.000s) 2022-11-23T02:34:48.6217215Z test_mode_with_make_subclass (__main__.TestPythonDispatch) ... ok (0.000s) 2022-11-23T02:34:48.6217738Z test_multiple_ops_subclass (__main__.TestPythonDispatch) ... ok (0.000s) 2022-11-23T02:34:48.6218182Z test_nested_push_logging_tensor_mode (__main__.TestPythonDispatch) ... ok (0.010s) 2022-11-23T02:34:48.6218573Z test_nesting_same_mode (__main__.TestPythonDispatch) ... ok (0.000s) 2022-11-23T02:34:48.6218944Z test_new_ones (__main__.TestPythonDispatch) ... ok (0.000s) 2022-11-23T02:34:48.6219315Z test_none_wrapping (__main__.TestPythonDispatch) ... ok (0.000s) 2022-11-23T02:34:48.6219704Z test_notimplemented_mode (__main__.TestPythonDispatch) ... ok (0.014s) 2022-11-23T02:34:48.6220098Z test_optional_tensor_list (__main__.TestPythonDispatch) ... woof 2022-11-23T02:34:48.6220390Z ok (0.004s) 2022-11-23T02:34:48.6220650Z test_out (__main__.TestPythonDispatch) ... ok (0.003s) 2022-11-23T02:34:48.6221015Z test_produce_real_type (__main__.TestPythonDispatch) ... ok (0.003s) 2022-11-23T02:34:48.6221389Z test_set_data (__main__.TestPythonDispatch) ... ok (0.003s) 2022-11-23T02:34:48.6221777Z test_shallow_copy_and_detach (__main__.TestPythonDispatch) ... ok (0.003s) 2022-11-23T02:34:48.6222171Z test_sizes_slow_path (__main__.TestPythonDispatch) ... ok (0.006s) 2022-11-23T02:34:48.6222562Z test_standard_is_not_subclass (__main__.TestPythonDispatch) ... ok (0.001s) 2022-11-23T02:34:48.6223508Z test_storage (__main__.TestPythonDispatch) ... 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:34:48.6224558Z warnings.warn(message, UserWarning) 2022-11-23T02:34:48.6224956Z ok (0.003s) 2022-11-23T02:34:48.6225556Z test_storage_can_be_converted_to_python_object (__main__.TestPythonDispatch) ... ok (0.001s) 2022-11-23T02:34:48.6226241Z test_strides_slow_path (__main__.TestPythonDispatch) ... ok (0.006s) 2022-11-23T02:34:48.6226932Z test_subclass_autograd_device_check (__main__.TestPythonDispatch) ... ok (0.005s) 2022-11-23T02:34:48.6227607Z test_subclass_creation (__main__.TestPythonDispatch) ... ok (0.005s) 2022-11-23T02:34:48.6228243Z test_subclass_priority (__main__.TestPythonDispatch) ... ok (0.004s) 2022-11-23T02:34:48.6228907Z test_tolist_numpy_with_torch_dispatch_mode (__main__.TestPythonDispatch) ... ok (0.003s) 2022-11-23T02:34:48.6229867Z test_torch_dispatch_mode_basic (__main__.TestPythonDispatch) ... ok (0.002s) 2022-11-23T02:34:48.6230648Z test_torch_dispatch_mode_respects_no_dispatch (__main__.TestPythonDispatch) ... ok (0.002s) 2022-11-23T02:34:48.6231458Z test_torch_dispatch_mode_subclass_priority (__main__.TestPythonDispatch) ... ok (0.004s) 2022-11-23T02:34:48.6232281Z test_torch_dispatch_mode_unrelated_tensors (__main__.TestPythonDispatch) ... ok (0.001s) 2022-11-23T02:34:48.6233036Z test_version (__main__.TestPythonDispatch) ... ok (0.002s) 2022-11-23T02:34:48.6233766Z test_with_mode_created_separately (__main__.TestPythonDispatch) ... ok (0.001s) 2022-11-23T02:34:48.6234534Z test_with_nested_modes (__main__.TestPythonDispatch) ... ok (0.002s) 2022-11-23T02:34:48.6235223Z test_wrapper_subclass_serializes (__main__.TestPythonDispatch) ... ok (0.006s) 2022-11-23T02:34:48.6235899Z test_basic (__main__.TestPythonDispatcher) ... ok (0.002s) 2022-11-23T02:34:48.6236514Z test_lstsq (__main__.TestPythonDispatcher) ... ok (0.005s) 2022-11-23T02:34:48.6237216Z test_alias_analysis (__main__.TestPythonRegistration) ... skip: Skipped under Windows (0.000s) 2022-11-23T02:34:48.6237954Z test_create_new_library (__main__.TestPythonRegistration) ... ok (0.005s) 2022-11-23T02:34:48.6238677Z test_error_for_unsupported_ns_or_kind (__main__.TestPythonRegistration) ... ok (0.000s) 2022-11-23T02:34:48.6239472Z test_error_if_fn_not_callable (__main__.TestPythonRegistration) ... ok (0.000s) 2022-11-23T02:34:48.6240302Z test_extend_library_with_dispatch_key_arg (__main__.TestPythonRegistration) ... ok (0.006s) 2022-11-23T02:34:48.6241868Z test_override_aten_ops_with_multiple_libraries (__main__.TestPythonRegistration) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\library.py:125: UserWarning: Overriding a previously registered kernel for the same operator and the same dispatch key 2022-11-23T02:34:48.6243236Z operator: aten::mul.Tensor(Tensor self, Tensor other) -> Tensor 2022-11-23T02:34:48.6244138Z registered at C:\actions-runner\_work\pytorch\pytorch\build\aten\src\ATen\RegisterSchema.cpp:6 2022-11-23T02:34:48.6244785Z dispatch key: ZeroTensor 2022-11-23T02:34:48.6245521Z previous kernel: registered at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\BatchingRegistrations.cpp:1068 2022-11-23T02:34:48.6246622Z new kernel: registered at /dev/null:550 (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\core\dispatch\OperatorEntry.cpp:159.) 2022-11-23T02:34:48.6247614Z self.m.impl(name, dispatch_key if dispatch_key != "" else "CompositeImplicitAutograd", fn) 2022-11-23T02:34:48.6248247Z ok (0.005s) 2022-11-23T02:34:48.6248826Z test_override_cpu_sum (__main__.TestPythonRegistration) ... ok (0.003s) 2022-11-23T02:34:48.6250240Z test_override_cuda_with_jiterator (__main__.TestPythonRegistration) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\library.py:125: UserWarning: Overriding a previously registered kernel for the same operator and the same dispatch key 2022-11-23T02:34:48.6251411Z operator: aten::where.self(Tensor condition, Tensor self, Tensor other) -> Tensor 2022-11-23T02:34:48.6252288Z registered at C:\actions-runner\_work\pytorch\pytorch\build\aten\src\ATen\RegisterSchema.cpp:6 2022-11-23T02:34:48.6252943Z dispatch key: CUDA 2022-11-23T02:34:48.6253709Z previous kernel: registered at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchRulesBinaryOps.cpp:322 2022-11-23T02:34:48.6255013Z new kernel: registered at /dev/null:209 (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\core\dispatch\OperatorEntry.cpp:159.) 2022-11-23T02:34:48.6256130Z self.m.impl(name, dispatch_key if dispatch_key != "" else "CompositeImplicitAutograd", fn) 2022-11-23T02:34:48.6257327Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\library.py:125: UserWarning: Overriding a previously registered kernel for the same operator and the same dispatch key 2022-11-23T02:34:48.6258601Z operator: aten::gelu(Tensor self, *, str approximate="none") -> Tensor 2022-11-23T02:34:48.6259490Z registered at C:\actions-runner\_work\pytorch\pytorch\build\aten\src\ATen\RegisterSchema.cpp:6 2022-11-23T02:34:48.6260179Z dispatch key: CUDA 2022-11-23T02:34:48.6260998Z previous kernel: registered at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchRulesUnaryOps.cpp:82 2022-11-23T02:34:48.6262552Z new kernel: registered at /dev/null:210 (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\core\dispatch\OperatorEntry.cpp:159.) 2022-11-23T02:34:48.6263294Z self.m.impl(name, dispatch_key if dispatch_key != "" else "CompositeImplicitAutograd", fn) 2022-11-23T02:34:48.6264152Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\library.py:125: UserWarning: Overriding a previously registered kernel for the same operator and the same dispatch key 2022-11-23T02:34:48.6264728Z operator: aten::exp(Tensor self) -> Tensor 2022-11-23T02:34:48.6265168Z registered at C:\actions-runner\_work\pytorch\pytorch\build\aten\src\ATen\RegisterSchema.cpp:6 2022-11-23T02:34:48.6265553Z dispatch key: CUDA 2022-11-23T02:34:48.6266292Z previous kernel: registered at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\BatchingRegistrations.cpp:1068 2022-11-23T02:34:48.6267404Z new kernel: registered at /dev/null:211 (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\core\dispatch\OperatorEntry.cpp:159.) 2022-11-23T02:34:48.6268550Z self.m.impl(name, dispatch_key if dispatch_key != "" else "CompositeImplicitAutograd", fn) 2022-11-23T02:34:48.6269503Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\library.py:125: UserWarning: Overriding a previously registered kernel for the same operator and the same dispatch key 2022-11-23T02:34:48.6270121Z operator: aten::add.Tensor(Tensor self, Tensor other, *, Scalar alpha=1) -> Tensor 2022-11-23T02:34:48.6270619Z registered at C:\actions-runner\_work\pytorch\pytorch\build\aten\src\ATen\RegisterSchema.cpp:6 2022-11-23T02:34:48.6271005Z dispatch key: CUDA 2022-11-23T02:34:48.6271433Z previous kernel: registered at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\BatchingRegistrations.cpp:1068 2022-11-23T02:34:48.6272109Z new kernel: registered at /dev/null:212 (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\core\dispatch\OperatorEntry.cpp:159.) 2022-11-23T02:34:48.6272905Z self.m.impl(name, dispatch_key if dispatch_key != "" else "CompositeImplicitAutograd", fn) 2022-11-23T02:34:48.6273433Z ok (2.861s) 2022-11-23T02:34:48.6273570Z 2022-11-23T02:34:48.6273768Z ---------------------------------------------------------------------- 2022-11-23T02:34:48.6274091Z Ran 72 tests in 6.531s 2022-11-23T02:34:48.6274340Z 2022-11-23T02:34:48.6274478Z OK (skipped=1) 2022-11-23T02:34:48.6274719Z 2022-11-23T02:34:48.6274828Z Generating XML reports... 2022-11-23T02:34:48.6275471Z Generated XML report: test-reports\python-unittest\test_python_dispatch\TEST-TestPythonDispatch-20221123023441.xml 2022-11-23T02:34:48.6276122Z Generated XML report: test-reports\python-unittest\test_python_dispatch\TEST-TestPythonDispatcher-20221123023441.xml 2022-11-23T02:34:48.6276762Z Generated XML report: test-reports\python-unittest\test_python_dispatch\TEST-TestPythonRegistration-20221123023441.xml 2022-11-23T02:34:48.6277096Z 2022-11-23T02:34:48.6277437Z ##[endgroup] 2022-11-23T02:34:48.6277902Z FINISHED PRINTING LOG FILE of test_python_dispatch (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_python_dispatch_pgomk2gm) 2022-11-23T02:34:48.6278250Z 2022-11-23T02:34:49.1166625Z Running test_module_init ... [2022-11-23 02:34:49.115966] 2022-11-23T02:34:49.1177653Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_module_init.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:34:49.117300] 2022-11-23T02:34:49.1181929Z Ignoring disabled issues: [] 2022-11-23T02:34:53.1212464Z Running test_nestedtensor ... [2022-11-23 02:34:53.120930] 2022-11-23T02:34:53.1220291Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_nestedtensor.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:34:53.121577] 2022-11-23T02:34:53.1223095Z Ignoring disabled issues: [] 2022-11-23T02:35:01.6647529Z 2022-11-23T02:35:01.6648905Z Expand the folded group to see the log file of test_module_init 2022-11-23T02:35:01.6650844Z ##[group]PRINTING LOG FILE of test_module_init (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_module_init_cdauk8ch) 2022-11-23T02:35:01.6655442Z 2022-11-23T02:35:01.6656000Z Running tests... 2022-11-23T02:35:01.6656754Z ---------------------------------------------------------------------- 2022-11-23T02:35:01.6657708Z Test results will be stored in test-reports\python-unittest\test_module_init 2022-11-23T02:35:01.6659016Z test_nn_AdaptiveAvgPool1d_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (1.907s) 2022-11-23T02:35:01.6659974Z test_nn_AdaptiveAvgPool1d_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.005s) 2022-11-23T02:35:01.6660977Z test_nn_AdaptiveAvgPool2d_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.005s) 2022-11-23T02:35:01.6662147Z test_nn_AdaptiveAvgPool2d_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.006s) 2022-11-23T02:35:01.6663052Z test_nn_AdaptiveAvgPool3d_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.010s) 2022-11-23T02:35:01.6664335Z test_nn_AdaptiveAvgPool3d_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.006s) 2022-11-23T02:35:01.6665324Z test_nn_AdaptiveLogSoftmaxWithLoss_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.008s) 2022-11-23T02:35:01.6666288Z test_nn_AdaptiveLogSoftmaxWithLoss_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.006s) 2022-11-23T02:35:01.6667155Z test_nn_AdaptiveMaxPool1d_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.000s) 2022-11-23T02:35:01.6668087Z test_nn_AdaptiveMaxPool1d_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.012s) 2022-11-23T02:35:01.6668964Z test_nn_AdaptiveMaxPool2d_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-11-23T02:35:01.6669885Z test_nn_AdaptiveMaxPool2d_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.005s) 2022-11-23T02:35:01.6670752Z test_nn_AdaptiveMaxPool3d_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.005s) 2022-11-23T02:35:01.6671652Z test_nn_AdaptiveMaxPool3d_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.005s) 2022-11-23T02:35:01.6672559Z test_nn_AlphaDropout_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.005s) 2022-11-23T02:35:01.6673371Z test_nn_AlphaDropout_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-11-23T02:35:01.6674214Z test_nn_AvgPool1d_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.005s) 2022-11-23T02:35:01.6675041Z test_nn_AvgPool1d_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.005s) 2022-11-23T02:35:01.6675867Z test_nn_AvgPool2d_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.005s) 2022-11-23T02:35:01.6676640Z test_nn_AvgPool2d_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-11-23T02:35:01.6677443Z test_nn_AvgPool3d_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-11-23T02:35:01.6678280Z test_nn_AvgPool3d_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-11-23T02:35:01.6679042Z test_nn_BCELoss_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.005s) 2022-11-23T02:35:01.6679872Z test_nn_BCELoss_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.005s) 2022-11-23T02:35:01.6680737Z test_nn_BCEWithLogitsLoss_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.005s) 2022-11-23T02:35:01.6681622Z test_nn_BCEWithLogitsLoss_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-11-23T02:35:01.6682428Z test_nn_BatchNorm1d_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.009s) 2022-11-23T02:35:01.6683562Z test_nn_BatchNorm1d_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.000s) 2022-11-23T02:35:01.6684348Z test_nn_BatchNorm2d_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.010s) 2022-11-23T02:35:01.6685184Z test_nn_BatchNorm2d_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.010s) 2022-11-23T02:35:01.6685893Z test_nn_BatchNorm3d_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.000s) 2022-11-23T02:35:01.6686590Z test_nn_BatchNorm3d_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.013s) 2022-11-23T02:35:01.6687287Z test_nn_Bilinear_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.006s) 2022-11-23T02:35:01.6687985Z test_nn_Bilinear_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.006s) 2022-11-23T02:35:01.6688659Z test_nn_CELU_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.005s) 2022-11-23T02:35:01.6689320Z test_nn_CELU_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.005s) 2022-11-23T02:35:01.6689978Z test_nn_CTCLoss_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.005s) 2022-11-23T02:35:01.6690655Z test_nn_CTCLoss_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-11-23T02:35:01.6691359Z test_nn_ChannelShuffle_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.005s) 2022-11-23T02:35:01.6692098Z test_nn_ChannelShuffle_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-11-23T02:35:01.6692828Z test_nn_ConstantPad1d_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-11-23T02:35:01.6693556Z test_nn_ConstantPad1d_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.006s) 2022-11-23T02:35:01.6694389Z test_nn_ConstantPad2d_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.000s) 2022-11-23T02:35:01.6695146Z test_nn_ConstantPad2d_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.010s) 2022-11-23T02:35:01.6695949Z test_nn_ConstantPad3d_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.000s) 2022-11-23T02:35:01.6696798Z test_nn_ConstantPad3d_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.010s) 2022-11-23T02:35:01.6697577Z test_nn_Conv1d_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.007s) 2022-11-23T02:35:01.6698251Z test_nn_Conv1d_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.006s) 2022-11-23T02:35:01.6698897Z test_nn_Conv2d_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.006s) 2022-11-23T02:35:01.6699566Z test_nn_Conv2d_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.006s) 2022-11-23T02:35:01.6700231Z test_nn_Conv3d_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.006s) 2022-11-23T02:35:01.6700892Z test_nn_Conv3d_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.006s) 2022-11-23T02:35:01.6701593Z test_nn_ConvTranspose1d_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.006s) 2022-11-23T02:35:01.6702448Z test_nn_ConvTranspose1d_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.006s) 2022-11-23T02:35:01.6703335Z test_nn_ConvTranspose2d_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.006s) 2022-11-23T02:35:01.6704195Z test_nn_ConvTranspose2d_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.006s) 2022-11-23T02:35:01.6704929Z test_nn_ConvTranspose3d_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.006s) 2022-11-23T02:35:01.6705664Z test_nn_ConvTranspose3d_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.006s) 2022-11-23T02:35:01.6706413Z test_nn_CosineEmbeddingLoss_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.005s) 2022-11-23T02:35:01.6707178Z test_nn_CosineEmbeddingLoss_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.005s) 2022-11-23T02:35:01.6707933Z test_nn_CosineSimilarity_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-11-23T02:35:01.6708725Z test_nn_CosineSimilarity_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.005s) 2022-11-23T02:35:01.6709525Z test_nn_CrossEntropyLoss_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.006s) 2022-11-23T02:35:01.6710347Z test_nn_CrossEntropyLoss_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.007s) 2022-11-23T02:35:01.6711238Z test_nn_CrossMapLRN2d_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.005s) 2022-11-23T02:35:01.6711947Z test_nn_CrossMapLRN2d_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.006s) 2022-11-23T02:35:01.6712651Z test_nn_Dropout1d_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.005s) 2022-11-23T02:35:01.6713340Z test_nn_Dropout1d_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.005s) 2022-11-23T02:35:01.6714008Z test_nn_Dropout2d_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.005s) 2022-11-23T02:35:01.6714691Z test_nn_Dropout2d_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.005s) 2022-11-23T02:35:01.6715443Z test_nn_Dropout3d_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-11-23T02:35:01.6716253Z test_nn_Dropout3d_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-11-23T02:35:01.6716932Z test_nn_Dropout_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.006s) 2022-11-23T02:35:01.6717620Z test_nn_Dropout_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.000s) 2022-11-23T02:35:01.6718259Z test_nn_ELU_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.010s) 2022-11-23T02:35:01.6718913Z test_nn_ELU_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.000s) 2022-11-23T02:35:01.6719594Z test_nn_EmbeddingBag_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.011s) 2022-11-23T02:35:01.6720302Z test_nn_EmbeddingBag_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.006s) 2022-11-23T02:35:01.6721000Z test_nn_Embedding_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.006s) 2022-11-23T02:35:01.6723526Z test_nn_Embedding_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.005s) 2022-11-23T02:35:01.6724342Z test_nn_FeatureAlphaDropout_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.005s) 2022-11-23T02:35:01.6725118Z test_nn_FeatureAlphaDropout_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.005s) 2022-11-23T02:35:01.6725849Z test_nn_Flatten_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.008s) 2022-11-23T02:35:01.6726524Z test_nn_Flatten_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.007s) 2022-11-23T02:35:01.6727188Z test_nn_Fold_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.006s) 2022-11-23T02:35:01.6727841Z test_nn_Fold_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.011s) 2022-11-23T02:35:01.6728627Z test_nn_FractionalMaxPool2d_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.006s) 2022-11-23T02:35:01.6729542Z test_nn_FractionalMaxPool2d_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.005s) 2022-11-23T02:35:01.6730312Z test_nn_FractionalMaxPool3d_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.005s) 2022-11-23T02:35:01.6731066Z test_nn_FractionalMaxPool3d_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.005s) 2022-11-23T02:35:01.6731763Z test_nn_GELU_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.005s) 2022-11-23T02:35:01.6732412Z test_nn_GELU_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.005s) 2022-11-23T02:35:01.6733073Z test_nn_GLU_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.005s) 2022-11-23T02:35:01.6733702Z test_nn_GLU_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-11-23T02:35:01.6734360Z test_nn_GRUCell_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-11-23T02:35:01.6735135Z test_nn_GRUCell_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.006s) 2022-11-23T02:35:01.6735867Z test_nn_GRU_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (1.833s) 2022-11-23T02:35:01.6736567Z test_nn_GRU_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.009s) 2022-11-23T02:35:01.6737258Z test_nn_GaussianNLLLoss_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.000s) 2022-11-23T02:35:01.6737974Z test_nn_GaussianNLLLoss_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.011s) 2022-11-23T02:35:01.6738690Z test_nn_GroupNorm_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.006s) 2022-11-23T02:35:01.6739567Z test_nn_GroupNorm_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.006s) 2022-11-23T02:35:01.6740257Z test_nn_Hardshrink_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.005s) 2022-11-23T02:35:01.6740944Z test_nn_Hardshrink_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.007s) 2022-11-23T02:35:01.6741735Z test_nn_Hardsigmoid_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.007s) 2022-11-23T02:35:01.6742581Z test_nn_Hardsigmoid_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.005s) 2022-11-23T02:35:01.6743282Z test_nn_Hardswish_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.005s) 2022-11-23T02:35:01.6743972Z test_nn_Hardswish_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-11-23T02:35:01.6744649Z test_nn_Hardtanh_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.006s) 2022-11-23T02:35:01.6745331Z test_nn_Hardtanh_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.000s) 2022-11-23T02:35:01.6746049Z test_nn_HingeEmbeddingLoss_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.000s) 2022-11-23T02:35:01.6746809Z test_nn_HingeEmbeddingLoss_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.014s) 2022-11-23T02:35:01.6747500Z test_nn_HuberLoss_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.005s) 2022-11-23T02:35:01.6748253Z test_nn_HuberLoss_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.006s) 2022-11-23T02:35:01.6749061Z test_nn_Identity_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.005s) 2022-11-23T02:35:01.6749743Z test_nn_Identity_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.005s) 2022-11-23T02:35:01.6751461Z test_nn_InstanceNorm1d_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.006s) 2022-11-23T02:35:01.6752261Z test_nn_InstanceNorm1d_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.006s) 2022-11-23T02:35:01.6752962Z test_nn_InstanceNorm2d_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.007s) 2022-11-23T02:35:01.6753677Z test_nn_InstanceNorm2d_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.006s) 2022-11-23T02:35:01.6754519Z test_nn_InstanceNorm3d_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.013s) 2022-11-23T02:35:01.6755321Z test_nn_InstanceNorm3d_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.006s) 2022-11-23T02:35:01.6756124Z test_nn_KLDivLoss_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.005s) 2022-11-23T02:35:01.6756822Z test_nn_KLDivLoss_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.005s) 2022-11-23T02:35:01.6757501Z test_nn_L1Loss_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.005s) 2022-11-23T02:35:01.6758155Z test_nn_L1Loss_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.007s) 2022-11-23T02:35:01.6758840Z test_nn_LPPool1d_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.005s) 2022-11-23T02:35:01.6759526Z test_nn_LPPool1d_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.005s) 2022-11-23T02:35:01.6760220Z test_nn_LPPool2d_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.006s) 2022-11-23T02:35:01.6760978Z test_nn_LPPool2d_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.005s) 2022-11-23T02:35:01.6761682Z test_nn_LSTMCell_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.006s) 2022-11-23T02:35:01.6762455Z test_nn_LSTMCell_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.006s) 2022-11-23T02:35:01.6763130Z test_nn_LSTM_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.006s) 2022-11-23T02:35:01.6763797Z test_nn_LSTM_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.000s) 2022-11-23T02:35:01.6764474Z test_nn_LayerNorm_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.016s) 2022-11-23T02:35:01.6765173Z test_nn_LayerNorm_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.006s) 2022-11-23T02:35:01.6766488Z test_nn_LazyBatchNorm1d_cuda_float32 (__main__.TestModuleInitCUDA) ... 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-23T02:35:01.6768129Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-11-23T02:35:01.6768716Z ok (0.008s) 2022-11-23T02:35:01.6769333Z test_nn_LazyBatchNorm1d_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.007s) 2022-11-23T02:35:01.6770083Z test_nn_LazyBatchNorm2d_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.007s) 2022-11-23T02:35:01.6770823Z test_nn_LazyBatchNorm2d_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.006s) 2022-11-23T02:35:01.6771559Z test_nn_LazyBatchNorm3d_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.005s) 2022-11-23T02:35:01.6772297Z test_nn_LazyBatchNorm3d_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.006s) 2022-11-23T02:35:01.6773010Z test_nn_LazyConv1d_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.011s) 2022-11-23T02:35:01.6773686Z test_nn_LazyConv1d_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.006s) 2022-11-23T02:35:01.6774482Z test_nn_LazyConv2d_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.008s) 2022-11-23T02:35:01.6775246Z test_nn_LazyConv2d_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.007s) 2022-11-23T02:35:01.6775996Z test_nn_LazyConv3d_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.007s) 2022-11-23T02:35:01.6776688Z test_nn_LazyConv3d_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.007s) 2022-11-23T02:35:01.6777430Z test_nn_LazyConvTranspose1d_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.008s) 2022-11-23T02:35:01.6778203Z test_nn_LazyConvTranspose1d_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.006s) 2022-11-23T02:35:01.6779966Z test_nn_LazyConvTranspose2d_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.000s) 2022-11-23T02:35:01.6780820Z test_nn_LazyConvTranspose2d_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.014s) 2022-11-23T02:35:01.6781586Z test_nn_LazyConvTranspose3d_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.007s) 2022-11-23T02:35:01.6782352Z test_nn_LazyConvTranspose3d_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.006s) 2022-11-23T02:35:01.6783119Z test_nn_LazyInstanceNorm1d_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.007s) 2022-11-23T02:35:01.6783875Z test_nn_LazyInstanceNorm1d_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.007s) 2022-11-23T02:35:01.6784609Z test_nn_LazyInstanceNorm2d_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.008s) 2022-11-23T02:35:01.6785414Z test_nn_LazyInstanceNorm2d_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.007s) 2022-11-23T02:35:01.6786289Z test_nn_LazyInstanceNorm3d_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.006s) 2022-11-23T02:35:01.6787124Z test_nn_LazyInstanceNorm3d_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.000s) 2022-11-23T02:35:01.6787913Z test_nn_LazyLinear_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.014s) 2022-11-23T02:35:01.6788614Z test_nn_LazyLinear_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.006s) 2022-11-23T02:35:01.6789312Z test_nn_LeakyReLU_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.005s) 2022-11-23T02:35:01.6789975Z test_nn_LeakyReLU_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.005s) 2022-11-23T02:35:01.6790657Z test_nn_Linear_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.007s) 2022-11-23T02:35:01.6791325Z test_nn_Linear_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.006s) 2022-11-23T02:35:01.6792034Z test_nn_LocalResponseNorm_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.005s) 2022-11-23T02:35:01.6792784Z test_nn_LocalResponseNorm_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.005s) 2022-11-23T02:35:01.6793519Z test_nn_LogSigmoid_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.006s) 2022-11-23T02:35:01.6794196Z test_nn_LogSigmoid_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.000s) 2022-11-23T02:35:01.6794894Z test_nn_LogSoftmax_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.010s) 2022-11-23T02:35:01.6795755Z test_nn_LogSoftmax_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.005s) 2022-11-23T02:35:01.6796442Z test_nn_MSELoss_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.005s) 2022-11-23T02:35:01.6797115Z test_nn_MSELoss_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.005s) 2022-11-23T02:35:01.6797826Z test_nn_MarginRankingLoss_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.005s) 2022-11-23T02:35:01.6798580Z test_nn_MarginRankingLoss_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.005s) 2022-11-23T02:35:01.6799285Z test_nn_MaxPool1d_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.005s) 2022-11-23T02:35:01.6799977Z test_nn_MaxPool1d_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.005s) 2022-11-23T02:35:01.6800662Z test_nn_MaxPool2d_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-11-23T02:35:01.6801349Z test_nn_MaxPool2d_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.005s) 2022-11-23T02:35:01.6802044Z test_nn_MaxPool3d_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.000s) 2022-11-23T02:35:01.6802816Z test_nn_MaxPool3d_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.006s) 2022-11-23T02:35:01.6803558Z test_nn_MaxUnpool1d_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.000s) 2022-11-23T02:35:01.6804272Z test_nn_MaxUnpool1d_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.014s) 2022-11-23T02:35:01.6805026Z test_nn_MaxUnpool2d_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.005s) 2022-11-23T02:35:01.6805737Z test_nn_MaxUnpool2d_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.006s) 2022-11-23T02:35:01.6806554Z test_nn_MaxUnpool3d_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.005s) 2022-11-23T02:35:01.6807279Z test_nn_MaxUnpool3d_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.005s) 2022-11-23T02:35:01.6807928Z test_nn_Mish_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.005s) 2022-11-23T02:35:01.6808585Z test_nn_Mish_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-11-23T02:35:01.6809272Z test_nn_ModuleDict_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.005s) 2022-11-23T02:35:01.6809965Z test_nn_ModuleDict_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.005s) 2022-11-23T02:35:01.6810663Z test_nn_ModuleList_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-11-23T02:35:01.6811356Z test_nn_ModuleList_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.005s) 2022-11-23T02:35:01.6812099Z test_nn_MultiLabelMarginLoss_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.006s) 2022-11-23T02:35:01.6812861Z test_nn_MultiLabelMarginLoss_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-11-23T02:35:01.6813662Z test_nn_MultiLabelSoftMarginLoss_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.005s) 2022-11-23T02:35:01.6814473Z test_nn_MultiLabelSoftMarginLoss_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.005s) 2022-11-23T02:35:01.6815250Z test_nn_MultiMarginLoss_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.005s) 2022-11-23T02:35:01.6815995Z test_nn_MultiMarginLoss_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.005s) 2022-11-23T02:35:01.6816751Z test_nn_MultiheadAttention_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.007s) 2022-11-23T02:35:01.6817491Z test_nn_MultiheadAttention_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-11-23T02:35:01.6818212Z test_nn_NLLLoss_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-11-23T02:35:01.6818896Z test_nn_NLLLoss_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.006s) 2022-11-23T02:35:01.6819565Z test_nn_PReLU_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.010s) 2022-11-23T02:35:01.6820233Z test_nn_PReLU_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.010s) 2022-11-23T02:35:01.6820939Z test_nn_PairwiseDistance_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.000s) 2022-11-23T02:35:01.6821695Z test_nn_PairwiseDistance_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.010s) 2022-11-23T02:35:01.6822555Z test_nn_ParameterDict_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.000s) 2022-11-23T02:35:01.6823291Z test_nn_ParameterDict_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.000s) 2022-11-23T02:35:01.6824018Z test_nn_ParameterList_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.014s) 2022-11-23T02:35:01.6824740Z test_nn_ParameterList_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.005s) 2022-11-23T02:35:01.6825455Z test_nn_PixelShuffle_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.005s) 2022-11-23T02:35:01.6826169Z test_nn_PixelShuffle_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.005s) 2022-11-23T02:35:01.6826877Z test_nn_PixelUnshuffle_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.005s) 2022-11-23T02:35:01.6827609Z test_nn_PixelUnshuffle_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.005s) 2022-11-23T02:35:01.6828340Z test_nn_PoissonNLLLoss_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.005s) 2022-11-23T02:35:01.6829079Z test_nn_PoissonNLLLoss_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.006s) 2022-11-23T02:35:01.6829782Z test_nn_RNNBase_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.006s) 2022-11-23T02:35:01.6830457Z test_nn_RNNBase_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-11-23T02:35:01.6831143Z test_nn_RNNCellBase_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.006s) 2022-11-23T02:35:01.6831823Z test_nn_RNNCellBase_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.010s) 2022-11-23T02:35:01.6832506Z test_nn_RNNCell_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.008s) 2022-11-23T02:35:01.6833299Z test_nn_RNNCell_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.007s) 2022-11-23T02:35:01.6833975Z test_nn_RNN_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.007s) 2022-11-23T02:35:01.6834633Z test_nn_RNN_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.007s) 2022-11-23T02:35:01.6835379Z test_nn_RReLU_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-11-23T02:35:01.6836180Z test_nn_RReLU_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-11-23T02:35:01.6836844Z test_nn_ReLU6_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-11-23T02:35:01.6837507Z test_nn_ReLU6_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-11-23T02:35:01.6838154Z test_nn_ReLU_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.009s) 2022-11-23T02:35:01.6838811Z test_nn_ReLU_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-11-23T02:35:01.6839527Z test_nn_ReflectionPad1d_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.005s) 2022-11-23T02:35:01.6840245Z test_nn_ReflectionPad1d_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.005s) 2022-11-23T02:35:01.6840979Z test_nn_ReflectionPad2d_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.005s) 2022-11-23T02:35:01.6841724Z test_nn_ReflectionPad2d_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.005s) 2022-11-23T02:35:01.6842455Z test_nn_ReflectionPad3d_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.005s) 2022-11-23T02:35:01.6843181Z test_nn_ReflectionPad3d_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.005s) 2022-11-23T02:35:01.6843920Z test_nn_ReplicationPad1d_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-11-23T02:35:01.6844650Z test_nn_ReplicationPad1d_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-11-23T02:35:01.6845393Z test_nn_ReplicationPad2d_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.006s) 2022-11-23T02:35:01.6846148Z test_nn_ReplicationPad2d_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.000s) 2022-11-23T02:35:01.6846884Z test_nn_ReplicationPad3d_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.010s) 2022-11-23T02:35:01.6847612Z test_nn_ReplicationPad3d_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.000s) 2022-11-23T02:35:01.6848292Z test_nn_SELU_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.000s) 2022-11-23T02:35:01.6849106Z test_nn_SELU_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.019s) 2022-11-23T02:35:01.6849778Z test_nn_Sequential_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.012s) 2022-11-23T02:35:01.6850477Z test_nn_Sequential_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.005s) 2022-11-23T02:35:01.6851163Z test_nn_SiLU_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.005s) 2022-11-23T02:35:01.6851830Z test_nn_SiLU_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.005s) 2022-11-23T02:35:01.6852509Z test_nn_Sigmoid_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.005s) 2022-11-23T02:35:01.6853204Z test_nn_Sigmoid_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.005s) 2022-11-23T02:35:01.6853885Z test_nn_SmoothL1Loss_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.005s) 2022-11-23T02:35:01.6854599Z test_nn_SmoothL1Loss_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.005s) 2022-11-23T02:35:01.6855332Z test_nn_SoftMarginLoss_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.005s) 2022-11-23T02:35:01.6856071Z test_nn_SoftMarginLoss_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.005s) 2022-11-23T02:35:01.6856791Z test_nn_Softmax2d_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.005s) 2022-11-23T02:35:01.6857481Z test_nn_Softmax2d_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.005s) 2022-11-23T02:35:01.6858177Z test_nn_Softmax_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-11-23T02:35:01.6858840Z test_nn_Softmax_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-11-23T02:35:01.6859649Z test_nn_Softmin_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.006s) 2022-11-23T02:35:01.6860345Z test_nn_Softmin_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.000s) 2022-11-23T02:35:01.6861027Z test_nn_Softplus_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.010s) 2022-11-23T02:35:01.6861725Z test_nn_Softplus_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.000s) 2022-11-23T02:35:01.6862431Z test_nn_Softshrink_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.011s) 2022-11-23T02:35:01.6863116Z test_nn_Softshrink_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.005s) 2022-11-23T02:35:01.6863817Z test_nn_Softsign_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.005s) 2022-11-23T02:35:01.6864504Z test_nn_Softsign_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.005s) 2022-11-23T02:35:01.6865221Z test_nn_SyncBatchNorm_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.007s) 2022-11-23T02:35:01.6865957Z test_nn_SyncBatchNorm_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.006s) 2022-11-23T02:35:01.6866650Z test_nn_Tanh_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.005s) 2022-11-23T02:35:01.6867294Z test_nn_Tanh_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-11-23T02:35:01.6867978Z test_nn_Tanhshrink_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-11-23T02:35:01.6868687Z test_nn_Tanhshrink_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.006s) 2022-11-23T02:35:01.6869387Z test_nn_Threshold_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.000s) 2022-11-23T02:35:01.6870077Z test_nn_Threshold_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.011s) 2022-11-23T02:35:01.6870840Z test_nn_TransformerDecoderLayer_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.011s) 2022-11-23T02:35:01.6871646Z test_nn_TransformerDecoderLayer_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.011s) 2022-11-23T02:35:01.6872416Z test_nn_TransformerDecoder_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.015s) 2022-11-23T02:35:01.6873182Z test_nn_TransformerDecoder_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.013s) 2022-11-23T02:35:01.6873975Z test_nn_TransformerEncoderLayer_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.011s) 2022-11-23T02:35:01.6874792Z test_nn_TransformerEncoderLayer_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.005s) 2022-11-23T02:35:01.6875704Z test_nn_TransformerEncoder_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.006s) 2022-11-23T02:35:01.6876467Z test_nn_TransformerEncoder_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.010s) 2022-11-23T02:35:01.6877188Z test_nn_Transformer_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.641s) 2022-11-23T02:35:01.6877897Z test_nn_Transformer_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.657s) 2022-11-23T02:35:01.6878635Z test_nn_TripletMarginLoss_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.005s) 2022-11-23T02:35:01.6879398Z test_nn_TripletMarginLoss_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.005s) 2022-11-23T02:35:01.6880210Z test_nn_TripletMarginWithDistanceLoss_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.005s) 2022-11-23T02:35:01.6881080Z test_nn_TripletMarginWithDistanceLoss_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.005s) 2022-11-23T02:35:01.6881862Z test_nn_Unflatten_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.005s) 2022-11-23T02:35:01.6882532Z test_nn_Unflatten_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.005s) 2022-11-23T02:35:01.6883212Z test_nn_Unfold_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-11-23T02:35:01.6883894Z test_nn_Unfold_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.006s) 2022-11-23T02:35:01.6884582Z test_nn_Upsample_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.005s) 2022-11-23T02:35:01.6885330Z test_nn_Upsample_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.005s) 2022-11-23T02:35:01.6886192Z test_nn_UpsamplingBilinear2d_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.005s) 2022-11-23T02:35:01.6886963Z test_nn_UpsamplingBilinear2d_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.005s) 2022-11-23T02:35:01.6887731Z test_nn_UpsamplingNearest2d_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.005s) 2022-11-23T02:35:01.6888485Z test_nn_UpsamplingNearest2d_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.005s) 2022-11-23T02:35:01.6889211Z test_nn_ZeroPad2d_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.005s) 2022-11-23T02:35:01.6889907Z test_nn_ZeroPad2d_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.005s) 2022-11-23T02:35:01.6890591Z test_qat_Conv1d_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-11-23T02:35:01.6891260Z test_qat_Conv1d_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.006s) 2022-11-23T02:35:01.6892024Z test_qat_Conv2d_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.010s) 2022-11-23T02:35:01.6892830Z test_qat_Conv2d_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.010s) 2022-11-23T02:35:01.6893672Z test_qat_Conv3d_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.010s) 2022-11-23T02:35:01.6894347Z test_qat_Conv3d_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.000s) 2022-11-23T02:35:01.6895025Z test_qat_EmbeddingBag_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.010s) 2022-11-23T02:35:01.6895751Z test_qat_EmbeddingBag_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.012s) 2022-11-23T02:35:01.6896437Z test_qat_Embedding_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.007s) 2022-11-23T02:35:01.6897133Z test_qat_Embedding_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.007s) 2022-11-23T02:35:01.6897821Z test_qat_Linear_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.007s) 2022-11-23T02:35:01.6898496Z test_qat_Linear_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.007s) 2022-11-23T02:35:01.6899192Z test_quantizable_LSTMCell_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.008s) 2022-11-23T02:35:01.6899939Z test_quantizable_LSTMCell_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.007s) 2022-11-23T02:35:01.6900632Z test_quantizable_LSTM_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.008s) 2022-11-23T02:35:01.6901339Z test_quantizable_LSTM_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.007s) 2022-11-23T02:35:01.6902242Z test_quantizable_MultiheadAttention_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.009s) 2022-11-23T02:35:01.6903038Z test_quantizable_MultiheadAttention_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.009s) 2022-11-23T02:35:01.6903802Z test_quantized_BatchNorm2d_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.007s) 2022-11-23T02:35:01.6904694Z test_quantized_BatchNorm2d_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.006s) 2022-11-23T02:35:01.6905480Z test_quantized_BatchNorm3d_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-11-23T02:35:01.6906192Z test_quantized_BatchNorm3d_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.016s) 2022-11-23T02:35:01.6906913Z test_quantized_Conv1d_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.000s) 2022-11-23T02:35:01.6907615Z test_quantized_Conv1d_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.016s) 2022-11-23T02:35:01.6908326Z test_quantized_Conv2d_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.009s) 2022-11-23T02:35:01.6909035Z test_quantized_Conv2d_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.007s) 2022-11-23T02:35:01.6909740Z test_quantized_Conv3d_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.008s) 2022-11-23T02:35:01.6910421Z test_quantized_Conv3d_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.008s) 2022-11-23T02:35:01.6911162Z test_quantized_ConvTranspose1d_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.006s) 2022-11-23T02:35:01.6911931Z test_quantized_ConvTranspose1d_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.010s) 2022-11-23T02:35:01.6912825Z test_quantized_ConvTranspose2d_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.010s) 2022-11-23T02:35:01.6913610Z test_quantized_ConvTranspose2d_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.008s) 2022-11-23T02:35:01.6914365Z test_quantized_ConvTranspose3d_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.009s) 2022-11-23T02:35:01.6915124Z test_quantized_ConvTranspose3d_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.008s) 2022-11-23T02:35:01.6915837Z test_quantized_DeQuantize_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.006s) 2022-11-23T02:35:01.6916577Z test_quantized_DeQuantize_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-11-23T02:35:01.6917298Z test_quantized_Dropout_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.006s) 2022-11-23T02:35:01.6918110Z test_quantized_Dropout_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.013s) 2022-11-23T02:35:01.6918813Z test_quantized_ELU_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.007s) 2022-11-23T02:35:01.6919509Z test_quantized_ELU_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.007s) 2022-11-23T02:35:01.6920244Z test_quantized_FXFloatFunctional_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.008s) 2022-11-23T02:35:01.6921034Z test_quantized_FXFloatFunctional_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.009s) 2022-11-23T02:35:01.6921798Z test_quantized_FloatFunctional_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.007s) 2022-11-23T02:35:01.6922565Z test_quantized_FloatFunctional_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.009s) 2022-11-23T02:35:01.6923310Z test_quantized_GroupNorm_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.010s) 2022-11-23T02:35:01.6924042Z test_quantized_GroupNorm_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.013s) 2022-11-23T02:35:01.6924764Z test_quantized_Hardswish_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.007s) 2022-11-23T02:35:01.6925499Z test_quantized_Hardswish_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.008s) 2022-11-23T02:35:01.6926218Z test_quantized_InstanceNorm1d_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.010s) 2022-11-23T02:35:01.6926985Z test_quantized_InstanceNorm1d_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.010s) 2022-11-23T02:35:01.6927760Z test_quantized_InstanceNorm2d_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.010s) 2022-11-23T02:35:01.6928674Z test_quantized_InstanceNorm2d_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.011s) 2022-11-23T02:35:01.6929434Z test_quantized_InstanceNorm3d_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.010s) 2022-11-23T02:35:01.6930188Z test_quantized_InstanceNorm3d_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-11-23T02:35:01.6930920Z test_quantized_LayerNorm_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.010s) 2022-11-23T02:35:01.6931634Z test_quantized_LayerNorm_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.000s) 2022-11-23T02:35:01.6932377Z test_quantized_LeakyReLU_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.015s) 2022-11-23T02:35:01.6933113Z test_quantized_LeakyReLU_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.006s) 2022-11-23T02:35:01.6933830Z test_quantized_Linear_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.006s) 2022-11-23T02:35:01.6934549Z test_quantized_Linear_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.006s) 2022-11-23T02:35:01.6935274Z test_quantized_MaxPool2d_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.006s) 2022-11-23T02:35:01.6935984Z test_quantized_MaxPool2d_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.007s) 2022-11-23T02:35:01.6936700Z test_quantized_PReLU_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.008s) 2022-11-23T02:35:01.6937407Z test_quantized_PReLU_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-11-23T02:35:01.6938137Z test_quantized_QFunctional_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.012s) 2022-11-23T02:35:01.6939008Z test_quantized_QFunctional_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.009s) 2022-11-23T02:35:01.6939767Z test_quantized_Quantize_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.010s) 2022-11-23T02:35:01.6940500Z test_quantized_Quantize_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.009s) 2022-11-23T02:35:01.6941203Z test_quantized_ReLU6_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.009s) 2022-11-23T02:35:01.6941899Z test_quantized_ReLU6_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.009s) 2022-11-23T02:35:01.6942613Z test_quantized_Sigmoid_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.008s) 2022-11-23T02:35:01.6943339Z test_quantized_Sigmoid_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.005s) 2022-11-23T02:35:01.6944060Z test_quantized_Softmax_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.006s) 2022-11-23T02:35:01.6944781Z test_quantized_Softmax_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.016s) 2022-11-23T02:35:01.6945175Z 2022-11-23T02:35:01.6945507Z ---------------------------------------------------------------------- 2022-11-23T02:35:01.6946014Z Ran 376 tests in 7.344s 2022-11-23T02:35:01.6946264Z 2022-11-23T02:35:01.6946391Z OK 2022-11-23T02:35:01.6946585Z 2022-11-23T02:35:01.6946772Z Generating XML reports... 2022-11-23T02:35:01.6947620Z Generated XML report: test-reports\python-unittest\test_module_init\TEST-TestModuleInitCUDA-20221123023453.xml 2022-11-23T02:35:01.6948169Z 2022-11-23T02:35:01.6948806Z ##[endgroup] 2022-11-23T02:35:01.6949558Z FINISHED PRINTING LOG FILE of test_module_init (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_module_init_cdauk8ch) 2022-11-23T02:35:01.6950125Z 2022-11-23T02:35:05.7893072Z 2022-11-23T02:35:05.7893815Z Expand the folded group to see the log file of test_nestedtensor 2022-11-23T02:35:05.7895028Z ##[group]PRINTING LOG FILE of test_nestedtensor (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_nestedtensor_qp_uv3ka) 2022-11-23T02:35:05.7898453Z 2022-11-23T02:35:05.7898992Z Running tests... 2022-11-23T02:35:05.7899608Z ---------------------------------------------------------------------- 2022-11-23T02:35:05.7900376Z Test results will be stored in test-reports\python-unittest\test_nestedtensor 2022-11-23T02:35:05.7902530Z 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-23T02:35:05.7904639Z nested_tensor = torch.nested.nested_tensor(data, dtype=torch.int64) 2022-11-23T02:35:05.7905151Z ok (1.958s) 2022-11-23T02:35:05.7905780Z test_2d_nested_tensor_batch_size_2_max_seq_len_3_vocab_size_20 (__main__.TestNestedTensor) ... ok (0.004s) 2022-11-23T02:35:05.7906603Z test_2d_nested_tensor_batch_size_2_max_seq_len_5_vocab_size_10 (__main__.TestNestedTensor) ... ok (0.003s) 2022-11-23T02:35:05.7907380Z test_2d_nested_tensor_batch_size_2_max_seq_len_5_vocab_size_20 (__main__.TestNestedTensor) ... ok (0.002s) 2022-11-23T02:35:05.7908576Z test_2d_nested_tensor_batch_size_4_max_seq_len_3_vocab_size_10 (__main__.TestNestedTensor) ... ok (0.003s) 2022-11-23T02:35:05.7909413Z test_2d_nested_tensor_batch_size_4_max_seq_len_3_vocab_size_20 (__main__.TestNestedTensor) ... ok (0.008s) 2022-11-23T02:35:05.7910307Z test_2d_nested_tensor_batch_size_4_max_seq_len_5_vocab_size_10 (__main__.TestNestedTensor) ... ok (0.005s) 2022-11-23T02:35:05.7911173Z test_2d_nested_tensor_batch_size_4_max_seq_len_5_vocab_size_20 (__main__.TestNestedTensor) ... ok (0.005s) 2022-11-23T02:35:05.7912000Z test_3d_nested_tensor_batch_size_2_max_seq_len_3_vocab_size_10 (__main__.TestNestedTensor) ... ok (0.005s) 2022-11-23T02:35:05.7913065Z test_3d_nested_tensor_batch_size_2_max_seq_len_3_vocab_size_20 (__main__.TestNestedTensor) ... ok (0.004s) 2022-11-23T02:35:05.7914041Z test_3d_nested_tensor_batch_size_2_max_seq_len_5_vocab_size_10 (__main__.TestNestedTensor) ... ok (0.005s) 2022-11-23T02:35:05.7915056Z test_3d_nested_tensor_batch_size_2_max_seq_len_5_vocab_size_20 (__main__.TestNestedTensor) ... ok (0.004s) 2022-11-23T02:35:05.7915892Z test_3d_nested_tensor_batch_size_4_max_seq_len_3_vocab_size_10 (__main__.TestNestedTensor) ... ok (0.005s) 2022-11-23T02:35:05.7916721Z test_3d_nested_tensor_batch_size_4_max_seq_len_3_vocab_size_20 (__main__.TestNestedTensor) ... ok (0.004s) 2022-11-23T02:35:05.7917557Z test_3d_nested_tensor_batch_size_4_max_seq_len_5_vocab_size_10 (__main__.TestNestedTensor) ... ok (0.005s) 2022-11-23T02:35:05.7918374Z test_3d_nested_tensor_batch_size_4_max_seq_len_5_vocab_size_20 (__main__.TestNestedTensor) ... ok (0.006s) 2022-11-23T02:35:05.7919211Z test_3d_nested_tensor_float_batch_size_2_max_seq_len_3_vocab_size_10 (__main__.TestNestedTensor) ... ok (0.000s) 2022-11-23T02:35:05.7920215Z test_3d_nested_tensor_float_batch_size_2_max_seq_len_3_vocab_size_20 (__main__.TestNestedTensor) ... ok (0.000s) 2022-11-23T02:35:05.7921158Z test_3d_nested_tensor_float_batch_size_2_max_seq_len_5_vocab_size_10 (__main__.TestNestedTensor) ... ok (0.000s) 2022-11-23T02:35:05.7922134Z test_3d_nested_tensor_float_batch_size_2_max_seq_len_5_vocab_size_20 (__main__.TestNestedTensor) ... ok (0.010s) 2022-11-23T02:35:05.7923051Z test_3d_nested_tensor_float_batch_size_4_max_seq_len_3_vocab_size_10 (__main__.TestNestedTensor) ... ok (0.000s) 2022-11-23T02:35:05.7923947Z test_3d_nested_tensor_float_batch_size_4_max_seq_len_3_vocab_size_20 (__main__.TestNestedTensor) ... ok (0.000s) 2022-11-23T02:35:05.7924826Z test_3d_nested_tensor_float_batch_size_4_max_seq_len_5_vocab_size_10 (__main__.TestNestedTensor) ... ok (0.013s) 2022-11-23T02:35:05.7925674Z test_3d_nested_tensor_float_batch_size_4_max_seq_len_5_vocab_size_20 (__main__.TestNestedTensor) ... ok (0.004s) 2022-11-23T02:35:05.7926407Z test_copy_ (__main__.TestNestedTensor) ... ok (1.051s) 2022-11-23T02:35:05.7927160Z test_default_nested_tensor (__main__.TestNestedTensor) ... ok (0.003s) 2022-11-23T02:35:05.7928009Z test_dim (__main__.TestNestedTensor) ... ok (0.002s) 2022-11-23T02:35:05.7928644Z test_fill_ (__main__.TestNestedTensor) ... ok (0.007s) 2022-11-23T02:35:05.7929476Z test_is_contiguous (__main__.TestNestedTensor) ... ok (0.004s) 2022-11-23T02:35:05.7930153Z test_nested_namespace (__main__.TestNestedTensor) ... ok (0.003s) 2022-11-23T02:35:05.7930824Z test_nested_tensor (__main__.TestNestedTensor) ... ok (0.000s) 2022-11-23T02:35:05.7931492Z test_nested_tensor_matching_dim (__main__.TestNestedTensor) ... ok (0.006s) 2022-11-23T02:35:05.7932172Z test_numel (__main__.TestNestedTensor) ... ok (0.000s) 2022-11-23T02:35:05.7932786Z test_ones_like (__main__.TestNestedTensor) ... ok (0.012s) 2022-11-23T02:35:05.7933528Z test_repr_string (__main__.TestNestedTensor) ... ok (0.007s) 2022-11-23T02:35:05.7934306Z test_size (__main__.TestNestedTensor) ... ok (0.003s) 2022-11-23T02:35:05.7935046Z test_size_dim (__main__.TestNestedTensor) ... ok (0.007s) 2022-11-23T02:35:05.7935707Z test_stride (__main__.TestNestedTensor) ... ok (0.003s) 2022-11-23T02:35:05.7936379Z test_to (__main__.TestNestedTensor) ... ok (0.021s) 2022-11-23T02:35:05.7937133Z test_to_padded_tensor_on_empty_tensor (__main__.TestNestedTensor) ... ok (0.000s) 2022-11-23T02:35:05.7937885Z test_unbind_0 (__main__.TestNestedTensor) ... ok (0.003s) 2022-11-23T02:35:05.7938552Z test_unbind_1 (__main__.TestNestedTensor) ... ok (0.006s) 2022-11-23T02:35:05.7939213Z test_unbind_3 (__main__.TestNestedTensor) ... ok (0.000s) 2022-11-23T02:35:05.7939944Z test_unbind_4 (__main__.TestNestedTensor) ... ok (0.000s) 2022-11-23T02:35:05.7940638Z test_unbind_dim (__main__.TestNestedTensor) ... ok (0.000s) 2022-11-23T02:35:05.7941691Z test_as_nested_tensor_propagates_gradients_cuda (__main__.TestNestedTensorAutogradCUDA) ... ok (0.000s) 2022-11-23T02:35:05.7942845Z test_backward_for_add_op_cuda (__main__.TestNestedTensorAutogradCUDA) ... ok (0.010s) 2022-11-23T02:35:05.7943827Z test_dropout_backward_cuda (__main__.TestNestedTensorAutogradCUDA) ... ok (0.000s) 2022-11-23T02:35:05.7944722Z test_indexing_backward_cuda (__main__.TestNestedTensorAutogradCUDA) ... ok (0.011s) 2022-11-23T02:35:05.7945622Z test_nested_tensor_bmm_backward_cuda (__main__.TestNestedTensorAutogradCUDA) ... ok (1.032s) 2022-11-23T02:35:05.7947881Z 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-23T02:35:05.7949885Z return Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-11-23T02:35:05.7950560Z ok (0.147s) 2022-11-23T02:35:05.7951230Z test_nested_tensor_from_list_cuda (__main__.TestNestedTensorAutogradCUDA) ... ok (0.014s) 2022-11-23T02:35:05.7952193Z test_nested_tensor_from_mask_and_to_padded_cuda (__main__.TestNestedTensorAutogradCUDA) ... ok (0.008s) 2022-11-23T02:35:05.7953300Z test_nested_tensor_from_padded_cuda (__main__.TestNestedTensorAutogradCUDA) ... ok (0.007s) 2022-11-23T02:35:05.7954415Z test_nested_tensor_from_padded_fused_cuda (__main__.TestNestedTensorAutogradCUDA) ... ok (0.006s) 2022-11-23T02:35:05.7955355Z test_nested_tensor_generates_leaf_cuda (__main__.TestNestedTensorAutogradCUDA) ... ok (0.003s) 2022-11-23T02:35:05.7956321Z test_nested_tensor_linear_backward_cuda (__main__.TestNestedTensorAutogradCUDA) ... ok (0.000s) 2022-11-23T02:35:05.7957242Z test_nested_tensor_linear_cuda (__main__.TestNestedTensorAutogradCUDA) ... ok (0.030s) 2022-11-23T02:35:05.7958168Z test_nested_tensor_matmul_backward_cuda (__main__.TestNestedTensorAutogradCUDA) ... ok (0.007s) 2022-11-23T02:35:05.7959120Z test_nested_tensor_matmul_gradcheck_cuda (__main__.TestNestedTensorAutogradCUDA) ... ok (0.311s) 2022-11-23T02:35:05.7960192Z test_nested_tensor_reshape_backward_cuda (__main__.TestNestedTensorAutogradCUDA) ... ok (0.004s) 2022-11-23T02:35:05.7963507Z 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-23T02:35:05.7965008Z warnings.warn( 2022-11-23T02:35:05.7966480Z 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-23T02:35:05.7967833Z warnings.warn( 2022-11-23T02:35:05.7968255Z ok (0.099s) 2022-11-23T02:35:05.7968919Z test_nested_tensor_softmax_cuda (__main__.TestNestedTensorAutogradCUDA) ... ok (0.013s) 2022-11-23T02:35:05.7969852Z test_nested_tensor_squeeze_backward_cuda (__main__.TestNestedTensorAutogradCUDA) ... ok (0.005s) 2022-11-23T02:35:05.7970840Z test_nested_tensor_squeeze_gradcheck_cuda (__main__.TestNestedTensorAutogradCUDA) ... ok (0.082s) 2022-11-23T02:35:05.7971806Z test_nested_tensor_to_padded_tensor_cuda (__main__.TestNestedTensorAutogradCUDA) ... ok (0.006s) 2022-11-23T02:35:05.7972846Z test_nested_tensor_transpose_backward_cuda (__main__.TestNestedTensorAutogradCUDA) ... ok (0.000s) 2022-11-23T02:35:05.7973995Z test_nested_tensor_transpose_gradcheck_cuda (__main__.TestNestedTensorAutogradCUDA) ... ok (0.059s) 2022-11-23T02:35:05.7975164Z test_nested_tensor_unsqueeze_backward_cuda (__main__.TestNestedTensorAutogradCUDA) ... ok (0.006s) 2022-11-23T02:35:05.7976191Z test_nested_tensor_unsqueeze_gradcheck_cuda (__main__.TestNestedTensorAutogradCUDA) ... ok (0.076s) 2022-11-23T02:35:05.7977144Z test_set_requires_grad_from_list_cuda (__main__.TestNestedTensorAutogradCUDA) ... ok (0.001s) 2022-11-23T02:35:05.7978095Z test_set_requires_grad_from_mask_cuda (__main__.TestNestedTensorAutogradCUDA) ... ok (0.002s) 2022-11-23T02:35:05.7979065Z test_to_buffer_series_ops_grad_with_broadcast_cuda (__main__.TestNestedTensorAutogradCUDA) ... ok (0.009s) 2022-11-23T02:35:05.7980227Z test_unbind_flow_through_cuda (__main__.TestNestedTensorAutogradCUDA) ... ok (0.012s) 2022-11-23T02:35:05.7981256Z test_values_grad_with_broadcast_cuda (__main__.TestNestedTensorAutogradCUDA) ... ok (0.008s) 2022-11-23T02:35:05.7982174Z test_activations_gelu__cuda (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.087s) 2022-11-23T02:35:05.7983098Z test_activations_gelu_cuda (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.009s) 2022-11-23T02:35:05.7984018Z test_activations_neg_cuda (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.007s) 2022-11-23T02:35:05.7984934Z test_activations_relu__cuda (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.006s) 2022-11-23T02:35:05.7985952Z test_activations_relu_cuda (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.000s) 2022-11-23T02:35:05.7987094Z test_activations_tanh__cuda (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.010s) 2022-11-23T02:35:05.7988025Z test_activations_tanh_cuda (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.000s) 2022-11-23T02:35:05.7988984Z test_bmm_cpu_cuda_float32 (__main__.TestNestedTensorDeviceTypeCUDA) ... skip: Only runs on cpu (0.010s) 2022-11-23T02:35:05.7989983Z test_bmm_cpu_cuda_float64 (__main__.TestNestedTensorDeviceTypeCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T02:35:05.7990915Z test_bmm_cuda_cuda_float16 (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.014s) 2022-11-23T02:35:05.7991826Z test_bmm_cuda_cuda_float32 (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.011s) 2022-11-23T02:35:05.7992873Z test_bmm_cuda_cuda_float64 (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.011s) 2022-11-23T02:35:05.7994035Z test_bmm_noncontiguous_cuda_float32 (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.003s) 2022-11-23T02:35:05.7995281Z test_bmm_noncontiguous_cuda_float64 (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.003s) 2022-11-23T02:35:05.7996264Z test_clone_cuda_float16 (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.006s) 2022-11-23T02:35:05.7997172Z test_clone_cuda_float32 (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.012s) 2022-11-23T02:35:05.7998063Z test_contiguous_cuda_float16 (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.002s) 2022-11-23T02:35:05.7998969Z test_contiguous_cuda_float32 (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.003s) 2022-11-23T02:35:05.7999963Z test_detach_cuda_float16 (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.005s) 2022-11-23T02:35:05.8000995Z test_detach_cuda_float32 (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.006s) 2022-11-23T02:35:05.8001876Z test_detach_cuda_float64 (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.008s) 2022-11-23T02:35:05.8002761Z test_device_checks_cuda (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.002s) 2022-11-23T02:35:05.8003518Z test_dropout_cuda_float32 (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.020s) 2022-11-23T02:35:05.8004312Z test_dropout_cuda_float64 (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.015s) 2022-11-23T02:35:05.8005133Z test_dropout_noncontiguous_cuda_float32 (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.004s) 2022-11-23T02:35:05.8006128Z test_dropout_noncontiguous_cuda_float64 (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.004s) 2022-11-23T02:35:05.8007097Z test_embedding_cuda (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.008s) 2022-11-23T02:35:05.8008040Z test_empty_like_cuda_float16 (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.009s) 2022-11-23T02:35:05.8008859Z test_empty_like_cuda_float32 (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.007s) 2022-11-23T02:35:05.8009620Z test_empty_like_cuda_float64 (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.004s) 2022-11-23T02:35:05.8010422Z test_layer_norm_breaking_cuda_float16 (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.003s) 2022-11-23T02:35:05.8011216Z test_layer_norm_breaking_cuda_float32 (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.006s) 2022-11-23T02:35:05.8012032Z test_layer_norm_cuda_float16 (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.104s) 2022-11-23T02:35:05.8012981Z test_layer_norm_cuda_float32 (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.091s) 2022-11-23T02:35:05.8013960Z test_linear_cuda_float32 (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.009s) 2022-11-23T02:35:05.8014718Z test_linear_cuda_float64 (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.007s) 2022-11-23T02:35:05.8015522Z test_linear_noncontiguous_cuda_float32 (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.000s) 2022-11-23T02:35:05.8016377Z test_linear_noncontiguous_cuda_float64 (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.006s) 2022-11-23T02:35:05.8017147Z test_matmul_cuda_float32 (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.031s) 2022-11-23T02:35:05.8017928Z test_matmul_cuda_float64 (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.036s) 2022-11-23T02:35:05.8018715Z test_matmul_noncontiguous_cuda_float32 (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.007s) 2022-11-23T02:35:05.8019665Z test_matmul_noncontiguous_cuda_float64 (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.006s) 2022-11-23T02:35:05.8020645Z test_matmul_with_bmm_path_cuda_float32 (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.015s) 2022-11-23T02:35:05.8021436Z test_matmul_with_bmm_path_cuda_float64 (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.012s) 2022-11-23T02:35:05.8022236Z test_nested_tensor_add_cuda_float16 (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.000s) 2022-11-23T02:35:05.8022989Z test_nested_tensor_add_cuda_float32 (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.010s) 2022-11-23T02:35:05.8023810Z test_nested_tensor_add_in_place_cuda_float16 (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.000s) 2022-11-23T02:35:05.8024835Z test_nested_tensor_add_in_place_cuda_float32 (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.010s) 2022-11-23T02:35:05.8025768Z test_nested_tensor_chunk_cuda_float16 (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.025s) 2022-11-23T02:35:05.8026753Z test_nested_tensor_chunk_cuda_float32 (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.019s) 2022-11-23T02:35:05.8027571Z test_nested_tensor_chunk_cuda_float64 (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.015s) 2022-11-23T02:35:05.8028429Z test_nested_tensor_dense_elementwise_embedding_dim_128_cuda_float16 (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.047s) 2022-11-23T02:35:05.8029408Z test_nested_tensor_dense_elementwise_embedding_dim_128_cuda_float32 (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.044s) 2022-11-23T02:35:05.8030379Z test_nested_tensor_dense_elementwise_embedding_dim_256_cuda_float16 (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.044s) 2022-11-23T02:35:05.8031324Z test_nested_tensor_dense_elementwise_embedding_dim_256_cuda_float32 (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.039s) 2022-11-23T02:35:05.8032382Z test_nested_tensor_dense_elementwise_embedding_dim_384_cuda_float16 (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.047s) 2022-11-23T02:35:05.8033532Z test_nested_tensor_dense_elementwise_embedding_dim_384_cuda_float32 (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.037s) 2022-11-23T02:35:05.8034474Z test_nested_tensor_dense_elementwise_embedding_dim_8_cuda_float16 (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.035s) 2022-11-23T02:35:05.8035532Z test_nested_tensor_dense_elementwise_embedding_dim_8_cuda_float32 (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.033s) 2022-11-23T02:35:05.8036431Z test_nested_tensor_div_cuda_float16 (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.017s) 2022-11-23T02:35:05.8037257Z test_nested_tensor_div_cuda_float32 (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.011s) 2022-11-23T02:35:05.8038166Z test_nested_tensor_indexing_cuda_float16 (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.023s) 2022-11-23T02:35:05.8039139Z test_nested_tensor_indexing_cuda_float32 (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.020s) 2022-11-23T02:35:05.8040200Z test_nested_tensor_indexing_cuda_float64 (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.027s) 2022-11-23T02:35:05.8041067Z test_nested_tensor_indexing_noncontiguous_cuda_float16 (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.005s) 2022-11-23T02:35:05.8041939Z test_nested_tensor_indexing_noncontiguous_cuda_float32 (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.005s) 2022-11-23T02:35:05.8042874Z test_nested_tensor_indexing_noncontiguous_cuda_float64 (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.004s) 2022-11-23T02:35:05.8043693Z test_nested_tensor_mul_cuda_float16 (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.011s) 2022-11-23T02:35:05.8044470Z test_nested_tensor_mul_cuda_float32 (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.012s) 2022-11-23T02:35:05.8045393Z test_nested_tensor_mul_in_place_cuda_float16 (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.009s) 2022-11-23T02:35:05.8046443Z test_nested_tensor_mul_in_place_cuda_float32 (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.009s) 2022-11-23T02:35:05.8047350Z test_nested_tensor_sum_dim_cuda_float32 (__main__.TestNestedTensorDeviceTypeCUDA) ... skip: Only runs on cpu (0.004s) 2022-11-23T02:35:05.8048181Z test_reshape_cuda_float16 (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.015s) 2022-11-23T02:35:05.8048947Z test_reshape_cuda_float32 (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.009s) 2022-11-23T02:35:05.8049646Z test_reshape_cuda_float64 (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.010s) 2022-11-23T02:35:05.8050433Z test_scaled_dot_product_attention_input_dim_3_cuda (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.010s) 2022-11-23T02:35:05.8051349Z test_scaled_dot_product_attention_input_dim_4_cuda (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.023s) 2022-11-23T02:35:05.8052598Z test_softmax_cuda_float32 (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.010s) 2022-11-23T02:35:05.8053507Z test_softmax_cuda_float64 (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.013s) 2022-11-23T02:35:05.8054335Z test_softmax_noncontiguous_cuda_float32 (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.005s) 2022-11-23T02:35:05.8055195Z test_softmax_noncontiguous_cuda_float64 (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.005s) 2022-11-23T02:35:05.8056015Z test_squeeze_unsqueeze_cuda_float16 (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.017s) 2022-11-23T02:35:05.8056859Z test_squeeze_unsqueeze_cuda_float32 (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.017s) 2022-11-23T02:35:05.8057655Z test_squeeze_unsqueeze_cuda_float64 (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.017s) 2022-11-23T02:35:05.8058608Z test_to_padded_tensor_dim2_cuda_float16 (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.003s) 2022-11-23T02:35:05.8059663Z test_to_padded_tensor_dim2_cuda_float32 (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.000s) 2022-11-23T02:35:05.8060475Z test_to_padded_tensor_dim2_cuda_float64 (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.006s) 2022-11-23T02:35:05.8061265Z test_to_padded_tensor_dim3_cuda_float16 (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.000s) 2022-11-23T02:35:05.8062065Z test_to_padded_tensor_dim3_cuda_float32 (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.010s) 2022-11-23T02:35:05.8063053Z test_to_padded_tensor_dim3_cuda_float64 (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.000s) 2022-11-23T02:35:05.8063906Z test_to_padded_tensor_dim4_cuda_float16 (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.010s) 2022-11-23T02:35:05.8064692Z test_to_padded_tensor_dim4_cuda_float32 (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.011s) 2022-11-23T02:35:05.8065723Z test_to_padded_tensor_dim4_cuda_float64 (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.005s) 2022-11-23T02:35:05.8066675Z test_to_padded_tensor_noncontiguous_cuda_float16 (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.005s) 2022-11-23T02:35:05.8067574Z test_to_padded_tensor_noncontiguous_cuda_float32 (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.005s) 2022-11-23T02:35:05.8068505Z test_to_padded_tensor_noncontiguous_cuda_float64 (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.005s) 2022-11-23T02:35:05.8069437Z test_to_padded_tensor_output_size_cuda_float16 (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.008s) 2022-11-23T02:35:05.8070340Z test_to_padded_tensor_output_size_cuda_float32 (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.007s) 2022-11-23T02:35:05.8071196Z test_to_padded_tensor_simple_cuda_float16 (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.005s) 2022-11-23T02:35:05.8072338Z test_to_padded_tensor_simple_cuda_float32 (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.010s) 2022-11-23T02:35:05.8073352Z test_to_then_from_padded_tensor_no_transform0213_cuda_float32 (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.007s) 2022-11-23T02:35:05.8074261Z test_transpose_cuda_float16 (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.009s) 2022-11-23T02:35:05.8075038Z test_transpose_cuda_float32 (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.008s) 2022-11-23T02:35:05.8075805Z test_transpose_cuda_float64 (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.009s) 2022-11-23T02:35:05.8076662Z test_transpose_inference_mode_interaction_cuda_float16 (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.006s) 2022-11-23T02:35:05.8077589Z test_transpose_inference_mode_interaction_cuda_float32 (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.003s) 2022-11-23T02:35:05.8078621Z test_transpose_inference_mode_interaction_cuda_float64 (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.006s) 2022-11-23T02:35:05.8079671Z test_unbind_noncontiguous_cuda_float16 (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.011s) 2022-11-23T02:35:05.8080681Z test_unbind_noncontiguous_cuda_float32 (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.007s) 2022-11-23T02:35:05.8081488Z test_unbind_noncontiguous_cuda_float64 (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.006s) 2022-11-23T02:35:05.8082265Z test_view_cuda_float16 (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.013s) 2022-11-23T02:35:05.8083009Z test_view_cuda_float32 (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.012s) 2022-11-23T02:35:05.8083739Z test_view_cuda_float64 (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.008s) 2022-11-23T02:35:05.8084677Z test_view_inference_mode_interaction_cuda_float16 (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.006s) 2022-11-23T02:35:05.8085791Z test_view_inference_mode_interaction_cuda_float32 (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.012s) 2022-11-23T02:35:05.8086831Z test_view_inference_mode_interaction_cuda_float64 (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.008s) 2022-11-23T02:35:05.8087365Z 2022-11-23T02:35:05.8087677Z ---------------------------------------------------------------------- 2022-11-23T02:35:05.8088167Z Ran 191 tests in 6.750s 2022-11-23T02:35:05.8088409Z 2022-11-23T02:35:05.8088561Z OK (skipped=3) 2022-11-23T02:35:05.8088786Z 2022-11-23T02:35:05.8088970Z Generating XML reports... 2022-11-23T02:35:05.8089774Z Generated XML report: test-reports\python-unittest\test_nestedtensor\TEST-TestNestedTensor-20221123023458.xml 2022-11-23T02:35:05.8091076Z Generated XML report: test-reports\python-unittest\test_nestedtensor\TEST-TestNestedTensorAutogradCUDA-20221123023458.xml 2022-11-23T02:35:05.8092612Z Generated XML report: test-reports\python-unittest\test_nestedtensor\TEST-TestNestedTensorDeviceTypeCUDA-20221123023458.xml 2022-11-23T02:35:05.8093269Z 2022-11-23T02:35:05.8093866Z ##[endgroup] 2022-11-23T02:35:05.8094637Z FINISHED PRINTING LOG FILE of test_nestedtensor (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_nestedtensor_qp_uv3ka) 2022-11-23T02:35:05.8095224Z 2022-11-23T02:35:07.0671688Z Running test_functionalization ... [2022-11-23 02:35:07.063710] 2022-11-23T02:35:07.0678840Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_functionalization.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:35:07.063710] 2022-11-23T02:35:07.0681193Z Ignoring disabled issues: [] 2022-11-23T02:35:10.2802219Z Running test_logging ... [2022-11-23 02:35:10.279486] 2022-11-23T02:35:10.2810312Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_logging.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:35:10.280808] 2022-11-23T02:35:10.2814277Z Ignoring disabled issues: [] 2022-11-23T02:35:17.1154975Z 2022-11-23T02:35:17.1157660Z Expand the folded group to see the log file of test_functionalization 2022-11-23T02:35:17.1159130Z ##[group]PRINTING LOG FILE of test_functionalization (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_functionalization_6gd1qmrp) 2022-11-23T02:35:17.1159800Z 2022-11-23T02:35:17.1160169Z Running tests... 2022-11-23T02:35:17.1160979Z ---------------------------------------------------------------------- 2022-11-23T02:35:17.1161863Z Test results will be stored in test-reports\python-unittest\test_functionalization 2022-11-23T02:35:17.1162852Z test_aliases_maintained_after_pass_when_reapplying_views (__main__.TestFunctionalization) ... ok (2.570s) 2022-11-23T02:35:17.1163730Z test_as_strided (__main__.TestFunctionalization) ... ok (0.043s) 2022-11-23T02:35:17.1164434Z test_cat (__main__.TestFunctionalization) ... ok (0.027s) 2022-11-23T02:35:17.1165223Z test_copy_ (__main__.TestFunctionalization) ... ok (0.148s) 2022-11-23T02:35:17.1165990Z test_copy_stride_mismatch (__main__.TestFunctionalization) ... ok (0.000s) 2022-11-23T02:35:17.1166758Z test_diagonal (__main__.TestFunctionalization) ... ok (0.036s) 2022-11-23T02:35:17.1167540Z test_diagonal_mutated_input (__main__.TestFunctionalization) ... ok (0.043s) 2022-11-23T02:35:17.1168675Z test_everything (__main__.TestFunctionalization) ... ok (0.329s) 2022-11-23T02:35:17.1169407Z test_expand_symint (__main__.TestFunctionalization) ... ok (0.017s) 2022-11-23T02:35:17.1170136Z test_fill_ (__main__.TestFunctionalization) ... ok (0.041s) 2022-11-23T02:35:17.1170835Z test_freeze (__main__.TestFunctionalization) ... ok (0.922s) 2022-11-23T02:35:17.1171606Z test_index_mutation_on_non_input (__main__.TestFunctionalization) ... ok (0.069s) 2022-11-23T02:35:17.1172419Z test_inplace_on_non_view (__main__.TestFunctionalization) ... ok (0.063s) 2022-11-23T02:35:17.1173198Z test_metadata_change (__main__.TestFunctionalization) ... ok (0.036s) 2022-11-23T02:35:17.1173971Z test_metadata_change_out_op (__main__.TestFunctionalization) ... ok (0.001s) 2022-11-23T02:35:17.1174789Z test_mixed_wrappers_invalid (__main__.TestFunctionalization) ... ok (0.002s) 2022-11-23T02:35:17.1175614Z test_mixed_wrappers_valid (__main__.TestFunctionalization) ... ok (0.003s) 2022-11-23T02:35:17.1177912Z test_multi_out (__main__.TestFunctionalization) ... C:\actions-runner\_work\pytorch\pytorch\test\test_functionalization.py:258: UserWarning: An output with one or more elements was resized since it had shape [4], which does not match the required output shape []. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Resize.cpp:31.) 2022-11-23T02:35:17.1180137Z torch.aminmax(x, dim=0, out=(out_max, out_min)) 2022-11-23T02:35:17.1180666Z ok (0.039s) 2022-11-23T02:35:17.1181300Z test_multiple_views_of_same_base (__main__.TestFunctionalization) ... ok (0.033s) 2022-11-23T02:35:17.1182151Z test_mutable_op_not_inplace_or_other (__main__.TestFunctionalization) ... ok (0.010s) 2022-11-23T02:35:17.1183031Z test_nested_functions_propagate_updates (__main__.TestFunctionalization) ... ok (0.024s) 2022-11-23T02:35:17.1183832Z test_only_one_view (__main__.TestFunctionalization) ... ok (0.006s) 2022-11-23T02:35:17.1184584Z test_optional_tensor_list (__main__.TestFunctionalization) ... ok (0.039s) 2022-11-23T02:35:17.1185362Z test_reapply_views_simple (__main__.TestFunctionalization) ... ok (0.039s) 2022-11-23T02:35:17.1186166Z test_resize_larger_invalid (__main__.TestFunctionalization) ... ok (0.003s) 2022-11-23T02:35:17.1187073Z test_resize_larger_valid (__main__.TestFunctionalization) ... ok (0.072s) 2022-11-23T02:35:17.1187993Z test_resize_smaller (__main__.TestFunctionalization) ... ok (0.129s) 2022-11-23T02:35:17.1188809Z test_save_for_backwards_segfault (__main__.TestFunctionalization) ... ok (0.006s) 2022-11-23T02:35:17.1189569Z test_scalars (__main__.TestFunctionalization) ... ok (0.045s) 2022-11-23T02:35:17.1190350Z test_simple (__main__.TestFunctionalization) ... ok (0.056s) 2022-11-23T02:35:17.1192628Z test_simple_out (__main__.TestFunctionalization) ... C:\actions-runner\_work\pytorch\pytorch\test\test_functionalization.py:220: UserWarning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [4, 2]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Resize.cpp:31.) 2022-11-23T02:35:17.1194629Z torch.add(y, tmp, out=z) 2022-11-23T02:35:17.1195067Z ok (0.041s) 2022-11-23T02:35:17.1195626Z test_split (__main__.TestFunctionalization) ... ok (0.079s) 2022-11-23T02:35:17.1196350Z test_tensor_ctr (__main__.TestFunctionalization) ... ok (0.061s) 2022-11-23T02:35:17.1197110Z test_tensor_list_composite (__main__.TestFunctionalization) ... ok (0.021s) 2022-11-23T02:35:17.1198163Z test_tensor_list_mixed_functional_nonfunctional (__main__.TestFunctionalization) ... ok (0.003s) 2022-11-23T02:35:17.1199640Z test_view_clone_view_inplace (__main__.TestFunctionalization) ... C:\actions-runner\_work\pytorch\pytorch\test\test_functionalization.py:144: UserWarning: Anomaly Detection has been enabled. This mode will increase the runtime and should only be enabled for debugging. 2022-11-23T02:35:17.1201003Z with torch.autograd.detect_anomaly(check_nan=False): 2022-11-23T02:35:17.1201543Z ok (0.704s) 2022-11-23T02:35:17.1202131Z test_view_inplace (__main__.TestFunctionalization) ... ok (0.085s) 2022-11-23T02:35:17.1202557Z 2022-11-23T02:35:17.1202914Z ---------------------------------------------------------------------- 2022-11-23T02:35:17.1203507Z Ran 37 tests in 5.860s 2022-11-23T02:35:17.1203789Z 2022-11-23T02:35:17.1203925Z OK 2022-11-23T02:35:17.1204123Z 2022-11-23T02:35:17.1204334Z Generating XML reports... 2022-11-23T02:35:17.1205257Z Generated XML report: test-reports\python-unittest\test_functionalization\TEST-TestFunctionalization-20221123023510.xml 2022-11-23T02:35:17.1205934Z 2022-11-23T02:35:17.1206496Z ##[endgroup] 2022-11-23T02:35:17.1207389Z FINISHED PRINTING LOG FILE of test_functionalization (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_functionalization_6gd1qmrp) 2022-11-23T02:35:17.1208073Z 2022-11-23T02:35:20.2621792Z 2022-11-23T02:35:20.2622851Z Expand the folded group to see the log file of test_logging 2022-11-23T02:35:20.2624645Z ##[group]PRINTING LOG FILE of test_logging (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_logging_rr19l0ui) 2022-11-23T02:35:20.2625170Z 2022-11-23T02:35:20.2625278Z Running tests... 2022-11-23T02:35:20.2625616Z ---------------------------------------------------------------------- 2022-11-23T02:35:20.2626028Z Test results will be stored in test-reports\python-unittest\test_logging 2022-11-23T02:35:20.2626397Z testApiUsage (__main__.LoggingTest) 2022-11-23T02:35:20.2626752Z This test verifies that api usage logging is not triggered via static ... ok (5.951s) 2022-11-23T02:35:20.2626992Z 2022-11-23T02:35:20.2627180Z ---------------------------------------------------------------------- 2022-11-23T02:35:20.2627606Z Ran 1 test in 5.953s 2022-11-23T02:35:20.2627842Z 2022-11-23T02:35:20.2627964Z OK 2022-11-23T02:35:20.2628147Z 2022-11-23T02:35:20.2628332Z Generating XML reports... 2022-11-23T02:35:20.2628944Z Generated XML report: test-reports\python-unittest\test_logging\TEST-LoggingTest-20221123023513.xml 2022-11-23T02:35:20.2629403Z 2022-11-23T02:35:20.2629698Z ##[endgroup] 2022-11-23T02:35:20.2630134Z FINISHED PRINTING LOG FILE of test_logging (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_logging_rr19l0ui) 2022-11-23T02:35:20.2630797Z 2022-11-23T02:35:21.5261517Z Running test_namedtensor ... [2022-11-23 02:35:21.525936] 2022-11-23T02:35:21.5269216Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_namedtensor.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:35:21.526618] 2022-11-23T02:35:21.5273266Z Ignoring disabled issues: [] 2022-11-23T02:35:24.8176905Z Running test_shape_ops ... [2022-11-23 02:35:24.817207] 2022-11-23T02:35:24.8184601Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_shape_ops.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:35:24.817849] 2022-11-23T02:35:24.8187243Z Ignoring disabled issues: [] 2022-11-23T02:35:32.0977473Z 2022-11-23T02:35:32.0978447Z Expand the folded group to see the log file of test_namedtensor 2022-11-23T02:35:32.0979512Z ##[group]PRINTING LOG FILE of test_namedtensor (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_namedtensor_rlilcct_) 2022-11-23T02:35:32.0979981Z 2022-11-23T02:35:32.0980161Z Running tests... 2022-11-23T02:35:32.0980761Z ---------------------------------------------------------------------- 2022-11-23T02:35:32.0981901Z Test results will be stored in test-reports\python-unittest\test_namedtensor 2022-11-23T02:35:32.0983099Z test_aaa_must_run_first_check_experimental_warning (__main__.TestNamedTensor) ... ok (1.796s) 2022-11-23T02:35:32.0983818Z test_addcmul_addcdiv (__main__.TestNamedTensor) ... ok (0.004s) 2022-11-23T02:35:32.0984188Z test_addmm (__main__.TestNamedTensor) ... ok (0.905s) 2022-11-23T02:35:32.0984527Z test_addmv (__main__.TestNamedTensor) ... ok (0.005s) 2022-11-23T02:35:32.0984869Z test_align_as (__main__.TestNamedTensor) ... ok (0.002s) 2022-11-23T02:35:32.0985274Z test_align_tensors (__main__.TestNamedTensor) ... skip: Not implemented yet (0.001s) 2022-11-23T02:35:32.0985711Z test_align_tensors_two_inputs (__main__.TestNamedTensor) ... skip: Not implemented yet (0.006s) 2022-11-23T02:35:32.0986108Z test_align_to (__main__.TestNamedTensor) ... ok (0.006s) 2022-11-23T02:35:32.0986464Z test_align_to_ellipsis (__main__.TestNamedTensor) ... ok (0.007s) 2022-11-23T02:35:32.0986820Z test_any_all (__main__.TestNamedTensor) ... ok (0.003s) 2022-11-23T02:35:32.0987165Z test_as_strided (__main__.TestNamedTensor) ... ok (0.000s) 2022-11-23T02:35:32.0987527Z test_as_strided_cuda (__main__.TestNamedTensor) ... ok (0.000s) 2022-11-23T02:35:32.0987890Z test_autograd_ignores_names (__main__.TestNamedTensor) ... ok (0.006s) 2022-11-23T02:35:32.0988271Z test_autograd_smoke (__main__.TestNamedTensor) ... ok (0.000s) 2022-11-23T02:35:32.0988652Z test_autograd_warns_named_grad (__main__.TestNamedTensor) ... ok (0.000s) 2022-11-23T02:35:32.0989034Z test_bernoulli (__main__.TestNamedTensor) ... ok (0.000s) 2022-11-23T02:35:32.0989597Z test_big_tensor_repr_has_names (__main__.TestNamedTensor) ... ok (0.041s) 2022-11-23T02:35:32.0990000Z test_binary_ops (__main__.TestNamedTensor) ... ok (0.072s) 2022-11-23T02:35:32.0990333Z test_bitwise_not (__main__.TestNamedTensor) ... ok (0.002s) 2022-11-23T02:35:32.0990671Z test_bmm (__main__.TestNamedTensor) ... ok (0.011s) 2022-11-23T02:35:32.0991006Z test_cat (__main__.TestNamedTensor) ... ok (0.000s) 2022-11-23T02:35:32.0991331Z test_cdist (__main__.TestNamedTensor) ... ok (0.000s) 2022-11-23T02:35:32.0991685Z test_comparison_ops (__main__.TestNamedTensor) ... ok (0.030s) 2022-11-23T02:35:32.0992058Z test_copy_transpose (__main__.TestNamedTensor) ... ok (0.003s) 2022-11-23T02:35:32.0992403Z test_cummax_cummin (__main__.TestNamedTensor) ... ok (0.003s) 2022-11-23T02:35:32.0992750Z test_detach (__main__.TestNamedTensor) ... ok (0.002s) 2022-11-23T02:35:32.0993093Z test_diagonal (__main__.TestNamedTensor) ... ok (0.004s) 2022-11-23T02:35:32.0993434Z test_dot (__main__.TestNamedTensor) ... ok (0.002s) 2022-11-23T02:35:32.0993763Z test_equal (__main__.TestNamedTensor) ... ok (0.003s) 2022-11-23T02:35:32.0994080Z test_expand (__main__.TestNamedTensor) ... ok (0.005s) 2022-11-23T02:35:32.0994492Z test_factory_coverage (__main__.TestNamedTensor) ... ok (0.016s) 2022-11-23T02:35:32.0994876Z test_factory_edge_cases (__main__.TestNamedTensor) ... ok (0.014s) 2022-11-23T02:35:32.0995234Z test_flatten (__main__.TestNamedTensor) ... ok (0.000s) 2022-11-23T02:35:32.0995590Z test_flatten_nodims (__main__.TestNamedTensor) ... ok (0.010s) 2022-11-23T02:35:32.0995946Z test_has_names (__main__.TestNamedTensor) ... ok (0.000s) 2022-11-23T02:35:32.0996274Z test_index_fill (__main__.TestNamedTensor) ... ok (0.000s) 2022-11-23T02:35:32.0997043Z 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-23T02:35:32.0997757Z warnings.warn(message, UserWarning) 2022-11-23T02:35:32.0998014Z ok (0.000s) 2022-11-23T02:35:32.0998307Z test_logcumsumexp (__main__.TestNamedTensor) ... ok (0.010s) 2022-11-23T02:35:32.0998798Z test_logical_not (__main__.TestNamedTensor) ... ok (0.000s) 2022-11-23T02:35:32.0999153Z test_logical_ops (__main__.TestNamedTensor) ... ok (0.000s) 2022-11-23T02:35:32.0999504Z test_masked_fill (__main__.TestNamedTensor) ... ok (0.016s) 2022-11-23T02:35:32.0999841Z test_masked_select (__main__.TestNamedTensor) ... ok (0.006s) 2022-11-23T02:35:32.1000186Z test_matmul (__main__.TestNamedTensor) ... ok (0.025s) 2022-11-23T02:35:32.1000535Z test_max_pooling (__main__.TestNamedTensor) ... ok (0.010s) 2022-11-23T02:35:32.1000935Z test_max_pooling_without_names_does_not_warn (__main__.TestNamedTensor) ... ok (0.003s) 2022-11-23T02:35:32.1001317Z test_mm (__main__.TestNamedTensor) ... ok (0.009s) 2022-11-23T02:35:32.1001644Z test_mv (__main__.TestNamedTensor) ... ok (0.006s) 2022-11-23T02:35:32.1001987Z test_no_jit_script_support (__main__.TestNamedTensor) ... ok (0.140s) 2022-11-23T02:35:32.1002371Z test_no_jit_tracer_support (__main__.TestNamedTensor) ... ok (0.005s) 2022-11-23T02:35:32.1002774Z test_no_multiprocessing_support (__main__.TestNamedTensor) ... ok (0.000s) 2022-11-23T02:35:32.1003168Z test_no_pickle_support (__main__.TestNamedTensor) ... ok (0.006s) 2022-11-23T02:35:32.1003537Z test_no_save_support (__main__.TestNamedTensor) ... ok (0.000s) 2022-11-23T02:35:32.1003914Z test_noncontig_contiguous (__main__.TestNamedTensor) ... ok (0.000s) 2022-11-23T02:35:32.1004281Z test_none_names_refcount (__main__.TestNamedTensor) ... ok (0.000s) 2022-11-23T02:35:32.1004703Z test_nyi_dimname_overload_msg (__main__.TestNamedTensor) ... ok (0.010s) 2022-11-23T02:35:32.1005084Z test_out_fn_semantics (__main__.TestNamedTensor) ... ok (0.000s) 2022-11-23T02:35:32.1005530Z test_pow_special (__main__.TestNamedTensor) ... ok (0.013s) 2022-11-23T02:35:32.1005903Z test_py3_ellipsis (__main__.TestNamedTensor) ... ok (0.002s) 2022-11-23T02:35:32.1006496Z test_reduction_fns (__main__.TestNamedTensor) ... ok (0.133s) 2022-11-23T02:35:32.1006888Z test_refine_names (__main__.TestNamedTensor) ... ok (0.010s) 2022-11-23T02:35:32.1007220Z test_rename (__main__.TestNamedTensor) ... ok (0.000s) 2022-11-23T02:35:32.1007559Z test_rename_ (__main__.TestNamedTensor) ... ok (0.014s) 2022-11-23T02:35:32.1007909Z test_rename_globber (__main__.TestNamedTensor) ... ok (0.009s) 2022-11-23T02:35:32.1008275Z test_rename_rename_map (__main__.TestNamedTensor) ... ok (0.005s) 2022-11-23T02:35:32.1008628Z test_repr (__main__.TestNamedTensor) ... ok (0.005s) 2022-11-23T02:35:32.1008948Z test_resize (__main__.TestNamedTensor) ... ok (0.120s) 2022-11-23T02:35:32.1009286Z test_select (__main__.TestNamedTensor) ... ok (0.003s) 2022-11-23T02:35:32.1009634Z test_select_cuda (__main__.TestNamedTensor) ... ok (0.002s) 2022-11-23T02:35:32.1009998Z test_set_names_property (__main__.TestNamedTensor) ... ok (0.003s) 2022-11-23T02:35:32.1010352Z test_size (__main__.TestNamedTensor) ... ok (0.004s) 2022-11-23T02:35:32.1010722Z test_split_fns_propagates_names (__main__.TestNamedTensor) ... ok (0.004s) 2022-11-23T02:35:32.1011080Z test_squeeze (__main__.TestNamedTensor) ... ok (0.001s) 2022-11-23T02:35:32.1011417Z test_stride (__main__.TestNamedTensor) ... ok (0.003s) 2022-11-23T02:35:32.1011771Z test_tensor_from_lists (__main__.TestNamedTensor) ... ok (0.003s) 2022-11-23T02:35:32.1012563Z 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-23T02:35:32.1013263Z tensor = torch.tensor(x) 2022-11-23T02:35:32.1013910Z 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-23T02:35:32.1014646Z tensor = torch.tensor(x, names=None) 2022-11-23T02:35:32.1015295Z 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-23T02:35:32.1015903Z tensor = torch.tensor(x, names=('N', 'C')) 2022-11-23T02:35:32.1016141Z ok (0.003s) 2022-11-23T02:35:32.1016439Z test_tensor_from_numpy (__main__.TestNamedTensor) ... ok (0.001s) 2022-11-23T02:35:32.1017213Z 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-23T02:35:32.1017904Z tensor = torch.tensor(x, names=names) 2022-11-23T02:35:32.1018153Z ok (0.002s) 2022-11-23T02:35:32.1018463Z test_tensor_grad_is_unnamed (__main__.TestNamedTensor) ... ok (0.002s) 2022-11-23T02:35:32.1018833Z test_transpose_variants (__main__.TestNamedTensor) ... ok (0.003s) 2022-11-23T02:35:32.1019199Z test_trivial (__main__.TestNamedTensor) ... ok (0.001s) 2022-11-23T02:35:32.1019574Z test_unary_propagate_names_fns (__main__.TestNamedTensor) ... ok (2.076s) 2022-11-23T02:35:32.1019949Z test_unflatten (__main__.TestNamedTensor) ... ok (0.015s) 2022-11-23T02:35:32.1020323Z test_unsupported_op_error_msg (__main__.TestNamedTensor) ... ok (0.003s) 2022-11-23T02:35:32.1020838Z test_using_seen_interned_string_doesnt_bump_refcount (__main__.TestNamedTensor) ... ok (0.002s) 2022-11-23T02:35:32.1021321Z test_using_unseen_interned_string_bumps_refcount_permanently (__main__.TestNamedTensor) ... ok (0.001s) 2022-11-23T02:35:32.1021787Z test_using_unseen_uninterned_string_refcounts (__main__.TestNamedTensor) ... ok (0.001s) 2022-11-23T02:35:32.1022031Z 2022-11-23T02:35:32.1022229Z ---------------------------------------------------------------------- 2022-11-23T02:35:32.1022546Z Ran 86 tests in 5.656s 2022-11-23T02:35:32.1022692Z 2022-11-23T02:35:32.1022787Z OK (skipped=2) 2022-11-23T02:35:32.1022923Z 2022-11-23T02:35:32.1023034Z Generating XML reports... 2022-11-23T02:35:32.1023476Z Generated XML report: test-reports\python-unittest\test_namedtensor\TEST-TestNamedTensor-20221123023525.xml 2022-11-23T02:35:32.1023792Z 2022-11-23T02:35:32.1024145Z ##[endgroup] 2022-11-23T02:35:32.1024607Z FINISHED PRINTING LOG FILE of test_namedtensor (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_namedtensor_rlilcct_) 2022-11-23T02:35:32.1024940Z 2022-11-23T02:35:34.8234680Z 2022-11-23T02:35:34.8235667Z Expand the folded group to see the log file of test_shape_ops 2022-11-23T02:35:34.8237344Z ##[group]PRINTING LOG FILE of test_shape_ops (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_shape_ops_nuj1t233) 2022-11-23T02:35:34.8238163Z 2022-11-23T02:35:34.8238336Z Running tests... 2022-11-23T02:35:34.8239135Z ---------------------------------------------------------------------- 2022-11-23T02:35:34.8239952Z Test results will be stored in test-reports\python-unittest\test_shape_ops 2022-11-23T02:35:34.8240759Z test_clamp_cuda_float32 (__main__.TestShapeOpsCUDA) ... ok (1.811s) 2022-11-23T02:35:34.8241581Z test_clamp_cuda_int64 (__main__.TestShapeOpsCUDA) ... ok (0.005s) 2022-11-23T02:35:34.8242670Z test_clamp_propagates_nans_cuda (__main__.TestShapeOpsCUDA) ... ok (0.007s) 2022-11-23T02:35:34.8243486Z test_clamp_raises_arg_errors_cuda (__main__.TestShapeOpsCUDA) ... ok (1.105s) 2022-11-23T02:35:34.8244095Z test_complex_rot90_cuda_complex128 (__main__.TestShapeOpsCUDA) ... ok (0.015s) 2022-11-23T02:35:34.8244701Z test_complex_rot90_cuda_complex64 (__main__.TestShapeOpsCUDA) ... ok (0.007s) 2022-11-23T02:35:34.8245118Z test_diag_cuda_bool (__main__.TestShapeOpsCUDA) ... ok (0.003s) 2022-11-23T02:35:34.8245875Z test_diag_cuda_float32 (__main__.TestShapeOpsCUDA) ... ok (0.003s) 2022-11-23T02:35:34.8246537Z test_diagonal_cuda (__main__.TestShapeOpsCUDA) ... ok (0.003s) 2022-11-23T02:35:34.8246973Z test_diagonal_multidim_cuda_float32 (__main__.TestShapeOpsCUDA) ... skip: Only runs on cpu (0.003s) 2022-11-23T02:35:34.8247406Z test_flip_cuda_bfloat16 (__main__.TestShapeOpsCUDA) ... ok (0.061s) 2022-11-23T02:35:34.8247765Z test_flip_cuda_bool (__main__.TestShapeOpsCUDA) ... ok (0.040s) 2022-11-23T02:35:34.8248146Z test_flip_cuda_complex128 (__main__.TestShapeOpsCUDA) ... ok (0.430s) 2022-11-23T02:35:34.8248539Z test_flip_cuda_complex64 (__main__.TestShapeOpsCUDA) ... ok (0.053s) 2022-11-23T02:35:34.8248926Z test_flip_cuda_float16 (__main__.TestShapeOpsCUDA) ... ok (0.055s) 2022-11-23T02:35:34.8249310Z test_flip_cuda_float32 (__main__.TestShapeOpsCUDA) ... ok (0.171s) 2022-11-23T02:35:34.8249687Z test_flip_cuda_float64 (__main__.TestShapeOpsCUDA) ... ok (0.044s) 2022-11-23T02:35:34.8250058Z test_flip_cuda_int16 (__main__.TestShapeOpsCUDA) ... ok (0.033s) 2022-11-23T02:35:34.8250413Z test_flip_cuda_int32 (__main__.TestShapeOpsCUDA) ... ok (0.036s) 2022-11-23T02:35:34.8250775Z test_flip_cuda_int64 (__main__.TestShapeOpsCUDA) ... ok (0.030s) 2022-11-23T02:35:34.8251345Z test_flip_cuda_int8 (__main__.TestShapeOpsCUDA) ... ok (0.042s) 2022-11-23T02:35:34.8251908Z test_flip_cuda_uint8 (__main__.TestShapeOpsCUDA) ... ok (0.040s) 2022-11-23T02:35:34.8252535Z test_flip_errors_cuda_bfloat16 (__main__.TestShapeOpsCUDA) ... ok (0.000s) 2022-11-23T02:35:34.8252937Z test_flip_errors_cuda_bool (__main__.TestShapeOpsCUDA) ... ok (0.010s) 2022-11-23T02:35:34.8253472Z test_flip_errors_cuda_complex128 (__main__.TestShapeOpsCUDA) ... ok (0.000s) 2022-11-23T02:35:34.8253906Z test_flip_errors_cuda_complex64 (__main__.TestShapeOpsCUDA) ... ok (0.010s) 2022-11-23T02:35:34.8254314Z test_flip_errors_cuda_float16 (__main__.TestShapeOpsCUDA) ... ok (0.004s) 2022-11-23T02:35:34.8254711Z test_flip_errors_cuda_float32 (__main__.TestShapeOpsCUDA) ... ok (0.003s) 2022-11-23T02:35:34.8255106Z test_flip_errors_cuda_float64 (__main__.TestShapeOpsCUDA) ... ok (0.004s) 2022-11-23T02:35:34.8255490Z test_flip_errors_cuda_int16 (__main__.TestShapeOpsCUDA) ... ok (0.003s) 2022-11-23T02:35:34.8255858Z test_flip_errors_cuda_int32 (__main__.TestShapeOpsCUDA) ... ok (0.003s) 2022-11-23T02:35:34.8256235Z test_flip_errors_cuda_int64 (__main__.TestShapeOpsCUDA) ... ok (0.003s) 2022-11-23T02:35:34.8256628Z test_flip_errors_cuda_int8 (__main__.TestShapeOpsCUDA) ... ok (0.003s) 2022-11-23T02:35:34.8257014Z test_flip_errors_cuda_uint8 (__main__.TestShapeOpsCUDA) ... ok (0.003s) 2022-11-23T02:35:34.8257616Z test_flip_large_tensor_cuda (__main__.TestShapeOpsCUDA) ... skip: Insufficient cuda:0 memory (0.074s) 2022-11-23T02:35:34.8258075Z test_flip_numpy_cuda_bfloat16 (__main__.TestShapeOpsCUDA) ... ok (0.012s) 2022-11-23T02:35:34.8258780Z test_flip_numpy_cuda_bool (__main__.TestShapeOpsCUDA) ... ok (0.015s) 2022-11-23T02:35:34.8259193Z test_flip_numpy_cuda_complex128 (__main__.TestShapeOpsCUDA) ... ok (0.019s) 2022-11-23T02:35:34.8259599Z test_flip_numpy_cuda_complex64 (__main__.TestShapeOpsCUDA) ... ok (0.018s) 2022-11-23T02:35:34.8260004Z test_flip_numpy_cuda_float16 (__main__.TestShapeOpsCUDA) ... ok (0.017s) 2022-11-23T02:35:34.8260396Z test_flip_numpy_cuda_float32 (__main__.TestShapeOpsCUDA) ... ok (0.013s) 2022-11-23T02:35:34.8260786Z test_flip_numpy_cuda_float64 (__main__.TestShapeOpsCUDA) ... ok (0.018s) 2022-11-23T02:35:34.8261149Z test_flip_numpy_cuda_int16 (__main__.TestShapeOpsCUDA) ... ok (0.011s) 2022-11-23T02:35:34.8261541Z test_flip_numpy_cuda_int32 (__main__.TestShapeOpsCUDA) ... ok (0.011s) 2022-11-23T02:35:34.8261924Z test_flip_numpy_cuda_int64 (__main__.TestShapeOpsCUDA) ... ok (0.010s) 2022-11-23T02:35:34.8262312Z test_flip_numpy_cuda_int8 (__main__.TestShapeOpsCUDA) ... ok (0.006s) 2022-11-23T02:35:34.8262695Z test_flip_numpy_cuda_uint8 (__main__.TestShapeOpsCUDA) ... ok (0.017s) 2022-11-23T02:35:34.8263214Z test_fliplr_cuda_complex128 (__main__.TestShapeOpsCUDA) ... ok (0.003s) 2022-11-23T02:35:34.8263587Z test_fliplr_cuda_float64 (__main__.TestShapeOpsCUDA) ... ok (0.003s) 2022-11-23T02:35:34.8264135Z test_fliplr_cuda_int64 (__main__.TestShapeOpsCUDA) ... ok (0.002s) 2022-11-23T02:35:34.8264549Z test_fliplr_invalid_cuda_complex128 (__main__.TestShapeOpsCUDA) ... ok (0.003s) 2022-11-23T02:35:34.8265266Z test_fliplr_invalid_cuda_float64 (__main__.TestShapeOpsCUDA) ... ok (0.003s) 2022-11-23T02:35:34.8265674Z test_fliplr_invalid_cuda_int64 (__main__.TestShapeOpsCUDA) ... ok (0.003s) 2022-11-23T02:35:34.8266081Z test_flipud_cuda_complex128 (__main__.TestShapeOpsCUDA) ... ok (0.004s) 2022-11-23T02:35:34.8266472Z test_flipud_cuda_float64 (__main__.TestShapeOpsCUDA) ... ok (0.003s) 2022-11-23T02:35:34.8266835Z test_flipud_cuda_int64 (__main__.TestShapeOpsCUDA) ... ok (0.003s) 2022-11-23T02:35:34.8267236Z test_flipud_invalid_cuda_complex128 (__main__.TestShapeOpsCUDA) ... ok (0.002s) 2022-11-23T02:35:34.8267653Z test_flipud_invalid_cuda_float64 (__main__.TestShapeOpsCUDA) ... ok (0.002s) 2022-11-23T02:35:34.8268059Z test_flipud_invalid_cuda_int64 (__main__.TestShapeOpsCUDA) ... ok (0.001s) 2022-11-23T02:35:34.8268453Z test_movedim_cuda_complex128 (__main__.TestShapeOpsCUDA) ... ok (0.128s) 2022-11-23T02:35:34.8268848Z test_movedim_cuda_float32 (__main__.TestShapeOpsCUDA) ... ok (0.111s) 2022-11-23T02:35:34.8269214Z test_movedim_cuda_int64 (__main__.TestShapeOpsCUDA) ... ok (0.063s) 2022-11-23T02:35:34.8269620Z test_movedim_invalid_cuda_complex128 (__main__.TestShapeOpsCUDA) ... ok (0.011s) 2022-11-23T02:35:34.8270351Z test_movedim_invalid_cuda_float32 (__main__.TestShapeOpsCUDA) ... ok (0.010s) 2022-11-23T02:35:34.8270801Z test_movedim_invalid_cuda_int64 (__main__.TestShapeOpsCUDA) ... ok (0.008s) 2022-11-23T02:35:34.8271497Z test_nonzero_astuple_out_cuda (__main__.TestShapeOpsCUDA) ... ok (0.125s) 2022-11-23T02:35:34.8271900Z test_nonzero_cuda_bfloat16 (__main__.TestShapeOpsCUDA) ... ok (0.026s) 2022-11-23T02:35:34.8272269Z test_nonzero_cuda_bool (__main__.TestShapeOpsCUDA) ... ok (0.021s) 2022-11-23T02:35:34.8272657Z test_nonzero_cuda_float16 (__main__.TestShapeOpsCUDA) ... ok (0.016s) 2022-11-23T02:35:34.8273043Z test_nonzero_cuda_float32 (__main__.TestShapeOpsCUDA) ... ok (0.020s) 2022-11-23T02:35:34.8273423Z test_nonzero_cuda_float64 (__main__.TestShapeOpsCUDA) ... ok (0.020s) 2022-11-23T02:35:34.8273806Z test_nonzero_cuda_int16 (__main__.TestShapeOpsCUDA) ... ok (0.010s) 2022-11-23T02:35:34.8274184Z test_nonzero_cuda_int32 (__main__.TestShapeOpsCUDA) ... ok (0.027s) 2022-11-23T02:35:34.8274540Z test_nonzero_cuda_int64 (__main__.TestShapeOpsCUDA) ... ok (0.021s) 2022-11-23T02:35:34.8274912Z test_nonzero_cuda_int8 (__main__.TestShapeOpsCUDA) ... ok (0.019s) 2022-11-23T02:35:34.8275284Z test_nonzero_cuda_uint8 (__main__.TestShapeOpsCUDA) ... ok (0.019s) 2022-11-23T02:35:34.8275683Z test_nonzero_discontiguous_cuda (__main__.TestShapeOpsCUDA) ... ok (0.013s) 2022-11-23T02:35:34.8276088Z test_nonzero_no_warning_cuda (__main__.TestShapeOpsCUDA) ... ok (0.003s) 2022-11-23T02:35:34.8276581Z test_nonzero_non_diff_cuda (__main__.TestShapeOpsCUDA) ... ok (0.002s) 2022-11-23T02:35:34.8276993Z test_rot90_cuda (__main__.TestShapeOpsCUDA) ... ok (0.017s) 2022-11-23T02:35:34.8277671Z test_sparse_dense_dim_cuda_complex128 (__main__.TestShapeOpsCUDA) ... ok (0.004s) 2022-11-23T02:35:34.8278104Z test_sparse_dense_dim_cuda_float32 (__main__.TestShapeOpsCUDA) ... ok (0.002s) 2022-11-23T02:35:34.8278515Z test_sparse_dense_dim_cuda_int64 (__main__.TestShapeOpsCUDA) ... ok (0.003s) 2022-11-23T02:35:34.8278929Z test_tolist_cuda (__main__.TestShapeOpsCUDA) ... skip: Only runs on cpu (0.003s) 2022-11-23T02:35:34.8279328Z test_trace_cuda_float16 (__main__.TestShapeOpsCUDA) ... ok (0.005s) 2022-11-23T02:35:34.8279704Z test_trace_cuda_float32 (__main__.TestShapeOpsCUDA) ... ok (0.003s) 2022-11-23T02:35:34.8280174Z test_trace_cuda_float64 (__main__.TestShapeOpsCUDA) ... ok (0.006s) 2022-11-23T02:35:34.8280553Z test_trace_cuda_int16 (__main__.TestShapeOpsCUDA) ... ok (0.000s) 2022-11-23T02:35:34.8280923Z test_trace_cuda_int32 (__main__.TestShapeOpsCUDA) ... ok (0.012s) 2022-11-23T02:35:34.8281293Z test_trace_cuda_int64 (__main__.TestShapeOpsCUDA) ... ok (0.005s) 2022-11-23T02:35:34.8281659Z test_trace_cuda_int8 (__main__.TestShapeOpsCUDA) ... ok (0.005s) 2022-11-23T02:35:34.8282027Z test_trace_cuda_uint8 (__main__.TestShapeOpsCUDA) ... ok (0.005s) 2022-11-23T02:35:34.8282409Z test_unbind_cuda (__main__.TestShapeOpsCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T02:35:34.8282641Z 2022-11-23T02:35:34.8283024Z ---------------------------------------------------------------------- 2022-11-23T02:35:34.8283348Z Ran 93 tests in 5.079s 2022-11-23T02:35:34.8283638Z 2022-11-23T02:35:34.8283807Z OK (skipped=4) 2022-11-23T02:35:34.8284138Z 2022-11-23T02:35:34.8284266Z Generating XML reports... 2022-11-23T02:35:34.8284724Z Generated XML report: test-reports\python-unittest\test_shape_ops\TEST-TestShapeOpsCUDA-20221123023529.xml 2022-11-23T02:35:34.8285040Z 2022-11-23T02:35:34.8285358Z ##[endgroup] 2022-11-23T02:35:34.8285803Z FINISHED PRINTING LOG FILE of test_shape_ops (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_shape_ops_nuj1t233) 2022-11-23T02:35:34.8286128Z 2022-11-23T02:35:36.6566412Z Running test_proxy_tensor ... [2022-11-23 02:35:36.656134] 2022-11-23T02:35:36.6574286Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_proxy_tensor.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:35:36.656822] 2022-11-23T02:35:36.6576773Z Ignoring disabled issues: [] 2022-11-23T02:35:39.2408787Z Running lazy/test_step_closures ... [2022-11-23 02:35:39.237460] 2022-11-23T02:35:39.2415471Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'lazy/test_step_closures.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:35:39.237460] 2022-11-23T02:35:39.2418133Z Ignoring disabled issues: [] 2022-11-23T02:35:48.2251077Z 2022-11-23T02:35:48.2252120Z Expand the folded group to see the log file of lazy/test_step_closures 2022-11-23T02:35:48.2253918Z ##[group]PRINTING LOG FILE of lazy/test_step_closures (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\lazy-test_step_closures_daxoo47o) 2022-11-23T02:35:48.2254777Z 2022-11-23T02:35:48.2254983Z Running tests... 2022-11-23T02:35:48.2255581Z ---------------------------------------------------------------------- 2022-11-23T02:35:48.2256454Z Test results will be stored in test-reports\python-unittest\lazy.test_step_closures 2022-11-23T02:35:48.2257262Z test_asynchronous (__main__.ClosuresTest) ... ok (2.669s) 2022-11-23T02:35:48.2257980Z test_asynchronous_exception (__main__.ClosuresTest) ... ok (1.006s) 2022-11-23T02:35:48.2258687Z test_synchronous (__main__.ClosuresTest) ... ok (1.002s) 2022-11-23T02:35:48.2259419Z test_synchronous_exception (__main__.ClosuresTest) ... ok (0.002s) 2022-11-23T02:35:48.2259822Z 2022-11-23T02:35:48.2260296Z ---------------------------------------------------------------------- 2022-11-23T02:35:48.2260992Z Ran 4 tests in 4.687s 2022-11-23T02:35:48.2261210Z 2022-11-23T02:35:48.2261289Z OK 2022-11-23T02:35:48.2261405Z 2022-11-23T02:35:48.2261658Z Generating XML reports... 2022-11-23T02:35:48.2262116Z Generated XML report: test-reports\python-unittest\lazy.test_step_closures\TEST-ClosuresTest-20221123023542.xml 2022-11-23T02:35:48.2262432Z 2022-11-23T02:35:48.2262746Z ##[endgroup] 2022-11-23T02:35:48.2263204Z FINISHED PRINTING LOG FILE of lazy/test_step_closures (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\lazy-test_step_closures_daxoo47o) 2022-11-23T02:35:48.2263559Z 2022-11-23T02:35:48.2780219Z 2022-11-23T02:35:48.2781032Z Expand the folded group to see the log file of test_proxy_tensor 2022-11-23T02:35:48.2782203Z ##[group]PRINTING LOG FILE of test_proxy_tensor (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_proxy_tensor_t0f856jb) 2022-11-23T02:35:48.2784136Z C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py:125: UserWarning: Couldn't import torchvision. Some of our tests use it, try to install it with commands from pytorch.org, post-fixed with `--no-deps` to avoid overwriting the pytorch installation 2022-11-23T02:35:48.2785657Z warnings.warn("Couldn't import torchvision. Some of our tests use it, try " 2022-11-23T02:35:48.2786062Z 2022-11-23T02:35:48.2786221Z Running tests... 2022-11-23T02:35:48.2786972Z ---------------------------------------------------------------------- 2022-11-23T02:35:48.2787725Z Test results will be stored in test-reports\python-unittest\test_proxy_tensor 2022-11-23T02:35:48.2788354Z test_alias (__main__.TestFakeProxyTensor) ... ok (1.817s) 2022-11-23T02:35:48.2788707Z test_issue82547 (__main__.TestFakeProxyTensor) ... ok (0.008s) 2022-11-23T02:35:48.2789186Z test_meta (__main__.TestFakeProxyTensor) ... ok (0.009s) 2022-11-23T02:35:48.2789797Z test_use_fake_and_tensor (__main__.TestFakeProxyTensor) ... ok (0.008s) 2022-11-23T02:35:48.2790470Z test_allclose (__main__.TestGenericProxyTensorFake) ... ok (0.006s) 2022-11-23T02:35:48.2791045Z test_amp_cache (__main__.TestGenericProxyTensorFake) ... ok (2.207s) 2022-11-23T02:35:48.2791465Z test_constant_blowup (__main__.TestGenericProxyTensorFake) ... ok (0.010s) 2022-11-23T02:35:48.2791888Z test_constant_proxy_tensor_mut (__main__.TestGenericProxyTensorFake) ... ok (0.010s) 2022-11-23T02:35:48.2792330Z test_constant_random (__main__.TestGenericProxyTensorFake) ... ok (0.012s) 2022-11-23T02:35:48.2792964Z test_constant_unbind (__main__.TestGenericProxyTensorFake) ... ok (0.007s) 2022-11-23T02:35:48.2793421Z test_decomp_of_capture (__main__.TestGenericProxyTensorFake) ... ok (0.009s) 2022-11-23T02:35:48.2793870Z test_decomposition_interpreter (__main__.TestGenericProxyTensorFake) ... ok (0.013s) 2022-11-23T02:35:48.2794310Z test_has_proxy (__main__.TestGenericProxyTensorFake) ... ok (0.006s) 2022-11-23T02:35:48.2794706Z test_inplace_metadata (__main__.TestGenericProxyTensorFake) ... ok (0.006s) 2022-11-23T02:35:48.2795150Z test_isolated_graphmodule (__main__.TestGenericProxyTensorFake) ... ok (0.078s) 2022-11-23T02:35:48.2795604Z test_make_fx_model_double_param (__main__.TestGenericProxyTensorFake) ... ok (0.020s) 2022-11-23T02:35:48.2796046Z test_make_fx_model_fwd_bwd (__main__.TestGenericProxyTensorFake) ... ok (0.070s) 2022-11-23T02:35:48.2796494Z test_make_fx_model_fwd_bwd_wgtupdate (__main__.TestGenericProxyTensorFake) ... ok (0.054s) 2022-11-23T02:35:48.2796945Z test_make_fx_overloads (__main__.TestGenericProxyTensorFake) ... ok (0.008s) 2022-11-23T02:35:48.2797388Z test_make_fx_reentrant_dispatch (__main__.TestGenericProxyTensorFake) ... ok (0.009s) 2022-11-23T02:35:48.2797808Z test_make_fx_simple (__main__.TestGenericProxyTensorFake) ... ok (0.006s) 2022-11-23T02:35:48.2798253Z test_mode_tracing_factory_function (__main__.TestGenericProxyTensorFake) ... ok (0.007s) 2022-11-23T02:35:48.2798700Z test_partial_decomp (__main__.TestGenericProxyTensorFake) ... ok (0.022s) 2022-11-23T02:35:48.2799167Z test_pr_86917 (__main__.TestGenericProxyTensorFake) ... ok (0.017s) 2022-11-23T02:35:48.2799621Z test_proxy_tensor (__main__.TestGenericProxyTensorFake) ... ok (0.036s) 2022-11-23T02:35:48.2800101Z test_proxy_tensor_mode_with_decomp_table_preserves_proxy (__main__.TestGenericProxyTensorFake) ... ok (0.013s) 2022-11-23T02:35:48.2800639Z test_resnet18_backward_trace (__main__.TestGenericProxyTensorFake) ... skip: test requires torchvision (0.001s) 2022-11-23T02:35:48.2801116Z test_scalar_device (__main__.TestGenericProxyTensorFake) ... ok (0.008s) 2022-11-23T02:35:48.2801516Z test_strides (__main__.TestGenericProxyTensorFake) ... ok (0.018s) 2022-11-23T02:35:48.2801928Z test_tensor_constants (__main__.TestGenericProxyTensorFake) ... ok (0.008s) 2022-11-23T02:35:48.2802354Z test_trace_subclasses (__main__.TestGenericProxyTensorFake) ... ok (0.014s) 2022-11-23T02:35:48.2802929Z test_val_metadata_mutation (__main__.TestGenericProxyTensorFake) ... ok (0.005s) 2022-11-23T02:35:48.2803346Z test_varargs (__main__.TestGenericProxyTensorFake) ... ok (0.006s) 2022-11-23T02:35:48.2803751Z test_allclose (__main__.TestGenericProxyTensorReal) ... ok (0.000s) 2022-11-23T02:35:48.2804137Z test_amp_cache (__main__.TestGenericProxyTensorReal) ... ok (0.030s) 2022-11-23T02:35:48.2804554Z test_constant_blowup (__main__.TestGenericProxyTensorReal) ... ok (0.006s) 2022-11-23T02:35:48.2804996Z test_constant_proxy_tensor_mut (__main__.TestGenericProxyTensorReal) ... ok (0.009s) 2022-11-23T02:35:48.2805434Z test_constant_random (__main__.TestGenericProxyTensorReal) ... ok (0.005s) 2022-11-23T02:35:48.2805856Z test_constant_unbind (__main__.TestGenericProxyTensorReal) ... ok (0.003s) 2022-11-23T02:35:48.2806281Z test_decomp_of_capture (__main__.TestGenericProxyTensorReal) ... ok (0.011s) 2022-11-23T02:35:48.2806737Z test_decomposition_interpreter (__main__.TestGenericProxyTensorReal) ... ok (0.010s) 2022-11-23T02:35:48.2807153Z test_has_proxy (__main__.TestGenericProxyTensorReal) ... ok (0.006s) 2022-11-23T02:35:48.2807568Z test_inplace_metadata (__main__.TestGenericProxyTensorReal) ... ok (0.007s) 2022-11-23T02:35:48.2808003Z test_isolated_graphmodule (__main__.TestGenericProxyTensorReal) ... ok (0.079s) 2022-11-23T02:35:48.2808454Z test_make_fx_model_double_param (__main__.TestGenericProxyTensorReal) ... ok (0.014s) 2022-11-23T02:35:48.2808898Z test_make_fx_model_fwd_bwd (__main__.TestGenericProxyTensorReal) ... ok (0.041s) 2022-11-23T02:35:48.2809437Z test_make_fx_model_fwd_bwd_wgtupdate (__main__.TestGenericProxyTensorReal) ... ok (0.046s) 2022-11-23T02:35:48.2809893Z test_make_fx_overloads (__main__.TestGenericProxyTensorReal) ... ok (0.011s) 2022-11-23T02:35:48.2810340Z test_make_fx_reentrant_dispatch (__main__.TestGenericProxyTensorReal) ... ok (0.012s) 2022-11-23T02:35:48.2810779Z test_make_fx_simple (__main__.TestGenericProxyTensorReal) ... ok (0.007s) 2022-11-23T02:35:48.2811225Z test_mode_tracing_factory_function (__main__.TestGenericProxyTensorReal) ... ok (0.007s) 2022-11-23T02:35:48.2811668Z test_partial_decomp (__main__.TestGenericProxyTensorReal) ... ok (0.037s) 2022-11-23T02:35:48.2812073Z test_pr_86917 (__main__.TestGenericProxyTensorReal) ... ok (0.011s) 2022-11-23T02:35:48.2812462Z test_proxy_tensor (__main__.TestGenericProxyTensorReal) ... ok (0.043s) 2022-11-23T02:35:48.2812939Z test_proxy_tensor_mode_with_decomp_table_preserves_proxy (__main__.TestGenericProxyTensorReal) ... ok (0.007s) 2022-11-23T02:35:48.2813481Z test_resnet18_backward_trace (__main__.TestGenericProxyTensorReal) ... skip: test requires torchvision (0.001s) 2022-11-23T02:35:48.2813959Z test_scalar_device (__main__.TestGenericProxyTensorReal) ... ok (0.006s) 2022-11-23T02:35:48.2814366Z test_strides (__main__.TestGenericProxyTensorReal) ... ok (0.013s) 2022-11-23T02:35:48.2814787Z test_tensor_constants (__main__.TestGenericProxyTensorReal) ... ok (0.009s) 2022-11-23T02:35:48.2815213Z test_trace_subclasses (__main__.TestGenericProxyTensorReal) ... ok (0.010s) 2022-11-23T02:35:48.2815633Z test_val_metadata_mutation (__main__.TestGenericProxyTensorReal) ... ok (0.010s) 2022-11-23T02:35:48.2816056Z test_varargs (__main__.TestGenericProxyTensorReal) ... ok (0.007s) 2022-11-23T02:35:48.2816488Z test_allclose (__main__.TestGenericProxyTensorSymbolic) ... skip: no sympy (0.001s) 2022-11-23T02:35:48.2816946Z test_amp_cache (__main__.TestGenericProxyTensorSymbolic) ... skip: no sympy (0.002s) 2022-11-23T02:35:48.2817415Z test_constant_blowup (__main__.TestGenericProxyTensorSymbolic) ... skip: no sympy (0.001s) 2022-11-23T02:35:48.2817907Z test_constant_proxy_tensor_mut (__main__.TestGenericProxyTensorSymbolic) ... skip: no sympy (0.001s) 2022-11-23T02:35:48.2818399Z test_constant_random (__main__.TestGenericProxyTensorSymbolic) ... skip: no sympy (0.001s) 2022-11-23T02:35:48.2818964Z test_constant_unbind (__main__.TestGenericProxyTensorSymbolic) ... skip: no sympy (0.001s) 2022-11-23T02:35:48.2819442Z test_decomp_of_capture (__main__.TestGenericProxyTensorSymbolic) ... skip: no sympy (0.001s) 2022-11-23T02:35:48.2819942Z test_decomposition_interpreter (__main__.TestGenericProxyTensorSymbolic) ... skip: no sympy (0.002s) 2022-11-23T02:35:48.2820427Z test_has_proxy (__main__.TestGenericProxyTensorSymbolic) ... skip: no sympy (0.001s) 2022-11-23T02:35:48.2820897Z test_inplace_metadata (__main__.TestGenericProxyTensorSymbolic) ... skip: no sympy (0.001s) 2022-11-23T02:35:48.2821390Z test_isolated_graphmodule (__main__.TestGenericProxyTensorSymbolic) ... skip: no sympy (0.005s) 2022-11-23T02:35:48.2821879Z test_make_fx_model_double_param (__main__.TestGenericProxyTensorSymbolic) ... skip: no sympy (0.002s) 2022-11-23T02:35:48.2822373Z test_make_fx_model_fwd_bwd (__main__.TestGenericProxyTensorSymbolic) ... skip: no sympy (0.004s) 2022-11-23T02:35:48.2822879Z test_make_fx_model_fwd_bwd_wgtupdate (__main__.TestGenericProxyTensorSymbolic) ... skip: no sympy (0.004s) 2022-11-23T02:35:48.2835563Z test_make_fx_overloads (__main__.TestGenericProxyTensorSymbolic) ... skip: no sympy (0.002s) 2022-11-23T02:35:48.2836183Z test_make_fx_reentrant_dispatch (__main__.TestGenericProxyTensorSymbolic) ... skip: no sympy (0.002s) 2022-11-23T02:35:48.2836698Z test_make_fx_simple (__main__.TestGenericProxyTensorSymbolic) ... skip: no sympy (0.001s) 2022-11-23T02:35:48.2837204Z test_mode_tracing_factory_function (__main__.TestGenericProxyTensorSymbolic) ... skip: no sympy (0.001s) 2022-11-23T02:35:48.2837855Z test_partial_decomp (__main__.TestGenericProxyTensorSymbolic) ... skip: no sympy (0.002s) 2022-11-23T02:35:48.2838349Z test_pr_86917 (__main__.TestGenericProxyTensorSymbolic) ... skip: no sympy (0.002s) 2022-11-23T02:35:48.2838815Z test_proxy_tensor (__main__.TestGenericProxyTensorSymbolic) ... skip: no sympy (0.000s) 2022-11-23T02:35:48.2839356Z test_proxy_tensor_mode_with_decomp_table_preserves_proxy (__main__.TestGenericProxyTensorSymbolic) ... skip: no sympy (0.003s) 2022-11-23T02:35:48.2839885Z test_resnet18_backward_trace (__main__.TestGenericProxyTensorSymbolic) ... skip: no sympy (0.000s) 2022-11-23T02:35:48.2840378Z test_scalar_device (__main__.TestGenericProxyTensorSymbolic) ... skip: no sympy (0.000s) 2022-11-23T02:35:48.2840850Z test_strides (__main__.TestGenericProxyTensorSymbolic) ... skip: no sympy (0.006s) 2022-11-23T02:35:48.2841322Z test_tensor_constants (__main__.TestGenericProxyTensorSymbolic) ... skip: no sympy (0.000s) 2022-11-23T02:35:48.2841808Z test_trace_subclasses (__main__.TestGenericProxyTensorSymbolic) ... skip: no sympy (0.000s) 2022-11-23T02:35:48.2842305Z test_val_metadata_mutation (__main__.TestGenericProxyTensorSymbolic) ... skip: no sympy (0.000s) 2022-11-23T02:35:48.2842780Z test_varargs (__main__.TestGenericProxyTensorSymbolic) ... skip: no sympy (0.000s) 2022-11-23T02:35:48.2843210Z test_binary_broadcast (__main__.TestSymbolicTracing) ... skip: no sympy (0.000s) 2022-11-23T02:35:48.2843620Z test_cat (__main__.TestSymbolicTracing) ... skip: no sympy (0.000s) 2022-11-23T02:35:48.2844054Z test_elementwise_meta_with_sym_numbers (__main__.TestSymbolicTracing) ... skip: no sympy (0.000s) 2022-11-23T02:35:48.2844485Z test_expand (__main__.TestSymbolicTracing) ... skip: no sympy (0.000s) 2022-11-23T02:35:48.2844892Z test_guards_equal (__main__.TestSymbolicTracing) ... skip: no sympy (0.000s) 2022-11-23T02:35:48.2845300Z test_mega_guard (__main__.TestSymbolicTracing) ... skip: no sympy (0.010s) 2022-11-23T02:35:48.2845692Z test_metadata (__main__.TestSymbolicTracing) ... skip: no sympy (0.000s) 2022-11-23T02:35:48.2846104Z test_metadata_fresh (__main__.TestSymbolicTracing) ... skip: no sympy (0.000s) 2022-11-23T02:35:48.2846527Z test_multiply_shape (__main__.TestSymbolicTracing) ... skip: no sympy (0.000s) 2022-11-23T02:35:48.2846937Z test_neg_shape (__main__.TestSymbolicTracing) ... skip: no sympy (0.000s) 2022-11-23T02:35:48.2848344Z test_new_empty (__main__.TestSymbolicTracing) ... skip: no sympy (0.000s) 2022-11-23T02:35:48.2848783Z test_nonidentity_transitive_guards (__main__.TestSymbolicTracing) ... skip: no sympy (0.010s) 2022-11-23T02:35:48.2849229Z test_return_symint (__main__.TestSymbolicTracing) ... skip: no sympy (0.002s) 2022-11-23T02:35:48.2849619Z test_rmethod (__main__.TestSymbolicTracing) ... skip: no sympy (0.001s) 2022-11-23T02:35:48.2850028Z test_size_with_tensor (__main__.TestSymbolicTracing) ... skip: no sympy (0.001s) 2022-11-23T02:35:48.2850437Z test_sqrt_size (__main__.TestSymbolicTracing) ... skip: no sympy (0.001s) 2022-11-23T02:35:48.2850842Z test_sym_storage_offset (__main__.TestSymbolicTracing) ... skip: no sympy (0.002s) 2022-11-23T02:35:48.2851264Z test_symint_to_tensor (__main__.TestSymbolicTracing) ... skip: no sympy (0.001s) 2022-11-23T02:35:48.2851661Z test_unary (__main__.TestSymbolicTracing) ... skip: no sympy (0.002s) 2022-11-23T02:35:48.2851882Z 2022-11-23T02:35:48.2852079Z ---------------------------------------------------------------------- 2022-11-23T02:35:48.2852380Z Ran 110 tests in 5.094s 2022-11-23T02:35:48.2852754Z 2022-11-23T02:35:48.2852853Z OK (skipped=50) 2022-11-23T02:35:48.2852993Z 2022-11-23T02:35:48.2853105Z Generating XML reports... 2022-11-23T02:35:48.2853565Z Generated XML report: test-reports\python-unittest\test_proxy_tensor\TEST-TestFakeProxyTensor-20221123023541.xml 2022-11-23T02:35:48.2854503Z Generated XML report: test-reports\python-unittest\test_proxy_tensor\TEST-TestGenericProxyTensorFake-20221123023541.xml 2022-11-23T02:35:48.2855291Z Generated XML report: test-reports\python-unittest\test_proxy_tensor\TEST-TestGenericProxyTensorReal-20221123023541.xml 2022-11-23T02:35:48.2855986Z Generated XML report: test-reports\python-unittest\test_proxy_tensor\TEST-TestGenericProxyTensorSymbolic-20221123023541.xml 2022-11-23T02:35:48.2856616Z Generated XML report: test-reports\python-unittest\test_proxy_tensor\TEST-TestSymbolicTracing-20221123023541.xml 2022-11-23T02:35:48.2856946Z 2022-11-23T02:35:48.2857296Z ##[endgroup] 2022-11-23T02:35:48.2857745Z FINISHED PRINTING LOG FILE of test_proxy_tensor (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_proxy_tensor_t0f856jb) 2022-11-23T02:35:48.2858075Z 2022-11-23T02:35:52.8408934Z Running test_autocast ... [2022-11-23 02:35:52.840302] 2022-11-23T02:35:52.8417580Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_autocast.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:35:52.841515] 2022-11-23T02:35:52.8420536Z Ignoring disabled issues: [] 2022-11-23T02:35:52.8660479Z Running test_fx_reinplace_pass ... [2022-11-23 02:35:52.865641] 2022-11-23T02:35:52.8668539Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_fx_reinplace_pass.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:35:52.866294] 2022-11-23T02:35:52.8671279Z Ignoring disabled issues: [] 2022-11-23T02:36:01.2052147Z 2022-11-23T02:36:01.2053232Z Expand the folded group to see the log file of test_fx_reinplace_pass 2022-11-23T02:36:01.2054722Z ##[group]PRINTING LOG FILE of test_fx_reinplace_pass (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_fx_reinplace_pass_c0s4vu7h) 2022-11-23T02:36:01.2055424Z 2022-11-23T02:36:01.2055595Z Running tests... 2022-11-23T02:36:01.2056159Z ---------------------------------------------------------------------- 2022-11-23T02:36:01.2057018Z Test results will be stored in test-reports\python-unittest\test_fx_reinplace_pass 2022-11-23T02:36:01.2057857Z test_out_node_updated (__main__.TestReinplacePass) ... ok (2.630s) 2022-11-23T02:36:01.2058617Z test_reinplace_basic (__main__.TestReinplacePass) ... ok (0.010s) 2022-11-23T02:36:01.2059334Z test_reinplace_different_metadata (__main__.TestReinplacePass) ... ok (0.008s) 2022-11-23T02:36:01.2060037Z test_reinplace_index_mutation (__main__.TestReinplacePass) ... ok (0.036s) 2022-11-23T02:36:01.2061126Z test_reinplace_overlapping_memory (__main__.TestReinplacePass) ... ok (0.010s) 2022-11-23T02:36:01.2061835Z test_reinplace_scatter_op (__main__.TestReinplacePass) ... ok (1.170s) 2022-11-23T02:36:01.2062542Z test_reinplace_scatter_twice (__main__.TestReinplacePass) ... ok (0.054s) 2022-11-23T02:36:01.2063342Z test_reinplace_scatter_twice_with_different_view_op_invalid (__main__.TestReinplacePass) ... ok (0.024s) 2022-11-23T02:36:01.2064317Z test_reinplace_scatter_twice_with_different_view_op_invalid2 (__main__.TestReinplacePass) ... ok (0.030s) 2022-11-23T02:36:01.2065315Z test_reinplace_scatter_twice_with_different_view_op_valid (__main__.TestReinplacePass) ... ok (0.026s) 2022-11-23T02:36:01.2066086Z test_reinplace_with_view (__main__.TestReinplacePass) ... ok (0.009s) 2022-11-23T02:36:01.2066465Z 2022-11-23T02:36:01.2066782Z ---------------------------------------------------------------------- 2022-11-23T02:36:01.2067320Z Ran 11 tests in 4.000s 2022-11-23T02:36:01.2067565Z 2022-11-23T02:36:01.2067689Z OK 2022-11-23T02:36:01.2067884Z 2022-11-23T02:36:01.2068071Z Generating XML reports... 2022-11-23T02:36:01.2068869Z Generated XML report: test-reports\python-unittest\test_fx_reinplace_pass\TEST-TestReinplacePass-20221123023556.xml 2022-11-23T02:36:01.2069436Z 2022-11-23T02:36:01.2069895Z ##[endgroup] 2022-11-23T02:36:01.2070774Z FINISHED PRINTING LOG FILE of test_fx_reinplace_pass (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_fx_reinplace_pass_c0s4vu7h) 2022-11-23T02:36:01.2071450Z 2022-11-23T02:36:01.2087271Z 2022-11-23T02:36:01.2088164Z Expand the folded group to see the log file of test_autocast 2022-11-23T02:36:01.2089876Z ##[group]PRINTING LOG FILE of test_autocast (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_autocast_6gi1gda3) 2022-11-23T02:36:01.2090955Z 2022-11-23T02:36:01.2091203Z Running tests... 2022-11-23T02:36:01.2091861Z ---------------------------------------------------------------------- 2022-11-23T02:36:01.2092693Z Test results will be stored in test-reports\python-unittest\test_autocast 2022-11-23T02:36:01.2093570Z test_autocast_methods_expect_builtin_promote (__main__.TestAutocastCPU) ... ok (2.771s) 2022-11-23T02:36:01.2094371Z test_autocast_nn_bf16 (__main__.TestAutocastCPU) ... ok (0.013s) 2022-11-23T02:36:01.2095099Z test_autocast_nn_fp32 (__main__.TestAutocastCPU) ... ok (0.017s) 2022-11-23T02:36:01.2095810Z test_autocast_torch_bf16 (__main__.TestAutocastCPU) ... ok (0.019s) 2022-11-23T02:36:01.2096616Z test_autocast_torch_expect_builtin_promote (__main__.TestAutocastCPU) ... ok (0.026s) 2022-11-23T02:36:01.2097434Z test_autocast_torch_fp32 (__main__.TestAutocastCPU) ... ok (0.196s) 2022-11-23T02:36:01.2098229Z test_autocast_torch_need_autocast_promote (__main__.TestAutocastCPU) ... ok (0.018s) 2022-11-23T02:36:01.2098998Z test_cast_cache_is_global (__main__.TestAutocastGPU) 2022-11-23T02:36:01.2099727Z Verifies that the autocast cache is global. This is done by ... ok (0.951s) 2022-11-23T02:36:01.2100563Z test_autocast_fast_dtype (__main__.TestTorchAutocast) ... ok (0.002s) 2022-11-23T02:36:01.2100989Z 2022-11-23T02:36:01.2101347Z ---------------------------------------------------------------------- 2022-11-23T02:36:01.2101964Z Ran 9 tests in 4.015s 2022-11-23T02:36:01.2102245Z 2022-11-23T02:36:01.2102395Z OK 2022-11-23T02:36:01.2102690Z 2022-11-23T02:36:01.2102911Z Generating XML reports... 2022-11-23T02:36:01.2103752Z Generated XML report: test-reports\python-unittest\test_autocast\TEST-TestAutocastCPU-20221123023556.xml 2022-11-23T02:36:01.2104890Z Generated XML report: test-reports\python-unittest\test_autocast\TEST-TestAutocastGPU-20221123023556.xml 2022-11-23T02:36:01.2106145Z Generated XML report: test-reports\python-unittest\test_autocast\TEST-TestTorchAutocast-20221123023556.xml 2022-11-23T02:36:01.2106883Z 2022-11-23T02:36:01.2107574Z ##[endgroup] 2022-11-23T02:36:01.2108407Z FINISHED PRINTING LOG FILE of test_autocast (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_autocast_6gi1gda3) 2022-11-23T02:36:01.2109269Z 2022-11-23T02:36:05.8009795Z Running test_native_functions ... [2022-11-23 02:36:05.800733] 2022-11-23T02:36:05.8018281Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_native_functions.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:36:05.801379] 2022-11-23T02:36:05.8021668Z Ignoring disabled issues: [] 2022-11-23T02:36:05.8106579Z Running test_native_mha ... [2022-11-23 02:36:05.810255] 2022-11-23T02:36:05.8117944Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_native_mha.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:36:05.811548] 2022-11-23T02:36:05.8120735Z Ignoring disabled issues: [] 2022-11-23T02:36:13.7436412Z 2022-11-23T02:36:13.7437205Z Expand the folded group to see the log file of test_native_functions 2022-11-23T02:36:13.7439323Z ##[group]PRINTING LOG FILE of test_native_functions (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_native_functions_mwybjt6s) 2022-11-23T02:36:13.7440201Z 2022-11-23T02:36:13.7440406Z Running tests... 2022-11-23T02:36:13.7441014Z ---------------------------------------------------------------------- 2022-11-23T02:36:13.7441851Z Test results will be stored in test-reports\python-unittest\test_native_functions 2022-11-23T02:36:13.7442714Z test_intlist_error_with_overload (__main__.TestNativeFunctions) ... ok (2.697s) 2022-11-23T02:36:13.7444018Z test_optional_filled_intlist (__main__.TestNativeFunctions) ... pad(): argument 'pad' (position 2) must be tuple of ints, but found element of type str at pos 0 2022-11-23T02:36:13.7445079Z pad(): argument 'pad' must be tuple of ints, but found element of type str at pos 2 2022-11-23T02:36:13.7446189Z pad(): argument 'pad' (position 2) must be tuple of ints, but found element of type str at pos 0 2022-11-23T02:36:13.7447178Z pad(): argument 'pad' (position 2) must be tuple of ints, but found element of type str at pos 0 2022-11-23T02:36:13.7448053Z pad(): argument 'pad' must be tuple of ints, but found element of type str at pos 2 2022-11-23T02:36:13.7448914Z pad(): argument 'pad' (position 2) must be tuple of ints, but found element of type str at pos 0 2022-11-23T02:36:13.7449726Z pad(): argument 'pad' (position 2) must be tuple of ints, not str 2022-11-23T02:36:13.7450264Z ok (0.121s) 2022-11-23T02:36:13.7450853Z test_optional_floatlist (__main__.TestNativeFunctions) ... ok (0.020s) 2022-11-23T02:36:13.7451658Z test_optional_floatlist_invalid (__main__.TestNativeFunctions) ... ok (0.014s) 2022-11-23T02:36:13.7452658Z test_optional_intlist (__main__.TestNativeFunctions) ... ok (0.018s) 2022-11-23T02:36:13.7453503Z test_optional_intlist_invalid (__main__.TestNativeFunctions) ... ok (0.016s) 2022-11-23T02:36:13.7454293Z test_string_defaults (__main__.TestNativeFunctions) ... ok (0.962s) 2022-11-23T02:36:13.7455257Z test_symintlist_error (__main__.TestNativeFunctions) ... pad(): argument 'pad' (position 2) must be tuple of ints, but found element of type str at pos 0 2022-11-23T02:36:13.7456278Z pad(): argument 'pad' must be tuple of ints, but found element of type str at pos 2 2022-11-23T02:36:13.7457145Z pad(): argument 'pad' (position 2) must be tuple of ints, but found element of type str at pos 0 2022-11-23T02:36:13.7458163Z pad(): argument 'pad' (position 2) must be tuple of ints, but found element of type str at pos 0 2022-11-23T02:36:13.7459179Z pad(): argument 'pad' must be tuple of ints, but found element of type str at pos 2 2022-11-23T02:36:13.7460059Z pad(): argument 'pad' (position 2) must be tuple of ints, but found element of type str at pos 0 2022-11-23T02:36:13.7460857Z pad(): argument 'pad' (position 2) must be tuple of ints, not str 2022-11-23T02:36:13.7461393Z ok (0.000s) 2022-11-23T02:36:13.7462242Z test_symintlist_error_with_overload (__main__.TestNativeFunctions) ... view() received an invalid combination of arguments - got (tuple), but expected one of: 2022-11-23T02:36:13.7463299Z * (torch.dtype dtype) 2022-11-23T02:36:13.7463973Z didn't match because some of the arguments have invalid types: (!tuple of (str,)!) 2022-11-23T02:36:13.7464765Z * (tuple of ints size) 2022-11-23T02:36:13.7465578Z didn't match because some of the arguments have invalid types: (!tuple of (str,)!) 2022-11-23T02:36:13.7466040Z 2022-11-23T02:36:13.7466416Z view(): argument 'size' must be tuple of ints, but found element of type str at pos 2 2022-11-23T02:36:13.7467280Z view() received an invalid combination of arguments - got (tuple), but expected one of: 2022-11-23T02:36:13.7467958Z * (torch.dtype dtype) 2022-11-23T02:36:13.7468638Z didn't match because some of the arguments have invalid types: (!tuple of (str, int)!) 2022-11-23T02:36:13.7469277Z * (tuple of ints size) 2022-11-23T02:36:13.7469947Z didn't match because some of the arguments have invalid types: (!tuple of (str, int)!) 2022-11-23T02:36:13.7470575Z 2022-11-23T02:36:13.7470995Z view() received an invalid combination of arguments - got (list), but expected one of: 2022-11-23T02:36:13.7471779Z * (torch.dtype dtype) 2022-11-23T02:36:13.7472454Z didn't match because some of the arguments have invalid types: (!list of [str]!) 2022-11-23T02:36:13.7473089Z * (tuple of ints size) 2022-11-23T02:36:13.7473723Z didn't match because some of the arguments have invalid types: (!list of [str]!) 2022-11-23T02:36:13.7474173Z 2022-11-23T02:36:13.7474576Z view(): argument 'size' must be tuple of ints, but found element of type str at pos 2 2022-11-23T02:36:13.7475592Z view() received an invalid combination of arguments - got (list), but expected one of: 2022-11-23T02:36:13.7476252Z * (torch.dtype dtype) 2022-11-23T02:36:13.7477091Z didn't match because some of the arguments have invalid types: (!list of [str, int]!) 2022-11-23T02:36:13.7477899Z * (tuple of ints size) 2022-11-23T02:36:13.7478567Z didn't match because some of the arguments have invalid types: (!list of [str, int]!) 2022-11-23T02:36:13.7479040Z 2022-11-23T02:36:13.7479452Z view() received an invalid combination of arguments - got (str), but expected one of: 2022-11-23T02:36:13.7480109Z * (torch.dtype dtype) 2022-11-23T02:36:13.7480722Z didn't match because some of the arguments have invalid types: (!str!) 2022-11-23T02:36:13.7481342Z * (tuple of ints size) 2022-11-23T02:36:13.7481977Z didn't match because some of the arguments have invalid types: (!str!) 2022-11-23T02:36:13.7482413Z 2022-11-23T02:36:13.7482578Z ok (0.000s) 2022-11-23T02:36:13.7483688Z test_symintlist_error_with_overload_but_is_unique (__main__.TestNativeFunctions) ... set_() received an invalid combination of arguments - got (Tensor, int, tuple), but expected one of: 2022-11-23T02:36:13.7484595Z * () 2022-11-23T02:36:13.7485007Z * (torch.Storage source) 2022-11-23T02:36:13.7485678Z * (torch.Storage source, int storage_offset, tuple of ints size, tuple of ints stride) 2022-11-23T02:36:13.7486312Z * (Tensor source) 2022-11-23T02:36:13.7486934Z * (Tensor source, int storage_offset, tuple of ints size, tuple of ints stride) 2022-11-23T02:36:13.7487378Z 2022-11-23T02:36:13.7487784Z set_(): argument 'size' must be tuple of ints, but found element of type str at pos 2 2022-11-23T02:36:13.7488684Z set_() received an invalid combination of arguments - got (Tensor, int, tuple), but expected one of: 2022-11-23T02:36:13.7489455Z * () 2022-11-23T02:36:13.7490046Z * (torch.Storage source) 2022-11-23T02:36:13.7490730Z * (torch.Storage source, int storage_offset, tuple of ints size, tuple of ints stride) 2022-11-23T02:36:13.7491369Z * (Tensor source) 2022-11-23T02:36:13.7492006Z * (Tensor source, int storage_offset, tuple of ints size, tuple of ints stride) 2022-11-23T02:36:13.7492447Z 2022-11-23T02:36:13.7492896Z set_() received an invalid combination of arguments - got (Tensor, int, list), but expected one of: 2022-11-23T02:36:13.7493512Z * () 2022-11-23T02:36:13.7494137Z * (torch.Storage source) 2022-11-23T02:36:13.7494811Z * (torch.Storage source, int storage_offset, tuple of ints size, tuple of ints stride) 2022-11-23T02:36:13.7495565Z * (Tensor source) 2022-11-23T02:36:13.7496327Z * (Tensor source, int storage_offset, tuple of ints size, tuple of ints stride) 2022-11-23T02:36:13.7496771Z 2022-11-23T02:36:13.7497167Z set_(): argument 'size' must be tuple of ints, but found element of type str at pos 2 2022-11-23T02:36:13.7498037Z set_() received an invalid combination of arguments - got (Tensor, int, list), but expected one of: 2022-11-23T02:36:13.7498682Z * () 2022-11-23T02:36:13.7499096Z * (torch.Storage source) 2022-11-23T02:36:13.7499777Z * (torch.Storage source, int storage_offset, tuple of ints size, tuple of ints stride) 2022-11-23T02:36:13.7500418Z * (Tensor source) 2022-11-23T02:36:13.7501050Z * (Tensor source, int storage_offset, tuple of ints size, tuple of ints stride) 2022-11-23T02:36:13.7501614Z 2022-11-23T02:36:13.7502076Z set_() received an invalid combination of arguments - got (Tensor, int, str), but expected one of: 2022-11-23T02:36:13.7502868Z * () 2022-11-23T02:36:13.7503294Z * (torch.Storage source) 2022-11-23T02:36:13.7503977Z * (torch.Storage source, int storage_offset, tuple of ints size, tuple of ints stride) 2022-11-23T02:36:13.7504617Z * (Tensor source) 2022-11-23T02:36:13.7505224Z * (Tensor source, int storage_offset, tuple of ints size, tuple of ints stride) 2022-11-23T02:36:13.7505667Z 2022-11-23T02:36:13.7505884Z ok (0.010s) 2022-11-23T02:36:13.7506885Z test_vararg_symintlist_error (__main__.TestNativeFunctions) ... rand(): argument 'size' (position 1) must be tuple of ints, but found element of type str at pos 0 2022-11-23T02:36:13.7508069Z rand(): argument 'size' must be tuple of ints, but found element of type str at pos 2 2022-11-23T02:36:13.7509110Z rand(): argument 'size' (position 1) must be tuple of ints, but found element of type str at pos 0 2022-11-23T02:36:13.7510025Z rand(): argument 'size' (position 1) must be tuple of ints, but found element of type str at pos 0 2022-11-23T02:36:13.7510895Z rand(): argument 'size' must be tuple of ints, but found element of type str at pos 2 2022-11-23T02:36:13.7511735Z rand(): argument 'size' (position 1) must be tuple of ints, but found element of type str at pos 0 2022-11-23T02:36:13.7512626Z rand(): argument 'size' (position 1) must be tuple of ints, but found element of type str at pos 0 2022-11-23T02:36:13.7513523Z rand(): argument 'size' (position 1) must be tuple of ints, but found element of type str at pos 0 2022-11-23T02:36:13.7514539Z rand(): argument 'size' must be tuple of ints, but found element of type str at pos 2 2022-11-23T02:36:13.7515580Z rand() received an invalid combination of arguments - got (str, int), but expected one of: 2022-11-23T02:36:13.7516695Z * (tuple of ints size, *, torch.Generator generator, tuple of names names, torch.dtype dtype, torch.layout layout, torch.device device, bool pin_memory, bool requires_grad) 2022-11-23T02:36:13.7518012Z * (tuple of ints size, *, torch.Generator generator, Tensor out, torch.dtype dtype, torch.layout layout, torch.device device, bool pin_memory, bool requires_grad) 2022-11-23T02:36:13.7519212Z * (tuple of ints size, *, Tensor out, torch.dtype dtype, torch.layout layout, torch.device device, bool pin_memory, bool requires_grad) 2022-11-23T02:36:13.7520450Z * (tuple of ints size, *, tuple of names names, torch.dtype dtype, torch.layout layout, torch.device device, bool pin_memory, bool requires_grad) 2022-11-23T02:36:13.7521209Z 2022-11-23T02:36:13.7521668Z rand(): argument 'size' (position 1) must be tuple of ints, but found element of type str at pos 0 2022-11-23T02:36:13.7522532Z rand(): argument 'size' must be tuple of ints, but found element of type str at pos 2 2022-11-23T02:36:13.7523394Z rand() received an invalid combination of arguments - got (str, int), but expected one of: 2022-11-23T02:36:13.7524510Z * (tuple of ints size, *, torch.Generator generator, tuple of names names, torch.dtype dtype, torch.layout layout, torch.device device, bool pin_memory, bool requires_grad) 2022-11-23T02:36:13.7525993Z * (tuple of ints size, *, torch.Generator generator, Tensor out, torch.dtype dtype, torch.layout layout, torch.device device, bool pin_memory, bool requires_grad) 2022-11-23T02:36:13.7527521Z * (tuple of ints size, *, Tensor out, torch.dtype dtype, torch.layout layout, torch.device device, bool pin_memory, bool requires_grad) 2022-11-23T02:36:13.7528664Z * (tuple of ints size, *, tuple of names names, torch.dtype dtype, torch.layout layout, torch.device device, bool pin_memory, bool requires_grad) 2022-11-23T02:36:13.7529279Z 2022-11-23T02:36:13.7529729Z rand() received an invalid combination of arguments - got (str, str, str), but expected one of: 2022-11-23T02:36:13.7530858Z * (tuple of ints size, *, torch.Generator generator, tuple of names names, torch.dtype dtype, torch.layout layout, torch.device device, bool pin_memory, bool requires_grad) 2022-11-23T02:36:13.7532152Z * (tuple of ints size, *, torch.Generator generator, Tensor out, torch.dtype dtype, torch.layout layout, torch.device device, bool pin_memory, bool requires_grad) 2022-11-23T02:36:13.7533614Z * (tuple of ints size, *, Tensor out, torch.dtype dtype, torch.layout layout, torch.device device, bool pin_memory, bool requires_grad) 2022-11-23T02:36:13.7534753Z * (tuple of ints size, *, tuple of names names, torch.dtype dtype, torch.layout layout, torch.device device, bool pin_memory, bool requires_grad) 2022-11-23T02:36:13.7535361Z 2022-11-23T02:36:13.7535532Z ok (0.000s) 2022-11-23T02:36:13.7535774Z 2022-11-23T02:36:13.7537315Z ---------------------------------------------------------------------- 2022-11-23T02:36:13.7537972Z Ran 11 tests in 3.860s 2022-11-23T02:36:13.7538249Z 2022-11-23T02:36:13.7538391Z OK 2022-11-23T02:36:13.7538739Z 2022-11-23T02:36:13.7538970Z Generating XML reports... 2022-11-23T02:36:13.7540004Z Generated XML report: test-reports\python-unittest\test_native_functions\TEST-TestNativeFunctions-20221123023609.xml 2022-11-23T02:36:13.7540658Z 2022-11-23T02:36:13.7541223Z ##[endgroup] 2022-11-23T02:36:13.7542103Z FINISHED PRINTING LOG FILE of test_native_functions (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_native_functions_mwybjt6s) 2022-11-23T02:36:13.7542766Z 2022-11-23T02:36:14.2719918Z 2022-11-23T02:36:14.2720894Z Expand the folded group to see the log file of test_native_mha 2022-11-23T02:36:14.2722540Z ##[group]PRINTING LOG FILE of test_native_mha (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_native_mha_5mx03ao8) 2022-11-23T02:36:14.2723194Z 2022-11-23T02:36:14.2723976Z Running tests... 2022-11-23T02:36:14.2725731Z ---------------------------------------------------------------------- 2022-11-23T02:36:14.2726661Z Test results will be stored in test-reports\python-unittest\test_native_mha 2022-11-23T02:36:14.2727553Z test_native_multihead_attention_cuda_float16 (__main__.TestMHADeviceTypeCUDA) ... ok (2.840s) 2022-11-23T02:36:14.2728483Z test_native_multihead_attention_cuda_float32 (__main__.TestMHADeviceTypeCUDA) ... ok (0.006s) 2022-11-23T02:36:14.2729394Z test_native_multihead_encoder_decoder_attention_cuda_float16 (__main__.TestMHADeviceTypeCUDA) ... ok (0.000s) 2022-11-23T02:36:14.2730291Z test_native_multihead_encoder_decoder_attention_cuda_float32 (__main__.TestMHADeviceTypeCUDA) ... ok (0.011s) 2022-11-23T02:36:14.2731402Z test_native_multihead_self_attention_use_nt_False_use_padding_False_pad_all_False_need_weights_False_average_attn_weights_False_fused_False_cuda_float16 (__main__.TestMHADeviceTypeCUDA) ... ok (0.013s) 2022-11-23T02:36:14.2732722Z test_native_multihead_self_attention_use_nt_False_use_padding_False_pad_all_False_need_weights_False_average_attn_weights_False_fused_False_cuda_float32 (__main__.TestMHADeviceTypeCUDA) ... ok (0.009s) 2022-11-23T02:36:14.2734019Z test_native_multihead_self_attention_use_nt_False_use_padding_False_pad_all_False_need_weights_False_average_attn_weights_False_fused_True_cuda_float16 (__main__.TestMHADeviceTypeCUDA) ... ok (0.010s) 2022-11-23T02:36:14.2735595Z test_native_multihead_self_attention_use_nt_False_use_padding_False_pad_all_False_need_weights_False_average_attn_weights_False_fused_True_cuda_float32 (__main__.TestMHADeviceTypeCUDA) ... ok (0.010s) 2022-11-23T02:36:14.2736880Z test_native_multihead_self_attention_use_nt_False_use_padding_False_pad_all_False_need_weights_False_average_attn_weights_True_fused_False_cuda_float16 (__main__.TestMHADeviceTypeCUDA) ... ok (0.002s) 2022-11-23T02:36:14.2738170Z test_native_multihead_self_attention_use_nt_False_use_padding_False_pad_all_False_need_weights_False_average_attn_weights_True_fused_False_cuda_float32 (__main__.TestMHADeviceTypeCUDA) ... ok (0.017s) 2022-11-23T02:36:14.2739457Z test_native_multihead_self_attention_use_nt_False_use_padding_False_pad_all_False_need_weights_False_average_attn_weights_True_fused_True_cuda_float16 (__main__.TestMHADeviceTypeCUDA) ... ok (0.010s) 2022-11-23T02:36:14.2740720Z test_native_multihead_self_attention_use_nt_False_use_padding_False_pad_all_False_need_weights_False_average_attn_weights_True_fused_True_cuda_float32 (__main__.TestMHADeviceTypeCUDA) ... ok (0.009s) 2022-11-23T02:36:14.2742002Z test_native_multihead_self_attention_use_nt_False_use_padding_True_pad_all_False_need_weights_False_average_attn_weights_False_fused_False_cuda_float16 (__main__.TestMHADeviceTypeCUDA) ... ok (0.011s) 2022-11-23T02:36:14.2743447Z test_native_multihead_self_attention_use_nt_False_use_padding_True_pad_all_False_need_weights_False_average_attn_weights_False_fused_False_cuda_float32 (__main__.TestMHADeviceTypeCUDA) ... ok (0.009s) 2022-11-23T02:36:14.2744761Z test_native_multihead_self_attention_use_nt_False_use_padding_True_pad_all_False_need_weights_False_average_attn_weights_False_fused_True_cuda_float16 (__main__.TestMHADeviceTypeCUDA) ... ok (0.006s) 2022-11-23T02:36:14.2746026Z test_native_multihead_self_attention_use_nt_False_use_padding_True_pad_all_False_need_weights_False_average_attn_weights_False_fused_True_cuda_float32 (__main__.TestMHADeviceTypeCUDA) ... ok (0.015s) 2022-11-23T02:36:14.2747303Z test_native_multihead_self_attention_use_nt_False_use_padding_True_pad_all_False_need_weights_False_average_attn_weights_True_fused_False_cuda_float16 (__main__.TestMHADeviceTypeCUDA) ... ok (0.014s) 2022-11-23T02:36:14.2748567Z test_native_multihead_self_attention_use_nt_False_use_padding_True_pad_all_False_need_weights_False_average_attn_weights_True_fused_False_cuda_float32 (__main__.TestMHADeviceTypeCUDA) ... ok (0.013s) 2022-11-23T02:36:14.2749847Z test_native_multihead_self_attention_use_nt_False_use_padding_True_pad_all_False_need_weights_False_average_attn_weights_True_fused_True_cuda_float16 (__main__.TestMHADeviceTypeCUDA) ... ok (0.013s) 2022-11-23T02:36:14.2751115Z test_native_multihead_self_attention_use_nt_False_use_padding_True_pad_all_False_need_weights_False_average_attn_weights_True_fused_True_cuda_float32 (__main__.TestMHADeviceTypeCUDA) ... ok (0.013s) 2022-11-23T02:36:14.2752400Z test_native_multihead_self_attention_use_nt_False_use_padding_True_pad_all_True_need_weights_False_average_attn_weights_False_fused_False_cuda_float16 (__main__.TestMHADeviceTypeCUDA) ... ok (0.020s) 2022-11-23T02:36:14.2753665Z test_native_multihead_self_attention_use_nt_False_use_padding_True_pad_all_True_need_weights_False_average_attn_weights_False_fused_False_cuda_float32 (__main__.TestMHADeviceTypeCUDA) ... ok (0.011s) 2022-11-23T02:36:14.2754941Z test_native_multihead_self_attention_use_nt_False_use_padding_True_pad_all_True_need_weights_False_average_attn_weights_False_fused_True_cuda_float16 (__main__.TestMHADeviceTypeCUDA) ... ok (0.010s) 2022-11-23T02:36:14.2756199Z test_native_multihead_self_attention_use_nt_False_use_padding_True_pad_all_True_need_weights_False_average_attn_weights_False_fused_True_cuda_float32 (__main__.TestMHADeviceTypeCUDA) ... ok (0.020s) 2022-11-23T02:36:14.2757462Z test_native_multihead_self_attention_use_nt_False_use_padding_True_pad_all_True_need_weights_False_average_attn_weights_True_fused_False_cuda_float16 (__main__.TestMHADeviceTypeCUDA) ... ok (0.015s) 2022-11-23T02:36:14.2758847Z test_native_multihead_self_attention_use_nt_False_use_padding_True_pad_all_True_need_weights_False_average_attn_weights_True_fused_False_cuda_float32 (__main__.TestMHADeviceTypeCUDA) ... ok (0.014s) 2022-11-23T02:36:14.2760118Z test_native_multihead_self_attention_use_nt_False_use_padding_True_pad_all_True_need_weights_False_average_attn_weights_True_fused_True_cuda_float16 (__main__.TestMHADeviceTypeCUDA) ... ok (0.014s) 2022-11-23T02:36:14.2761381Z test_native_multihead_self_attention_use_nt_False_use_padding_True_pad_all_True_need_weights_False_average_attn_weights_True_fused_True_cuda_float32 (__main__.TestMHADeviceTypeCUDA) ... ok (0.012s) 2022-11-23T02:36:14.2763420Z test_native_multihead_self_attention_use_nt_True_use_padding_False_pad_all_False_need_weights_False_average_attn_weights_False_fused_False_cuda_float16 (__main__.TestMHADeviceTypeCUDA) ... C:\actions-runner\_work\pytorch\pytorch\test\test_native_mha.py:207: UserWarning: The PyTorch API of nested tensors is in prototype stage and will change in the near future. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\NestedTensorImpl.cpp:179.) 2022-11-23T02:36:14.2765114Z q = torch.nested.nested_tensor(qs, device=device, dtype=dtype) 2022-11-23T02:36:14.2765586Z ok (0.009s) 2022-11-23T02:36:14.2766546Z test_native_multihead_self_attention_use_nt_True_use_padding_False_pad_all_False_need_weights_False_average_attn_weights_False_fused_False_cuda_float32 (__main__.TestMHADeviceTypeCUDA) ... ok (0.010s) 2022-11-23T02:36:14.2767850Z test_native_multihead_self_attention_use_nt_True_use_padding_False_pad_all_False_need_weights_False_average_attn_weights_False_fused_True_cuda_float16 (__main__.TestMHADeviceTypeCUDA) ... ok (0.010s) 2022-11-23T02:36:14.2769126Z test_native_multihead_self_attention_use_nt_True_use_padding_False_pad_all_False_need_weights_False_average_attn_weights_False_fused_True_cuda_float32 (__main__.TestMHADeviceTypeCUDA) ... ok (0.000s) 2022-11-23T02:36:14.2770412Z test_native_multihead_self_attention_use_nt_True_use_padding_False_pad_all_False_need_weights_False_average_attn_weights_True_fused_False_cuda_float16 (__main__.TestMHADeviceTypeCUDA) ... ok (0.021s) 2022-11-23T02:36:14.2771687Z test_native_multihead_self_attention_use_nt_True_use_padding_False_pad_all_False_need_weights_False_average_attn_weights_True_fused_False_cuda_float32 (__main__.TestMHADeviceTypeCUDA) ... ok (0.009s) 2022-11-23T02:36:14.2772963Z test_native_multihead_self_attention_use_nt_True_use_padding_False_pad_all_False_need_weights_False_average_attn_weights_True_fused_True_cuda_float16 (__main__.TestMHADeviceTypeCUDA) ... ok (0.010s) 2022-11-23T02:36:14.2774232Z test_native_multihead_self_attention_use_nt_True_use_padding_False_pad_all_False_need_weights_False_average_attn_weights_True_fused_True_cuda_float32 (__main__.TestMHADeviceTypeCUDA) ... ok (0.009s) 2022-11-23T02:36:14.2775645Z test_native_multihead_self_attention_use_nt_True_use_padding_True_pad_all_False_need_weights_False_average_attn_weights_False_fused_False_cuda_float16 (__main__.TestMHADeviceTypeCUDA) ... ok (0.006s) 2022-11-23T02:36:14.2777065Z test_native_multihead_self_attention_use_nt_True_use_padding_True_pad_all_False_need_weights_False_average_attn_weights_False_fused_False_cuda_float32 (__main__.TestMHADeviceTypeCUDA) ... ok (0.016s) 2022-11-23T02:36:14.2778342Z test_native_multihead_self_attention_use_nt_True_use_padding_True_pad_all_False_need_weights_False_average_attn_weights_False_fused_True_cuda_float16 (__main__.TestMHADeviceTypeCUDA) ... ok (0.011s) 2022-11-23T02:36:14.2779597Z test_native_multihead_self_attention_use_nt_True_use_padding_True_pad_all_False_need_weights_False_average_attn_weights_False_fused_True_cuda_float32 (__main__.TestMHADeviceTypeCUDA) ... ok (0.011s) 2022-11-23T02:36:14.2781018Z test_native_multihead_self_attention_use_nt_True_use_padding_True_pad_all_False_need_weights_False_average_attn_weights_True_fused_False_cuda_float16 (__main__.TestMHADeviceTypeCUDA) ... ok (0.009s) 2022-11-23T02:36:14.2782289Z test_native_multihead_self_attention_use_nt_True_use_padding_True_pad_all_False_need_weights_False_average_attn_weights_True_fused_False_cuda_float32 (__main__.TestMHADeviceTypeCUDA) ... ok (0.006s) 2022-11-23T02:36:14.2783555Z test_native_multihead_self_attention_use_nt_True_use_padding_True_pad_all_False_need_weights_False_average_attn_weights_True_fused_True_cuda_float16 (__main__.TestMHADeviceTypeCUDA) ... ok (0.016s) 2022-11-23T02:36:14.2784827Z test_native_multihead_self_attention_use_nt_True_use_padding_True_pad_all_False_need_weights_False_average_attn_weights_True_fused_True_cuda_float32 (__main__.TestMHADeviceTypeCUDA) ... ok (0.010s) 2022-11-23T02:36:14.2786101Z test_native_multihead_self_attention_use_nt_True_use_padding_True_pad_all_True_need_weights_False_average_attn_weights_False_fused_False_cuda_float16 (__main__.TestMHADeviceTypeCUDA) ... ok (0.017s) 2022-11-23T02:36:14.2787376Z test_native_multihead_self_attention_use_nt_True_use_padding_True_pad_all_True_need_weights_False_average_attn_weights_False_fused_False_cuda_float32 (__main__.TestMHADeviceTypeCUDA) ... ok (0.016s) 2022-11-23T02:36:14.2788640Z test_native_multihead_self_attention_use_nt_True_use_padding_True_pad_all_True_need_weights_False_average_attn_weights_False_fused_True_cuda_float16 (__main__.TestMHADeviceTypeCUDA) ... ok (0.016s) 2022-11-23T02:36:14.2790013Z test_native_multihead_self_attention_use_nt_True_use_padding_True_pad_all_True_need_weights_False_average_attn_weights_False_fused_True_cuda_float32 (__main__.TestMHADeviceTypeCUDA) ... ok (0.016s) 2022-11-23T02:36:14.2791301Z test_native_multihead_self_attention_use_nt_True_use_padding_True_pad_all_True_need_weights_False_average_attn_weights_True_fused_False_cuda_float16 (__main__.TestMHADeviceTypeCUDA) ... ok (0.017s) 2022-11-23T02:36:14.2792565Z test_native_multihead_self_attention_use_nt_True_use_padding_True_pad_all_True_need_weights_False_average_attn_weights_True_fused_False_cuda_float32 (__main__.TestMHADeviceTypeCUDA) ... ok (0.015s) 2022-11-23T02:36:14.2793826Z test_native_multihead_self_attention_use_nt_True_use_padding_True_pad_all_True_need_weights_False_average_attn_weights_True_fused_True_cuda_float16 (__main__.TestMHADeviceTypeCUDA) ... ok (0.016s) 2022-11-23T02:36:14.2795099Z test_native_multihead_self_attention_use_nt_True_use_padding_True_pad_all_True_need_weights_False_average_attn_weights_True_fused_True_cuda_float32 (__main__.TestMHADeviceTypeCUDA) ... ok (0.016s) 2022-11-23T02:36:14.2796129Z test_transform_bias_rescale_qkv_cuda_float32 (__main__.TestMHADeviceTypeCUDA) ... ok (0.021s) 2022-11-23T02:36:14.2796931Z test_transform_bias_rescale_qkv_nested_cuda_float32 (__main__.TestMHADeviceTypeCUDA) ... ok (0.045s) 2022-11-23T02:36:14.2797382Z 2022-11-23T02:36:14.2797699Z ---------------------------------------------------------------------- 2022-11-23T02:36:14.2798238Z Ran 54 tests in 3.515s 2022-11-23T02:36:14.2798488Z 2022-11-23T02:36:14.2798610Z OK 2022-11-23T02:36:14.2798807Z 2022-11-23T02:36:14.2798996Z Generating XML reports... 2022-11-23T02:36:14.2799786Z Generated XML report: test-reports\python-unittest\test_native_mha\TEST-TestMHADeviceTypeCUDA-20221123023609.xml 2022-11-23T02:36:14.2800358Z 2022-11-23T02:36:14.2800866Z ##[endgroup] 2022-11-23T02:36:14.2801618Z FINISHED PRINTING LOG FILE of test_native_mha (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_native_mha_5mx03ao8) 2022-11-23T02:36:14.2802180Z 2022-11-23T02:36:18.3793563Z Running test_package ... [2022-11-23 02:36:18.379042] 2022-11-23T02:36:18.3801276Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_package.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:36:18.379696] 2022-11-23T02:36:18.3804177Z Ignoring disabled issues: [] 2022-11-23T02:36:18.8240389Z Running test_set_default_mobile_cpu_allocator ... [2022-11-23 02:36:18.821258] 2022-11-23T02:36:18.8247760Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_set_default_mobile_cpu_allocator.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:36:18.821258] 2022-11-23T02:36:18.8250144Z Ignoring disabled issues: [] 2022-11-23T02:36:26.4582387Z 2022-11-23T02:36:26.4583113Z Expand the folded group to see the log file of test_package 2022-11-23T02:36:26.4584455Z ##[group]PRINTING LOG FILE of test_package (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_package_yjuiztul) 2022-11-23T02:36:26.4585759Z 2022-11-23T02:36:26.4586260Z Running tests... 2022-11-23T02:36:26.4586881Z ---------------------------------------------------------------------- 2022-11-23T02:36:26.4587638Z Test results will be stored in test-reports\python-unittest\test_package 2022-11-23T02:36:26.4588404Z test_trace_dependencies (test_analyze.TestAnalyze) ... ok (2.566s) 2022-11-23T02:36:26.4589249Z test_allow_empty_with_error (test_dependency_api.TestDependencyAPI) 2022-11-23T02:36:26.4590074Z If an error occurs during packaging, it should not be shadowed by the allow_empty error. ... ok (0.000s) 2022-11-23T02:36:26.4591027Z test_broken_dependency (test_dependency_api.TestDependencyAPI) 2022-11-23T02:36:26.4591950Z A unpackageable dependency should raise a PackagingError. ... skip: extension modules have a different file extension on windows (0.000s) 2022-11-23T02:36:26.4592794Z test_deny (test_dependency_api.TestDependencyAPI) 2022-11-23T02:36:26.4593449Z Test marking packages as "deny" during export. ... ok (0.013s) 2022-11-23T02:36:26.4594392Z test_deny_glob (test_dependency_api.TestDependencyAPI) 2022-11-23T02:36:26.4595147Z Test marking packages as "deny" using globs instead of package names. ... ok (0.005s) 2022-11-23T02:36:26.4595890Z test_extern (test_dependency_api.TestDependencyAPI) ... ok (0.003s) 2022-11-23T02:36:26.4596614Z test_extern_glob (test_dependency_api.TestDependencyAPI) ... ok (0.005s) 2022-11-23T02:36:26.4597382Z test_extern_glob_allow_empty (test_dependency_api.TestDependencyAPI) 2022-11-23T02:36:26.4598171Z Test that an error is thrown when a extern glob is specified with allow_empty=True ... ok (0.003s) 2022-11-23T02:36:26.4598921Z test_externing_c_extension (test_dependency_api.TestDependencyAPI) 2022-11-23T02:36:26.4600520Z Externing c extensions modules should allow us to still access them especially those found in torch._C. ... 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:36:26.4601931Z warnings.warn(message, UserWarning) 2022-11-23T02:36:26.4602386Z ok (0.016s) 2022-11-23T02:36:26.4602917Z test_implicit_intern (test_dependency_api.TestDependencyAPI) 2022-11-23T02:36:26.4603679Z The save_module APIs should implicitly intern the module being saved. ... ok (0.003s) 2022-11-23T02:36:26.4604406Z test_intern_error (test_dependency_api.TestDependencyAPI) 2022-11-23T02:36:26.4605089Z Failure to handle all dependencies should lead to an error. ... ok (0.004s) 2022-11-23T02:36:26.4605790Z test_invalid_import (test_dependency_api.TestDependencyAPI) 2022-11-23T02:36:26.4606532Z An incorrectly-formed import should raise a PackagingError. ... ok (0.000s) 2022-11-23T02:36:26.4607270Z test_mock (test_dependency_api.TestDependencyAPI) ... ok (0.003s) 2022-11-23T02:36:26.4607987Z test_mock_glob (test_dependency_api.TestDependencyAPI) ... ok (0.006s) 2022-11-23T02:36:26.4608721Z test_mock_glob_allow_empty (test_dependency_api.TestDependencyAPI) 2022-11-23T02:36:26.4609567Z Test that an error is thrown when a mock glob is specified with allow_empty=True ... ok (0.000s) 2022-11-23T02:36:26.4610361Z test_pickle_mocked (test_dependency_api.TestDependencyAPI) ... ok (0.000s) 2022-11-23T02:36:26.4611348Z test_pickle_mocked_all (test_dependency_api.TestDependencyAPI) ... ok (0.000s) 2022-11-23T02:36:26.4612119Z test_repackage_mocked_module (test_dependency_api.TestDependencyAPI) 2022-11-23T02:36:26.4612922Z Re-packaging a package that contains a mocked module should work correctly. ... ok (0.014s) 2022-11-23T02:36:26.4613908Z test_extern_and_mock_hook (test_dependency_hooks.TestDependencyHooks) ... ok (0.004s) 2022-11-23T02:36:26.4614893Z test_multiple_extern_hooks (test_dependency_hooks.TestDependencyHooks) ... ok (0.003s) 2022-11-23T02:36:26.4615742Z test_multiple_mock_hooks (test_dependency_hooks.TestDependencyHooks) ... ok (0.003s) 2022-11-23T02:36:26.4616541Z test_remove_hooks (test_dependency_hooks.TestDependencyHooks) ... ok (0.003s) 2022-11-23T02:36:26.4617326Z test_single_hook (test_dependency_hooks.TestDependencyHooks) ... ok (0.003s) 2022-11-23T02:36:26.4618030Z test_all_paths (test_digraph.TestDiGraph) ... ok (0.004s) 2022-11-23T02:36:26.4618685Z test_contains (test_digraph.TestDiGraph) ... ok (0.002s) 2022-11-23T02:36:26.4619367Z test_contains_non_hashable (test_digraph.TestDiGraph) ... ok (0.002s) 2022-11-23T02:36:26.4620116Z test_edges (test_digraph.TestDiGraph) ... ok (0.003s) 2022-11-23T02:36:26.4620920Z test_forward_closure (test_digraph.TestDiGraph) ... ok (0.003s) 2022-11-23T02:36:26.4621562Z test_iter (test_digraph.TestDiGraph) ... ok (0.003s) 2022-11-23T02:36:26.4622204Z test_node_attr_update (test_digraph.TestDiGraph) ... ok (0.003s) 2022-11-23T02:36:26.4622876Z test_node_attrs (test_digraph.TestDiGraph) ... ok (0.003s) 2022-11-23T02:36:26.4623695Z test_predecessor_not_in_graph (test_digraph.TestDiGraph) ... ok (0.002s) 2022-11-23T02:36:26.4624409Z test_predecessors (test_digraph.TestDiGraph) ... ok (0.003s) 2022-11-23T02:36:26.4625112Z test_successor_not_in_graph (test_digraph.TestDiGraph) ... ok (0.002s) 2022-11-23T02:36:26.4625778Z test_successors (test_digraph.TestDiGraph) ... ok (0.003s) 2022-11-23T02:36:26.4626866Z test_importer_access (test_directory_reader.DirectoryReaderTest) ... skip: Tests that use temporary files are disabled in fbcode (0.003s) 2022-11-23T02:36:26.4627898Z test_loading_has_record (test_directory_reader.DirectoryReaderTest) 2022-11-23T02:36:26.4628743Z Test DirectoryReader's has_record(). ... skip: Tests that use temporary files are disabled in fbcode (0.002s) 2022-11-23T02:36:26.4629537Z test_loading_module (test_directory_reader.DirectoryReaderTest) 2022-11-23T02:36:26.4630444Z Test basic saving and loading of a packages from a DirectoryReader. ... skip: Tests that use temporary files are disabled in fbcode (0.000s) 2022-11-23T02:36:26.4631323Z test_loading_pickle (test_directory_reader.DirectoryReaderTest) 2022-11-23T02:36:26.4632355Z Test basic saving and loading of modules and pickles from a DirectoryReader. ... skip: Tests that use temporary files are disabled in fbcode (0.003s) 2022-11-23T02:36:26.4633452Z test_package_resource_access (test_directory_reader.DirectoryReaderTest) 2022-11-23T02:36:26.4634437Z Packaged modules should be able to use the importlib.resources API to access ... skip: Tests that use temporary files are disabled in fbcode (0.000s) 2022-11-23T02:36:26.4635368Z test_resource_access_by_path (test_directory_reader.DirectoryReaderTest) 2022-11-23T02:36:26.4636287Z Tests that packaged code can used importlib.resources.path. ... skip: Tests that use temporary files are disabled in fbcode (0.006s) 2022-11-23T02:36:26.4637171Z test_resource_reader (test_directory_reader.DirectoryReaderTest) 2022-11-23T02:36:26.4638056Z Tests DirectoryReader as the base for get_resource_reader. ... skip: Tests that use temporary files are disabled in fbcode (0.000s) 2022-11-23T02:36:26.4639074Z test_scriptobject_failure_message (test_directory_reader.DirectoryReaderTest) 2022-11-23T02:36:26.4640144Z Test basic saving and loading of a ScriptModule in a directory. ... skip: Tests that use temporary files are disabled in fbcode (0.000s) 2022-11-23T02:36:26.4641157Z test_exclude (test_glob_group.TestGlobGroup) ... ok (0.010s) 2022-11-23T02:36:26.4641835Z test_exclude_from_all (test_glob_group.TestGlobGroup) ... ok (0.000s) 2022-11-23T02:36:26.4642497Z test_invalid_raw (test_glob_group.TestGlobGroup) ... ok (0.000s) 2022-11-23T02:36:26.4643213Z test_list_include_exclude (test_glob_group.TestGlobGroup) ... ok (0.000s) 2022-11-23T02:36:26.4643906Z test_one_star (test_glob_group.TestGlobGroup) ... ok (0.011s) 2022-11-23T02:36:26.4644569Z test_one_star_middle (test_glob_group.TestGlobGroup) ... ok (0.002s) 2022-11-23T02:36:26.4645426Z test_one_star_multiple_in_component (test_glob_group.TestGlobGroup) ... ok (0.003s) 2022-11-23T02:36:26.4646352Z test_one_star_partial (test_glob_group.TestGlobGroup) ... ok (0.002s) 2022-11-23T02:36:26.4647084Z test_one_star_partial_extension (test_glob_group.TestGlobGroup) ... ok (0.003s) 2022-11-23T02:36:26.4647797Z test_raw_two_star (test_glob_group.TestGlobGroup) ... ok (0.002s) 2022-11-23T02:36:26.4648462Z test_two_star (test_glob_group.TestGlobGroup) ... ok (0.002s) 2022-11-23T02:36:26.4649113Z test_two_star_end (test_glob_group.TestGlobGroup) ... ok (0.002s) 2022-11-23T02:36:26.4649800Z test_two_star_middle (test_glob_group.TestGlobGroup) ... ok (0.002s) 2022-11-23T02:36:26.4650518Z test_two_star_multiple (test_glob_group.TestGlobGroup) ... ok (0.003s) 2022-11-23T02:36:26.4651328Z test_ordered_importer_basic (test_importer.TestImporter) ... ok (0.004s) 2022-11-23T02:36:26.4652231Z test_ordered_importer_whichmodule (test_importer.TestImporter) 2022-11-23T02:36:26.4652985Z OrderedImporter's implementation of whichmodule should try each ... ok (0.003s) 2022-11-23T02:36:26.4653925Z test_package_importer_whichmodule_no_dunder_module (test_importer.TestImporter) 2022-11-23T02:36:26.4654721Z Exercise corner case where we try to pickle an object whose ... ok (0.005s) 2022-11-23T02:36:26.4655440Z test_single_ordered_importer (test_importer.TestImporter) ... ok (0.004s) 2022-11-23T02:36:26.4656148Z test_sys_importer (test_importer.TestImporter) ... ok (0.002s) 2022-11-23T02:36:26.4656830Z test_sys_importer_roundtrip (test_importer.TestImporter) ... ok (0.001s) 2022-11-23T02:36:26.4657681Z test_load_bc_packages_fx_module (test_load_bc_packages.TestLoadBCPackages) 2022-11-23T02:36:26.4658571Z Tests for backwards compatible fx module ... ok (0.016s) 2022-11-23T02:36:26.4659273Z test_load_bc_packages_nn_module (test_load_bc_packages.TestLoadBCPackages) 2022-11-23T02:36:26.4659958Z Tests for backwards compatible nn module ... ok (0.011s) 2022-11-23T02:36:26.4660687Z test_load_bc_packages_torchscript_module (test_load_bc_packages.TestLoadBCPackages) 2022-11-23T02:36:26.4661444Z Tests for backwards compatible torchscript module ... ok (0.088s) 2022-11-23T02:36:26.4662081Z test_demangle_base (test_mangling.TestMangling) 2022-11-23T02:36:26.4662812Z Demangling a mangle parent directly should currently return an empty string. ... ok (0.002s) 2022-11-23T02:36:26.4663678Z test_demangler_multiple_manglers (test_mangling.TestMangling) 2022-11-23T02:36:26.4664657Z PackageDemangler should be able to demangle name generated by any PackageMangler. ... ok (0.002s) 2022-11-23T02:36:26.4665442Z test_is_mangled (test_mangling.TestMangling) ... ok (0.002s) 2022-11-23T02:36:26.4666101Z test_mangle_empty_errors (test_mangling.TestMangling) ... ok (0.000s) 2022-11-23T02:36:26.4666785Z test_mangle_prefix (test_mangling.TestMangling) ... ok (0.002s) 2022-11-23T02:36:26.4667432Z test_mangler_is_consistent (test_mangling.TestMangling) 2022-11-23T02:36:26.4668121Z Mangling the same name twice should produce the same result. ... ok (0.000s) 2022-11-23T02:36:26.4668839Z test_package_mangler (test_mangling.TestMangling) ... ok (0.003s) 2022-11-23T02:36:26.4669630Z test_roundtrip_mangling (test_mangling.TestMangling) ... ok (0.000s) 2022-11-23T02:36:26.4670341Z test_unique_manglers (test_mangling.TestMangling) 2022-11-23T02:36:26.4671151Z Each mangler instance should generate a unique mangled name for a given input. ... ok (0.000s) 2022-11-23T02:36:26.4672080Z test_unique_module_names (test_mangling.TestMangling) ... ok (0.006s) 2022-11-23T02:36:26.4672721Z test_dunder_package_present (test_misc.TestMisc) 2022-11-23T02:36:26.4673416Z The attribute '__torch_package__' should be populated on imported modules. ... ok (0.000s) 2022-11-23T02:36:26.4674133Z test_dunder_package_works_from_package (test_misc.TestMisc) 2022-11-23T02:36:26.4674804Z The attribute '__torch_package__' should be accessible from within ... ok (0.010s) 2022-11-23T02:36:26.4675469Z test_exporter_content_lists (test_misc.TestMisc) 2022-11-23T02:36:26.4676264Z Test content list API for PackageExporter's contained modules. ... ok (0.006s) 2022-11-23T02:36:26.4677080Z test_file_structure (test_misc.TestMisc) 2022-11-23T02:36:26.4677776Z Tests package's Directory structure representation of a zip file. Ensures ... ok (0.006s) 2022-11-23T02:36:26.4678456Z test_file_structure_has_file (test_misc.TestMisc) 2022-11-23T02:36:26.4679019Z Test Directory's has_file() method. ... ok (0.003s) 2022-11-23T02:36:26.4679563Z test_inspect_class (test_misc.TestMisc) 2022-11-23T02:36:26.4680175Z Should be able to retrieve source for a packaged class. ... ok (0.004s) 2022-11-23T02:36:26.4680772Z test_is_from_package (test_misc.TestMisc) 2022-11-23T02:36:26.4681367Z is_from_package should work for objects and modules ... ok (0.003s) 2022-11-23T02:36:26.4682128Z test_load_python_version_from_package (test_misc.TestMisc) 2022-11-23T02:36:26.4682928Z Tests loading a package with a python version embdded ... ok (0.003s) 2022-11-23T02:36:26.4683887Z test_python_version (test_misc.TestMisc) 2022-11-23T02:36:26.4684623Z Tests that the current python version is stored in the package and is available ... ok (0.004s) 2022-11-23T02:36:26.4685310Z test_std_lib_sys_hackery_checks (test_misc.TestMisc) 2022-11-23T02:36:26.4685990Z The standard library performs sys.module assignment hackery which ... ok (0.003s) 2022-11-23T02:36:26.4686980Z test_model_save (test_model.ModelTest) ... skip: Does not work with recent torchvision, see https://github.com/pytorch/pytorch/issues/81115 (0.000s) 2022-11-23T02:36:26.4688056Z test_resnet (test_model.ModelTest) ... skip: Does not work with recent torchvision, see https://github.com/pytorch/pytorch/issues/81115 (0.006s) 2022-11-23T02:36:26.4689453Z test_script_resnet (test_model.ModelTest) ... skip: Does not work with recent torchvision, see https://github.com/pytorch/pytorch/issues/81115 (0.000s) 2022-11-23T02:36:26.4690397Z test_package_fx_custom_tracer (test_package_fx.TestPackageFX) ... ok (0.021s) 2022-11-23T02:36:26.4691124Z test_package_fx_package (test_package_fx.TestPackageFX) ... ok (0.034s) 2022-11-23T02:36:26.4691847Z test_package_fx_simple (test_package_fx.TestPackageFX) ... ok (0.006s) 2022-11-23T02:36:26.4692562Z test_package_fx_with_imports (test_package_fx.TestPackageFX) ... ok (0.020s) 2022-11-23T02:36:26.4693264Z test_package_then_fx (test_package_fx.TestPackageFX) ... ok (0.014s) 2022-11-23T02:36:26.4693997Z test_different_package_interface (test_package_script.TestPackageScript) 2022-11-23T02:36:26.4694847Z Test a case where the interface defined in the package is ... ok (0.024s) 2022-11-23T02:36:26.4695781Z test_different_package_script_class (test_package_script.TestPackageScript) 2022-11-23T02:36:26.4696547Z Test a case where the script class defined in the package is ... ok (0.011s) 2022-11-23T02:36:26.4697253Z test_load_shared_scriptmodules (test_package_script.TestPackageScript) 2022-11-23T02:36:26.4698020Z Test loading of single ScriptModule shared by multiple eager ... ok (0.014s) 2022-11-23T02:36:26.4698734Z test_load_shared_tensors (test_package_script.TestPackageScript) 2022-11-23T02:36:26.4699445Z Test tensors shared across eager and ScriptModules on load ... ok (0.018s) 2022-11-23T02:36:26.4700193Z test_load_shared_tensors_repackaged (test_package_script.TestPackageScript) 2022-11-23T02:36:26.4701065Z Test tensors shared across eager and ScriptModules on load ... ok (0.023s) 2022-11-23T02:36:26.4702414Z test_mixing_packaged_and_inline_modules (test_package_script.TestPackageScript) 2022-11-23T02:36:26.4703191Z Test saving inline and imported modules in same package with ... ok (0.027s) 2022-11-23T02:36:26.4703956Z test_mixing_packaged_and_inline_modules_shared_code (test_package_script.TestPackageScript) 2022-11-23T02:36:26.4704802Z Test saving inline and imported modules in same package that ... skip: no torchvision (0.002s) 2022-11-23T02:36:26.4705577Z test_package_interface (test_package_script.TestPackageScript) 2022-11-23T02:36:26.4706283Z Packaging an interface class should work correctly. ... ok (0.031s) 2022-11-23T02:36:26.4707205Z test_package_script_class (test_package_script.TestPackageScript) ... ok (0.006s) 2022-11-23T02:36:26.4708275Z test_package_script_class_referencing_self (test_package_script.TestPackageScript) ... ok (0.026s) 2022-11-23T02:36:26.4709193Z test_save_eager_mods_sharing_scriptmodule (test_package_script.TestPackageScript) 2022-11-23T02:36:26.4709952Z Test saving of single ScriptModule shared by multiple ... ok (0.011s) 2022-11-23T02:36:26.4710699Z test_save_independent_scriptmodules (test_package_script.TestPackageScript) 2022-11-23T02:36:26.4711474Z Test to verify saving multiple ScriptModules with completely ... ok (0.018s) 2022-11-23T02:36:26.4712233Z test_save_repeat_scriptmodules (test_package_script.TestPackageScript) 2022-11-23T02:36:26.4712976Z Test to verify saving multiple different modules and ... ok (0.029s) 2022-11-23T02:36:26.4713797Z test_save_scriptmodule (test_package_script.TestPackageScript) 2022-11-23T02:36:26.4714881Z Test basic saving of ScriptModule. ... ok (0.009s) 2022-11-23T02:36:26.4715584Z test_save_scriptmodule_file (test_package_script.TestPackageScript) 2022-11-23T02:36:26.4716267Z Test basic saving of ScriptModule in file. ... ok (0.022s) 2022-11-23T02:36:26.4717001Z test_save_scriptmodule_only_necessary_code (test_package_script.TestPackageScript) 2022-11-23T02:36:26.4717827Z Test to verify when saving multiple packages with same CU ... skip: no torchvision (0.003s) 2022-11-23T02:36:26.4718615Z test_save_scriptmodule_with_submods (test_package_script.TestPackageScript) 2022-11-23T02:36:26.4719311Z Test basic saving of ScriptModule with submodule. ... ok (0.020s) 2022-11-23T02:36:26.4720166Z test_save_scriptmodules_in_container (test_package_script.TestPackageScript) 2022-11-23T02:36:26.4721130Z Test saving of ScriptModules inside of container. Checks that relations ... ok (0.015s) 2022-11-23T02:36:26.4721977Z test_save_scriptmodules_submod_redefinition (test_package_script.TestPackageScript) 2022-11-23T02:36:26.4722769Z Test to verify saving multiple ScriptModules with same top module ... ok (0.019s) 2022-11-23T02:36:26.4723501Z test_save_shared_tensors (test_package_script.TestPackageScript) 2022-11-23T02:36:26.4724249Z Test tensors shared across eager and ScriptModules are serialized once. ... ok (0.010s) 2022-11-23T02:36:26.4725061Z test_saving_and_scripting_packaged_mod (test_package_script.TestPackageScript) 2022-11-23T02:36:26.4725895Z Test scripting a module loaded from a package ... ok (0.025s) 2022-11-23T02:36:26.4726776Z test_scriptmodules_repeat_save (test_package_script.TestPackageScript) 2022-11-23T02:36:26.4727543Z Test to verify saving and loading same ScriptModule object works ... ok (0.023s) 2022-11-23T02:36:26.4728298Z test_tensor_sharing_pickle (test_package_script.TestPackageScript) 2022-11-23T02:36:26.4729033Z Test that saving a ScriptModule and a separately saving a tensor ... ok (0.005s) 2022-11-23T02:36:26.4729833Z test_repackage_import_indirectly_via_parent_module (test_repackage.TestRepackage) ... ok (0.016s) 2022-11-23T02:36:26.4730622Z test_importer_access (test_resources.TestResources) ... ok (0.000s) 2022-11-23T02:36:26.4731333Z test_package_resource_access (test_resources.TestResources) 2022-11-23T02:36:26.4732197Z Packaged modules should be able to use the importlib.resources API to access ... ok (0.000s) 2022-11-23T02:36:26.4733460Z test_resource_access_by_path (test_resources.TestResources) 2022-11-23T02:36:26.4734179Z Tests that packaged code can used importlib.resources.path. ... ok (0.010s) 2022-11-23T02:36:26.4734846Z test_resource_reader (test_resources.TestResources) 2022-11-23T02:36:26.4735537Z Test compliance with the get_resource_reader importlib API. ... ok (0.010s) 2022-11-23T02:36:26.4736204Z test_bad_dunder_imports (test_save_load.TestSaveLoad) 2022-11-23T02:36:26.4736892Z Test to ensure bad __imports__ don't cause PackageExporter to fail. ... ok (0.000s) 2022-11-23T02:36:26.4737600Z test_dunder_imports (test_save_load.TestSaveLoad) ... ok (0.011s) 2022-11-23T02:36:26.4738381Z test_exporting_mismatched_code (test_save_load.TestSaveLoad) 2022-11-23T02:36:26.4739255Z If an object with the same qualified name is loaded from different ... ok (0.014s) 2022-11-23T02:36:26.4739940Z test_pickle (test_save_load.TestSaveLoad) ... ok (0.010s) 2022-11-23T02:36:26.4740587Z test_save_imported_module (test_save_load.TestSaveLoad) 2022-11-23T02:36:26.4741283Z Saving a module that came from another PackageImporter should work. ... ok (0.004s) 2022-11-23T02:36:26.4742057Z test_save_imported_module_using_package_importer (test_save_load.TestSaveLoad) 2022-11-23T02:36:26.4742884Z Exercise a corner case: re-packaging a module that uses `torch_package_importer` ... ok (0.007s) 2022-11-23T02:36:26.4743610Z test_save_module (test_save_load.TestSaveLoad) ... ok (0.005s) 2022-11-23T02:36:26.4744285Z test_save_module_binary (test_save_load.TestSaveLoad) ... ok (0.006s) 2022-11-23T02:36:26.4745539Z test_saving_source (test_save_load.TestSaveLoad) ... ok (0.010s) 2022-11-23T02:36:26.4746249Z test_saving_string (test_save_load.TestSaveLoad) ... ok (0.010s) 2022-11-23T02:36:26.4746620Z 2022-11-23T02:36:26.4746951Z ---------------------------------------------------------------------- 2022-11-23T02:36:26.4747495Z Ran 132 tests in 3.547s 2022-11-23T02:36:26.4747766Z 2022-11-23T02:36:26.4747907Z OK (skipped=14) 2022-11-23T02:36:26.4748146Z 2022-11-23T02:36:26.4748335Z Generating XML reports... 2022-11-23T02:36:26.4749116Z Generated XML report: test-reports\python-unittest\test_package\TEST-test_analyze.TestAnalyze-20221123023622.xml 2022-11-23T02:36:26.4750214Z Generated XML report: test-reports\python-unittest\test_package\TEST-test_dependency_api.TestDependencyAPI-20221123023622.xml 2022-11-23T02:36:26.4751598Z Generated XML report: test-reports\python-unittest\test_package\TEST-test_dependency_hooks.TestDependencyHooks-20221123023622.xml 2022-11-23T02:36:26.4752850Z Generated XML report: test-reports\python-unittest\test_package\TEST-test_digraph.TestDiGraph-20221123023622.xml 2022-11-23T02:36:26.4753944Z Generated XML report: test-reports\python-unittest\test_package\TEST-test_glob_group.TestGlobGroup-20221123023622.xml 2022-11-23T02:36:26.4755047Z Generated XML report: test-reports\python-unittest\test_package\TEST-test_importer.TestImporter-20221123023622.xml 2022-11-23T02:36:26.4756206Z Generated XML report: test-reports\python-unittest\test_package\TEST-test_load_bc_packages.TestLoadBCPackages-20221123023622.xml 2022-11-23T02:36:26.4757363Z Generated XML report: test-reports\python-unittest\test_package\TEST-test_mangling.TestMangling-20221123023622.xml 2022-11-23T02:36:26.4758650Z Generated XML report: test-reports\python-unittest\test_package\TEST-test_misc.TestMisc-20221123023622.xml 2022-11-23T02:36:26.4759681Z Generated XML report: test-reports\python-unittest\test_package\TEST-test_package_fx.TestPackageFX-20221123023622.xml 2022-11-23T02:36:26.4760827Z Generated XML report: test-reports\python-unittest\test_package\TEST-test_package_script.TestPackageScript-20221123023622.xml 2022-11-23T02:36:26.4761949Z Generated XML report: test-reports\python-unittest\test_package\TEST-test_repackage.TestRepackage-20221123023622.xml 2022-11-23T02:36:26.4763035Z Generated XML report: test-reports\python-unittest\test_package\TEST-test_resources.TestResources-20221123023622.xml 2022-11-23T02:36:26.4764581Z Generated XML report: test-reports\python-unittest\test_package\TEST-test_save_load.TestSaveLoad-20221123023622.xml 2022-11-23T02:36:26.4765896Z Generated XML report: test-reports\python-unittest\test_package\TEST-test_directory_reader.DirectoryReaderTest-20221123023622.xml 2022-11-23T02:36:26.4766986Z Generated XML report: test-reports\python-unittest\test_package\TEST-test_model.ModelTest-20221123023622.xml 2022-11-23T02:36:26.4767523Z 2022-11-23T02:36:26.4768127Z ##[endgroup] 2022-11-23T02:36:26.4768913Z FINISHED PRINTING LOG FILE of test_package (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_package_yjuiztul) 2022-11-23T02:36:26.4769469Z 2022-11-23T02:36:26.5084626Z 2022-11-23T02:36:26.5085596Z Expand the folded group to see the log file of test_set_default_mobile_cpu_allocator 2022-11-23T02:36:26.5087265Z ##[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_a1_i24c1) 2022-11-23T02:36:26.5088048Z 2022-11-23T02:36:26.5088231Z Running tests... 2022-11-23T02:36:26.5088805Z ---------------------------------------------------------------------- 2022-11-23T02:36:26.5089606Z Test results will be stored in test-reports\python-unittest\test_set_default_mobile_cpu_allocator 2022-11-23T02:36:26.5090408Z test_exception (__main__.TestSetDefaultMobileCPUAllocator) ... ok (3.511s) 2022-11-23T02:36:26.5091195Z test_no_exception (__main__.TestSetDefaultMobileCPUAllocator) ... ok (0.000s) 2022-11-23T02:36:26.5091614Z 2022-11-23T02:36:26.5092241Z ---------------------------------------------------------------------- 2022-11-23T02:36:26.5092788Z Ran 2 tests in 3.515s 2022-11-23T02:36:26.5093051Z 2022-11-23T02:36:26.5093178Z OK 2022-11-23T02:36:26.5093380Z 2022-11-23T02:36:26.5093573Z Generating XML reports... 2022-11-23T02:36:26.5094534Z Generated XML report: test-reports\python-unittest\test_set_default_mobile_cpu_allocator\TEST-TestSetDefaultMobileCPUAllocator-20221123023622.xml 2022-11-23T02:36:26.5095316Z 2022-11-23T02:36:26.5095866Z ##[endgroup] 2022-11-23T02:36:26.5096762Z 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_a1_i24c1) 2022-11-23T02:36:26.5097466Z 2022-11-23T02:36:31.2507896Z Running test_dlpack ... [2022-11-23 02:36:31.250184] 2022-11-23T02:36:31.2517784Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_dlpack.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:36:31.251432] 2022-11-23T02:36:31.2519821Z Ignoring disabled issues: [] 2022-11-23T02:36:31.2522295Z Running test_futures ... [2022-11-23 02:36:31.251586] 2022-11-23T02:36:31.2531765Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_futures.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:36:31.252954] 2022-11-23T02:36:31.2535272Z Ignoring disabled issues: [] 2022-11-23T02:36:38.7976836Z 2022-11-23T02:36:38.7977805Z Expand the folded group to see the log file of test_futures 2022-11-23T02:36:38.7978706Z ##[group]PRINTING LOG FILE of test_futures (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_futures_aotwp687) 2022-11-23T02:36:38.7979227Z 2022-11-23T02:36:38.7979402Z Running tests... 2022-11-23T02:36:38.7979967Z ---------------------------------------------------------------------- 2022-11-23T02:36:38.7980695Z Test results will be stored in test-reports\python-unittest\test_futures 2022-11-23T02:36:38.7981618Z test_add_done_callback_error_is_ignored (__main__.TestFuture) ... [E pybind_utils.h:212] Got the following error when running the callback: ValueError: Expected error 2022-11-23T02:36:38.7984100Z 2022-11-23T02:36:38.7984462Z At: 2022-11-23T02:36:38.7985184Z C:\actions-runner\_work\pytorch\pytorch\test\test_futures.py(236): raise_value_error 2022-11-23T02:36:38.7987701Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\futures\__init__.py(241): set_result 2022-11-23T02:36:38.7988771Z C:\actions-runner\_work\pytorch\pytorch\test\test_futures.py(229): _test_add_done_callback_error_ignored 2022-11-23T02:36:38.7989838Z C:\actions-runner\_work\pytorch\pytorch\test\test_futures.py(238): test_add_done_callback_error_is_ignored 2022-11-23T02:36:38.7990756Z C:\Jenkins\Miniconda3\lib\unittest\case.py(550): _callTestMethod 2022-11-23T02:36:38.7991496Z C:\Jenkins\Miniconda3\lib\unittest\case.py(592): run 2022-11-23T02:36:38.7992477Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py(2127): _run_with_retry 2022-11-23T02:36:38.7993613Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py(2198): run 2022-11-23T02:36:38.7994519Z C:\Jenkins\Miniconda3\lib\unittest\case.py(651): __call__ 2022-11-23T02:36:38.7995228Z C:\Jenkins\Miniconda3\lib\unittest\suite.py(122): run 2022-11-23T02:36:38.7995957Z C:\Jenkins\Miniconda3\lib\unittest\suite.py(84): __call__ 2022-11-23T02:36:38.7996654Z C:\Jenkins\Miniconda3\lib\unittest\suite.py(122): run 2022-11-23T02:36:38.7997345Z C:\Jenkins\Miniconda3\lib\unittest\suite.py(84): __call__ 2022-11-23T02:36:38.7998107Z C:\Jenkins\Miniconda3\lib\site-packages\xmlrunner\runner.py(67): run 2022-11-23T02:36:38.7998877Z C:\Jenkins\Miniconda3\lib\unittest\main.py(271): runTests 2022-11-23T02:36:38.7999634Z C:\Jenkins\Miniconda3\lib\unittest\main.py(101): __init__ 2022-11-23T02:36:38.8000763Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py(786): run_tests 2022-11-23T02:36:38.8001794Z C:\actions-runner\_work\pytorch\pytorch\test\test_futures.py(340): 2022-11-23T02:36:38.8002258Z 2022-11-23T02:36:38.8002427Z ok (2.653s) 2022-11-23T02:36:38.8003058Z test_add_done_callback_maintains_callback_order (__main__.TestFuture) ... ok (0.003s) 2022-11-23T02:36:38.8004203Z test_add_done_callback_no_arg_error_is_ignored (__main__.TestFuture) ... [E pybind_utils.h:212] Got the following error when running the callback: TypeError: no_arg() takes 0 positional arguments but 1 was given 2022-11-23T02:36:38.8005106Z ok (0.001s) 2022-11-23T02:36:38.8005770Z test_add_done_callback_simple (__main__.TestFuture) ... ok (0.002s) 2022-11-23T02:36:38.8006479Z test_chained_then (__main__.TestFuture) ... ok (0.008s) 2022-11-23T02:36:38.8007253Z test_collect_all (__main__.TestFuture) ... ok (0.103s) 2022-11-23T02:36:38.8007856Z test_done (__main__.TestFuture) ... ok (0.002s) 2022-11-23T02:36:38.8008484Z test_done_exception (__main__.TestFuture) ... ok (0.003s) 2022-11-23T02:36:38.8009286Z test_interleaving_then_and_add_done_callback_maintains_callback_order (__main__.TestFuture) ... ok (0.004s) 2022-11-23T02:36:38.8010476Z test_interleaving_then_and_add_done_callback_propagates_error (__main__.TestFuture) ... [E pybind_utils.h:212] Got the following error when running the callback: ValueError: Expected error 2022-11-23T02:36:38.8011191Z 2022-11-23T02:36:38.8011347Z At: 2022-11-23T02:36:38.8012058Z C:\actions-runner\_work\pytorch\pytorch\test\test_futures.py(280): raise_value_error 2022-11-23T02:36:38.8013063Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\futures\__init__.py(241): set_result 2022-11-23T02:36:38.8014209Z C:\actions-runner\_work\pytorch\pytorch\test\test_futures.py(285): test_interleaving_then_and_add_done_callback_propagates_error 2022-11-23T02:36:38.8015180Z C:\Jenkins\Miniconda3\lib\unittest\case.py(550): _callTestMethod 2022-11-23T02:36:38.8015937Z C:\Jenkins\Miniconda3\lib\unittest\case.py(592): run 2022-11-23T02:36:38.8016847Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py(2127): _run_with_retry 2022-11-23T02:36:38.8017966Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py(2198): run 2022-11-23T02:36:38.8019078Z C:\Jenkins\Miniconda3\lib\unittest\case.py(651): __call__ 2022-11-23T02:36:38.8019773Z C:\Jenkins\Miniconda3\lib\unittest\suite.py(122): run 2022-11-23T02:36:38.8020479Z C:\Jenkins\Miniconda3\lib\unittest\suite.py(84): __call__ 2022-11-23T02:36:38.8021175Z C:\Jenkins\Miniconda3\lib\unittest\suite.py(122): run 2022-11-23T02:36:38.8021841Z C:\Jenkins\Miniconda3\lib\unittest\suite.py(84): __call__ 2022-11-23T02:36:38.8022631Z C:\Jenkins\Miniconda3\lib\site-packages\xmlrunner\runner.py(67): run 2022-11-23T02:36:38.8023398Z C:\Jenkins\Miniconda3\lib\unittest\main.py(271): runTests 2022-11-23T02:36:38.8024121Z C:\Jenkins\Miniconda3\lib\unittest\main.py(101): __init__ 2022-11-23T02:36:38.8025062Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py(786): run_tests 2022-11-23T02:36:38.8026053Z C:\actions-runner\_work\pytorch\pytorch\test\test_futures.py(340): 2022-11-23T02:36:38.8026523Z 2022-11-23T02:36:38.8026683Z ok (0.003s) 2022-11-23T02:36:38.8027236Z test_mark_future_twice (__main__.TestFuture) ... ok (0.028s) 2022-11-23T02:36:38.8027902Z test_pickle_future (__main__.TestFuture) ... ok (0.006s) 2022-11-23T02:36:38.8028538Z test_set_exception (__main__.TestFuture) ... ok (0.003s) 2022-11-23T02:36:38.8029243Z test_set_exception_multithreading (__main__.TestFuture) ... ok (0.005s) 2022-11-23T02:36:38.8029906Z test_then (__main__.TestFuture) ... ok (0.002s) 2022-11-23T02:36:38.8030497Z test_then_no_arg (__main__.TestFuture) ... ok (0.002s) 2022-11-23T02:36:38.8031132Z test_then_raise (__main__.TestFuture) ... ok (0.001s) 2022-11-23T02:36:38.8031927Z test_then_wrong_arg (__main__.TestFuture) ... ok (0.002s) 2022-11-23T02:36:38.8032572Z test_wait (__main__.TestFuture) ... ok (0.002s) 2022-11-23T02:36:38.8033321Z test_wait_all (__main__.TestFuture) ... skip: TODO: need to fix this testcase for Windows (0.001s) 2022-11-23T02:36:38.8034094Z test_wait_multi_thread (__main__.TestFuture) ... ok (0.503s) 2022-11-23T02:36:38.8034723Z test_wait_none (__main__.TestFuture) ... ok (0.003s) 2022-11-23T02:36:38.8035079Z 2022-11-23T02:36:38.8035446Z ---------------------------------------------------------------------- 2022-11-23T02:36:38.8036037Z Ran 22 tests in 3.344s 2022-11-23T02:36:38.8036316Z 2022-11-23T02:36:38.8036485Z OK (skipped=1) 2022-11-23T02:36:38.8036748Z 2022-11-23T02:36:38.8036959Z Generating XML reports... 2022-11-23T02:36:38.8037752Z Generated XML report: test-reports\python-unittest\test_futures\TEST-TestFuture-20221123023634.xml 2022-11-23T02:36:38.8038309Z 2022-11-23T02:36:38.8038993Z ##[endgroup] 2022-11-23T02:36:38.8039832Z FINISHED PRINTING LOG FILE of test_futures (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_futures_aotwp687) 2022-11-23T02:36:38.8040440Z 2022-11-23T02:36:39.7461327Z 2022-11-23T02:36:39.7462259Z Expand the folded group to see the log file of test_dlpack 2022-11-23T02:36:39.7463892Z ##[group]PRINTING LOG FILE of test_dlpack (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_dlpack_ehbqhexw) 2022-11-23T02:36:39.7464708Z 2022-11-23T02:36:39.7465259Z Running tests... 2022-11-23T02:36:39.7465974Z ---------------------------------------------------------------------- 2022-11-23T02:36:39.7466816Z Test results will be stored in test-reports\python-unittest\test_dlpack 2022-11-23T02:36:39.7467715Z test_dlpack_capsule_conversion_cuda_bfloat16 (__main__.TestTorchDlPackCUDA) ... ok (1.984s) 2022-11-23T02:36:39.7469152Z test_dlpack_capsule_conversion_cuda_complex128 (__main__.TestTorchDlPackCUDA) ... ok (0.290s) 2022-11-23T02:36:39.7470021Z test_dlpack_capsule_conversion_cuda_complex64 (__main__.TestTorchDlPackCUDA) ... ok (0.003s) 2022-11-23T02:36:39.7471018Z test_dlpack_capsule_conversion_cuda_float16 (__main__.TestTorchDlPackCUDA) ... ok (0.002s) 2022-11-23T02:36:39.7472342Z test_dlpack_capsule_conversion_cuda_float32 (__main__.TestTorchDlPackCUDA) ... ok (0.003s) 2022-11-23T02:36:39.7473584Z test_dlpack_capsule_conversion_cuda_float64 (__main__.TestTorchDlPackCUDA) ... ok (0.002s) 2022-11-23T02:36:39.7474444Z test_dlpack_capsule_conversion_cuda_int16 (__main__.TestTorchDlPackCUDA) ... ok (0.002s) 2022-11-23T02:36:39.7475580Z test_dlpack_capsule_conversion_cuda_int32 (__main__.TestTorchDlPackCUDA) ... ok (0.002s) 2022-11-23T02:36:39.7476456Z test_dlpack_capsule_conversion_cuda_int64 (__main__.TestTorchDlPackCUDA) ... ok (0.002s) 2022-11-23T02:36:39.7477328Z test_dlpack_capsule_conversion_cuda_int8 (__main__.TestTorchDlPackCUDA) ... ok (0.001s) 2022-11-23T02:36:39.7478173Z test_dlpack_capsule_conversion_cuda_uint8 (__main__.TestTorchDlPackCUDA) ... ok (0.001s) 2022-11-23T02:36:39.7479149Z test_dlpack_conversion_with_diff_streams_cuda_bfloat16 (__main__.TestTorchDlPackCUDA) ... ok (0.005s) 2022-11-23T02:36:39.7480014Z test_dlpack_conversion_with_diff_streams_cuda_complex128 (__main__.TestTorchDlPackCUDA) ... ok (0.003s) 2022-11-23T02:36:39.7480876Z test_dlpack_conversion_with_diff_streams_cuda_complex64 (__main__.TestTorchDlPackCUDA) ... ok (0.003s) 2022-11-23T02:36:39.7481730Z test_dlpack_conversion_with_diff_streams_cuda_float16 (__main__.TestTorchDlPackCUDA) ... ok (0.003s) 2022-11-23T02:36:39.7482552Z test_dlpack_conversion_with_diff_streams_cuda_float32 (__main__.TestTorchDlPackCUDA) ... ok (0.003s) 2022-11-23T02:36:39.7483387Z test_dlpack_conversion_with_diff_streams_cuda_float64 (__main__.TestTorchDlPackCUDA) ... ok (0.003s) 2022-11-23T02:36:39.7484300Z test_dlpack_conversion_with_diff_streams_cuda_int16 (__main__.TestTorchDlPackCUDA) ... ok (0.000s) 2022-11-23T02:36:39.7485529Z test_dlpack_conversion_with_diff_streams_cuda_int32 (__main__.TestTorchDlPackCUDA) ... ok (0.003s) 2022-11-23T02:36:39.7486402Z test_dlpack_conversion_with_diff_streams_cuda_int64 (__main__.TestTorchDlPackCUDA) ... ok (0.000s) 2022-11-23T02:36:39.7487215Z test_dlpack_conversion_with_diff_streams_cuda_int8 (__main__.TestTorchDlPackCUDA) ... ok (0.006s) 2022-11-23T02:36:39.7488039Z test_dlpack_conversion_with_diff_streams_cuda_uint8 (__main__.TestTorchDlPackCUDA) ... ok (0.000s) 2022-11-23T02:36:39.7488827Z test_dlpack_conversion_with_streams_cuda_bfloat16 (__main__.TestTorchDlPackCUDA) ... ok (0.000s) 2022-11-23T02:36:39.7489651Z test_dlpack_conversion_with_streams_cuda_complex128 (__main__.TestTorchDlPackCUDA) ... ok (0.000s) 2022-11-23T02:36:39.7490568Z test_dlpack_conversion_with_streams_cuda_complex64 (__main__.TestTorchDlPackCUDA) ... ok (0.010s) 2022-11-23T02:36:39.7491502Z test_dlpack_conversion_with_streams_cuda_float16 (__main__.TestTorchDlPackCUDA) ... ok (0.000s) 2022-11-23T02:36:39.7492418Z test_dlpack_conversion_with_streams_cuda_float32 (__main__.TestTorchDlPackCUDA) ... ok (0.000s) 2022-11-23T02:36:39.7493219Z test_dlpack_conversion_with_streams_cuda_float64 (__main__.TestTorchDlPackCUDA) ... ok (0.010s) 2022-11-23T02:36:39.7494020Z test_dlpack_conversion_with_streams_cuda_int16 (__main__.TestTorchDlPackCUDA) ... ok (0.002s) 2022-11-23T02:36:39.7494786Z test_dlpack_conversion_with_streams_cuda_int32 (__main__.TestTorchDlPackCUDA) ... ok (0.003s) 2022-11-23T02:36:39.7495674Z test_dlpack_conversion_with_streams_cuda_int64 (__main__.TestTorchDlPackCUDA) ... ok (0.002s) 2022-11-23T02:36:39.7496435Z test_dlpack_conversion_with_streams_cuda_int8 (__main__.TestTorchDlPackCUDA) ... ok (0.003s) 2022-11-23T02:36:39.7497322Z test_dlpack_conversion_with_streams_cuda_uint8 (__main__.TestTorchDlPackCUDA) ... ok (0.003s) 2022-11-23T02:36:39.7498161Z test_dlpack_default_stream_cuda (__main__.TestTorchDlPackCUDA) ... ok (0.002s) 2022-11-23T02:36:39.7498984Z test_dlpack_error_on_bool_tensor_cuda (__main__.TestTorchDlPackCUDA) ... ok (0.943s) 2022-11-23T02:36:39.7499722Z test_dlpack_export_is_conj_cuda (__main__.TestTorchDlPackCUDA) ... ok (0.000s) 2022-11-23T02:36:39.7500467Z test_dlpack_export_non_strided_cuda (__main__.TestTorchDlPackCUDA) ... ok (0.000s) 2022-11-23T02:36:39.7501226Z test_dlpack_export_requires_grad_cuda (__main__.TestTorchDlPackCUDA) ... ok (0.000s) 2022-11-23T02:36:39.7502137Z test_dlpack_normalize_strides_cuda (__main__.TestTorchDlPackCUDA) ... ok (0.010s) 2022-11-23T02:36:39.7502906Z test_dlpack_protocol_conversion_cuda_bfloat16 (__main__.TestTorchDlPackCUDA) ... ok (0.000s) 2022-11-23T02:36:39.7503809Z test_dlpack_protocol_conversion_cuda_complex128 (__main__.TestTorchDlPackCUDA) ... ok (0.000s) 2022-11-23T02:36:39.7504726Z test_dlpack_protocol_conversion_cuda_complex64 (__main__.TestTorchDlPackCUDA) ... ok (0.000s) 2022-11-23T02:36:39.7505619Z test_dlpack_protocol_conversion_cuda_float16 (__main__.TestTorchDlPackCUDA) ... ok (0.010s) 2022-11-23T02:36:39.7506418Z test_dlpack_protocol_conversion_cuda_float32 (__main__.TestTorchDlPackCUDA) ... ok (0.000s) 2022-11-23T02:36:39.7507181Z test_dlpack_protocol_conversion_cuda_float64 (__main__.TestTorchDlPackCUDA) ... ok (0.000s) 2022-11-23T02:36:39.7507971Z test_dlpack_protocol_conversion_cuda_int16 (__main__.TestTorchDlPackCUDA) ... ok (0.010s) 2022-11-23T02:36:39.7508747Z test_dlpack_protocol_conversion_cuda_int32 (__main__.TestTorchDlPackCUDA) ... ok (0.000s) 2022-11-23T02:36:39.7509513Z test_dlpack_protocol_conversion_cuda_int64 (__main__.TestTorchDlPackCUDA) ... ok (0.000s) 2022-11-23T02:36:39.7510371Z test_dlpack_protocol_conversion_cuda_int8 (__main__.TestTorchDlPackCUDA) ... ok (0.000s) 2022-11-23T02:36:39.7511244Z test_dlpack_protocol_conversion_cuda_uint8 (__main__.TestTorchDlPackCUDA) ... ok (0.010s) 2022-11-23T02:36:39.7512077Z test_dlpack_shared_storage_cuda (__main__.TestTorchDlPackCUDA) ... ok (0.003s) 2022-11-23T02:36:39.7513024Z test_dlpack_tensor_invalid_stream_cuda_bfloat16 (__main__.TestTorchDlPackCUDA) ... ok (0.002s) 2022-11-23T02:36:39.7513870Z test_dlpack_tensor_invalid_stream_cuda_complex128 (__main__.TestTorchDlPackCUDA) ... ok (0.002s) 2022-11-23T02:36:39.7514675Z test_dlpack_tensor_invalid_stream_cuda_complex64 (__main__.TestTorchDlPackCUDA) ... ok (0.002s) 2022-11-23T02:36:39.7515476Z test_dlpack_tensor_invalid_stream_cuda_float16 (__main__.TestTorchDlPackCUDA) ... ok (0.002s) 2022-11-23T02:36:39.7516265Z test_dlpack_tensor_invalid_stream_cuda_float32 (__main__.TestTorchDlPackCUDA) ... ok (0.002s) 2022-11-23T02:36:39.7517148Z test_dlpack_tensor_invalid_stream_cuda_float64 (__main__.TestTorchDlPackCUDA) ... ok (0.002s) 2022-11-23T02:36:39.7518007Z test_dlpack_tensor_invalid_stream_cuda_int16 (__main__.TestTorchDlPackCUDA) ... ok (0.002s) 2022-11-23T02:36:39.7518877Z test_dlpack_tensor_invalid_stream_cuda_int32 (__main__.TestTorchDlPackCUDA) ... ok (0.002s) 2022-11-23T02:36:39.7519660Z test_dlpack_tensor_invalid_stream_cuda_int64 (__main__.TestTorchDlPackCUDA) ... ok (0.003s) 2022-11-23T02:36:39.7520443Z test_dlpack_tensor_invalid_stream_cuda_int8 (__main__.TestTorchDlPackCUDA) ... ok (0.002s) 2022-11-23T02:36:39.7521222Z test_dlpack_tensor_invalid_stream_cuda_uint8 (__main__.TestTorchDlPackCUDA) ... ok (0.002s) 2022-11-23T02:36:39.7521965Z test_from_dlpack_cuda_bfloat16 (__main__.TestTorchDlPackCUDA) ... ok (0.003s) 2022-11-23T02:36:39.7522695Z test_from_dlpack_cuda_complex128 (__main__.TestTorchDlPackCUDA) ... ok (0.003s) 2022-11-23T02:36:39.7523406Z test_from_dlpack_cuda_complex64 (__main__.TestTorchDlPackCUDA) ... ok (0.003s) 2022-11-23T02:36:39.7524205Z test_from_dlpack_cuda_float16 (__main__.TestTorchDlPackCUDA) ... ok (0.003s) 2022-11-23T02:36:39.7525069Z test_from_dlpack_cuda_float32 (__main__.TestTorchDlPackCUDA) ... ok (0.003s) 2022-11-23T02:36:39.7525782Z test_from_dlpack_cuda_float64 (__main__.TestTorchDlPackCUDA) ... ok (0.000s) 2022-11-23T02:36:39.7526479Z test_from_dlpack_cuda_int16 (__main__.TestTorchDlPackCUDA) ... ok (0.006s) 2022-11-23T02:36:39.7527187Z test_from_dlpack_cuda_int32 (__main__.TestTorchDlPackCUDA) ... ok (0.003s) 2022-11-23T02:36:39.7527878Z test_from_dlpack_cuda_int64 (__main__.TestTorchDlPackCUDA) ... ok (0.003s) 2022-11-23T02:36:39.7528549Z test_from_dlpack_cuda_int8 (__main__.TestTorchDlPackCUDA) ... ok (0.003s) 2022-11-23T02:36:39.7529410Z test_from_dlpack_cuda_uint8 (__main__.TestTorchDlPackCUDA) ... ok (0.003s) 2022-11-23T02:36:39.7530217Z test_from_dlpack_dtype_cuda_bfloat16 (__main__.TestTorchDlPackCUDA) ... ok (0.002s) 2022-11-23T02:36:39.7531029Z test_from_dlpack_dtype_cuda_complex128 (__main__.TestTorchDlPackCUDA) ... ok (0.003s) 2022-11-23T02:36:39.7531877Z test_from_dlpack_dtype_cuda_complex64 (__main__.TestTorchDlPackCUDA) ... ok (0.003s) 2022-11-23T02:36:39.7532632Z test_from_dlpack_dtype_cuda_float16 (__main__.TestTorchDlPackCUDA) ... ok (0.002s) 2022-11-23T02:36:39.7533355Z test_from_dlpack_dtype_cuda_float32 (__main__.TestTorchDlPackCUDA) ... ok (0.002s) 2022-11-23T02:36:39.7534107Z test_from_dlpack_dtype_cuda_float64 (__main__.TestTorchDlPackCUDA) ... ok (0.001s) 2022-11-23T02:36:39.7534845Z test_from_dlpack_dtype_cuda_int16 (__main__.TestTorchDlPackCUDA) ... ok (0.001s) 2022-11-23T02:36:39.7535577Z test_from_dlpack_dtype_cuda_int32 (__main__.TestTorchDlPackCUDA) ... ok (0.002s) 2022-11-23T02:36:39.7536309Z test_from_dlpack_dtype_cuda_int64 (__main__.TestTorchDlPackCUDA) ... ok (0.001s) 2022-11-23T02:36:39.7537141Z test_from_dlpack_dtype_cuda_int8 (__main__.TestTorchDlPackCUDA) ... ok (0.002s) 2022-11-23T02:36:39.7537999Z test_from_dlpack_dtype_cuda_uint8 (__main__.TestTorchDlPackCUDA) ... ok (0.001s) 2022-11-23T02:36:39.7538764Z test_from_dlpack_noncontinguous_cuda_bfloat16 (__main__.TestTorchDlPackCUDA) ... ok (0.006s) 2022-11-23T02:36:39.7539569Z test_from_dlpack_noncontinguous_cuda_complex128 (__main__.TestTorchDlPackCUDA) ... ok (0.005s) 2022-11-23T02:36:39.7540515Z test_from_dlpack_noncontinguous_cuda_complex64 (__main__.TestTorchDlPackCUDA) ... ok (0.005s) 2022-11-23T02:36:39.7541346Z test_from_dlpack_noncontinguous_cuda_float16 (__main__.TestTorchDlPackCUDA) ... ok (0.006s) 2022-11-23T02:36:39.7542140Z test_from_dlpack_noncontinguous_cuda_float32 (__main__.TestTorchDlPackCUDA) ... ok (0.006s) 2022-11-23T02:36:39.7542933Z test_from_dlpack_noncontinguous_cuda_float64 (__main__.TestTorchDlPackCUDA) ... ok (0.006s) 2022-11-23T02:36:39.7543819Z test_from_dlpack_noncontinguous_cuda_int16 (__main__.TestTorchDlPackCUDA) ... ok (0.004s) 2022-11-23T02:36:39.7544791Z test_from_dlpack_noncontinguous_cuda_int32 (__main__.TestTorchDlPackCUDA) ... ok (0.004s) 2022-11-23T02:36:39.7545574Z test_from_dlpack_noncontinguous_cuda_int64 (__main__.TestTorchDlPackCUDA) ... ok (0.004s) 2022-11-23T02:36:39.7546351Z test_from_dlpack_noncontinguous_cuda_int8 (__main__.TestTorchDlPackCUDA) ... ok (0.004s) 2022-11-23T02:36:39.7547132Z test_from_dlpack_noncontinguous_cuda_uint8 (__main__.TestTorchDlPackCUDA) ... ok (0.005s) 2022-11-23T02:36:39.7547553Z 2022-11-23T02:36:39.7547878Z ---------------------------------------------------------------------- 2022-11-23T02:36:39.7548394Z Ran 95 tests in 3.485s 2022-11-23T02:36:39.7548639Z 2022-11-23T02:36:39.7548740Z OK 2022-11-23T02:36:39.7548931Z 2022-11-23T02:36:39.7549117Z Generating XML reports... 2022-11-23T02:36:39.7549984Z Generated XML report: test-reports\python-unittest\test_dlpack\TEST-TestTorchDlPackCUDA-20221123023635.xml 2022-11-23T02:36:39.7550541Z 2022-11-23T02:36:39.7551217Z ##[endgroup] 2022-11-23T02:36:39.7551953Z FINISHED PRINTING LOG FILE of test_dlpack (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_dlpack_ehbqhexw) 2022-11-23T02:36:39.7552499Z 2022-11-23T02:36:43.2598324Z Running test_function_schema ... [2022-11-23 02:36:43.250009] 2022-11-23T02:36:43.2606021Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_function_schema.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:36:43.260182] 2022-11-23T02:36:43.2608400Z Ignoring disabled issues: [] 2022-11-23T02:36:44.1821594Z Running test_fx_passes ... [2022-11-23 02:36:44.181630] 2022-11-23T02:36:44.1832379Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_fx_passes.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:36:44.182964] 2022-11-23T02:36:44.1834839Z Ignoring disabled issues: [] 2022-11-23T02:36:50.5671144Z 2022-11-23T02:36:50.5671904Z Expand the folded group to see the log file of test_function_schema 2022-11-23T02:36:50.5673506Z ##[group]PRINTING LOG FILE of test_function_schema (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_function_schema_sfgh9h_e) 2022-11-23T02:36:50.5674235Z 2022-11-23T02:36:50.5674399Z Running tests... 2022-11-23T02:36:50.5675297Z ---------------------------------------------------------------------- 2022-11-23T02:36:50.5676407Z Test results will be stored in test-reports\python-unittest\test_function_schema 2022-11-23T02:36:50.5677344Z test_backward_compatible_arguments (__main__.TestFunctionSchema) ... ok (2.629s) 2022-11-23T02:36:50.5678198Z test_backward_compatible_outputs (__main__.TestFunctionSchema) ... ok (0.002s) 2022-11-23T02:36:50.5679010Z test_backward_compatible_structure (__main__.TestFunctionSchema) ... ok (0.002s) 2022-11-23T02:36:50.5680223Z test_backward_compatible_with_smart_serialization (__main__.TestFunctionSchema) ... ok (0.002s) 2022-11-23T02:36:50.5681175Z test_forward_compatible_arguments_real_use_case (__main__.TestFunctionSchema) ... ok (0.002s) 2022-11-23T02:36:50.5682027Z test_forward_compatible_arguments_with_out (__main__.TestFunctionSchema) ... ok (0.002s) 2022-11-23T02:36:50.5682936Z test_forward_compatible_arguments_without_out (__main__.TestFunctionSchema) ... ok (0.003s) 2022-11-23T02:36:50.5683761Z test_out_schema (__main__.TestFunctionSchema) ... ok (0.002s) 2022-11-23T02:36:50.5684502Z test_schema_error (__main__.TestFunctionSchema) ... ok (0.002s) 2022-11-23T02:36:50.5687042Z test_serialize_and_deserialize (__main__.TestFunctionSchema) ... ok (0.589s) 2022-11-23T02:36:50.5688053Z test_string_optional_parameter_default_value (__main__.TestFunctionSchema) ... ok (0.001s) 2022-11-23T02:36:50.5689009Z test_tensor_list_alias_annotation_properly_parsed (__main__.TestFunctionSchema) ... ok (0.001s) 2022-11-23T02:36:50.5689994Z test_tensor_option_arguments_properly_parsed (__main__.TestFunctionSchema) ... ok (0.002s) 2022-11-23T02:36:50.5690486Z 2022-11-23T02:36:50.5690859Z ---------------------------------------------------------------------- 2022-11-23T02:36:50.5691484Z Ran 13 tests in 3.250s 2022-11-23T02:36:50.5691936Z 2022-11-23T02:36:50.5692086Z OK 2022-11-23T02:36:50.5692456Z 2022-11-23T02:36:50.5692754Z Generating XML reports... 2022-11-23T02:36:50.5693683Z Generated XML report: test-reports\python-unittest\test_function_schema\TEST-TestFunctionSchema-20221123023646.xml 2022-11-23T02:36:50.5694328Z 2022-11-23T02:36:50.5694897Z ##[endgroup] 2022-11-23T02:36:50.5695818Z FINISHED PRINTING LOG FILE of test_function_schema (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_function_schema_sfgh9h_e) 2022-11-23T02:36:50.5696514Z 2022-11-23T02:36:51.4264368Z 2022-11-23T02:36:51.4265351Z Expand the folded group to see the log file of test_fx_passes 2022-11-23T02:36:51.4267032Z ##[group]PRINTING LOG FILE of test_fx_passes (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_fx_passes_chalop1c) 2022-11-23T02:36:51.4267781Z 2022-11-23T02:36:51.4267972Z Running tests... 2022-11-23T02:36:51.4268744Z ---------------------------------------------------------------------- 2022-11-23T02:36:51.4269673Z Test results will be stored in test-reports\python-unittest\test_fx_passes 2022-11-23T02:36:51.4270572Z test_fuser_util_partition_[['add', 'add_1', 'add_2']] (__main__.TestFXGraphPasses) ... ok (2.612s) 2022-11-23T02:36:51.4271489Z test_fuser_util_partition_[['add', 'add_1'], ['add_5', 'add_6']] (__main__.TestFXGraphPasses) ... ok (0.013s) 2022-11-23T02:36:51.4272570Z test_fuser_util_partition_[['add', 'linear', 'add_1', 'param', 'add_2', 'add_3', 'add_4', 'linear2', 'add_5', 'add_6', 'relu']] (__main__.TestFXGraphPasses) ... ok (0.009s) 2022-11-23T02:36:51.4273579Z test_fuser_util_partition_[['add_2', 'add_3']] (__main__.TestFXGraphPasses) ... ok (0.010s) 2022-11-23T02:36:51.4274804Z test_fuser_util_partition_[['add_3', 'add_4']] (__main__.TestFXGraphPasses) ... ok (0.009s) 2022-11-23T02:36:51.4275802Z test_fuser_util_partition_[['add_4', 'add_1', 'add_3', 'add_2']] (__main__.TestFXGraphPasses) ... ok (0.009s) 2022-11-23T02:36:51.4276873Z test_fuser_util_partition_[['add_5', 'add_6'], ['add_1', 'add_2', 'add_3', 'add_4']] (__main__.TestFXGraphPasses) ... ok (0.009s) 2022-11-23T02:36:51.4277816Z test_fuser_util_partition_[['add_5', 'linear2']] (__main__.TestFXGraphPasses) ... ok (0.005s) 2022-11-23T02:36:51.4278680Z test_fuser_util_partition_[['add_6', 'add_5']] (__main__.TestFXGraphPasses) ... ok (0.016s) 2022-11-23T02:36:51.4279551Z test_fuser_util_partition_[['add_6', 'relu']] (__main__.TestFXGraphPasses) ... ok (0.009s) 2022-11-23T02:36:51.4280443Z test_fuser_util_partition_[['param', 'add_1', 'linear']] (__main__.TestFXGraphPasses) ... ok (0.010s) 2022-11-23T02:36:51.4281331Z test_fuser_util_partition_[['param', 'add_2']] (__main__.TestFXGraphPasses) ... ok (0.009s) 2022-11-23T02:36:51.4282337Z test_fuser_util_xfail_partition_[['add', 'add_1', 'add_3']] (__main__.TestFXGraphPasses) ... ok (0.003s) 2022-11-23T02:36:51.4283427Z test_fuser_util_xfail_partition_[['add', 'add_1'], ['add_1', 'add_5', 'add_6']] (__main__.TestFXGraphPasses) ... ok (0.006s) 2022-11-23T02:36:51.4284370Z test_fuser_util_xfail_partition_[['add_4', 'add_5']] (__main__.TestFXGraphPasses) ... ok (0.000s) 2022-11-23T02:36:51.4285287Z test_fuser_util_xfail_partition_[['relu', 'add_5']] (__main__.TestFXGraphPasses) ... ok (0.013s) 2022-11-23T02:36:51.4286812Z test_partitioner_fn__expected_partition_[['add_7', 'add_6'], ['add_5', 'add_4', 'add_3'], ['add_2', 'add_1', 'add']]_bookend_non_compute_pass_False (__main__.TestFXGraphPasses) ... ok (0.013s) 2022-11-23T02:36:51.4288522Z test_partitioner_fn__expected_partition_[['add_3', 'add_2', 'add', 'add_1']]_bookend_non_compute_pass_False (__main__.TestFXGraphPasses) ... ok (0.021s) 2022-11-23T02:36:51.4290169Z test_partitioner_fn__expected_partition_[['add_1'], ['add']]_bookend_non_compute_pass_False (__main__.TestFXGraphPasses) ... ok (0.010s) 2022-11-23T02:36:51.4291675Z test_partitioner_fn__expected_partition_[['add_2'], ['add_3', 'add_4', 'add_1'], ['add']]_bookend_non_compute_pass_False (__main__.TestFXGraphPasses) ... ok (0.013s) 2022-11-23T02:36:51.4293219Z test_partitioner_fn__expected_partition_[['add_2', 'add_1', 'add']]_bookend_non_compute_pass_False (__main__.TestFXGraphPasses) ... ok (0.010s) 2022-11-23T02:36:51.4294796Z test_partitioner_fn__expected_partition_[['add', 'std_mean', 'getitem', 'getitem_1']]_bookend_non_compute_pass_False (__main__.TestFXGraphPasses) ... ok (0.010s) 2022-11-23T02:36:51.4296685Z test_partitioner_fn__expected_partition_[['add_1', 'add', 'permute_1', 'view', 'permute_2', 'permute_3', 'permute']]_bookend_non_compute_pass_False (__main__.TestFXGraphPasses) ... ok (0.010s) 2022-11-23T02:36:51.4298326Z test_partitioner_fn__expected_partition_[['permute_1', 'add_1', 'add']]_bookend_non_compute_pass_True (__main__.TestFXGraphPasses) ... ok (0.007s) 2022-11-23T02:36:51.4299953Z test_partitioner_fn__expected_partition_[['add_1', 'add', 'permute_1', 'view', 'permute_2', 'permute_3', 'permute']]_bookend_non_compute_pass_False (__main__.TestFXGraphPasses) ... ok (0.006s) 2022-11-23T02:36:51.4301560Z test_partitioner_fn__expected_partition_[['permute_1', 'add_1', 'add']]_bookend_non_compute_pass_True (__main__.TestFXGraphPasses) ... ok (0.018s) 2022-11-23T02:36:51.4303450Z test_partitioner_fn__expected_partition_[['add_3', 'add_2'], ['add_1', 'add']]_bookend_non_compute_pass_False (__main__.TestFXGraphPasses) ... ok (0.010s) 2022-11-23T02:36:51.4304939Z test_partitioner_fn__expected_partition_[['add_2', 'add_1', 'add']]_bookend_non_compute_pass_False (__main__.TestFXGraphPasses) ... ok (0.009s) 2022-11-23T02:36:51.4306414Z test_partitioner_fn__expected_partition_[['add_2', 'add_1', 'add']]_bookend_non_compute_pass_False (__main__.TestFXGraphPasses) ... ok (0.011s) 2022-11-23T02:36:51.4307895Z test_partitioner_fn__expected_partition_[['add_1', 'add']]_bookend_non_compute_pass_False (__main__.TestFXGraphPasses) ... ok (0.006s) 2022-11-23T02:36:51.4309406Z test_partitioner_fn__expected_partition_[['add']]_bookend_non_compute_pass_False (__main__.TestFXGraphPasses) ... ok (0.006s) 2022-11-23T02:36:51.4311024Z test_partitioner_fn__expected_partition_[['add_3', 'add_2', 'add', 'add_1']]_bookend_non_compute_pass_False (__main__.TestFXGraphPasses) ... ok (0.022s) 2022-11-23T02:36:51.4312690Z test_partitioner_fn__expected_partition_[['add_3', 'add_2', 'add', 'add_1']]_bookend_non_compute_pass_False (__main__.TestFXGraphPasses) ... ok (0.013s) 2022-11-23T02:36:51.4314214Z test_partitioner_fn__expected_partition_[['add_3', 'add_2', 'add_1', 'add']]_bookend_non_compute_pass_False (__main__.TestFXGraphPasses) ... ok (0.013s) 2022-11-23T02:36:51.4315647Z test_subgraph_matcher_test_model_ (__main__.TestFXMatcherUtils) ... ok (0.008s) 2022-11-23T02:36:51.4316916Z test_subgraph_matcher_test_model_ (__main__.TestFXMatcherUtils) ... ok (0.004s) 2022-11-23T02:36:51.4318109Z test_subgraph_matcher_test_model_ (__main__.TestFXMatcherUtils) ... ok (0.009s) 2022-11-23T02:36:51.4319320Z test_subgraph_matcher_test_model_ (__main__.TestFXMatcherUtils) ... ok (0.000s) 2022-11-23T02:36:51.4320528Z test_subgraph_matcher_test_model_ (__main__.TestFXMatcherUtils) ... ok (0.013s) 2022-11-23T02:36:51.4321810Z test_subgraph_matcher_test_model_ (__main__.TestFXMatcherUtils) ... ok (0.008s) 2022-11-23T02:36:51.4323408Z test_subgraph_matcher_test_model_ (__main__.TestFXMatcherUtils) ... ok (0.008s) 2022-11-23T02:36:51.4324665Z test_subgraph_matcher_test_model_ (__main__.TestFXMatcherUtils) ... ok (0.007s) 2022-11-23T02:36:51.4325865Z test_subgraph_matcher_test_model_ (__main__.TestFXMatcherUtils) ... ok (0.007s) 2022-11-23T02:36:51.4326993Z test_subgraph_matcher_test_model_ (__main__.TestFXMatcherUtils) ... ok (0.006s) 2022-11-23T02:36:51.4328069Z test_subgraph_matcher_test_model_ (__main__.TestFXMatcherUtils) ... ok (0.010s) 2022-11-23T02:36:51.4329282Z test_subgraph_matcher_test_model_ (__main__.TestFXMatcherUtils) ... ok (0.010s) 2022-11-23T02:36:51.4330531Z test_subgraph_matcher_test_model_ (__main__.TestFXMatcherUtils) ... ok (0.007s) 2022-11-23T02:36:51.4331828Z test_subgraph_matcher_test_model_ (__main__.TestFXMatcherUtils) ... ok (0.007s) 2022-11-23T02:36:51.4332894Z test_subgraph_matcher_test_model_ (__main__.TestFXMatcherUtils) ... ok (0.009s) 2022-11-23T02:36:51.4333896Z test_subgraph_matcher_test_model_ (__main__.TestFXMatcherUtils) ... ok (0.006s) 2022-11-23T02:36:51.4334427Z 2022-11-23T02:36:51.4334800Z ---------------------------------------------------------------------- 2022-11-23T02:36:51.4335500Z Ran 50 tests in 3.078s 2022-11-23T02:36:51.4335794Z 2022-11-23T02:36:51.4335949Z OK 2022-11-23T02:36:51.4336188Z 2022-11-23T02:36:51.4336470Z Generating XML reports... 2022-11-23T02:36:51.4337420Z Generated XML report: test-reports\python-unittest\test_fx_passes\TEST-TestFXGraphPasses-20221123023647.xml 2022-11-23T02:36:51.4338599Z Generated XML report: test-reports\python-unittest\test_fx_passes\TEST-TestFXMatcherUtils-20221123023647.xml 2022-11-23T02:36:51.4339215Z 2022-11-23T02:36:51.4339773Z ##[endgroup] 2022-11-23T02:36:51.4340660Z FINISHED PRINTING LOG FILE of test_fx_passes (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_fx_passes_chalop1c) 2022-11-23T02:36:51.4341319Z 2022-11-23T02:36:55.2649719Z Running test_tensorexpr_pybind ... [2022-11-23 02:36:55.264222] 2022-11-23T02:36:55.2657281Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_tensorexpr_pybind.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:36:55.265453] 2022-11-23T02:36:55.2660275Z Ignoring disabled issues: [] 2022-11-23T02:36:55.9244203Z Running nn/test_module_hooks ... [2022-11-23 02:36:55.924098] 2022-11-23T02:36:55.9251846Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'nn/test_module_hooks.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:36:55.924790] 2022-11-23T02:36:55.9254706Z Ignoring disabled issues: [] 2022-11-23T02:37:02.1375090Z 2022-11-23T02:37:02.1376016Z Expand the folded group to see the log file of test_tensorexpr_pybind 2022-11-23T02:37:02.1377646Z ##[group]PRINTING LOG FILE of test_tensorexpr_pybind (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_tensorexpr_pybind_x851b0ih) 2022-11-23T02:37:02.1378253Z 2022-11-23T02:37:02.1378405Z Running tests... 2022-11-23T02:37:02.1378923Z ---------------------------------------------------------------------- 2022-11-23T02:37:02.1381868Z Test results will be stored in test-reports\python-unittest\test_tensorexpr_pybind 2022-11-23T02:37:02.1382602Z test_unary_ops (__main__.TestExprHandlePyBind) ... ok (2.580s) 2022-11-23T02:37:02.1383343Z test_alloc_in_loop (__main__.TestTensorExprPyBind) ... skip: LLVM backend not enabled (0.000s) 2022-11-23T02:37:02.1384055Z test_call_raw (__main__.TestTensorExprPyBind) ... ok (0.003s) 2022-11-23T02:37:02.1384691Z test_dtype_error (__main__.TestTensorExprPyBind) ... ok (0.000s) 2022-11-23T02:37:02.1385347Z test_dynamic_shape (__main__.TestTensorExprPyBind) ... ok (0.007s) 2022-11-23T02:37:02.1386015Z test_dynamic_shape_2d (__main__.TestTensorExprPyBind) ... ok (0.006s) 2022-11-23T02:37:02.1388790Z test_external_calls (__main__.TestTensorExprPyBind) ... ok (0.003s) 2022-11-23T02:37:02.1389541Z test_kernel_shape_prop (__main__.TestTensorExprPyBind) ... skip: LLVM backend not enabled (0.002s) 2022-11-23T02:37:02.1390396Z test_kernel_shape_prop_module (__main__.TestTensorExprPyBind) ... skip: LLVM backend not enabled (0.003s) 2022-11-23T02:37:02.1391254Z test_kernel_with_custom_lowering (__main__.TestTensorExprPyBind) ... skip: LLVM backend not enabled (0.002s) 2022-11-23T02:37:02.1392096Z test_kernel_with_expand (__main__.TestTensorExprPyBind) ... skip: LLVM backend not enabled (0.001s) 2022-11-23T02:37:02.1394942Z test_kernel_with_permute (__main__.TestTensorExprPyBind) ... skip: LLVM backend not enabled (0.002s) 2022-11-23T02:37:02.1395845Z test_kernel_with_scalar_inputs (__main__.TestTensorExprPyBind) ... skip: LLVM backend not enabled (0.001s) 2022-11-23T02:37:02.1397045Z test_kernel_with_t (__main__.TestTensorExprPyBind) ... skip: LLVM backend not enabled (0.001s) 2022-11-23T02:37:02.1397875Z test_kernel_with_tensor_inputs (__main__.TestTensorExprPyBind) ... skip: LLVM backend not enabled (0.001s) 2022-11-23T02:37:02.1398725Z test_kernel_with_transpose (__main__.TestTensorExprPyBind) ... skip: LLVM backend not enabled (0.001s) 2022-11-23T02:37:02.1399451Z test_simple_sum (__main__.TestTensorExprPyBind) ... ok (0.003s) 2022-11-23T02:37:02.1401898Z 2022-11-23T02:37:02.1402228Z ---------------------------------------------------------------------- 2022-11-23T02:37:02.1402737Z Ran 17 tests in 2.625s 2022-11-23T02:37:02.1402986Z 2022-11-23T02:37:02.1403139Z OK (skipped=10) 2022-11-23T02:37:02.1403369Z 2022-11-23T02:37:02.1403554Z Generating XML reports... 2022-11-23T02:37:02.1404363Z Generated XML report: test-reports\python-unittest\test_tensorexpr_pybind\TEST-TestExprHandlePyBind-20221123023658.xml 2022-11-23T02:37:02.1405483Z Generated XML report: test-reports\python-unittest\test_tensorexpr_pybind\TEST-TestTensorExprPyBind-20221123023658.xml 2022-11-23T02:37:02.1406059Z 2022-11-23T02:37:02.1408621Z ##[endgroup] 2022-11-23T02:37:02.1409413Z FINISHED PRINTING LOG FILE of test_tensorexpr_pybind (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_tensorexpr_pybind_x851b0ih) 2022-11-23T02:37:02.1410015Z 2022-11-23T02:37:02.9389709Z 2022-11-23T02:37:02.9390697Z Expand the folded group to see the log file of nn/test_module_hooks 2022-11-23T02:37:02.9392595Z ##[group]PRINTING LOG FILE of nn/test_module_hooks (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\nn-test_module_hooks_tzj30vou) 2022-11-23T02:37:02.9393326Z 2022-11-23T02:37:02.9393514Z Running tests... 2022-11-23T02:37:02.9394253Z ---------------------------------------------------------------------- 2022-11-23T02:37:02.9394988Z Test results will be stored in test-reports\python-unittest\nn.test_module_hooks 2022-11-23T02:37:02.9395980Z test_forward_hooks (__main__.TestModuleHooks) ... ok (2.694s) 2022-11-23T02:37:02.9396611Z test_forward_pre_hooks (__main__.TestModuleHooks) ... ok (0.007s) 2022-11-23T02:37:02.9397238Z test_full_backward_hooks (__main__.TestModuleHooks) ... ok (0.006s) 2022-11-23T02:37:02.9397902Z test_full_backward_pre_hooks (__main__.TestModuleHooks) ... ok (0.010s) 2022-11-23T02:37:02.9398548Z test_mixed_hooks (__main__.TestModuleHooks) ... ok (0.010s) 2022-11-23T02:37:02.9398892Z 2022-11-23T02:37:02.9399212Z ---------------------------------------------------------------------- 2022-11-23T02:37:02.9399811Z Ran 5 tests in 2.719s 2022-11-23T02:37:02.9400093Z 2022-11-23T02:37:02.9400236Z OK 2022-11-23T02:37:02.9400459Z 2022-11-23T02:37:02.9400648Z Generating XML reports... 2022-11-23T02:37:02.9401623Z Generated XML report: test-reports\python-unittest\nn.test_module_hooks\TEST-TestModuleHooks-20221123023659.xml 2022-11-23T02:37:02.9402420Z 2022-11-23T02:37:02.9402973Z ##[endgroup] 2022-11-23T02:37:02.9403835Z FINISHED PRINTING LOG FILE of nn/test_module_hooks (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\nn-test_module_hooks_tzj30vou) 2022-11-23T02:37:02.9404487Z 2022-11-23T02:37:06.8888149Z Running test_pytree ... [2022-11-23 02:37:06.883010] 2022-11-23T02:37:06.8895186Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_pytree.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:37:06.888727] 2022-11-23T02:37:06.8897637Z Ignoring disabled issues: [] 2022-11-23T02:37:07.4397103Z Running test_monitor ... [2022-11-23 02:37:07.439432] 2022-11-23T02:37:07.4404490Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_monitor.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:37:07.440159] 2022-11-23T02:37:07.4406946Z Ignoring disabled issues: [] 2022-11-23T02:37:13.7754069Z 2022-11-23T02:37:13.7755045Z Expand the folded group to see the log file of test_pytree 2022-11-23T02:37:13.7756784Z ##[group]PRINTING LOG FILE of test_pytree (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_pytree_ekv31jci) 2022-11-23T02:37:13.7757366Z 2022-11-23T02:37:13.7757528Z Running tests... 2022-11-23T02:37:13.7758211Z ---------------------------------------------------------------------- 2022-11-23T02:37:13.7759000Z Test results will be stored in test-reports\python-unittest\test_pytree 2022-11-23T02:37:13.7759774Z test_broadcast_to_and_flatten (__main__.TestPytree) ... ok (2.648s) 2022-11-23T02:37:13.7760389Z test_flatten_unflatten_dict (__main__.TestPytree) ... ok (0.006s) 2022-11-23T02:37:13.7761027Z test_flatten_unflatten_leaf (__main__.TestPytree) ... ok (0.004s) 2022-11-23T02:37:13.7761658Z test_flatten_unflatten_list (__main__.TestPytree) ... ok (0.004s) 2022-11-23T02:37:13.7762301Z test_flatten_unflatten_namedtuple (__main__.TestPytree) ... ok (0.003s) 2022-11-23T02:37:13.7762958Z test_flatten_unflatten_nested (__main__.TestPytree) ... ok (0.000s) 2022-11-23T02:37:13.7763599Z test_flatten_unflatten_odict (__main__.TestPytree) ... ok (0.000s) 2022-11-23T02:37:13.7764243Z test_flatten_unflatten_return_type_max (__main__.TestPytree) ... ok (0.006s) 2022-11-23T02:37:13.7764998Z test_flatten_unflatten_return_type_min (__main__.TestPytree) ... ok (0.000s) 2022-11-23T02:37:13.7765725Z test_flatten_unflatten_tuple (__main__.TestPytree) ... ok (0.000s) 2022-11-23T02:37:13.7766398Z test_tree_all_any (__main__.TestPytree) ... ok (0.010s) 2022-11-23T02:37:13.7766956Z test_tree_only (__main__.TestPytree) ... ok (0.000s) 2022-11-23T02:37:13.7767701Z test_treemap (__main__.TestPytree) ... ok (0.000s) 2022-11-23T02:37:13.7768288Z test_treespec_equality (__main__.TestPytree) ... ok (0.000s) 2022-11-23T02:37:13.7768873Z test_treespec_repr (__main__.TestPytree) ... ok (0.000s) 2022-11-23T02:37:13.7769202Z 2022-11-23T02:37:13.7769511Z ---------------------------------------------------------------------- 2022-11-23T02:37:13.7770027Z Ran 15 tests in 2.687s 2022-11-23T02:37:13.7770271Z 2022-11-23T02:37:13.7770391Z OK 2022-11-23T02:37:13.7770580Z 2022-11-23T02:37:13.7770764Z Generating XML reports... 2022-11-23T02:37:13.7771537Z Generated XML report: test-reports\python-unittest\test_pytree\TEST-TestPytree-20221123023710.xml 2022-11-23T02:37:13.7772041Z 2022-11-23T02:37:13.7772584Z ##[endgroup] 2022-11-23T02:37:13.7773363Z FINISHED PRINTING LOG FILE of test_pytree (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_pytree_ekv31jci) 2022-11-23T02:37:13.7773906Z 2022-11-23T02:37:14.4713917Z 2022-11-23T02:37:14.4714700Z Expand the folded group to see the log file of test_monitor 2022-11-23T02:37:14.4716220Z ##[group]PRINTING LOG FILE of test_monitor (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_monitor_htg_de7i) 2022-11-23T02:37:14.4716800Z 2022-11-23T02:37:14.4716941Z Running tests... 2022-11-23T02:37:14.4717489Z ---------------------------------------------------------------------- 2022-11-23T02:37:14.4718201Z Test results will be stored in test-reports\python-unittest\test_monitor 2022-11-23T02:37:14.4718859Z test_event_handler (__main__.TestMonitor) ... ok (2.826s) 2022-11-23T02:37:14.4719451Z test_fixed_count_stat (__main__.TestMonitor) ... ok (0.004s) 2022-11-23T02:37:14.4720040Z test_interval_stat (__main__.TestMonitor) ... ok (0.004s) 2022-11-23T02:37:14.4720632Z test_log_event (__main__.TestMonitor) ... ok (0.003s) 2022-11-23T02:37:14.4721398Z test_event_handler (__main__.TestMonitorTensorboard) ... skip: Skip the test since TensorBoard is not installed (0.004s) 2022-11-23T02:37:14.4721894Z 2022-11-23T02:37:14.4722213Z ---------------------------------------------------------------------- 2022-11-23T02:37:14.4722731Z Ran 5 tests in 2.844s 2022-11-23T02:37:14.4722972Z 2022-11-23T02:37:14.4723121Z OK (skipped=1) 2022-11-23T02:37:14.4723347Z 2022-11-23T02:37:14.4723530Z Generating XML reports... 2022-11-23T02:37:14.4724232Z Generated XML report: test-reports\python-unittest\test_monitor\TEST-TestMonitor-20221123023710.xml 2022-11-23T02:37:14.4725592Z Generated XML report: test-reports\python-unittest\test_monitor\TEST-TestMonitorTensorboard-20221123023710.xml 2022-11-23T02:37:14.4726155Z 2022-11-23T02:37:14.4726616Z ##[endgroup] 2022-11-23T02:37:14.4727337Z FINISHED PRINTING LOG FILE of test_monitor (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_monitor_htg_de7i) 2022-11-23T02:37:14.4727875Z 2022-11-23T02:37:18.3903057Z Running test_per_overload_api ... [2022-11-23 02:37:18.389687] 2022-11-23T02:37:18.3914128Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_per_overload_api.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:37:18.391026] 2022-11-23T02:37:18.3918994Z Ignoring disabled issues: [] 2022-11-23T02:37:18.9994539Z Running test_itt ... [2022-11-23 02:37:18.998785] 2022-11-23T02:37:19.0002460Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_itt.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:37:18.998785] 2022-11-23T02:37:19.0005178Z Ignoring disabled issues: [] 2022-11-23T02:37:25.2787528Z 2022-11-23T02:37:25.2788770Z Expand the folded group to see the log file of test_per_overload_api 2022-11-23T02:37:25.2790516Z ##[group]PRINTING LOG FILE of test_per_overload_api (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_per_overload_api_468zygw4) 2022-11-23T02:37:25.2791163Z 2022-11-23T02:37:25.2791345Z Running tests... 2022-11-23T02:37:25.2791892Z ---------------------------------------------------------------------- 2022-11-23T02:37:25.2792985Z Test results will be stored in test-reports\python-unittest\test_per_overload_api 2022-11-23T02:37:25.2793832Z test_basics_opoverload (__main__.TestPerOverloadAPI) ... ok (2.682s) 2022-11-23T02:37:25.2794573Z test_basics_opoverloadpacket (__main__.TestPerOverloadAPI) ... ok (0.003s) 2022-11-23T02:37:25.2795271Z test_decompose (__main__.TestPerOverloadAPI) ... ok (0.003s) 2022-11-23T02:37:25.2795759Z 2022-11-23T02:37:25.2796090Z ---------------------------------------------------------------------- 2022-11-23T02:37:25.2796754Z Ran 3 tests in 2.687s 2022-11-23T02:37:25.2796983Z 2022-11-23T02:37:25.2797109Z OK 2022-11-23T02:37:25.2797308Z 2022-11-23T02:37:25.2797504Z Generating XML reports... 2022-11-23T02:37:25.2798329Z Generated XML report: test-reports\python-unittest\test_per_overload_api\TEST-TestPerOverloadAPI-20221123023721.xml 2022-11-23T02:37:25.2798906Z 2022-11-23T02:37:25.2799404Z ##[endgroup] 2022-11-23T02:37:25.2800185Z FINISHED PRINTING LOG FILE of test_per_overload_api (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_per_overload_api_468zygw4) 2022-11-23T02:37:25.2800807Z 2022-11-23T02:37:25.9400434Z 2022-11-23T02:37:25.9401433Z Expand the folded group to see the log file of test_itt 2022-11-23T02:37:25.9402915Z ##[group]PRINTING LOG FILE of test_itt (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_itt_lxcjbxyk) 2022-11-23T02:37:25.9403570Z 2022-11-23T02:37:25.9403776Z Running tests... 2022-11-23T02:37:25.9404530Z ---------------------------------------------------------------------- 2022-11-23T02:37:25.9405484Z Test results will be stored in test-reports\python-unittest\test_itt 2022-11-23T02:37:25.9406189Z test_itt (__main__.TestItt) ... ok (2.718s) 2022-11-23T02:37:25.9406524Z 2022-11-23T02:37:25.9406877Z ---------------------------------------------------------------------- 2022-11-23T02:37:25.9407463Z Ran 1 test in 2.719s 2022-11-23T02:37:25.9407754Z 2022-11-23T02:37:25.9407901Z OK 2022-11-23T02:37:25.9408120Z 2022-11-23T02:37:25.9408350Z Generating XML reports... 2022-11-23T02:37:25.9409118Z Generated XML report: test-reports\python-unittest\test_itt\TEST-TestItt-20221123023722.xml 2022-11-23T02:37:25.9409653Z 2022-11-23T02:37:25.9410194Z ##[endgroup] 2022-11-23T02:37:25.9411106Z FINISHED PRINTING LOG FILE of test_itt (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_itt_lxcjbxyk) 2022-11-23T02:37:25.9412176Z 2022-11-23T02:37:29.9595740Z Running test_public_bindings ... [2022-11-23 02:37:29.957681] 2022-11-23T02:37:29.9602628Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_public_bindings.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:37:29.957681] 2022-11-23T02:37:29.9605029Z Ignoring disabled issues: [] 2022-11-23T02:37:30.4825144Z Running test_numba_integration ... [2022-11-23 02:37:30.476117] 2022-11-23T02:37:30.4831993Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_numba_integration.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:37:30.476117] 2022-11-23T02:37:30.4834415Z Ignoring disabled issues: [] 2022-11-23T02:37:36.8171975Z 2022-11-23T02:37:36.8172834Z Expand the folded group to see the log file of test_public_bindings 2022-11-23T02:37:36.8173756Z ##[group]PRINTING LOG FILE of test_public_bindings (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_public_bindings_6k18psk8) 2022-11-23T02:37:36.8174312Z 2022-11-23T02:37:36.8174494Z Running tests... 2022-11-23T02:37:36.8174917Z ---------------------------------------------------------------------- 2022-11-23T02:37:36.8175357Z Test results will be stored in test-reports\python-unittest\test_public_bindings 2022-11-23T02:37:36.8175770Z test_correct_module_names (__main__.TestPublicBindings) 2022-11-23T02:37:36.8176268Z An API is considered public, if its `__module__` starts with `torch.` ... skip: Distributed Attribute Error (0.005s) 2022-11-23T02:37:36.8178899Z test_no_new_bindings (__main__.TestPublicBindings) 2022-11-23T02:37:36.8179524Z This test aims to stop the introduction of new JIT bindings into torch._C ... ok (2.669s) 2022-11-23T02:37:36.8179789Z 2022-11-23T02:37:36.8179982Z ---------------------------------------------------------------------- 2022-11-23T02:37:36.8180295Z Ran 2 tests in 2.672s 2022-11-23T02:37:36.8180440Z 2022-11-23T02:37:36.8180535Z OK (skipped=1) 2022-11-23T02:37:36.8180675Z 2022-11-23T02:37:36.8180785Z Generating XML reports... 2022-11-23T02:37:36.8181244Z Generated XML report: test-reports\python-unittest\test_public_bindings\TEST-TestPublicBindings-20221123023733.xml 2022-11-23T02:37:36.8181568Z 2022-11-23T02:37:36.8181852Z ##[endgroup] 2022-11-23T02:37:36.8182305Z FINISHED PRINTING LOG FILE of test_public_bindings (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_public_bindings_6k18psk8) 2022-11-23T02:37:36.8182645Z 2022-11-23T02:37:37.8289566Z 2022-11-23T02:37:37.8290359Z Expand the folded group to see the log file of test_numba_integration 2022-11-23T02:37:37.8292165Z ##[group]PRINTING LOG FILE of test_numba_integration (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_numba_integration_7_e13f4x) 2022-11-23T02:37:37.8292935Z 2022-11-23T02:37:37.8293121Z Running tests... 2022-11-23T02:37:37.8293725Z ---------------------------------------------------------------------- 2022-11-23T02:37:37.8294579Z Test results will be stored in test-reports\python-unittest\test_numba_integration 2022-11-23T02:37:37.8295349Z test_active_device (__main__.TestNumbaIntegration) 2022-11-23T02:37:37.8296088Z 'as_cuda_array' tensor device must match active numba context. ... skip: No multigpu (0.002s) 2022-11-23T02:37:37.8296803Z test_array_adaptor (__main__.TestNumbaIntegration) 2022-11-23T02:37:37.8297495Z Torch __cuda_array_adaptor__ exposes tensor data to numba.cuda. ... ok (2.434s) 2022-11-23T02:37:37.8298315Z test_conversion_errors (__main__.TestNumbaIntegration) 2022-11-23T02:37:37.8299164Z Numba properly detects array interface for tensor.Tensor variants. ... ok (0.005s) 2022-11-23T02:37:37.8300010Z test_cuda_array_interface (__main__.TestNumbaIntegration) 2022-11-23T02:37:37.8300699Z torch.Tensor exposes __cuda_array_interface__ for cuda tensors. ... ok (0.010s) 2022-11-23T02:37:37.8301437Z test_from_cuda_array_interface (__main__.TestNumbaIntegration) 2022-11-23T02:37:37.8302529Z 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.004s) 2022-11-23T02:37:37.8303956Z test_from_cuda_array_interface_active_device (__main__.TestNumbaIntegration) 2022-11-23T02:37:37.8305128Z torch.as_tensor() tensor device must match active numba context. ... skip: Test is temporary disabled, see https://github.com/pytorch/pytorch/issues/54418 (0.002s) 2022-11-23T02:37:37.8306274Z test_from_cuda_array_interface_inferred_strides (__main__.TestNumbaIntegration) 2022-11-23T02:37:37.8307220Z torch.as_tensor(numba_ary) should have correct inferred (contiguous) strides ... ok (0.004s) 2022-11-23T02:37:37.8308042Z test_from_cuda_array_interface_lifetime (__main__.TestNumbaIntegration) 2022-11-23T02:37:37.8309208Z 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.003s) 2022-11-23T02:37:37.8309990Z 2022-11-23T02:37:37.8310359Z ---------------------------------------------------------------------- 2022-11-23T02:37:37.8310972Z Ran 8 tests in 2.453s 2022-11-23T02:37:37.8311233Z 2022-11-23T02:37:37.8311400Z OK (skipped=4) 2022-11-23T02:37:37.8311655Z 2022-11-23T02:37:37.8311954Z Generating XML reports... 2022-11-23T02:37:37.8312879Z Generated XML report: test-reports\python-unittest\test_numba_integration\TEST-TestNumbaIntegration-20221123023734.xml 2022-11-23T02:37:37.8313635Z 2022-11-23T02:37:37.8314152Z ##[endgroup] 2022-11-23T02:37:37.8315281Z FINISHED PRINTING LOG FILE of test_numba_integration (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_numba_integration_7_e13f4x) 2022-11-23T02:37:37.8315973Z 2022-11-23T02:37:41.3191754Z Running test_numpy_interop ... [2022-11-23 02:37:41.310588] 2022-11-23T02:37:41.3199235Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_numpy_interop.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:37:41.310588] 2022-11-23T02:37:41.3201774Z Ignoring disabled issues: [] 2022-11-23T02:37:42.3521749Z Running test_complex ... [2022-11-23 02:37:42.351818] 2022-11-23T02:37:42.3529984Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_complex.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:37:42.352613] 2022-11-23T02:37:42.3532658Z Ignoring disabled issues: [] 2022-11-23T02:37:48.1787598Z 2022-11-23T02:37:48.1788565Z Expand the folded group to see the log file of test_numpy_interop 2022-11-23T02:37:48.1790326Z ##[group]PRINTING LOG FILE of test_numpy_interop (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_numpy_interop_1mf3xgjy) 2022-11-23T02:37:48.1791187Z 2022-11-23T02:37:48.1791605Z Running tests... 2022-11-23T02:37:48.1792314Z ---------------------------------------------------------------------- 2022-11-23T02:37:48.1793245Z Test results will be stored in test-reports\python-unittest\test_numpy_interop 2022-11-23T02:37:48.1795224Z test_ctor_with_invalid_numpy_array_sequence_cuda (__main__.TestNumPyInteropCUDA) ... C:\actions-runner\_work\pytorch\pytorch\test\test_numpy_interop.py:265: UserWarning: Creating a tensor from a list of numpy.ndarrays is extremely slow. Please consider converting the list to a single numpy.ndarray with numpy.array() before converting to a tensor. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\torch\csrc\utils\tensor_new.cpp:253.) 2022-11-23T02:37:48.1797144Z torch.tensor([np.random.random(size=(3, 3)), np.random.random(size=(3, 0))], device=device) 2022-11-23T02:37:48.1797824Z ok (1.846s) 2022-11-23T02:37:48.1798631Z test_ctor_with_numpy_scalar_ctor_cuda (__main__.TestNumPyInteropCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T02:37:48.1799542Z test_from_list_of_ndarray_warning_cuda (__main__.TestNumPyInteropCUDA) ... ok (0.002s) 2022-11-23T02:37:48.1800506Z test_from_numpy_cuda (__main__.TestNumPyInteropCUDA) ... ok (0.014s) 2022-11-23T02:37:48.1802550Z test_has_storage_numpy_cuda (__main__.TestNumPyInteropCUDA) ... 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:37:48.1804095Z warnings.warn(message, UserWarning) 2022-11-23T02:37:48.1804614Z ok (0.005s) 2022-11-23T02:37:48.1805363Z test_multiplication_numpy_scalar_cuda (__main__.TestNumPyInteropCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T02:37:48.1806392Z test_numpy_array_interface_cuda (__main__.TestNumPyInteropCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T02:37:48.1807446Z test_numpy_index_cuda (__main__.TestNumPyInteropCUDA) ... skip: Only runs on cpu (0.003s) 2022-11-23T02:37:48.1808389Z test_numpy_non_writeable_cuda (__main__.TestNumPyInteropCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T02:37:48.1809402Z test_numpy_scalar_cmp_cuda_bfloat16 (__main__.TestNumPyInteropCUDA) ... ok (0.004s) 2022-11-23T02:37:48.1810311Z test_numpy_scalar_cmp_cuda_bool (__main__.TestNumPyInteropCUDA) ... ok (0.003s) 2022-11-23T02:37:48.1811284Z test_numpy_scalar_cmp_cuda_complex128 (__main__.TestNumPyInteropCUDA) ... ok (0.000s) 2022-11-23T02:37:48.1812702Z test_numpy_scalar_cmp_cuda_complex64 (__main__.TestNumPyInteropCUDA) ... C:\actions-runner\_work\pytorch\pytorch\test\test_numpy_interop.py:471: ComplexWarning: Casting complex values to real discards the imaginary part 2022-11-23T02:37:48.1813786Z self.assertFalse(t == a) 2022-11-23T02:37:48.1814232Z ok (0.010s) 2022-11-23T02:37:48.1815061Z test_numpy_scalar_cmp_cuda_float16 (__main__.TestNumPyInteropCUDA) ... ok (0.006s) 2022-11-23T02:37:48.1815932Z test_numpy_scalar_cmp_cuda_float32 (__main__.TestNumPyInteropCUDA) ... ok (0.005s) 2022-11-23T02:37:48.1816732Z test_numpy_scalar_cmp_cuda_float64 (__main__.TestNumPyInteropCUDA) ... ok (0.005s) 2022-11-23T02:37:48.1817664Z test_numpy_scalar_cmp_cuda_int16 (__main__.TestNumPyInteropCUDA) ... ok (0.005s) 2022-11-23T02:37:48.1818494Z test_numpy_scalar_cmp_cuda_int32 (__main__.TestNumPyInteropCUDA) ... ok (0.005s) 2022-11-23T02:37:48.1819504Z test_numpy_scalar_cmp_cuda_int64 (__main__.TestNumPyInteropCUDA) ... ok (0.005s) 2022-11-23T02:37:48.1820300Z test_numpy_scalar_cmp_cuda_int8 (__main__.TestNumPyInteropCUDA) ... ok (0.005s) 2022-11-23T02:37:48.1821106Z test_numpy_scalar_cmp_cuda_uint8 (__main__.TestNumPyInteropCUDA) ... ok (0.005s) 2022-11-23T02:37:48.1821948Z test_numpy_unresizable_cuda (__main__.TestNumPyInteropCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T02:37:48.1822849Z test_parse_numpy_int_cuda (__main__.TestNumPyInteropCUDA) ... skip: Only runs on cpu (0.003s) 2022-11-23T02:37:48.1823680Z test_to_numpy_bool_cuda (__main__.TestNumPyInteropCUDA) ... ok (0.003s) 2022-11-23T02:37:48.1824521Z test_to_numpy_cuda (__main__.TestNumPyInteropCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T02:37:48.1825521Z test_to_numpy_force_argument_cuda (__main__.TestNumPyInteropCUDA) ... ok (0.028s) 2022-11-23T02:37:48.1826096Z 2022-11-23T02:37:48.1826525Z ---------------------------------------------------------------------- 2022-11-23T02:37:48.1827195Z Ran 26 tests in 1.985s 2022-11-23T02:37:48.1827455Z 2022-11-23T02:37:48.1827632Z OK (skipped=8) 2022-11-23T02:37:48.1827895Z 2022-11-23T02:37:48.1828109Z Generating XML reports... 2022-11-23T02:37:48.1828994Z Generated XML report: test-reports\python-unittest\test_numpy_interop\TEST-TestNumPyInteropCUDA-20221123023745.xml 2022-11-23T02:37:48.1829645Z 2022-11-23T02:37:48.1830215Z ##[endgroup] 2022-11-23T02:37:48.1831061Z FINISHED PRINTING LOG FILE of test_numpy_interop (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_numpy_interop_1mf3xgjy) 2022-11-23T02:37:49.2258399Z 2022-11-23T02:37:49.2258450Z 2022-11-23T02:37:49.2259406Z Expand the folded group to see the log file of test_complex 2022-11-23T02:37:49.2260971Z ##[group]PRINTING LOG FILE of test_complex (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_complex_a9d81sbn) 2022-11-23T02:37:49.2261308Z 2022-11-23T02:37:49.2261406Z Running tests... 2022-11-23T02:37:49.2261740Z ---------------------------------------------------------------------- 2022-11-23T02:37:49.2262139Z Test results will be stored in test-reports\python-unittest\test_complex 2022-11-23T02:37:49.2262583Z test_dtype_inference_cuda_float32 (__main__.TestComplexTensorCUDA) ... ok (1.956s) 2022-11-23T02:37:49.2263030Z test_dtype_inference_cuda_float64 (__main__.TestComplexTensorCUDA) ... ok (0.003s) 2022-11-23T02:37:49.2263464Z test_to_list_cuda_complex128 (__main__.TestComplexTensorCUDA) ... ok (0.003s) 2022-11-23T02:37:49.2263878Z test_to_list_cuda_complex64 (__main__.TestComplexTensorCUDA) ... ok (0.003s) 2022-11-23T02:37:49.2264196Z 2022-11-23T02:37:49.2264492Z ---------------------------------------------------------------------- 2022-11-23T02:37:49.2265001Z Ran 4 tests in 1.969s 2022-11-23T02:37:49.2265257Z 2022-11-23T02:37:49.2265395Z OK 2022-11-23T02:37:49.2265632Z 2022-11-23T02:37:49.2265775Z Generating XML reports... 2022-11-23T02:37:49.2266243Z Generated XML report: test-reports\python-unittest\test_complex\TEST-TestComplexTensorCUDA-20221123023746.xml 2022-11-23T02:37:49.2266568Z 2022-11-23T02:37:49.2267114Z ##[endgroup] 2022-11-23T02:37:49.2267565Z FINISHED PRINTING LOG FILE of test_complex (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_complex_a9d81sbn) 2022-11-23T02:37:49.2267877Z 2022-11-23T02:37:52.7188659Z Running lazy/test_ts_opinfo ... [2022-11-23 02:37:52.718251] 2022-11-23T02:37:52.7197224Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'lazy/test_ts_opinfo.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:37:52.719439] 2022-11-23T02:37:52.7199847Z Ignoring disabled issues: [] 2022-11-23T02:37:53.7531623Z Running test_jit_llga_fuser ... [2022-11-23 02:37:53.750663] 2022-11-23T02:37:53.7538893Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_jit_llga_fuser.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:37:53.750663] 2022-11-23T02:37:53.7541433Z Ignoring disabled issues: [] 2022-11-23T02:37:58.7204589Z 2022-11-23T02:37:58.7205693Z Expand the folded group to see the log file of test_jit_llga_fuser 2022-11-23T02:37:58.7207263Z ##[group]PRINTING LOG FILE of test_jit_llga_fuser (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_jit_llga_fuser_k8p0xjum) 2022-11-23T02:37:58.7208751Z 2022-11-23T02:37:58.7209168Z Running tests... 2022-11-23T02:37:58.7210113Z ---------------------------------------------------------------------- 2022-11-23T02:37:58.7211071Z test_dynamo_aot_ts_onednn (__main__.TestDynamoAOT) ... Test results will be stored in test-reports\python-unittest\test_jit_llga_fuser 2022-11-23T02:37:58.7211568Z skip: MKL-DNN build is disabled (0.002s) 2022-11-23T02:37:58.7212283Z test_context_manager (__main__.TestEnableDisableLlgaFuser) ... skip: MKL-DNN build is disabled (0.002s) 2022-11-23T02:37:58.7212859Z test_bn2d_eltwise_cuda_bfloat16 (__main__.TestFusionPatternCUDA) ... skip: This test fails for BF16 on machines without AVX512. (0.002s) 2022-11-23T02:37:58.7213425Z test_bn2d_eltwise_cuda_float32 (__main__.TestFusionPatternCUDA) ... skip: This test fails for BF16 on machines without AVX512. (0.003s) 2022-11-23T02:37:58.7213964Z test_conv2d_bn_cuda_bfloat16 (__main__.TestFusionPatternCUDA) ... skip: This test fails for BF16 on machines without AVX512. (0.002s) 2022-11-23T02:37:58.7214521Z test_conv2d_bn_cuda_float32 (__main__.TestFusionPatternCUDA) ... skip: This test fails for BF16 on machines without AVX512. (0.000s) 2022-11-23T02:37:58.7215133Z test_conv2d_bn_relu_cuda_bfloat16 (__main__.TestFusionPatternCUDA) ... skip: This test fails for BF16 on machines without AVX512. (0.003s) 2022-11-23T02:37:58.7215698Z test_conv2d_bn_relu_cuda_float32 (__main__.TestFusionPatternCUDA) ... skip: This test fails for BF16 on machines without AVX512. (0.000s) 2022-11-23T02:37:58.7217952Z test_conv2d_clamp_cuda_bfloat16 (__main__.TestFusionPatternCUDA) ... skip: This test fails for BF16 on machines without AVX512. (0.000s) 2022-11-23T02:37:58.7218829Z test_conv2d_clamp_cuda_float32 (__main__.TestFusionPatternCUDA) ... skip: This test fails for BF16 on machines without AVX512. (0.000s) 2022-11-23T02:37:58.7219394Z test_conv2d_eltwise_cuda_bfloat16 (__main__.TestFusionPatternCUDA) ... skip: This test fails for BF16 on machines without AVX512. (0.000s) 2022-11-23T02:37:58.7219968Z test_conv2d_eltwise_cuda_float32 (__main__.TestFusionPatternCUDA) ... skip: This test fails for BF16 on machines without AVX512. (0.000s) 2022-11-23T02:37:58.7220522Z test_conv2d_silu_cuda_bfloat16 (__main__.TestFusionPatternCUDA) ... skip: This test fails for BF16 on machines without AVX512. (0.000s) 2022-11-23T02:37:58.7221069Z test_conv2d_silu_cuda_float32 (__main__.TestFusionPatternCUDA) ... skip: This test fails for BF16 on machines without AVX512. (0.010s) 2022-11-23T02:37:58.7221625Z test_conv2d_sum_cuda_bfloat16 (__main__.TestFusionPatternCUDA) ... skip: This test fails for BF16 on machines without AVX512. (0.000s) 2022-11-23T02:37:58.7222155Z test_conv2d_sum_cuda_float32 (__main__.TestFusionPatternCUDA) ... skip: This test fails for BF16 on machines without AVX512. (0.000s) 2022-11-23T02:37:58.7222736Z test_ensure_tensor_is_rewrapped_cuda_bfloat16 (__main__.TestFusionPatternCUDA) ... skip: This test fails for BF16 on machines without AVX512. (0.000s) 2022-11-23T02:37:58.7223648Z test_ensure_tensor_is_rewrapped_cuda_float32 (__main__.TestFusionPatternCUDA) ... skip: This test fails for BF16 on machines without AVX512. (0.010s) 2022-11-23T02:37:58.7224543Z test_linear_eltwise_cuda_bfloat16 (__main__.TestFusionPatternCUDA) ... skip: This test fails for BF16 on machines without AVX512. (0.000s) 2022-11-23T02:37:58.7225133Z test_linear_eltwise_cuda_float32 (__main__.TestFusionPatternCUDA) ... skip: This test fails for BF16 on machines without AVX512. (0.000s) 2022-11-23T02:37:58.7225724Z test_rewrap_tensor_input_to_pytorch_cuda_bfloat16 (__main__.TestFusionPatternCUDA) ... skip: This test fails for BF16 on machines without AVX512. (0.000s) 2022-11-23T02:37:58.7226328Z test_rewrap_tensor_input_to_pytorch_cuda_float32 (__main__.TestFusionPatternCUDA) ... skip: This test fails for BF16 on machines without AVX512. (0.000s) 2022-11-23T02:37:58.7226904Z test_wildcard_cuda_bfloat16 (__main__.TestFusionPatternCUDA) ... skip: This test fails for BF16 on machines without AVX512. (0.011s) 2022-11-23T02:37:58.7227460Z test_wildcard_cuda_float32 (__main__.TestFusionPatternCUDA) ... skip: This test fails for BF16 on machines without AVX512. (0.001s) 2022-11-23T02:37:58.7228018Z test_wildcard_unsupported_dtype_cuda_int32 (__main__.TestFusionPatternCUDA) ... skip: This test fails for BF16 on machines without AVX512. (0.001s) 2022-11-23T02:37:58.7228565Z test_vision_alexnet_bfloat16 (__main__.TestModel) ... skip: This test fails for BF16 on machines without AVX512. (0.001s) 2022-11-23T02:37:58.7229106Z test_vision_alexnet_float32 (__main__.TestModel) ... skip: This test fails for BF16 on machines without AVX512. (0.001s) 2022-11-23T02:37:58.7229613Z test_vision_densenet121_bfloat16 (__main__.TestModel) ... skip: This test fails for BF16 on machines without AVX512. (0.000s) 2022-11-23T02:37:58.7230289Z test_vision_densenet121_float32 (__main__.TestModel) ... skip: This test fails for BF16 on machines without AVX512. (0.000s) 2022-11-23T02:37:58.7231076Z test_vision_densenet161_bfloat16 (__main__.TestModel) ... skip: This test fails for BF16 on machines without AVX512. (0.001s) 2022-11-23T02:37:58.7231584Z test_vision_densenet161_float32 (__main__.TestModel) ... skip: This test fails for BF16 on machines without AVX512. (0.001s) 2022-11-23T02:37:58.7232084Z test_vision_densenet169_bfloat16 (__main__.TestModel) ... skip: This test fails for BF16 on machines without AVX512. (0.001s) 2022-11-23T02:37:58.7232691Z test_vision_densenet169_float32 (__main__.TestModel) ... skip: This test fails for BF16 on machines without AVX512. (0.001s) 2022-11-23T02:37:58.7233189Z test_vision_densenet201_bfloat16 (__main__.TestModel) ... skip: This test fails for BF16 on machines without AVX512. (0.001s) 2022-11-23T02:37:58.7233683Z test_vision_densenet201_float32 (__main__.TestModel) ... skip: This test fails for BF16 on machines without AVX512. (0.001s) 2022-11-23T02:37:58.7234197Z test_vision_efficientnet_b0_bfloat16 (__main__.TestModel) ... skip: This test fails for BF16 on machines without AVX512. (0.001s) 2022-11-23T02:37:58.7234721Z test_vision_efficientnet_b0_float32 (__main__.TestModel) ... skip: This test fails for BF16 on machines without AVX512. (0.001s) 2022-11-23T02:37:58.7235243Z test_vision_efficientnet_b1_bfloat16 (__main__.TestModel) ... skip: This test fails for BF16 on machines without AVX512. (0.001s) 2022-11-23T02:37:58.7235756Z test_vision_efficientnet_b1_float32 (__main__.TestModel) ... skip: This test fails for BF16 on machines without AVX512. (0.001s) 2022-11-23T02:37:58.7236441Z test_vision_efficientnet_b2_bfloat16 (__main__.TestModel) ... skip: This test fails for BF16 on machines without AVX512. (0.001s) 2022-11-23T02:37:58.7237212Z test_vision_efficientnet_b2_float32 (__main__.TestModel) ... skip: This test fails for BF16 on machines without AVX512. (0.001s) 2022-11-23T02:37:58.7237732Z test_vision_efficientnet_b3_bfloat16 (__main__.TestModel) ... skip: This test fails for BF16 on machines without AVX512. (0.001s) 2022-11-23T02:37:58.7238344Z test_vision_efficientnet_b3_float32 (__main__.TestModel) ... skip: This test fails for BF16 on machines without AVX512. (0.001s) 2022-11-23T02:37:58.7238881Z test_vision_efficientnet_b4_bfloat16 (__main__.TestModel) ... skip: This test fails for BF16 on machines without AVX512. (0.001s) 2022-11-23T02:37:58.7239393Z test_vision_efficientnet_b4_float32 (__main__.TestModel) ... skip: This test fails for BF16 on machines without AVX512. (0.001s) 2022-11-23T02:37:58.7239911Z test_vision_efficientnet_b5_bfloat16 (__main__.TestModel) ... skip: This test fails for BF16 on machines without AVX512. (0.001s) 2022-11-23T02:37:58.7240420Z test_vision_efficientnet_b5_float32 (__main__.TestModel) ... skip: This test fails for BF16 on machines without AVX512. (0.001s) 2022-11-23T02:37:58.7240930Z test_vision_efficientnet_b6_bfloat16 (__main__.TestModel) ... skip: This test fails for BF16 on machines without AVX512. (0.001s) 2022-11-23T02:37:58.7241437Z test_vision_efficientnet_b6_float32 (__main__.TestModel) ... skip: This test fails for BF16 on machines without AVX512. (0.001s) 2022-11-23T02:37:58.7241926Z test_vision_efficientnet_b7_bfloat16 (__main__.TestModel) ... skip: This test fails for BF16 on machines without AVX512. (0.001s) 2022-11-23T02:37:58.7242621Z test_vision_efficientnet_b7_float32 (__main__.TestModel) ... skip: This test fails for BF16 on machines without AVX512. (0.000s) 2022-11-23T02:37:58.7243414Z test_vision_googlenet_bfloat16 (__main__.TestModel) ... skip: This test fails for BF16 on machines without AVX512. (0.001s) 2022-11-23T02:37:58.7243923Z test_vision_googlenet_float32 (__main__.TestModel) ... skip: This test fails for BF16 on machines without AVX512. (0.001s) 2022-11-23T02:37:58.7244424Z test_vision_mnasnet1_0_bfloat16 (__main__.TestModel) ... skip: This test fails for BF16 on machines without AVX512. (0.001s) 2022-11-23T02:37:58.7244922Z test_vision_mnasnet1_0_float32 (__main__.TestModel) ... skip: This test fails for BF16 on machines without AVX512. (0.001s) 2022-11-23T02:37:58.7245429Z test_vision_mobilenet_v2_bfloat16 (__main__.TestModel) ... skip: This test fails for BF16 on machines without AVX512. (0.001s) 2022-11-23T02:37:58.7245933Z test_vision_mobilenet_v2_float32 (__main__.TestModel) ... skip: This test fails for BF16 on machines without AVX512. (0.001s) 2022-11-23T02:37:58.7246428Z test_vision_mobilenet_v3_large_bfloat16 (__main__.TestModel) ... skip: This test fails for BF16 on machines without AVX512. (0.001s) 2022-11-23T02:37:58.7247062Z test_vision_mobilenet_v3_large_float32 (__main__.TestModel) ... skip: This test fails for BF16 on machines without AVX512. (0.001s) 2022-11-23T02:37:58.7247576Z test_vision_regnet_y_400mf_bfloat16 (__main__.TestModel) ... skip: This test fails for BF16 on machines without AVX512. (0.001s) 2022-11-23T02:37:58.7248080Z test_vision_regnet_y_400mf_float32 (__main__.TestModel) ... skip: This test fails for BF16 on machines without AVX512. (0.001s) 2022-11-23T02:37:58.7248735Z test_vision_resnet50_bfloat16 (__main__.TestModel) ... skip: This test fails for BF16 on machines without AVX512. (0.001s) 2022-11-23T02:37:58.7249488Z test_vision_resnet50_float32 (__main__.TestModel) ... skip: This test fails for BF16 on machines without AVX512. (0.001s) 2022-11-23T02:37:58.7249997Z test_vision_resnext101_32x8d_bfloat16 (__main__.TestModel) ... skip: This test fails for BF16 on machines without AVX512. (0.001s) 2022-11-23T02:37:58.7250507Z test_vision_resnext101_32x8d_float32 (__main__.TestModel) ... skip: This test fails for BF16 on machines without AVX512. (0.001s) 2022-11-23T02:37:58.7251001Z test_vision_resnext50_32x4d_bfloat16 (__main__.TestModel) ... skip: This test fails for BF16 on machines without AVX512. (0.001s) 2022-11-23T02:37:58.7251506Z test_vision_resnext50_32x4d_float32 (__main__.TestModel) ... skip: This test fails for BF16 on machines without AVX512. (0.001s) 2022-11-23T02:37:58.7252017Z test_vision_shufflenet_v2_x1_0_bfloat16 (__main__.TestModel) ... skip: This test fails for BF16 on machines without AVX512. (0.001s) 2022-11-23T02:37:58.7252616Z test_vision_shufflenet_v2_x1_0_float32 (__main__.TestModel) ... skip: This test fails for BF16 on machines without AVX512. (0.001s) 2022-11-23T02:37:58.7253152Z test_vision_squeezenet1_0_bfloat16 (__main__.TestModel) ... skip: This test fails for BF16 on machines without AVX512. (0.001s) 2022-11-23T02:37:58.7253671Z test_vision_squeezenet1_0_float32 (__main__.TestModel) ... skip: This test fails for BF16 on machines without AVX512. (0.000s) 2022-11-23T02:37:58.7254171Z test_vision_vgg16_bfloat16 (__main__.TestModel) ... skip: This test fails for BF16 on machines without AVX512. (0.000s) 2022-11-23T02:37:58.7254814Z test_vision_vgg16_float32 (__main__.TestModel) ... skip: This test fails for BF16 on machines without AVX512. (0.000s) 2022-11-23T02:37:58.7255567Z test_vision_wide_resnet50_2_bfloat16 (__main__.TestModel) ... skip: This test fails for BF16 on machines without AVX512. (0.001s) 2022-11-23T02:37:58.7256076Z test_vision_wide_resnet50_2_float32 (__main__.TestModel) ... skip: This test fails for BF16 on machines without AVX512. (0.000s) 2022-11-23T02:37:58.7256575Z test_add_cuda_bfloat16 (__main__.TestOpCUDA) ... skip: This test fails for BF16 on machines without AVX512. (0.001s) 2022-11-23T02:37:58.7257057Z test_add_cuda_float32 (__main__.TestOpCUDA) ... skip: This test fails for BF16 on machines without AVX512. (0.000s) 2022-11-23T02:37:58.7257557Z test_add_scalar_cuda_bfloat16 (__main__.TestOpCUDA) ... skip: This test fails for BF16 on machines without AVX512. (0.002s) 2022-11-23T02:37:58.7258061Z test_add_scalar_cuda_float32 (__main__.TestOpCUDA) ... skip: This test fails for BF16 on machines without AVX512. (0.000s) 2022-11-23T02:37:58.7258557Z test_addmm_cuda_bfloat16 (__main__.TestOpCUDA) ... skip: This test fails for BF16 on machines without AVX512. (0.000s) 2022-11-23T02:37:58.7259045Z test_addmm_cuda_float32 (__main__.TestOpCUDA) ... skip: This test fails for BF16 on machines without AVX512. (0.003s) 2022-11-23T02:37:58.7259543Z test_avg_pool2d_cuda_bfloat16 (__main__.TestOpCUDA) ... skip: This test fails for BF16 on machines without AVX512. (0.000s) 2022-11-23T02:37:58.7260027Z test_avg_pool2d_cuda_float32 (__main__.TestOpCUDA) ... skip: This test fails for BF16 on machines without AVX512. (0.000s) 2022-11-23T02:37:58.7260516Z test_bn2d_cuda_bfloat16 (__main__.TestOpCUDA) ... skip: This test fails for BF16 on machines without AVX512. (0.006s) 2022-11-23T02:37:58.7261284Z test_bn2d_cuda_float32 (__main__.TestOpCUDA) ... skip: This test fails for BF16 on machines without AVX512. (0.000s) 2022-11-23T02:37:58.7262019Z test_cat_cuda_bfloat16 (__main__.TestOpCUDA) ... skip: This test fails for BF16 on machines without AVX512. (0.000s) 2022-11-23T02:37:58.7262507Z test_cat_cuda_float32 (__main__.TestOpCUDA) ... skip: This test fails for BF16 on machines without AVX512. (0.000s) 2022-11-23T02:37:58.7262992Z test_conv2d_cuda_bfloat16 (__main__.TestOpCUDA) ... skip: This test fails for BF16 on machines without AVX512. (0.000s) 2022-11-23T02:37:58.7263485Z test_conv2d_cuda_float32 (__main__.TestOpCUDA) ... skip: This test fails for BF16 on machines without AVX512. (0.000s) 2022-11-23T02:37:58.7263959Z test_eltwise_cuda_bfloat16 (__main__.TestOpCUDA) ... skip: This test fails for BF16 on machines without AVX512. (0.000s) 2022-11-23T02:37:58.7264452Z test_eltwise_cuda_float32 (__main__.TestOpCUDA) ... skip: This test fails for BF16 on machines without AVX512. (0.000s) 2022-11-23T02:37:58.7264960Z test_identity_binary_cuda_bfloat16 (__main__.TestOpCUDA) ... skip: This test fails for BF16 on machines without AVX512. (0.010s) 2022-11-23T02:37:58.7265473Z test_identity_binary_cuda_float32 (__main__.TestOpCUDA) ... skip: This test fails for BF16 on machines without AVX512. (0.001s) 2022-11-23T02:37:58.7265978Z test_layer_norm_cuda_bfloat16 (__main__.TestOpCUDA) ... skip: This test fails for BF16 on machines without AVX512. (0.001s) 2022-11-23T02:37:58.7266563Z test_layer_norm_cuda_float32 (__main__.TestOpCUDA) ... skip: This test fails for BF16 on machines without AVX512. (0.001s) 2022-11-23T02:37:58.7267239Z test_linear_cuda_bfloat16 (__main__.TestOpCUDA) ... skip: This test fails for BF16 on machines without AVX512. (0.001s) 2022-11-23T02:37:58.7267989Z test_linear_cuda_float32 (__main__.TestOpCUDA) ... skip: This test fails for BF16 on machines without AVX512. (0.001s) 2022-11-23T02:37:58.7268481Z test_max_pool2d_cuda_bfloat16 (__main__.TestOpCUDA) ... skip: This test fails for BF16 on machines without AVX512. (0.001s) 2022-11-23T02:37:58.7268982Z test_max_pool2d_cuda_float32 (__main__.TestOpCUDA) ... skip: This test fails for BF16 on machines without AVX512. (0.001s) 2022-11-23T02:37:58.7269476Z test_mul_cuda_bfloat16 (__main__.TestOpCUDA) ... skip: This test fails for BF16 on machines without AVX512. (0.001s) 2022-11-23T02:37:58.7269959Z test_mul_cuda_float32 (__main__.TestOpCUDA) ... skip: This test fails for BF16 on machines without AVX512. (0.001s) 2022-11-23T02:37:58.7270449Z test_softmax_cuda_bfloat16 (__main__.TestOpCUDA) ... skip: This test fails for BF16 on machines without AVX512. (0.001s) 2022-11-23T02:37:58.7270942Z test_softmax_cuda_float32 (__main__.TestOpCUDA) ... skip: This test fails for BF16 on machines without AVX512. (0.001s) 2022-11-23T02:37:58.7271438Z test_typecheck_cuda_bfloat16 (__main__.TestOpCUDA) ... skip: This test fails for BF16 on machines without AVX512. (0.001s) 2022-11-23T02:37:58.7271952Z test_typecheck_cuda_float32 (__main__.TestOpCUDA) ... skip: This test fails for BF16 on machines without AVX512. (0.001s) 2022-11-23T02:37:58.7272463Z test_variable_kernel_avg_pool2d_cuda_bfloat16 (__main__.TestOpCUDA) ... skip: This test fails for BF16 on machines without AVX512. (0.001s) 2022-11-23T02:37:58.7273007Z test_variable_kernel_avg_pool2d_cuda_float32 (__main__.TestOpCUDA) ... skip: This test fails for BF16 on machines without AVX512. (0.001s) 2022-11-23T02:37:58.7273438Z 2022-11-23T02:37:58.7273640Z ---------------------------------------------------------------------- 2022-11-23T02:37:58.7274114Z Ran 107 tests in 0.125s 2022-11-23T02:37:58.7274406Z 2022-11-23T02:37:58.7274506Z OK (skipped=107) 2022-11-23T02:37:58.7274651Z 2022-11-23T02:37:58.7274764Z Generating XML reports... 2022-11-23T02:37:58.7275208Z Generated XML report: test-reports\python-unittest\test_jit_llga_fuser\TEST-TestDynamoAOT-20221123023757.xml 2022-11-23T02:37:58.7275934Z Generated XML report: test-reports\python-unittest\test_jit_llga_fuser\TEST-TestEnableDisableLlgaFuser-20221123023757.xml 2022-11-23T02:37:58.7276585Z Generated XML report: test-reports\python-unittest\test_jit_llga_fuser\TEST-TestFusionPatternCUDA-20221123023757.xml 2022-11-23T02:37:58.7277174Z Generated XML report: test-reports\python-unittest\test_jit_llga_fuser\TEST-TestModel-20221123023757.xml 2022-11-23T02:37:58.7277726Z Generated XML report: test-reports\python-unittest\test_jit_llga_fuser\TEST-TestOpCUDA-20221123023757.xml 2022-11-23T02:37:58.7278023Z 2022-11-23T02:37:58.7278474Z ##[endgroup] 2022-11-23T02:37:58.7278931Z FINISHED PRINTING LOG FILE of test_jit_llga_fuser (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_jit_llga_fuser_k8p0xjum) 2022-11-23T02:37:58.7279269Z 2022-11-23T02:38:01.0468233Z 2022-11-23T02:38:01.0469317Z Expand the folded group to see the log file of lazy/test_ts_opinfo 2022-11-23T02:38:01.0470810Z ##[group]PRINTING LOG FILE of lazy/test_ts_opinfo (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\lazy-test_ts_opinfo_p2qh9fg_) 2022-11-23T02:38:01.0471521Z 2022-11-23T02:38:01.0471703Z Running tests... 2022-11-23T02:38:01.0472257Z ---------------------------------------------------------------------- 2022-11-23T02:38:01.0473069Z Test results will be stored in test-reports\python-unittest\lazy.test_ts_opinfo 2022-11-23T02:38:01.0475491Z test_nonzero_dynamic (__main__.TestLazyDynamicOps) ... ok (0.397s) 2022-11-23T02:38:01.0476389Z testConvolutionBackward (__main__.TestLazyTensor) ... skip: Disable until autograd supports symints (0.003s) 2022-11-23T02:38:01.0477481Z test_tensor_ctr (__main__.TestLazyTensor) ... ok (0.003s) 2022-11-23T02:38:01.0478224Z test_view_mark_step_preserved (__main__.TestLazyTensor) ... ok (0.007s) 2022-11-23T02:38:01.0478636Z 2022-11-23T02:38:01.0479094Z ---------------------------------------------------------------------- 2022-11-23T02:38:01.0480104Z Ran 4 tests in 0.422s 2022-11-23T02:38:01.0480578Z 2022-11-23T02:38:01.0480769Z OK (skipped=1) 2022-11-23T02:38:01.0481023Z 2022-11-23T02:38:01.0481233Z Generating XML reports... 2022-11-23T02:38:01.0482049Z Generated XML report: test-reports\python-unittest\lazy.test_ts_opinfo\TEST-TestLazyDynamicOps-20221123023759.xml 2022-11-23T02:38:01.0483238Z Generated XML report: test-reports\python-unittest\lazy.test_ts_opinfo\TEST-TestLazyTensor-20221123023759.xml 2022-11-23T02:38:01.0483855Z 2022-11-23T02:38:01.0484555Z ##[endgroup] 2022-11-23T02:38:01.0485448Z FINISHED PRINTING LOG FILE of lazy/test_ts_opinfo (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\lazy-test_ts_opinfo_p2qh9fg_) 2022-11-23T02:38:01.0486255Z 2022-11-23T02:38:03.5174237Z Running test_tensorboard ... [2022-11-23 02:38:03.516770] 2022-11-23T02:38:03.5182930Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_tensorboard.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:38:03.517996] 2022-11-23T02:38:03.5185284Z Ignoring disabled issues: [] 2022-11-23T02:38:05.5729846Z Running test_nvfuser_dynamo ... [2022-11-23 02:38:05.572491] 2022-11-23T02:38:05.5737270Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_nvfuser_dynamo.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:38:05.573091] 2022-11-23T02:38:05.5739549Z Ignoring disabled issues: [] 2022-11-23T02:38:07.4360414Z 2022-11-23T02:38:07.4361345Z Expand the folded group to see the log file of test_tensorboard 2022-11-23T02:38:07.4363196Z ##[group]PRINTING LOG FILE of test_tensorboard (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_tensorboard_xzcqhja4) 2022-11-23T02:38:07.4363944Z 2022-11-23T02:38:07.4364293Z Running tests... 2022-11-23T02:38:07.4365324Z ---------------------------------------------------------------------- 2022-11-23T02:38:07.4366182Z Test results will be stored in test-reports\python-unittest\test_tensorboard 2022-11-23T02:38:07.4367577Z test_embedding (__main__.TestTensorBoardEmbedding) ... skip: Skip the test since TensorBoard is not installed (0.002s) 2022-11-23T02:38:07.4368743Z test_embedding_64 (__main__.TestTensorBoardEmbedding) ... skip: Skip the test since TensorBoard is not installed (0.001s) 2022-11-23T02:38:07.4369731Z test_figure (__main__.TestTensorBoardFigure) ... skip: no matplotlib (0.002s) 2022-11-23T02:38:07.4370866Z test_figure_list (__main__.TestTensorBoardFigure) ... skip: no matplotlib (0.002s) 2022-11-23T02:38:07.4371805Z test_caffe2_np (__main__.TestTensorBoardNumpy) ... skip: no caffe2 (0.002s) 2022-11-23T02:38:07.4372669Z test_caffe2_np_expect_fail (__main__.TestTensorBoardNumpy) ... skip: no caffe2 (0.000s) 2022-11-23T02:38:07.4373532Z test_caffe2_simple_cnnmodel (__main__.TestTensorBoardNumpy) ... skip: no caffe2 (0.002s) 2022-11-23T02:38:07.4374430Z test_caffe2_simple_model (__main__.TestTensorBoardNumpy) ... skip: no caffe2 (0.003s) 2022-11-23T02:38:07.4375398Z test_pytorch_np_expect_fail (__main__.TestTensorBoardNumpy) ... skip: Skip the test since TensorBoard is not installed (0.000s) 2022-11-23T02:38:07.4376451Z test_scalar (__main__.TestTensorBoardNumpy) ... skip: Skip the test since TensorBoard is not installed (0.000s) 2022-11-23T02:38:07.4377738Z test_pytorch_autograd_np (__main__.TestTensorBoardPyTorchNumpy) ... skip: Skip the test since TensorBoard is not installed (0.000s) 2022-11-23T02:38:07.4379018Z test_pytorch_histogram (__main__.TestTensorBoardPyTorchNumpy) ... skip: Skip the test since TensorBoard is not installed (0.000s) 2022-11-23T02:38:07.4381462Z test_pytorch_histogram_raw (__main__.TestTensorBoardPyTorchNumpy) ... skip: Skip the test since TensorBoard is not installed (0.008s) 2022-11-23T02:38:07.4382713Z test_pytorch_np (__main__.TestTensorBoardPyTorchNumpy) ... skip: Skip the test since TensorBoard is not installed (0.002s) 2022-11-23T02:38:07.4384085Z test_pytorch_write (__main__.TestTensorBoardPyTorchNumpy) ... skip: Skip the test since TensorBoard is not installed (0.001s) 2022-11-23T02:38:07.4385332Z test_mlp_graph (__main__.TestTensorBoardPytorchGraph) ... skip: Skip the test since TensorBoard is not installed (0.003s) 2022-11-23T02:38:07.4386471Z test_nested_nn_squential (__main__.TestTensorBoardPytorchGraph) ... skip: Skip the test since TensorBoard is not installed (0.003s) 2022-11-23T02:38:07.4387623Z test_pytorch_graph (__main__.TestTensorBoardPytorchGraph) ... skip: Skip the test since TensorBoard is not installed (0.003s) 2022-11-23T02:38:07.4388778Z test_pytorch_graph_dict_input (__main__.TestTensorBoardPytorchGraph) ... skip: Skip the test since TensorBoard is not installed (0.002s) 2022-11-23T02:38:07.4389997Z test_torchvision_smoke (__main__.TestTensorBoardPytorchGraph) ... skip: no torchvision (0.002s) 2022-11-23T02:38:07.4391172Z test_wrong_input_size (__main__.TestTensorBoardPytorchGraph) ... skip: Skip the test since TensorBoard is not installed (0.001s) 2022-11-23T02:38:07.4392197Z test_audio (__main__.TestTensorBoardSummary) ... skip: Skip the test since TensorBoard is not installed (0.001s) 2022-11-23T02:38:07.4393281Z test_custom_scalars (__main__.TestTensorBoardSummary) ... skip: Skip the test since TensorBoard is not installed (0.001s) 2022-11-23T02:38:07.4394347Z test_empty_input (__main__.TestTensorBoardSummary) ... skip: Skip the test since TensorBoard is not installed (0.001s) 2022-11-23T02:38:07.4395199Z test_float32_image (__main__.TestTensorBoardSummary) 2022-11-23T02:38:07.4396257Z Tests that float32 image (pixel values in [0, 1]) are scaled correctly ... skip: Skip the test since TensorBoard is not installed (0.001s) 2022-11-23T02:38:07.4397568Z test_histogram_auto (__main__.TestTensorBoardSummary) ... skip: Skip the test since TensorBoard is not installed (0.001s) 2022-11-23T02:38:07.4398622Z test_histogram_doane (__main__.TestTensorBoardSummary) ... skip: Skip the test since TensorBoard is not installed (0.001s) 2022-11-23T02:38:07.4399689Z test_histogram_fd (__main__.TestTensorBoardSummary) ... skip: Skip the test since TensorBoard is not installed (0.001s) 2022-11-23T02:38:07.4400985Z test_hparams_bool (__main__.TestTensorBoardSummary) ... skip: Skip the test since TensorBoard is not installed (0.001s) 2022-11-23T02:38:07.4402081Z test_hparams_domain_discrete (__main__.TestTensorBoardSummary) ... skip: Skip the test since TensorBoard is not installed (0.001s) 2022-11-23T02:38:07.4403306Z test_hparams_number (__main__.TestTensorBoardSummary) ... skip: Skip the test since TensorBoard is not installed (0.001s) 2022-11-23T02:38:07.4404582Z test_hparams_smoke (__main__.TestTensorBoardSummary) ... skip: Skip the test since TensorBoard is not installed (0.001s) 2022-11-23T02:38:07.4405675Z test_hparams_string (__main__.TestTensorBoardSummary) ... skip: Skip the test since TensorBoard is not installed (0.001s) 2022-11-23T02:38:07.4406834Z test_hparams_wrong_parameter (__main__.TestTensorBoardSummary) ... skip: Skip the test since TensorBoard is not installed (0.001s) 2022-11-23T02:38:07.4407979Z test_image_with_3_channel_batched (__main__.TestTensorBoardSummary) ... skip: Skip the test since TensorBoard is not installed (0.001s) 2022-11-23T02:38:07.4409176Z test_image_with_boxes (__main__.TestTensorBoardSummary) ... skip: Skip the test since TensorBoard is not installed (0.001s) 2022-11-23T02:38:07.4410478Z test_image_with_one_channel (__main__.TestTensorBoardSummary) ... skip: Skip the test since TensorBoard is not installed (0.001s) 2022-11-23T02:38:07.4411566Z test_image_with_one_channel_batched (__main__.TestTensorBoardSummary) ... skip: Skip the test since TensorBoard is not installed (0.001s) 2022-11-23T02:38:07.4412812Z test_image_without_channel (__main__.TestTensorBoardSummary) ... skip: Skip the test since TensorBoard is not installed (0.001s) 2022-11-23T02:38:07.4413852Z test_list_input (__main__.TestTensorBoardSummary) ... skip: Skip the test since TensorBoard is not installed (0.001s) 2022-11-23T02:38:07.4414889Z test_mesh (__main__.TestTensorBoardSummary) ... skip: Skip the test since TensorBoard is not installed (0.002s) 2022-11-23T02:38:07.4416093Z test_scalar_new_style (__main__.TestTensorBoardSummary) ... skip: Skip the test since TensorBoard is not installed (0.001s) 2022-11-23T02:38:07.4417335Z test_text (__main__.TestTensorBoardSummary) ... skip: Skip the test since TensorBoard is not installed (0.000s) 2022-11-23T02:38:07.4418205Z test_uint8_image (__main__.TestTensorBoardSummary) 2022-11-23T02:38:07.4419064Z Tests that uint8 image (pixel values in [0, 255]) is not changed ... skip: Skip the test since TensorBoard is not installed (0.001s) 2022-11-23T02:38:07.4420103Z test_video (__main__.TestTensorBoardSummary) ... skip: Skip the test since TensorBoard is not installed (0.002s) 2022-11-23T02:38:07.4421164Z test_pathlib (__main__.TestTensorBoardSummaryWriter) ... skip: Skip the test since TensorBoard is not installed (0.001s) 2022-11-23T02:38:07.4422390Z test_summary_writer_close (__main__.TestTensorBoardSummaryWriter) ... skip: Skip the test since TensorBoard is not installed (0.001s) 2022-11-23T02:38:07.4423769Z test_summary_writer_ctx (__main__.TestTensorBoardSummaryWriter) ... skip: Skip the test since TensorBoard is not installed (0.001s) 2022-11-23T02:38:07.4424929Z test_convert_to_HWC_dtype_remains_same (__main__.TestTensorBoardUtils) ... skip: Skip the test since TensorBoard is not installed (0.001s) 2022-11-23T02:38:07.4426036Z test_numpy_vid_uint8 (__main__.TestTensorBoardUtils) ... skip: Skip the test since TensorBoard is not installed (0.001s) 2022-11-23T02:38:07.4427128Z test_prepare_video (__main__.TestTensorBoardUtils) ... skip: Skip the test since TensorBoard is not installed (0.001s) 2022-11-23T02:38:07.4428113Z test_to_HWC (__main__.TestTensorBoardUtils) ... skip: Skip the test since TensorBoard is not installed (0.002s) 2022-11-23T02:38:07.4429265Z test_writer (__main__.TestTensorBoardWriter) ... skip: Skip the test since TensorBoard is not installed (0.004s) 2022-11-23T02:38:07.4430188Z 2022-11-23T02:38:07.4430629Z ---------------------------------------------------------------------- 2022-11-23T02:38:07.4431236Z Ran 53 tests in 0.079s 2022-11-23T02:38:07.4431515Z 2022-11-23T02:38:07.4431694Z OK (skipped=53) 2022-11-23T02:38:07.4431949Z 2022-11-23T02:38:07.4432151Z Generating XML reports... 2022-11-23T02:38:07.4433022Z Generated XML report: test-reports\python-unittest\test_tensorboard\TEST-TestTensorBoardEmbedding-20221123023806.xml 2022-11-23T02:38:07.4434209Z Generated XML report: test-reports\python-unittest\test_tensorboard\TEST-TestTensorBoardFigure-20221123023806.xml 2022-11-23T02:38:07.4435576Z Generated XML report: test-reports\python-unittest\test_tensorboard\TEST-TestTensorBoardNumpy-20221123023806.xml 2022-11-23T02:38:07.4437078Z Generated XML report: test-reports\python-unittest\test_tensorboard\TEST-TestTensorBoardPyTorchNumpy-20221123023806.xml 2022-11-23T02:38:07.4438446Z Generated XML report: test-reports\python-unittest\test_tensorboard\TEST-TestTensorBoardPytorchGraph-20221123023806.xml 2022-11-23T02:38:07.4439739Z Generated XML report: test-reports\python-unittest\test_tensorboard\TEST-TestTensorBoardSummary-20221123023806.xml 2022-11-23T02:38:07.4441009Z Generated XML report: test-reports\python-unittest\test_tensorboard\TEST-TestTensorBoardSummaryWriter-20221123023806.xml 2022-11-23T02:38:07.4442549Z Generated XML report: test-reports\python-unittest\test_tensorboard\TEST-TestTensorBoardUtils-20221123023806.xml 2022-11-23T02:38:07.4443889Z Generated XML report: test-reports\python-unittest\test_tensorboard\TEST-TestTensorBoardWriter-20221123023806.xml 2022-11-23T02:38:07.4444561Z 2022-11-23T02:38:07.4445205Z ##[endgroup] 2022-11-23T02:38:07.4446285Z FINISHED PRINTING LOG FILE of test_tensorboard (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_tensorboard_xzcqhja4) 2022-11-23T02:38:07.4446999Z 2022-11-23T02:38:10.4595633Z 2022-11-23T02:38:10.4596745Z Expand the folded group to see the log file of test_nvfuser_dynamo 2022-11-23T02:38:10.4599091Z ##[group]PRINTING LOG FILE of test_nvfuser_dynamo (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_nvfuser_dynamo_2u3ymit3) 2022-11-23T02:38:10.4599864Z 2022-11-23T02:38:10.4600073Z Running tests... 2022-11-23T02:38:10.4600705Z ---------------------------------------------------------------------- 2022-11-23T02:38:10.4601740Z test_basic (__main__.TestNvFuserDynamo) ... Test results will be stored in test-reports\python-unittest\test_nvfuser_dynamo 2022-11-23T02:38:10.4602609Z skip: TorchDynamo is not supported on Windows (0.001s) 2022-11-23T02:38:10.4603793Z test_batch_norm_implicit_dtype_promotion (__main__.TestNvFuserDynamo) ... skip: TorchDynamo is not supported on Windows (0.000s) 2022-11-23T02:38:10.4604859Z test_dtype_correctness (__main__.TestNvFuserDynamo) ... skip: TorchDynamo is not supported on Windows (0.000s) 2022-11-23T02:38:10.4605833Z test_min_cut (__main__.TestNvFuserDynamo) ... skip: TorchDynamo is not supported on Windows (0.010s) 2022-11-23T02:38:10.4606345Z 2022-11-23T02:38:10.4606706Z ---------------------------------------------------------------------- 2022-11-23T02:38:10.4607312Z Ran 4 tests in 0.094s 2022-11-23T02:38:10.4607603Z 2022-11-23T02:38:10.4607777Z OK (skipped=4) 2022-11-23T02:38:10.4608033Z 2022-11-23T02:38:10.4608219Z Generating XML reports... 2022-11-23T02:38:10.4609287Z Generated XML report: test-reports\python-unittest\test_nvfuser_dynamo\TEST-TestNvFuserDynamo-20221123023809.xml 2022-11-23T02:38:10.4609933Z 2022-11-23T02:38:10.4610698Z ##[endgroup] 2022-11-23T02:38:10.4611558Z FINISHED PRINTING LOG FILE of test_nvfuser_dynamo (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_nvfuser_dynamo_2u3ymit3) 2022-11-23T02:38:10.4612207Z 2022-11-23T02:38:11.9676828Z Running lazy/test_reuse_ir ... [2022-11-23 02:38:11.967303] 2022-11-23T02:38:11.9684276Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'lazy/test_reuse_ir.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:38:11.967992] 2022-11-23T02:38:11.9687392Z Ignoring disabled issues: [] 2022-11-23T02:38:14.9561762Z Running test_functional_autograd_benchmark ... [2022-11-23 02:38:14.954767] 2022-11-23T02:38:14.9569117Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_functional_autograd_benchmark.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:38:14.954767] 2022-11-23T02:38:14.9571778Z Ignoring disabled issues: [] 2022-11-23T02:38:15.8273175Z 2022-11-23T02:38:15.8274129Z Expand the folded group to see the log file of lazy/test_reuse_ir 2022-11-23T02:38:15.8276280Z ##[group]PRINTING LOG FILE of lazy/test_reuse_ir (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\lazy-test_reuse_ir_8bml2ype) 2022-11-23T02:38:15.8276963Z 2022-11-23T02:38:15.8277157Z Running tests... 2022-11-23T02:38:15.8277868Z ---------------------------------------------------------------------- 2022-11-23T02:38:15.8279238Z testAdd (__main__.TestLazyReuseIr) ... Test results will be stored in test-reports\python-unittest\lazy.test_reuse_ir 2022-11-23T02:38:15.8280013Z skip: To be fixed (0.002s) 2022-11-23T02:38:15.8280729Z testAddSub (__main__.TestLazyReuseIr) ... skip: To be fixed (0.002s) 2022-11-23T02:38:15.8281514Z testAddSubFallback (__main__.TestLazyReuseIr) ... skip: To be fixed (0.002s) 2022-11-23T02:38:15.8282158Z testBatchNorm (__main__.TestLazyReuseIr) ... skip: To be fixed (0.002s) 2022-11-23T02:38:15.8282399Z 2022-11-23T02:38:15.8282587Z ---------------------------------------------------------------------- 2022-11-23T02:38:15.8282883Z Ran 4 tests in 0.016s 2022-11-23T02:38:15.8283029Z 2022-11-23T02:38:15.8283120Z OK (skipped=4) 2022-11-23T02:38:15.8283490Z 2022-11-23T02:38:15.8283627Z Generating XML reports... 2022-11-23T02:38:15.8284074Z Generated XML report: test-reports\python-unittest\lazy.test_reuse_ir\TEST-TestLazyReuseIr-20221123023815.xml 2022-11-23T02:38:15.8284395Z 2022-11-23T02:38:15.8284721Z ##[endgroup] 2022-11-23T02:38:15.8285172Z FINISHED PRINTING LOG FILE of lazy/test_reuse_ir (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\lazy-test_reuse_ir_8bml2ype) 2022-11-23T02:38:15.8285512Z 2022-11-23T02:38:18.8638335Z 2022-11-23T02:38:18.8639314Z Expand the folded group to see the log file of test_functional_autograd_benchmark 2022-11-23T02:38:18.8641060Z ##[group]PRINTING LOG FILE of test_functional_autograd_benchmark (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_functional_autograd_benchmark_h8hph1c9) 2022-11-23T02:38:18.8641814Z 2022-11-23T02:38:18.8642005Z Running tests... 2022-11-23T02:38:18.8642613Z ---------------------------------------------------------------------- 2022-11-23T02:38:18.8643501Z Test results will be stored in test-reports\python-unittest\test_functional_autograd_benchmark 2022-11-23T02:38:18.8644647Z test_fast_tasks (__main__.TestFunctionalAutogradBenchmark) ... skip: NamedTemporaryFile on windows does not have all the features we need. (0.001s) 2022-11-23T02:38:18.8645897Z test_slow_tasks (__main__.TestFunctionalAutogradBenchmark) ... skip: NamedTemporaryFile on windows does not have all the features we need. (0.001s) 2022-11-23T02:38:18.8646559Z 2022-11-23T02:38:18.8646915Z ---------------------------------------------------------------------- 2022-11-23T02:38:18.8647522Z Ran 2 tests in 0.000s 2022-11-23T02:38:18.8647801Z 2022-11-23T02:38:18.8647976Z OK (skipped=2) 2022-11-23T02:38:18.8650572Z 2022-11-23T02:38:18.8650851Z Generating XML reports... 2022-11-23T02:38:18.8651878Z Generated XML report: test-reports\python-unittest\test_functional_autograd_benchmark\TEST-TestFunctionalAutogradBenchmark-20221123023818.xml 2022-11-23T02:38:18.8652651Z 2022-11-23T02:38:18.8653189Z ##[endgroup] 2022-11-23T02:38:18.8654155Z FINISHED PRINTING LOG FILE of test_functional_autograd_benchmark (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_functional_autograd_benchmark_h8hph1c9) 2022-11-23T02:38:18.8654891Z 2022-11-23T02:38:20.3488407Z Running test_vulkan ... [2022-11-23 02:38:20.338711] 2022-11-23T02:38:20.3496830Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_vulkan.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:38:20.349473] 2022-11-23T02:38:20.3499699Z Ignoring disabled issues: [] 2022-11-23T02:38:23.3420761Z Running backends/xeon/test_launch ... [2022-11-23 02:38:23.341726] 2022-11-23T02:38:23.3428631Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'backends/xeon/test_launch.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:38:23.342422] 2022-11-23T02:38:23.3431429Z Ignoring disabled issues: [] 2022-11-23T02:38:24.1453998Z 2022-11-23T02:38:24.1454729Z Expand the folded group to see the log file of test_vulkan 2022-11-23T02:38:24.1455823Z ##[group]PRINTING LOG FILE of test_vulkan (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_vulkan_0g_4ss_l) 2022-11-23T02:38:24.1456188Z 2022-11-23T02:38:24.1456272Z Running tests... 2022-11-23T02:38:24.1456734Z ---------------------------------------------------------------------- 2022-11-23T02:38:24.1457484Z test_conv (__main__.TestVulkanRewritePass) ... Test results will be stored in test-reports\python-unittest\test_vulkan 2022-11-23T02:38:24.1457963Z skip: Vulkan backend must be available for these tests. (0.009s) 2022-11-23T02:38:24.1458296Z 2022-11-23T02:38:24.1458485Z ---------------------------------------------------------------------- 2022-11-23T02:38:24.1458794Z Ran 1 test in 0.000s 2022-11-23T02:38:24.1459048Z 2022-11-23T02:38:24.1459211Z OK (skipped=1) 2022-11-23T02:38:24.1459436Z 2022-11-23T02:38:24.1459553Z Generating XML reports... 2022-11-23T02:38:24.1460246Z Generated XML report: test-reports\python-unittest\test_vulkan\TEST-TestVulkanRewritePass-20221123023823.xml 2022-11-23T02:38:24.1460607Z 2022-11-23T02:38:24.1460900Z ##[endgroup] 2022-11-23T02:38:24.1461361Z FINISHED PRINTING LOG FILE of test_vulkan (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_vulkan_0g_4ss_l) 2022-11-23T02:38:24.1461877Z 2022-11-23T02:38:27.2043686Z 2022-11-23T02:38:27.2044714Z Expand the folded group to see the log file of backends/xeon/test_launch 2022-11-23T02:38:27.2046245Z ##[group]PRINTING LOG FILE of backends/xeon/test_launch (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\backends-xeon-test_launch_49jrer22) 2022-11-23T02:38:27.2046920Z 2022-11-23T02:38:27.2047092Z Running tests... 2022-11-23T02:38:27.2047655Z ---------------------------------------------------------------------- 2022-11-23T02:38:27.2048729Z test_cpu_info (__main__.TestTorchrun) ... Test results will be stored in test-reports\python-unittest\backends.xeon.test_launch 2022-11-23T02:38:27.2049745Z skip: Only works on linux (0.003s) 2022-11-23T02:38:27.2050428Z test_multi_threads (__main__.TestTorchrun) ... skip: Only works on linux (0.002s) 2022-11-23T02:38:27.2050873Z 2022-11-23T02:38:27.2051235Z ---------------------------------------------------------------------- 2022-11-23T02:38:27.2051831Z Ran 2 tests in 0.000s 2022-11-23T02:38:27.2052078Z 2022-11-23T02:38:27.2052226Z OK (skipped=2) 2022-11-23T02:38:27.2052464Z 2022-11-23T02:38:27.2052658Z Generating XML reports... 2022-11-23T02:38:27.2053418Z Generated XML report: test-reports\python-unittest\backends.xeon.test_launch\TEST-TestTorchrun-20221123023826.xml 2022-11-23T02:38:27.2054028Z 2022-11-23T02:38:27.2054578Z ##[endgroup] 2022-11-23T02:38:27.2055614Z FINISHED PRINTING LOG FILE of backends/xeon/test_launch (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\backends-xeon-test_launch_49jrer22) 2022-11-23T02:38:27.2056500Z 2022-11-23T02:38:28.7306506Z Running test_license ... [2022-11-23 02:38:28.730430] 2022-11-23T02:38:28.7314294Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_license.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:38:28.731060] 2022-11-23T02:38:28.7317754Z Ignoring disabled issues: [] 2022-11-23T02:38:31.7747098Z Running test_type_hints ... [2022-11-23 02:38:31.774482] 2022-11-23T02:38:31.7756339Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_type_hints.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:38:31.775262] 2022-11-23T02:38:31.7759647Z Ignoring disabled issues: [] 2022-11-23T02:38:32.4879446Z 2022-11-23T02:38:32.4880189Z Expand the folded group to see the log file of test_license 2022-11-23T02:38:32.4881889Z ##[group]PRINTING LOG FILE of test_license (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_license_hgpqk1ak) 2022-11-23T02:38:32.4882483Z 2022-11-23T02:38:32.4882653Z Running tests... 2022-11-23T02:38:32.4883219Z ---------------------------------------------------------------------- 2022-11-23T02:38:32.4884075Z Test results will be stored in test-reports\python-unittest\test_license 2022-11-23T02:38:32.4884867Z test_distinfo_license (__main__.TestLicense) 2022-11-23T02:38:32.4885629Z 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-23T02:38:32.4886537Z test_license_for_wheel (__main__.TestLicense) ... skip: can only be run in a source tree (0.001s) 2022-11-23T02:38:32.4886990Z 2022-11-23T02:38:32.4887407Z ---------------------------------------------------------------------- 2022-11-23T02:38:32.4887990Z Ran 2 tests in 0.000s 2022-11-23T02:38:32.4888256Z 2022-11-23T02:38:32.4888432Z OK (skipped=2) 2022-11-23T02:38:32.4888681Z 2022-11-23T02:38:32.4888897Z Generating XML reports... 2022-11-23T02:38:32.4889686Z Generated XML report: test-reports\python-unittest\test_license\TEST-TestLicense-20221123023832.xml 2022-11-23T02:38:32.4890378Z 2022-11-23T02:38:32.4891585Z ##[endgroup] 2022-11-23T02:38:32.4892468Z FINISHED PRINTING LOG FILE of test_license (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_license_hgpqk1ak) 2022-11-23T02:38:32.4893091Z 2022-11-23T02:38:35.6050999Z 2022-11-23T02:38:35.6051765Z Expand the folded group to see the log file of test_type_hints 2022-11-23T02:38:35.6053361Z ##[group]PRINTING LOG FILE of test_type_hints (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_type_hints_oojxwcd4) 2022-11-23T02:38:35.6053996Z 2022-11-23T02:38:35.6054193Z Running tests... 2022-11-23T02:38:35.6054823Z ---------------------------------------------------------------------- 2022-11-23T02:38:35.6055624Z Test results will be stored in test-reports\python-unittest\test_type_hints 2022-11-23T02:38:35.6056356Z test_doc_examples (__main__.TestTypeHints) 2022-11-23T02:38:35.6057181Z Run documentation examples through mypy. ... skip: need mypy (0.002s) 2022-11-23T02:38:35.6057615Z 2022-11-23T02:38:35.6058017Z ---------------------------------------------------------------------- 2022-11-23T02:38:35.6058679Z Ran 1 test in 0.000s 2022-11-23T02:38:35.6058955Z 2022-11-23T02:38:35.6059129Z OK (skipped=1) 2022-11-23T02:38:35.6059385Z 2022-11-23T02:38:35.6059593Z Generating XML reports... 2022-11-23T02:38:35.6060405Z Generated XML report: test-reports\python-unittest\test_type_hints\TEST-TestTypeHints-20221123023835.xml 2022-11-23T02:38:35.6061010Z 2022-11-23T02:38:35.6061549Z ##[endgroup] 2022-11-23T02:38:35.6062189Z FINISHED PRINTING LOG FILE of test_type_hints (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_type_hints_oojxwcd4) 2022-11-23T02:38:35.6062529Z 2022-11-23T02:38:36.9216633Z Running lazy/test_debug_util ... [2022-11-23 02:38:36.920755] 2022-11-23T02:38:36.9223876Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'lazy/test_debug_util.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:38:36.920755] 2022-11-23T02:38:36.9226532Z Ignoring disabled issues: [] 2022-11-23T02:38:40.7295694Z 2022-11-23T02:38:40.7296652Z Expand the folded group to see the log file of lazy/test_debug_util 2022-11-23T02:38:40.7298467Z ##[group]PRINTING LOG FILE of lazy/test_debug_util (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\lazy-test_debug_util_cbid2wwh) 2022-11-23T02:38:40.7299442Z 2022-11-23T02:38:40.7299641Z Running tests... 2022-11-23T02:38:40.7300230Z ---------------------------------------------------------------------- 2022-11-23T02:38:40.7301147Z test_get_python_frames (__main__.DebugUtilTest) ... Test results will be stored in test-reports\python-unittest\lazy.test_debug_util 2022-11-23T02:38:40.7302058Z skip: To be fixed (0.001s) 2022-11-23T02:38:40.7302317Z 2022-11-23T02:38:40.7302606Z ---------------------------------------------------------------------- 2022-11-23T02:38:40.7303344Z Ran 1 test in 0.000s 2022-11-23T02:38:40.7303755Z 2022-11-23T02:38:40.7303944Z OK (skipped=1) 2022-11-23T02:38:40.7304184Z 2022-11-23T02:38:40.7304402Z Generating XML reports... 2022-11-23T02:38:40.7305264Z Generated XML report: test-reports\python-unittest\lazy.test_debug_util\TEST-DebugUtilTest-20221123023840.xml 2022-11-23T02:38:40.7305806Z 2022-11-23T02:38:40.7306310Z ##[endgroup] 2022-11-23T02:38:40.7307093Z FINISHED PRINTING LOG FILE of lazy/test_debug_util (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\lazy-test_debug_util_cbid2wwh) 2022-11-23T02:38:40.7307695Z 2022-11-23T02:38:40.7311287Z Ignoring disabled issues: [] 2022-11-23T02:38:41.3115960Z Running test_jit_cuda_fuser ... [2022-11-23 02:38:41.311231] 2022-11-23T02:38:41.3127796Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_jit_cuda_fuser.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:38:41.312590] 2022-11-23T02:38:41.3131769Z Ignoring disabled issues: [] 2022-11-23T02:38:41.3132262Z Found test time stats from artifacts 2022-11-23T02:38:41.3132738Z Prioritized test from test file changes. 2022-11-23T02:38:41.3133397Z reordering tests for PR: 2022-11-23T02:38:41.3133680Z prioritized: [] 2022-11-23T02:38:41.3136077Z the rest: ['test_jit_cuda_fuser', 'test_nn', 'test_linalg', 'test_torch', 'test_tensorexpr', 'test_cuda', 'test_multiprocessing_spawn', 'test_multiprocessing', 'test_fx', 'test_cuda_trace', 'test_indexing', 'test_overrides', 'test_jit_disabled', 'test_cuda_nvml_based_avail', 'test_show_pickle', 'test_cuda_primary_ctx', 'dynamo/test_aot_autograd', 'dynamo/test_functions', 'dynamo/test_model_output', 'dynamo/test_optimizers', 'dynamo/test_skip_non_tensor', 'inductor/test_minifier', 'lazy/test_bindings', 'test_hub', 'test_meta', 'test_quantization', 'test_jit_fuser_te', 'test_schema_check', 'test_optim', 'test_serialization', 'test_view_ops', 'test_transformers', 'test_maskedtensor', 'test_ao_sparsity', 'test_testing', 'test_xnnpack_integration', 'test_mkl_verbose', 'test_sort_and_select', 'test_mkldnn_verbose', 'test_import_stats', 'test_datapipe', 'test_nvfuser_frontend', 'test_python_dispatch', 'test_module_init', 'test_nestedtensor', 'test_functionalization', 'test_logging', 'test_namedtensor', 'test_shape_ops', 'test_proxy_tensor', 'lazy/test_step_closures', 'test_autocast', 'test_fx_reinplace_pass', 'test_native_functions', 'test_native_mha', 'test_package', 'test_set_default_mobile_cpu_allocator', 'test_dlpack', 'test_futures', 'test_function_schema', 'test_fx_passes', 'test_tensorexpr_pybind', 'nn/test_module_hooks', 'test_pytree', 'test_monitor', 'test_per_overload_api', 'test_itt', 'test_public_bindings', 'test_numba_integration', 'test_numpy_interop', 'test_complex', 'lazy/test_ts_opinfo', 'test_jit_llga_fuser', 'test_tensorboard', 'test_nvfuser_dynamo', 'lazy/test_reuse_ir', 'test_functional_autograd_benchmark', 'test_vulkan', 'backends/xeon/test_launch', 'test_license', 'test_type_hints', 'lazy/test_debug_util'] 2022-11-23T02:38:41.3138629Z 2022-11-23T02:38:41.3139193Z 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-23T02:38:41.3140200Z 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-23T03:02:23.6442769Z 2022-11-23T03:02:23.6444350Z Expand the folded group to see the log file of test_jit_cuda_fuser 2022-11-23T03:02:23.6445890Z ##[group]PRINTING LOG FILE of test_jit_cuda_fuser (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_jit_cuda_fuser_uf8ffqmy) 2022-11-23T03:02:23.6734015Z 2022-11-23T03:02:23.6734592Z Running tests... 2022-11-23T03:02:23.6738704Z ---------------------------------------------------------------------- 2022-11-23T03:02:23.6739544Z Test results will be stored in test-reports\python-unittest\test_jit_cuda_fuser 2022-11-23T03:02:23.6741649Z test__softmax_function (__main__.TestCudaFuser) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:470: UserWarning: fmad is disabled for nvrtc, which could negatively affect performance. Try removing `fma` from env variable PYTORCH_NVFUSER_DISABLE for optimal performance. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\torch\csrc\jit\codegen\cuda\utils.cpp:158.) 2022-11-23T03:02:23.6743441Z return callable(*args, **kwargs) 2022-11-23T03:02:23.6744985Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:470: UserWarning: ptxas optimization level manually set as 0, which could negatively affect performance. Try removing env variable PYTORCH_NVFUSER_JIT_OPT_LEVEL for optimal performance. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\torch\csrc\jit\codegen\cuda\executor_utils.cpp:1104.) 2022-11-23T03:02:23.6746413Z return callable(*args, **kwargs) 2022-11-23T03:02:23.6747005Z ok (2.509s) 2022-11-23T03:02:23.6748639Z test__softmax_function_half_to_float (__main__.TestCudaFuser) ... ok (0.470s) 2022-11-23T03:02:23.6749447Z test_addcmul_ops (__main__.TestCudaFuser) ... ok (1.205s) 2022-11-23T03:02:23.6750251Z test_alias_pass_fix (__main__.TestCudaFuser) ... skip: skipping this test since unsqueeze is disabled now (0.001s) 2022-11-23T03:02:23.6751965Z test_autocast_1 (__main__.TestCudaFuser) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\__init__.py:197: UserWarning: ptxas optimization level manually set as 0, which could negatively affect performance. Try removing env variable PYTORCH_NVFUSER_JIT_OPT_LEVEL for optimal performance. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\torch\csrc\jit\codegen\cuda\executor_utils.cpp:1104.) 2022-11-23T03:02:23.6753565Z Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-11-23T03:02:23.6754214Z ok (1.964s) 2022-11-23T03:02:23.6754853Z test_autocast_1_bfloat (__main__.TestCudaFuser) ... skip: device does not support BFloat16 (0.000s) 2022-11-23T03:02:23.6755731Z test_autocast_2 (__main__.TestCudaFuser) ... ok (1.240s) 2022-11-23T03:02:23.6756417Z test_autocast_2_bfloat (__main__.TestCudaFuser) ... skip: device does not support BFloat16 (0.000s) 2022-11-23T03:02:23.6757058Z test_backward_type (__main__.TestCudaFuser) ... ok (1.768s) 2022-11-23T03:02:23.6757661Z test_batch_norm_half (__main__.TestCudaFuser) ... ok (12.818s) 2022-11-23T03:02:23.6758300Z test_batch_norm_impl_index_correctness (__main__.TestCudaFuser) ... ok (507.495s) 2022-11-23T03:02:23.6758987Z test_batch_norm_impl_index_inner_bcast (__main__.TestCudaFuser) ... ok (12.172s) 2022-11-23T03:02:23.6759690Z test_bfloat (__main__.TestCudaFuser) ... skip: device does not support BFloat16 (0.004s) 2022-11-23T03:02:23.6760338Z test_binary_bitwise (__main__.TestCudaFuser) ... ok (40.786s) 2022-11-23T03:02:23.6761195Z test_binary_ops (__main__.TestCudaFuser) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.6762122Z test_binary_ops_channels_last_with_bcast (__main__.TestCudaFuser) ... ok (0.409s) 2022-11-23T03:02:23.6762988Z test_binary_ops_complex (__main__.TestCudaFuser) ... skip: see issue https://github.com/csarofeen/pytorch/issues/1730 (0.002s) 2022-11-23T03:02:23.6763756Z test_binary_ops_permutation (__main__.TestCudaFuser) ... ok (52.050s) 2022-11-23T03:02:23.6764575Z test_branches (__main__.TestCudaFuser) ... ok (0.321s) 2022-11-23T03:02:23.6765148Z test_broadcasting_0 (__main__.TestCudaFuser) ... ok (0.362s) 2022-11-23T03:02:23.6765740Z test_broadcasting_1 (__main__.TestCudaFuser) ... ok (0.404s) 2022-11-23T03:02:23.6766290Z test_broadcasting_2 (__main__.TestCudaFuser) ... ok (0.407s) 2022-11-23T03:02:23.6766880Z test_broadcasting_3 (__main__.TestCudaFuser) ... ok (0.363s) 2022-11-23T03:02:23.6767735Z test_broadcasting_multiple_output (__main__.TestCudaFuser) ... skip: broadcast on branches can't be resolved yet (0.003s) 2022-11-23T03:02:23.6768883Z test_broadcasting_multiple_output_shape (__main__.TestCudaFuser) ... skip: Broadcast with different output not supported yet (0.002s) 2022-11-23T03:02:23.6769706Z test_broadcasting_partition_logic_0 (__main__.TestCudaFuser) ... ok (0.409s) 2022-11-23T03:02:23.6770381Z test_broadcasting_partition_logic_1 (__main__.TestCudaFuser) ... ok (0.439s) 2022-11-23T03:02:23.6771081Z test_build_shape_expression_native_dropout (__main__.TestCudaFuser) ... ok (0.430s) 2022-11-23T03:02:23.6771705Z test_category_rule (__main__.TestCudaFuser) ... ok (1.859s) 2022-11-23T03:02:23.6772331Z test_channels_last_with_broadcast (__main__.TestCudaFuser) ... ok (1.400s) 2022-11-23T03:02:23.6772923Z test_chunk (__main__.TestCudaFuser) ... ok (0.370s) 2022-11-23T03:02:23.6773457Z test_clamp (__main__.TestCudaFuser) ... ok (0.977s) 2022-11-23T03:02:23.6774138Z test_clamp_reversed_bound (__main__.TestCudaFuser) ... ok (0.313s) 2022-11-23T03:02:23.6774782Z test_clean_profile_ivalue (__main__.TestCudaFuser) ... ok (0.013s) 2022-11-23T03:02:23.6775579Z test_const (__main__.TestCudaFuser) ... ok (0.341s) 2022-11-23T03:02:23.6776316Z test_contiguous_on_broadcasted (__main__.TestCudaFuser) ... ok (0.342s) 2022-11-23T03:02:23.6776941Z test_conv2d_bias (__main__.TestCudaFuser) ... ok (1.301s) 2022-11-23T03:02:23.6778356Z test_conv2d_symbolic_shapes (__main__.TestCudaFuser) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:470: UserWarning: concrete shape for bias input is required to decompose into conv + bias (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\torch\csrc\jit\codegen\cuda\graph_fuser.cpp:2304.) 2022-11-23T03:02:23.6779616Z return callable(*args, **kwargs) 2022-11-23T03:02:23.6780013Z ok (0.020s) 2022-11-23T03:02:23.6780475Z test_cpu_scalar (__main__.TestCudaFuser) ... ok (0.634s) 2022-11-23T03:02:23.6781062Z test_cuda_fusion_guard (__main__.TestCudaFuser) ... ok (0.015s) 2022-11-23T03:02:23.6782217Z test_cuda_fusion_guard_backward (__main__.TestCudaFuser) ... STAGE:2022-11-23 02:49:32 3352:5188 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T03:02:23.6783756Z STAGE:2022-11-23 02:49:33 3352:5188 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T03:02:23.6785004Z STAGE:2022-11-23 02:49:33 3352:5188 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T03:02:23.6785770Z ok (0.734s) 2022-11-23T03:02:23.6786251Z test_device_constant (__main__.TestCudaFuser) ... ok (0.010s) 2022-11-23T03:02:23.6786956Z test_disable_const_chunk_propagation_for_normalization (__main__.TestCudaFuser) ... ok (0.663s) 2022-11-23T03:02:23.6787656Z test_disable_sibling_fuse (__main__.TestCudaFuser) ... ok (0.009s) 2022-11-23T03:02:23.6788420Z test_dropout_inference_fusion (__main__.TestCudaFuser) ... ok (0.342s) 2022-11-23T03:02:23.6789143Z test_dropout_train_nograd_fusion (__main__.TestCudaFuser) ... ok (0.714s) 2022-11-23T03:02:23.6789904Z test_dropout_train_nograd_prob_check (__main__.TestCudaFuser) ... ok (0.568s) 2022-11-23T03:02:23.6790574Z test_dropout_training_fusion (__main__.TestCudaFuser) ... ok (5.589s) 2022-11-23T03:02:23.6791386Z test_dropout_training_prob_check (__main__.TestCudaFuser) ... ok (0.604s) 2022-11-23T03:02:23.6792489Z test_dynamic_size (__main__.TestCudaFuser) ... [W C:\actions-runner\_work\pytorch\pytorch\torch\csrc\jit\python\init.cpp:835] Warning: Use _jit_set_fusion_strategy, bailout depth is deprecated. Setting to (STATIC, 20) (function operator ()) 2022-11-23T03:02:23.6793391Z ok (0.370s) 2022-11-23T03:02:23.6794189Z test_expand (__main__.TestCudaFuser) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\jit\__init__.py:216: UserWarning: Only works in script mode 2022-11-23T03:02:23.6795147Z warnings.warn("Only works in script mode") 2022-11-23T03:02:23.6795586Z ok (0.415s) 2022-11-23T03:02:23.6796267Z test_fix_shape_expression_bn (__main__.TestCudaFuser) ... ok (0.939s) 2022-11-23T03:02:23.6797009Z test_flatten (__main__.TestCudaFuser) ... skip: skipping this test since flatten is disabled now (0.012s) 2022-11-23T03:02:23.6797711Z test_gelu (__main__.TestCudaFuser) ... ok (1.714s) 2022-11-23T03:02:23.6798312Z test_grad_sum_to_size (__main__.TestCudaFuser) ... ok (1.237s) 2022-11-23T03:02:23.6798983Z test_graph_for_with_missing_optimized_engine (__main__.TestCudaFuser) ... ok (0.309s) 2022-11-23T03:02:23.6799641Z test_graph_rng (__main__.TestCudaFuser) ... ok (0.405s) 2022-11-23T03:02:23.6800198Z test_half (__main__.TestCudaFuser) ... ok (0.397s) 2022-11-23T03:02:23.6800775Z test_high_rank_fusion (__main__.TestCudaFuser) ... ok (0.936s) 2022-11-23T03:02:23.6801378Z test_inf_quick_patch (__main__.TestCudaFuser) ... ok (1.303s) 2022-11-23T03:02:23.6802208Z test_inplace_removal (__main__.TestCudaFuser) ... ok (0.550s) 2022-11-23T03:02:23.6803042Z test_input_output_passthrough (__main__.TestCudaFuser) ... ok (0.335s) 2022-11-23T03:02:23.6806489Z test_int_tensor_input (__main__.TestCudaFuser) ... ok (0.306s) 2022-11-23T03:02:23.6807082Z test_issue1445_fusion (__main__.TestCudaFuser) ... ok (0.770s) 2022-11-23T03:02:23.6807664Z test_issue_1785 (__main__.TestCudaFuser) ... ok (0.460s) 2022-11-23T03:02:23.6808355Z test_layer_norm_autodiff (__main__.TestCudaFuser) ... ok (8.661s) 2022-11-23T03:02:23.6808991Z test_layer_norm_parser (__main__.TestCudaFuser) ... ok (0.633s) 2022-11-23T03:02:23.6809833Z test_layer_norm_trivial_reduce_dim (__main__.TestCudaFuser) ... ok (2.400s) 2022-11-23T03:02:23.6810419Z test_linear (__main__.TestCudaFuser) ... ok (0.698s) 2022-11-23T03:02:23.6811864Z test_linear_symbolic_shapes (__main__.TestCudaFuser) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:470: UserWarning: concrete shape for linear input & weight are required to decompose into matmul + bias (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\torch\csrc\jit\codegen\cuda\graph_fuser.cpp:2137.) 2022-11-23T03:02:23.6813173Z return callable(*args, **kwargs) 2022-11-23T03:02:23.6813577Z ok (0.018s) 2022-11-23T03:02:23.6814162Z test_multiple_device_pw (__main__.TestCudaFuser) ... skip: requires multiple CUDA device (0.001s) 2022-11-23T03:02:23.6814896Z test_native_batch_norm_backward (__main__.TestCudaFuser) ... ok (0.656s) 2022-11-23T03:02:23.6815618Z test_native_layer_norm (__main__.TestCudaFuser) ... ok (13.527s) 2022-11-23T03:02:23.6816522Z test_native_layer_norm_bfloat (__main__.TestCudaFuser) ... skip: device does not support BFloat16 (0.002s) 2022-11-23T03:02:23.6817239Z test_native_layer_norm_half (__main__.TestCudaFuser) ... ok (9.046s) 2022-11-23T03:02:23.6817972Z test_nested_view (__main__.TestCudaFuser) ... skip: skipping this test since view is disabled now (0.001s) 2022-11-23T03:02:23.6818678Z test_no_tensor_input (__main__.TestCudaFuser) ... ok (0.391s) 2022-11-23T03:02:23.6819243Z test_norm (__main__.TestCudaFuser) ... ok (33.797s) 2022-11-23T03:02:23.6819897Z test_norm_bfloat (__main__.TestCudaFuser) ... skip: device does not support BFloat16 (0.000s) 2022-11-23T03:02:23.6820579Z test_norm_channels_last (__main__.TestCudaFuser) ... ok (5.761s) 2022-11-23T03:02:23.6821312Z test_norm_half (__main__.TestCudaFuser) ... ok (38.280s) 2022-11-23T03:02:23.6821962Z test_norm_half_layer (__main__.TestCudaFuser) ... ok (6.145s) 2022-11-23T03:02:23.6822570Z test_norm_large (__main__.TestCudaFuser) ... ok (38.745s) 2022-11-23T03:02:23.6823401Z test_normalization_partition (__main__.TestCudaFuser) ... ok (2.064s) 2022-11-23T03:02:23.6824580Z test_nvfuser_comparison_callbacks_with_fallback (__main__.TestCudaFuser) ... ok (0.322s) 2022-11-23T03:02:23.6825484Z test_nvfuser_comparison_callbacks_without_fallback (__main__.TestCudaFuser) ... ok (0.013s) 2022-11-23T03:02:23.6826321Z test_overlapped_input (__main__.TestCudaFuser) ... ok (0.287s) 2022-11-23T03:02:23.6827200Z test_permutation_preservation (__main__.TestCudaFuser) ... ok (0.677s) 2022-11-23T03:02:23.6828001Z test_permutation_preservation_edge_case_0 (__main__.TestCudaFuser) ... ok (0.328s) 2022-11-23T03:02:23.6829560Z test_permutation_preservation_edge_case_1_broken (__main__.TestCudaFuser) ... C:\actions-runner\_work\pytorch\pytorch\test\test_jit_cuda_fuser.py:2269: UserWarning: permutation propagation is broken, proper support should come after nvfuser permutation scheduler update 2022-11-23T03:02:23.6830901Z warnings.warn( 2022-11-23T03:02:23.6831329Z ok (0.348s) 2022-11-23T03:02:23.6831970Z test_permutation_preservation_edge_case_2 (__main__.TestCudaFuser) ... ok (0.469s) 2022-11-23T03:02:23.6832688Z test_permute (__main__.TestCudaFuser) ... ok (11.550s) 2022-11-23T03:02:23.6833399Z test_pointwise_reference_tensor (__main__.TestCudaFuser) ... ok (0.446s) 2022-11-23T03:02:23.6834326Z test_profile_ivalue (__main__.TestCudaFuser) ... ok (0.427s) 2022-11-23T03:02:23.6836642Z test_profile_ivalue_multiple_profiles (__main__.TestCudaFuser) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:470: UserWarning: torch::jit::fuser::cuda::`anonymous-namespace'::profileIntList::::()::::operator () sees varying value in profiling, ignoring and this should be handled by GUARD logic (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\torch\csrc\jit\codegen\cuda\parser.cpp:3822.) 2022-11-23T03:02:23.6838753Z return callable(*args, **kwargs) 2022-11-23T03:02:23.6839812Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:470: UserWarning: operator () profile_node %42 : int[] = prim::profile_ivalue[profile_failed="varying profile values"](%40) 2022-11-23T03:02:23.6841364Z does not have profile information (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\torch\csrc\jit\codegen\cuda\graph_fuser.cpp:109.) 2022-11-23T03:02:23.6842171Z return callable(*args, **kwargs) 2022-11-23T03:02:23.6842648Z ok (0.027s) 2022-11-23T03:02:23.6843355Z test_profiling_node (__main__.TestCudaFuser) ... skip: Skipped due to rand_like behavior change (0.001s) 2022-11-23T03:02:23.6844376Z test_pw_single_reduction_partition (__main__.TestCudaFuser) ... ok (0.679s) 2022-11-23T03:02:23.6845002Z test_random_topo (__main__.TestCudaFuser) ... ok (0.794s) 2022-11-23T03:02:23.6845577Z test_reduction (__main__.TestCudaFuser) ... ok (47.474s) 2022-11-23T03:02:23.6846287Z test_reduction_dtypes_axis (__main__.TestCudaFuser) ... ok (18.822s) 2022-11-23T03:02:23.6847031Z test_reduction_empty_axes (__main__.TestCudaFuser) ... ok (0.710s) 2022-11-23T03:02:23.6848346Z test_reduction_multiple_output (__main__.TestCudaFuser) ... [W C:\actions-runner\_work\pytorch\pytorch\torch\csrc\jit\python\init.cpp:835] Warning: Use _jit_set_fusion_strategy, bailout depth is deprecated. Setting to (STATIC, 20) (function operator ()) 2022-11-23T03:02:23.6849393Z ok (1.308s) 2022-11-23T03:02:23.6849973Z test_reduction_permutation (__main__.TestCudaFuser) ... ok (159.135s) 2022-11-23T03:02:23.6850817Z test_reduction_sizes_op (__main__.TestCudaFuser) ... ok (0.012s) 2022-11-23T03:02:23.6853008Z test_remove_output_used_only_in_dtype (__main__.TestCudaFuser) ... ok (1.010s) 2022-11-23T03:02:23.6853639Z test_rsub (__main__.TestCudaFuser) ... ok (0.361s) 2022-11-23T03:02:23.6854275Z test_scalar_cuda_tensor (__main__.TestCudaFuser) ... ok (0.297s) 2022-11-23T03:02:23.6854958Z test_scalar_input (__main__.TestCudaFuser) ... ok (0.373s) 2022-11-23T03:02:23.6855585Z test_scalar_tensor (__main__.TestCudaFuser) ... ok (0.289s) 2022-11-23T03:02:23.6856407Z test_scalar_tensor_permuted (__main__.TestCudaFuser) ... ok (0.329s) 2022-11-23T03:02:23.6857299Z test_scheduler_with_polymorphic_broadcast (__main__.TestCudaFuser) ... ok (1.450s) 2022-11-23T03:02:23.6858407Z test_shape_expression (__main__.TestCudaFuser) ... skip: skipping this test since squeeze/unsqueeze is disabled now (0.003s) 2022-11-23T03:02:23.6859245Z test_sibling_fusion (__main__.TestCudaFuser) ... ok (0.702s) 2022-11-23T03:02:23.6859975Z test_sibling_fusion_no_scalar_inputs (__main__.TestCudaFuser) ... ok (0.012s) 2022-11-23T03:02:23.6860773Z test_single_reduction_broadcast (__main__.TestCudaFuser) ... ok (0.411s) 2022-11-23T03:02:23.6861474Z test_singleton_fusion (__main__.TestCudaFuser) ... ok (0.299s) 2022-11-23T03:02:23.6862157Z test_skip_parser (__main__.TestCudaFuser) ... ok (0.963s) 2022-11-23T03:02:23.6864513Z test_softmax (__main__.TestCudaFuser) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\__init__.py:300: UserWarning: ptxas optimization level manually set as 0, which could negatively affect performance. Try removing env variable PYTORCH_NVFUSER_JIT_OPT_LEVEL for optimal performance. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\torch\csrc\jit\codegen\cuda\executor_utils.cpp:1104.) 2022-11-23T03:02:23.6866435Z return Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-11-23T03:02:23.6867097Z ok (199.849s) 2022-11-23T03:02:23.6867762Z test_softmax_bfloat (__main__.TestCudaFuser) ... skip: device does not support BFloat16 (0.002s) 2022-11-23T03:02:23.6868568Z test_softmax_dtype (__main__.TestCudaFuser) ... ok (1.323s) 2022-11-23T03:02:23.6869231Z test_softmax_half (__main__.TestCudaFuser) ... ok (35.872s) 2022-11-23T03:02:23.6870029Z test_softplus_fuser (__main__.TestCudaFuser) ... ok (0.784s) 2022-11-23T03:02:23.6870965Z test_squeeze (__main__.TestCudaFuser) ... skip: skipping this test since squeeze/unsqueeze is disabled now (0.000s) 2022-11-23T03:02:23.6872122Z test_squeeze_negative_dim (__main__.TestCudaFuser) ... skip: skipping this test since squeeze/unsqueeze is disabled now (0.000s) 2022-11-23T03:02:23.6873161Z test_squeeze_zero (__main__.TestCudaFuser) ... skip: skipping this test since squeeze/unsqueeze is disabled now (0.000s) 2022-11-23T03:02:23.6873804Z test_strict_fusion (__main__.TestCudaFuser) ... ok (0.345s) 2022-11-23T03:02:23.6874149Z test_sum_to_one (__main__.TestCudaFuser) ... ok (0.417s) 2022-11-23T03:02:23.6874658Z test_sum_to_size (__main__.TestCudaFuser) ... ok (1.037s) 2022-11-23T03:02:23.6875123Z test_ternary_ops (__main__.TestCudaFuser) ... ok (2.563s) 2022-11-23T03:02:23.6875505Z test_ternary_ops_integer_compatibility (__main__.TestCudaFuser) ... ok (5.562s) 2022-11-23T03:02:23.6875911Z test_ternary_ops_type_promotion (__main__.TestCudaFuser) ... ok (0.002s) 2022-11-23T03:02:23.6876274Z test_to_boolean (__main__.TestCudaFuser) ... ok (0.336s) 2022-11-23T03:02:23.6876730Z test_to_copy (__main__.TestCudaFuser) ... ok (1.229s) 2022-11-23T03:02:23.6877123Z test_to_dtype_bf16_to_bf16 (__main__.TestCudaFuser) ... skip: device does not support BFloat16 (0.002s) 2022-11-23T03:02:23.6877778Z test_to_dtype_bf16_to_fp32 (__main__.TestCudaFuser) ... skip: device does not support BFloat16 (0.001s) 2022-11-23T03:02:23.6878321Z test_to_dtype_fp16_to_fp16 (__main__.TestCudaFuser) ... ok (0.339s) 2022-11-23T03:02:23.6878696Z test_to_dtype_fp16_to_fp32 (__main__.TestCudaFuser) ... ok (0.322s) 2022-11-23T03:02:23.6879724Z test_to_dtype_fp32_to_bf16 (__main__.TestCudaFuser) ... skip: device does not support BFloat16 (0.002s) 2022-11-23T03:02:23.6880178Z test_to_dtype_fp32_to_fp16 (__main__.TestCudaFuser) ... ok (0.330s) 2022-11-23T03:02:23.6880515Z test_transpose (__main__.TestCudaFuser) ... ok (4.816s) 2022-11-23T03:02:23.6880869Z test_transpose_default (__main__.TestCudaFuser) ... ok (0.363s) 2022-11-23T03:02:23.6881229Z test_trivial_reduction (__main__.TestCudaFuser) ... ok (0.702s) 2022-11-23T03:02:23.6881577Z test_type_as_op (__main__.TestCudaFuser) ... ok (0.354s) 2022-11-23T03:02:23.6881918Z test_type_inference (__main__.TestCudaFuser) ... ok (0.023s) 2022-11-23T03:02:23.6882271Z test_unary_bitwise (__main__.TestCudaFuser) ... ok (0.720s) 2022-11-23T03:02:23.6882700Z test_unary_ops (__main__.TestCudaFuser) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.6883342Z test_unsqueeze (__main__.TestCudaFuser) ... skip: skipping this test since squeeze/unsqueeze is disabled now (0.000s) 2022-11-23T03:02:23.6883791Z test_variance (__main__.TestCudaFuser) ... ok (5.867s) 2022-11-23T03:02:23.6884144Z test_variance_profiling (__main__.TestCudaFuser) ... ok (33.053s) 2022-11-23T03:02:23.6884884Z test_view (__main__.TestCudaFuser) ... skip: skipping this test since view is disabled now (0.001s) 2022-11-23T03:02:23.6885307Z test_view_before_permute (__main__.TestCudaFuser) ... ok (4.841s) 2022-11-23T03:02:23.6885809Z test_view_copy_graph_guard (__main__.TestCudaFuser) ... skip: skipping this test since reshape is disabled now (0.000s) 2022-11-23T03:02:23.6886587Z test_view_copy_graph_guard_double_fusion (__main__.TestCudaFuser) ... skip: skipping this test since view is disabled now (0.000s) 2022-11-23T03:02:23.6887382Z test_nvfuser_correctness_H_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.6888524Z test_nvfuser_correctness_H_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.013s) 2022-11-23T03:02:23.6889700Z test_nvfuser_correctness_H_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.6890981Z test_nvfuser_correctness_H_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.6892368Z test_nvfuser_correctness_H_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.6893500Z test_nvfuser_correctness_H_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.6894698Z test_nvfuser_correctness_H_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.6895849Z test_nvfuser_correctness_H_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.6897000Z test_nvfuser_correctness_H_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.6898254Z test_nvfuser_correctness_H_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.6899578Z test_nvfuser_correctness_H_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.6900775Z test_nvfuser_correctness_H_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.6901908Z test_nvfuser_correctness_H_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.6903261Z test_nvfuser_correctness_T_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.6904638Z test_nvfuser_correctness_T_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.6906039Z test_nvfuser_correctness_T_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.6907204Z test_nvfuser_correctness_T_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.6907888Z test_nvfuser_correctness_T_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.6908581Z test_nvfuser_correctness_T_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.6909651Z test_nvfuser_correctness_T_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.008s) 2022-11-23T03:02:23.6910484Z test_nvfuser_correctness_T_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.6911700Z test_nvfuser_correctness_T_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.6912953Z test_nvfuser_correctness_T_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.6913972Z test_nvfuser_correctness_T_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.6914581Z test_nvfuser_correctness_T_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.6915183Z test_nvfuser_correctness_T_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.6915814Z test_nvfuser_correctness___getitem___cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.6916456Z test_nvfuser_correctness___getitem___cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.6917096Z test_nvfuser_correctness___getitem___cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.6917733Z test_nvfuser_correctness___getitem___cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.6918756Z test_nvfuser_correctness___getitem___cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.6920160Z test_nvfuser_correctness___getitem___cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.6921377Z test_nvfuser_correctness___getitem___cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.6922599Z test_nvfuser_correctness___getitem___cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.6923975Z test_nvfuser_correctness___getitem___cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.6925656Z test_nvfuser_correctness___getitem___cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T03:02:23.6928193Z test_nvfuser_correctness___getitem___cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.6930118Z test_nvfuser_correctness___getitem___cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.6931375Z test_nvfuser_correctness___getitem___cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.6933164Z test_nvfuser_correctness___radd___cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.6935906Z test_nvfuser_correctness___radd___cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.007s) 2022-11-23T03:02:23.6937463Z test_nvfuser_correctness___radd___cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.6939096Z test_nvfuser_correctness___radd___cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.6940453Z test_nvfuser_correctness___radd___cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.6941632Z test_nvfuser_correctness___radd___cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.6942732Z test_nvfuser_correctness___radd___cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.6943808Z test_nvfuser_correctness___radd___cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.6944879Z test_nvfuser_correctness___radd___cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.6945957Z test_nvfuser_correctness___radd___cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.6947172Z test_nvfuser_correctness___radd___cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.6948379Z test_nvfuser_correctness___radd___cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.6949466Z test_nvfuser_correctness___rand___cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.6950540Z test_nvfuser_correctness___rand___cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.6951627Z test_nvfuser_correctness___rand___cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.6952708Z test_nvfuser_correctness___rand___cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.6954110Z test_nvfuser_correctness___rand___cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.6955264Z test_nvfuser_correctness___rand___cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.6956352Z test_nvfuser_correctness___rdiv___cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.6957444Z test_nvfuser_correctness___rdiv___cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.6958544Z test_nvfuser_correctness___rdiv___cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.6959726Z test_nvfuser_correctness___rdiv___cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.6960934Z test_nvfuser_correctness___rdiv___cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.6962158Z test_nvfuser_correctness___rdiv___cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.6963391Z test_nvfuser_correctness___rdiv___cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.6964500Z test_nvfuser_correctness___rdiv___cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:23.6965564Z test_nvfuser_correctness___rdiv___cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.6966633Z test_nvfuser_correctness___rdiv___cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.6967809Z test_nvfuser_correctness___rdiv___cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.6969035Z test_nvfuser_correctness___rdiv___cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.6970134Z test_nvfuser_correctness___rmatmul___cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:02:23.6971239Z test_nvfuser_correctness___rmatmul___cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.6972382Z test_nvfuser_correctness___rmatmul___cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.6973507Z test_nvfuser_correctness___rmatmul___cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:23.6974722Z test_nvfuser_correctness___rmatmul___cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.6975974Z test_nvfuser_correctness___rmatmul___cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.6977075Z test_nvfuser_correctness___rmod___cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.6978329Z test_nvfuser_correctness___rmod___cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.6979427Z test_nvfuser_correctness___rmod___cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.6980560Z test_nvfuser_correctness___rmod___cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.6981911Z test_nvfuser_correctness___rmod___cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.6983106Z test_nvfuser_correctness___rmod___cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.6984162Z test_nvfuser_correctness___rmod___cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.6985250Z test_nvfuser_correctness___rmod___cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.6986316Z test_nvfuser_correctness___rmod___cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.6988699Z test_nvfuser_correctness___rmul___cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.6990035Z test_nvfuser_correctness___rmul___cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.6991126Z test_nvfuser_correctness___rmul___cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.6992227Z test_nvfuser_correctness___rmul___cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.6993320Z test_nvfuser_correctness___rmul___cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.6994404Z test_nvfuser_correctness___rmul___cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.6995567Z test_nvfuser_correctness___rmul___cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.6996767Z test_nvfuser_correctness___rmul___cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.6997850Z test_nvfuser_correctness___rmul___cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.6998912Z test_nvfuser_correctness___rmul___cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:23.6999982Z test_nvfuser_correctness___rmul___cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7001052Z test_nvfuser_correctness___rmul___cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7002198Z test_nvfuser_correctness___ror___cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7003432Z test_nvfuser_correctness___ror___cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7004689Z test_nvfuser_correctness___ror___cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7005760Z test_nvfuser_correctness___ror___cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7006833Z test_nvfuser_correctness___ror___cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7007890Z test_nvfuser_correctness___ror___cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7009014Z test_nvfuser_correctness___rpow___cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7010188Z test_nvfuser_correctness___rpow___cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7011357Z test_nvfuser_correctness___rpow___cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7012467Z test_nvfuser_correctness___rpow___cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7013674Z test_nvfuser_correctness___rpow___cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7014777Z test_nvfuser_correctness___rpow___cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7015858Z test_nvfuser_correctness___rpow___cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7016993Z test_nvfuser_correctness___rpow___cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7018217Z test_nvfuser_correctness___rpow___cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7019287Z test_nvfuser_correctness___rpow___cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7020336Z test_nvfuser_correctness___rpow___cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7021419Z test_nvfuser_correctness___rsub___cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.7022510Z test_nvfuser_correctness___rsub___cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.7023680Z test_nvfuser_correctness___rsub___cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.7024895Z test_nvfuser_correctness___rsub___cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.7025983Z test_nvfuser_correctness___rsub___cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.7027078Z test_nvfuser_correctness___rsub___cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.7028314Z test_nvfuser_correctness___rsub___cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-11-23T03:02:23.7029381Z test_nvfuser_correctness___rsub___cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7030540Z test_nvfuser_correctness___rsub___cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7031737Z test_nvfuser_correctness___rsub___cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7032827Z test_nvfuser_correctness___rsub___cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T03:02:23.7033910Z test_nvfuser_correctness___rxor___cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7034984Z test_nvfuser_correctness___rxor___cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7036070Z test_nvfuser_correctness___rxor___cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.7037371Z test_nvfuser_correctness___rxor___cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:23.7038599Z test_nvfuser_correctness___rxor___cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.7039696Z test_nvfuser_correctness___rxor___cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.7040836Z test_nvfuser_correctness__softmax_backward_data_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.7042010Z test_nvfuser_correctness__softmax_backward_data_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.7043173Z test_nvfuser_correctness__softmax_backward_data_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-11-23T03:02:23.7044378Z test_nvfuser_correctness__softmax_backward_data_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7045651Z test_nvfuser_correctness_abs_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7046731Z test_nvfuser_correctness_abs_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7047816Z test_nvfuser_correctness_abs_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7048974Z test_nvfuser_correctness_abs_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7050058Z test_nvfuser_correctness_abs_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7051149Z test_nvfuser_correctness_abs_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:23.7052366Z test_nvfuser_correctness_abs_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7053431Z test_nvfuser_correctness_abs_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7054495Z test_nvfuser_correctness_abs_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7055542Z test_nvfuser_correctness_abs_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7056682Z test_nvfuser_correctness_abs_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7057820Z test_nvfuser_correctness_abs_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:23.7058955Z test_nvfuser_correctness_abs_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7060028Z test_nvfuser_correctness_acos_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7061233Z test_nvfuser_correctness_acos_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7062343Z test_nvfuser_correctness_acos_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.7063443Z test_nvfuser_correctness_acos_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.7064534Z test_nvfuser_correctness_acos_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:23.7065621Z test_nvfuser_correctness_acos_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.7066670Z test_nvfuser_correctness_acos_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.7067738Z test_nvfuser_correctness_acos_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.7068801Z test_nvfuser_correctness_acos_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:02:23.7069876Z test_nvfuser_correctness_acos_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7070946Z test_nvfuser_correctness_acos_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7072004Z test_nvfuser_correctness_acos_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7073075Z test_nvfuser_correctness_acos_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7074247Z test_nvfuser_correctness_acosh_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7075620Z test_nvfuser_correctness_acosh_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7076719Z test_nvfuser_correctness_acosh_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7077796Z test_nvfuser_correctness_acosh_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7078901Z test_nvfuser_correctness_acosh_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7079993Z test_nvfuser_correctness_acosh_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7081062Z test_nvfuser_correctness_acosh_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7082138Z test_nvfuser_correctness_acosh_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7083212Z test_nvfuser_correctness_acosh_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7084266Z test_nvfuser_correctness_acosh_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7085443Z test_nvfuser_correctness_acosh_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7086539Z test_nvfuser_correctness_acosh_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7087618Z test_nvfuser_correctness_acosh_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7088698Z test_nvfuser_correctness_add_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7089744Z test_nvfuser_correctness_add_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7090836Z test_nvfuser_correctness_add_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T03:02:23.7091937Z test_nvfuser_correctness_add_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.7093020Z test_nvfuser_correctness_add_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7094107Z test_nvfuser_correctness_add_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.7095183Z test_nvfuser_correctness_add_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.7096300Z test_nvfuser_correctness_add_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:23.7097378Z test_nvfuser_correctness_add_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.7098447Z test_nvfuser_correctness_add_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.7099652Z test_nvfuser_correctness_add_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.7100694Z test_nvfuser_correctness_add_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:02:23.7101765Z test_nvfuser_correctness_add_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.7102865Z test_nvfuser_correctness_addbmm_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.7103982Z test_nvfuser_correctness_addbmm_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.7105228Z test_nvfuser_correctness_addbmm_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.7106518Z test_nvfuser_correctness_addbmm_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:02:23.7107697Z test_nvfuser_correctness_addbmm_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.7108921Z test_nvfuser_correctness_addbmm_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.7110091Z test_nvfuser_correctness_addcdiv_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.7111211Z test_nvfuser_correctness_addcdiv_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.7112330Z test_nvfuser_correctness_addcdiv_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:02:23.7113455Z test_nvfuser_correctness_addcdiv_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.7114579Z test_nvfuser_correctness_addcdiv_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.7115687Z test_nvfuser_correctness_addcdiv_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.7116795Z test_nvfuser_correctness_addcmul_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:02:23.7117925Z test_nvfuser_correctness_addcmul_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7119054Z test_nvfuser_correctness_addcmul_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7120171Z test_nvfuser_correctness_addcmul_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7121289Z test_nvfuser_correctness_addcmul_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7122404Z test_nvfuser_correctness_addcmul_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7123637Z test_nvfuser_correctness_addcmul_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7124730Z test_nvfuser_correctness_addcmul_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7125807Z test_nvfuser_correctness_addcmul_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7126901Z test_nvfuser_correctness_addcmul_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7127997Z test_nvfuser_correctness_addcmul_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7129098Z test_nvfuser_correctness_addmm_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:23.7130215Z test_nvfuser_correctness_addmm_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7131331Z test_nvfuser_correctness_addmm_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7132554Z test_nvfuser_correctness_addmm_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7133662Z test_nvfuser_correctness_addmm_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7134732Z test_nvfuser_correctness_addmm_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7135874Z test_nvfuser_correctness_addmm_decomposed_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7137039Z test_nvfuser_correctness_addmm_decomposed_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7138201Z test_nvfuser_correctness_addmm_decomposed_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7139275Z test_nvfuser_correctness_addmm_decomposed_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.000s) 2022-11-23T03:02:23.7140342Z test_nvfuser_correctness_addmm_decomposed_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7141495Z test_nvfuser_correctness_addmm_decomposed_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:23.7142608Z test_nvfuser_correctness_addmv_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.7143716Z test_nvfuser_correctness_addmv_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.7144829Z test_nvfuser_correctness_addmv_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.012s) 2022-11-23T03:02:23.7145928Z test_nvfuser_correctness_addmv_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7146985Z test_nvfuser_correctness_addmv_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7148261Z test_nvfuser_correctness_addmv_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7149343Z test_nvfuser_correctness_addr_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7150424Z test_nvfuser_correctness_addr_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7151525Z test_nvfuser_correctness_addr_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7152627Z test_nvfuser_correctness_addr_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7153726Z test_nvfuser_correctness_addr_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7154801Z test_nvfuser_correctness_addr_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7155874Z test_nvfuser_correctness_addr_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7157074Z test_nvfuser_correctness_addr_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7158164Z test_nvfuser_correctness_addr_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7159255Z test_nvfuser_correctness_addr_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7160337Z test_nvfuser_correctness_addr_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7161413Z test_nvfuser_correctness_addr_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7162612Z test_nvfuser_correctness_all_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7163861Z test_nvfuser_correctness_all_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7164964Z test_nvfuser_correctness_all_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7166080Z test_nvfuser_correctness_all_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.7167176Z test_nvfuser_correctness_all_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.7168253Z test_nvfuser_correctness_all_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:23.7169316Z test_nvfuser_correctness_all_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7219527Z test_nvfuser_correctness_all_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7220856Z test_nvfuser_correctness_all_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7221934Z test_nvfuser_correctness_all_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7223003Z test_nvfuser_correctness_all_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7224080Z test_nvfuser_correctness_all_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7225070Z test_nvfuser_correctness_allclose_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-11-23T03:02:23.7225998Z test_nvfuser_correctness_allclose_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-11-23T03:02:23.7226905Z test_nvfuser_correctness_allclose_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-11-23T03:02:23.7227827Z test_nvfuser_correctness_allclose_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-11-23T03:02:23.7228740Z test_nvfuser_correctness_allclose_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-11-23T03:02:23.7229655Z test_nvfuser_correctness_allclose_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-11-23T03:02:23.7230793Z test_nvfuser_correctness_amax_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7231918Z test_nvfuser_correctness_amax_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7233011Z test_nvfuser_correctness_amax_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7234111Z test_nvfuser_correctness_amax_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7235198Z test_nvfuser_correctness_amax_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7236272Z test_nvfuser_correctness_amax_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7237370Z test_nvfuser_correctness_amax_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7238453Z test_nvfuser_correctness_amax_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7239535Z test_nvfuser_correctness_amax_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7240617Z test_nvfuser_correctness_amax_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7241705Z test_nvfuser_correctness_amin_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.7242787Z test_nvfuser_correctness_amin_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7243882Z test_nvfuser_correctness_amin_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.7245127Z test_nvfuser_correctness_amin_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:23.7246223Z test_nvfuser_correctness_amin_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.7247276Z test_nvfuser_correctness_amin_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.7248412Z test_nvfuser_correctness_amin_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.7249488Z test_nvfuser_correctness_amin_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.7250562Z test_nvfuser_correctness_amin_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-11-23T03:02:23.7251632Z test_nvfuser_correctness_amin_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7252712Z test_nvfuser_correctness_aminmax_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7253812Z test_nvfuser_correctness_aminmax_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7255028Z test_nvfuser_correctness_aminmax_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7256160Z test_nvfuser_correctness_aminmax_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7257261Z test_nvfuser_correctness_aminmax_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7258330Z test_nvfuser_correctness_aminmax_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7259415Z test_nvfuser_correctness_aminmax_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7260491Z test_nvfuser_correctness_aminmax_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7261581Z test_nvfuser_correctness_aminmax_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7262662Z test_nvfuser_correctness_aminmax_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7263754Z test_nvfuser_correctness_angle_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7265042Z test_nvfuser_correctness_angle_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7266225Z test_nvfuser_correctness_angle_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7267322Z test_nvfuser_correctness_angle_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7268412Z test_nvfuser_correctness_angle_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7269628Z test_nvfuser_correctness_angle_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7270710Z test_nvfuser_correctness_angle_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7271781Z test_nvfuser_correctness_angle_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.7272853Z test_nvfuser_correctness_angle_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.7273936Z test_nvfuser_correctness_angle_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:23.7275046Z test_nvfuser_correctness_angle_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.7276126Z test_nvfuser_correctness_any_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.7277210Z test_nvfuser_correctness_any_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.7278442Z test_nvfuser_correctness_any_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.7279566Z test_nvfuser_correctness_any_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:02:23.7280666Z test_nvfuser_correctness_any_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.7281743Z test_nvfuser_correctness_any_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.7282829Z test_nvfuser_correctness_any_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.7283905Z test_nvfuser_correctness_any_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:02:23.7284989Z test_nvfuser_correctness_any_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.7286052Z test_nvfuser_correctness_any_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.7287109Z test_nvfuser_correctness_any_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.7288198Z test_nvfuser_correctness_any_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:02:23.7289276Z test_nvfuser_correctness_arange_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T03:02:23.7290382Z test_nvfuser_correctness_arange_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.7291471Z test_nvfuser_correctness_arange_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.7292546Z test_nvfuser_correctness_arange_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.7294825Z test_nvfuser_correctness_arange_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:02:23.7295955Z test_nvfuser_correctness_arange_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7297047Z test_nvfuser_correctness_arange_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7298129Z test_nvfuser_correctness_arange_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7299207Z test_nvfuser_correctness_arange_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7300294Z test_nvfuser_correctness_argmax_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7301512Z test_nvfuser_correctness_argmax_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7302608Z test_nvfuser_correctness_argmax_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7303838Z test_nvfuser_correctness_argmax_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7304921Z test_nvfuser_correctness_argmax_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7305998Z test_nvfuser_correctness_argmax_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7307066Z test_nvfuser_correctness_argmax_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7308138Z test_nvfuser_correctness_argmax_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7309215Z test_nvfuser_correctness_argmax_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7310299Z test_nvfuser_correctness_argmin_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7311392Z test_nvfuser_correctness_argmin_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7312484Z test_nvfuser_correctness_argmin_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7313566Z test_nvfuser_correctness_argmin_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7314642Z test_nvfuser_correctness_argmin_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7315722Z test_nvfuser_correctness_argmin_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7316797Z test_nvfuser_correctness_argmin_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7318014Z test_nvfuser_correctness_argmin_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7319086Z test_nvfuser_correctness_argmin_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7320172Z test_nvfuser_correctness_argsort_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7321264Z test_nvfuser_correctness_argsort_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7322356Z test_nvfuser_correctness_argsort_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7323457Z test_nvfuser_correctness_argsort_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.7324543Z test_nvfuser_correctness_argsort_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.7325622Z test_nvfuser_correctness_argsort_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:23.7326841Z test_nvfuser_correctness_argsort_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.7328107Z test_nvfuser_correctness_argsort_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.7329219Z test_nvfuser_correctness_argsort_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.7330334Z test_nvfuser_correctness_argwhere_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.7331430Z test_nvfuser_correctness_argwhere_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-11-23T03:02:23.7332554Z test_nvfuser_correctness_argwhere_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7333690Z test_nvfuser_correctness_argwhere_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7334818Z test_nvfuser_correctness_argwhere_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7335933Z test_nvfuser_correctness_argwhere_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7337044Z test_nvfuser_correctness_argwhere_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7338147Z test_nvfuser_correctness_argwhere_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7339222Z test_nvfuser_correctness_argwhere_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7340331Z test_nvfuser_correctness_argwhere_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7341578Z test_nvfuser_correctness_argwhere_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7342683Z test_nvfuser_correctness_argwhere_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7343812Z test_nvfuser_correctness_as_strided_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7344935Z test_nvfuser_correctness_as_strided_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7346059Z test_nvfuser_correctness_as_strided_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7347189Z test_nvfuser_correctness_as_strided_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7348378Z test_nvfuser_correctness_as_strided_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7349506Z test_nvfuser_correctness_as_strided_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7350726Z test_nvfuser_correctness_as_strided_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7351883Z test_nvfuser_correctness_as_strided_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7352989Z test_nvfuser_correctness_as_strided_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7354103Z test_nvfuser_correctness_as_strided_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7355218Z test_nvfuser_correctness_as_strided_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.7356376Z test_nvfuser_correctness_as_strided_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.7357546Z test_nvfuser_correctness_as_strided_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:23.7358267Z test_nvfuser_correctness_as_strided_scatter_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7359091Z test_nvfuser_correctness_as_strided_scatter_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7359758Z test_nvfuser_correctness_as_strided_scatter_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7360428Z test_nvfuser_correctness_as_strided_scatter_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7361081Z test_nvfuser_correctness_as_strided_scatter_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7361743Z test_nvfuser_correctness_as_strided_scatter_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7362545Z test_nvfuser_correctness_as_strided_scatter_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7363194Z test_nvfuser_correctness_as_strided_scatter_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7363843Z test_nvfuser_correctness_as_strided_scatter_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7364494Z test_nvfuser_correctness_as_strided_scatter_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7365130Z test_nvfuser_correctness_as_strided_scatter_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7365771Z test_nvfuser_correctness_as_strided_scatter_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7366569Z test_nvfuser_correctness_as_strided_scatter_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7367555Z test_nvfuser_correctness_asin_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7368379Z test_nvfuser_correctness_asin_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7369007Z test_nvfuser_correctness_asin_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7369790Z test_nvfuser_correctness_asin_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7370423Z test_nvfuser_correctness_asin_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7371215Z test_nvfuser_correctness_asin_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7371841Z test_nvfuser_correctness_asin_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7372466Z test_nvfuser_correctness_asin_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7373083Z test_nvfuser_correctness_asin_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7373699Z test_nvfuser_correctness_asin_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7374311Z test_nvfuser_correctness_asin_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7374921Z test_nvfuser_correctness_asin_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7375516Z test_nvfuser_correctness_asin_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7376132Z test_nvfuser_correctness_asinh_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7376863Z test_nvfuser_correctness_asinh_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7377481Z test_nvfuser_correctness_asinh_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7378113Z test_nvfuser_correctness_asinh_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7378735Z test_nvfuser_correctness_asinh_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7379358Z test_nvfuser_correctness_asinh_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7379981Z test_nvfuser_correctness_asinh_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7380603Z test_nvfuser_correctness_asinh_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7381221Z test_nvfuser_correctness_asinh_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7381899Z test_nvfuser_correctness_asinh_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7382535Z test_nvfuser_correctness_asinh_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7383142Z test_nvfuser_correctness_asinh_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7383815Z test_nvfuser_correctness_asinh_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T03:02:23.7384577Z test_nvfuser_correctness_atan2_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7385196Z test_nvfuser_correctness_atan2_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7385814Z test_nvfuser_correctness_atan2_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.7386435Z test_nvfuser_correctness_atan2_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.7387054Z test_nvfuser_correctness_atan2_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:23.7387667Z test_nvfuser_correctness_atan2_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.7388262Z test_nvfuser_correctness_atan2_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.7388881Z test_nvfuser_correctness_atan2_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.7389487Z test_nvfuser_correctness_atan2_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:02:23.7390097Z test_nvfuser_correctness_atan2_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7390825Z test_nvfuser_correctness_atan_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7391438Z test_nvfuser_correctness_atan_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7392064Z test_nvfuser_correctness_atan_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7392694Z test_nvfuser_correctness_atan_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7393322Z test_nvfuser_correctness_atan_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7393949Z test_nvfuser_correctness_atan_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7394546Z test_nvfuser_correctness_atan_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7395167Z test_nvfuser_correctness_atan_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7396535Z test_nvfuser_correctness_atan_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7397586Z test_nvfuser_correctness_atan_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7398689Z test_nvfuser_correctness_atan_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7399879Z test_nvfuser_correctness_atan_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7400687Z test_nvfuser_correctness_atan_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7401315Z test_nvfuser_correctness_atanh_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7401930Z test_nvfuser_correctness_atanh_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7402560Z test_nvfuser_correctness_atanh_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7403204Z test_nvfuser_correctness_atanh_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T03:02:23.7403814Z test_nvfuser_correctness_atanh_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7404442Z test_nvfuser_correctness_atanh_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7405070Z test_nvfuser_correctness_atanh_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.7405690Z test_nvfuser_correctness_atanh_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.7406450Z test_nvfuser_correctness_atanh_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:23.7407063Z test_nvfuser_correctness_atanh_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.7407681Z test_nvfuser_correctness_atanh_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.7408300Z test_nvfuser_correctness_atanh_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.7408913Z test_nvfuser_correctness_atanh_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.7409536Z test_nvfuser_correctness_atleast_1d_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7410161Z test_nvfuser_correctness_atleast_1d_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7410800Z test_nvfuser_correctness_atleast_1d_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7411526Z test_nvfuser_correctness_atleast_1d_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7412191Z test_nvfuser_correctness_atleast_1d_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7412835Z test_nvfuser_correctness_atleast_1d_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7413462Z test_nvfuser_correctness_atleast_1d_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7414072Z test_nvfuser_correctness_atleast_1d_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7414690Z test_nvfuser_correctness_atleast_1d_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7415311Z test_nvfuser_correctness_atleast_1d_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7415923Z test_nvfuser_correctness_atleast_1d_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7416530Z test_nvfuser_correctness_atleast_1d_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7417159Z test_nvfuser_correctness_atleast_1d_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7417785Z test_nvfuser_correctness_atleast_2d_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7418420Z test_nvfuser_correctness_atleast_2d_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7419205Z test_nvfuser_correctness_atleast_2d_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7419948Z test_nvfuser_correctness_atleast_2d_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7420580Z test_nvfuser_correctness_atleast_2d_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7421211Z test_nvfuser_correctness_atleast_2d_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7421837Z test_nvfuser_correctness_atleast_2d_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.7422460Z test_nvfuser_correctness_atleast_2d_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7423080Z test_nvfuser_correctness_atleast_2d_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.7423686Z test_nvfuser_correctness_atleast_2d_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:23.7424509Z test_nvfuser_correctness_atleast_2d_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.7425232Z test_nvfuser_correctness_atleast_2d_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.7425869Z test_nvfuser_correctness_atleast_2d_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.7426503Z test_nvfuser_correctness_atleast_3d_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.7427135Z test_nvfuser_correctness_atleast_3d_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:02:23.7427770Z test_nvfuser_correctness_atleast_3d_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.7428412Z test_nvfuser_correctness_atleast_3d_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.7429049Z test_nvfuser_correctness_atleast_3d_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.7429683Z test_nvfuser_correctness_atleast_3d_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.7430319Z test_nvfuser_correctness_atleast_3d_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:02:23.7430921Z test_nvfuser_correctness_atleast_3d_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.7431534Z test_nvfuser_correctness_atleast_3d_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.7432168Z test_nvfuser_correctness_atleast_3d_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.7432787Z test_nvfuser_correctness_atleast_3d_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.7433500Z test_nvfuser_correctness_atleast_3d_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.012s) 2022-11-23T03:02:23.7434126Z test_nvfuser_correctness_atleast_3d_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7434741Z test_nvfuser_correctness_baddbmm_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7435380Z test_nvfuser_correctness_baddbmm_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7436021Z test_nvfuser_correctness_baddbmm_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7436654Z test_nvfuser_correctness_baddbmm_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7437256Z test_nvfuser_correctness_baddbmm_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7437890Z test_nvfuser_correctness_baddbmm_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7439156Z test_nvfuser_correctness_bernoulli_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7440328Z test_nvfuser_correctness_bernoulli_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7441417Z test_nvfuser_correctness_bernoulli_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7442064Z test_nvfuser_correctness_bernoulli_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7442634Z test_nvfuser_correctness_bfloat16_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-11-23T03:02:23.7443146Z test_nvfuser_correctness_bfloat16_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-11-23T03:02:23.7443670Z test_nvfuser_correctness_bfloat16_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-11-23T03:02:23.7444180Z test_nvfuser_correctness_bfloat16_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-11-23T03:02:23.7444708Z test_nvfuser_correctness_bfloat16_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-11-23T03:02:23.7445227Z test_nvfuser_correctness_bfloat16_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-11-23T03:02:23.7445734Z test_nvfuser_correctness_bfloat16_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-11-23T03:02:23.7446239Z test_nvfuser_correctness_bfloat16_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-11-23T03:02:23.7446748Z test_nvfuser_correctness_bfloat16_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.003s) 2022-11-23T03:02:23.7447253Z test_nvfuser_correctness_bfloat16_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-11-23T03:02:23.7447754Z test_nvfuser_correctness_bfloat16_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-11-23T03:02:23.7448279Z test_nvfuser_correctness_bfloat16_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-11-23T03:02:23.7448788Z test_nvfuser_correctness_bfloat16_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-11-23T03:02:23.7449478Z test_nvfuser_correctness_bincount_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7450106Z test_nvfuser_correctness_bincount_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7450727Z test_nvfuser_correctness_bincount_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7451356Z test_nvfuser_correctness_bincount_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7451980Z test_nvfuser_correctness_bincount_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7452606Z test_nvfuser_correctness_bitwise_and_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7453236Z test_nvfuser_correctness_bitwise_and_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7453857Z test_nvfuser_correctness_bitwise_and_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7454550Z test_nvfuser_correctness_bitwise_and_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7455291Z test_nvfuser_correctness_bitwise_and_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7455924Z test_nvfuser_correctness_bitwise_and_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T03:02:23.7456559Z test_nvfuser_correctness_bitwise_left_shift_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7457199Z test_nvfuser_correctness_bitwise_left_shift_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7457839Z test_nvfuser_correctness_bitwise_left_shift_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.7458473Z test_nvfuser_correctness_bitwise_left_shift_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.7459110Z test_nvfuser_correctness_bitwise_left_shift_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:23.7459739Z test_nvfuser_correctness_bitwise_not_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.7460358Z test_nvfuser_correctness_bitwise_not_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.7460964Z test_nvfuser_correctness_bitwise_not_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.7461591Z test_nvfuser_correctness_bitwise_not_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:02:23.7462223Z test_nvfuser_correctness_bitwise_not_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7462944Z test_nvfuser_correctness_bitwise_not_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7463569Z test_nvfuser_correctness_bitwise_or_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7464199Z test_nvfuser_correctness_bitwise_or_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7464815Z test_nvfuser_correctness_bitwise_or_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7465435Z test_nvfuser_correctness_bitwise_or_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7466056Z test_nvfuser_correctness_bitwise_or_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7466672Z test_nvfuser_correctness_bitwise_or_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7467290Z test_nvfuser_correctness_bitwise_right_shift_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7468020Z test_nvfuser_correctness_bitwise_right_shift_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7468845Z test_nvfuser_correctness_bitwise_right_shift_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7469623Z test_nvfuser_correctness_bitwise_right_shift_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7470399Z test_nvfuser_correctness_bitwise_right_shift_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7471031Z test_nvfuser_correctness_bitwise_xor_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7471662Z test_nvfuser_correctness_bitwise_xor_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7472282Z test_nvfuser_correctness_bitwise_xor_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7472898Z test_nvfuser_correctness_bitwise_xor_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7473522Z test_nvfuser_correctness_bitwise_xor_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7474267Z test_nvfuser_correctness_bitwise_xor_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7475373Z test_nvfuser_correctness_block_diag_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7476059Z test_nvfuser_correctness_block_diag_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.7476857Z test_nvfuser_correctness_block_diag_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7477766Z test_nvfuser_correctness_block_diag_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.7478408Z test_nvfuser_correctness_block_diag_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:23.7479053Z test_nvfuser_correctness_block_diag_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.7479682Z test_nvfuser_correctness_block_diag_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.7480307Z test_nvfuser_correctness_block_diag_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.7480926Z test_nvfuser_correctness_block_diag_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.7481543Z test_nvfuser_correctness_block_diag_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:02:23.7482153Z test_nvfuser_correctness_block_diag_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.7483124Z test_nvfuser_correctness_block_diag_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.7483918Z test_nvfuser_correctness_block_diag_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.7484663Z test_nvfuser_correctness_bmm_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.7485707Z test_nvfuser_correctness_bmm_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.012s) 2022-11-23T03:02:23.7486842Z test_nvfuser_correctness_bmm_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7487975Z test_nvfuser_correctness_bmm_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7488960Z test_nvfuser_correctness_bmm_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7489724Z test_nvfuser_correctness_bmm_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7490353Z test_nvfuser_correctness_bool_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7491207Z test_nvfuser_correctness_bool_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7491823Z test_nvfuser_correctness_bool_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7492451Z test_nvfuser_correctness_bool_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7493080Z test_nvfuser_correctness_bool_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7493843Z test_nvfuser_correctness_bool_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7494458Z test_nvfuser_correctness_bool_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7495079Z test_nvfuser_correctness_bool_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7495697Z test_nvfuser_correctness_bool_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7496306Z test_nvfuser_correctness_bool_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7497244Z test_nvfuser_correctness_bool_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7498065Z test_nvfuser_correctness_bool_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7498668Z test_nvfuser_correctness_bool_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7499409Z test_nvfuser_correctness_broadcast_shapes_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7500088Z test_nvfuser_correctness_broadcast_tensors_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7500749Z test_nvfuser_correctness_broadcast_tensors_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7501413Z test_nvfuser_correctness_broadcast_tensors_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7502082Z test_nvfuser_correctness_broadcast_tensors_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7502746Z test_nvfuser_correctness_broadcast_tensors_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T03:02:23.7503539Z test_nvfuser_correctness_broadcast_tensors_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7504195Z test_nvfuser_correctness_broadcast_tensors_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7505356Z test_nvfuser_correctness_broadcast_tensors_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.7506549Z test_nvfuser_correctness_broadcast_tensors_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:23.7507708Z test_nvfuser_correctness_broadcast_tensors_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.7508873Z test_nvfuser_correctness_broadcast_tensors_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.7510145Z test_nvfuser_correctness_broadcast_tensors_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.7511920Z test_nvfuser_correctness_broadcast_to_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:02:23.7513255Z test_nvfuser_correctness_broadcast_to_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7514494Z test_nvfuser_correctness_broadcast_to_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7515649Z test_nvfuser_correctness_broadcast_to_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7516899Z test_nvfuser_correctness_broadcast_to_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7518120Z test_nvfuser_correctness_broadcast_to_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7519692Z test_nvfuser_correctness_broadcast_to_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7521074Z test_nvfuser_correctness_broadcast_to_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7522168Z test_nvfuser_correctness_broadcast_to_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7523222Z test_nvfuser_correctness_broadcast_to_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7524302Z test_nvfuser_correctness_broadcast_to_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7525565Z test_nvfuser_correctness_broadcast_to_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7526740Z test_nvfuser_correctness_bucketize_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7527827Z test_nvfuser_correctness_bucketize_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7528901Z test_nvfuser_correctness_bucketize_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7529986Z test_nvfuser_correctness_bucketize_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7531055Z test_nvfuser_correctness_bucketize_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7532218Z test_nvfuser_correctness_bucketize_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7533442Z test_nvfuser_correctness_bucketize_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T03:02:23.7534532Z test_nvfuser_correctness_bucketize_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7535593Z test_nvfuser_correctness_byte_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7536810Z test_nvfuser_correctness_byte_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.7537811Z test_nvfuser_correctness_byte_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.7538589Z test_nvfuser_correctness_byte_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.008s) 2022-11-23T03:02:23.7539226Z test_nvfuser_correctness_byte_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7540125Z test_nvfuser_correctness_byte_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7540748Z test_nvfuser_correctness_byte_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7541362Z test_nvfuser_correctness_byte_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7541957Z test_nvfuser_correctness_byte_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7542652Z test_nvfuser_correctness_byte_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7543285Z test_nvfuser_correctness_byte_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7543901Z test_nvfuser_correctness_byte_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7544543Z test_nvfuser_correctness_cartesian_prod_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7545439Z test_nvfuser_correctness_cartesian_prod_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7546118Z test_nvfuser_correctness_cartesian_prod_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7547002Z test_nvfuser_correctness_cartesian_prod_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7547669Z test_nvfuser_correctness_cartesian_prod_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7548339Z test_nvfuser_correctness_cartesian_prod_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7548996Z test_nvfuser_correctness_cartesian_prod_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7549634Z test_nvfuser_correctness_cartesian_prod_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7550267Z test_nvfuser_correctness_cartesian_prod_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7550912Z test_nvfuser_correctness_cartesian_prod_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.7551658Z test_nvfuser_correctness_cartesian_prod_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7552425Z test_nvfuser_correctness_cartesian_prod_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.7553067Z test_nvfuser_correctness_cat_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:23.7553827Z test_nvfuser_correctness_cat_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.7554693Z test_nvfuser_correctness_cat_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.7555362Z test_nvfuser_correctness_cat_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.7555990Z test_nvfuser_correctness_cat_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.7556596Z test_nvfuser_correctness_cat_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-11-23T03:02:23.7557313Z test_nvfuser_correctness_cat_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7557946Z test_nvfuser_correctness_cat_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7558561Z test_nvfuser_correctness_cat_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7559170Z test_nvfuser_correctness_cat_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7559914Z test_nvfuser_correctness_cat_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7560639Z test_nvfuser_correctness_cat_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7561360Z test_nvfuser_correctness_cat_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7561969Z test_nvfuser_correctness_cdist_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7562591Z test_nvfuser_correctness_cdist_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7563206Z test_nvfuser_correctness_cdouble_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7563833Z test_nvfuser_correctness_cdouble_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7564468Z test_nvfuser_correctness_cdouble_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7565104Z test_nvfuser_correctness_cdouble_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7566737Z test_nvfuser_correctness_cdouble_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7567480Z test_nvfuser_correctness_cdouble_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7568217Z test_nvfuser_correctness_cdouble_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T03:02:23.7569093Z test_nvfuser_correctness_cdouble_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7569858Z test_nvfuser_correctness_cdouble_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.7570487Z test_nvfuser_correctness_cdouble_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7571110Z test_nvfuser_correctness_cdouble_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.7571717Z test_nvfuser_correctness_cdouble_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.7572471Z test_nvfuser_correctness_cdouble_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.7573263Z test_nvfuser_correctness_ceil_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.7573889Z test_nvfuser_correctness_ceil_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.7574755Z test_nvfuser_correctness_ceil_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.7575380Z test_nvfuser_correctness_ceil_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:02:23.7575994Z test_nvfuser_correctness_ceil_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.7576610Z test_nvfuser_correctness_ceil_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.7577216Z test_nvfuser_correctness_ceil_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.7577832Z test_nvfuser_correctness_ceil_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:02:23.7578425Z test_nvfuser_correctness_ceil_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7579042Z test_nvfuser_correctness_cfloat_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7579676Z test_nvfuser_correctness_cfloat_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7580468Z test_nvfuser_correctness_cfloat_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7581306Z test_nvfuser_correctness_cfloat_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7582059Z test_nvfuser_correctness_cfloat_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7582688Z test_nvfuser_correctness_cfloat_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7583401Z test_nvfuser_correctness_cfloat_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7584318Z test_nvfuser_correctness_cfloat_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7585023Z test_nvfuser_correctness_cfloat_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7585634Z test_nvfuser_correctness_cfloat_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7586256Z test_nvfuser_correctness_cfloat_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7587002Z test_nvfuser_correctness_cfloat_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7587825Z test_nvfuser_correctness_cfloat_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7588618Z test_nvfuser_correctness_chalf_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7589250Z test_nvfuser_correctness_chalf_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7589876Z test_nvfuser_correctness_chalf_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T03:02:23.7590504Z test_nvfuser_correctness_chalf_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7591131Z test_nvfuser_correctness_chalf_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7591760Z test_nvfuser_correctness_chalf_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.7592362Z test_nvfuser_correctness_chalf_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.7592988Z test_nvfuser_correctness_chalf_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:23.7593728Z test_nvfuser_correctness_chalf_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.7594363Z test_nvfuser_correctness_chalf_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.7595196Z test_nvfuser_correctness_chalf_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.7595815Z test_nvfuser_correctness_chalf_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.7596527Z test_nvfuser_correctness_chalf_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.012s) 2022-11-23T03:02:23.7597151Z test_nvfuser_correctness_char_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7597986Z test_nvfuser_correctness_char_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7598615Z test_nvfuser_correctness_char_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7599229Z test_nvfuser_correctness_char_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7599862Z test_nvfuser_correctness_char_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7600619Z test_nvfuser_correctness_char_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7601247Z test_nvfuser_correctness_char_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7602158Z test_nvfuser_correctness_char_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7602795Z test_nvfuser_correctness_char_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7603412Z test_nvfuser_correctness_char_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7604025Z test_nvfuser_correctness_char_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7604634Z test_nvfuser_correctness_char_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7605241Z test_nvfuser_correctness_char_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7605857Z test_nvfuser_correctness_cholesky_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7606495Z test_nvfuser_correctness_cholesky_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7607683Z test_nvfuser_correctness_cholesky_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7608975Z test_nvfuser_correctness_cholesky_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T03:02:23.7609999Z test_nvfuser_correctness_cholesky_inverse_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7610879Z test_nvfuser_correctness_cholesky_inverse_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7611546Z test_nvfuser_correctness_cholesky_inverse_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.7612329Z test_nvfuser_correctness_cholesky_inverse_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.7612981Z test_nvfuser_correctness_cholesky_solve_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:23.7613630Z test_nvfuser_correctness_cholesky_solve_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.7614438Z test_nvfuser_correctness_cholesky_solve_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.7615178Z test_nvfuser_correctness_cholesky_solve_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.7615936Z test_nvfuser_correctness_chunk_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:02:23.7616564Z test_nvfuser_correctness_chunk_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7617190Z test_nvfuser_correctness_chunk_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7617906Z test_nvfuser_correctness_chunk_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7618556Z test_nvfuser_correctness_chunk_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7619181Z test_nvfuser_correctness_chunk_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7619802Z test_nvfuser_correctness_chunk_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7620420Z test_nvfuser_correctness_chunk_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7621159Z test_nvfuser_correctness_chunk_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7621783Z test_nvfuser_correctness_chunk_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7622848Z test_nvfuser_correctness_chunk_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7624038Z test_nvfuser_correctness_chunk_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7625243Z test_nvfuser_correctness_chunk_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7626481Z test_nvfuser_correctness_clamp_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7627721Z test_nvfuser_correctness_clamp_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7629093Z test_nvfuser_correctness_clamp_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7630697Z test_nvfuser_correctness_clamp_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7631922Z test_nvfuser_correctness_clamp_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7633121Z test_nvfuser_correctness_clamp_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7634338Z test_nvfuser_correctness_clamp_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7635610Z test_nvfuser_correctness_clamp_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7636995Z test_nvfuser_correctness_clamp_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7638247Z test_nvfuser_correctness_clamp_max_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7639490Z test_nvfuser_correctness_clamp_max_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T03:02:23.7640732Z test_nvfuser_correctness_clamp_max_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7642239Z test_nvfuser_correctness_clamp_max_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7643684Z test_nvfuser_correctness_clamp_max_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.7644947Z test_nvfuser_correctness_clamp_max_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.7646167Z test_nvfuser_correctness_clamp_max_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.007s) 2022-11-23T03:02:23.7647392Z test_nvfuser_correctness_clamp_max_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7648751Z test_nvfuser_correctness_clamp_max_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7650135Z test_nvfuser_correctness_clamp_max_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7651385Z test_nvfuser_correctness_clamp_min_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7652636Z test_nvfuser_correctness_clamp_min_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7653872Z test_nvfuser_correctness_clamp_min_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7655227Z test_nvfuser_correctness_clamp_min_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7656648Z test_nvfuser_correctness_clamp_min_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7657869Z test_nvfuser_correctness_clamp_min_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7659262Z test_nvfuser_correctness_clamp_min_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7660480Z test_nvfuser_correctness_clamp_min_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7661692Z test_nvfuser_correctness_clamp_min_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7663117Z test_nvfuser_correctness_clamp_min_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7664439Z test_nvfuser_correctness_clone_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7665676Z test_nvfuser_correctness_clone_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7666899Z test_nvfuser_correctness_clone_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7668121Z test_nvfuser_correctness_clone_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7670690Z test_nvfuser_correctness_clone_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7671985Z test_nvfuser_correctness_clone_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.7673223Z test_nvfuser_correctness_clone_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.7674434Z test_nvfuser_correctness_clone_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.007s) 2022-11-23T03:02:23.7675750Z test_nvfuser_correctness_clone_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7677097Z test_nvfuser_correctness_clone_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7678313Z test_nvfuser_correctness_clone_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7679493Z test_nvfuser_correctness_clone_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7680696Z test_nvfuser_correctness_clone_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.7681913Z test_nvfuser_correctness_column_stack_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.7683317Z test_nvfuser_correctness_column_stack_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.7684661Z test_nvfuser_correctness_column_stack_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.7685929Z test_nvfuser_correctness_column_stack_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-11-23T03:02:23.7687380Z test_nvfuser_correctness_column_stack_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7688655Z test_nvfuser_correctness_column_stack_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7689994Z test_nvfuser_correctness_column_stack_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7691443Z test_nvfuser_correctness_column_stack_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7692715Z test_nvfuser_correctness_column_stack_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7693954Z test_nvfuser_correctness_column_stack_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7695168Z test_nvfuser_correctness_column_stack_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7696479Z test_nvfuser_correctness_column_stack_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7698022Z test_nvfuser_correctness_column_stack_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7699278Z test_nvfuser_correctness_combinations_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7700531Z test_nvfuser_correctness_combinations_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7701800Z test_nvfuser_correctness_combinations_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7703186Z test_nvfuser_correctness_combinations_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7704626Z test_nvfuser_correctness_combinations_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7705890Z test_nvfuser_correctness_combinations_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7707143Z test_nvfuser_correctness_combinations_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7708405Z test_nvfuser_correctness_combinations_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7709751Z test_nvfuser_correctness_combinations_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7711169Z test_nvfuser_correctness_combinations_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7712424Z test_nvfuser_correctness_combinations_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7713676Z test_nvfuser_correctness_combinations_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7715088Z test_nvfuser_correctness_complex_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7716463Z test_nvfuser_correctness_complex_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7717846Z test_nvfuser_correctness_complex_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7719090Z test_nvfuser_correctness_conj_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7720308Z test_nvfuser_correctness_conj_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7721540Z test_nvfuser_correctness_conj_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7722915Z test_nvfuser_correctness_conj_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7724335Z test_nvfuser_correctness_conj_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.7725724Z test_nvfuser_correctness_conj_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7726959Z test_nvfuser_correctness_conj_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.7728195Z test_nvfuser_correctness_conj_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.7729536Z test_nvfuser_correctness_conj_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.7730811Z test_nvfuser_correctness_conj_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.7731585Z test_nvfuser_correctness_conj_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.7732204Z test_nvfuser_correctness_conj_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.7732823Z test_nvfuser_correctness_conj_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:02:23.7733466Z test_nvfuser_correctness_conj_physical_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.7734106Z test_nvfuser_correctness_conj_physical_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.7734751Z test_nvfuser_correctness_conj_physical_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.7735412Z test_nvfuser_correctness_conj_physical_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.7736065Z test_nvfuser_correctness_conj_physical_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:02:23.7737017Z test_nvfuser_correctness_conj_physical_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.7737786Z test_nvfuser_correctness_conj_physical_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.7738518Z test_nvfuser_correctness_conj_physical_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.7739165Z test_nvfuser_correctness_conj_physical_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.7739806Z test_nvfuser_correctness_conj_physical_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-11-23T03:02:23.7740445Z test_nvfuser_correctness_conj_physical_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7741085Z test_nvfuser_correctness_conj_physical_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7741721Z test_nvfuser_correctness_conj_physical_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7742460Z test_nvfuser_correctness_constant_pad_nd_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7743133Z test_nvfuser_correctness_constant_pad_nd_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7743959Z test_nvfuser_correctness_constant_pad_nd_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7744801Z test_nvfuser_correctness_constant_pad_nd_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7745458Z test_nvfuser_correctness_constant_pad_nd_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7746089Z test_nvfuser_correctness_constant_pad_nd_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7746732Z test_nvfuser_correctness_constant_pad_nd_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7747409Z test_nvfuser_correctness_constant_pad_nd_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7747971Z test_nvfuser_correctness_constant_pad_nd_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7748579Z test_nvfuser_correctness_constant_pad_nd_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7749169Z test_nvfuser_correctness_constant_pad_nd_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:23.7749745Z test_nvfuser_correctness_constant_pad_nd_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7750417Z test_nvfuser_correctness_contiguous_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7751077Z test_nvfuser_correctness_contiguous_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.7751612Z test_nvfuser_correctness_contiguous_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.7751946Z test_nvfuser_correctness_contiguous_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.7752267Z test_nvfuser_correctness_contiguous_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:23.7752583Z test_nvfuser_correctness_contiguous_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.7752904Z test_nvfuser_correctness_contiguous_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.7753208Z test_nvfuser_correctness_contiguous_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.7753518Z test_nvfuser_correctness_contiguous_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.7753921Z test_nvfuser_correctness_contiguous_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:02:23.7754242Z test_nvfuser_correctness_contiguous_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.7754555Z test_nvfuser_correctness_contiguous_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.7754870Z test_nvfuser_correctness_contiguous_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.7755186Z test_nvfuser_correctness_copysign_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.7755502Z test_nvfuser_correctness_copysign_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:02:23.7755814Z test_nvfuser_correctness_copysign_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.7756116Z test_nvfuser_correctness_copysign_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.7756411Z test_nvfuser_correctness_copysign_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.7756720Z test_nvfuser_correctness_copysign_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:02:23.7757195Z test_nvfuser_correctness_copysign_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7757517Z test_nvfuser_correctness_copysign_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7757824Z test_nvfuser_correctness_copysign_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7758363Z test_nvfuser_correctness_copysign_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7758771Z test_nvfuser_correctness_corrcoef_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7759095Z test_nvfuser_correctness_corrcoef_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7759410Z test_nvfuser_correctness_corrcoef_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7759723Z test_nvfuser_correctness_corrcoef_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7760030Z test_nvfuser_correctness_corrcoef_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7760341Z test_nvfuser_correctness_corrcoef_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7760651Z test_nvfuser_correctness_corrcoef_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7761175Z test_nvfuser_correctness_corrcoef_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7761512Z test_nvfuser_correctness_corrcoef_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7761824Z test_nvfuser_correctness_corrcoef_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7762127Z test_nvfuser_correctness_corrcoef_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7762435Z test_nvfuser_correctness_cos_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7762741Z test_nvfuser_correctness_cos_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7763051Z test_nvfuser_correctness_cos_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7763357Z test_nvfuser_correctness_cos_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7763671Z test_nvfuser_correctness_cos_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7764095Z test_nvfuser_correctness_cos_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7764406Z test_nvfuser_correctness_cos_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7764708Z test_nvfuser_correctness_cos_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7765142Z test_nvfuser_correctness_cos_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7765685Z test_nvfuser_correctness_cos_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7765986Z test_nvfuser_correctness_cos_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7766271Z test_nvfuser_correctness_cos_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7766574Z test_nvfuser_correctness_cos_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7766880Z test_nvfuser_correctness_cosh_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.7767179Z test_nvfuser_correctness_cosh_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7767495Z test_nvfuser_correctness_cosh_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.7767802Z test_nvfuser_correctness_cosh_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:23.7768180Z test_nvfuser_correctness_cosh_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.7768502Z test_nvfuser_correctness_cosh_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.7768808Z test_nvfuser_correctness_cosh_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.7769116Z test_nvfuser_correctness_cosh_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.7769413Z test_nvfuser_correctness_cosh_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:02:23.7769716Z test_nvfuser_correctness_cosh_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.7770019Z test_nvfuser_correctness_cosh_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.7770317Z test_nvfuser_correctness_cosh_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.7770770Z test_nvfuser_correctness_cosh_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:02:23.7771098Z test_nvfuser_correctness_count_nonzero_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.7771413Z test_nvfuser_correctness_count_nonzero_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.7771965Z test_nvfuser_correctness_count_nonzero_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.7772302Z test_nvfuser_correctness_count_nonzero_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.7772624Z test_nvfuser_correctness_count_nonzero_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-11-23T03:02:23.7773032Z test_nvfuser_correctness_count_nonzero_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7773350Z test_nvfuser_correctness_count_nonzero_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7773666Z test_nvfuser_correctness_count_nonzero_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7773982Z test_nvfuser_correctness_count_nonzero_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7774295Z test_nvfuser_correctness_count_nonzero_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7774604Z test_nvfuser_correctness_count_nonzero_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7774909Z test_nvfuser_correctness_count_nonzero_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7775283Z test_nvfuser_correctness_cov_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7775611Z test_nvfuser_correctness_cov_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7775918Z test_nvfuser_correctness_cov_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7776226Z test_nvfuser_correctness_cov_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7776529Z test_nvfuser_correctness_cov_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7776827Z test_nvfuser_correctness_cov_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7777128Z test_nvfuser_correctness_cov_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7777564Z test_nvfuser_correctness_cov_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7777875Z test_nvfuser_correctness_cov_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7778169Z test_nvfuser_correctness_cov_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7778687Z test_nvfuser_correctness_cov_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.7779021Z test_nvfuser_correctness_cross_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7779327Z test_nvfuser_correctness_cross_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.7779634Z test_nvfuser_correctness_cross_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:23.7780029Z test_nvfuser_correctness_cross_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.7780333Z test_nvfuser_correctness_cross_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.7780633Z test_nvfuser_correctness_cross_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.7780935Z test_nvfuser_correctness_cross_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.7781232Z test_nvfuser_correctness_cross_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-11-23T03:02:23.7781534Z test_nvfuser_correctness_cross_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7781823Z test_nvfuser_correctness_cross_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7782130Z test_nvfuser_correctness_cummax_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7782497Z test_nvfuser_correctness_cummax_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7782818Z test_nvfuser_correctness_cummax_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7783125Z test_nvfuser_correctness_cummax_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7783439Z test_nvfuser_correctness_cummax_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7783740Z test_nvfuser_correctness_cummax_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7784198Z test_nvfuser_correctness_cummax_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7784507Z test_nvfuser_correctness_cummax_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7784806Z test_nvfuser_correctness_cummax_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7785244Z test_nvfuser_correctness_cummax_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7785684Z test_nvfuser_correctness_cummin_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7785985Z test_nvfuser_correctness_cummin_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7786282Z test_nvfuser_correctness_cummin_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7786587Z test_nvfuser_correctness_cummin_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7786985Z test_nvfuser_correctness_cummin_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7787288Z test_nvfuser_correctness_cummin_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7787586Z test_nvfuser_correctness_cummin_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7787889Z test_nvfuser_correctness_cummin_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.7788190Z test_nvfuser_correctness_cummin_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7788486Z test_nvfuser_correctness_cummin_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.7788803Z test_nvfuser_correctness_cumprod_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:23.7789121Z test_nvfuser_correctness_cumprod_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7789506Z test_nvfuser_correctness_cumprod_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7789830Z test_nvfuser_correctness_cumprod_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7790133Z test_nvfuser_correctness_cumprod_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7790447Z test_nvfuser_correctness_cumprod_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7790906Z test_nvfuser_correctness_cumprod_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7791219Z test_nvfuser_correctness_cumprod_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7791532Z test_nvfuser_correctness_cumprod_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7791967Z test_nvfuser_correctness_cumprod_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7792406Z test_nvfuser_correctness_cumprod_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7792717Z test_nvfuser_correctness_cumsum_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7793032Z test_nvfuser_correctness_cumsum_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7793345Z test_nvfuser_correctness_cumsum_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7793652Z test_nvfuser_correctness_cumsum_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7793961Z test_nvfuser_correctness_cumsum_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7794359Z test_nvfuser_correctness_cumsum_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7794660Z test_nvfuser_correctness_cumsum_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7794968Z test_nvfuser_correctness_cumsum_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7795268Z test_nvfuser_correctness_cumsum_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7795566Z test_nvfuser_correctness_cumsum_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7795868Z test_nvfuser_correctness_cumsum_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7796202Z test_nvfuser_correctness_cumulative_trapezoid_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7796534Z test_nvfuser_correctness_cumulative_trapezoid_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.7796929Z test_nvfuser_correctness_cumulative_trapezoid_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7797277Z test_nvfuser_correctness_cumulative_trapezoid_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.7797757Z test_nvfuser_correctness_cumulative_trapezoid_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:23.7798091Z test_nvfuser_correctness_cumulative_trapezoid_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7798541Z test_nvfuser_correctness_cumulative_trapezoid_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7799006Z test_nvfuser_correctness_cumulative_trapezoid_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7799339Z test_nvfuser_correctness_cumulative_trapezoid_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7799667Z test_nvfuser_correctness_cumulative_trapezoid_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7799998Z test_nvfuser_correctness_cumulative_trapezoid_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7800310Z test_nvfuser_correctness_deg2rad_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7800616Z test_nvfuser_correctness_deg2rad_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7800927Z test_nvfuser_correctness_deg2rad_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7802046Z test_nvfuser_correctness_deg2rad_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7802342Z test_nvfuser_correctness_deg2rad_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7802651Z test_nvfuser_correctness_deg2rad_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7802963Z test_nvfuser_correctness_deg2rad_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7803270Z test_nvfuser_correctness_deg2rad_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7803746Z test_nvfuser_correctness_deg2rad_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7804396Z test_nvfuser_correctness_deg2rad_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7804949Z test_nvfuser_correctness_diag_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7805769Z test_nvfuser_correctness_diag_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T03:02:23.7806356Z test_nvfuser_correctness_diag_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7806771Z test_nvfuser_correctness_diag_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7807090Z test_nvfuser_correctness_diag_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.7807401Z test_nvfuser_correctness_diag_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.7807706Z test_nvfuser_correctness_diag_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:23.7808011Z test_nvfuser_correctness_diag_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.7808313Z test_nvfuser_correctness_diag_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.7808615Z test_nvfuser_correctness_diag_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.7808915Z test_nvfuser_correctness_diag_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.7809215Z test_nvfuser_correctness_diag_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:02:23.7809511Z test_nvfuser_correctness_diag_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.7809815Z test_nvfuser_correctness_diag_embed_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.7810123Z test_nvfuser_correctness_diag_embed_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.7811376Z test_nvfuser_correctness_diag_embed_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:02:23.7811694Z test_nvfuser_correctness_diag_embed_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7812249Z test_nvfuser_correctness_diag_embed_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7812580Z test_nvfuser_correctness_diag_embed_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7812890Z test_nvfuser_correctness_diag_embed_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7813191Z test_nvfuser_correctness_diag_embed_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7813494Z test_nvfuser_correctness_diag_embed_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7813805Z test_nvfuser_correctness_diag_embed_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7814202Z test_nvfuser_correctness_diag_embed_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7814527Z test_nvfuser_correctness_diag_embed_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7814843Z test_nvfuser_correctness_diag_embed_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7815158Z test_nvfuser_correctness_diagflat_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7815470Z test_nvfuser_correctness_diagflat_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7815790Z test_nvfuser_correctness_diagflat_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7816107Z test_nvfuser_correctness_diagflat_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7816424Z test_nvfuser_correctness_diagflat_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:23.7816732Z test_nvfuser_correctness_diagflat_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7817029Z test_nvfuser_correctness_diagflat_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7817336Z test_nvfuser_correctness_diagflat_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.7817795Z test_nvfuser_correctness_diagflat_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7818116Z test_nvfuser_correctness_diagflat_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.7819421Z test_nvfuser_correctness_diagflat_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:23.7819727Z test_nvfuser_correctness_diagflat_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.7820048Z test_nvfuser_correctness_diagonal_copy_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.7820367Z test_nvfuser_correctness_diagonal_copy_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.7820692Z test_nvfuser_correctness_diagonal_copy_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.7821021Z test_nvfuser_correctness_diagonal_copy_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-11-23T03:02:23.7821341Z test_nvfuser_correctness_diagonal_copy_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7821659Z test_nvfuser_correctness_diagonal_copy_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7822073Z test_nvfuser_correctness_diagonal_copy_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7822405Z test_nvfuser_correctness_diagonal_copy_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7822721Z test_nvfuser_correctness_diagonal_copy_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7823035Z test_nvfuser_correctness_diagonal_copy_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7823347Z test_nvfuser_correctness_diagonal_copy_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.7823659Z test_nvfuser_correctness_diagonal_copy_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T03:02:23.7823965Z test_nvfuser_correctness_diagonal_copy_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.7824429Z test_nvfuser_correctness_diagonal_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:23.7824744Z test_nvfuser_correctness_diagonal_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.7825058Z test_nvfuser_correctness_diagonal_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.7825712Z test_nvfuser_correctness_diagonal_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.7826089Z test_nvfuser_correctness_diagonal_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.7826403Z test_nvfuser_correctness_diagonal_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:02:23.7827460Z test_nvfuser_correctness_diagonal_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.7827772Z test_nvfuser_correctness_diagonal_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.7828086Z test_nvfuser_correctness_diagonal_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.7828399Z test_nvfuser_correctness_diagonal_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.7828709Z test_nvfuser_correctness_diagonal_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:02:23.7829019Z test_nvfuser_correctness_diagonal_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.7829324Z test_nvfuser_correctness_diagonal_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.7829649Z test_nvfuser_correctness_diagonal_scatter_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.7830056Z test_nvfuser_correctness_diagonal_scatter_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:02:23.7830400Z test_nvfuser_correctness_diagonal_scatter_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.7830725Z test_nvfuser_correctness_diagonal_scatter_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.7831198Z test_nvfuser_correctness_diagonal_scatter_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.7831548Z test_nvfuser_correctness_diagonal_scatter_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.7831860Z test_nvfuser_correctness_diagonal_scatter_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:02:23.7832301Z test_nvfuser_correctness_diagonal_scatter_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.7832741Z test_nvfuser_correctness_diagonal_scatter_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.7833063Z test_nvfuser_correctness_diagonal_scatter_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.7833370Z test_nvfuser_correctness_diff_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:02:23.7833676Z test_nvfuser_correctness_diff_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.7834077Z test_nvfuser_correctness_diff_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.7835134Z test_nvfuser_correctness_diff_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.7835441Z test_nvfuser_correctness_diff_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.7835745Z test_nvfuser_correctness_diff_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:02:23.7836053Z test_nvfuser_correctness_diff_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7836341Z test_nvfuser_correctness_diff_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7836640Z test_nvfuser_correctness_diff_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7836941Z test_nvfuser_correctness_diff_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7837239Z test_nvfuser_correctness_diff_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7837541Z test_nvfuser_correctness_diff_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7838099Z test_nvfuser_correctness_digamma_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7838446Z test_nvfuser_correctness_digamma_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7838758Z test_nvfuser_correctness_digamma_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7839291Z test_nvfuser_correctness_digamma_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7839605Z test_nvfuser_correctness_digamma_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7839916Z test_nvfuser_correctness_digamma_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7840222Z test_nvfuser_correctness_digamma_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7840525Z test_nvfuser_correctness_digamma_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7840825Z test_nvfuser_correctness_digamma_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7841127Z test_nvfuser_correctness_dist_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7841440Z test_nvfuser_correctness_dist_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7841753Z test_nvfuser_correctness_dist_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7842056Z test_nvfuser_correctness_dist_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7843083Z test_nvfuser_correctness_dist_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7843387Z test_nvfuser_correctness_dist_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7843715Z test_nvfuser_correctness_div_floor_rounding_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.7844041Z test_nvfuser_correctness_div_floor_rounding_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7844367Z test_nvfuser_correctness_div_floor_rounding_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.7844873Z test_nvfuser_correctness_div_floor_rounding_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:23.7845202Z test_nvfuser_correctness_div_floor_rounding_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.7845646Z test_nvfuser_correctness_div_floor_rounding_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.7846887Z test_nvfuser_correctness_div_floor_rounding_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.7847270Z test_nvfuser_correctness_div_floor_rounding_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.7847595Z test_nvfuser_correctness_div_floor_rounding_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-11-23T03:02:23.7847920Z test_nvfuser_correctness_div_no_rounding_mode_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7848290Z test_nvfuser_correctness_div_no_rounding_mode_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7848630Z test_nvfuser_correctness_div_no_rounding_mode_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7849033Z test_nvfuser_correctness_div_no_rounding_mode_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7849367Z test_nvfuser_correctness_div_no_rounding_mode_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7849695Z test_nvfuser_correctness_div_no_rounding_mode_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7850019Z test_nvfuser_correctness_div_no_rounding_mode_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7850439Z test_nvfuser_correctness_div_no_rounding_mode_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7851017Z test_nvfuser_correctness_div_no_rounding_mode_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7852599Z test_nvfuser_correctness_div_no_rounding_mode_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7853194Z test_nvfuser_correctness_div_no_rounding_mode_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7853577Z test_nvfuser_correctness_div_no_rounding_mode_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7853910Z test_nvfuser_correctness_div_no_rounding_mode_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7854238Z test_nvfuser_correctness_div_trunc_rounding_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7854562Z test_nvfuser_correctness_div_trunc_rounding_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:23.7854886Z test_nvfuser_correctness_div_trunc_rounding_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7855198Z test_nvfuser_correctness_div_trunc_rounding_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7855623Z test_nvfuser_correctness_div_trunc_rounding_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7855965Z test_nvfuser_correctness_div_trunc_rounding_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7856483Z test_nvfuser_correctness_div_trunc_rounding_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7856814Z test_nvfuser_correctness_div_trunc_rounding_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T03:02:23.7857134Z test_nvfuser_correctness_div_trunc_rounding_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7857584Z test_nvfuser_correctness_dot_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:23.7858025Z test_nvfuser_correctness_dot_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7858342Z test_nvfuser_correctness_dot_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7858648Z test_nvfuser_correctness_dot_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7858949Z test_nvfuser_correctness_dot_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7859256Z test_nvfuser_correctness_dot_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7859564Z test_nvfuser_correctness_double_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7859871Z test_nvfuser_correctness_double_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7860919Z test_nvfuser_correctness_double_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7861232Z test_nvfuser_correctness_double_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7861547Z test_nvfuser_correctness_double_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7861860Z test_nvfuser_correctness_double_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7862167Z test_nvfuser_correctness_double_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7862478Z test_nvfuser_correctness_double_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7862779Z test_nvfuser_correctness_double_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7863083Z test_nvfuser_correctness_double_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7863472Z test_nvfuser_correctness_double_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7863794Z test_nvfuser_correctness_double_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.7864100Z test_nvfuser_correctness_double_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.7864412Z test_nvfuser_correctness_dsplit_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.007s) 2022-11-23T03:02:23.7864702Z test_nvfuser_correctness_dsplit_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7865018Z test_nvfuser_correctness_dsplit_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7865333Z test_nvfuser_correctness_dsplit_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7865634Z test_nvfuser_correctness_dsplit_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7865942Z test_nvfuser_correctness_dsplit_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7866251Z test_nvfuser_correctness_dsplit_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7866554Z test_nvfuser_correctness_dsplit_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7866859Z test_nvfuser_correctness_dsplit_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7867164Z test_nvfuser_correctness_dsplit_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7868154Z test_nvfuser_correctness_dsplit_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7868462Z test_nvfuser_correctness_dsplit_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7868764Z test_nvfuser_correctness_dsplit_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7869079Z test_nvfuser_correctness_dstack_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7869381Z test_nvfuser_correctness_dstack_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7869698Z test_nvfuser_correctness_dstack_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7870012Z test_nvfuser_correctness_dstack_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7870312Z test_nvfuser_correctness_dstack_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7870701Z test_nvfuser_correctness_dstack_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:23.7871023Z test_nvfuser_correctness_dstack_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7871331Z test_nvfuser_correctness_dstack_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7871637Z test_nvfuser_correctness_dstack_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7871936Z test_nvfuser_correctness_dstack_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7872237Z test_nvfuser_correctness_dstack_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7872544Z test_nvfuser_correctness_dstack_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7872843Z test_nvfuser_correctness_dstack_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7873319Z test_nvfuser_correctness_einsum_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7873644Z test_nvfuser_correctness_einsum_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7874072Z test_nvfuser_correctness_einsum_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7874535Z test_nvfuser_correctness_einsum_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7874848Z test_nvfuser_correctness_einsum_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.7875155Z test_nvfuser_correctness_einsum_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.7876115Z test_nvfuser_correctness_empty_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.000s) 2022-11-23T03:02:23.7876362Z test_nvfuser_correctness_empty_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.000s) 2022-11-23T03:02:23.7876614Z test_nvfuser_correctness_empty_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.006s) 2022-11-23T03:02:23.7876873Z test_nvfuser_correctness_empty_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.000s) 2022-11-23T03:02:23.7877122Z test_nvfuser_correctness_empty_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.000s) 2022-11-23T03:02:23.7877370Z test_nvfuser_correctness_empty_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.000s) 2022-11-23T03:02:23.7877618Z test_nvfuser_correctness_empty_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.000s) 2022-11-23T03:02:23.7877858Z test_nvfuser_correctness_empty_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.000s) 2022-11-23T03:02:23.7878099Z test_nvfuser_correctness_empty_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.010s) 2022-11-23T03:02:23.7878336Z test_nvfuser_correctness_empty_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-11-23T03:02:23.7878566Z test_nvfuser_correctness_empty_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-11-23T03:02:23.7878898Z test_nvfuser_correctness_empty_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-11-23T03:02:23.7879139Z test_nvfuser_correctness_empty_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-11-23T03:02:23.7879395Z test_nvfuser_correctness_empty_like_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-11-23T03:02:23.7879646Z test_nvfuser_correctness_empty_like_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-11-23T03:02:23.7879906Z test_nvfuser_correctness_empty_like_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-11-23T03:02:23.7880157Z test_nvfuser_correctness_empty_like_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-11-23T03:02:23.7880403Z test_nvfuser_correctness_empty_like_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-11-23T03:02:23.7880657Z test_nvfuser_correctness_empty_like_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-11-23T03:02:23.7880903Z test_nvfuser_correctness_empty_like_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-11-23T03:02:23.7881152Z test_nvfuser_correctness_empty_like_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-11-23T03:02:23.7881397Z test_nvfuser_correctness_empty_like_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-11-23T03:02:23.7881643Z test_nvfuser_correctness_empty_like_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-11-23T03:02:23.7881890Z test_nvfuser_correctness_empty_like_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-11-23T03:02:23.7882133Z test_nvfuser_correctness_empty_like_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-11-23T03:02:23.7882392Z test_nvfuser_correctness_empty_like_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-11-23T03:02:23.7882704Z test_nvfuser_correctness_eq_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7883007Z test_nvfuser_correctness_eq_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7884015Z test_nvfuser_correctness_eq_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7884327Z test_nvfuser_correctness_eq_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7884634Z test_nvfuser_correctness_eq_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7884938Z test_nvfuser_correctness_eq_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7885244Z test_nvfuser_correctness_eq_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7885551Z test_nvfuser_correctness_eq_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7885851Z test_nvfuser_correctness_eq_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7886146Z test_nvfuser_correctness_eq_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7886531Z test_nvfuser_correctness_eq_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7886845Z test_nvfuser_correctness_eq_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7887141Z test_nvfuser_correctness_eq_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7887457Z test_nvfuser_correctness_equal_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7887760Z test_nvfuser_correctness_equal_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7888071Z test_nvfuser_correctness_equal_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7888387Z test_nvfuser_correctness_equal_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7888693Z test_nvfuser_correctness_equal_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7889004Z test_nvfuser_correctness_equal_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7889310Z test_nvfuser_correctness_equal_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7889610Z test_nvfuser_correctness_equal_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7889916Z test_nvfuser_correctness_equal_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7890215Z test_nvfuser_correctness_equal_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7891210Z test_nvfuser_correctness_equal_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7891499Z test_nvfuser_correctness_equal_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7891807Z test_nvfuser_correctness_erf_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7892113Z test_nvfuser_correctness_erf_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7892415Z test_nvfuser_correctness_erf_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7892717Z test_nvfuser_correctness_erf_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T03:02:23.7893024Z test_nvfuser_correctness_erf_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7893328Z test_nvfuser_correctness_erf_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7893628Z test_nvfuser_correctness_erf_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.7894016Z test_nvfuser_correctness_erf_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.7894335Z test_nvfuser_correctness_erf_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:23.7894642Z test_nvfuser_correctness_erf_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.7894949Z test_nvfuser_correctness_erfc_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.7895248Z test_nvfuser_correctness_erfc_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.7895555Z test_nvfuser_correctness_erfc_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:02:23.7895857Z test_nvfuser_correctness_erfc_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.7896163Z test_nvfuser_correctness_erfc_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.7896465Z test_nvfuser_correctness_erfc_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.7896770Z test_nvfuser_correctness_erfc_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.7897062Z test_nvfuser_correctness_erfc_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.014s) 2022-11-23T03:02:23.7897362Z test_nvfuser_correctness_erfc_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7897663Z test_nvfuser_correctness_erfc_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7898645Z test_nvfuser_correctness_erfinv_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7898954Z test_nvfuser_correctness_erfinv_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7899266Z test_nvfuser_correctness_erfinv_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7899579Z test_nvfuser_correctness_erfinv_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7899884Z test_nvfuser_correctness_erfinv_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7900188Z test_nvfuser_correctness_erfinv_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7900493Z test_nvfuser_correctness_erfinv_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7900795Z test_nvfuser_correctness_erfinv_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7901176Z test_nvfuser_correctness_erfinv_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7901532Z test_nvfuser_correctness_exp2_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7901946Z test_nvfuser_correctness_exp2_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7902257Z test_nvfuser_correctness_exp2_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7902567Z test_nvfuser_correctness_exp2_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T03:02:23.7902864Z test_nvfuser_correctness_exp2_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7903167Z test_nvfuser_correctness_exp2_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.7903467Z test_nvfuser_correctness_exp2_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7903774Z test_nvfuser_correctness_exp2_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.7904075Z test_nvfuser_correctness_exp2_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.7904368Z test_nvfuser_correctness_exp2_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.008s) 2022-11-23T03:02:23.7904674Z test_nvfuser_correctness_exp_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7905193Z test_nvfuser_correctness_exp_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7905510Z test_nvfuser_correctness_exp_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7906814Z test_nvfuser_correctness_exp_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7907126Z test_nvfuser_correctness_exp_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7907434Z test_nvfuser_correctness_exp_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7907743Z test_nvfuser_correctness_exp_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7908047Z test_nvfuser_correctness_exp_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7908351Z test_nvfuser_correctness_exp_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7908651Z test_nvfuser_correctness_exp_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7908950Z test_nvfuser_correctness_exp_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7909342Z test_nvfuser_correctness_exp_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7909665Z test_nvfuser_correctness_exp_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7909980Z test_nvfuser_correctness_expand_as_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7910293Z test_nvfuser_correctness_expand_as_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7910595Z test_nvfuser_correctness_expand_as_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7910917Z test_nvfuser_correctness_expand_as_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7911227Z test_nvfuser_correctness_expand_as_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7911538Z test_nvfuser_correctness_expand_as_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7911842Z test_nvfuser_correctness_expand_as_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7912150Z test_nvfuser_correctness_expand_as_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7912458Z test_nvfuser_correctness_expand_as_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7912764Z test_nvfuser_correctness_expand_as_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7913068Z test_nvfuser_correctness_expand_as_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.7914113Z test_nvfuser_correctness_expand_as_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.7914418Z test_nvfuser_correctness_expand_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:23.7914724Z test_nvfuser_correctness_expand_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.7915043Z test_nvfuser_correctness_expand_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.7915356Z test_nvfuser_correctness_expand_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.7915663Z test_nvfuser_correctness_expand_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:02:23.7915971Z test_nvfuser_correctness_expand_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.7916282Z test_nvfuser_correctness_expand_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.7916675Z test_nvfuser_correctness_expand_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.7916998Z test_nvfuser_correctness_expand_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.7917302Z test_nvfuser_correctness_expand_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:02:23.7917610Z test_nvfuser_correctness_expand_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.7917910Z test_nvfuser_correctness_expand_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.7918218Z test_nvfuser_correctness_expm1_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.7918524Z test_nvfuser_correctness_expm1_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.7918830Z test_nvfuser_correctness_expm1_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.012s) 2022-11-23T03:02:23.7919137Z test_nvfuser_correctness_expm1_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7919446Z test_nvfuser_correctness_expm1_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7919748Z test_nvfuser_correctness_expm1_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7920051Z test_nvfuser_correctness_expm1_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7920355Z test_nvfuser_correctness_expm1_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:23.7920655Z test_nvfuser_correctness_expm1_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7921038Z test_nvfuser_correctness_expm1_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7921346Z test_nvfuser_correctness_eye_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7921647Z test_nvfuser_correctness_eye_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7921958Z test_nvfuser_correctness_eye_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7922265Z test_nvfuser_correctness_eye_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7922568Z test_nvfuser_correctness_eye_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7922871Z test_nvfuser_correctness_eye_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7923176Z test_nvfuser_correctness_eye_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7923543Z test_nvfuser_correctness_eye_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7923857Z test_nvfuser_correctness_eye_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7924154Z test_nvfuser_correctness_eye_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7924456Z test_nvfuser_correctness_eye_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7924755Z test_nvfuser_correctness_eye_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7925063Z test_nvfuser_correctness_fft_fft2_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7925379Z test_nvfuser_correctness_fft_fft2_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7925694Z test_nvfuser_correctness_fft_fft2_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7926000Z test_nvfuser_correctness_fft_fft2_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7926307Z test_nvfuser_correctness_fft_fft2_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7926603Z test_nvfuser_correctness_fft_fft2_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7926898Z test_nvfuser_correctness_fft_fft2_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7927204Z test_nvfuser_correctness_fft_fft2_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.7927592Z test_nvfuser_correctness_fft_fft2_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.7927900Z test_nvfuser_correctness_fft_fft2_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:23.7928204Z test_nvfuser_correctness_fft_fft2_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.7928505Z test_nvfuser_correctness_fft_fft2_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.7928809Z test_nvfuser_correctness_fft_fft_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.7929125Z test_nvfuser_correctness_fft_fft_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.7929439Z test_nvfuser_correctness_fft_fft_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.012s) 2022-11-23T03:02:23.7929738Z test_nvfuser_correctness_fft_fft_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7930114Z test_nvfuser_correctness_fft_fft_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:23.7930412Z test_nvfuser_correctness_fft_fft_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7930706Z test_nvfuser_correctness_fft_fft_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7931015Z test_nvfuser_correctness_fft_fft_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7931320Z test_nvfuser_correctness_fft_fft_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7931625Z test_nvfuser_correctness_fft_fft_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7931929Z test_nvfuser_correctness_fft_fft_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7932225Z test_nvfuser_correctness_fft_fft_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7932528Z test_nvfuser_correctness_fft_fftn_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7932845Z test_nvfuser_correctness_fft_fftn_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7933160Z test_nvfuser_correctness_fft_fftn_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7933467Z test_nvfuser_correctness_fft_fftn_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7933775Z test_nvfuser_correctness_fft_fftn_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7934164Z test_nvfuser_correctness_fft_fftn_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7934458Z test_nvfuser_correctness_fft_fftn_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.7934763Z test_nvfuser_correctness_fft_fftn_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.7935074Z test_nvfuser_correctness_fft_fftn_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.007s) 2022-11-23T03:02:23.7935379Z test_nvfuser_correctness_fft_fftn_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7935683Z test_nvfuser_correctness_fft_fftn_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7935984Z test_nvfuser_correctness_fft_fftn_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7936304Z test_nvfuser_correctness_fft_fftshift_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7936674Z test_nvfuser_correctness_fft_fftshift_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7937012Z test_nvfuser_correctness_fft_fftshift_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7937331Z test_nvfuser_correctness_fft_fftshift_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7937644Z test_nvfuser_correctness_fft_fftshift_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7937964Z test_nvfuser_correctness_fft_fftshift_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7938280Z test_nvfuser_correctness_fft_fftshift_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7938588Z test_nvfuser_correctness_fft_fftshift_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7938905Z test_nvfuser_correctness_fft_fftshift_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7939209Z test_nvfuser_correctness_fft_fftshift_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7939518Z test_nvfuser_correctness_fft_fftshift_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7939827Z test_nvfuser_correctness_fft_fftshift_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7940137Z test_nvfuser_correctness_fft_fftshift_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.7940446Z test_nvfuser_correctness_fft_hfft2_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.7940840Z test_nvfuser_correctness_fft_hfft2_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.7941159Z test_nvfuser_correctness_fft_hfft2_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.7941465Z test_nvfuser_correctness_fft_hfft2_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.7941775Z test_nvfuser_correctness_fft_hfft2_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.7942075Z test_nvfuser_correctness_fft_hfft2_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-11-23T03:02:23.7942387Z test_nvfuser_correctness_fft_hfft2_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7942692Z test_nvfuser_correctness_fft_hfft2_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7942986Z test_nvfuser_correctness_fft_hfft2_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7943356Z test_nvfuser_correctness_fft_hfft2_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7943672Z test_nvfuser_correctness_fft_hfft2_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7943978Z test_nvfuser_correctness_fft_hfft2_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7944287Z test_nvfuser_correctness_fft_hfft_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7944603Z test_nvfuser_correctness_fft_hfft_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7944914Z test_nvfuser_correctness_fft_hfft_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7945232Z test_nvfuser_correctness_fft_hfft_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7945538Z test_nvfuser_correctness_fft_hfft_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7945838Z test_nvfuser_correctness_fft_hfft_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7946146Z test_nvfuser_correctness_fft_hfft_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7946447Z test_nvfuser_correctness_fft_hfft_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7946752Z test_nvfuser_correctness_fft_hfft_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.7947046Z test_nvfuser_correctness_fft_hfft_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.7947434Z test_nvfuser_correctness_fft_hfft_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.7947733Z test_nvfuser_correctness_fft_hfft_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:23.7948028Z test_nvfuser_correctness_fft_hfftn_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7948398Z test_nvfuser_correctness_fft_hfftn_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7948719Z test_nvfuser_correctness_fft_hfftn_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7949025Z test_nvfuser_correctness_fft_hfftn_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7949340Z test_nvfuser_correctness_fft_hfftn_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7949639Z test_nvfuser_correctness_fft_hfftn_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7950023Z test_nvfuser_correctness_fft_hfftn_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7950342Z test_nvfuser_correctness_fft_hfftn_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7950640Z test_nvfuser_correctness_fft_hfftn_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7950936Z test_nvfuser_correctness_fft_hfftn_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7951238Z test_nvfuser_correctness_fft_hfftn_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7951543Z test_nvfuser_correctness_fft_hfftn_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7951853Z test_nvfuser_correctness_fft_ifft2_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7952169Z test_nvfuser_correctness_fft_ifft2_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7952488Z test_nvfuser_correctness_fft_ifft2_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.7952794Z test_nvfuser_correctness_fft_ifft2_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.7953104Z test_nvfuser_correctness_fft_ifft2_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.7953402Z test_nvfuser_correctness_fft_ifft2_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.7953711Z test_nvfuser_correctness_fft_ifft2_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.7954016Z test_nvfuser_correctness_fft_ifft2_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.7954398Z test_nvfuser_correctness_fft_ifft2_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.7954703Z test_nvfuser_correctness_fft_ifft2_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:02:23.7955007Z test_nvfuser_correctness_fft_ifft2_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7955312Z test_nvfuser_correctness_fft_ifft2_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7955620Z test_nvfuser_correctness_fft_ifft_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7955936Z test_nvfuser_correctness_fft_ifft_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7956249Z test_nvfuser_correctness_fft_ifft_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7956560Z test_nvfuser_correctness_fft_ifft_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7956931Z test_nvfuser_correctness_fft_ifft_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7957245Z test_nvfuser_correctness_fft_ifft_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7957556Z test_nvfuser_correctness_fft_ifft_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7957858Z test_nvfuser_correctness_fft_ifft_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7958163Z test_nvfuser_correctness_fft_ifft_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7958472Z test_nvfuser_correctness_fft_ifft_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7958775Z test_nvfuser_correctness_fft_ifft_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7959078Z test_nvfuser_correctness_fft_ifft_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7959377Z test_nvfuser_correctness_fft_ifftn_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7959692Z test_nvfuser_correctness_fft_ifftn_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7960009Z test_nvfuser_correctness_fft_ifftn_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7960311Z test_nvfuser_correctness_fft_ifftn_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7960622Z test_nvfuser_correctness_fft_ifftn_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7961004Z test_nvfuser_correctness_fft_ifftn_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.7961314Z test_nvfuser_correctness_fft_ifftn_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7961743Z test_nvfuser_correctness_fft_ifftn_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.7962099Z test_nvfuser_correctness_fft_ifftn_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.7962407Z test_nvfuser_correctness_fft_ifftn_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.7962860Z test_nvfuser_correctness_fft_ifftn_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.7963323Z test_nvfuser_correctness_fft_ifftn_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.7963650Z test_nvfuser_correctness_fft_ifftshift_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.7964643Z test_nvfuser_correctness_fft_ifftshift_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:02:23.7965024Z test_nvfuser_correctness_fft_ifftshift_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7965354Z test_nvfuser_correctness_fft_ifftshift_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7965674Z test_nvfuser_correctness_fft_ifftshift_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7965993Z test_nvfuser_correctness_fft_ifftshift_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7966302Z test_nvfuser_correctness_fft_ifftshift_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7966620Z test_nvfuser_correctness_fft_ifftshift_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7966936Z test_nvfuser_correctness_fft_ifftshift_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7967237Z test_nvfuser_correctness_fft_ifftshift_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7967551Z test_nvfuser_correctness_fft_ifftshift_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7967863Z test_nvfuser_correctness_fft_ifftshift_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7968171Z test_nvfuser_correctness_fft_ifftshift_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7968745Z test_nvfuser_correctness_fft_ihfft2_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7969063Z test_nvfuser_correctness_fft_ihfft2_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7969373Z test_nvfuser_correctness_fft_ihfft2_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:23.7969781Z test_nvfuser_correctness_fft_ihfft2_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7970194Z test_nvfuser_correctness_fft_ihfft2_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7970502Z test_nvfuser_correctness_fft_ihfft2_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7970803Z test_nvfuser_correctness_fft_ihfft2_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7971110Z test_nvfuser_correctness_fft_ihfft2_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.7971424Z test_nvfuser_correctness_fft_ihfft2_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.7971813Z test_nvfuser_correctness_fft_ihfft_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:23.7972143Z test_nvfuser_correctness_fft_ihfft_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.7972454Z test_nvfuser_correctness_fft_ihfft_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.7972756Z test_nvfuser_correctness_fft_ihfft_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.7973059Z test_nvfuser_correctness_fft_ihfft_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:02:23.7973367Z test_nvfuser_correctness_fft_ihfft_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7973661Z test_nvfuser_correctness_fft_ihfft_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7973953Z test_nvfuser_correctness_fft_ihfft_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7974258Z test_nvfuser_correctness_fft_ihfft_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7974554Z test_nvfuser_correctness_fft_ihfftn_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7974866Z test_nvfuser_correctness_fft_ihfftn_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7975317Z test_nvfuser_correctness_fft_ihfftn_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7975635Z test_nvfuser_correctness_fft_ihfftn_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7976036Z test_nvfuser_correctness_fft_ihfftn_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7976524Z test_nvfuser_correctness_fft_ihfftn_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7977225Z test_nvfuser_correctness_fft_ihfftn_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7977575Z test_nvfuser_correctness_fft_ihfftn_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7977889Z test_nvfuser_correctness_fft_ihfftn_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7978204Z test_nvfuser_correctness_fft_irfft2_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.7978528Z test_nvfuser_correctness_fft_irfft2_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7978843Z test_nvfuser_correctness_fft_irfft2_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.7979255Z test_nvfuser_correctness_fft_irfft2_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:23.7979583Z test_nvfuser_correctness_fft_irfft2_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7979900Z test_nvfuser_correctness_fft_irfft2_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7980202Z test_nvfuser_correctness_fft_irfft2_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7980507Z test_nvfuser_correctness_fft_irfft2_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7980819Z test_nvfuser_correctness_fft_irfft2_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7981120Z test_nvfuser_correctness_fft_irfft2_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7981428Z test_nvfuser_correctness_fft_irfft2_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7981736Z test_nvfuser_correctness_fft_irfft2_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7982225Z test_nvfuser_correctness_fft_irfft_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7982560Z test_nvfuser_correctness_fft_irfft_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7982877Z test_nvfuser_correctness_fft_irfft_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7983327Z test_nvfuser_correctness_fft_irfft_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7983886Z test_nvfuser_correctness_fft_irfft_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7984197Z test_nvfuser_correctness_fft_irfft_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7984499Z test_nvfuser_correctness_fft_irfft_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7984803Z test_nvfuser_correctness_fft_irfft_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.7985111Z test_nvfuser_correctness_fft_irfft_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.7985410Z test_nvfuser_correctness_fft_irfft_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.008s) 2022-11-23T03:02:23.7985713Z test_nvfuser_correctness_fft_irfft_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7986020Z test_nvfuser_correctness_fft_irfft_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7986392Z test_nvfuser_correctness_fft_irfftn_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7986724Z test_nvfuser_correctness_fft_irfftn_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7987044Z test_nvfuser_correctness_fft_irfftn_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:23.7987359Z test_nvfuser_correctness_fft_irfftn_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7987670Z test_nvfuser_correctness_fft_irfftn_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7987986Z test_nvfuser_correctness_fft_irfftn_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7988287Z test_nvfuser_correctness_fft_irfftn_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7988596Z test_nvfuser_correctness_fft_irfftn_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7989057Z test_nvfuser_correctness_fft_irfftn_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7989367Z test_nvfuser_correctness_fft_irfftn_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7989674Z test_nvfuser_correctness_fft_irfftn_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7990209Z test_nvfuser_correctness_fft_irfftn_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7990522Z test_nvfuser_correctness_fft_rfft2_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7990928Z test_nvfuser_correctness_fft_rfft2_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7991454Z test_nvfuser_correctness_fft_rfft2_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7992044Z test_nvfuser_correctness_fft_rfft2_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7992637Z test_nvfuser_correctness_fft_rfft2_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7993232Z test_nvfuser_correctness_fft_rfft2_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7993831Z test_nvfuser_correctness_fft_rfft2_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7994432Z test_nvfuser_correctness_fft_rfft2_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7995037Z test_nvfuser_correctness_fft_rfft2_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7995937Z test_nvfuser_correctness_fft_rfft_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7996690Z test_nvfuser_correctness_fft_rfft_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7997411Z test_nvfuser_correctness_fft_rfft_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7998022Z test_nvfuser_correctness_fft_rfft_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7998588Z test_nvfuser_correctness_fft_rfft_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.7999197Z test_nvfuser_correctness_fft_rfft_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.7999798Z test_nvfuser_correctness_fft_rfft_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8000396Z test_nvfuser_correctness_fft_rfft_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8001002Z test_nvfuser_correctness_fft_rfft_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8001582Z test_nvfuser_correctness_fft_rfftn_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.8002200Z test_nvfuser_correctness_fft_rfftn_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8002903Z test_nvfuser_correctness_fft_rfftn_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.8003609Z test_nvfuser_correctness_fft_rfftn_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.8004459Z test_nvfuser_correctness_fft_rfftn_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.8005070Z test_nvfuser_correctness_fft_rfftn_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.8006302Z test_nvfuser_correctness_fft_rfftn_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.8007535Z test_nvfuser_correctness_fft_rfftn_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.8008749Z test_nvfuser_correctness_fft_rfftn_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:02:23.8010070Z test_nvfuser_correctness_fill_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: No fill_ op (0.002s) 2022-11-23T03:02:23.8011153Z test_nvfuser_correctness_fill_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: No fill_ op (0.002s) 2022-11-23T03:02:23.8012152Z test_nvfuser_correctness_fill_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: No fill_ op (0.001s) 2022-11-23T03:02:23.8013159Z test_nvfuser_correctness_fill_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: No fill_ op (0.002s) 2022-11-23T03:02:23.8014304Z test_nvfuser_correctness_fill_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: No fill_ op (0.002s) 2022-11-23T03:02:23.8015310Z test_nvfuser_correctness_fill_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: No fill_ op (0.002s) 2022-11-23T03:02:23.8016405Z test_nvfuser_correctness_fill_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: No fill_ op (0.001s) 2022-11-23T03:02:23.8017598Z test_nvfuser_correctness_fill_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: No fill_ op (0.002s) 2022-11-23T03:02:23.8018581Z test_nvfuser_correctness_fill_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: No fill_ op (0.002s) 2022-11-23T03:02:23.8019566Z test_nvfuser_correctness_fill_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: No fill_ op (0.001s) 2022-11-23T03:02:23.8020544Z test_nvfuser_correctness_fill_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: No fill_ op (0.002s) 2022-11-23T03:02:23.8021642Z test_nvfuser_correctness_fill_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: No fill_ op (0.001s) 2022-11-23T03:02:23.8022789Z test_nvfuser_correctness_fill_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: No fill_ op (0.002s) 2022-11-23T03:02:23.8024278Z test_nvfuser_correctness_flatten_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8025740Z test_nvfuser_correctness_flatten_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8027007Z test_nvfuser_correctness_flatten_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8028267Z test_nvfuser_correctness_flatten_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8029622Z test_nvfuser_correctness_flatten_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8031055Z test_nvfuser_correctness_flatten_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8032281Z test_nvfuser_correctness_flatten_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8033669Z test_nvfuser_correctness_flatten_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.8034886Z test_nvfuser_correctness_flatten_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8036272Z test_nvfuser_correctness_flatten_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.8037706Z test_nvfuser_correctness_flatten_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:23.8038936Z test_nvfuser_correctness_flatten_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.8040180Z test_nvfuser_correctness_flatten_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.8041410Z test_nvfuser_correctness_flip_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.8042615Z test_nvfuser_correctness_flip_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.8044163Z test_nvfuser_correctness_flip_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-11-23T03:02:23.8045523Z test_nvfuser_correctness_flip_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8046753Z test_nvfuser_correctness_flip_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8047990Z test_nvfuser_correctness_flip_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8049267Z test_nvfuser_correctness_flip_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:23.8050606Z test_nvfuser_correctness_flip_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8052032Z test_nvfuser_correctness_flip_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8053254Z test_nvfuser_correctness_flip_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8054459Z test_nvfuser_correctness_flip_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8055675Z test_nvfuser_correctness_flip_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8057012Z test_nvfuser_correctness_fliplr_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8058461Z test_nvfuser_correctness_fliplr_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8059708Z test_nvfuser_correctness_fliplr_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8061164Z test_nvfuser_correctness_fliplr_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8062437Z test_nvfuser_correctness_fliplr_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8063815Z test_nvfuser_correctness_fliplr_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8065264Z test_nvfuser_correctness_fliplr_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8066497Z test_nvfuser_correctness_fliplr_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8067726Z test_nvfuser_correctness_fliplr_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.8068961Z test_nvfuser_correctness_fliplr_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8070281Z test_nvfuser_correctness_fliplr_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.8071848Z test_nvfuser_correctness_fliplr_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:23.8073143Z test_nvfuser_correctness_flipud_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.8074389Z test_nvfuser_correctness_flipud_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.8075467Z test_nvfuser_correctness_flipud_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.8076734Z test_nvfuser_correctness_flipud_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.8078152Z test_nvfuser_correctness_flipud_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-11-23T03:02:23.8079388Z test_nvfuser_correctness_flipud_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8080634Z test_nvfuser_correctness_flipud_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8081870Z test_nvfuser_correctness_flipud_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8086704Z test_nvfuser_correctness_flipud_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8087942Z test_nvfuser_correctness_flipud_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8089176Z test_nvfuser_correctness_flipud_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8090794Z test_nvfuser_correctness_flipud_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8092273Z test_nvfuser_correctness_float_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8093532Z test_nvfuser_correctness_float_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8094825Z test_nvfuser_correctness_float_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8096242Z test_nvfuser_correctness_float_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8097734Z test_nvfuser_correctness_float_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8098994Z test_nvfuser_correctness_float_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8100246Z test_nvfuser_correctness_float_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8101480Z test_nvfuser_correctness_float_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8102846Z test_nvfuser_correctness_float_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8104489Z test_nvfuser_correctness_float_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8105822Z test_nvfuser_correctness_float_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8107062Z test_nvfuser_correctness_float_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8108277Z test_nvfuser_correctness_float_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8109671Z test_nvfuser_correctness_float_power_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8111199Z test_nvfuser_correctness_float_power_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8112476Z test_nvfuser_correctness_float_power_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8113785Z test_nvfuser_correctness_float_power_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8115069Z test_nvfuser_correctness_float_power_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8116489Z test_nvfuser_correctness_float_power_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8117995Z test_nvfuser_correctness_float_power_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8119255Z test_nvfuser_correctness_float_power_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8120535Z test_nvfuser_correctness_float_power_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8121957Z test_nvfuser_correctness_float_power_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8122668Z test_nvfuser_correctness_float_power_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8123511Z test_nvfuser_correctness_float_power_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8124165Z test_nvfuser_correctness_floor_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8125101Z test_nvfuser_correctness_floor_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8125740Z test_nvfuser_correctness_floor_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8126368Z test_nvfuser_correctness_floor_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8127131Z test_nvfuser_correctness_floor_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8128305Z test_nvfuser_correctness_floor_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8129209Z test_nvfuser_correctness_floor_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.8129852Z test_nvfuser_correctness_floor_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8130640Z test_nvfuser_correctness_floor_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.8131581Z test_nvfuser_correctness_floor_divide_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:23.8132511Z test_nvfuser_correctness_floor_divide_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.8133165Z test_nvfuser_correctness_floor_divide_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.8133816Z test_nvfuser_correctness_floor_divide_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.8134464Z test_nvfuser_correctness_floor_divide_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.8135096Z test_nvfuser_correctness_floor_divide_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-11-23T03:02:23.8135718Z test_nvfuser_correctness_floor_divide_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8136347Z test_nvfuser_correctness_floor_divide_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8136987Z test_nvfuser_correctness_floor_divide_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8137922Z test_nvfuser_correctness_fmax_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8138668Z test_nvfuser_correctness_fmax_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8139411Z test_nvfuser_correctness_fmax_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:23.8140042Z test_nvfuser_correctness_fmax_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:23.8140668Z test_nvfuser_correctness_fmax_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8141293Z test_nvfuser_correctness_fmax_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:23.8141914Z test_nvfuser_correctness_fmax_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8142532Z test_nvfuser_correctness_fmax_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8143234Z test_nvfuser_correctness_fmax_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8143865Z test_nvfuser_correctness_fmax_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8144660Z test_nvfuser_correctness_fmin_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8145362Z test_nvfuser_correctness_fmin_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T03:02:23.8146124Z test_nvfuser_correctness_fmin_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8146754Z test_nvfuser_correctness_fmin_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8147386Z test_nvfuser_correctness_fmin_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.8148043Z test_nvfuser_correctness_fmin_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.8148669Z test_nvfuser_correctness_fmin_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:23.8149289Z test_nvfuser_correctness_fmin_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.8149902Z test_nvfuser_correctness_fmin_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.8150525Z test_nvfuser_correctness_fmin_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.8151258Z test_nvfuser_correctness_fmod_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.8151904Z test_nvfuser_correctness_fmod_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.012s) 2022-11-23T03:02:23.8153669Z test_nvfuser_correctness_fmod_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8154289Z test_nvfuser_correctness_fmod_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8154917Z test_nvfuser_correctness_fmod_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8155538Z test_nvfuser_correctness_fmod_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8156150Z test_nvfuser_correctness_fmod_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8156769Z test_nvfuser_correctness_fmod_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8157387Z test_nvfuser_correctness_fmod_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8158012Z test_nvfuser_correctness_frac_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8159158Z test_nvfuser_correctness_frac_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8160531Z test_nvfuser_correctness_frac_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8161478Z test_nvfuser_correctness_frac_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8162115Z test_nvfuser_correctness_frexp_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8162750Z test_nvfuser_correctness_frexp_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8163385Z test_nvfuser_correctness_frexp_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:23.8164013Z test_nvfuser_correctness_full_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:23.8164637Z test_nvfuser_correctness_full_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8165453Z test_nvfuser_correctness_full_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T03:02:23.8166096Z test_nvfuser_correctness_full_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8167018Z test_nvfuser_correctness_full_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8167637Z test_nvfuser_correctness_full_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.8168267Z test_nvfuser_correctness_full_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.8169063Z test_nvfuser_correctness_full_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.008s) 2022-11-23T03:02:23.8169677Z test_nvfuser_correctness_full_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8170297Z test_nvfuser_correctness_full_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8170921Z test_nvfuser_correctness_full_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8171533Z test_nvfuser_correctness_full_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8172325Z test_nvfuser_correctness_full_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8172972Z test_nvfuser_correctness_full_like_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8173896Z test_nvfuser_correctness_full_like_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8175168Z test_nvfuser_correctness_full_like_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8176447Z test_nvfuser_correctness_full_like_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8177533Z test_nvfuser_correctness_full_like_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8178179Z test_nvfuser_correctness_full_like_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8179685Z test_nvfuser_correctness_full_like_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8181145Z test_nvfuser_correctness_full_like_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8181958Z test_nvfuser_correctness_full_like_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8182589Z test_nvfuser_correctness_full_like_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.8183221Z test_nvfuser_correctness_full_like_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.8183847Z test_nvfuser_correctness_full_like_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.8184489Z test_nvfuser_correctness_gather_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.8185112Z test_nvfuser_correctness_gather_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.8185756Z test_nvfuser_correctness_gather_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.8186893Z test_nvfuser_correctness_gather_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:02:23.8188215Z test_nvfuser_correctness_gather_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8188978Z test_nvfuser_correctness_gather_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8190588Z test_nvfuser_correctness_gather_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8191919Z test_nvfuser_correctness_gather_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8193347Z test_nvfuser_correctness_gather_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8194873Z test_nvfuser_correctness_gather_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8196125Z test_nvfuser_correctness_gather_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8197358Z test_nvfuser_correctness_gather_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8198771Z test_nvfuser_correctness_gcd_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8200150Z test_nvfuser_correctness_gcd_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8201579Z test_nvfuser_correctness_gcd_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8202259Z test_nvfuser_correctness_gcd_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8202879Z test_nvfuser_correctness_gcd_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8203522Z test_nvfuser_correctness_ge_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8204147Z test_nvfuser_correctness_ge_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8204766Z test_nvfuser_correctness_ge_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8205394Z test_nvfuser_correctness_ge_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8206157Z test_nvfuser_correctness_ge_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8207062Z test_nvfuser_correctness_ge_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8208037Z test_nvfuser_correctness_ge_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.8209340Z test_nvfuser_correctness_ge_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.8210675Z test_nvfuser_correctness_ge_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:23.8211310Z test_nvfuser_correctness_ge_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.8211933Z test_nvfuser_correctness_geqrf_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.8212582Z test_nvfuser_correctness_geqrf_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.8213222Z test_nvfuser_correctness_geqrf_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.8213857Z test_nvfuser_correctness_geqrf_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.012s) 2022-11-23T03:02:23.8214677Z test_nvfuser_correctness_gradient_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-11-23T03:02:23.8215621Z test_nvfuser_correctness_gradient_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.003s) 2022-11-23T03:02:23.8216175Z test_nvfuser_correctness_gradient_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-11-23T03:02:23.8216827Z test_nvfuser_correctness_gradient_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-11-23T03:02:23.8217371Z test_nvfuser_correctness_gradient_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-11-23T03:02:23.8217891Z test_nvfuser_correctness_gradient_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-11-23T03:02:23.8218417Z test_nvfuser_correctness_gradient_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-11-23T03:02:23.8218932Z test_nvfuser_correctness_gradient_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-11-23T03:02:23.8219423Z test_nvfuser_correctness_gradient_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-11-23T03:02:23.8219932Z test_nvfuser_correctness_gradient_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-11-23T03:02:23.8220525Z test_nvfuser_correctness_grid_sampler_2d_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8221324Z test_nvfuser_correctness_grid_sampler_2d_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8221979Z test_nvfuser_correctness_grid_sampler_2d_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8223004Z test_nvfuser_correctness_gt_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8223626Z test_nvfuser_correctness_gt_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8224240Z test_nvfuser_correctness_gt_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8224865Z test_nvfuser_correctness_gt_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8225468Z test_nvfuser_correctness_gt_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T03:02:23.8226198Z test_nvfuser_correctness_gt_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8227226Z test_nvfuser_correctness_gt_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8228419Z test_nvfuser_correctness_gt_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.8229912Z test_nvfuser_correctness_gt_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.8230555Z test_nvfuser_correctness_gt_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:23.8231166Z test_nvfuser_correctness_half_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.8232048Z test_nvfuser_correctness_half_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.8233137Z test_nvfuser_correctness_half_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.8234112Z test_nvfuser_correctness_half_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.8234975Z test_nvfuser_correctness_half_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.012s) 2022-11-23T03:02:23.8235612Z test_nvfuser_correctness_half_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8236618Z test_nvfuser_correctness_half_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8237255Z test_nvfuser_correctness_half_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8237877Z test_nvfuser_correctness_half_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8238497Z test_nvfuser_correctness_half_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8239113Z test_nvfuser_correctness_half_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8239725Z test_nvfuser_correctness_half_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8240355Z test_nvfuser_correctness_heaviside_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8240998Z test_nvfuser_correctness_heaviside_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8241621Z test_nvfuser_correctness_heaviside_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8242423Z test_nvfuser_correctness_heaviside_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8243371Z test_nvfuser_correctness_heaviside_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8244145Z test_nvfuser_correctness_heaviside_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8244782Z test_nvfuser_correctness_heaviside_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8245416Z test_nvfuser_correctness_heaviside_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8246042Z test_nvfuser_correctness_heaviside_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8246672Z test_nvfuser_correctness_heaviside_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8247309Z test_nvfuser_correctness_histc_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8247978Z test_nvfuser_correctness_histc_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T03:02:23.8248588Z test_nvfuser_correctness_histc_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8250566Z test_nvfuser_correctness_histc_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8251643Z test_nvfuser_correctness_histc_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.8252288Z test_nvfuser_correctness_histc_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.8252924Z test_nvfuser_correctness_hsplit_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:23.8253549Z test_nvfuser_correctness_hsplit_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.8254186Z test_nvfuser_correctness_hsplit_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.8254826Z test_nvfuser_correctness_hsplit_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.8255458Z test_nvfuser_correctness_hsplit_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:02:23.8256229Z test_nvfuser_correctness_hsplit_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8257178Z test_nvfuser_correctness_hsplit_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8258442Z test_nvfuser_correctness_hsplit_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8259252Z test_nvfuser_correctness_hsplit_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8259883Z test_nvfuser_correctness_hsplit_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8260841Z test_nvfuser_correctness_hsplit_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8261479Z test_nvfuser_correctness_hsplit_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8262102Z test_nvfuser_correctness_hsplit_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8262740Z test_nvfuser_correctness_hstack_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8263602Z test_nvfuser_correctness_hstack_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8264269Z test_nvfuser_correctness_hstack_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8265212Z test_nvfuser_correctness_hstack_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8265841Z test_nvfuser_correctness_hstack_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8266569Z test_nvfuser_correctness_hstack_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8267223Z test_nvfuser_correctness_hstack_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8267854Z test_nvfuser_correctness_hstack_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8268492Z test_nvfuser_correctness_hstack_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8269112Z test_nvfuser_correctness_hstack_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.8269731Z test_nvfuser_correctness_hstack_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8270514Z test_nvfuser_correctness_hstack_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.8271150Z test_nvfuser_correctness_hstack_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:23.8272013Z test_nvfuser_correctness_hypot_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.8272631Z test_nvfuser_correctness_hypot_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.8273263Z test_nvfuser_correctness_hypot_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.8273887Z test_nvfuser_correctness_hypot_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.8274692Z test_nvfuser_correctness_i0_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:02:23.8275698Z test_nvfuser_correctness_i0_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8276466Z test_nvfuser_correctness_i0_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8277095Z test_nvfuser_correctness_i0_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8278332Z test_nvfuser_correctness_i0_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8279589Z test_nvfuser_correctness_i0_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8281432Z test_nvfuser_correctness_i0_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8282055Z test_nvfuser_correctness_i0_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8283550Z test_nvfuser_correctness_i0_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8284889Z test_nvfuser_correctness_i0_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8286377Z test_nvfuser_correctness_igamma_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8287613Z test_nvfuser_correctness_igamma_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8288901Z test_nvfuser_correctness_igammac_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8290151Z test_nvfuser_correctness_igammac_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8291595Z test_nvfuser_correctness_imag_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8293076Z test_nvfuser_correctness_imag_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8293996Z test_nvfuser_correctness_imag_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8294647Z test_nvfuser_correctness_index_add_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8295279Z test_nvfuser_correctness_index_add_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T03:02:23.8295924Z test_nvfuser_correctness_index_add_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8296571Z test_nvfuser_correctness_index_add_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8297223Z test_nvfuser_correctness_index_add_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.8297872Z test_nvfuser_correctness_index_add_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.8298897Z test_nvfuser_correctness_index_add_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:23.8299947Z test_nvfuser_correctness_index_add_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.8300590Z test_nvfuser_correctness_index_add_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.8301222Z test_nvfuser_correctness_index_add_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-11-23T03:02:23.8301844Z test_nvfuser_correctness_index_add_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8302453Z test_nvfuser_correctness_index_add_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8303085Z test_nvfuser_correctness_index_add_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8303722Z test_nvfuser_correctness_index_copy_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8305045Z test_nvfuser_correctness_index_copy_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8306195Z test_nvfuser_correctness_index_copy_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8307250Z test_nvfuser_correctness_index_copy_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8307905Z test_nvfuser_correctness_index_copy_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8308547Z test_nvfuser_correctness_index_copy_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8309171Z test_nvfuser_correctness_index_copy_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8309791Z test_nvfuser_correctness_index_copy_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8310424Z test_nvfuser_correctness_index_copy_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8311037Z test_nvfuser_correctness_index_copy_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8311665Z test_nvfuser_correctness_index_copy_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8312464Z test_nvfuser_correctness_index_copy_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8313116Z test_nvfuser_correctness_index_fill_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8314160Z test_nvfuser_correctness_index_fill_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8314935Z test_nvfuser_correctness_index_fill_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8315582Z test_nvfuser_correctness_index_fill_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.8316226Z test_nvfuser_correctness_index_fill_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8316869Z test_nvfuser_correctness_index_fill_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.8317490Z test_nvfuser_correctness_index_fill_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:23.8318099Z test_nvfuser_correctness_index_fill_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.8318733Z test_nvfuser_correctness_index_fill_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.8319535Z test_nvfuser_correctness_index_fill_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.8320505Z test_nvfuser_correctness_index_fill_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.8321312Z test_nvfuser_correctness_index_fill_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-11-23T03:02:23.8321947Z test_nvfuser_correctness_index_put_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8322584Z test_nvfuser_correctness_index_put_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8323225Z test_nvfuser_correctness_index_put_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8323876Z test_nvfuser_correctness_index_put_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8324521Z test_nvfuser_correctness_index_put_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8325167Z test_nvfuser_correctness_index_put_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8325783Z test_nvfuser_correctness_index_put_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8326577Z test_nvfuser_correctness_index_put_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8327547Z test_nvfuser_correctness_index_put_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8328175Z test_nvfuser_correctness_index_put_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8328790Z test_nvfuser_correctness_index_put_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:23.8330092Z test_nvfuser_correctness_index_put_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8331040Z test_nvfuser_correctness_index_put_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8331691Z test_nvfuser_correctness_index_reduce_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8332349Z test_nvfuser_correctness_index_reduce_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8333180Z test_nvfuser_correctness_index_reduce_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8334121Z test_nvfuser_correctness_index_reduce_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8334785Z test_nvfuser_correctness_index_reduce_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.8335420Z test_nvfuser_correctness_index_reduce_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.8336161Z test_nvfuser_correctness_index_reduce_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:23.8336810Z test_nvfuser_correctness_index_reduce_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8337455Z test_nvfuser_correctness_index_reduce_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8338096Z test_nvfuser_correctness_index_select_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8338734Z test_nvfuser_correctness_index_select_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8339516Z test_nvfuser_correctness_index_select_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8340207Z test_nvfuser_correctness_index_select_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8341228Z test_nvfuser_correctness_index_select_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8341877Z test_nvfuser_correctness_index_select_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8342524Z test_nvfuser_correctness_index_select_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8343168Z test_nvfuser_correctness_index_select_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T03:02:23.8343811Z test_nvfuser_correctness_index_select_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:23.8344436Z test_nvfuser_correctness_index_select_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.8345180Z test_nvfuser_correctness_index_select_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.8345801Z test_nvfuser_correctness_index_select_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.8346590Z test_nvfuser_correctness_index_select_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-11-23T03:02:23.8347242Z test_nvfuser_correctness_inner_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8348276Z test_nvfuser_correctness_inner_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:23.8348929Z test_nvfuser_correctness_inner_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:23.8349991Z test_nvfuser_correctness_inner_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8351251Z test_nvfuser_correctness_inner_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8352640Z test_nvfuser_correctness_inner_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8354003Z test_nvfuser_correctness_int_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8355449Z test_nvfuser_correctness_int_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8356669Z test_nvfuser_correctness_int_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8357908Z test_nvfuser_correctness_int_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8359166Z test_nvfuser_correctness_int_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8360551Z test_nvfuser_correctness_int_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8361982Z test_nvfuser_correctness_int_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8363212Z test_nvfuser_correctness_int_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8364456Z test_nvfuser_correctness_int_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8365702Z test_nvfuser_correctness_int_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8366910Z test_nvfuser_correctness_int_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8368294Z test_nvfuser_correctness_int_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8370856Z test_nvfuser_correctness_isclose_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8372138Z test_nvfuser_correctness_isclose_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8373413Z test_nvfuser_correctness_isclose_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8377082Z test_nvfuser_correctness_isclose_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8378429Z test_nvfuser_correctness_isclose_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.8379663Z test_nvfuser_correctness_isclose_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8380930Z test_nvfuser_correctness_isclose_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.8384522Z test_nvfuser_correctness_isclose_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:23.8385965Z test_nvfuser_correctness_isclose_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.8387237Z test_nvfuser_correctness_isclose_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.8390753Z test_nvfuser_correctness_isclose_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.8392050Z test_nvfuser_correctness_isclose_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.8393331Z test_nvfuser_correctness_isfinite_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-11-23T03:02:23.8394600Z test_nvfuser_correctness_isfinite_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8398179Z test_nvfuser_correctness_isfinite_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8399422Z test_nvfuser_correctness_isfinite_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8400726Z test_nvfuser_correctness_isfinite_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8403648Z test_nvfuser_correctness_isfinite_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8405610Z test_nvfuser_correctness_isfinite_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8406884Z test_nvfuser_correctness_isfinite_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8408149Z test_nvfuser_correctness_isfinite_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8412027Z test_nvfuser_correctness_isfinite_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8413522Z test_nvfuser_correctness_isfinite_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8414806Z test_nvfuser_correctness_isfinite_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8418359Z test_nvfuser_correctness_isfinite_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8419645Z test_nvfuser_correctness_isin_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8420869Z test_nvfuser_correctness_isin_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.8422120Z test_nvfuser_correctness_isin_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8425668Z test_nvfuser_correctness_isin_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.8426926Z test_nvfuser_correctness_isin_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:23.8428335Z test_nvfuser_correctness_isin_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8429611Z test_nvfuser_correctness_isin_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8433210Z test_nvfuser_correctness_isin_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8434456Z test_nvfuser_correctness_isinf_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8435691Z test_nvfuser_correctness_isinf_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8439418Z test_nvfuser_correctness_isinf_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8440689Z test_nvfuser_correctness_isinf_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8441963Z test_nvfuser_correctness_isinf_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8443222Z test_nvfuser_correctness_isinf_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8446764Z test_nvfuser_correctness_isinf_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8448087Z test_nvfuser_correctness_isinf_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8449337Z test_nvfuser_correctness_isinf_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8452825Z test_nvfuser_correctness_isinf_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8454294Z test_nvfuser_correctness_isinf_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8455539Z test_nvfuser_correctness_isinf_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T03:02:23.8456778Z test_nvfuser_correctness_isinf_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8460376Z test_nvfuser_correctness_isnan_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8461643Z test_nvfuser_correctness_isnan_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.8463266Z test_nvfuser_correctness_isnan_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.8466914Z test_nvfuser_correctness_isnan_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.8468214Z test_nvfuser_correctness_isnan_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.8469643Z test_nvfuser_correctness_isnan_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.8470919Z test_nvfuser_correctness_isnan_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.8472159Z test_nvfuser_correctness_isnan_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:02:23.8473405Z test_nvfuser_correctness_isnan_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.8474641Z test_nvfuser_correctness_isnan_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.8475858Z test_nvfuser_correctness_isnan_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.8479519Z test_nvfuser_correctness_isnan_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.8480814Z test_nvfuser_correctness_isneginf_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:02:23.8482105Z test_nvfuser_correctness_isneginf_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.8483368Z test_nvfuser_correctness_isneginf_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.8484628Z test_nvfuser_correctness_isneginf_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.8485884Z test_nvfuser_correctness_isneginf_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.8487155Z test_nvfuser_correctness_isneginf_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.012s) 2022-11-23T03:02:23.8488878Z test_nvfuser_correctness_isneginf_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8490161Z test_nvfuser_correctness_isneginf_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8491369Z test_nvfuser_correctness_isneginf_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8492632Z test_nvfuser_correctness_isneginf_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:23.8496259Z test_nvfuser_correctness_isposinf_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8497543Z test_nvfuser_correctness_isposinf_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8498822Z test_nvfuser_correctness_isposinf_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8500097Z test_nvfuser_correctness_isposinf_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8501375Z test_nvfuser_correctness_isposinf_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8502802Z test_nvfuser_correctness_isposinf_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8504091Z test_nvfuser_correctness_isposinf_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8505349Z test_nvfuser_correctness_isposinf_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8506632Z test_nvfuser_correctness_isposinf_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8507848Z test_nvfuser_correctness_isposinf_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8509112Z test_nvfuser_correctness_isreal_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8510356Z test_nvfuser_correctness_isreal_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8511607Z test_nvfuser_correctness_isreal_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.8512859Z test_nvfuser_correctness_isreal_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.8514089Z test_nvfuser_correctness_isreal_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:23.8515333Z test_nvfuser_correctness_isreal_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.8516572Z test_nvfuser_correctness_isreal_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.8517814Z test_nvfuser_correctness_isreal_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.8520292Z test_nvfuser_correctness_isreal_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.8521521Z test_nvfuser_correctness_isreal_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.012s) 2022-11-23T03:02:23.8522773Z test_nvfuser_correctness_isreal_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8524378Z test_nvfuser_correctness_isreal_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8527989Z test_nvfuser_correctness_isreal_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8529266Z test_nvfuser_correctness_istft_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8530547Z test_nvfuser_correctness_istft_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8531744Z test_nvfuser_correctness_jiterator_2inputs_2outputs_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-11-23T03:02:23.8533038Z test_nvfuser_correctness_jiterator_2inputs_2outputs_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-11-23T03:02:23.8534194Z test_nvfuser_correctness_jiterator_2inputs_2outputs_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-11-23T03:02:23.8535307Z test_nvfuser_correctness_jiterator_2inputs_2outputs_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-11-23T03:02:23.8536464Z test_nvfuser_correctness_jiterator_2inputs_2outputs_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-11-23T03:02:23.8537602Z test_nvfuser_correctness_jiterator_2inputs_2outputs_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-11-23T03:02:23.8538719Z test_nvfuser_correctness_jiterator_2inputs_2outputs_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-11-23T03:02:23.8539839Z test_nvfuser_correctness_jiterator_2inputs_2outputs_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-11-23T03:02:23.8540966Z test_nvfuser_correctness_jiterator_2inputs_2outputs_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-11-23T03:02:23.8542087Z test_nvfuser_correctness_jiterator_2inputs_2outputs_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-11-23T03:02:23.8543215Z test_nvfuser_correctness_jiterator_2inputs_2outputs_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-11-23T03:02:23.8544339Z test_nvfuser_correctness_jiterator_2inputs_2outputs_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-11-23T03:02:23.8545501Z test_nvfuser_correctness_jiterator_4inputs_with_extra_args_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-11-23T03:02:23.8546635Z test_nvfuser_correctness_jiterator_4inputs_with_extra_args_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-11-23T03:02:23.8547805Z test_nvfuser_correctness_jiterator_4inputs_with_extra_args_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-11-23T03:02:23.8549110Z test_nvfuser_correctness_jiterator_4inputs_with_extra_args_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-11-23T03:02:23.8550279Z test_nvfuser_correctness_jiterator_4inputs_with_extra_args_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-11-23T03:02:23.8551630Z test_nvfuser_correctness_jiterator_4inputs_with_extra_args_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-11-23T03:02:23.8552803Z test_nvfuser_correctness_jiterator_4inputs_with_extra_args_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-11-23T03:02:23.8614615Z test_nvfuser_correctness_jiterator_4inputs_with_extra_args_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-11-23T03:02:23.8615240Z test_nvfuser_correctness_jiterator_4inputs_with_extra_args_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.000s) 2022-11-23T03:02:23.8615784Z test_nvfuser_correctness_jiterator_4inputs_with_extra_args_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.003s) 2022-11-23T03:02:23.8616321Z test_nvfuser_correctness_jiterator_4inputs_with_extra_args_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.000s) 2022-11-23T03:02:23.8616865Z test_nvfuser_correctness_jiterator_4inputs_with_extra_args_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.000s) 2022-11-23T03:02:23.8619742Z test_nvfuser_correctness_jiterator_binary_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.006s) 2022-11-23T03:02:23.8620258Z test_nvfuser_correctness_jiterator_binary_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.000s) 2022-11-23T03:02:23.8620774Z test_nvfuser_correctness_jiterator_binary_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.000s) 2022-11-23T03:02:23.8621461Z test_nvfuser_correctness_jiterator_binary_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.000s) 2022-11-23T03:02:23.8621986Z test_nvfuser_correctness_jiterator_binary_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.000s) 2022-11-23T03:02:23.8622489Z test_nvfuser_correctness_jiterator_binary_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.000s) 2022-11-23T03:02:23.8623000Z test_nvfuser_correctness_jiterator_binary_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.000s) 2022-11-23T03:02:23.8623491Z test_nvfuser_correctness_jiterator_binary_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.011s) 2022-11-23T03:02:23.8626300Z test_nvfuser_correctness_jiterator_binary_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.003s) 2022-11-23T03:02:23.8627108Z test_nvfuser_correctness_jiterator_binary_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.003s) 2022-11-23T03:02:23.8627620Z test_nvfuser_correctness_jiterator_binary_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-11-23T03:02:23.8628109Z test_nvfuser_correctness_jiterator_binary_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-11-23T03:02:23.8628654Z test_nvfuser_correctness_jiterator_binary_return_by_ref_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-11-23T03:02:23.8629187Z test_nvfuser_correctness_jiterator_binary_return_by_ref_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-11-23T03:02:23.8629739Z test_nvfuser_correctness_jiterator_binary_return_by_ref_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-11-23T03:02:23.8630282Z test_nvfuser_correctness_jiterator_binary_return_by_ref_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-11-23T03:02:23.8632447Z test_nvfuser_correctness_jiterator_binary_return_by_ref_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-11-23T03:02:23.8633465Z test_nvfuser_correctness_jiterator_binary_return_by_ref_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-11-23T03:02:23.8633750Z test_nvfuser_correctness_jiterator_binary_return_by_ref_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-11-23T03:02:23.8634179Z test_nvfuser_correctness_jiterator_binary_return_by_ref_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-11-23T03:02:23.8634438Z test_nvfuser_correctness_jiterator_binary_return_by_ref_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-11-23T03:02:23.8634688Z test_nvfuser_correctness_jiterator_binary_return_by_ref_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-11-23T03:02:23.8634956Z test_nvfuser_correctness_jiterator_binary_return_by_ref_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-11-23T03:02:23.8635211Z test_nvfuser_correctness_jiterator_binary_return_by_ref_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-11-23T03:02:23.8635462Z test_nvfuser_correctness_jiterator_unary_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-11-23T03:02:23.8635715Z test_nvfuser_correctness_jiterator_unary_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-11-23T03:02:23.8635974Z test_nvfuser_correctness_jiterator_unary_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-11-23T03:02:23.8636231Z test_nvfuser_correctness_jiterator_unary_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-11-23T03:02:23.8636482Z test_nvfuser_correctness_jiterator_unary_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-11-23T03:02:23.8636811Z test_nvfuser_correctness_jiterator_unary_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-11-23T03:02:23.8637077Z test_nvfuser_correctness_jiterator_unary_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-11-23T03:02:23.8637326Z test_nvfuser_correctness_jiterator_unary_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-11-23T03:02:23.8637569Z test_nvfuser_correctness_jiterator_unary_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-11-23T03:02:23.8637802Z test_nvfuser_correctness_jiterator_unary_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-11-23T03:02:23.8639254Z test_nvfuser_correctness_jiterator_unary_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-11-23T03:02:23.8639999Z test_nvfuser_correctness_jiterator_unary_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-11-23T03:02:23.8640323Z test_nvfuser_correctness_kron_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8640633Z test_nvfuser_correctness_kron_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8640952Z test_nvfuser_correctness_kron_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8641265Z test_nvfuser_correctness_kron_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8641572Z test_nvfuser_correctness_kron_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8641883Z test_nvfuser_correctness_kron_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8642191Z test_nvfuser_correctness_kron_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8642493Z test_nvfuser_correctness_kron_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8642919Z test_nvfuser_correctness_kron_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8643212Z test_nvfuser_correctness_kron_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T03:02:23.8643511Z test_nvfuser_correctness_kron_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8643806Z test_nvfuser_correctness_kron_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8644119Z test_nvfuser_correctness_kthvalue_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.8644426Z test_nvfuser_correctness_kthvalue_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.8646370Z test_nvfuser_correctness_kthvalue_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:23.8646698Z test_nvfuser_correctness_kthvalue_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.8647108Z test_nvfuser_correctness_kthvalue_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.8647435Z test_nvfuser_correctness_kthvalue_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.8647750Z test_nvfuser_correctness_kthvalue_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.8648090Z test_nvfuser_correctness_kthvalue_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.012s) 2022-11-23T03:02:23.8648402Z test_nvfuser_correctness_lcm_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8648709Z test_nvfuser_correctness_lcm_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8648987Z test_nvfuser_correctness_lcm_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8649285Z test_nvfuser_correctness_lcm_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8649579Z test_nvfuser_correctness_lcm_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8649887Z test_nvfuser_correctness_ldexp_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8650194Z test_nvfuser_correctness_ldexp_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8650514Z test_nvfuser_correctness_ldexp_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8650828Z test_nvfuser_correctness_ldexp_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8652999Z test_nvfuser_correctness_ldexp_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8653329Z test_nvfuser_correctness_ldexp_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8653638Z test_nvfuser_correctness_ldexp_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8653949Z test_nvfuser_correctness_ldexp_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8654254Z test_nvfuser_correctness_ldexp_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8654559Z test_nvfuser_correctness_ldexp_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8654867Z test_nvfuser_correctness_ldexp_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8655165Z test_nvfuser_correctness_ldexp_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8655560Z test_nvfuser_correctness_le_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8655878Z test_nvfuser_correctness_le_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8656186Z test_nvfuser_correctness_le_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8656491Z test_nvfuser_correctness_le_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.8656786Z test_nvfuser_correctness_le_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8657086Z test_nvfuser_correctness_le_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.8657391Z test_nvfuser_correctness_le_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:23.8659367Z test_nvfuser_correctness_le_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8659690Z test_nvfuser_correctness_le_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8659987Z test_nvfuser_correctness_le_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8660299Z test_nvfuser_correctness_lerp_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:23.8660619Z test_nvfuser_correctness_lerp_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8660928Z test_nvfuser_correctness_lerp_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8661235Z test_nvfuser_correctness_lerp_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8661653Z test_nvfuser_correctness_lerp_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8661963Z test_nvfuser_correctness_lerp_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8662267Z test_nvfuser_correctness_lgamma_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8662582Z test_nvfuser_correctness_lgamma_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8662894Z test_nvfuser_correctness_lgamma_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8663208Z test_nvfuser_correctness_lgamma_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8663515Z test_nvfuser_correctness_lgamma_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8663819Z test_nvfuser_correctness_lgamma_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8666573Z test_nvfuser_correctness_lgamma_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8666955Z test_nvfuser_correctness_lgamma_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8667318Z test_nvfuser_correctness_lgamma_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8667656Z test_nvfuser_correctness_linalg_cholesky_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8667989Z test_nvfuser_correctness_linalg_cholesky_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8668318Z test_nvfuser_correctness_linalg_cholesky_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8668642Z test_nvfuser_correctness_linalg_cholesky_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8668974Z test_nvfuser_correctness_linalg_cholesky_ex_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8669311Z test_nvfuser_correctness_linalg_cholesky_ex_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8669644Z test_nvfuser_correctness_linalg_cholesky_ex_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8669970Z test_nvfuser_correctness_linalg_cholesky_ex_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8670292Z test_nvfuser_correctness_linalg_cond_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.8672450Z test_nvfuser_correctness_linalg_cond_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.8672931Z test_nvfuser_correctness_linalg_cond_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.008s) 2022-11-23T03:02:23.8673248Z test_nvfuser_correctness_linalg_cond_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8673572Z test_nvfuser_correctness_linalg_cross_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8673899Z test_nvfuser_correctness_linalg_cross_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8674215Z test_nvfuser_correctness_linalg_cross_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8674538Z test_nvfuser_correctness_linalg_cross_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8674857Z test_nvfuser_correctness_linalg_cross_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8675167Z test_nvfuser_correctness_linalg_cross_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8675540Z test_nvfuser_correctness_linalg_cross_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8675854Z test_nvfuser_correctness_linalg_cross_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8676172Z test_nvfuser_correctness_linalg_cross_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8676471Z test_nvfuser_correctness_linalg_cross_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8677025Z test_nvfuser_correctness_linalg_det_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8679056Z test_nvfuser_correctness_linalg_det_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8679375Z test_nvfuser_correctness_linalg_det_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8679685Z test_nvfuser_correctness_linalg_det_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8680018Z test_nvfuser_correctness_linalg_det_singular_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8680355Z test_nvfuser_correctness_linalg_det_singular_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.8680686Z test_nvfuser_correctness_linalg_det_singular_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.8681014Z test_nvfuser_correctness_linalg_det_singular_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.007s) 2022-11-23T03:02:23.8681456Z test_nvfuser_correctness_linalg_eig_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8681777Z test_nvfuser_correctness_linalg_eig_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8682092Z test_nvfuser_correctness_linalg_eig_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8682400Z test_nvfuser_correctness_linalg_eig_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8682723Z test_nvfuser_correctness_linalg_eigh_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8683045Z test_nvfuser_correctness_linalg_eigh_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8683369Z test_nvfuser_correctness_linalg_eigh_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8685342Z test_nvfuser_correctness_linalg_eigh_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8685787Z test_nvfuser_correctness_linalg_eigvals_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8686137Z test_nvfuser_correctness_linalg_eigvals_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8686457Z test_nvfuser_correctness_linalg_eigvals_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8686785Z test_nvfuser_correctness_linalg_eigvals_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8687117Z test_nvfuser_correctness_linalg_eigvalsh_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8687448Z test_nvfuser_correctness_linalg_eigvalsh_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.8687771Z test_nvfuser_correctness_linalg_eigvalsh_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8688092Z test_nvfuser_correctness_linalg_eigvalsh_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.8688442Z test_nvfuser_correctness_linalg_householder_product_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:23.8688787Z test_nvfuser_correctness_linalg_householder_product_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.8689131Z test_nvfuser_correctness_linalg_householder_product_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.8689457Z test_nvfuser_correctness_linalg_householder_product_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.8689775Z test_nvfuser_correctness_linalg_inv_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.8691891Z test_nvfuser_correctness_linalg_inv_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.012s) 2022-11-23T03:02:23.8692225Z test_nvfuser_correctness_linalg_inv_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8692534Z test_nvfuser_correctness_linalg_inv_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8692856Z test_nvfuser_correctness_linalg_inv_ex_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8693182Z test_nvfuser_correctness_linalg_inv_ex_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8693503Z test_nvfuser_correctness_linalg_inv_ex_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8693821Z test_nvfuser_correctness_linalg_inv_ex_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8694238Z test_nvfuser_correctness_linalg_ldl_factor_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8694582Z test_nvfuser_correctness_linalg_ldl_factor_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8694907Z test_nvfuser_correctness_linalg_ldl_factor_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8695416Z test_nvfuser_correctness_linalg_ldl_factor_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8695763Z test_nvfuser_correctness_linalg_ldl_factor_ex_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8696097Z test_nvfuser_correctness_linalg_ldl_factor_ex_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8696427Z test_nvfuser_correctness_linalg_ldl_factor_ex_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8698438Z test_nvfuser_correctness_linalg_ldl_factor_ex_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.8698784Z test_nvfuser_correctness_linalg_ldl_solve_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8699114Z test_nvfuser_correctness_linalg_ldl_solve_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.8699440Z test_nvfuser_correctness_linalg_ldl_solve_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:23.8699762Z test_nvfuser_correctness_linalg_ldl_solve_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8700082Z test_nvfuser_correctness_linalg_lstsq_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8700514Z test_nvfuser_correctness_linalg_lstsq_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8700832Z test_nvfuser_correctness_linalg_lstsq_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8701148Z test_nvfuser_correctness_linalg_lstsq_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8701495Z test_nvfuser_correctness_linalg_lstsq_grad_oriented_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8701838Z test_nvfuser_correctness_linalg_lstsq_grad_oriented_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8702177Z test_nvfuser_correctness_linalg_lstsq_grad_oriented_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8702503Z test_nvfuser_correctness_linalg_lstsq_grad_oriented_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8704085Z test_nvfuser_correctness_linalg_lu_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8704948Z test_nvfuser_correctness_linalg_lu_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8705277Z test_nvfuser_correctness_linalg_lu_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8705587Z test_nvfuser_correctness_linalg_lu_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8705927Z test_nvfuser_correctness_linalg_lu_factor_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8706256Z test_nvfuser_correctness_linalg_lu_factor_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T03:02:23.8706583Z test_nvfuser_correctness_linalg_lu_factor_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8706903Z test_nvfuser_correctness_linalg_lu_factor_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8707237Z test_nvfuser_correctness_linalg_lu_factor_ex_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.8707567Z test_nvfuser_correctness_linalg_lu_factor_ex_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.8707893Z test_nvfuser_correctness_linalg_lu_factor_ex_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:23.8708222Z test_nvfuser_correctness_linalg_lu_factor_ex_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.8708551Z test_nvfuser_correctness_linalg_lu_solve_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.8708979Z test_nvfuser_correctness_linalg_lu_solve_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.8709298Z test_nvfuser_correctness_linalg_lu_solve_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:02:23.8711258Z test_nvfuser_correctness_linalg_lu_solve_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.8711613Z test_nvfuser_correctness_linalg_matrix_norm_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.8711940Z test_nvfuser_correctness_linalg_matrix_norm_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.8712272Z test_nvfuser_correctness_linalg_matrix_norm_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.8712597Z test_nvfuser_correctness_linalg_matrix_norm_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:02:23.8712919Z test_nvfuser_correctness_linalg_matrix_norm_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.8713321Z test_nvfuser_correctness_linalg_matrix_norm_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.8713670Z test_nvfuser_correctness_linalg_matrix_power_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.8714005Z test_nvfuser_correctness_linalg_matrix_power_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.8714328Z test_nvfuser_correctness_linalg_matrix_power_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-11-23T03:02:23.8714646Z test_nvfuser_correctness_linalg_matrix_power_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8714983Z test_nvfuser_correctness_linalg_matrix_rank_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8715311Z test_nvfuser_correctness_linalg_matrix_rank_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8715637Z test_nvfuser_correctness_linalg_matrix_rank_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8717619Z test_nvfuser_correctness_linalg_matrix_rank_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8717990Z test_nvfuser_correctness_linalg_matrix_rank_hermitian_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8718341Z test_nvfuser_correctness_linalg_matrix_rank_hermitian_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8718684Z test_nvfuser_correctness_linalg_matrix_rank_hermitian_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8719126Z test_nvfuser_correctness_linalg_matrix_rank_hermitian_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8719450Z test_nvfuser_correctness_linalg_multi_dot_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8719778Z test_nvfuser_correctness_linalg_multi_dot_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8720100Z test_nvfuser_correctness_linalg_multi_dot_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8720422Z test_nvfuser_correctness_linalg_multi_dot_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8720741Z test_nvfuser_correctness_linalg_multi_dot_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8721052Z test_nvfuser_correctness_linalg_multi_dot_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8721436Z test_nvfuser_correctness_linalg_norm_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8721756Z test_nvfuser_correctness_linalg_norm_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8722076Z test_nvfuser_correctness_linalg_norm_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8724035Z test_nvfuser_correctness_linalg_norm_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8724382Z test_nvfuser_correctness_linalg_norm_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T03:02:23.8724697Z test_nvfuser_correctness_linalg_norm_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8725053Z test_nvfuser_correctness_linalg_norm_subgradients_at_zero_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8725411Z test_nvfuser_correctness_linalg_norm_subgradients_at_zero_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.8725767Z test_nvfuser_correctness_linalg_norm_subgradients_at_zero_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.8726113Z test_nvfuser_correctness_linalg_norm_subgradients_at_zero_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.007s) 2022-11-23T03:02:23.8726461Z test_nvfuser_correctness_linalg_norm_subgradients_at_zero_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8726797Z test_nvfuser_correctness_linalg_norm_subgradients_at_zero_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8727121Z test_nvfuser_correctness_linalg_pinv_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8727546Z test_nvfuser_correctness_linalg_pinv_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8727862Z test_nvfuser_correctness_linalg_pinv_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8728184Z test_nvfuser_correctness_linalg_pinv_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8728522Z test_nvfuser_correctness_linalg_pinv_hermitian_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8730520Z test_nvfuser_correctness_linalg_pinv_hermitian_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8730881Z test_nvfuser_correctness_linalg_pinv_hermitian_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8731214Z test_nvfuser_correctness_linalg_pinv_hermitian_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8731633Z test_nvfuser_correctness_linalg_pinv_singular_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8731980Z test_nvfuser_correctness_linalg_pinv_singular_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8732313Z test_nvfuser_correctness_linalg_pinv_singular_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8732646Z test_nvfuser_correctness_linalg_pinv_singular_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8732966Z test_nvfuser_correctness_linalg_qr_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8733284Z test_nvfuser_correctness_linalg_qr_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8733600Z test_nvfuser_correctness_linalg_qr_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8733907Z test_nvfuser_correctness_linalg_qr_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8734235Z test_nvfuser_correctness_linalg_slogdet_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8734563Z test_nvfuser_correctness_linalg_slogdet_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8734888Z test_nvfuser_correctness_linalg_slogdet_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.8737073Z test_nvfuser_correctness_linalg_slogdet_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8737436Z test_nvfuser_correctness_linalg_solve_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.8737867Z test_nvfuser_correctness_linalg_solve_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:23.8738187Z test_nvfuser_correctness_linalg_solve_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.8738502Z test_nvfuser_correctness_linalg_solve_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.8738833Z test_nvfuser_correctness_linalg_solve_ex_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.8739159Z test_nvfuser_correctness_linalg_solve_ex_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.8739483Z test_nvfuser_correctness_linalg_solve_ex_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-11-23T03:02:23.8739803Z test_nvfuser_correctness_linalg_solve_ex_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8740143Z test_nvfuser_correctness_linalg_solve_triangular_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8740542Z test_nvfuser_correctness_linalg_solve_triangular_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8740888Z test_nvfuser_correctness_linalg_solve_triangular_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8741213Z test_nvfuser_correctness_linalg_solve_triangular_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8741532Z test_nvfuser_correctness_linalg_svd_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8743621Z test_nvfuser_correctness_linalg_svd_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8743962Z test_nvfuser_correctness_linalg_svd_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8744272Z test_nvfuser_correctness_linalg_svd_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8744600Z test_nvfuser_correctness_linalg_svdvals_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8744921Z test_nvfuser_correctness_linalg_svdvals_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8745239Z test_nvfuser_correctness_linalg_svdvals_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8745562Z test_nvfuser_correctness_linalg_svdvals_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8745890Z test_nvfuser_correctness_linalg_tensorinv_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8746327Z test_nvfuser_correctness_linalg_tensorinv_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8746649Z test_nvfuser_correctness_linalg_tensorinv_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8746972Z test_nvfuser_correctness_linalg_tensorinv_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8747309Z test_nvfuser_correctness_linalg_tensorsolve_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8747637Z test_nvfuser_correctness_linalg_tensorsolve_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8747971Z test_nvfuser_correctness_linalg_tensorsolve_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8748329Z test_nvfuser_correctness_linalg_tensorsolve_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8750302Z test_nvfuser_correctness_linalg_vander_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8750742Z test_nvfuser_correctness_linalg_vander_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8751078Z test_nvfuser_correctness_linalg_vander_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8751401Z test_nvfuser_correctness_linalg_vander_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8751716Z test_nvfuser_correctness_linalg_vander_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8752033Z test_nvfuser_correctness_linalg_vander_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8752351Z test_nvfuser_correctness_linalg_vander_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.8752667Z test_nvfuser_correctness_linalg_vander_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.8752984Z test_nvfuser_correctness_linalg_vander_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.8753304Z test_nvfuser_correctness_linalg_vecdot_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:23.8753633Z test_nvfuser_correctness_linalg_vecdot_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.8753958Z test_nvfuser_correctness_linalg_vecdot_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.8754277Z test_nvfuser_correctness_linalg_vecdot_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.8754594Z test_nvfuser_correctness_linalg_vecdot_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.8756221Z test_nvfuser_correctness_linalg_vecdot_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:02:23.8757060Z test_nvfuser_correctness_linalg_vector_norm_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.8757401Z test_nvfuser_correctness_linalg_vector_norm_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.8757732Z test_nvfuser_correctness_linalg_vector_norm_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.8758060Z test_nvfuser_correctness_linalg_vector_norm_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:02:23.8758384Z test_nvfuser_correctness_linalg_vector_norm_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8758698Z test_nvfuser_correctness_linalg_vector_norm_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8759100Z test_nvfuser_correctness_linspace_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8759433Z test_nvfuser_correctness_linspace_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8759752Z test_nvfuser_correctness_linspace_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T03:02:23.8760068Z test_nvfuser_correctness_linspace_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8760370Z test_nvfuser_correctness_linspace_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8760668Z test_nvfuser_correctness_linspace_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.8760977Z test_nvfuser_correctness_linspace_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:23.8761289Z test_nvfuser_correctness_linspace_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.8763235Z test_nvfuser_correctness_linspace_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.8763573Z test_nvfuser_correctness_linspace_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.8763881Z test_nvfuser_correctness_linspace_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.8764192Z test_nvfuser_correctness_log10_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:02:23.8764499Z test_nvfuser_correctness_log10_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.8765639Z test_nvfuser_correctness_log10_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.8765951Z test_nvfuser_correctness_log10_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.8766258Z test_nvfuser_correctness_log10_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.8766565Z test_nvfuser_correctness_log10_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:02:23.8766867Z test_nvfuser_correctness_log10_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.8767171Z test_nvfuser_correctness_log10_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.8767475Z test_nvfuser_correctness_log10_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.8767780Z test_nvfuser_correctness_log10_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8769375Z test_nvfuser_correctness_log10_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8770300Z test_nvfuser_correctness_log10_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8770662Z test_nvfuser_correctness_log1p_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8770971Z test_nvfuser_correctness_log1p_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8771281Z test_nvfuser_correctness_log1p_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8771585Z test_nvfuser_correctness_log1p_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8771897Z test_nvfuser_correctness_log1p_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8772203Z test_nvfuser_correctness_log1p_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8772502Z test_nvfuser_correctness_log1p_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8772803Z test_nvfuser_correctness_log1p_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8773103Z test_nvfuser_correctness_log1p_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8773403Z test_nvfuser_correctness_log1p_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8773705Z test_nvfuser_correctness_log2_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8774011Z test_nvfuser_correctness_log2_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8774408Z test_nvfuser_correctness_log2_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8774716Z test_nvfuser_correctness_log2_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8776834Z test_nvfuser_correctness_log2_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8777171Z test_nvfuser_correctness_log2_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8777481Z test_nvfuser_correctness_log2_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8777787Z test_nvfuser_correctness_log2_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8778087Z test_nvfuser_correctness_log2_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8778379Z test_nvfuser_correctness_log2_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8778765Z test_nvfuser_correctness_log2_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8779071Z test_nvfuser_correctness_log2_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8779375Z test_nvfuser_correctness_log_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8779684Z test_nvfuser_correctness_log_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8779994Z test_nvfuser_correctness_log_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8780305Z test_nvfuser_correctness_log_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8780616Z test_nvfuser_correctness_log_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8780919Z test_nvfuser_correctness_log_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8781225Z test_nvfuser_correctness_log_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8783214Z test_nvfuser_correctness_log_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8783542Z test_nvfuser_correctness_log_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8783849Z test_nvfuser_correctness_log_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8784146Z test_nvfuser_correctness_log_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8784444Z test_nvfuser_correctness_log_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.8784838Z test_nvfuser_correctness_log_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.8785157Z test_nvfuser_correctness_log_softmax_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:23.8785478Z test_nvfuser_correctness_log_softmax_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.8785794Z test_nvfuser_correctness_log_softmax_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.8786109Z test_nvfuser_correctness_log_softmax_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.8786448Z test_nvfuser_correctness_log_softmax_with_dtype_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.8786775Z test_nvfuser_correctness_log_softmax_with_dtype_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-11-23T03:02:23.8787184Z test_nvfuser_correctness_log_softmax_with_dtype_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8787531Z test_nvfuser_correctness_log_softmax_with_dtype_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8787852Z test_nvfuser_correctness_log_softmax_with_dtype_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8789863Z test_nvfuser_correctness_log_softmax_with_dtype_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8790214Z test_nvfuser_correctness_log_softmax_with_dtype_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8790533Z test_nvfuser_correctness_log_softmax_with_dtype_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8790860Z test_nvfuser_correctness_log_softmax_with_dtype_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8791186Z test_nvfuser_correctness_log_softmax_with_dtype_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8791516Z test_nvfuser_correctness_log_softmax_with_dtype_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8791839Z test_nvfuser_correctness_log_softmax_with_dtype_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8792162Z test_nvfuser_correctness_log_softmax_with_dtype_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8792482Z test_nvfuser_correctness_logaddexp2_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8792799Z test_nvfuser_correctness_logaddexp2_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8793208Z test_nvfuser_correctness_logaddexp2_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8793510Z test_nvfuser_correctness_logaddexp_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8793826Z test_nvfuser_correctness_logaddexp_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8794132Z test_nvfuser_correctness_logaddexp_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8796393Z test_nvfuser_correctness_logcumsumexp_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8796755Z test_nvfuser_correctness_logcumsumexp_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.8797075Z test_nvfuser_correctness_logcumsumexp_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8797399Z test_nvfuser_correctness_logcumsumexp_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.8797808Z test_nvfuser_correctness_logdet_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:23.8798139Z test_nvfuser_correctness_logdet_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.8798454Z test_nvfuser_correctness_logdet_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.8798770Z test_nvfuser_correctness_logdet_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.8799090Z test_nvfuser_correctness_logical_and_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.8799408Z test_nvfuser_correctness_logical_and_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:02:23.8799729Z test_nvfuser_correctness_logical_and_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.8800051Z test_nvfuser_correctness_logical_and_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.8800369Z test_nvfuser_correctness_logical_and_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.8800690Z test_nvfuser_correctness_logical_and_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.8802712Z test_nvfuser_correctness_logical_and_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:02:23.8803046Z test_nvfuser_correctness_logical_and_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.8803349Z test_nvfuser_correctness_logical_and_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.8803752Z test_nvfuser_correctness_logical_and_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.8804060Z test_nvfuser_correctness_logical_and_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.8804366Z test_nvfuser_correctness_logical_and_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-11-23T03:02:23.8804682Z test_nvfuser_correctness_logical_not_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8804994Z test_nvfuser_correctness_logical_not_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8805317Z test_nvfuser_correctness_logical_not_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8805640Z test_nvfuser_correctness_logical_not_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8805956Z test_nvfuser_correctness_logical_not_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8806337Z test_nvfuser_correctness_logical_not_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8806665Z test_nvfuser_correctness_logical_not_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8806985Z test_nvfuser_correctness_logical_not_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8807289Z test_nvfuser_correctness_logical_not_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8809241Z test_nvfuser_correctness_logical_not_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8809573Z test_nvfuser_correctness_logical_not_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8809873Z test_nvfuser_correctness_logical_not_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8810192Z test_nvfuser_correctness_logical_or_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:23.8810503Z test_nvfuser_correctness_logical_or_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8810825Z test_nvfuser_correctness_logical_or_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8811188Z test_nvfuser_correctness_logical_or_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8811503Z test_nvfuser_correctness_logical_or_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8811910Z test_nvfuser_correctness_logical_or_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8812212Z test_nvfuser_correctness_logical_or_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8812517Z test_nvfuser_correctness_logical_or_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8812817Z test_nvfuser_correctness_logical_or_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8813111Z test_nvfuser_correctness_logical_or_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8813415Z test_nvfuser_correctness_logical_or_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T03:02:23.8813716Z test_nvfuser_correctness_logical_or_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8815674Z test_nvfuser_correctness_logical_xor_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8816001Z test_nvfuser_correctness_logical_xor_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.8817088Z test_nvfuser_correctness_logical_xor_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.8817473Z test_nvfuser_correctness_logical_xor_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.007s) 2022-11-23T03:02:23.8817796Z test_nvfuser_correctness_logical_xor_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8818111Z test_nvfuser_correctness_logical_xor_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8818426Z test_nvfuser_correctness_logical_xor_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8818743Z test_nvfuser_correctness_logical_xor_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8819046Z test_nvfuser_correctness_logical_xor_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8819345Z test_nvfuser_correctness_logical_xor_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8819656Z test_nvfuser_correctness_logical_xor_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8819956Z test_nvfuser_correctness_logical_xor_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8822021Z test_nvfuser_correctness_logit_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8822362Z test_nvfuser_correctness_logit_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8822778Z test_nvfuser_correctness_logit_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8823088Z test_nvfuser_correctness_logit_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8823395Z test_nvfuser_correctness_logit_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8823702Z test_nvfuser_correctness_logit_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8824008Z test_nvfuser_correctness_logit_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8824313Z test_nvfuser_correctness_logit_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T03:02:23.8824617Z test_nvfuser_correctness_logit_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8824913Z test_nvfuser_correctness_logit_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.8825230Z test_nvfuser_correctness_logspace_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8825625Z test_nvfuser_correctness_logspace_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.8825958Z test_nvfuser_correctness_logspace_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:23.8826279Z test_nvfuser_correctness_logspace_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8826584Z test_nvfuser_correctness_logspace_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8828653Z test_nvfuser_correctness_logspace_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8828987Z test_nvfuser_correctness_logspace_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8829300Z test_nvfuser_correctness_logspace_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8829618Z test_nvfuser_correctness_logspace_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8829934Z test_nvfuser_correctness_logspace_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8830241Z test_nvfuser_correctness_logspace_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8830560Z test_nvfuser_correctness_logsumexp_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8830867Z test_nvfuser_correctness_logsumexp_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8831181Z test_nvfuser_correctness_logsumexp_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8831589Z test_nvfuser_correctness_logsumexp_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8831889Z test_nvfuser_correctness_logsumexp_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8832199Z test_nvfuser_correctness_logsumexp_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8832503Z test_nvfuser_correctness_logsumexp_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8832799Z test_nvfuser_correctness_logsumexp_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8833107Z test_nvfuser_correctness_logsumexp_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8835089Z test_nvfuser_correctness_logsumexp_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T03:02:23.8835418Z test_nvfuser_correctness_long_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8835812Z test_nvfuser_correctness_long_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8836132Z test_nvfuser_correctness_long_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.8836444Z test_nvfuser_correctness_long_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.8836754Z test_nvfuser_correctness_long_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:23.8837062Z test_nvfuser_correctness_long_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.8837372Z test_nvfuser_correctness_long_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.8837678Z test_nvfuser_correctness_long_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.8837978Z test_nvfuser_correctness_long_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.8838283Z test_nvfuser_correctness_long_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.012s) 2022-11-23T03:02:23.8838578Z test_nvfuser_correctness_long_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8838877Z test_nvfuser_correctness_long_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8839172Z test_nvfuser_correctness_long_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8839477Z test_nvfuser_correctness_lt_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8841540Z test_nvfuser_correctness_lt_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8841871Z test_nvfuser_correctness_lt_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8842176Z test_nvfuser_correctness_lt_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8842477Z test_nvfuser_correctness_lt_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8842780Z test_nvfuser_correctness_lt_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8843079Z test_nvfuser_correctness_lt_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8843374Z test_nvfuser_correctness_lt_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8843670Z test_nvfuser_correctness_lt_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8843960Z test_nvfuser_correctness_lt_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8844354Z test_nvfuser_correctness_lu_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8844678Z test_nvfuser_correctness_lu_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8844984Z test_nvfuser_correctness_lu_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8845280Z test_nvfuser_correctness_lu_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8845600Z test_nvfuser_correctness_lu_solve_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8845920Z test_nvfuser_correctness_lu_solve_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8847423Z test_nvfuser_correctness_lu_solve_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8848270Z test_nvfuser_correctness_lu_solve_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.8848590Z test_nvfuser_correctness_lu_unpack_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.8848910Z test_nvfuser_correctness_lu_unpack_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:23.8849228Z test_nvfuser_correctness_lu_unpack_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8849533Z test_nvfuser_correctness_lu_unpack_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8850058Z test_nvfuser_correctness_mH_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8850470Z test_nvfuser_correctness_mH_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8850778Z test_nvfuser_correctness_mH_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8851085Z test_nvfuser_correctness_mH_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8851398Z test_nvfuser_correctness_mH_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8851707Z test_nvfuser_correctness_mH_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8852013Z test_nvfuser_correctness_mH_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8852310Z test_nvfuser_correctness_mH_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8852609Z test_nvfuser_correctness_mH_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8854650Z test_nvfuser_correctness_mH_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8854976Z test_nvfuser_correctness_mH_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8855276Z test_nvfuser_correctness_mH_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8855568Z test_nvfuser_correctness_mH_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8855874Z test_nvfuser_correctness_mT_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8856176Z test_nvfuser_correctness_mT_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8856491Z test_nvfuser_correctness_mT_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.8856799Z test_nvfuser_correctness_mT_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8857111Z test_nvfuser_correctness_mT_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.8857412Z test_nvfuser_correctness_mT_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.8857713Z test_nvfuser_correctness_mT_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8858009Z test_nvfuser_correctness_mT_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8858308Z test_nvfuser_correctness_mT_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8858601Z test_nvfuser_correctness_mT_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8858979Z test_nvfuser_correctness_mT_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8860904Z test_nvfuser_correctness_mT_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8861218Z test_nvfuser_correctness_mT_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8861541Z test_nvfuser_correctness_masked_amax_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8861858Z test_nvfuser_correctness_masked_amax_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8862176Z test_nvfuser_correctness_masked_amax_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8862493Z test_nvfuser_correctness_masked_amax_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8862804Z test_nvfuser_correctness_masked_amax_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8863194Z test_nvfuser_correctness_masked_amax_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8863505Z test_nvfuser_correctness_masked_amax_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8863815Z test_nvfuser_correctness_masked_amax_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:23.8864112Z test_nvfuser_correctness_masked_amax_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:23.8864424Z test_nvfuser_correctness_masked_amin_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8864742Z test_nvfuser_correctness_masked_amin_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8865055Z test_nvfuser_correctness_masked_amin_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8865370Z test_nvfuser_correctness_masked_amin_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8867330Z test_nvfuser_correctness_masked_amin_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8867655Z test_nvfuser_correctness_masked_amin_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8867956Z test_nvfuser_correctness_masked_amin_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8868260Z test_nvfuser_correctness_masked_amin_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8868556Z test_nvfuser_correctness_masked_amin_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8868981Z test_nvfuser_correctness_masked_argmax_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8869304Z test_nvfuser_correctness_masked_argmax_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8869629Z test_nvfuser_correctness_masked_argmax_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8869949Z test_nvfuser_correctness_masked_argmax_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.8870265Z test_nvfuser_correctness_masked_argmax_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:23.8870584Z test_nvfuser_correctness_masked_argmax_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8870897Z test_nvfuser_correctness_masked_argmax_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8871212Z test_nvfuser_correctness_masked_argmax_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8871595Z test_nvfuser_correctness_masked_argmax_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8871934Z test_nvfuser_correctness_masked_argmin_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8873907Z test_nvfuser_correctness_masked_argmin_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8874244Z test_nvfuser_correctness_masked_argmin_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8874563Z test_nvfuser_correctness_masked_argmin_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8874881Z test_nvfuser_correctness_masked_argmin_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8875179Z test_nvfuser_correctness_masked_argmin_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8875496Z test_nvfuser_correctness_masked_argmin_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8875807Z test_nvfuser_correctness_masked_argmin_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8876118Z test_nvfuser_correctness_masked_argmin_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8876444Z test_nvfuser_correctness_masked_cumprod_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8876773Z test_nvfuser_correctness_masked_cumprod_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8877208Z test_nvfuser_correctness_masked_cumprod_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8877528Z test_nvfuser_correctness_masked_cumprod_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8877851Z test_nvfuser_correctness_masked_cumprod_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8878174Z test_nvfuser_correctness_masked_cumprod_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.8879683Z test_nvfuser_correctness_masked_cumprod_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8880513Z test_nvfuser_correctness_masked_cumprod_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.8880843Z test_nvfuser_correctness_masked_cumprod_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:23.8881159Z test_nvfuser_correctness_masked_cumprod_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.8881567Z test_nvfuser_correctness_masked_cumprod_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.8881901Z test_nvfuser_correctness_masked_cumsum_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.8882226Z test_nvfuser_correctness_masked_cumsum_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.8882555Z test_nvfuser_correctness_masked_cumsum_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-11-23T03:02:23.8882873Z test_nvfuser_correctness_masked_cumsum_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8883198Z test_nvfuser_correctness_masked_cumsum_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8883517Z test_nvfuser_correctness_masked_cumsum_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8883832Z test_nvfuser_correctness_masked_cumsum_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8884148Z test_nvfuser_correctness_masked_cumsum_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8884460Z test_nvfuser_correctness_masked_cumsum_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8884782Z test_nvfuser_correctness_masked_cumsum_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8886718Z test_nvfuser_correctness_masked_cumsum_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8887059Z test_nvfuser_correctness_masked_fill_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8887475Z test_nvfuser_correctness_masked_fill_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8887796Z test_nvfuser_correctness_masked_fill_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8888116Z test_nvfuser_correctness_masked_fill_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8888439Z test_nvfuser_correctness_masked_fill_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8888753Z test_nvfuser_correctness_masked_fill_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8889068Z test_nvfuser_correctness_masked_fill_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8889380Z test_nvfuser_correctness_masked_fill_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8889694Z test_nvfuser_correctness_masked_fill_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8890061Z test_nvfuser_correctness_masked_fill_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8890372Z test_nvfuser_correctness_masked_fill_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.8890684Z test_nvfuser_correctness_masked_fill_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.8890983Z test_nvfuser_correctness_masked_fill_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.8891309Z test_nvfuser_correctness_masked_log_softmax_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:23.8893322Z test_nvfuser_correctness_masked_log_softmax_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8893668Z test_nvfuser_correctness_masked_log_softmax_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8893987Z test_nvfuser_correctness_masked_log_softmax_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8894317Z test_nvfuser_correctness_masked_logaddexp_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8894641Z test_nvfuser_correctness_masked_logaddexp_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8894968Z test_nvfuser_correctness_masked_logaddexp_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8895384Z test_nvfuser_correctness_masked_logsumexp_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8895701Z test_nvfuser_correctness_masked_logsumexp_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8896124Z test_nvfuser_correctness_masked_logsumexp_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8896441Z test_nvfuser_correctness_masked_logsumexp_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8896763Z test_nvfuser_correctness_masked_logsumexp_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8897083Z test_nvfuser_correctness_masked_logsumexp_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8897401Z test_nvfuser_correctness_masked_logsumexp_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8897729Z test_nvfuser_correctness_masked_logsumexp_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8900057Z test_nvfuser_correctness_masked_logsumexp_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8900502Z test_nvfuser_correctness_masked_mean_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8900832Z test_nvfuser_correctness_masked_mean_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8901153Z test_nvfuser_correctness_masked_mean_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8901480Z test_nvfuser_correctness_masked_mean_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8901795Z test_nvfuser_correctness_masked_mean_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8902115Z test_nvfuser_correctness_masked_mean_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8902431Z test_nvfuser_correctness_masked_mean_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8902745Z test_nvfuser_correctness_masked_mean_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8903050Z test_nvfuser_correctness_masked_mean_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8903347Z test_nvfuser_correctness_masked_mean_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8903655Z test_nvfuser_correctness_masked_mean_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8903956Z test_nvfuser_correctness_masked_mean_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8904270Z test_nvfuser_correctness_masked_median_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T03:02:23.8906345Z test_nvfuser_correctness_masked_median_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8906683Z test_nvfuser_correctness_masked_median_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8907003Z test_nvfuser_correctness_masked_norm_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.8907324Z test_nvfuser_correctness_masked_norm_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.8907640Z test_nvfuser_correctness_masked_norm_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.007s) 2022-11-23T03:02:23.8907961Z test_nvfuser_correctness_masked_norm_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8908289Z test_nvfuser_correctness_masked_normalize_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8908619Z test_nvfuser_correctness_masked_normalize_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8909021Z test_nvfuser_correctness_masked_normalize_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8909365Z test_nvfuser_correctness_masked_normalize_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8909693Z test_nvfuser_correctness_masked_normalize_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8910010Z test_nvfuser_correctness_masked_normalize_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8910326Z test_nvfuser_correctness_masked_prod_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8910639Z test_nvfuser_correctness_masked_prod_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8912587Z test_nvfuser_correctness_masked_prod_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8912936Z test_nvfuser_correctness_masked_prod_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8913261Z test_nvfuser_correctness_masked_prod_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8913577Z test_nvfuser_correctness_masked_prod_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8913898Z test_nvfuser_correctness_masked_prod_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8914216Z test_nvfuser_correctness_masked_prod_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8914522Z test_nvfuser_correctness_masked_prod_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8915632Z test_nvfuser_correctness_masked_prod_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8915945Z test_nvfuser_correctness_masked_prod_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8916246Z test_nvfuser_correctness_masked_prod_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.8916576Z test_nvfuser_correctness_masked_scatter_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8916895Z test_nvfuser_correctness_masked_scatter_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.8917228Z test_nvfuser_correctness_masked_scatter_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:23.8919240Z test_nvfuser_correctness_masked_scatter_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.8919582Z test_nvfuser_correctness_masked_scatter_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.8920006Z test_nvfuser_correctness_masked_scatter_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.8920343Z test_nvfuser_correctness_masked_scatter_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.8920668Z test_nvfuser_correctness_masked_scatter_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:02:23.8920986Z test_nvfuser_correctness_masked_scatter_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.8921302Z test_nvfuser_correctness_masked_scatter_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.8921620Z test_nvfuser_correctness_masked_scatter_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.8921934Z test_nvfuser_correctness_masked_scatter_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:02:23.8922257Z test_nvfuser_correctness_masked_select_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8922570Z test_nvfuser_correctness_masked_select_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8922894Z test_nvfuser_correctness_masked_select_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8923222Z test_nvfuser_correctness_masked_select_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8923538Z test_nvfuser_correctness_masked_select_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8925578Z test_nvfuser_correctness_masked_select_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8925916Z test_nvfuser_correctness_masked_select_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8926233Z test_nvfuser_correctness_masked_select_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8926554Z test_nvfuser_correctness_masked_select_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8926873Z test_nvfuser_correctness_masked_select_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8927185Z test_nvfuser_correctness_masked_select_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8927501Z test_nvfuser_correctness_masked_select_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8927824Z test_nvfuser_correctness_masked_softmax_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8928237Z test_nvfuser_correctness_masked_softmax_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8928574Z test_nvfuser_correctness_masked_softmax_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8928894Z test_nvfuser_correctness_masked_softmax_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8929222Z test_nvfuser_correctness_masked_softmin_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8929534Z test_nvfuser_correctness_masked_softmin_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8929850Z test_nvfuser_correctness_masked_softmin_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8931346Z test_nvfuser_correctness_masked_softmin_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8932161Z test_nvfuser_correctness_masked_std_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8932498Z test_nvfuser_correctness_masked_std_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8932824Z test_nvfuser_correctness_masked_std_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8933082Z test_nvfuser_correctness_masked_std_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-11-23T03:02:23.8933399Z test_nvfuser_correctness_masked_std_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8933700Z test_nvfuser_correctness_masked_std_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8934107Z test_nvfuser_correctness_masked_std_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T03:02:23.8934409Z test_nvfuser_correctness_masked_std_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8934705Z test_nvfuser_correctness_masked_std_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8935014Z test_nvfuser_correctness_masked_std_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.8935312Z test_nvfuser_correctness_masked_std_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.8935625Z test_nvfuser_correctness_masked_sum_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:23.8935940Z test_nvfuser_correctness_masked_sum_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.8936261Z test_nvfuser_correctness_masked_sum_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.8937848Z test_nvfuser_correctness_masked_sum_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.8938208Z test_nvfuser_correctness_masked_sum_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.8939027Z test_nvfuser_correctness_masked_sum_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:02:23.8939347Z test_nvfuser_correctness_masked_sum_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.8939655Z test_nvfuser_correctness_masked_sum_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.8939954Z test_nvfuser_correctness_masked_sum_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.8940254Z test_nvfuser_correctness_masked_sum_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:02:23.8940560Z test_nvfuser_correctness_masked_sum_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.8940858Z test_nvfuser_correctness_masked_sum_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.8941171Z test_nvfuser_correctness_masked_var_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.8941477Z test_nvfuser_correctness_masked_var_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.8941801Z test_nvfuser_correctness_masked_var_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-11-23T03:02:23.8942117Z test_nvfuser_correctness_masked_var_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8942520Z test_nvfuser_correctness_masked_var_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8942822Z test_nvfuser_correctness_masked_var_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8943130Z test_nvfuser_correctness_masked_var_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8943432Z test_nvfuser_correctness_masked_var_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8945356Z test_nvfuser_correctness_masked_var_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8945686Z test_nvfuser_correctness_masked_var_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8945992Z test_nvfuser_correctness_masked_var_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8946296Z test_nvfuser_correctness_matmul_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8946695Z test_nvfuser_correctness_matmul_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8947014Z test_nvfuser_correctness_matmul_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8947323Z test_nvfuser_correctness_matmul_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8947638Z test_nvfuser_correctness_matmul_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8947950Z test_nvfuser_correctness_matmul_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8948301Z test_nvfuser_correctness_matrix_exp_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8948629Z test_nvfuser_correctness_matrix_exp_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8948947Z test_nvfuser_correctness_matrix_exp_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T03:02:23.8949264Z test_nvfuser_correctness_matrix_exp_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.8949571Z test_nvfuser_correctness_matrix_exp_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8949869Z test_nvfuser_correctness_matrix_exp_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.8951845Z test_nvfuser_correctness_max_binary_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.8952174Z test_nvfuser_correctness_max_binary_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:23.8952584Z test_nvfuser_correctness_max_binary_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.8952886Z test_nvfuser_correctness_max_binary_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.8953187Z test_nvfuser_correctness_max_binary_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.8953501Z test_nvfuser_correctness_max_binary_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:02:23.8953797Z test_nvfuser_correctness_max_binary_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8954089Z test_nvfuser_correctness_max_binary_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8954397Z test_nvfuser_correctness_max_binary_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8954691Z test_nvfuser_correctness_max_binary_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8955102Z test_nvfuser_correctness_max_pool2d_with_indices_backward_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8955459Z test_nvfuser_correctness_max_pool2d_with_indices_backward_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8955800Z test_nvfuser_correctness_max_pool2d_with_indices_backward_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8957535Z test_nvfuser_correctness_max_pool2d_with_indices_backward_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8958387Z test_nvfuser_correctness_max_reduction_no_dim_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8958730Z test_nvfuser_correctness_max_reduction_no_dim_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8959056Z test_nvfuser_correctness_max_reduction_no_dim_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8959386Z test_nvfuser_correctness_max_reduction_no_dim_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8959716Z test_nvfuser_correctness_max_reduction_no_dim_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8960040Z test_nvfuser_correctness_max_reduction_no_dim_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8960364Z test_nvfuser_correctness_max_reduction_no_dim_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8960678Z test_nvfuser_correctness_max_reduction_no_dim_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8961112Z test_nvfuser_correctness_max_reduction_no_dim_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8961425Z test_nvfuser_correctness_max_reduction_no_dim_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8961756Z test_nvfuser_correctness_max_reduction_with_dim_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8962086Z test_nvfuser_correctness_max_reduction_with_dim_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.8962419Z test_nvfuser_correctness_max_reduction_with_dim_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.8962752Z test_nvfuser_correctness_max_reduction_with_dim_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:23.8964697Z test_nvfuser_correctness_max_reduction_with_dim_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.8965039Z test_nvfuser_correctness_max_reduction_with_dim_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.8966098Z test_nvfuser_correctness_max_reduction_with_dim_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.8966482Z test_nvfuser_correctness_max_reduction_with_dim_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.8966815Z test_nvfuser_correctness_max_reduction_with_dim_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:02:23.8967193Z test_nvfuser_correctness_max_reduction_with_dim_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.8967511Z test_nvfuser_correctness_maximum_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.8967823Z test_nvfuser_correctness_maximum_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.8968135Z test_nvfuser_correctness_maximum_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.8968436Z test_nvfuser_correctness_maximum_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.012s) 2022-11-23T03:02:23.8968734Z test_nvfuser_correctness_maximum_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8969041Z test_nvfuser_correctness_maximum_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8971065Z test_nvfuser_correctness_maximum_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:23.8971399Z test_nvfuser_correctness_maximum_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8971706Z test_nvfuser_correctness_maximum_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8972136Z test_nvfuser_correctness_maximum_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8972444Z test_nvfuser_correctness_mean_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8972760Z test_nvfuser_correctness_mean_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8973075Z test_nvfuser_correctness_mean_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8973381Z test_nvfuser_correctness_mean_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:23.8973690Z test_nvfuser_correctness_mean_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8973995Z test_nvfuser_correctness_mean_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:23.8974301Z test_nvfuser_correctness_median_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8974684Z test_nvfuser_correctness_median_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8975189Z test_nvfuser_correctness_median_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8975495Z test_nvfuser_correctness_median_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8977449Z test_nvfuser_correctness_median_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.8977781Z test_nvfuser_correctness_median_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8978092Z test_nvfuser_correctness_median_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.8978394Z test_nvfuser_correctness_median_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.007s) 2022-11-23T03:02:23.8978729Z test_nvfuser_correctness_meshgrid_list_of_tensors_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8979063Z test_nvfuser_correctness_meshgrid_list_of_tensors_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8979405Z test_nvfuser_correctness_meshgrid_list_of_tensors_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8979747Z test_nvfuser_correctness_meshgrid_list_of_tensors_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8980076Z test_nvfuser_correctness_meshgrid_list_of_tensors_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8980399Z test_nvfuser_correctness_meshgrid_list_of_tensors_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8980827Z test_nvfuser_correctness_meshgrid_list_of_tensors_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8981159Z test_nvfuser_correctness_meshgrid_list_of_tensors_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8981493Z test_nvfuser_correctness_meshgrid_list_of_tensors_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8981824Z test_nvfuser_correctness_meshgrid_list_of_tensors_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8983344Z test_nvfuser_correctness_meshgrid_list_of_tensors_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8984183Z test_nvfuser_correctness_meshgrid_list_of_tensors_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8984536Z test_nvfuser_correctness_meshgrid_variadic_tensors_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8984961Z test_nvfuser_correctness_meshgrid_variadic_tensors_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8985323Z test_nvfuser_correctness_meshgrid_variadic_tensors_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8985666Z test_nvfuser_correctness_meshgrid_variadic_tensors_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T03:02:23.8986010Z test_nvfuser_correctness_meshgrid_variadic_tensors_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8986342Z test_nvfuser_correctness_meshgrid_variadic_tensors_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.8986670Z test_nvfuser_correctness_meshgrid_variadic_tensors_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8987000Z test_nvfuser_correctness_meshgrid_variadic_tensors_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.8987327Z test_nvfuser_correctness_meshgrid_variadic_tensors_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:23.8987644Z test_nvfuser_correctness_meshgrid_variadic_tensors_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.8987969Z test_nvfuser_correctness_meshgrid_variadic_tensors_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.8988307Z test_nvfuser_correctness_meshgrid_variadic_tensors_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.8988623Z test_nvfuser_correctness_min_binary_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.8989017Z test_nvfuser_correctness_min_binary_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:02:23.8989333Z test_nvfuser_correctness_min_binary_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8989637Z test_nvfuser_correctness_min_binary_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8989942Z test_nvfuser_correctness_min_binary_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8990250Z test_nvfuser_correctness_min_binary_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8990551Z test_nvfuser_correctness_min_binary_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8990847Z test_nvfuser_correctness_min_binary_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8991150Z test_nvfuser_correctness_min_binary_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8991512Z test_nvfuser_correctness_min_binary_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8991857Z test_nvfuser_correctness_min_reduction_no_dim_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8992181Z test_nvfuser_correctness_min_reduction_no_dim_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8992512Z test_nvfuser_correctness_min_reduction_no_dim_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8992835Z test_nvfuser_correctness_min_reduction_no_dim_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8993163Z test_nvfuser_correctness_min_reduction_no_dim_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8993486Z test_nvfuser_correctness_min_reduction_no_dim_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8995458Z test_nvfuser_correctness_min_reduction_no_dim_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8995799Z test_nvfuser_correctness_min_reduction_no_dim_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.8996120Z test_nvfuser_correctness_min_reduction_no_dim_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.8996434Z test_nvfuser_correctness_min_reduction_no_dim_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.8996764Z test_nvfuser_correctness_min_reduction_with_dim_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.8997086Z test_nvfuser_correctness_min_reduction_with_dim_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:23.8997517Z test_nvfuser_correctness_min_reduction_with_dim_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.8997845Z test_nvfuser_correctness_min_reduction_with_dim_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.8998177Z test_nvfuser_correctness_min_reduction_with_dim_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.8998501Z test_nvfuser_correctness_min_reduction_with_dim_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.8998825Z test_nvfuser_correctness_min_reduction_with_dim_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:02:23.8999153Z test_nvfuser_correctness_min_reduction_with_dim_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.8999480Z test_nvfuser_correctness_min_reduction_with_dim_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.8999868Z test_nvfuser_correctness_min_reduction_with_dim_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:02:23.9000197Z test_nvfuser_correctness_minimum_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9000502Z test_nvfuser_correctness_minimum_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9000818Z test_nvfuser_correctness_minimum_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9001118Z test_nvfuser_correctness_minimum_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9001413Z test_nvfuser_correctness_minimum_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-11-23T03:02:23.9001720Z test_nvfuser_correctness_minimum_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9002028Z test_nvfuser_correctness_minimum_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9002339Z test_nvfuser_correctness_minimum_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9002638Z test_nvfuser_correctness_minimum_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9002936Z test_nvfuser_correctness_minimum_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9003243Z test_nvfuser_correctness_mm_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9003548Z test_nvfuser_correctness_mm_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9003850Z test_nvfuser_correctness_mm_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9004251Z test_nvfuser_correctness_mm_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9004555Z test_nvfuser_correctness_mm_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9004854Z test_nvfuser_correctness_mm_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9005157Z test_nvfuser_correctness_mode_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9005457Z test_nvfuser_correctness_mode_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9005767Z test_nvfuser_correctness_mode_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9006076Z test_nvfuser_correctness_mode_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9006375Z test_nvfuser_correctness_mode_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9006744Z test_nvfuser_correctness_mode_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9007060Z test_nvfuser_correctness_mode_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9007340Z test_nvfuser_correctness_mode_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9007641Z test_nvfuser_correctness_mode_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9007933Z test_nvfuser_correctness_mode_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:23.9008253Z test_nvfuser_correctness_movedim_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9008560Z test_nvfuser_correctness_movedim_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9008879Z test_nvfuser_correctness_movedim_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9009195Z test_nvfuser_correctness_movedim_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9009497Z test_nvfuser_correctness_movedim_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-11-23T03:02:23.9009804Z test_nvfuser_correctness_movedim_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9011321Z test_nvfuser_correctness_movedim_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9012115Z test_nvfuser_correctness_movedim_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9012523Z test_nvfuser_correctness_movedim_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9012835Z test_nvfuser_correctness_movedim_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9013144Z test_nvfuser_correctness_movedim_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9013454Z test_nvfuser_correctness_movedim_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9013948Z test_nvfuser_correctness_movedim_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9014279Z test_nvfuser_correctness_msort_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9014588Z test_nvfuser_correctness_msort_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9014896Z test_nvfuser_correctness_msort_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:23.9015274Z test_nvfuser_correctness_msort_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9015597Z test_nvfuser_correctness_msort_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9015900Z test_nvfuser_correctness_msort_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9016198Z test_nvfuser_correctness_msort_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9016501Z test_nvfuser_correctness_msort_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9016808Z test_nvfuser_correctness_msort_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9017114Z test_nvfuser_correctness_mul_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9017416Z test_nvfuser_correctness_mul_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9017731Z test_nvfuser_correctness_mul_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9018038Z test_nvfuser_correctness_mul_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9018345Z test_nvfuser_correctness_mul_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:23.9018819Z test_nvfuser_correctness_mul_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9019147Z test_nvfuser_correctness_mul_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9019450Z test_nvfuser_correctness_mul_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9019859Z test_nvfuser_correctness_mul_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9020161Z test_nvfuser_correctness_mul_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:02:23.9020453Z test_nvfuser_correctness_mul_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9020757Z test_nvfuser_correctness_mul_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9021048Z test_nvfuser_correctness_mul_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9021370Z test_nvfuser_correctness_multinomial_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9021687Z test_nvfuser_correctness_multinomial_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.012s) 2022-11-23T03:02:23.9022005Z test_nvfuser_correctness_multinomial_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9022384Z test_nvfuser_correctness_mv_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9022709Z test_nvfuser_correctness_mv_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9023023Z test_nvfuser_correctness_mv_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9023327Z test_nvfuser_correctness_mv_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9023628Z test_nvfuser_correctness_mv_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9023930Z test_nvfuser_correctness_mv_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9024261Z test_nvfuser_correctness_mvlgamma_mvlgamma_p_1_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9024591Z test_nvfuser_correctness_mvlgamma_mvlgamma_p_1_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9024924Z test_nvfuser_correctness_mvlgamma_mvlgamma_p_1_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9025248Z test_nvfuser_correctness_mvlgamma_mvlgamma_p_1_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9025576Z test_nvfuser_correctness_mvlgamma_mvlgamma_p_1_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9025903Z test_nvfuser_correctness_mvlgamma_mvlgamma_p_1_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9026229Z test_nvfuser_correctness_mvlgamma_mvlgamma_p_1_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9026638Z test_nvfuser_correctness_mvlgamma_mvlgamma_p_1_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9026966Z test_nvfuser_correctness_mvlgamma_mvlgamma_p_3_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9027299Z test_nvfuser_correctness_mvlgamma_mvlgamma_p_3_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T03:02:23.9027626Z test_nvfuser_correctness_mvlgamma_mvlgamma_p_3_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9027949Z test_nvfuser_correctness_mvlgamma_mvlgamma_p_3_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9028281Z test_nvfuser_correctness_mvlgamma_mvlgamma_p_3_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9028605Z test_nvfuser_correctness_mvlgamma_mvlgamma_p_3_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9028993Z test_nvfuser_correctness_mvlgamma_mvlgamma_p_3_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:23.9029326Z test_nvfuser_correctness_mvlgamma_mvlgamma_p_3_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9029653Z test_nvfuser_correctness_mvlgamma_mvlgamma_p_5_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9029981Z test_nvfuser_correctness_mvlgamma_mvlgamma_p_5_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9030307Z test_nvfuser_correctness_mvlgamma_mvlgamma_p_5_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9030611Z test_nvfuser_correctness_mvlgamma_mvlgamma_p_5_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9030933Z test_nvfuser_correctness_mvlgamma_mvlgamma_p_5_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9031255Z test_nvfuser_correctness_mvlgamma_mvlgamma_p_5_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9031583Z test_nvfuser_correctness_mvlgamma_mvlgamma_p_5_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9031898Z test_nvfuser_correctness_mvlgamma_mvlgamma_p_5_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9032215Z test_nvfuser_correctness_nan_to_num_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9032520Z test_nvfuser_correctness_nan_to_num_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9032834Z test_nvfuser_correctness_nan_to_num_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9033214Z test_nvfuser_correctness_nan_to_num_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9033512Z test_nvfuser_correctness_nan_to_num_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9033824Z test_nvfuser_correctness_nan_to_num_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9034122Z test_nvfuser_correctness_nan_to_num_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9034416Z test_nvfuser_correctness_nan_to_num_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9034720Z test_nvfuser_correctness_nan_to_num_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9035016Z test_nvfuser_correctness_nan_to_num_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9035314Z test_nvfuser_correctness_nanmean_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9035675Z test_nvfuser_correctness_nanmean_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9035989Z test_nvfuser_correctness_nanmean_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9036289Z test_nvfuser_correctness_nanmean_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9036604Z test_nvfuser_correctness_nanmedian_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9036909Z test_nvfuser_correctness_nanmedian_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:23.9037213Z test_nvfuser_correctness_nanmedian_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9037514Z test_nvfuser_correctness_nanmedian_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9037809Z test_nvfuser_correctness_nanmedian_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9038106Z test_nvfuser_correctness_nanmedian_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9038413Z test_nvfuser_correctness_nanmedian_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:02:23.9038730Z test_nvfuser_correctness_nanmedian_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9039044Z test_nvfuser_correctness_nanquantile_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9039362Z test_nvfuser_correctness_nanquantile_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9039752Z test_nvfuser_correctness_nansum_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-11-23T03:02:23.9040057Z test_nvfuser_correctness_nansum_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9040366Z test_nvfuser_correctness_nansum_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9040677Z test_nvfuser_correctness_nansum_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9040986Z test_nvfuser_correctness_nansum_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9041294Z test_nvfuser_correctness_nansum_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9043458Z test_nvfuser_correctness_nansum_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9043803Z test_nvfuser_correctness_nansum_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9044213Z test_nvfuser_correctness_nansum_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9044532Z test_nvfuser_correctness_nansum_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9044850Z test_nvfuser_correctness_narrow_copy_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9045169Z test_nvfuser_correctness_narrow_copy_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9045490Z test_nvfuser_correctness_narrow_copy_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9045815Z test_nvfuser_correctness_narrow_copy_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9046133Z test_nvfuser_correctness_narrow_copy_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9046447Z test_nvfuser_correctness_narrow_copy_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9046767Z test_nvfuser_correctness_narrow_copy_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9047081Z test_nvfuser_correctness_narrow_copy_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9047396Z test_nvfuser_correctness_narrow_copy_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9047696Z test_nvfuser_correctness_narrow_copy_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9047996Z test_nvfuser_correctness_narrow_copy_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9049149Z test_nvfuser_correctness_narrow_copy_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:23.9049450Z test_nvfuser_correctness_narrow_copy_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9049759Z test_nvfuser_correctness_narrow_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9050070Z test_nvfuser_correctness_narrow_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9050388Z test_nvfuser_correctness_narrow_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9050706Z test_nvfuser_correctness_narrow_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-11-23T03:02:23.9051009Z test_nvfuser_correctness_narrow_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9051319Z test_nvfuser_correctness_narrow_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9051722Z test_nvfuser_correctness_narrow_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9052052Z test_nvfuser_correctness_narrow_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9052356Z test_nvfuser_correctness_narrow_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9052665Z test_nvfuser_correctness_narrow_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9052964Z test_nvfuser_correctness_narrow_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9053273Z test_nvfuser_correctness_narrow_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9053580Z test_nvfuser_correctness_narrow_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9053907Z test_nvfuser_correctness_native_batch_norm_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9054216Z test_nvfuser_correctness_native_batch_norm_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9054536Z test_nvfuser_correctness_native_batch_norm_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9054853Z test_nvfuser_correctness_native_batch_norm_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9055189Z test_nvfuser_correctness_native_dropout_backward_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:23.9055519Z test_nvfuser_correctness_native_dropout_backward_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9055932Z test_nvfuser_correctness_native_dropout_backward_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9056251Z test_nvfuser_correctness_native_dropout_backward_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9056575Z test_nvfuser_correctness_native_layer_norm_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9056894Z test_nvfuser_correctness_native_layer_norm_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9057215Z test_nvfuser_correctness_native_layer_norm_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9057528Z test_nvfuser_correctness_native_layer_norm_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9057835Z test_nvfuser_correctness_ne_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9058137Z test_nvfuser_correctness_ne_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9058520Z test_nvfuser_correctness_ne_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9058841Z test_nvfuser_correctness_ne_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9059151Z test_nvfuser_correctness_ne_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9059458Z test_nvfuser_correctness_ne_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9059751Z test_nvfuser_correctness_ne_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:02:23.9060054Z test_nvfuser_correctness_ne_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9060355Z test_nvfuser_correctness_ne_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9060647Z test_nvfuser_correctness_ne_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9060944Z test_nvfuser_correctness_ne_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9061231Z test_nvfuser_correctness_ne_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9061537Z test_nvfuser_correctness_neg_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9061850Z test_nvfuser_correctness_neg_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9062163Z test_nvfuser_correctness_neg_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9062551Z test_nvfuser_correctness_neg_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9062858Z test_nvfuser_correctness_neg_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9063163Z test_nvfuser_correctness_neg_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9063470Z test_nvfuser_correctness_neg_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9063774Z test_nvfuser_correctness_neg_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9064076Z test_nvfuser_correctness_neg_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9064368Z test_nvfuser_correctness_neg_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9064666Z test_nvfuser_correctness_neg_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9065020Z test_nvfuser_correctness_neg_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9065290Z test_nvfuser_correctness_new_empty_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-11-23T03:02:23.9065542Z test_nvfuser_correctness_new_empty_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-11-23T03:02:23.9065805Z test_nvfuser_correctness_new_empty_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-11-23T03:02:23.9066061Z test_nvfuser_correctness_new_empty_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-11-23T03:02:23.9066306Z test_nvfuser_correctness_new_empty_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-11-23T03:02:23.9066809Z test_nvfuser_correctness_new_empty_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-11-23T03:02:23.9067075Z test_nvfuser_correctness_new_empty_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-11-23T03:02:23.9067326Z test_nvfuser_correctness_new_empty_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-11-23T03:02:23.9067572Z test_nvfuser_correctness_new_empty_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-11-23T03:02:23.9067817Z test_nvfuser_correctness_new_empty_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-11-23T03:02:23.9068066Z test_nvfuser_correctness_new_empty_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-11-23T03:02:23.9068296Z test_nvfuser_correctness_new_empty_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-11-23T03:02:23.9068538Z test_nvfuser_correctness_new_empty_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-11-23T03:02:23.9068857Z test_nvfuser_correctness_new_empty_strided_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Expected: new_empty_strided is not comparable (0.002s) 2022-11-23T03:02:23.9069168Z test_nvfuser_correctness_new_empty_strided_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: Expected: new_empty_strided is not comparable (0.002s) 2022-11-23T03:02:23.9069492Z test_nvfuser_correctness_new_empty_strided_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2022-11-23T03:02:23.9069918Z test_nvfuser_correctness_new_empty_strided_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Expected: new_empty_strided is not comparable (0.002s) 2022-11-23T03:02:23.9070236Z test_nvfuser_correctness_new_empty_strided_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Expected: new_empty_strided is not comparable (0.002s) 2022-11-23T03:02:23.9070552Z test_nvfuser_correctness_new_empty_strided_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2022-11-23T03:02:23.9070866Z test_nvfuser_correctness_new_empty_strided_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Expected: new_empty_strided is not comparable (0.002s) 2022-11-23T03:02:23.9071173Z test_nvfuser_correctness_new_empty_strided_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Expected: new_empty_strided is not comparable (0.002s) 2022-11-23T03:02:23.9071480Z test_nvfuser_correctness_new_empty_strided_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2022-11-23T03:02:23.9071787Z test_nvfuser_correctness_new_empty_strided_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Expected: new_empty_strided is not comparable (0.003s) 2022-11-23T03:02:23.9072086Z test_nvfuser_correctness_new_empty_strided_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Expected: new_empty_strided is not comparable (0.002s) 2022-11-23T03:02:23.9072454Z test_nvfuser_correctness_new_empty_strided_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2022-11-23T03:02:23.9072763Z test_nvfuser_correctness_new_empty_strided_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Expected: new_empty_strided is not comparable (0.002s) 2022-11-23T03:02:23.9073082Z test_nvfuser_correctness_new_full_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9073393Z test_nvfuser_correctness_new_full_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9073714Z test_nvfuser_correctness_new_full_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T03:02:23.9074029Z test_nvfuser_correctness_new_full_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9074334Z test_nvfuser_correctness_new_full_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9074644Z test_nvfuser_correctness_new_full_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9074946Z test_nvfuser_correctness_new_full_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9075239Z test_nvfuser_correctness_new_full_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:23.9075544Z test_nvfuser_correctness_new_full_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9075854Z test_nvfuser_correctness_new_full_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9076160Z test_nvfuser_correctness_new_full_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9076545Z test_nvfuser_correctness_new_full_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9076848Z test_nvfuser_correctness_new_full_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.012s) 2022-11-23T03:02:23.9077159Z test_nvfuser_correctness_new_ones_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9077470Z test_nvfuser_correctness_new_ones_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9077791Z test_nvfuser_correctness_new_ones_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9078105Z test_nvfuser_correctness_new_ones_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9078413Z test_nvfuser_correctness_new_ones_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9078721Z test_nvfuser_correctness_new_ones_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9079019Z test_nvfuser_correctness_new_ones_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:23.9079375Z test_nvfuser_correctness_new_ones_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9079692Z test_nvfuser_correctness_new_ones_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9080002Z test_nvfuser_correctness_new_ones_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9080308Z test_nvfuser_correctness_new_ones_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9080613Z test_nvfuser_correctness_new_ones_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9080918Z test_nvfuser_correctness_new_ones_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9081234Z test_nvfuser_correctness_new_zeros_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9081541Z test_nvfuser_correctness_new_zeros_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9081861Z test_nvfuser_correctness_new_zeros_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9082176Z test_nvfuser_correctness_new_zeros_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9082495Z test_nvfuser_correctness_new_zeros_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9082810Z test_nvfuser_correctness_new_zeros_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9083111Z test_nvfuser_correctness_new_zeros_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:23.9083489Z test_nvfuser_correctness_new_zeros_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9083797Z test_nvfuser_correctness_new_zeros_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9084097Z test_nvfuser_correctness_new_zeros_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9084389Z test_nvfuser_correctness_new_zeros_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:02:23.9084691Z test_nvfuser_correctness_new_zeros_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9085002Z test_nvfuser_correctness_new_zeros_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9085320Z test_nvfuser_correctness_nextafter_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9085633Z test_nvfuser_correctness_nextafter_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9086637Z test_nvfuser_correctness_nextafter_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9087062Z test_nvfuser_correctness_nn_functional__scaled_dot_product_attention_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9087431Z test_nvfuser_correctness_nn_functional__scaled_dot_product_attention_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9087793Z test_nvfuser_correctness_nn_functional__scaled_dot_product_attention_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9088157Z test_nvfuser_correctness_nn_functional__scaled_dot_product_attention_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9088508Z test_nvfuser_correctness_nn_functional_adaptive_avg_pool1d_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9088855Z test_nvfuser_correctness_nn_functional_adaptive_avg_pool1d_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9089205Z test_nvfuser_correctness_nn_functional_adaptive_avg_pool1d_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9089543Z test_nvfuser_correctness_nn_functional_adaptive_avg_pool1d_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9089887Z test_nvfuser_correctness_nn_functional_adaptive_avg_pool2d_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9090222Z test_nvfuser_correctness_nn_functional_adaptive_avg_pool2d_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9090661Z test_nvfuser_correctness_nn_functional_adaptive_avg_pool2d_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9090997Z test_nvfuser_correctness_nn_functional_adaptive_avg_pool2d_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9091335Z test_nvfuser_correctness_nn_functional_adaptive_avg_pool3d_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9091672Z test_nvfuser_correctness_nn_functional_adaptive_avg_pool3d_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9092010Z test_nvfuser_correctness_nn_functional_adaptive_avg_pool3d_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9092343Z test_nvfuser_correctness_nn_functional_adaptive_avg_pool3d_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9092666Z test_nvfuser_correctness_nn_functional_adaptive_max_pool1d_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9093061Z test_nvfuser_correctness_nn_functional_adaptive_max_pool1d_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9093412Z test_nvfuser_correctness_nn_functional_adaptive_max_pool1d_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9093745Z test_nvfuser_correctness_nn_functional_adaptive_max_pool1d_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9094083Z test_nvfuser_correctness_nn_functional_adaptive_max_pool2d_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9094411Z test_nvfuser_correctness_nn_functional_adaptive_max_pool2d_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T03:02:23.9094746Z test_nvfuser_correctness_nn_functional_adaptive_max_pool2d_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9095075Z test_nvfuser_correctness_nn_functional_adaptive_max_pool2d_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9095416Z test_nvfuser_correctness_nn_functional_adaptive_max_pool3d_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9095748Z test_nvfuser_correctness_nn_functional_adaptive_max_pool3d_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9096078Z test_nvfuser_correctness_nn_functional_adaptive_max_pool3d_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.007s) 2022-11-23T03:02:23.9096408Z test_nvfuser_correctness_nn_functional_adaptive_max_pool3d_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9096748Z test_nvfuser_correctness_nn_functional_alpha_dropout_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9097169Z test_nvfuser_correctness_nn_functional_alpha_dropout_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9097511Z test_nvfuser_correctness_nn_functional_alpha_dropout_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9097855Z test_nvfuser_correctness_nn_functional_alpha_dropout_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9099687Z test_nvfuser_correctness_nn_functional_avg_pool1d_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9100591Z test_nvfuser_correctness_nn_functional_avg_pool1d_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9100924Z test_nvfuser_correctness_nn_functional_avg_pool1d_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9101242Z test_nvfuser_correctness_nn_functional_avg_pool1d_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9101671Z test_nvfuser_correctness_nn_functional_avg_pool2d_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9102011Z test_nvfuser_correctness_nn_functional_avg_pool2d_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9102326Z test_nvfuser_correctness_nn_functional_avg_pool2d_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9102644Z test_nvfuser_correctness_nn_functional_avg_pool2d_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9102973Z test_nvfuser_correctness_nn_functional_avg_pool3d_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9103296Z test_nvfuser_correctness_nn_functional_avg_pool3d_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9103609Z test_nvfuser_correctness_nn_functional_avg_pool3d_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9103923Z test_nvfuser_correctness_nn_functional_avg_pool3d_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9104247Z test_nvfuser_correctness_nn_functional_batch_norm_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T03:02:23.9104565Z test_nvfuser_correctness_nn_functional_batch_norm_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9104884Z test_nvfuser_correctness_nn_functional_batch_norm_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9105199Z test_nvfuser_correctness_nn_functional_batch_norm_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9105635Z test_nvfuser_correctness_nn_functional_batch_norm_without_cudnn_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:23.9105986Z test_nvfuser_correctness_nn_functional_batch_norm_without_cudnn_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9106338Z test_nvfuser_correctness_nn_functional_batch_norm_without_cudnn_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9106694Z test_nvfuser_correctness_nn_functional_batch_norm_without_cudnn_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9107034Z test_nvfuser_correctness_nn_functional_bilinear_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9107366Z test_nvfuser_correctness_nn_functional_bilinear_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.012s) 2022-11-23T03:02:23.9107702Z test_nvfuser_correctness_nn_functional_bilinear_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9108096Z test_nvfuser_correctness_nn_functional_bilinear_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9108406Z test_nvfuser_correctness_nn_functional_binary_cross_entropy_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-11-23T03:02:23.9108699Z test_nvfuser_correctness_nn_functional_binary_cross_entropy_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-11-23T03:02:23.9108991Z test_nvfuser_correctness_nn_functional_binary_cross_entropy_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-11-23T03:02:23.9109277Z test_nvfuser_correctness_nn_functional_binary_cross_entropy_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-11-23T03:02:23.9109649Z test_nvfuser_correctness_nn_functional_binary_cross_entropy_with_logits_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9110011Z test_nvfuser_correctness_nn_functional_binary_cross_entropy_with_logits_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9110373Z test_nvfuser_correctness_nn_functional_binary_cross_entropy_with_logits_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9110736Z test_nvfuser_correctness_nn_functional_binary_cross_entropy_with_logits_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9111066Z test_nvfuser_correctness_nn_functional_celu_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9111394Z test_nvfuser_correctness_nn_functional_celu_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9111721Z test_nvfuser_correctness_nn_functional_celu_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9112038Z test_nvfuser_correctness_nn_functional_celu_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9112447Z test_nvfuser_correctness_nn_functional_conv1d_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9112781Z test_nvfuser_correctness_nn_functional_conv1d_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9113109Z test_nvfuser_correctness_nn_functional_conv1d_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9113448Z test_nvfuser_correctness_nn_functional_conv1d_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T03:02:23.9113782Z test_nvfuser_correctness_nn_functional_conv1d_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9114111Z test_nvfuser_correctness_nn_functional_conv1d_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9114437Z test_nvfuser_correctness_nn_functional_conv1d_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9114767Z test_nvfuser_correctness_nn_functional_conv2d_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9115165Z test_nvfuser_correctness_nn_functional_conv2d_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:23.9115508Z test_nvfuser_correctness_nn_functional_conv2d_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9115842Z test_nvfuser_correctness_nn_functional_conv2d_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9116164Z test_nvfuser_correctness_nn_functional_conv2d_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9116495Z test_nvfuser_correctness_nn_functional_conv2d_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9116825Z test_nvfuser_correctness_nn_functional_conv2d_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.012s) 2022-11-23T03:02:23.9117170Z test_nvfuser_correctness_nn_functional_conv_transpose1d_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9117523Z test_nvfuser_correctness_nn_functional_conv_transpose1d_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9117867Z test_nvfuser_correctness_nn_functional_conv_transpose1d_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9118217Z test_nvfuser_correctness_nn_functional_conv_transpose1d_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9118558Z test_nvfuser_correctness_nn_functional_conv_transpose1d_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9118901Z test_nvfuser_correctness_nn_functional_conv_transpose1d_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9119318Z test_nvfuser_correctness_nn_functional_conv_transpose1d_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9119666Z test_nvfuser_correctness_nn_functional_conv_transpose2d_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9120018Z test_nvfuser_correctness_nn_functional_conv_transpose2d_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9120365Z test_nvfuser_correctness_nn_functional_conv_transpose2d_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9120717Z test_nvfuser_correctness_nn_functional_conv_transpose2d_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9121057Z test_nvfuser_correctness_nn_functional_conv_transpose2d_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9121397Z test_nvfuser_correctness_nn_functional_conv_transpose2d_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9121798Z test_nvfuser_correctness_nn_functional_conv_transpose2d_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9122105Z test_nvfuser_correctness_nn_functional_conv_transpose3d_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! 75029 (0.002s) 2022-11-23T03:02:23.9122400Z test_nvfuser_correctness_nn_functional_conv_transpose3d_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! 75029 (0.002s) 2022-11-23T03:02:23.9122690Z test_nvfuser_correctness_nn_functional_conv_transpose3d_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! 75029 (0.000s) 2022-11-23T03:02:23.9122979Z test_nvfuser_correctness_nn_functional_conv_transpose3d_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! 75029 (0.003s) 2022-11-23T03:02:23.9123266Z test_nvfuser_correctness_nn_functional_conv_transpose3d_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! 75029 (0.000s) 2022-11-23T03:02:23.9123553Z test_nvfuser_correctness_nn_functional_conv_transpose3d_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! 75029 (0.000s) 2022-11-23T03:02:23.9123827Z test_nvfuser_correctness_nn_functional_conv_transpose3d_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! 75029 (0.000s) 2022-11-23T03:02:23.9124184Z test_nvfuser_correctness_nn_functional_cosine_embedding_loss_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:23.9124531Z test_nvfuser_correctness_nn_functional_cosine_embedding_loss_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9124881Z test_nvfuser_correctness_nn_functional_cosine_embedding_loss_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9125230Z test_nvfuser_correctness_nn_functional_cosine_embedding_loss_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9125613Z test_nvfuser_correctness_nn_functional_cosine_embedding_loss_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9126268Z test_nvfuser_correctness_nn_functional_cosine_embedding_loss_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:02:23.9126615Z test_nvfuser_correctness_nn_functional_cosine_embedding_loss_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9126958Z test_nvfuser_correctness_nn_functional_cosine_embedding_loss_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9127304Z test_nvfuser_correctness_nn_functional_cosine_embedding_loss_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9127638Z test_nvfuser_correctness_nn_functional_cosine_embedding_loss_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:02:23.9127979Z test_nvfuser_correctness_nn_functional_cosine_similarity_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9128321Z test_nvfuser_correctness_nn_functional_cosine_similarity_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9128744Z test_nvfuser_correctness_nn_functional_cosine_similarity_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9129095Z test_nvfuser_correctness_nn_functional_cosine_similarity_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9129439Z test_nvfuser_correctness_nn_functional_cross_entropy_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-11-23T03:02:23.9129777Z test_nvfuser_correctness_nn_functional_cross_entropy_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9130113Z test_nvfuser_correctness_nn_functional_cross_entropy_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9130453Z test_nvfuser_correctness_nn_functional_cross_entropy_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:23.9130784Z test_nvfuser_correctness_nn_functional_ctc_loss_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9131114Z test_nvfuser_correctness_nn_functional_ctc_loss_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9131455Z test_nvfuser_correctness_nn_functional_dropout2d_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9131785Z test_nvfuser_correctness_nn_functional_dropout2d_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9132109Z test_nvfuser_correctness_nn_functional_dropout2d_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9132424Z test_nvfuser_correctness_nn_functional_dropout2d_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9132830Z test_nvfuser_correctness_nn_functional_dropout3d_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.008s) 2022-11-23T03:02:23.9133149Z test_nvfuser_correctness_nn_functional_dropout3d_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9133468Z test_nvfuser_correctness_nn_functional_dropout3d_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9133781Z test_nvfuser_correctness_nn_functional_dropout3d_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:23.9134106Z test_nvfuser_correctness_nn_functional_dropout_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9134440Z test_nvfuser_correctness_nn_functional_dropout_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9134771Z test_nvfuser_correctness_nn_functional_dropout_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9135169Z test_nvfuser_correctness_nn_functional_dropout_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9135507Z test_nvfuser_correctness_nn_functional_elu_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9135830Z test_nvfuser_correctness_nn_functional_elu_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9136154Z test_nvfuser_correctness_nn_functional_elu_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9136468Z test_nvfuser_correctness_nn_functional_elu_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9136811Z test_nvfuser_correctness_nn_functional_embedding_bag_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9137149Z test_nvfuser_correctness_nn_functional_embedding_bag_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9137494Z test_nvfuser_correctness_nn_functional_embedding_bag_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9137836Z test_nvfuser_correctness_nn_functional_embedding_bag_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T03:02:23.9138172Z test_nvfuser_correctness_nn_functional_embedding_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9138506Z test_nvfuser_correctness_nn_functional_embedding_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T03:02:23.9138828Z test_nvfuser_correctness_nn_functional_embedding_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9139128Z test_nvfuser_correctness_nn_functional_embedding_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:23.9139572Z test_nvfuser_correctness_nn_functional_feature_alpha_dropout_with_train_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9139938Z test_nvfuser_correctness_nn_functional_feature_alpha_dropout_with_train_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9140322Z test_nvfuser_correctness_nn_functional_feature_alpha_dropout_with_train_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9140687Z test_nvfuser_correctness_nn_functional_feature_alpha_dropout_with_train_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9141060Z test_nvfuser_correctness_nn_functional_feature_alpha_dropout_without_train_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-11-23T03:02:23.9141420Z test_nvfuser_correctness_nn_functional_feature_alpha_dropout_without_train_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9141855Z test_nvfuser_correctness_nn_functional_feature_alpha_dropout_without_train_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9142240Z test_nvfuser_correctness_nn_functional_feature_alpha_dropout_without_train_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9142613Z test_nvfuser_correctness_nn_functional_feature_alpha_dropout_without_train_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9142977Z test_nvfuser_correctness_nn_functional_feature_alpha_dropout_without_train_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9143343Z test_nvfuser_correctness_nn_functional_feature_alpha_dropout_without_train_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9143708Z test_nvfuser_correctness_nn_functional_feature_alpha_dropout_without_train_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9144069Z test_nvfuser_correctness_nn_functional_feature_alpha_dropout_without_train_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9144425Z test_nvfuser_correctness_nn_functional_feature_alpha_dropout_without_train_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9144782Z test_nvfuser_correctness_nn_functional_feature_alpha_dropout_without_train_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9145147Z test_nvfuser_correctness_nn_functional_feature_alpha_dropout_without_train_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9145496Z test_nvfuser_correctness_nn_functional_fractional_max_pool2d_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9145927Z test_nvfuser_correctness_nn_functional_fractional_max_pool2d_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9146274Z test_nvfuser_correctness_nn_functional_fractional_max_pool2d_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9146620Z test_nvfuser_correctness_nn_functional_fractional_max_pool3d_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9146966Z test_nvfuser_correctness_nn_functional_fractional_max_pool3d_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9147308Z test_nvfuser_correctness_nn_functional_fractional_max_pool3d_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T03:02:23.9147653Z test_nvfuser_correctness_nn_functional_gaussian_nll_loss_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9147988Z test_nvfuser_correctness_nn_functional_gaussian_nll_loss_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9148433Z test_nvfuser_correctness_nn_functional_gaussian_nll_loss_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9148779Z test_nvfuser_correctness_nn_functional_gaussian_nll_loss_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9149103Z test_nvfuser_correctness_nn_functional_gelu_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:23.9149433Z test_nvfuser_correctness_nn_functional_gelu_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9149760Z test_nvfuser_correctness_nn_functional_gelu_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9150082Z test_nvfuser_correctness_nn_functional_gelu_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9150385Z test_nvfuser_correctness_nn_functional_glu_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:02:23.9150708Z test_nvfuser_correctness_nn_functional_glu_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9151033Z test_nvfuser_correctness_nn_functional_glu_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9151348Z test_nvfuser_correctness_nn_functional_glu_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9151686Z test_nvfuser_correctness_nn_functional_grid_sample_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9152014Z test_nvfuser_correctness_nn_functional_grid_sample_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9152334Z test_nvfuser_correctness_nn_functional_grid_sample_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9152735Z test_nvfuser_correctness_nn_functional_group_norm_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9153067Z test_nvfuser_correctness_nn_functional_group_norm_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9153393Z test_nvfuser_correctness_nn_functional_group_norm_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9153711Z test_nvfuser_correctness_nn_functional_group_norm_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9154043Z test_nvfuser_correctness_nn_functional_hardshrink_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9154367Z test_nvfuser_correctness_nn_functional_hardshrink_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9154690Z test_nvfuser_correctness_nn_functional_hardshrink_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9155074Z test_nvfuser_correctness_nn_functional_hardshrink_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9155427Z test_nvfuser_correctness_nn_functional_hardsigmoid_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9155766Z test_nvfuser_correctness_nn_functional_hardsigmoid_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9156091Z test_nvfuser_correctness_nn_functional_hardsigmoid_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9156411Z test_nvfuser_correctness_nn_functional_hardsigmoid_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T03:02:23.9156740Z test_nvfuser_correctness_nn_functional_hardswish_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9157075Z test_nvfuser_correctness_nn_functional_hardswish_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9157401Z test_nvfuser_correctness_nn_functional_hardswish_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9157720Z test_nvfuser_correctness_nn_functional_hardswish_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9158043Z test_nvfuser_correctness_nn_functional_hardtanh_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:23.9158375Z test_nvfuser_correctness_nn_functional_hardtanh_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9158705Z test_nvfuser_correctness_nn_functional_hardtanh_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9159992Z test_nvfuser_correctness_nn_functional_hardtanh_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9160326Z test_nvfuser_correctness_nn_functional_hardtanh_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9160653Z test_nvfuser_correctness_nn_functional_hardtanh_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9160989Z test_nvfuser_correctness_nn_functional_hardtanh_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9161324Z test_nvfuser_correctness_nn_functional_hardtanh_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9161679Z test_nvfuser_correctness_nn_functional_hinge_embedding_loss_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9162030Z test_nvfuser_correctness_nn_functional_hinge_embedding_loss_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9162463Z test_nvfuser_correctness_nn_functional_hinge_embedding_loss_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9162822Z test_nvfuser_correctness_nn_functional_hinge_embedding_loss_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9163155Z test_nvfuser_correctness_nn_functional_huber_loss_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9163490Z test_nvfuser_correctness_nn_functional_huber_loss_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9163811Z test_nvfuser_correctness_nn_functional_huber_loss_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9164132Z test_nvfuser_correctness_nn_functional_huber_loss_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9164471Z test_nvfuser_correctness_nn_functional_instance_norm_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9164811Z test_nvfuser_correctness_nn_functional_instance_norm_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9165156Z test_nvfuser_correctness_nn_functional_instance_norm_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9165498Z test_nvfuser_correctness_nn_functional_instance_norm_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9165846Z test_nvfuser_correctness_nn_functional_interpolate_area_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9166194Z test_nvfuser_correctness_nn_functional_interpolate_area_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9166616Z test_nvfuser_correctness_nn_functional_interpolate_area_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9166960Z test_nvfuser_correctness_nn_functional_interpolate_area_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9167309Z test_nvfuser_correctness_nn_functional_interpolate_bicubic_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9167658Z test_nvfuser_correctness_nn_functional_interpolate_bicubic_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:23.9167997Z test_nvfuser_correctness_nn_functional_interpolate_bicubic_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9168347Z test_nvfuser_correctness_nn_functional_interpolate_bilinear_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9168697Z test_nvfuser_correctness_nn_functional_interpolate_bilinear_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9169103Z test_nvfuser_correctness_nn_functional_interpolate_bilinear_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9169462Z test_nvfuser_correctness_nn_functional_interpolate_linear_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9169811Z test_nvfuser_correctness_nn_functional_interpolate_linear_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9170152Z test_nvfuser_correctness_nn_functional_interpolate_linear_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9170499Z test_nvfuser_correctness_nn_functional_interpolate_nearest_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9170845Z test_nvfuser_correctness_nn_functional_interpolate_nearest_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9171181Z test_nvfuser_correctness_nn_functional_interpolate_nearest_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9171528Z test_nvfuser_correctness_nn_functional_interpolate_nearest_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9171879Z test_nvfuser_correctness_nn_functional_interpolate_trilinear_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9172231Z test_nvfuser_correctness_nn_functional_interpolate_trilinear_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9172584Z test_nvfuser_correctness_nn_functional_interpolate_trilinear_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9172913Z test_nvfuser_correctness_nn_functional_kl_div_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9173319Z test_nvfuser_correctness_nn_functional_kl_div_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9173646Z test_nvfuser_correctness_nn_functional_kl_div_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9173970Z test_nvfuser_correctness_nn_functional_kl_div_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9174301Z test_nvfuser_correctness_nn_functional_l1_loss_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9174633Z test_nvfuser_correctness_nn_functional_l1_loss_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9174964Z test_nvfuser_correctness_nn_functional_l1_loss_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9175288Z test_nvfuser_correctness_nn_functional_l1_loss_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9175614Z test_nvfuser_correctness_nn_functional_l1_loss_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9176006Z test_nvfuser_correctness_nn_functional_l1_loss_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9176585Z test_nvfuser_correctness_nn_functional_layer_norm_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9176937Z test_nvfuser_correctness_nn_functional_layer_norm_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9177255Z test_nvfuser_correctness_nn_functional_layer_norm_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9177574Z test_nvfuser_correctness_nn_functional_layer_norm_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9177900Z test_nvfuser_correctness_nn_functional_leaky_relu_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:23.9178217Z test_nvfuser_correctness_nn_functional_leaky_relu_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9178532Z test_nvfuser_correctness_nn_functional_leaky_relu_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9178843Z test_nvfuser_correctness_nn_functional_leaky_relu_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9179175Z test_nvfuser_correctness_nn_functional_linear_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9179508Z test_nvfuser_correctness_nn_functional_linear_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-11-23T03:02:23.9179837Z test_nvfuser_correctness_nn_functional_linear_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9180266Z test_nvfuser_correctness_nn_functional_linear_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9180596Z test_nvfuser_correctness_nn_functional_linear_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9180927Z test_nvfuser_correctness_nn_functional_linear_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9181274Z test_nvfuser_correctness_nn_functional_local_response_norm_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9181623Z test_nvfuser_correctness_nn_functional_local_response_norm_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9181970Z test_nvfuser_correctness_nn_functional_local_response_norm_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9182309Z test_nvfuser_correctness_nn_functional_local_response_norm_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9182710Z test_nvfuser_correctness_nn_functional_logsigmoid_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9183061Z test_nvfuser_correctness_nn_functional_logsigmoid_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9183388Z test_nvfuser_correctness_nn_functional_logsigmoid_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9183708Z test_nvfuser_correctness_nn_functional_logsigmoid_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9184052Z test_nvfuser_correctness_nn_functional_margin_ranking_loss_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9184398Z test_nvfuser_correctness_nn_functional_margin_ranking_loss_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9184737Z test_nvfuser_correctness_nn_functional_margin_ranking_loss_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9185074Z test_nvfuser_correctness_nn_functional_margin_ranking_loss_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9185414Z test_nvfuser_correctness_nn_functional_margin_ranking_loss_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9185753Z test_nvfuser_correctness_nn_functional_margin_ranking_loss_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9186087Z test_nvfuser_correctness_nn_functional_margin_ranking_loss_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9186425Z test_nvfuser_correctness_nn_functional_margin_ranking_loss_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9186847Z test_nvfuser_correctness_nn_functional_margin_ranking_loss_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9187184Z test_nvfuser_correctness_nn_functional_max_pool1d_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9187519Z test_nvfuser_correctness_nn_functional_max_pool1d_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9187840Z test_nvfuser_correctness_nn_functional_max_pool1d_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9188156Z test_nvfuser_correctness_nn_functional_max_pool1d_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9188483Z test_nvfuser_correctness_nn_functional_max_pool2d_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9188800Z test_nvfuser_correctness_nn_functional_max_pool2d_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9189177Z test_nvfuser_correctness_nn_functional_max_pool2d_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9189506Z test_nvfuser_correctness_nn_functional_max_pool2d_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9189830Z test_nvfuser_correctness_nn_functional_max_pool3d_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9190146Z test_nvfuser_correctness_nn_functional_max_pool3d_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9190457Z test_nvfuser_correctness_nn_functional_max_pool3d_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:23.9190771Z test_nvfuser_correctness_nn_functional_max_pool3d_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9191102Z test_nvfuser_correctness_nn_functional_max_unpool1d_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9191427Z test_nvfuser_correctness_nn_functional_max_unpool1d_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9191747Z test_nvfuser_correctness_nn_functional_max_unpool1d_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9192087Z test_nvfuser_correctness_nn_functional_max_unpool1d_grad_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.012s) 2022-11-23T03:02:23.9192430Z test_nvfuser_correctness_nn_functional_max_unpool1d_grad_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9192761Z test_nvfuser_correctness_nn_functional_max_unpool1d_grad_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9193178Z test_nvfuser_correctness_nn_functional_max_unpool2d_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9193505Z test_nvfuser_correctness_nn_functional_max_unpool2d_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9193825Z test_nvfuser_correctness_nn_functional_max_unpool2d_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:23.9194163Z test_nvfuser_correctness_nn_functional_max_unpool2d_grad_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9194495Z test_nvfuser_correctness_nn_functional_max_unpool2d_grad_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9194828Z test_nvfuser_correctness_nn_functional_max_unpool2d_grad_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9195158Z test_nvfuser_correctness_nn_functional_max_unpool3d_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9196179Z test_nvfuser_correctness_nn_functional_max_unpool3d_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9196558Z test_nvfuser_correctness_nn_functional_max_unpool3d_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9196893Z test_nvfuser_correctness_nn_functional_max_unpool3d_grad_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9197233Z test_nvfuser_correctness_nn_functional_max_unpool3d_grad_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9197564Z test_nvfuser_correctness_nn_functional_max_unpool3d_grad_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9197893Z test_nvfuser_correctness_nn_functional_mish_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9198221Z test_nvfuser_correctness_nn_functional_mish_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9198552Z test_nvfuser_correctness_nn_functional_mish_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9198877Z test_nvfuser_correctness_nn_functional_mish_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9199209Z test_nvfuser_correctness_nn_functional_mse_loss_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9199540Z test_nvfuser_correctness_nn_functional_mse_loss_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:23.9201341Z test_nvfuser_correctness_nn_functional_mse_loss_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9202246Z test_nvfuser_correctness_nn_functional_mse_loss_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9202745Z test_nvfuser_correctness_nn_functional_multi_margin_loss_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9203085Z test_nvfuser_correctness_nn_functional_multi_margin_loss_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9203427Z test_nvfuser_correctness_nn_functional_multi_margin_loss_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9203759Z test_nvfuser_correctness_nn_functional_multi_margin_loss_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9204114Z test_nvfuser_correctness_nn_functional_multilabel_margin_loss_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9204464Z test_nvfuser_correctness_nn_functional_multilabel_margin_loss_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9204814Z test_nvfuser_correctness_nn_functional_multilabel_margin_loss_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9205235Z test_nvfuser_correctness_nn_functional_multilabel_margin_loss_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9205606Z test_nvfuser_correctness_nn_functional_multilabel_soft_margin_loss_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9205964Z test_nvfuser_correctness_nn_functional_multilabel_soft_margin_loss_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9206307Z test_nvfuser_correctness_nn_functional_multilabel_soft_margin_loss_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9207853Z test_nvfuser_correctness_nn_functional_multilabel_soft_margin_loss_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9208704Z test_nvfuser_correctness_nn_functional_nll_loss_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9209045Z test_nvfuser_correctness_nn_functional_nll_loss_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9209377Z test_nvfuser_correctness_nn_functional_nll_loss_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9209711Z test_nvfuser_correctness_nn_functional_nll_loss_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9210055Z test_nvfuser_correctness_nn_functional_normalize_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9210395Z test_nvfuser_correctness_nn_functional_normalize_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9210824Z test_nvfuser_correctness_nn_functional_normalize_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9211158Z test_nvfuser_correctness_nn_functional_normalize_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9211482Z test_nvfuser_correctness_nn_functional_normalize_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9211804Z test_nvfuser_correctness_nn_functional_normalize_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9212128Z test_nvfuser_correctness_nn_functional_one_hot_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9212472Z test_nvfuser_correctness_nn_functional_pad_circular_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9212799Z test_nvfuser_correctness_nn_functional_pad_circular_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9213143Z test_nvfuser_correctness_nn_functional_pad_circular_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:02:23.9215296Z test_nvfuser_correctness_nn_functional_pad_circular_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9215667Z test_nvfuser_correctness_nn_functional_pad_circular_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9216002Z test_nvfuser_correctness_nn_functional_pad_circular_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9216323Z test_nvfuser_correctness_nn_functional_pad_circular_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9216658Z test_nvfuser_correctness_nn_functional_pad_circular_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9216986Z test_nvfuser_correctness_nn_functional_pad_circular_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9217305Z test_nvfuser_correctness_nn_functional_pad_circular_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9217643Z test_nvfuser_correctness_nn_functional_pad_circular_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9217965Z test_nvfuser_correctness_nn_functional_pad_circular_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9218305Z test_nvfuser_correctness_nn_functional_pad_constant_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9218639Z test_nvfuser_correctness_nn_functional_pad_constant_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9218981Z test_nvfuser_correctness_nn_functional_pad_constant_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9219417Z test_nvfuser_correctness_nn_functional_pad_constant_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9220920Z test_nvfuser_correctness_nn_functional_pad_constant_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9221276Z test_nvfuser_correctness_nn_functional_pad_constant_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9222095Z test_nvfuser_correctness_nn_functional_pad_constant_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9222439Z test_nvfuser_correctness_nn_functional_pad_constant_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T03:02:23.9222768Z test_nvfuser_correctness_nn_functional_pad_constant_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9223090Z test_nvfuser_correctness_nn_functional_pad_constant_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9223508Z test_nvfuser_correctness_nn_functional_pad_constant_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9223842Z test_nvfuser_correctness_nn_functional_pad_constant_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9224173Z test_nvfuser_correctness_nn_functional_pad_reflect_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:23.9224517Z test_nvfuser_correctness_nn_functional_pad_reflect_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9224860Z test_nvfuser_correctness_nn_functional_pad_reflect_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9225206Z test_nvfuser_correctness_nn_functional_pad_reflect_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9225746Z test_nvfuser_correctness_nn_functional_pad_reflect_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:02:23.9226076Z test_nvfuser_correctness_nn_functional_pad_reflect_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9226423Z test_nvfuser_correctness_nn_functional_pad_replicate_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9228702Z test_nvfuser_correctness_nn_functional_pad_replicate_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9229076Z test_nvfuser_correctness_nn_functional_pad_replicate_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9229415Z test_nvfuser_correctness_nn_functional_pad_replicate_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9229871Z test_nvfuser_correctness_nn_functional_pad_replicate_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9230225Z test_nvfuser_correctness_nn_functional_pairwise_distance_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9230578Z test_nvfuser_correctness_nn_functional_pairwise_distance_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9230935Z test_nvfuser_correctness_nn_functional_pairwise_distance_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9231281Z test_nvfuser_correctness_nn_functional_pairwise_distance_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9231630Z test_nvfuser_correctness_nn_functional_pairwise_distance_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9231966Z test_nvfuser_correctness_nn_functional_pairwise_distance_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9232372Z test_nvfuser_correctness_nn_functional_pairwise_distance_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9232731Z test_nvfuser_correctness_nn_functional_pairwise_distance_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9234266Z test_nvfuser_correctness_nn_functional_pairwise_distance_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9235251Z test_nvfuser_correctness_nn_functional_pairwise_distance_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9235604Z test_nvfuser_correctness_nn_functional_pairwise_distance_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9235939Z test_nvfuser_correctness_nn_functional_pdist_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9236266Z test_nvfuser_correctness_nn_functional_pdist_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9236605Z test_nvfuser_correctness_nn_functional_pixel_shuffle_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9236942Z test_nvfuser_correctness_nn_functional_pixel_shuffle_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9237284Z test_nvfuser_correctness_nn_functional_pixel_shuffle_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9237628Z test_nvfuser_correctness_nn_functional_pixel_shuffle_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9237967Z test_nvfuser_correctness_nn_functional_pixel_shuffle_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9238410Z test_nvfuser_correctness_nn_functional_pixel_shuffle_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9238747Z test_nvfuser_correctness_nn_functional_pixel_shuffle_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T03:02:23.9239077Z test_nvfuser_correctness_nn_functional_pixel_shuffle_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9239404Z test_nvfuser_correctness_nn_functional_pixel_shuffle_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9241358Z test_nvfuser_correctness_nn_functional_pixel_shuffle_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9241712Z test_nvfuser_correctness_nn_functional_pixel_shuffle_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9242036Z test_nvfuser_correctness_nn_functional_pixel_shuffle_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:23.9242378Z test_nvfuser_correctness_nn_functional_pixel_unshuffle_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9242804Z test_nvfuser_correctness_nn_functional_pixel_unshuffle_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9243164Z test_nvfuser_correctness_nn_functional_pixel_unshuffle_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9243515Z test_nvfuser_correctness_nn_functional_pixel_unshuffle_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:02:23.9243853Z test_nvfuser_correctness_nn_functional_pixel_unshuffle_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9244197Z test_nvfuser_correctness_nn_functional_pixel_unshuffle_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9244537Z test_nvfuser_correctness_nn_functional_pixel_unshuffle_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9244875Z test_nvfuser_correctness_nn_functional_pixel_unshuffle_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9245212Z test_nvfuser_correctness_nn_functional_pixel_unshuffle_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:02:23.9245546Z test_nvfuser_correctness_nn_functional_pixel_unshuffle_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9245884Z test_nvfuser_correctness_nn_functional_pixel_unshuffle_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9247865Z test_nvfuser_correctness_nn_functional_pixel_unshuffle_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9248360Z test_nvfuser_correctness_nn_functional_poisson_nll_loss_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9248713Z test_nvfuser_correctness_nn_functional_poisson_nll_loss_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-11-23T03:02:23.9249050Z test_nvfuser_correctness_nn_functional_poisson_nll_loss_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9249392Z test_nvfuser_correctness_nn_functional_poisson_nll_loss_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9249727Z test_nvfuser_correctness_nn_functional_poisson_nll_loss_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9250065Z test_nvfuser_correctness_nn_functional_poisson_nll_loss_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9250401Z test_nvfuser_correctness_nn_functional_poisson_nll_loss_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9250733Z test_nvfuser_correctness_nn_functional_poisson_nll_loss_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9251137Z test_nvfuser_correctness_nn_functional_poisson_nll_loss_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9251479Z test_nvfuser_correctness_nn_functional_prelu_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9251812Z test_nvfuser_correctness_nn_functional_prelu_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9252139Z test_nvfuser_correctness_nn_functional_prelu_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9254437Z test_nvfuser_correctness_nn_functional_relu6_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9254799Z test_nvfuser_correctness_nn_functional_relu6_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9255124Z test_nvfuser_correctness_nn_functional_relu6_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9255450Z test_nvfuser_correctness_nn_functional_relu6_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9255775Z test_nvfuser_correctness_nn_functional_relu6_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9256099Z test_nvfuser_correctness_nn_functional_relu6_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9256417Z test_nvfuser_correctness_nn_functional_relu6_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9256738Z test_nvfuser_correctness_nn_functional_relu6_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T03:02:23.9257168Z test_nvfuser_correctness_nn_functional_relu6_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9257495Z test_nvfuser_correctness_nn_functional_relu_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9257822Z test_nvfuser_correctness_nn_functional_relu_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9258149Z test_nvfuser_correctness_nn_functional_relu_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9258475Z test_nvfuser_correctness_nn_functional_relu_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:23.9258800Z test_nvfuser_correctness_nn_functional_relu_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9260349Z test_nvfuser_correctness_nn_functional_relu_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9261186Z test_nvfuser_correctness_nn_functional_relu_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9261604Z test_nvfuser_correctness_nn_functional_relu_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9261935Z test_nvfuser_correctness_nn_functional_relu_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-11-23T03:02:23.9262268Z test_nvfuser_correctness_nn_functional_rrelu_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9262593Z test_nvfuser_correctness_nn_functional_rrelu_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9262917Z test_nvfuser_correctness_nn_functional_rrelu_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9263250Z test_nvfuser_correctness_nn_functional_rrelu_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9263576Z test_nvfuser_correctness_nn_functional_selu_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9263904Z test_nvfuser_correctness_nn_functional_selu_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9264229Z test_nvfuser_correctness_nn_functional_selu_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9264543Z test_nvfuser_correctness_nn_functional_selu_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9264865Z test_nvfuser_correctness_nn_functional_silu_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9265186Z test_nvfuser_correctness_nn_functional_silu_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9265594Z test_nvfuser_correctness_nn_functional_silu_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9267718Z test_nvfuser_correctness_nn_functional_silu_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9268069Z test_nvfuser_correctness_nn_functional_smooth_l1_loss_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9268409Z test_nvfuser_correctness_nn_functional_smooth_l1_loss_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9268742Z test_nvfuser_correctness_nn_functional_smooth_l1_loss_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9269085Z test_nvfuser_correctness_nn_functional_soft_margin_loss_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9269431Z test_nvfuser_correctness_nn_functional_soft_margin_loss_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9269860Z test_nvfuser_correctness_nn_functional_soft_margin_loss_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9270215Z test_nvfuser_correctness_nn_functional_soft_margin_loss_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9270547Z test_nvfuser_correctness_nn_functional_softmin_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9270883Z test_nvfuser_correctness_nn_functional_softmin_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9271210Z test_nvfuser_correctness_nn_functional_softmin_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9271542Z test_nvfuser_correctness_nn_functional_softmin_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9271888Z test_nvfuser_correctness_nn_functional_softmin_with_dtype_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9273446Z test_nvfuser_correctness_nn_functional_softmin_with_dtype_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9274310Z test_nvfuser_correctness_nn_functional_softmin_with_dtype_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T03:02:23.9274676Z test_nvfuser_correctness_nn_functional_softmin_with_dtype_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9275022Z test_nvfuser_correctness_nn_functional_softmin_with_dtype_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9275358Z test_nvfuser_correctness_nn_functional_softmin_with_dtype_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9275802Z test_nvfuser_correctness_nn_functional_softmin_with_dtype_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9276140Z test_nvfuser_correctness_nn_functional_softmin_with_dtype_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:23.9276474Z test_nvfuser_correctness_nn_functional_softmin_with_dtype_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9276816Z test_nvfuser_correctness_nn_functional_softmin_with_dtype_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9277149Z test_nvfuser_correctness_nn_functional_softmin_with_dtype_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9277485Z test_nvfuser_correctness_nn_functional_softplus_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9277801Z test_nvfuser_correctness_nn_functional_softplus_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.012s) 2022-11-23T03:02:23.9278131Z test_nvfuser_correctness_nn_functional_softplus_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9278533Z test_nvfuser_correctness_nn_functional_softplus_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9280530Z test_nvfuser_correctness_nn_functional_softshrink_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:23.9281080Z test_nvfuser_correctness_nn_functional_softshrink_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9281426Z test_nvfuser_correctness_nn_functional_softshrink_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9281752Z test_nvfuser_correctness_nn_functional_softshrink_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9282083Z test_nvfuser_correctness_nn_functional_softsign_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9282409Z test_nvfuser_correctness_nn_functional_softsign_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9282751Z test_nvfuser_correctness_nn_functional_softsign_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9283085Z test_nvfuser_correctness_nn_functional_softsign_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9283415Z test_nvfuser_correctness_nn_functional_softsign_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9283748Z test_nvfuser_correctness_nn_functional_softsign_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9284078Z test_nvfuser_correctness_nn_functional_softsign_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9284517Z test_nvfuser_correctness_nn_functional_softsign_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9284846Z test_nvfuser_correctness_nn_functional_softsign_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9286442Z test_nvfuser_correctness_nn_functional_softsign_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9287277Z test_nvfuser_correctness_nn_functional_softsign_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9287603Z test_nvfuser_correctness_nn_functional_softsign_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9287945Z test_nvfuser_correctness_nn_functional_tanhshrink_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9288285Z test_nvfuser_correctness_nn_functional_tanhshrink_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9288718Z test_nvfuser_correctness_nn_functional_tanhshrink_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9289066Z test_nvfuser_correctness_nn_functional_tanhshrink_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:23.9289396Z test_nvfuser_correctness_nn_functional_tanhshrink_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9289720Z test_nvfuser_correctness_nn_functional_tanhshrink_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9290050Z test_nvfuser_correctness_nn_functional_tanhshrink_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9290382Z test_nvfuser_correctness_nn_functional_tanhshrink_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9290711Z test_nvfuser_correctness_nn_functional_tanhshrink_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:02:23.9291043Z test_nvfuser_correctness_nn_functional_tanhshrink_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9291371Z test_nvfuser_correctness_nn_functional_tanhshrink_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9292873Z test_nvfuser_correctness_nn_functional_threshold_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9293707Z test_nvfuser_correctness_nn_functional_threshold_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9294032Z test_nvfuser_correctness_nn_functional_threshold_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:02:23.9296060Z test_nvfuser_correctness_nn_functional_threshold_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9296392Z test_nvfuser_correctness_nn_functional_threshold_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9296723Z test_nvfuser_correctness_nn_functional_threshold_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9297061Z test_nvfuser_correctness_nn_functional_threshold_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9297393Z test_nvfuser_correctness_nn_functional_threshold_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:02:23.9297722Z test_nvfuser_correctness_nn_functional_threshold_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9299294Z test_nvfuser_correctness_nn_functional_triplet_margin_loss_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9300165Z test_nvfuser_correctness_nn_functional_triplet_margin_loss_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9300641Z test_nvfuser_correctness_nn_functional_triplet_margin_loss_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:02:23.9301006Z test_nvfuser_correctness_nn_functional_triplet_margin_loss_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9301357Z test_nvfuser_correctness_nn_functional_triplet_margin_loss_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9301694Z test_nvfuser_correctness_nn_functional_triplet_margin_loss_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9302042Z test_nvfuser_correctness_nn_functional_triplet_margin_loss_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9302382Z test_nvfuser_correctness_nn_functional_triplet_margin_loss_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9302715Z test_nvfuser_correctness_nn_functional_triplet_margin_loss_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9303055Z test_nvfuser_correctness_nn_functional_triplet_margin_loss_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9303397Z test_nvfuser_correctness_nn_functional_triplet_margin_loss_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9303765Z test_nvfuser_correctness_nn_functional_triplet_margin_with_distance_loss_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9304133Z test_nvfuser_correctness_nn_functional_triplet_margin_with_distance_loss_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9305875Z test_nvfuser_correctness_nn_functional_triplet_margin_with_distance_loss_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9306745Z test_nvfuser_correctness_nn_functional_triplet_margin_with_distance_loss_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9307121Z test_nvfuser_correctness_nn_functional_triplet_margin_with_distance_loss_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9307475Z test_nvfuser_correctness_nn_functional_triplet_margin_with_distance_loss_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9307839Z test_nvfuser_correctness_nn_functional_triplet_margin_with_distance_loss_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9308204Z test_nvfuser_correctness_nn_functional_triplet_margin_with_distance_loss_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9308560Z test_nvfuser_correctness_nn_functional_triplet_margin_with_distance_loss_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9309009Z test_nvfuser_correctness_nn_functional_triplet_margin_with_distance_loss_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9309377Z test_nvfuser_correctness_nn_functional_triplet_margin_with_distance_loss_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9309715Z test_nvfuser_correctness_nn_functional_unfold_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9310049Z test_nvfuser_correctness_nn_functional_unfold_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9310384Z test_nvfuser_correctness_nn_functional_unfold_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:23.9310717Z test_nvfuser_correctness_nn_functional_unfold_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9311045Z test_nvfuser_correctness_nn_functional_unfold_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9313015Z test_nvfuser_correctness_nn_functional_unfold_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9313376Z test_nvfuser_correctness_nn_functional_upsample_bilinear_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9313723Z test_nvfuser_correctness_nn_functional_upsample_bilinear_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-11-23T03:02:23.9314064Z test_nvfuser_correctness_nn_functional_upsample_bilinear_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9314410Z test_nvfuser_correctness_nn_functional_upsample_nearest_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9314859Z test_nvfuser_correctness_nn_functional_upsample_nearest_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9315204Z test_nvfuser_correctness_nn_functional_upsample_nearest_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9315552Z test_nvfuser_correctness_nn_functional_upsample_nearest_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9315865Z test_nvfuser_correctness_nonzero_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9316171Z test_nvfuser_correctness_nonzero_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9316489Z test_nvfuser_correctness_nonzero_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9316804Z test_nvfuser_correctness_nonzero_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9317108Z test_nvfuser_correctness_nonzero_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9317483Z test_nvfuser_correctness_nonzero_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9319561Z test_nvfuser_correctness_nonzero_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9319877Z test_nvfuser_correctness_nonzero_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9320183Z test_nvfuser_correctness_nonzero_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9320492Z test_nvfuser_correctness_nonzero_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9320803Z test_nvfuser_correctness_nonzero_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9321110Z test_nvfuser_correctness_nonzero_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9321415Z test_nvfuser_correctness_nonzero_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9321721Z test_nvfuser_correctness_norm_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9322034Z test_nvfuser_correctness_norm_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9322347Z test_nvfuser_correctness_norm_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9322651Z test_nvfuser_correctness_norm_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9322955Z test_nvfuser_correctness_norm_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:23.9323362Z test_nvfuser_correctness_norm_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9323678Z test_nvfuser_correctness_norm_fro_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9323995Z test_nvfuser_correctness_norm_fro_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9326027Z test_nvfuser_correctness_norm_fro_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:02:23.9326354Z test_nvfuser_correctness_norm_fro_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9326663Z test_nvfuser_correctness_norm_fro_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9326961Z test_nvfuser_correctness_norm_fro_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9327269Z test_nvfuser_correctness_norm_inf_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9327664Z test_nvfuser_correctness_norm_inf_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.012s) 2022-11-23T03:02:23.9327996Z test_nvfuser_correctness_norm_inf_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9328313Z test_nvfuser_correctness_norm_inf_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9328611Z test_nvfuser_correctness_norm_inf_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9328905Z test_nvfuser_correctness_norm_inf_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9329223Z test_nvfuser_correctness_norm_nuc_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9329536Z test_nvfuser_correctness_norm_nuc_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9329844Z test_nvfuser_correctness_norm_nuc_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9330150Z test_nvfuser_correctness_norm_nuc_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9330459Z test_nvfuser_correctness_normal_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9332063Z test_nvfuser_correctness_normal_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9333073Z test_nvfuser_correctness_normal_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9333413Z test_nvfuser_correctness_normal_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9333851Z test_nvfuser_correctness_normal_number_mean_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9334182Z test_nvfuser_correctness_normal_number_mean_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9334512Z test_nvfuser_correctness_normal_number_mean_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9334827Z test_nvfuser_correctness_normal_number_mean_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9335137Z test_nvfuser_correctness_ones_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9335447Z test_nvfuser_correctness_ones_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9335764Z test_nvfuser_correctness_ones_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9336073Z test_nvfuser_correctness_ones_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9336452Z test_nvfuser_correctness_ones_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9336773Z test_nvfuser_correctness_ones_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9337085Z test_nvfuser_correctness_ones_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9337392Z test_nvfuser_correctness_ones_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9339344Z test_nvfuser_correctness_ones_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:23.9339668Z test_nvfuser_correctness_ones_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9339962Z test_nvfuser_correctness_ones_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9340265Z test_nvfuser_correctness_ones_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9340565Z test_nvfuser_correctness_ones_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:02:23.9340878Z test_nvfuser_correctness_ones_like_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9341185Z test_nvfuser_correctness_ones_like_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9341506Z test_nvfuser_correctness_ones_like_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9341822Z test_nvfuser_correctness_ones_like_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9342246Z test_nvfuser_correctness_ones_like_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9342559Z test_nvfuser_correctness_ones_like_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9342865Z test_nvfuser_correctness_ones_like_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9343165Z test_nvfuser_correctness_ones_like_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9343472Z test_nvfuser_correctness_ones_like_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9343772Z test_nvfuser_correctness_ones_like_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9345698Z test_nvfuser_correctness_ones_like_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9346029Z test_nvfuser_correctness_ones_like_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9347236Z test_nvfuser_correctness_ones_like_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9347616Z test_nvfuser_correctness_ormqr_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9347962Z test_nvfuser_correctness_ormqr_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9348279Z test_nvfuser_correctness_ormqr_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9348590Z test_nvfuser_correctness_ormqr_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9348904Z test_nvfuser_correctness_outer_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9349210Z test_nvfuser_correctness_outer_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9349525Z test_nvfuser_correctness_outer_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9349840Z test_nvfuser_correctness_outer_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9350143Z test_nvfuser_correctness_outer_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:23.9352172Z test_nvfuser_correctness_outer_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9352518Z test_nvfuser_correctness_outer_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9352822Z test_nvfuser_correctness_outer_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9353251Z test_nvfuser_correctness_outer_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9353556Z test_nvfuser_correctness_outer_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:02:23.9353861Z test_nvfuser_correctness_outer_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9354161Z test_nvfuser_correctness_outer_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9354478Z test_nvfuser_correctness_pca_lowrank_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9354794Z test_nvfuser_correctness_pca_lowrank_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9355113Z test_nvfuser_correctness_permute_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:02:23.9355425Z test_nvfuser_correctness_permute_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9355810Z test_nvfuser_correctness_permute_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9356142Z test_nvfuser_correctness_permute_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9356447Z test_nvfuser_correctness_permute_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9356757Z test_nvfuser_correctness_permute_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:02:23.9358731Z test_nvfuser_correctness_permute_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9359046Z test_nvfuser_correctness_permute_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9359355Z test_nvfuser_correctness_permute_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9359663Z test_nvfuser_correctness_permute_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:02:23.9359976Z test_nvfuser_correctness_permute_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9360280Z test_nvfuser_correctness_permute_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9360585Z test_nvfuser_correctness_permute_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9360892Z test_nvfuser_correctness_pinverse_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9361208Z test_nvfuser_correctness_pinverse_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:02:23.9361520Z test_nvfuser_correctness_pinverse_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9361927Z test_nvfuser_correctness_pinverse_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9362231Z test_nvfuser_correctness_polar_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9362544Z test_nvfuser_correctness_polar_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9362879Z test_nvfuser_correctness_polygamma_polygamma_n_0_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-11-23T03:02:23.9363214Z test_nvfuser_correctness_polygamma_polygamma_n_0_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9365185Z test_nvfuser_correctness_polygamma_polygamma_n_0_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9365530Z test_nvfuser_correctness_polygamma_polygamma_n_0_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9365945Z test_nvfuser_correctness_polygamma_polygamma_n_0_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9366294Z test_nvfuser_correctness_polygamma_polygamma_n_0_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9366625Z test_nvfuser_correctness_polygamma_polygamma_n_0_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9366958Z test_nvfuser_correctness_polygamma_polygamma_n_0_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9367284Z test_nvfuser_correctness_polygamma_polygamma_n_0_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9367619Z test_nvfuser_correctness_polygamma_polygamma_n_1_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9367956Z test_nvfuser_correctness_polygamma_polygamma_n_1_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9368279Z test_nvfuser_correctness_polygamma_polygamma_n_1_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9368599Z test_nvfuser_correctness_polygamma_polygamma_n_1_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9368923Z test_nvfuser_correctness_polygamma_polygamma_n_1_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:23.9369259Z test_nvfuser_correctness_polygamma_polygamma_n_1_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9369585Z test_nvfuser_correctness_polygamma_polygamma_n_1_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9371554Z test_nvfuser_correctness_polygamma_polygamma_n_1_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9372007Z test_nvfuser_correctness_polygamma_polygamma_n_1_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9372336Z test_nvfuser_correctness_polygamma_polygamma_n_2_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9372672Z test_nvfuser_correctness_polygamma_polygamma_n_2_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9372998Z test_nvfuser_correctness_polygamma_polygamma_n_2_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9373317Z test_nvfuser_correctness_polygamma_polygamma_n_2_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9373639Z test_nvfuser_correctness_polygamma_polygamma_n_2_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9373967Z test_nvfuser_correctness_polygamma_polygamma_n_2_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9374353Z test_nvfuser_correctness_polygamma_polygamma_n_2_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9374690Z test_nvfuser_correctness_polygamma_polygamma_n_2_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9375015Z test_nvfuser_correctness_polygamma_polygamma_n_2_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9375339Z test_nvfuser_correctness_polygamma_polygamma_n_3_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9375671Z test_nvfuser_correctness_polygamma_polygamma_n_3_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9375998Z test_nvfuser_correctness_polygamma_polygamma_n_3_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9377984Z test_nvfuser_correctness_polygamma_polygamma_n_3_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T03:02:23.9378338Z test_nvfuser_correctness_polygamma_polygamma_n_3_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9378667Z test_nvfuser_correctness_polygamma_polygamma_n_3_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9378991Z test_nvfuser_correctness_polygamma_polygamma_n_3_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9379317Z test_nvfuser_correctness_polygamma_polygamma_n_3_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9379641Z test_nvfuser_correctness_polygamma_polygamma_n_3_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:23.9380067Z test_nvfuser_correctness_polygamma_polygamma_n_4_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9380394Z test_nvfuser_correctness_polygamma_polygamma_n_4_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9380715Z test_nvfuser_correctness_polygamma_polygamma_n_4_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:02:23.9381035Z test_nvfuser_correctness_polygamma_polygamma_n_4_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9381356Z test_nvfuser_correctness_polygamma_polygamma_n_4_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9381686Z test_nvfuser_correctness_polygamma_polygamma_n_4_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9382007Z test_nvfuser_correctness_polygamma_polygamma_n_4_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9382330Z test_nvfuser_correctness_polygamma_polygamma_n_4_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9384719Z test_nvfuser_correctness_polygamma_polygamma_n_4_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9385087Z test_nvfuser_correctness_positive_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9385411Z test_nvfuser_correctness_positive_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9385729Z test_nvfuser_correctness_positive_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9386036Z test_nvfuser_correctness_positive_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9386350Z test_nvfuser_correctness_positive_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9386652Z test_nvfuser_correctness_positive_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9386952Z test_nvfuser_correctness_positive_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9387258Z test_nvfuser_correctness_positive_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9387569Z test_nvfuser_correctness_positive_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9387884Z test_nvfuser_correctness_positive_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9388192Z test_nvfuser_correctness_positive_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9388494Z test_nvfuser_correctness_positive_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9388887Z test_nvfuser_correctness_pow_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9390368Z test_nvfuser_correctness_pow_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9391178Z test_nvfuser_correctness_pow_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9391502Z test_nvfuser_correctness_pow_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:23.9391808Z test_nvfuser_correctness_pow_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9392118Z test_nvfuser_correctness_pow_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9392426Z test_nvfuser_correctness_pow_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9392727Z test_nvfuser_correctness_pow_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9393112Z test_nvfuser_correctness_pow_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.013s) 2022-11-23T03:02:23.9393422Z test_nvfuser_correctness_pow_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9393721Z test_nvfuser_correctness_pow_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9394018Z test_nvfuser_correctness_pow_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9394329Z test_nvfuser_correctness_prod_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9394639Z test_nvfuser_correctness_prod_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9394955Z test_nvfuser_correctness_prod_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9395267Z test_nvfuser_correctness_prod_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9395582Z test_nvfuser_correctness_prod_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9397843Z test_nvfuser_correctness_prod_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:23.9398472Z test_nvfuser_correctness_prod_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9399090Z test_nvfuser_correctness_prod_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9399693Z test_nvfuser_correctness_prod_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9400444Z test_nvfuser_correctness_prod_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T03:02:23.9401050Z test_nvfuser_correctness_prod_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9401650Z test_nvfuser_correctness_prod_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9404690Z test_nvfuser_correctness_prod_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9405337Z test_nvfuser_correctness_put_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9405952Z test_nvfuser_correctness_put_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:23.9406579Z test_nvfuser_correctness_put_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9407196Z test_nvfuser_correctness_put_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9408076Z test_nvfuser_correctness_put_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9408855Z test_nvfuser_correctness_put_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9411827Z test_nvfuser_correctness_put_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:02:23.9412464Z test_nvfuser_correctness_put_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9413074Z test_nvfuser_correctness_put_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9413691Z test_nvfuser_correctness_put_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9414296Z test_nvfuser_correctness_put_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:02:23.9414888Z test_nvfuser_correctness_put_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9415507Z test_nvfuser_correctness_qr_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9418448Z test_nvfuser_correctness_qr_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9419077Z test_nvfuser_correctness_qr_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9431595Z test_nvfuser_correctness_qr_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9432922Z test_nvfuser_correctness_quantile_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9433535Z test_nvfuser_correctness_quantile_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9434135Z test_nvfuser_correctness_rad2deg_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9434736Z test_nvfuser_correctness_rad2deg_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9435346Z test_nvfuser_correctness_rad2deg_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9436197Z test_nvfuser_correctness_rad2deg_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9436792Z test_nvfuser_correctness_rad2deg_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9439777Z test_nvfuser_correctness_rad2deg_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9440426Z test_nvfuser_correctness_rad2deg_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9441055Z test_nvfuser_correctness_rad2deg_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9441833Z test_nvfuser_correctness_rad2deg_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9442459Z test_nvfuser_correctness_rad2deg_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9443086Z test_nvfuser_correctness_rand_like_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9443714Z test_nvfuser_correctness_rand_like_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9447021Z test_nvfuser_correctness_rand_like_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T03:02:23.9447695Z test_nvfuser_correctness_rand_like_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9448369Z test_nvfuser_correctness_rand_like_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9448981Z test_nvfuser_correctness_rand_like_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9449581Z test_nvfuser_correctness_rand_like_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9450187Z test_nvfuser_correctness_randint_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9450796Z test_nvfuser_correctness_randint_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:23.9455182Z test_nvfuser_correctness_randint_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9455800Z test_nvfuser_correctness_randint_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9456419Z test_nvfuser_correctness_randint_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9457028Z test_nvfuser_correctness_randint_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:02:23.9457609Z test_nvfuser_correctness_randint_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9460521Z test_nvfuser_correctness_randint_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9461145Z test_nvfuser_correctness_randint_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9461776Z test_nvfuser_correctness_randint_like_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9462410Z test_nvfuser_correctness_randint_like_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9463057Z test_nvfuser_correctness_randint_like_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9463832Z test_nvfuser_correctness_randint_like_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9464472Z test_nvfuser_correctness_randint_like_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9466811Z test_nvfuser_correctness_randint_like_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9468114Z test_nvfuser_correctness_randint_like_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9468748Z test_nvfuser_correctness_randint_like_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9469372Z test_nvfuser_correctness_randint_like_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9469991Z test_nvfuser_correctness_randn_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9470619Z test_nvfuser_correctness_randn_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9471242Z test_nvfuser_correctness_randn_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9471848Z test_nvfuser_correctness_randn_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9474782Z test_nvfuser_correctness_randn_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9476075Z test_nvfuser_correctness_randn_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9476693Z test_nvfuser_correctness_randn_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9477330Z test_nvfuser_correctness_randn_like_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T03:02:23.9477964Z test_nvfuser_correctness_randn_like_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9478604Z test_nvfuser_correctness_randn_like_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9481582Z test_nvfuser_correctness_randn_like_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9482240Z test_nvfuser_correctness_randn_like_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9494920Z test_nvfuser_correctness_randn_like_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:23.9495586Z test_nvfuser_correctness_randn_like_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9496174Z test_nvfuser_correctness_ravel_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9496983Z test_nvfuser_correctness_ravel_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9497735Z test_nvfuser_correctness_ravel_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9498469Z test_nvfuser_correctness_ravel_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:02:23.9499136Z test_nvfuser_correctness_ravel_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9499750Z test_nvfuser_correctness_ravel_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9500365Z test_nvfuser_correctness_ravel_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9500997Z test_nvfuser_correctness_ravel_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9501594Z test_nvfuser_correctness_ravel_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-11-23T03:02:23.9502227Z test_nvfuser_correctness_ravel_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9502815Z test_nvfuser_correctness_ravel_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9503397Z test_nvfuser_correctness_ravel_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9504385Z test_nvfuser_correctness_ravel_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9504975Z test_nvfuser_correctness_real_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9505716Z test_nvfuser_correctness_real_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9506315Z test_nvfuser_correctness_real_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9506908Z test_nvfuser_correctness_real_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9507479Z test_nvfuser_correctness_real_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:23.9507993Z test_nvfuser_correctness_real_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9508564Z test_nvfuser_correctness_real_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9509148Z test_nvfuser_correctness_real_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9509795Z test_nvfuser_correctness_real_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9510405Z test_nvfuser_correctness_real_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9511250Z test_nvfuser_correctness_real_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9511859Z test_nvfuser_correctness_real_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9512613Z test_nvfuser_correctness_real_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T03:02:23.9513261Z test_nvfuser_correctness_reciprocal_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9513904Z test_nvfuser_correctness_reciprocal_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9514522Z test_nvfuser_correctness_reciprocal_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9515129Z test_nvfuser_correctness_reciprocal_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9515848Z test_nvfuser_correctness_reciprocal_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:23.9516418Z test_nvfuser_correctness_reciprocal_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9517051Z test_nvfuser_correctness_reciprocal_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9517963Z test_nvfuser_correctness_reciprocal_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9518582Z test_nvfuser_correctness_reciprocal_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9519291Z test_nvfuser_correctness_reciprocal_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:02:23.9520027Z test_nvfuser_correctness_reciprocal_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9520623Z test_nvfuser_correctness_reciprocal_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9521272Z test_nvfuser_correctness_remainder_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9521908Z test_nvfuser_correctness_remainder_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:02:23.9522551Z test_nvfuser_correctness_remainder_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9523148Z test_nvfuser_correctness_remainder_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9523751Z test_nvfuser_correctness_remainder_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9524349Z test_nvfuser_correctness_remainder_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9525223Z test_nvfuser_correctness_remainder_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-11-23T03:02:23.9525946Z test_nvfuser_correctness_remainder_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9526653Z test_nvfuser_correctness_remainder_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9527285Z test_nvfuser_correctness_renorm_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9527932Z test_nvfuser_correctness_renorm_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9528574Z test_nvfuser_correctness_renorm_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9529171Z test_nvfuser_correctness_renorm_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9529814Z test_nvfuser_correctness_renorm_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9530461Z test_nvfuser_correctness_renorm_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9531049Z test_nvfuser_correctness_repeat_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9531766Z test_nvfuser_correctness_repeat_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9533278Z test_nvfuser_correctness_repeat_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9533914Z test_nvfuser_correctness_repeat_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9534488Z test_nvfuser_correctness_repeat_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9535139Z test_nvfuser_correctness_repeat_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9535792Z test_nvfuser_correctness_repeat_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9536435Z test_nvfuser_correctness_repeat_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9537008Z test_nvfuser_correctness_repeat_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9537577Z test_nvfuser_correctness_repeat_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T03:02:23.9538148Z test_nvfuser_correctness_repeat_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9538872Z test_nvfuser_correctness_repeat_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9539783Z test_nvfuser_correctness_repeat_interleave_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9540531Z test_nvfuser_correctness_repeat_interleave_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9541179Z test_nvfuser_correctness_repeat_interleave_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:23.9541805Z test_nvfuser_correctness_repeat_interleave_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9542426Z test_nvfuser_correctness_repeat_interleave_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9543051Z test_nvfuser_correctness_repeat_interleave_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9543669Z test_nvfuser_correctness_repeat_interleave_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9544278Z test_nvfuser_correctness_repeat_interleave_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:02:23.9544892Z test_nvfuser_correctness_repeat_interleave_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9545591Z test_nvfuser_correctness_repeat_interleave_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9546375Z test_nvfuser_correctness_repeat_interleave_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9547115Z test_nvfuser_correctness_repeat_interleave_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9547719Z test_nvfuser_correctness_repeat_interleave_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9548369Z test_nvfuser_correctness_reshape_as_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9548980Z test_nvfuser_correctness_reshape_as_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9549595Z test_nvfuser_correctness_reshape_as_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9550202Z test_nvfuser_correctness_reshape_as_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9550809Z test_nvfuser_correctness_reshape_as_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9551411Z test_nvfuser_correctness_reshape_as_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9551981Z test_nvfuser_correctness_reshape_as_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9552675Z test_nvfuser_correctness_reshape_as_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9553519Z test_nvfuser_correctness_reshape_as_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9554232Z test_nvfuser_correctness_reshape_as_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9554803Z test_nvfuser_correctness_reshape_as_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9555399Z test_nvfuser_correctness_reshape_as_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9555992Z test_nvfuser_correctness_reshape_as_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9556604Z test_nvfuser_correctness_reshape_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9557211Z test_nvfuser_correctness_reshape_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9557823Z test_nvfuser_correctness_reshape_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9558437Z test_nvfuser_correctness_reshape_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9559154Z test_nvfuser_correctness_reshape_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.008s) 2022-11-23T03:02:23.9559980Z test_nvfuser_correctness_reshape_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9560712Z test_nvfuser_correctness_reshape_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9561324Z test_nvfuser_correctness_reshape_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9561929Z test_nvfuser_correctness_reshape_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9562530Z test_nvfuser_correctness_reshape_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9563132Z test_nvfuser_correctness_reshape_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9563740Z test_nvfuser_correctness_reshape_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9564355Z test_nvfuser_correctness_reshape_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:23.9564952Z test_nvfuser_correctness_resize__cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9565566Z test_nvfuser_correctness_resize__cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9566277Z test_nvfuser_correctness_resize__cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9567067Z test_nvfuser_correctness_resize__cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9567864Z test_nvfuser_correctness_resize__cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9568514Z test_nvfuser_correctness_resize__cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9569106Z test_nvfuser_correctness_resize__cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9569717Z test_nvfuser_correctness_resize__cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9570364Z test_nvfuser_correctness_resize__cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9570997Z test_nvfuser_correctness_resize__cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9571586Z test_nvfuser_correctness_resize__cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:23.9572171Z test_nvfuser_correctness_resize__cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9572796Z test_nvfuser_correctness_resize_as__cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9573470Z test_nvfuser_correctness_resize_as__cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9574485Z test_nvfuser_correctness_resize_as__cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:02:23.9575150Z test_nvfuser_correctness_resize_as__cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9575740Z test_nvfuser_correctness_resize_as__cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9576350Z test_nvfuser_correctness_resize_as__cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9576906Z test_nvfuser_correctness_resize_as__cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9577499Z test_nvfuser_correctness_resize_as__cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9578071Z test_nvfuser_correctness_resize_as__cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9578622Z test_nvfuser_correctness_resize_as__cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9579227Z test_nvfuser_correctness_resize_as__cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9579792Z test_nvfuser_correctness_resize_as__cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9580422Z test_nvfuser_correctness_resolve_conj_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9580762Z test_nvfuser_correctness_resolve_conj_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9581329Z test_nvfuser_correctness_resolve_conj_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9581694Z test_nvfuser_correctness_resolve_conj_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9582016Z test_nvfuser_correctness_resolve_conj_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T03:02:23.9582391Z test_nvfuser_correctness_resolve_conj_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9582713Z test_nvfuser_correctness_resolve_conj_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9583030Z test_nvfuser_correctness_resolve_conj_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9583336Z test_nvfuser_correctness_resolve_conj_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9583635Z test_nvfuser_correctness_resolve_conj_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9584487Z test_nvfuser_correctness_resolve_conj_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9584792Z test_nvfuser_correctness_resolve_conj_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9585108Z test_nvfuser_correctness_resolve_neg_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9585424Z test_nvfuser_correctness_resolve_neg_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9585750Z test_nvfuser_correctness_resolve_neg_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9586075Z test_nvfuser_correctness_resolve_neg_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9586406Z test_nvfuser_correctness_resolve_neg_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9586853Z test_nvfuser_correctness_resolve_neg_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9587216Z test_nvfuser_correctness_resolve_neg_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9587539Z test_nvfuser_correctness_resolve_neg_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9587967Z test_nvfuser_correctness_resolve_neg_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9589234Z test_nvfuser_correctness_resolve_neg_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9589604Z test_nvfuser_correctness_resolve_neg_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9589916Z test_nvfuser_correctness_resolve_neg_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9590220Z test_nvfuser_correctness_resolve_neg_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9590530Z test_nvfuser_correctness_roll_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9590845Z test_nvfuser_correctness_roll_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T03:02:23.9591159Z test_nvfuser_correctness_roll_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9591472Z test_nvfuser_correctness_roll_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9591784Z test_nvfuser_correctness_roll_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9592090Z test_nvfuser_correctness_roll_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9592511Z test_nvfuser_correctness_roll_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:23.9592822Z test_nvfuser_correctness_roll_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9593127Z test_nvfuser_correctness_roll_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9593430Z test_nvfuser_correctness_roll_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9593725Z test_nvfuser_correctness_roll_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:02:23.9594024Z test_nvfuser_correctness_roll_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9594324Z test_nvfuser_correctness_roll_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9594636Z test_nvfuser_correctness_rot90_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9594939Z test_nvfuser_correctness_rot90_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9595255Z test_nvfuser_correctness_rot90_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:02:23.9595552Z test_nvfuser_correctness_rot90_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9595934Z test_nvfuser_correctness_rot90_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9596256Z test_nvfuser_correctness_rot90_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9596563Z test_nvfuser_correctness_rot90_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9596871Z test_nvfuser_correctness_rot90_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-11-23T03:02:23.9597177Z test_nvfuser_correctness_rot90_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9597477Z test_nvfuser_correctness_rot90_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9597785Z test_nvfuser_correctness_rot90_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9598085Z test_nvfuser_correctness_rot90_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9598391Z test_nvfuser_correctness_round_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9598844Z test_nvfuser_correctness_round_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9599169Z test_nvfuser_correctness_round_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9599574Z test_nvfuser_correctness_round_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9600023Z test_nvfuser_correctness_round_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9600682Z test_nvfuser_correctness_round_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9601020Z test_nvfuser_correctness_round_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9601324Z test_nvfuser_correctness_round_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9601783Z test_nvfuser_correctness_round_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9602354Z test_nvfuser_correctness_round_decimals_0_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9602927Z test_nvfuser_correctness_round_decimals_0_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9603494Z test_nvfuser_correctness_round_decimals_0_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:23.9604053Z test_nvfuser_correctness_round_decimals_0_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9604617Z test_nvfuser_correctness_round_decimals_3_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9605104Z test_nvfuser_correctness_round_decimals_3_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9605447Z test_nvfuser_correctness_round_decimals_3_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T03:02:23.9605758Z test_nvfuser_correctness_round_decimals_3_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9606090Z test_nvfuser_correctness_round_decimals_neg_3_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9606421Z test_nvfuser_correctness_round_decimals_neg_3_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9606754Z test_nvfuser_correctness_round_decimals_neg_3_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9607084Z test_nvfuser_correctness_round_decimals_neg_3_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:23.9607396Z test_nvfuser_correctness_rsqrt_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9607702Z test_nvfuser_correctness_rsqrt_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9608020Z test_nvfuser_correctness_rsqrt_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9608426Z test_nvfuser_correctness_rsqrt_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:02:23.9608728Z test_nvfuser_correctness_rsqrt_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9609038Z test_nvfuser_correctness_rsqrt_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9609347Z test_nvfuser_correctness_rsqrt_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9609656Z test_nvfuser_correctness_rsqrt_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9609968Z test_nvfuser_correctness_rsqrt_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9610274Z test_nvfuser_correctness_rsqrt_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9610581Z test_nvfuser_correctness_rsqrt_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9610882Z test_nvfuser_correctness_rsqrt_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9611182Z test_nvfuser_correctness_rsqrt_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9611493Z test_nvfuser_correctness_rsub_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9611875Z test_nvfuser_correctness_rsub_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9612198Z test_nvfuser_correctness_rsub_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9612506Z test_nvfuser_correctness_rsub_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9612815Z test_nvfuser_correctness_rsub_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9613125Z test_nvfuser_correctness_rsub_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9613432Z test_nvfuser_correctness_rsub_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9613734Z test_nvfuser_correctness_rsub_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9614026Z test_nvfuser_correctness_rsub_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T03:02:23.9614328Z test_nvfuser_correctness_rsub_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9614650Z test_nvfuser_correctness_rsub_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9615066Z test_nvfuser_correctness_scalar_tensor_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9615386Z test_nvfuser_correctness_scalar_tensor_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9615715Z test_nvfuser_correctness_scalar_tensor_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:23.9616155Z test_nvfuser_correctness_scalar_tensor_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9616525Z test_nvfuser_correctness_scalar_tensor_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9616855Z test_nvfuser_correctness_scalar_tensor_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9617181Z test_nvfuser_correctness_scalar_tensor_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9617796Z test_nvfuser_correctness_scalar_tensor_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-11-23T03:02:23.9618126Z test_nvfuser_correctness_scalar_tensor_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9618444Z test_nvfuser_correctness_scalar_tensor_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9618745Z test_nvfuser_correctness_scalar_tensor_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9619148Z test_nvfuser_correctness_scalar_tensor_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9619481Z test_nvfuser_correctness_scalar_tensor_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9619803Z test_nvfuser_correctness_scatter_add_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9620118Z test_nvfuser_correctness_scatter_add_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9620441Z test_nvfuser_correctness_scatter_add_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9620776Z test_nvfuser_correctness_scatter_add_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9621091Z test_nvfuser_correctness_scatter_add_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9621408Z test_nvfuser_correctness_scatter_add_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9621727Z test_nvfuser_correctness_scatter_add_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9622041Z test_nvfuser_correctness_scatter_add_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9622432Z test_nvfuser_correctness_scatter_add_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9622732Z test_nvfuser_correctness_scatter_add_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:23.9623042Z test_nvfuser_correctness_scatter_add_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9623342Z test_nvfuser_correctness_scatter_add_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9623647Z test_nvfuser_correctness_scatter_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:23.9623961Z test_nvfuser_correctness_scatter_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9624278Z test_nvfuser_correctness_scatter_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9624593Z test_nvfuser_correctness_scatter_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.012s) 2022-11-23T03:02:23.9624904Z test_nvfuser_correctness_scatter_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9625205Z test_nvfuser_correctness_scatter_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9625502Z test_nvfuser_correctness_scatter_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9625879Z test_nvfuser_correctness_scatter_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9626200Z test_nvfuser_correctness_scatter_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9626510Z test_nvfuser_correctness_scatter_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9626817Z test_nvfuser_correctness_scatter_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9627124Z test_nvfuser_correctness_scatter_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9627462Z test_nvfuser_correctness_scatter_reduce_amax_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9627797Z test_nvfuser_correctness_scatter_reduce_amax_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9628126Z test_nvfuser_correctness_scatter_reduce_amax_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9628457Z test_nvfuser_correctness_scatter_reduce_amax_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9628782Z test_nvfuser_correctness_scatter_reduce_amax_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9629189Z test_nvfuser_correctness_scatter_reduce_amax_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9629506Z test_nvfuser_correctness_scatter_reduce_amax_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T03:02:23.9629962Z test_nvfuser_correctness_scatter_reduce_amax_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9630290Z test_nvfuser_correctness_scatter_reduce_amax_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9630618Z test_nvfuser_correctness_scatter_reduce_amin_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9630951Z test_nvfuser_correctness_scatter_reduce_amin_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9631278Z test_nvfuser_correctness_scatter_reduce_amin_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:23.9631606Z test_nvfuser_correctness_scatter_reduce_amin_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9631925Z test_nvfuser_correctness_scatter_reduce_amin_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9632246Z test_nvfuser_correctness_scatter_reduce_amin_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9632641Z test_nvfuser_correctness_scatter_reduce_amin_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9632979Z test_nvfuser_correctness_scatter_reduce_amin_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9633293Z test_nvfuser_correctness_scatter_reduce_amin_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9633625Z test_nvfuser_correctness_scatter_reduce_mean_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:23.9633952Z test_nvfuser_correctness_scatter_reduce_mean_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9634288Z test_nvfuser_correctness_scatter_reduce_mean_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9634617Z test_nvfuser_correctness_scatter_reduce_mean_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9634938Z test_nvfuser_correctness_scatter_reduce_mean_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9635262Z test_nvfuser_correctness_scatter_reduce_mean_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9635573Z test_nvfuser_correctness_scatter_reduce_mean_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9635982Z test_nvfuser_correctness_scatter_reduce_mean_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9636295Z test_nvfuser_correctness_scatter_reduce_mean_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9636626Z test_nvfuser_correctness_scatter_reduce_prod_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9636953Z test_nvfuser_correctness_scatter_reduce_prod_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9637280Z test_nvfuser_correctness_scatter_reduce_prod_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9637616Z test_nvfuser_correctness_scatter_reduce_prod_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9637934Z test_nvfuser_correctness_scatter_reduce_prod_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9638253Z test_nvfuser_correctness_scatter_reduce_prod_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T03:02:23.9638571Z test_nvfuser_correctness_scatter_reduce_prod_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9638894Z test_nvfuser_correctness_scatter_reduce_prod_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9639281Z test_nvfuser_correctness_scatter_reduce_prod_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9639619Z test_nvfuser_correctness_scatter_reduce_sum_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9639947Z test_nvfuser_correctness_scatter_reduce_sum_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:23.9640278Z test_nvfuser_correctness_scatter_reduce_sum_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9640606Z test_nvfuser_correctness_scatter_reduce_sum_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9640932Z test_nvfuser_correctness_scatter_reduce_sum_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9641258Z test_nvfuser_correctness_scatter_reduce_sum_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9641581Z test_nvfuser_correctness_scatter_reduce_sum_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9641896Z test_nvfuser_correctness_scatter_reduce_sum_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9642217Z test_nvfuser_correctness_scatter_reduce_sum_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9643009Z test_nvfuser_correctness_scatter_reduce_sum_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9643337Z test_nvfuser_correctness_searchsorted_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9643662Z test_nvfuser_correctness_searchsorted_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9643986Z test_nvfuser_correctness_searchsorted_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9644308Z test_nvfuser_correctness_searchsorted_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9644626Z test_nvfuser_correctness_searchsorted_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9644931Z test_nvfuser_correctness_searchsorted_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9645227Z test_nvfuser_correctness_searchsorted_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9645533Z test_nvfuser_correctness_searchsorted_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9645870Z test_nvfuser_correctness_segment_reduce_lengths_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9646293Z test_nvfuser_correctness_segment_reduce_lengths_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9646646Z test_nvfuser_correctness_segment_reduce_lengths_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9646981Z test_nvfuser_correctness_segment_reduce_lengths_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9647321Z test_nvfuser_correctness_segment_reduce_offsets_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9647655Z test_nvfuser_correctness_segment_reduce_offsets_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9648133Z test_nvfuser_correctness_segment_reduce_offsets_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:23.9648508Z test_nvfuser_correctness_segment_reduce_offsets_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9648827Z test_nvfuser_correctness_select_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9649138Z test_nvfuser_correctness_select_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9649742Z test_nvfuser_correctness_select_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9650073Z test_nvfuser_correctness_select_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-11-23T03:02:23.9650486Z test_nvfuser_correctness_select_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9650800Z test_nvfuser_correctness_select_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9651116Z test_nvfuser_correctness_select_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9651429Z test_nvfuser_correctness_select_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9651738Z test_nvfuser_correctness_select_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9652053Z test_nvfuser_correctness_select_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9652362Z test_nvfuser_correctness_select_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:23.9652670Z test_nvfuser_correctness_select_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9652976Z test_nvfuser_correctness_select_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9653303Z test_nvfuser_correctness_select_scatter_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:23.9653697Z test_nvfuser_correctness_select_scatter_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9654038Z test_nvfuser_correctness_select_scatter_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9654362Z test_nvfuser_correctness_select_scatter_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9654688Z test_nvfuser_correctness_select_scatter_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9655007Z test_nvfuser_correctness_select_scatter_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9655332Z test_nvfuser_correctness_select_scatter_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9655651Z test_nvfuser_correctness_select_scatter_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9655970Z test_nvfuser_correctness_select_scatter_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9656284Z test_nvfuser_correctness_select_scatter_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9656598Z test_nvfuser_correctness_sgn_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T03:02:23.9656900Z test_nvfuser_correctness_sgn_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9657292Z test_nvfuser_correctness_sgn_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9657604Z test_nvfuser_correctness_sgn_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9657917Z test_nvfuser_correctness_sgn_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9658226Z test_nvfuser_correctness_sgn_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:23.9658533Z test_nvfuser_correctness_sgn_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9658846Z test_nvfuser_correctness_sgn_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9659145Z test_nvfuser_correctness_sgn_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9659445Z test_nvfuser_correctness_sgn_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:02:23.9659741Z test_nvfuser_correctness_sgn_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9660044Z test_nvfuser_correctness_sgn_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9660340Z test_nvfuser_correctness_sgn_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9660713Z test_nvfuser_correctness_short_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9661035Z test_nvfuser_correctness_short_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-11-23T03:02:23.9661352Z test_nvfuser_correctness_short_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9661662Z test_nvfuser_correctness_short_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9661966Z test_nvfuser_correctness_short_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9662283Z test_nvfuser_correctness_short_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9662591Z test_nvfuser_correctness_short_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9662896Z test_nvfuser_correctness_short_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9663202Z test_nvfuser_correctness_short_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9663508Z test_nvfuser_correctness_short_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9663900Z test_nvfuser_correctness_short_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9664200Z test_nvfuser_correctness_short_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9664516Z test_nvfuser_correctness_sigmoid_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9664824Z test_nvfuser_correctness_sigmoid_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9665142Z test_nvfuser_correctness_sigmoid_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9665459Z test_nvfuser_correctness_sigmoid_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9665770Z test_nvfuser_correctness_sigmoid_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9666080Z test_nvfuser_correctness_sigmoid_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9666375Z test_nvfuser_correctness_sigmoid_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9666670Z test_nvfuser_correctness_sigmoid_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9666959Z test_nvfuser_correctness_sigmoid_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9667345Z test_nvfuser_correctness_sigmoid_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9667668Z test_nvfuser_correctness_sigmoid_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9667972Z test_nvfuser_correctness_sigmoid_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9668276Z test_nvfuser_correctness_sigmoid_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9668582Z test_nvfuser_correctness_sign_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9668895Z test_nvfuser_correctness_sign_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9669204Z test_nvfuser_correctness_sign_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9669512Z test_nvfuser_correctness_sign_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9669819Z test_nvfuser_correctness_sign_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9670123Z test_nvfuser_correctness_sign_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9670426Z test_nvfuser_correctness_sign_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9670809Z test_nvfuser_correctness_sign_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9671112Z test_nvfuser_correctness_sign_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9679137Z test_nvfuser_correctness_sign_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9679912Z test_nvfuser_correctness_signal_windows_cosine_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9680580Z test_nvfuser_correctness_signal_windows_cosine_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T03:02:23.9681213Z test_nvfuser_correctness_signal_windows_cosine_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9681884Z test_nvfuser_correctness_signal_windows_cosine_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:23.9682704Z test_nvfuser_correctness_signal_windows_exponential_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9683449Z test_nvfuser_correctness_signal_windows_exponential_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9684143Z test_nvfuser_correctness_signal_windows_exponential_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9684801Z test_nvfuser_correctness_signal_windows_exponential_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9685485Z test_nvfuser_correctness_signal_windows_gaussian_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:02:23.9686150Z test_nvfuser_correctness_signal_windows_gaussian_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9686825Z test_nvfuser_correctness_signal_windows_gaussian_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9687474Z test_nvfuser_correctness_signal_windows_gaussian_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9688164Z test_nvfuser_correctness_signal_windows_kaiser_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:02:23.9688842Z test_nvfuser_correctness_signal_windows_kaiser_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9689504Z test_nvfuser_correctness_signal_windows_kaiser_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9690188Z test_nvfuser_correctness_signal_windows_kaiser_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9690819Z test_nvfuser_correctness_signbit_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9691650Z test_nvfuser_correctness_signbit_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9692293Z test_nvfuser_correctness_signbit_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9694287Z test_nvfuser_correctness_signbit_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9694987Z test_nvfuser_correctness_signbit_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9695565Z test_nvfuser_correctness_signbit_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9696185Z test_nvfuser_correctness_signbit_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9696831Z test_nvfuser_correctness_signbit_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9697447Z test_nvfuser_correctness_signbit_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9698052Z test_nvfuser_correctness_signbit_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9698676Z test_nvfuser_correctness_sin_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9699292Z test_nvfuser_correctness_sin_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9699915Z test_nvfuser_correctness_sin_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9700538Z test_nvfuser_correctness_sin_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9701169Z test_nvfuser_correctness_sin_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9701767Z test_nvfuser_correctness_sin_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9702340Z test_nvfuser_correctness_sin_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:23.9702919Z test_nvfuser_correctness_sin_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9703561Z test_nvfuser_correctness_sin_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9704262Z test_nvfuser_correctness_sin_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9704988Z test_nvfuser_correctness_sin_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9705709Z test_nvfuser_correctness_sin_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-11-23T03:02:23.9706619Z test_nvfuser_correctness_sin_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9707245Z test_nvfuser_correctness_sinc_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9707804Z test_nvfuser_correctness_sinc_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9709041Z test_nvfuser_correctness_sinc_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9709729Z test_nvfuser_correctness_sinc_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9710379Z test_nvfuser_correctness_sinc_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9711018Z test_nvfuser_correctness_sinc_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9711621Z test_nvfuser_correctness_sinc_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9712247Z test_nvfuser_correctness_sinc_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9712870Z test_nvfuser_correctness_sinc_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9713473Z test_nvfuser_correctness_sinc_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9714104Z test_nvfuser_correctness_sinc_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9714700Z test_nvfuser_correctness_sinc_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9715323Z test_nvfuser_correctness_sinh_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9715950Z test_nvfuser_correctness_sinh_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9716590Z test_nvfuser_correctness_sinh_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9717234Z test_nvfuser_correctness_sinh_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9717863Z test_nvfuser_correctness_sinh_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9718482Z test_nvfuser_correctness_sinh_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9719093Z test_nvfuser_correctness_sinh_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9719725Z test_nvfuser_correctness_sinh_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9720336Z test_nvfuser_correctness_sinh_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9721117Z test_nvfuser_correctness_sinh_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:23.9721695Z test_nvfuser_correctness_sinh_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9722294Z test_nvfuser_correctness_sinh_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9723057Z test_nvfuser_correctness_sinh_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9723683Z test_nvfuser_correctness_slice_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9724324Z test_nvfuser_correctness_slice_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:02:23.9724955Z test_nvfuser_correctness_slice_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9725571Z test_nvfuser_correctness_slice_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9726201Z test_nvfuser_correctness_slice_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9726826Z test_nvfuser_correctness_slice_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9727445Z test_nvfuser_correctness_slice_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9728073Z test_nvfuser_correctness_slice_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9728682Z test_nvfuser_correctness_slice_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9729299Z test_nvfuser_correctness_slice_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9729908Z test_nvfuser_correctness_slice_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:02:23.9730499Z test_nvfuser_correctness_slice_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9731096Z test_nvfuser_correctness_slice_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9731736Z test_nvfuser_correctness_slice_scatter_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9732370Z test_nvfuser_correctness_slice_scatter_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9733012Z test_nvfuser_correctness_slice_scatter_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9733666Z test_nvfuser_correctness_slice_scatter_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9734514Z test_nvfuser_correctness_slice_scatter_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9735135Z test_nvfuser_correctness_slice_scatter_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9735806Z test_nvfuser_correctness_slice_scatter_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9736557Z test_nvfuser_correctness_slice_scatter_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9737188Z test_nvfuser_correctness_slice_scatter_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9737794Z test_nvfuser_correctness_slice_scatter_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9738379Z test_nvfuser_correctness_softmax_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9739005Z test_nvfuser_correctness_softmax_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9739661Z test_nvfuser_correctness_softmax_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9740262Z test_nvfuser_correctness_softmax_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9740872Z test_nvfuser_correctness_softmax_with_dtype_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9741527Z test_nvfuser_correctness_softmax_with_dtype_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9742159Z test_nvfuser_correctness_softmax_with_dtype_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9742843Z test_nvfuser_correctness_softmax_with_dtype_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9743485Z test_nvfuser_correctness_softmax_with_dtype_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9744173Z test_nvfuser_correctness_softmax_with_dtype_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9744870Z test_nvfuser_correctness_softmax_with_dtype_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9745536Z test_nvfuser_correctness_softmax_with_dtype_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.008s) 2022-11-23T03:02:23.9746167Z test_nvfuser_correctness_softmax_with_dtype_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9746813Z test_nvfuser_correctness_softmax_with_dtype_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9747457Z test_nvfuser_correctness_softmax_with_dtype_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9748362Z test_nvfuser_correctness_softmax_with_dtype_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9749012Z test_nvfuser_correctness_sort_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9750303Z test_nvfuser_correctness_sort_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9750967Z test_nvfuser_correctness_sort_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9751582Z test_nvfuser_correctness_sort_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9752197Z test_nvfuser_correctness_sort_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9752821Z test_nvfuser_correctness_sort_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9753429Z test_nvfuser_correctness_sort_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9754040Z test_nvfuser_correctness_sort_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9754666Z test_nvfuser_correctness_sort_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9755369Z test_nvfuser_correctness_sparse_sampled_addmm_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9756026Z test_nvfuser_correctness_sparse_sampled_addmm_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9756698Z test_nvfuser_correctness_sparse_sampled_addmm_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9757400Z test_nvfuser_correctness_sparse_sampled_addmm_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T03:02:23.9758028Z test_nvfuser_correctness_special_airy_ai_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9758682Z test_nvfuser_correctness_special_airy_ai_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9759332Z test_nvfuser_correctness_special_airy_ai_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9759956Z test_nvfuser_correctness_special_airy_ai_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:23.9760603Z test_nvfuser_correctness_special_airy_ai_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9761247Z test_nvfuser_correctness_special_airy_ai_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9761915Z test_nvfuser_correctness_special_airy_ai_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:02:23.9762815Z test_nvfuser_correctness_special_airy_ai_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9763439Z test_nvfuser_correctness_special_bessel_j0_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9764234Z test_nvfuser_correctness_special_bessel_j0_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9764930Z test_nvfuser_correctness_special_bessel_j0_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9765579Z test_nvfuser_correctness_special_bessel_j0_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9766230Z test_nvfuser_correctness_special_bessel_j0_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9766823Z test_nvfuser_correctness_special_bessel_j0_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9767432Z test_nvfuser_correctness_special_bessel_j0_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9768046Z test_nvfuser_correctness_special_bessel_j0_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9768653Z test_nvfuser_correctness_special_bessel_j1_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9769261Z test_nvfuser_correctness_special_bessel_j1_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9769881Z test_nvfuser_correctness_special_bessel_j1_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9770479Z test_nvfuser_correctness_special_bessel_j1_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9771105Z test_nvfuser_correctness_special_bessel_j1_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9771746Z test_nvfuser_correctness_special_bessel_j1_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9772376Z test_nvfuser_correctness_special_bessel_j1_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9773003Z test_nvfuser_correctness_special_bessel_j1_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9773639Z test_nvfuser_correctness_special_bessel_y0_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T03:02:23.9774283Z test_nvfuser_correctness_special_bessel_y0_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9774910Z test_nvfuser_correctness_special_bessel_y0_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9775718Z test_nvfuser_correctness_special_bessel_y0_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9776376Z test_nvfuser_correctness_special_bessel_y0_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9776991Z test_nvfuser_correctness_special_bessel_y0_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.007s) 2022-11-23T03:02:23.9777788Z test_nvfuser_correctness_special_bessel_y0_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9778460Z test_nvfuser_correctness_special_bessel_y0_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9779124Z test_nvfuser_correctness_special_bessel_y1_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9779790Z test_nvfuser_correctness_special_bessel_y1_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9780450Z test_nvfuser_correctness_special_bessel_y1_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9781118Z test_nvfuser_correctness_special_bessel_y1_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9781851Z test_nvfuser_correctness_special_bessel_y1_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9782522Z test_nvfuser_correctness_special_bessel_y1_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9783187Z test_nvfuser_correctness_special_bessel_y1_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9783836Z test_nvfuser_correctness_special_bessel_y1_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9784413Z test_nvfuser_correctness_special_chebyshev_polynomial_t_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-11-23T03:02:23.9784956Z test_nvfuser_correctness_special_chebyshev_polynomial_t_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-11-23T03:02:23.9785517Z test_nvfuser_correctness_special_chebyshev_polynomial_t_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-11-23T03:02:23.9786092Z test_nvfuser_correctness_special_chebyshev_polynomial_t_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-11-23T03:02:23.9786661Z test_nvfuser_correctness_special_chebyshev_polynomial_t_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-11-23T03:02:23.9787218Z test_nvfuser_correctness_special_chebyshev_polynomial_t_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-11-23T03:02:23.9787787Z test_nvfuser_correctness_special_chebyshev_polynomial_t_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-11-23T03:02:23.9788329Z test_nvfuser_correctness_special_chebyshev_polynomial_t_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-11-23T03:02:23.9788898Z test_nvfuser_correctness_special_chebyshev_polynomial_u_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-11-23T03:02:23.9789639Z test_nvfuser_correctness_special_chebyshev_polynomial_u_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.003s) 2022-11-23T03:02:23.9790187Z test_nvfuser_correctness_special_chebyshev_polynomial_u_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-11-23T03:02:23.9790738Z test_nvfuser_correctness_special_chebyshev_polynomial_u_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-11-23T03:02:23.9791473Z test_nvfuser_correctness_special_chebyshev_polynomial_u_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-11-23T03:02:23.9792017Z test_nvfuser_correctness_special_chebyshev_polynomial_u_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-11-23T03:02:23.9792548Z test_nvfuser_correctness_special_chebyshev_polynomial_u_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-11-23T03:02:23.9793111Z test_nvfuser_correctness_special_chebyshev_polynomial_u_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-11-23T03:02:23.9793610Z test_nvfuser_correctness_special_chebyshev_polynomial_v_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-11-23T03:02:23.9794237Z test_nvfuser_correctness_special_chebyshev_polynomial_v_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-11-23T03:02:23.9794818Z test_nvfuser_correctness_special_chebyshev_polynomial_v_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-11-23T03:02:23.9795408Z test_nvfuser_correctness_special_chebyshev_polynomial_v_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-11-23T03:02:23.9795927Z test_nvfuser_correctness_special_chebyshev_polynomial_v_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-11-23T03:02:23.9796432Z test_nvfuser_correctness_special_chebyshev_polynomial_v_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-11-23T03:02:23.9796980Z test_nvfuser_correctness_special_chebyshev_polynomial_v_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-11-23T03:02:23.9797473Z test_nvfuser_correctness_special_chebyshev_polynomial_v_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.000s) 2022-11-23T03:02:23.9797973Z test_nvfuser_correctness_special_chebyshev_polynomial_w_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.003s) 2022-11-23T03:02:23.9798503Z test_nvfuser_correctness_special_chebyshev_polynomial_w_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.000s) 2022-11-23T03:02:23.9799027Z test_nvfuser_correctness_special_chebyshev_polynomial_w_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.000s) 2022-11-23T03:02:23.9799588Z test_nvfuser_correctness_special_chebyshev_polynomial_w_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.000s) 2022-11-23T03:02:23.9800087Z test_nvfuser_correctness_special_chebyshev_polynomial_w_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.006s) 2022-11-23T03:02:23.9800373Z test_nvfuser_correctness_special_chebyshev_polynomial_w_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.000s) 2022-11-23T03:02:23.9800649Z test_nvfuser_correctness_special_chebyshev_polynomial_w_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.000s) 2022-11-23T03:02:23.9800926Z test_nvfuser_correctness_special_chebyshev_polynomial_w_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.000s) 2022-11-23T03:02:23.9801257Z test_nvfuser_correctness_special_entr_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9801580Z test_nvfuser_correctness_special_entr_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9802078Z test_nvfuser_correctness_special_entr_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.012s) 2022-11-23T03:02:23.9802402Z test_nvfuser_correctness_special_entr_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9802727Z test_nvfuser_correctness_special_entr_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9803593Z test_nvfuser_correctness_special_entr_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9803973Z test_nvfuser_correctness_special_entr_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9804284Z test_nvfuser_correctness_special_entr_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9804599Z test_nvfuser_correctness_special_entr_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9804902Z test_nvfuser_correctness_special_entr_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9805209Z test_nvfuser_correctness_special_erfcx_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9805528Z test_nvfuser_correctness_special_erfcx_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9805855Z test_nvfuser_correctness_special_erfcx_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9806177Z test_nvfuser_correctness_special_erfcx_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9806499Z test_nvfuser_correctness_special_erfcx_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9806822Z test_nvfuser_correctness_special_erfcx_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9807315Z test_nvfuser_correctness_special_erfcx_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9807622Z test_nvfuser_correctness_special_erfcx_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9807909Z test_nvfuser_correctness_special_hermite_polynomial_h_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-11-23T03:02:23.9808305Z test_nvfuser_correctness_special_hermite_polynomial_h_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-11-23T03:02:23.9808800Z test_nvfuser_correctness_special_hermite_polynomial_h_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-11-23T03:02:23.9809217Z test_nvfuser_correctness_special_hermite_polynomial_h_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-11-23T03:02:23.9809505Z test_nvfuser_correctness_special_hermite_polynomial_h_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-11-23T03:02:23.9809787Z test_nvfuser_correctness_special_hermite_polynomial_h_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.000s) 2022-11-23T03:02:23.9810195Z test_nvfuser_correctness_special_hermite_polynomial_h_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.003s) 2022-11-23T03:02:23.9810469Z test_nvfuser_correctness_special_hermite_polynomial_h_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.000s) 2022-11-23T03:02:23.9810744Z test_nvfuser_correctness_special_hermite_polynomial_he_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.000s) 2022-11-23T03:02:23.9811409Z test_nvfuser_correctness_special_hermite_polynomial_he_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.006s) 2022-11-23T03:02:23.9811743Z test_nvfuser_correctness_special_hermite_polynomial_he_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-11-23T03:02:23.9812022Z test_nvfuser_correctness_special_hermite_polynomial_he_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-11-23T03:02:23.9812299Z test_nvfuser_correctness_special_hermite_polynomial_he_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-11-23T03:02:23.9812566Z test_nvfuser_correctness_special_hermite_polynomial_he_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-11-23T03:02:23.9812838Z test_nvfuser_correctness_special_hermite_polynomial_he_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-11-23T03:02:23.9813120Z test_nvfuser_correctness_special_hermite_polynomial_he_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-11-23T03:02:23.9813448Z test_nvfuser_correctness_special_i0e_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9813767Z test_nvfuser_correctness_special_i0e_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9814274Z test_nvfuser_correctness_special_i0e_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9814602Z test_nvfuser_correctness_special_i0e_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9814923Z test_nvfuser_correctness_special_i0e_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9815428Z test_nvfuser_correctness_special_i0e_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9815840Z test_nvfuser_correctness_special_i0e_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9816149Z test_nvfuser_correctness_special_i0e_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9816458Z test_nvfuser_correctness_special_i0e_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9816760Z test_nvfuser_correctness_special_i0e_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9817076Z test_nvfuser_correctness_special_i1_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9817391Z test_nvfuser_correctness_special_i1_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9817821Z test_nvfuser_correctness_special_i1_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9818128Z test_nvfuser_correctness_special_i1_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9818428Z test_nvfuser_correctness_special_i1_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9819246Z test_nvfuser_correctness_special_i1_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9819609Z test_nvfuser_correctness_special_i1_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9819909Z test_nvfuser_correctness_special_i1_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9820213Z test_nvfuser_correctness_special_i1e_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9820527Z test_nvfuser_correctness_special_i1e_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9820860Z test_nvfuser_correctness_special_i1e_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9821320Z test_nvfuser_correctness_special_i1e_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9821628Z test_nvfuser_correctness_special_i1e_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9821931Z test_nvfuser_correctness_special_i1e_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9822540Z test_nvfuser_correctness_special_i1e_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9822855Z test_nvfuser_correctness_special_i1e_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9823143Z test_nvfuser_correctness_special_laguerre_polynomial_l_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-11-23T03:02:23.9823433Z test_nvfuser_correctness_special_laguerre_polynomial_l_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-11-23T03:02:23.9823708Z test_nvfuser_correctness_special_laguerre_polynomial_l_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-11-23T03:02:23.9823973Z test_nvfuser_correctness_special_laguerre_polynomial_l_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-11-23T03:02:23.9824243Z test_nvfuser_correctness_special_laguerre_polynomial_l_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-11-23T03:02:23.9824511Z test_nvfuser_correctness_special_laguerre_polynomial_l_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-11-23T03:02:23.9824789Z test_nvfuser_correctness_special_laguerre_polynomial_l_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-11-23T03:02:23.9825070Z test_nvfuser_correctness_special_laguerre_polynomial_l_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-11-23T03:02:23.9825351Z test_nvfuser_correctness_special_legendre_polynomial_p_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-11-23T03:02:23.9826084Z test_nvfuser_correctness_special_legendre_polynomial_p_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-11-23T03:02:23.9826362Z test_nvfuser_correctness_special_legendre_polynomial_p_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-11-23T03:02:23.9826640Z test_nvfuser_correctness_special_legendre_polynomial_p_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-11-23T03:02:23.9826998Z test_nvfuser_correctness_special_legendre_polynomial_p_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-11-23T03:02:23.9827281Z test_nvfuser_correctness_special_legendre_polynomial_p_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.000s) 2022-11-23T03:02:23.9827558Z test_nvfuser_correctness_special_legendre_polynomial_p_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.003s) 2022-11-23T03:02:23.9828012Z test_nvfuser_correctness_special_legendre_polynomial_p_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.000s) 2022-11-23T03:02:23.9828348Z test_nvfuser_correctness_special_log_ndtr_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9828676Z test_nvfuser_correctness_special_log_ndtr_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:23.9829289Z test_nvfuser_correctness_special_log_ndtr_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9829626Z test_nvfuser_correctness_special_log_ndtr_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9829947Z test_nvfuser_correctness_special_log_ndtr_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9830276Z test_nvfuser_correctness_special_log_ndtr_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9830598Z test_nvfuser_correctness_special_log_ndtr_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9830919Z test_nvfuser_correctness_special_log_ndtr_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9831260Z test_nvfuser_correctness_special_modified_bessel_i0_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9831596Z test_nvfuser_correctness_special_modified_bessel_i0_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9831927Z test_nvfuser_correctness_special_modified_bessel_i0_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9832260Z test_nvfuser_correctness_special_modified_bessel_i0_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9832584Z test_nvfuser_correctness_special_modified_bessel_i0_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9832901Z test_nvfuser_correctness_special_modified_bessel_i0_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9833223Z test_nvfuser_correctness_special_modified_bessel_i0_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9833647Z test_nvfuser_correctness_special_modified_bessel_i0_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9833969Z test_nvfuser_correctness_special_modified_bessel_i1_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9834362Z test_nvfuser_correctness_special_modified_bessel_i1_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9834844Z test_nvfuser_correctness_special_modified_bessel_i1_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9835178Z test_nvfuser_correctness_special_modified_bessel_i1_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9835494Z test_nvfuser_correctness_special_modified_bessel_i1_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9836099Z test_nvfuser_correctness_special_modified_bessel_i1_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:23.9836445Z test_nvfuser_correctness_special_modified_bessel_i1_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9836764Z test_nvfuser_correctness_special_modified_bessel_i1_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9837089Z test_nvfuser_correctness_special_modified_bessel_k0_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9837415Z test_nvfuser_correctness_special_modified_bessel_k0_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:02:23.9837740Z test_nvfuser_correctness_special_modified_bessel_k0_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9838059Z test_nvfuser_correctness_special_modified_bessel_k0_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9838376Z test_nvfuser_correctness_special_modified_bessel_k0_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9838696Z test_nvfuser_correctness_special_modified_bessel_k0_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9839016Z test_nvfuser_correctness_special_modified_bessel_k0_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9839332Z test_nvfuser_correctness_special_modified_bessel_k0_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:23.9839654Z test_nvfuser_correctness_special_modified_bessel_k1_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9840096Z test_nvfuser_correctness_special_modified_bessel_k1_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9840525Z test_nvfuser_correctness_special_modified_bessel_k1_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9840847Z test_nvfuser_correctness_special_modified_bessel_k1_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9841163Z test_nvfuser_correctness_special_modified_bessel_k1_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9841542Z test_nvfuser_correctness_special_modified_bessel_k1_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:23.9842017Z test_nvfuser_correctness_special_modified_bessel_k1_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9842344Z test_nvfuser_correctness_special_modified_bessel_k1_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9842783Z test_nvfuser_correctness_special_ndtr_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9843248Z test_nvfuser_correctness_special_ndtr_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9843582Z test_nvfuser_correctness_special_ndtr_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-11-23T03:02:23.9843909Z test_nvfuser_correctness_special_ndtr_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9844234Z test_nvfuser_correctness_special_ndtr_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9844549Z test_nvfuser_correctness_special_ndtr_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9844851Z test_nvfuser_correctness_special_ndtr_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9845154Z test_nvfuser_correctness_special_ndtr_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9845466Z test_nvfuser_correctness_special_ndtr_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:23.9845772Z test_nvfuser_correctness_special_ndtr_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:23.9846074Z test_nvfuser_correctness_special_ndtri_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:23.9846388Z test_nvfuser_correctness_special_ndtri_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9846713Z test_nvfuser_correctness_special_ndtri_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9847034Z test_nvfuser_correctness_special_ndtri_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9847449Z test_nvfuser_correctness_special_ndtri_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9847769Z test_nvfuser_correctness_special_ndtri_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9848087Z test_nvfuser_correctness_special_ndtri_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9848522Z test_nvfuser_correctness_special_ndtri_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9849035Z test_nvfuser_correctness_special_polygamma_special_polygamma_n_0_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:23.9849407Z test_nvfuser_correctness_special_polygamma_special_polygamma_n_0_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9849955Z test_nvfuser_correctness_special_polygamma_special_polygamma_n_0_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9850413Z test_nvfuser_correctness_special_polygamma_special_polygamma_n_0_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9850775Z test_nvfuser_correctness_special_polygamma_special_polygamma_n_0_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9851131Z test_nvfuser_correctness_special_polygamma_special_polygamma_n_0_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.013s) 2022-11-23T03:02:23.9851488Z test_nvfuser_correctness_special_polygamma_special_polygamma_n_0_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9851843Z test_nvfuser_correctness_special_polygamma_special_polygamma_n_0_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9852195Z test_nvfuser_correctness_special_polygamma_special_polygamma_n_0_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9852545Z test_nvfuser_correctness_special_scaled_modified_bessel_k0_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9852895Z test_nvfuser_correctness_special_scaled_modified_bessel_k0_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9853247Z test_nvfuser_correctness_special_scaled_modified_bessel_k0_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:23.9853590Z test_nvfuser_correctness_special_scaled_modified_bessel_k0_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.007s) 2022-11-23T03:02:23.9853936Z test_nvfuser_correctness_special_scaled_modified_bessel_k0_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T03:02:23.9854269Z test_nvfuser_correctness_special_scaled_modified_bessel_k0_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9854709Z test_nvfuser_correctness_special_scaled_modified_bessel_k0_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:23.9855056Z test_nvfuser_correctness_special_scaled_modified_bessel_k0_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9855536Z test_nvfuser_correctness_special_scaled_modified_bessel_k1_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9855972Z test_nvfuser_correctness_special_scaled_modified_bessel_k1_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9856335Z test_nvfuser_correctness_special_scaled_modified_bessel_k1_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9856906Z test_nvfuser_correctness_special_scaled_modified_bessel_k1_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:02:23.9857253Z test_nvfuser_correctness_special_scaled_modified_bessel_k1_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9857589Z test_nvfuser_correctness_special_scaled_modified_bessel_k1_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9857935Z test_nvfuser_correctness_special_scaled_modified_bessel_k1_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9858282Z test_nvfuser_correctness_special_scaled_modified_bessel_k1_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9858582Z test_nvfuser_correctness_special_shifted_chebyshev_polynomial_t_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.010s) 2022-11-23T03:02:23.9858883Z test_nvfuser_correctness_special_shifted_chebyshev_polynomial_t_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.000s) 2022-11-23T03:02:23.9859179Z test_nvfuser_correctness_special_shifted_chebyshev_polynomial_t_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.000s) 2022-11-23T03:02:23.9859475Z test_nvfuser_correctness_special_shifted_chebyshev_polynomial_t_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.000s) 2022-11-23T03:02:23.9859853Z test_nvfuser_correctness_special_shifted_chebyshev_polynomial_t_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.000s) 2022-11-23T03:02:23.9860178Z test_nvfuser_correctness_special_shifted_chebyshev_polynomial_t_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.010s) 2022-11-23T03:02:23.9860470Z test_nvfuser_correctness_special_shifted_chebyshev_polynomial_t_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.000s) 2022-11-23T03:02:23.9860751Z test_nvfuser_correctness_special_shifted_chebyshev_polynomial_t_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.000s) 2022-11-23T03:02:23.9861037Z test_nvfuser_correctness_special_shifted_chebyshev_polynomial_u_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.000s) 2022-11-23T03:02:23.9861328Z test_nvfuser_correctness_special_shifted_chebyshev_polynomial_u_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.000s) 2022-11-23T03:02:23.9861617Z test_nvfuser_correctness_special_shifted_chebyshev_polynomial_u_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.000s) 2022-11-23T03:02:23.9861914Z test_nvfuser_correctness_special_shifted_chebyshev_polynomial_u_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.000s) 2022-11-23T03:02:23.9862425Z test_nvfuser_correctness_special_shifted_chebyshev_polynomial_u_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.011s) 2022-11-23T03:02:23.9862720Z test_nvfuser_correctness_special_shifted_chebyshev_polynomial_u_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-11-23T03:02:23.9863003Z test_nvfuser_correctness_special_shifted_chebyshev_polynomial_u_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-11-23T03:02:23.9863576Z test_nvfuser_correctness_special_shifted_chebyshev_polynomial_u_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-11-23T03:02:23.9863891Z test_nvfuser_correctness_special_shifted_chebyshev_polynomial_v_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-11-23T03:02:23.9864182Z test_nvfuser_correctness_special_shifted_chebyshev_polynomial_v_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-11-23T03:02:23.9864474Z test_nvfuser_correctness_special_shifted_chebyshev_polynomial_v_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-11-23T03:02:23.9864755Z test_nvfuser_correctness_special_shifted_chebyshev_polynomial_v_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-11-23T03:02:23.9865038Z test_nvfuser_correctness_special_shifted_chebyshev_polynomial_v_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-11-23T03:02:23.9865319Z test_nvfuser_correctness_special_shifted_chebyshev_polynomial_v_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-11-23T03:02:23.9865599Z test_nvfuser_correctness_special_shifted_chebyshev_polynomial_v_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-11-23T03:02:23.9865880Z test_nvfuser_correctness_special_shifted_chebyshev_polynomial_v_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-11-23T03:02:23.9866158Z test_nvfuser_correctness_special_shifted_chebyshev_polynomial_w_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-11-23T03:02:23.9866445Z test_nvfuser_correctness_special_shifted_chebyshev_polynomial_w_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-11-23T03:02:23.9866733Z test_nvfuser_correctness_special_shifted_chebyshev_polynomial_w_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-11-23T03:02:23.9867016Z test_nvfuser_correctness_special_shifted_chebyshev_polynomial_w_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-11-23T03:02:23.9867301Z test_nvfuser_correctness_special_shifted_chebyshev_polynomial_w_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-11-23T03:02:23.9867580Z test_nvfuser_correctness_special_shifted_chebyshev_polynomial_w_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-11-23T03:02:23.9867862Z test_nvfuser_correctness_special_shifted_chebyshev_polynomial_w_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-11-23T03:02:23.9868140Z test_nvfuser_correctness_special_shifted_chebyshev_polynomial_w_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-11-23T03:02:23.9868481Z test_nvfuser_correctness_special_spherical_bessel_j0_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9868963Z test_nvfuser_correctness_special_spherical_bessel_j0_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9869360Z test_nvfuser_correctness_special_spherical_bessel_j0_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9869797Z test_nvfuser_correctness_special_spherical_bessel_j0_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9870346Z test_nvfuser_correctness_special_spherical_bessel_j0_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9870676Z test_nvfuser_correctness_special_spherical_bessel_j0_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T03:02:23.9871084Z test_nvfuser_correctness_special_spherical_bessel_j0_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9871424Z test_nvfuser_correctness_special_spherical_bessel_j0_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9871735Z test_nvfuser_correctness_special_xlog1py_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9872057Z test_nvfuser_correctness_special_xlog1py_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9872382Z test_nvfuser_correctness_special_xlog1py_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:23.9872710Z test_nvfuser_correctness_special_xlog1py_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9873026Z test_nvfuser_correctness_special_xlog1py_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9873351Z test_nvfuser_correctness_special_xlog1py_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9873671Z test_nvfuser_correctness_special_xlog1py_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9873989Z test_nvfuser_correctness_special_xlog1py_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9874313Z test_nvfuser_correctness_special_xlog1py_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9874632Z test_nvfuser_correctness_special_xlog1py_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9874952Z test_nvfuser_correctness_special_zeta_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9875269Z test_nvfuser_correctness_special_zeta_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9875714Z test_nvfuser_correctness_special_zeta_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9876067Z test_nvfuser_correctness_special_zeta_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9876374Z test_nvfuser_correctness_special_zeta_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9876909Z test_nvfuser_correctness_special_zeta_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:23.9877328Z test_nvfuser_correctness_special_zeta_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9877636Z test_nvfuser_correctness_special_zeta_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9878025Z test_nvfuser_correctness_split_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9878349Z test_nvfuser_correctness_split_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9878668Z test_nvfuser_correctness_split_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9878984Z test_nvfuser_correctness_split_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9879288Z test_nvfuser_correctness_split_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9879599Z test_nvfuser_correctness_split_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9879908Z test_nvfuser_correctness_split_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9880223Z test_nvfuser_correctness_split_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:23.9880538Z test_nvfuser_correctness_split_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9880843Z test_nvfuser_correctness_split_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9881150Z test_nvfuser_correctness_split_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9881459Z test_nvfuser_correctness_split_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9881759Z test_nvfuser_correctness_split_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-11-23T03:02:23.9882087Z test_nvfuser_correctness_split_list_args_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9882520Z test_nvfuser_correctness_split_list_args_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9882859Z test_nvfuser_correctness_split_list_args_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9883193Z test_nvfuser_correctness_split_list_args_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9883619Z test_nvfuser_correctness_split_list_args_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9883947Z test_nvfuser_correctness_split_list_args_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9884462Z test_nvfuser_correctness_split_list_args_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9884789Z test_nvfuser_correctness_split_list_args_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9885179Z test_nvfuser_correctness_split_list_args_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9885512Z test_nvfuser_correctness_split_list_args_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9885833Z test_nvfuser_correctness_split_list_args_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9886150Z test_nvfuser_correctness_split_list_args_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9886475Z test_nvfuser_correctness_split_with_sizes_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9886800Z test_nvfuser_correctness_split_with_sizes_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9887129Z test_nvfuser_correctness_split_with_sizes_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9887457Z test_nvfuser_correctness_split_with_sizes_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9887787Z test_nvfuser_correctness_split_with_sizes_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T03:02:23.9888110Z test_nvfuser_correctness_split_with_sizes_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9888436Z test_nvfuser_correctness_split_with_sizes_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9888753Z test_nvfuser_correctness_split_with_sizes_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9889072Z test_nvfuser_correctness_split_with_sizes_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9889395Z test_nvfuser_correctness_split_with_sizes_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:23.9889885Z test_nvfuser_correctness_split_with_sizes_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9890222Z test_nvfuser_correctness_split_with_sizes_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9890538Z test_nvfuser_correctness_split_with_sizes_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9890967Z test_nvfuser_correctness_sqrt_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9891458Z test_nvfuser_correctness_sqrt_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.012s) 2022-11-23T03:02:23.9891775Z test_nvfuser_correctness_sqrt_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9892087Z test_nvfuser_correctness_sqrt_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:23.9892466Z test_nvfuser_correctness_sqrt_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9892790Z test_nvfuser_correctness_sqrt_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9893105Z test_nvfuser_correctness_sqrt_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9893413Z test_nvfuser_correctness_sqrt_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9893719Z test_nvfuser_correctness_sqrt_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9894026Z test_nvfuser_correctness_sqrt_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9894324Z test_nvfuser_correctness_sqrt_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9894628Z test_nvfuser_correctness_sqrt_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9894927Z test_nvfuser_correctness_sqrt_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9895244Z test_nvfuser_correctness_square_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9895535Z test_nvfuser_correctness_square_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9895857Z test_nvfuser_correctness_square_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9896174Z test_nvfuser_correctness_square_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9896647Z test_nvfuser_correctness_square_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9896968Z test_nvfuser_correctness_square_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9897283Z test_nvfuser_correctness_square_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9897696Z test_nvfuser_correctness_square_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9898147Z test_nvfuser_correctness_square_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9898548Z test_nvfuser_correctness_square_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9898859Z test_nvfuser_correctness_square_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:23.9899165Z test_nvfuser_correctness_square_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9899543Z test_nvfuser_correctness_squeeze_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9899989Z test_nvfuser_correctness_squeeze_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9900556Z test_nvfuser_correctness_squeeze_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9901134Z test_nvfuser_correctness_squeeze_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.012s) 2022-11-23T03:02:23.9901693Z test_nvfuser_correctness_squeeze_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9902257Z test_nvfuser_correctness_squeeze_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9902812Z test_nvfuser_correctness_squeeze_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9903220Z test_nvfuser_correctness_squeeze_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9903679Z test_nvfuser_correctness_squeeze_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9903993Z test_nvfuser_correctness_squeeze_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9904401Z test_nvfuser_correctness_squeeze_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9904818Z test_nvfuser_correctness_squeeze_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9905130Z test_nvfuser_correctness_squeeze_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9905444Z test_nvfuser_correctness_stack_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9905752Z test_nvfuser_correctness_stack_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9906065Z test_nvfuser_correctness_stack_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9906379Z test_nvfuser_correctness_stack_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9906681Z test_nvfuser_correctness_stack_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9906987Z test_nvfuser_correctness_stack_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9907401Z test_nvfuser_correctness_stack_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T03:02:23.9907714Z test_nvfuser_correctness_stack_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9908020Z test_nvfuser_correctness_stack_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9908393Z test_nvfuser_correctness_stack_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9908713Z test_nvfuser_correctness_stack_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:23.9909024Z test_nvfuser_correctness_stack_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9909327Z test_nvfuser_correctness_stack_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9909634Z test_nvfuser_correctness_std_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9909950Z test_nvfuser_correctness_std_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9910390Z test_nvfuser_correctness_std_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-11-23T03:02:23.9910694Z test_nvfuser_correctness_std_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9911000Z test_nvfuser_correctness_std_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9911424Z test_nvfuser_correctness_std_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9911838Z test_nvfuser_correctness_std_mean_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9912158Z test_nvfuser_correctness_std_mean_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9912477Z test_nvfuser_correctness_std_mean_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9912794Z test_nvfuser_correctness_std_mean_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9913096Z test_nvfuser_correctness_std_mean_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9913516Z test_nvfuser_correctness_std_mean_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9913844Z test_nvfuser_correctness_stft_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9914157Z test_nvfuser_correctness_stft_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9914564Z test_nvfuser_correctness_stft_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9914872Z test_nvfuser_correctness_stft_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9915181Z test_nvfuser_correctness_sub_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9915550Z test_nvfuser_correctness_sub_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9915877Z test_nvfuser_correctness_sub_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9916189Z test_nvfuser_correctness_sub_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9916494Z test_nvfuser_correctness_sub_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9916923Z test_nvfuser_correctness_sub_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9917277Z test_nvfuser_correctness_sub_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9917566Z test_nvfuser_correctness_sub_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9917976Z test_nvfuser_correctness_sub_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:23.9918382Z test_nvfuser_correctness_sub_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9918693Z test_nvfuser_correctness_sub_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9918987Z test_nvfuser_correctness_sub_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9919298Z test_nvfuser_correctness_sum_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9919603Z test_nvfuser_correctness_sum_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-11-23T03:02:23.9919918Z test_nvfuser_correctness_sum_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9920229Z test_nvfuser_correctness_sum_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9920539Z test_nvfuser_correctness_sum_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9920851Z test_nvfuser_correctness_sum_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9921153Z test_nvfuser_correctness_sum_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9921460Z test_nvfuser_correctness_sum_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9921853Z test_nvfuser_correctness_sum_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9922154Z test_nvfuser_correctness_sum_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9922448Z test_nvfuser_correctness_sum_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9922812Z test_nvfuser_correctness_sum_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9923115Z test_nvfuser_correctness_sum_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9923436Z test_nvfuser_correctness_sum_to_size_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9923875Z test_nvfuser_correctness_sum_to_size_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9924448Z test_nvfuser_correctness_sum_to_size_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9925167Z test_nvfuser_correctness_sum_to_size_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9925733Z test_nvfuser_correctness_sum_to_size_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9926291Z test_nvfuser_correctness_sum_to_size_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9926849Z test_nvfuser_correctness_sum_to_size_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9927305Z test_nvfuser_correctness_sum_to_size_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9927618Z test_nvfuser_correctness_sum_to_size_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9927917Z test_nvfuser_correctness_sum_to_size_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T03:02:23.9928224Z test_nvfuser_correctness_sum_to_size_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9928529Z test_nvfuser_correctness_sum_to_size_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9928840Z test_nvfuser_correctness_svd_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:23.9929157Z test_nvfuser_correctness_svd_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9929464Z test_nvfuser_correctness_svd_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9929770Z test_nvfuser_correctness_svd_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9930197Z test_nvfuser_correctness_svd_lowrank_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9930689Z test_nvfuser_correctness_svd_lowrank_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9931014Z test_nvfuser_correctness_symeig_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9931503Z test_nvfuser_correctness_symeig_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9931954Z test_nvfuser_correctness_symeig_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9932278Z test_nvfuser_correctness_symeig_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9932591Z test_nvfuser_correctness_t_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9932893Z test_nvfuser_correctness_t_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9933211Z test_nvfuser_correctness_t_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9933517Z test_nvfuser_correctness_t_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9933823Z test_nvfuser_correctness_t_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9934129Z test_nvfuser_correctness_t_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9934426Z test_nvfuser_correctness_t_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9934723Z test_nvfuser_correctness_t_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9935024Z test_nvfuser_correctness_t_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9935314Z test_nvfuser_correctness_t_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9935616Z test_nvfuser_correctness_t_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9935915Z test_nvfuser_correctness_t_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9936240Z test_nvfuser_correctness_take_along_dim_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9936559Z test_nvfuser_correctness_take_along_dim_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9936889Z test_nvfuser_correctness_take_along_dim_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9937337Z test_nvfuser_correctness_take_along_dim_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9937755Z test_nvfuser_correctness_take_along_dim_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9938077Z test_nvfuser_correctness_take_along_dim_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9938671Z test_nvfuser_correctness_take_along_dim_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9939015Z test_nvfuser_correctness_take_along_dim_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9939314Z test_nvfuser_correctness_take_along_dim_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9939637Z test_nvfuser_correctness_take_along_dim_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9939951Z test_nvfuser_correctness_take_along_dim_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9940268Z test_nvfuser_correctness_take_along_dim_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:23.9940582Z test_nvfuser_correctness_take_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9940884Z test_nvfuser_correctness_take_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9941203Z test_nvfuser_correctness_take_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9941514Z test_nvfuser_correctness_take_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9941823Z test_nvfuser_correctness_take_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9942134Z test_nvfuser_correctness_take_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9942441Z test_nvfuser_correctness_take_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9942749Z test_nvfuser_correctness_take_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9943053Z test_nvfuser_correctness_take_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9943350Z test_nvfuser_correctness_take_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9943657Z test_nvfuser_correctness_take_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9944116Z test_nvfuser_correctness_take_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9944432Z test_nvfuser_correctness_tan_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9945450Z test_nvfuser_correctness_tan_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9945774Z test_nvfuser_correctness_tan_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9946084Z test_nvfuser_correctness_tan_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9946491Z test_nvfuser_correctness_tan_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9946817Z test_nvfuser_correctness_tan_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9947133Z test_nvfuser_correctness_tan_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9947438Z test_nvfuser_correctness_tan_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9947740Z test_nvfuser_correctness_tan_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9948046Z test_nvfuser_correctness_tan_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9948384Z test_nvfuser_correctness_tan_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9948691Z test_nvfuser_correctness_tan_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9956342Z test_nvfuser_correctness_tan_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9956740Z test_nvfuser_correctness_tanh_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:23.9957064Z test_nvfuser_correctness_tanh_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9957560Z test_nvfuser_correctness_tanh_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9957888Z test_nvfuser_correctness_tanh_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9958207Z test_nvfuser_correctness_tanh_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9958785Z test_nvfuser_correctness_tanh_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.012s) 2022-11-23T03:02:23.9959139Z test_nvfuser_correctness_tanh_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9959451Z test_nvfuser_correctness_tanh_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9959756Z test_nvfuser_correctness_tanh_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9960206Z test_nvfuser_correctness_tanh_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9960512Z test_nvfuser_correctness_tanh_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9960816Z test_nvfuser_correctness_tanh_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9961189Z test_nvfuser_correctness_tanh_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9961531Z test_nvfuser_correctness_tensor_split_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9961846Z test_nvfuser_correctness_tensor_split_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9962175Z test_nvfuser_correctness_tensor_split_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9962496Z test_nvfuser_correctness_tensor_split_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9962818Z test_nvfuser_correctness_tensor_split_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9963136Z test_nvfuser_correctness_tensor_split_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9963440Z test_nvfuser_correctness_tensor_split_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9963756Z test_nvfuser_correctness_tensor_split_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9964056Z test_nvfuser_correctness_tensor_split_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9964522Z test_nvfuser_correctness_tensor_split_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9964842Z test_nvfuser_correctness_tensor_split_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9965251Z test_nvfuser_correctness_tensor_split_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9965758Z test_nvfuser_correctness_tensordot_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9966092Z test_nvfuser_correctness_tensordot_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:23.9966415Z test_nvfuser_correctness_tensordot_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9966737Z test_nvfuser_correctness_tensordot_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9967045Z test_nvfuser_correctness_tensordot_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9967450Z test_nvfuser_correctness_tensordot_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9967762Z test_nvfuser_correctness_tile_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9968068Z test_nvfuser_correctness_tile_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9968449Z test_nvfuser_correctness_tile_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9968774Z test_nvfuser_correctness_tile_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9969079Z test_nvfuser_correctness_tile_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9969390Z test_nvfuser_correctness_tile_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9969697Z test_nvfuser_correctness_tile_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9970077Z test_nvfuser_correctness_tile_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9970434Z test_nvfuser_correctness_tile_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9970729Z test_nvfuser_correctness_tile_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9971191Z test_nvfuser_correctness_tile_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9971491Z test_nvfuser_correctness_tile_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9971798Z test_nvfuser_correctness_to_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T03:02:23.9972404Z test_nvfuser_correctness_to_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9972729Z test_nvfuser_correctness_to_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9973037Z test_nvfuser_correctness_to_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9973342Z test_nvfuser_correctness_to_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9973646Z test_nvfuser_correctness_to_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:23.9973946Z test_nvfuser_correctness_to_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9974243Z test_nvfuser_correctness_to_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9974542Z test_nvfuser_correctness_to_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9974939Z test_nvfuser_correctness_to_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:02:23.9975234Z test_nvfuser_correctness_to_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9975519Z test_nvfuser_correctness_to_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9975901Z test_nvfuser_correctness_to_sparse_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9976225Z test_nvfuser_correctness_to_sparse_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9976546Z test_nvfuser_correctness_to_sparse_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.012s) 2022-11-23T03:02:23.9976864Z test_nvfuser_correctness_to_sparse_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9977184Z test_nvfuser_correctness_to_sparse_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9977492Z test_nvfuser_correctness_to_sparse_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9977924Z test_nvfuser_correctness_to_sparse_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9978241Z test_nvfuser_correctness_to_sparse_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:23.9978544Z test_nvfuser_correctness_to_sparse_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9979138Z test_nvfuser_correctness_to_sparse_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9979461Z test_nvfuser_correctness_to_sparse_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9979771Z test_nvfuser_correctness_to_sparse_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9980081Z test_nvfuser_correctness_topk_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9980393Z test_nvfuser_correctness_topk_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9980699Z test_nvfuser_correctness_topk_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:23.9981006Z test_nvfuser_correctness_topk_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9981309Z test_nvfuser_correctness_topk_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T03:02:23.9981612Z test_nvfuser_correctness_topk_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:23.9982008Z test_nvfuser_correctness_topk_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9982312Z test_nvfuser_correctness_topk_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:23.9982604Z test_nvfuser_correctness_topk_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9982983Z test_nvfuser_correctness_trace_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9983306Z test_nvfuser_correctness_trace_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:02:23.9983624Z test_nvfuser_correctness_trace_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9983925Z test_nvfuser_correctness_trace_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9984223Z test_nvfuser_correctness_trace_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9984661Z test_nvfuser_correctness_trace_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9984983Z test_nvfuser_correctness_trace_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9985291Z test_nvfuser_correctness_trace_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9985803Z test_nvfuser_correctness_trace_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9986119Z test_nvfuser_correctness_trace_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9986426Z test_nvfuser_correctness_trace_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-11-23T03:02:23.9986737Z test_nvfuser_correctness_trace_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9987035Z test_nvfuser_correctness_trace_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9987353Z test_nvfuser_correctness_transpose_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9987668Z test_nvfuser_correctness_transpose_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9987990Z test_nvfuser_correctness_transpose_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9988314Z test_nvfuser_correctness_transpose_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9988636Z test_nvfuser_correctness_transpose_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9988951Z test_nvfuser_correctness_transpose_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9989356Z test_nvfuser_correctness_transpose_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9989657Z test_nvfuser_correctness_transpose_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9990392Z test_nvfuser_correctness_transpose_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9990757Z test_nvfuser_correctness_transpose_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9991057Z test_nvfuser_correctness_transpose_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9991509Z test_nvfuser_correctness_transpose_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9991826Z test_nvfuser_correctness_transpose_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9992235Z test_nvfuser_correctness_trapezoid_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9992681Z test_nvfuser_correctness_trapezoid_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9993006Z test_nvfuser_correctness_trapezoid_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9993326Z test_nvfuser_correctness_trapezoid_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:23.9993633Z test_nvfuser_correctness_trapezoid_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9993933Z test_nvfuser_correctness_trapezoid_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9994246Z test_nvfuser_correctness_trapezoid_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9994545Z test_nvfuser_correctness_trapezoid_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:02:23.9994840Z test_nvfuser_correctness_trapezoid_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9995150Z test_nvfuser_correctness_trapezoid_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9995461Z test_nvfuser_correctness_trapezoid_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9995771Z test_nvfuser_correctness_trapz_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:02:23.9996087Z test_nvfuser_correctness_trapz_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9996398Z test_nvfuser_correctness_trapz_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9996828Z test_nvfuser_correctness_trapz_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9997136Z test_nvfuser_correctness_trapz_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:23.9997445Z test_nvfuser_correctness_trapz_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-11-23T03:02:23.9997818Z test_nvfuser_correctness_trapz_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9998287Z test_nvfuser_correctness_trapz_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9998599Z test_nvfuser_correctness_trapz_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:23.9999004Z test_nvfuser_correctness_trapz_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9999313Z test_nvfuser_correctness_trapz_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:23.9999652Z test_nvfuser_correctness_triangular_solve_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:24.0000085Z test_nvfuser_correctness_triangular_solve_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:24.0000417Z test_nvfuser_correctness_triangular_solve_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:24.0000748Z test_nvfuser_correctness_triangular_solve_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:24.0001051Z test_nvfuser_correctness_tril_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:24.0001366Z test_nvfuser_correctness_tril_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:24.0001677Z test_nvfuser_correctness_tril_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:24.0001987Z test_nvfuser_correctness_tril_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:24.0002297Z test_nvfuser_correctness_tril_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:24.0002606Z test_nvfuser_correctness_tril_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:24.0002916Z test_nvfuser_correctness_tril_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T03:02:24.0003220Z test_nvfuser_correctness_tril_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:24.0003524Z test_nvfuser_correctness_tril_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:24.0003914Z test_nvfuser_correctness_tril_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0004216Z test_nvfuser_correctness_tril_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0004506Z test_nvfuser_correctness_tril_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.0004882Z test_nvfuser_correctness_tril_indices_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0005327Z test_nvfuser_correctness_tril_indices_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0005616Z test_nvfuser_correctness_triu_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0005932Z test_nvfuser_correctness_triu_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:02:24.0006336Z test_nvfuser_correctness_triu_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0006763Z test_nvfuser_correctness_triu_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0007077Z test_nvfuser_correctness_triu_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.007s) 2022-11-23T03:02:24.0007381Z test_nvfuser_correctness_triu_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0007691Z test_nvfuser_correctness_triu_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0007993Z test_nvfuser_correctness_triu_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:24.0008298Z test_nvfuser_correctness_triu_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:24.0008596Z test_nvfuser_correctness_triu_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:24.0008900Z test_nvfuser_correctness_triu_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:24.0009195Z test_nvfuser_correctness_triu_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:24.0009513Z test_nvfuser_correctness_triu_indices_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:24.0009892Z test_nvfuser_correctness_triu_indices_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:24.0010473Z test_nvfuser_correctness_true_divide_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:24.0011049Z test_nvfuser_correctness_true_divide_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:24.0011627Z test_nvfuser_correctness_true_divide_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:24.0012468Z test_nvfuser_correctness_true_divide_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:24.0013139Z test_nvfuser_correctness_true_divide_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:24.0013682Z test_nvfuser_correctness_true_divide_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:24.0014025Z test_nvfuser_correctness_true_divide_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:24.0014342Z test_nvfuser_correctness_true_divide_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0014654Z test_nvfuser_correctness_true_divide_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:24.0014955Z test_nvfuser_correctness_true_divide_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:24.0015252Z test_nvfuser_correctness_true_divide_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:24.0015558Z test_nvfuser_correctness_true_divide_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0015854Z test_nvfuser_correctness_true_divide_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.0016164Z test_nvfuser_correctness_trunc_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0016472Z test_nvfuser_correctness_trunc_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0016781Z test_nvfuser_correctness_trunc_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0017092Z test_nvfuser_correctness_trunc_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0017396Z test_nvfuser_correctness_trunc_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-11-23T03:02:24.0017703Z test_nvfuser_correctness_trunc_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:24.0018006Z test_nvfuser_correctness_trunc_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:24.0018308Z test_nvfuser_correctness_trunc_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:24.0018614Z test_nvfuser_correctness_trunc_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:24.0019085Z test_nvfuser_correctness_unbind_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:24.0019392Z test_nvfuser_correctness_unbind_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:24.0019802Z test_nvfuser_correctness_unbind_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:24.0020378Z test_nvfuser_correctness_unbind_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:24.0020689Z test_nvfuser_correctness_unbind_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:24.0021075Z test_nvfuser_correctness_unbind_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0021399Z test_nvfuser_correctness_unbind_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:24.0021714Z test_nvfuser_correctness_unbind_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:24.0022019Z test_nvfuser_correctness_unbind_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:24.0022323Z test_nvfuser_correctness_unbind_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:24.0022630Z test_nvfuser_correctness_unbind_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0022935Z test_nvfuser_correctness_unbind_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:24.0023238Z test_nvfuser_correctness_unbind_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0023556Z test_nvfuser_correctness_unflatten_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.0023865Z test_nvfuser_correctness_unflatten_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0024188Z test_nvfuser_correctness_unflatten_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0024506Z test_nvfuser_correctness_unflatten_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0024827Z test_nvfuser_correctness_unflatten_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0025148Z test_nvfuser_correctness_unflatten_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:02:24.0025455Z test_nvfuser_correctness_unflatten_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0025893Z test_nvfuser_correctness_unflatten_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0026212Z test_nvfuser_correctness_unflatten_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0026510Z test_nvfuser_correctness_unflatten_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0027025Z test_nvfuser_correctness_unflatten_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-11-23T03:02:24.0027433Z test_nvfuser_correctness_unflatten_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:24.0027750Z test_nvfuser_correctness_unflatten_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:24.0028147Z test_nvfuser_correctness_unfold_copy_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:24.0028458Z test_nvfuser_correctness_unfold_copy_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:24.0028786Z test_nvfuser_correctness_unfold_copy_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:24.0029106Z test_nvfuser_correctness_unfold_copy_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:24.0029430Z test_nvfuser_correctness_unfold_copy_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:24.0029750Z test_nvfuser_correctness_unfold_copy_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:24.0030065Z test_nvfuser_correctness_unfold_copy_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:24.0030383Z test_nvfuser_correctness_unfold_copy_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:24.0030696Z test_nvfuser_correctness_unfold_copy_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:24.0030998Z test_nvfuser_correctness_unfold_copy_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:24.0031302Z test_nvfuser_correctness_unfold_copy_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:24.0031611Z test_nvfuser_correctness_unfold_copy_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:24.0031911Z test_nvfuser_correctness_unfold_copy_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:24.0032224Z test_nvfuser_correctness_unfold_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:24.0032610Z test_nvfuser_correctness_unfold_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:24.0032970Z test_nvfuser_correctness_unfold_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:24.0033284Z test_nvfuser_correctness_unfold_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:24.0033583Z test_nvfuser_correctness_unfold_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T03:02:24.0034087Z test_nvfuser_correctness_unfold_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:24.0034501Z test_nvfuser_correctness_unfold_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:24.0034817Z test_nvfuser_correctness_unfold_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0035327Z test_nvfuser_correctness_unfold_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0035659Z test_nvfuser_correctness_unfold_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.0035967Z test_nvfuser_correctness_unfold_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0036273Z test_nvfuser_correctness_unfold_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0036574Z test_nvfuser_correctness_unfold_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0036886Z test_nvfuser_correctness_uniform_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:02:24.0037202Z test_nvfuser_correctness_uniform_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0037515Z test_nvfuser_correctness_uniform_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0037823Z test_nvfuser_correctness_uniform_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0038125Z test_nvfuser_correctness_uniform_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0038420Z test_nvfuser_correctness_uniform_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:02:24.0038740Z test_nvfuser_correctness_unique_consecutive_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0039068Z test_nvfuser_correctness_unique_consecutive_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0039512Z test_nvfuser_correctness_unique_consecutive_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0039983Z test_nvfuser_correctness_unique_consecutive_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0040316Z test_nvfuser_correctness_unique_consecutive_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:02:24.0040638Z test_nvfuser_correctness_unique_consecutive_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0041055Z test_nvfuser_correctness_unique_consecutive_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0041569Z test_nvfuser_correctness_unique_consecutive_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0041880Z test_nvfuser_correctness_unique_consecutive_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:02:24.0042186Z test_nvfuser_correctness_unique_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:24.0042564Z test_nvfuser_correctness_unique_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:24.0042887Z test_nvfuser_correctness_unique_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:24.0043200Z test_nvfuser_correctness_unique_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:24.0043508Z test_nvfuser_correctness_unique_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:24.0043816Z test_nvfuser_correctness_unique_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:24.0044122Z test_nvfuser_correctness_unique_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:24.0044426Z test_nvfuser_correctness_unique_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:24.0044727Z test_nvfuser_correctness_unique_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:24.0045048Z test_nvfuser_correctness_unsqueeze_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:24.0045358Z test_nvfuser_correctness_unsqueeze_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:24.0045681Z test_nvfuser_correctness_unsqueeze_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:24.0046038Z test_nvfuser_correctness_unsqueeze_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:24.0046359Z test_nvfuser_correctness_unsqueeze_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:24.0046837Z test_nvfuser_correctness_unsqueeze_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:24.0047153Z test_nvfuser_correctness_unsqueeze_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:24.0047453Z test_nvfuser_correctness_unsqueeze_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:24.0047873Z test_nvfuser_correctness_unsqueeze_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0048308Z test_nvfuser_correctness_unsqueeze_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0048705Z test_nvfuser_correctness_unsqueeze_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.0049012Z test_nvfuser_correctness_unsqueeze_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0049325Z test_nvfuser_correctness_unsqueeze_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0049695Z test_nvfuser_correctness_var_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0050019Z test_nvfuser_correctness_var_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0050333Z test_nvfuser_correctness_var_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:02:24.0050636Z test_nvfuser_correctness_var_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0050925Z test_nvfuser_correctness_var_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0051232Z test_nvfuser_correctness_var_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0051544Z test_nvfuser_correctness_var_mean_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:02:24.0051861Z test_nvfuser_correctness_var_mean_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0052180Z test_nvfuser_correctness_var_mean_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0052490Z test_nvfuser_correctness_var_mean_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0052792Z test_nvfuser_correctness_var_mean_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0053086Z test_nvfuser_correctness_var_mean_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.012s) 2022-11-23T03:02:24.0053499Z test_nvfuser_correctness_vdot_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:24.0053844Z test_nvfuser_correctness_vdot_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:24.0054152Z test_nvfuser_correctness_vdot_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:24.0054461Z test_nvfuser_correctness_vdot_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:24.0054861Z test_nvfuser_correctness_vdot_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:24.0055268Z test_nvfuser_correctness_vdot_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:24.0055626Z test_nvfuser_correctness_view_as_complex_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-11-23T03:02:24.0055948Z test_nvfuser_correctness_view_as_complex_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:24.0056270Z test_nvfuser_correctness_view_as_complex_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:24.0056641Z test_nvfuser_correctness_view_as_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:24.0056957Z test_nvfuser_correctness_view_as_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:24.0057272Z test_nvfuser_correctness_view_as_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:24.0057589Z test_nvfuser_correctness_view_as_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:24.0057901Z test_nvfuser_correctness_view_as_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:24.0058207Z test_nvfuser_correctness_view_as_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:24.0058506Z test_nvfuser_correctness_view_as_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:24.0058800Z test_nvfuser_correctness_view_as_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0059105Z test_nvfuser_correctness_view_as_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:24.0059411Z test_nvfuser_correctness_view_as_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0059713Z test_nvfuser_correctness_view_as_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.0060020Z test_nvfuser_correctness_view_as_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:24.0060443Z test_nvfuser_correctness_view_as_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:24.0060794Z test_nvfuser_correctness_view_as_real_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:24.0061116Z test_nvfuser_correctness_view_as_real_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:24.0061533Z test_nvfuser_correctness_view_copy_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:24.0061949Z test_nvfuser_correctness_view_copy_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:24.0062267Z test_nvfuser_correctness_view_copy_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:24.0062569Z test_nvfuser_correctness_view_copy_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:24.0062958Z test_nvfuser_correctness_view_copy_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:24.0063264Z test_nvfuser_correctness_view_copy_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:24.0063624Z test_nvfuser_correctness_view_copy_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:24.0063930Z test_nvfuser_correctness_view_copy_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:24.0064234Z test_nvfuser_correctness_view_copy_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:24.0064546Z test_nvfuser_correctness_view_copy_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:24.0064852Z test_nvfuser_correctness_view_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:24.0065156Z test_nvfuser_correctness_view_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:24.0065460Z test_nvfuser_correctness_view_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:24.0065761Z test_nvfuser_correctness_view_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:24.0066074Z test_nvfuser_correctness_view_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:24.0066381Z test_nvfuser_correctness_view_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:24.0066689Z test_nvfuser_correctness_view_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:24.0066997Z test_nvfuser_correctness_view_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:24.0067434Z test_nvfuser_correctness_view_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0067741Z test_nvfuser_correctness_view_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0068038Z test_nvfuser_correctness_view_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.0068465Z test_nvfuser_correctness_view_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0068863Z test_nvfuser_correctness_view_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0069185Z test_nvfuser_correctness_vsplit_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0069491Z test_nvfuser_correctness_vsplit_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0070312Z test_nvfuser_correctness_vsplit_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:02:24.0070627Z test_nvfuser_correctness_vsplit_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0070928Z test_nvfuser_correctness_vsplit_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0071324Z test_nvfuser_correctness_vsplit_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0071632Z test_nvfuser_correctness_vsplit_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0071949Z test_nvfuser_correctness_vsplit_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.012s) 2022-11-23T03:02:24.0072252Z test_nvfuser_correctness_vsplit_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:24.0072555Z test_nvfuser_correctness_vsplit_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:24.0072865Z test_nvfuser_correctness_vsplit_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:24.0073171Z test_nvfuser_correctness_vsplit_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:24.0073472Z test_nvfuser_correctness_vsplit_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:24.0073784Z test_nvfuser_correctness_vstack_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:24.0074090Z test_nvfuser_correctness_vstack_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:24.0074553Z test_nvfuser_correctness_vstack_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:24.0074875Z test_nvfuser_correctness_vstack_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:24.0075178Z test_nvfuser_correctness_vstack_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:24.0075600Z test_nvfuser_correctness_vstack_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:24.0076013Z test_nvfuser_correctness_vstack_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:24.0076328Z test_nvfuser_correctness_vstack_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:24.0076634Z test_nvfuser_correctness_vstack_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:24.0076940Z test_nvfuser_correctness_vstack_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:24.0077344Z test_nvfuser_correctness_vstack_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:24.0077647Z test_nvfuser_correctness_vstack_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:24.0077950Z test_nvfuser_correctness_vstack_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:24.0078323Z test_nvfuser_correctness_where_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:24.0078646Z test_nvfuser_correctness_where_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0078962Z test_nvfuser_correctness_where_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:24.0079274Z test_nvfuser_correctness_where_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0079572Z test_nvfuser_correctness_where_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.0079879Z test_nvfuser_correctness_where_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0080189Z test_nvfuser_correctness_where_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0080497Z test_nvfuser_correctness_where_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0080805Z test_nvfuser_correctness_where_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:02:24.0081115Z test_nvfuser_correctness_where_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0081550Z test_nvfuser_correctness_where_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0081896Z test_nvfuser_correctness_where_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0082200Z test_nvfuser_correctness_where_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0082625Z test_nvfuser_correctness_xlogy_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-11-23T03:02:24.0083032Z test_nvfuser_correctness_xlogy_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:24.0083338Z test_nvfuser_correctness_xlogy_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:24.0083649Z test_nvfuser_correctness_xlogy_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:24.0083954Z test_nvfuser_correctness_xlogy_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:24.0084259Z test_nvfuser_correctness_xlogy_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:24.0084654Z test_nvfuser_correctness_xlogy_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:24.0084956Z test_nvfuser_correctness_xlogy_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:24.0085254Z test_nvfuser_correctness_xlogy_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:24.0085619Z test_nvfuser_correctness_xlogy_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:24.0085938Z test_nvfuser_correctness_zero__cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:24.0086368Z test_nvfuser_correctness_zero__cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:24.0086692Z test_nvfuser_correctness_zero__cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:24.0087003Z test_nvfuser_correctness_zero__cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:24.0087310Z test_nvfuser_correctness_zero__cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T03:02:24.0087615Z test_nvfuser_correctness_zero__cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0087918Z test_nvfuser_correctness_zero__cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:24.0088348Z test_nvfuser_correctness_zero__cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0088656Z test_nvfuser_correctness_zero__cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0088959Z test_nvfuser_correctness_zero__cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0089377Z test_nvfuser_correctness_zero__cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0089785Z test_nvfuser_correctness_zero__cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0090106Z test_nvfuser_correctness_zeros_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0090402Z test_nvfuser_correctness_zeros_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:02:24.0090714Z test_nvfuser_correctness_zeros_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0091027Z test_nvfuser_correctness_zeros_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0091311Z test_nvfuser_correctness_zeros_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0091618Z test_nvfuser_correctness_zeros_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:02:24.0092019Z test_nvfuser_correctness_zeros_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:24.0092326Z test_nvfuser_correctness_zeros_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:24.0092696Z test_nvfuser_correctness_zeros_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:24.0093016Z test_nvfuser_correctness_zeros_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:24.0093321Z test_nvfuser_correctness_zeros_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:24.0093622Z test_nvfuser_correctness_zeros_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:24.0093919Z test_nvfuser_correctness_zeros_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:24.0094236Z test_nvfuser_correctness_zeros_like_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:24.0094548Z test_nvfuser_correctness_zeros_like_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:24.0094995Z test_nvfuser_correctness_zeros_like_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:24.0095350Z test_nvfuser_correctness_zeros_like_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:24.0095671Z test_nvfuser_correctness_zeros_like_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:24.0096121Z test_nvfuser_correctness_zeros_like_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:24.0096534Z test_nvfuser_correctness_zeros_like_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:24.0096842Z test_nvfuser_correctness_zeros_like_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:24.0097153Z test_nvfuser_correctness_zeros_like_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:24.0097453Z test_nvfuser_correctness_zeros_like_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:24.0097750Z test_nvfuser_correctness_zeros_like_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T03:02:24.0098059Z test_nvfuser_correctness_zeros_like_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0098355Z test_nvfuser_correctness_zeros_like_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:24.0098666Z test_nvfuser_extremal_values_H_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0099069Z test_nvfuser_extremal_values_H_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0099378Z test_nvfuser_extremal_values_H_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0099743Z test_nvfuser_extremal_values_H_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0100065Z test_nvfuser_extremal_values_H_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0100371Z test_nvfuser_extremal_values_H_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0100677Z test_nvfuser_extremal_values_T_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0100984Z test_nvfuser_extremal_values_T_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0101289Z test_nvfuser_extremal_values_T_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0101590Z test_nvfuser_extremal_values_T_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0102015Z test_nvfuser_extremal_values_T_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:24.0102328Z test_nvfuser_extremal_values_T_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.0102655Z test_nvfuser_extremal_values___getitem___cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.008s) 2022-11-23T03:02:24.0103179Z test_nvfuser_extremal_values___getitem___cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.007s) 2022-11-23T03:02:24.0103516Z test_nvfuser_extremal_values___getitem___cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0103835Z test_nvfuser_extremal_values___getitem___cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0104155Z test_nvfuser_extremal_values___getitem___cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0104600Z test_nvfuser_extremal_values___getitem___cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0104951Z test_nvfuser_extremal_values___radd___cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:24.0105275Z test_nvfuser_extremal_values___radd___cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:24.0105593Z test_nvfuser_extremal_values___radd___cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.0105906Z test_nvfuser_extremal_values___radd___cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0106325Z test_nvfuser_extremal_values___radd___cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-11-23T03:02:24.0106640Z test_nvfuser_extremal_values___radd___cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0107348Z test_nvfuser_extremal_values___rdiv___cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0107723Z test_nvfuser_extremal_values___rdiv___cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0108043Z test_nvfuser_extremal_values___rdiv___cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0108361Z test_nvfuser_extremal_values___rdiv___cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0108839Z test_nvfuser_extremal_values___rdiv___cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0109164Z test_nvfuser_extremal_values___rdiv___cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0109482Z test_nvfuser_extremal_values___rmatmul___cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0109917Z test_nvfuser_extremal_values___rmatmul___cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:24.0110251Z test_nvfuser_extremal_values___rmatmul___cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:24.0110669Z test_nvfuser_extremal_values___rmatmul___cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.0110998Z test_nvfuser_extremal_values___rmatmul___cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0111305Z test_nvfuser_extremal_values___rmatmul___cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:02:24.0111619Z test_nvfuser_extremal_values___rmod___cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0111933Z test_nvfuser_extremal_values___rmod___cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.013s) 2022-11-23T03:02:24.0112240Z test_nvfuser_extremal_values___rmod___cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0112550Z test_nvfuser_extremal_values___rmod___cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0112860Z test_nvfuser_extremal_values___rmul___cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0113179Z test_nvfuser_extremal_values___rmul___cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0113614Z test_nvfuser_extremal_values___rmul___cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0113928Z test_nvfuser_extremal_values___rmul___cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0114235Z test_nvfuser_extremal_values___rmul___cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0114609Z test_nvfuser_extremal_values___rmul___cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0114936Z test_nvfuser_extremal_values___rpow___cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0115258Z test_nvfuser_extremal_values___rpow___cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:24.0115559Z test_nvfuser_extremal_values___rpow___cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:24.0115867Z test_nvfuser_extremal_values___rpow___cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.008s) 2022-11-23T03:02:24.0116327Z test_nvfuser_extremal_values___rpow___cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0116645Z test_nvfuser_extremal_values___rpow___cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0116960Z test_nvfuser_extremal_values___rsub___cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0117382Z test_nvfuser_extremal_values___rsub___cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.0117803Z test_nvfuser_extremal_values___rsub___cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0118122Z test_nvfuser_extremal_values___rsub___cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0118430Z test_nvfuser_extremal_values___rsub___cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0118737Z test_nvfuser_extremal_values___rsub___cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0119079Z test_nvfuser_extremal_values__softmax_backward_data_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:24.0119414Z test_nvfuser_extremal_values__softmax_backward_data_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:24.0119740Z test_nvfuser_extremal_values__softmax_backward_data_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.0120058Z test_nvfuser_extremal_values__softmax_backward_data_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0120460Z test_nvfuser_extremal_values_abs_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-11-23T03:02:24.0120773Z test_nvfuser_extremal_values_abs_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.008s) 2022-11-23T03:02:24.0121083Z test_nvfuser_extremal_values_abs_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.0121453Z test_nvfuser_extremal_values_abs_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0121764Z test_nvfuser_extremal_values_abs_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0122054Z test_nvfuser_extremal_values_abs_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0122363Z test_nvfuser_extremal_values_acos_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0122676Z test_nvfuser_extremal_values_acos_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0123134Z test_nvfuser_extremal_values_acos_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:24.0123451Z test_nvfuser_extremal_values_acos_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.0123762Z test_nvfuser_extremal_values_acos_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0124075Z test_nvfuser_extremal_values_acos_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0124570Z test_nvfuser_extremal_values_acosh_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:02:24.0124898Z test_nvfuser_extremal_values_acosh_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0125220Z test_nvfuser_extremal_values_acosh_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:02:24.0125533Z test_nvfuser_extremal_values_acosh_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0125838Z test_nvfuser_extremal_values_acosh_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.013s) 2022-11-23T03:02:24.0126134Z test_nvfuser_extremal_values_acosh_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.0126439Z test_nvfuser_extremal_values_add_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0126758Z test_nvfuser_extremal_values_add_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0127061Z test_nvfuser_extremal_values_add_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.0127457Z test_nvfuser_extremal_values_add_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.0127754Z test_nvfuser_extremal_values_add_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.007s) 2022-11-23T03:02:24.0128048Z test_nvfuser_extremal_values_add_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.0128423Z test_nvfuser_extremal_values_addbmm_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0128756Z test_nvfuser_extremal_values_addbmm_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:24.0129073Z test_nvfuser_extremal_values_addbmm_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0129390Z test_nvfuser_extremal_values_addbmm_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:02:24.0129690Z test_nvfuser_extremal_values_addbmm_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0130119Z test_nvfuser_extremal_values_addbmm_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0130551Z test_nvfuser_extremal_values_addcdiv_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-11-23T03:02:24.0131205Z test_nvfuser_extremal_values_addcdiv_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.008s) 2022-11-23T03:02:24.0131853Z test_nvfuser_extremal_values_addcdiv_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.0132426Z test_nvfuser_extremal_values_addcdiv_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0132989Z test_nvfuser_extremal_values_addcdiv_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0133563Z test_nvfuser_extremal_values_addcdiv_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0133894Z test_nvfuser_extremal_values_addcmul_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0134217Z test_nvfuser_extremal_values_addcmul_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:24.0134536Z test_nvfuser_extremal_values_addcmul_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.0134846Z test_nvfuser_extremal_values_addcmul_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0135162Z test_nvfuser_extremal_values_addcmul_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0135475Z test_nvfuser_extremal_values_addcmul_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0135900Z test_nvfuser_extremal_values_addmm_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0136218Z test_nvfuser_extremal_values_addmm_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0136527Z test_nvfuser_extremal_values_addmm_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0137072Z test_nvfuser_extremal_values_addmm_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0137407Z test_nvfuser_extremal_values_addmm_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0137708Z test_nvfuser_extremal_values_addmm_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0138153Z test_nvfuser_extremal_values_addmm_decomposed_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0138587Z test_nvfuser_extremal_values_addmm_decomposed_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-11-23T03:02:24.0139049Z test_nvfuser_extremal_values_addmm_decomposed_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0139393Z test_nvfuser_extremal_values_addmm_decomposed_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0139729Z test_nvfuser_extremal_values_addmm_decomposed_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0140058Z test_nvfuser_extremal_values_addmm_decomposed_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0140370Z test_nvfuser_extremal_values_addmv_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0140688Z test_nvfuser_extremal_values_addmv_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0141002Z test_nvfuser_extremal_values_addmv_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0141315Z test_nvfuser_extremal_values_addmv_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:24.0141621Z test_nvfuser_extremal_values_addmv_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:24.0141919Z test_nvfuser_extremal_values_addmv_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.0142204Z test_nvfuser_extremal_values_addr_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0142519Z test_nvfuser_extremal_values_addr_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0142833Z test_nvfuser_extremal_values_addr_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.014s) 2022-11-23T03:02:24.0143246Z test_nvfuser_extremal_values_addr_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.007s) 2022-11-23T03:02:24.0143557Z test_nvfuser_extremal_values_addr_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0143858Z test_nvfuser_extremal_values_addr_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0144369Z test_nvfuser_extremal_values_all_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0144695Z test_nvfuser_extremal_values_all_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0145019Z test_nvfuser_extremal_values_all_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0145537Z test_nvfuser_extremal_values_all_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0145847Z test_nvfuser_extremal_values_all_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.0146143Z test_nvfuser_extremal_values_all_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0146409Z test_nvfuser_extremal_values_allclose_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.006s) 2022-11-23T03:02:24.0146669Z test_nvfuser_extremal_values_allclose_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.000s) 2022-11-23T03:02:24.0146932Z test_nvfuser_extremal_values_allclose_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.011s) 2022-11-23T03:02:24.0147186Z test_nvfuser_extremal_values_allclose_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.004s) 2022-11-23T03:02:24.0147431Z test_nvfuser_extremal_values_allclose_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.004s) 2022-11-23T03:02:24.0147671Z test_nvfuser_extremal_values_allclose_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.004s) 2022-11-23T03:02:24.0147986Z test_nvfuser_extremal_values_amax_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0148329Z test_nvfuser_extremal_values_amax_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0148632Z test_nvfuser_extremal_values_amax_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0148925Z test_nvfuser_extremal_values_amax_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0149227Z test_nvfuser_extremal_values_amin_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0149525Z test_nvfuser_extremal_values_amin_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:24.0149818Z test_nvfuser_extremal_values_amin_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:24.0150208Z test_nvfuser_extremal_values_amin_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.0150522Z test_nvfuser_extremal_values_aminmax_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0150960Z test_nvfuser_extremal_values_aminmax_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:02:24.0151389Z test_nvfuser_extremal_values_aminmax_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0151716Z test_nvfuser_extremal_values_aminmax_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0152152Z test_nvfuser_extremal_values_angle_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:02:24.0152568Z test_nvfuser_extremal_values_angle_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0152891Z test_nvfuser_extremal_values_angle_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.012s) 2022-11-23T03:02:24.0153198Z test_nvfuser_extremal_values_angle_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.0153507Z test_nvfuser_extremal_values_any_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0153821Z test_nvfuser_extremal_values_any_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0154129Z test_nvfuser_extremal_values_any_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.0154434Z test_nvfuser_extremal_values_any_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.0154731Z test_nvfuser_extremal_values_any_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.0155025Z test_nvfuser_extremal_values_any_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0155340Z test_nvfuser_extremal_values_arange_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0155657Z test_nvfuser_extremal_values_arange_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0155960Z test_nvfuser_extremal_values_arange_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.0156259Z test_nvfuser_extremal_values_arange_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0156577Z test_nvfuser_extremal_values_argmax_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.015s) 2022-11-23T03:02:24.0156888Z test_nvfuser_extremal_values_argmax_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.0157287Z test_nvfuser_extremal_values_argmax_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.0157583Z test_nvfuser_extremal_values_argmax_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.0158024Z test_nvfuser_extremal_values_argmin_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.0158423Z test_nvfuser_extremal_values_argmin_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.0158743Z test_nvfuser_extremal_values_argmin_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.0159162Z test_nvfuser_extremal_values_argmin_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:24.0159819Z test_nvfuser_extremal_values_argsort_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.0160396Z test_nvfuser_extremal_values_argsort_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0160963Z test_nvfuser_extremal_values_argsort_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0161533Z test_nvfuser_extremal_values_argsort_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.015s) 2022-11-23T03:02:24.0162117Z test_nvfuser_extremal_values_argwhere_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.0162482Z test_nvfuser_extremal_values_argwhere_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.009s) 2022-11-23T03:02:24.0162804Z test_nvfuser_extremal_values_argwhere_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0163108Z test_nvfuser_extremal_values_argwhere_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:24.0163425Z test_nvfuser_extremal_values_argwhere_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:24.0163744Z test_nvfuser_extremal_values_argwhere_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.0164066Z test_nvfuser_extremal_values_as_strided_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0164393Z test_nvfuser_extremal_values_as_strided_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.012s) 2022-11-23T03:02:24.0164719Z test_nvfuser_extremal_values_as_strided_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.0165183Z test_nvfuser_extremal_values_as_strided_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.0165507Z test_nvfuser_extremal_values_as_strided_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.0166065Z test_nvfuser_extremal_values_as_strided_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.0166515Z test_nvfuser_extremal_values_as_strided_scatter_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.007s) 2022-11-23T03:02:24.0166933Z test_nvfuser_extremal_values_as_strided_scatter_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0167281Z test_nvfuser_extremal_values_as_strided_scatter_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0167610Z test_nvfuser_extremal_values_as_strided_scatter_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0167942Z test_nvfuser_extremal_values_as_strided_scatter_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:24.0168274Z test_nvfuser_extremal_values_as_strided_scatter_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.0168591Z test_nvfuser_extremal_values_asin_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0168910Z test_nvfuser_extremal_values_asin_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0169224Z test_nvfuser_extremal_values_asin_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0169537Z test_nvfuser_extremal_values_asin_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0169837Z test_nvfuser_extremal_values_asin_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0170130Z test_nvfuser_extremal_values_asin_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0170439Z test_nvfuser_extremal_values_asinh_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0170753Z test_nvfuser_extremal_values_asinh_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0171072Z test_nvfuser_extremal_values_asinh_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:24.0171383Z test_nvfuser_extremal_values_asinh_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:24.0171817Z test_nvfuser_extremal_values_asinh_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.0172149Z test_nvfuser_extremal_values_asinh_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0172460Z test_nvfuser_extremal_values_atan2_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:02:24.0172977Z test_nvfuser_extremal_values_atan2_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0173384Z test_nvfuser_extremal_values_atan2_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0173685Z test_nvfuser_extremal_values_atan2_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.008s) 2022-11-23T03:02:24.0174051Z test_nvfuser_extremal_values_atan_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.0174377Z test_nvfuser_extremal_values_atan_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0174694Z test_nvfuser_extremal_values_atan_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0175008Z test_nvfuser_extremal_values_atan_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0175308Z test_nvfuser_extremal_values_atan_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0175620Z test_nvfuser_extremal_values_atan_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:24.0175930Z test_nvfuser_extremal_values_atanh_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:24.0176246Z test_nvfuser_extremal_values_atanh_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.007s) 2022-11-23T03:02:24.0176565Z test_nvfuser_extremal_values_atanh_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0176876Z test_nvfuser_extremal_values_atanh_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0177177Z test_nvfuser_extremal_values_atanh_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0177490Z test_nvfuser_extremal_values_atanh_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0177807Z test_nvfuser_extremal_values_atleast_1d_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0178132Z test_nvfuser_extremal_values_atleast_1d_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0178453Z test_nvfuser_extremal_values_atleast_1d_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0178902Z test_nvfuser_extremal_values_atleast_1d_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0179235Z test_nvfuser_extremal_values_atleast_1d_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:24.0179552Z test_nvfuser_extremal_values_atleast_1d_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.0180092Z test_nvfuser_extremal_values_atleast_2d_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0180521Z test_nvfuser_extremal_values_atleast_2d_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0180849Z test_nvfuser_extremal_values_atleast_2d_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:02:24.0181237Z test_nvfuser_extremal_values_atleast_2d_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0181567Z test_nvfuser_extremal_values_atleast_2d_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.015s) 2022-11-23T03:02:24.0181885Z test_nvfuser_extremal_values_atleast_2d_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0182203Z test_nvfuser_extremal_values_atleast_3d_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.0182527Z test_nvfuser_extremal_values_atleast_3d_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0182849Z test_nvfuser_extremal_values_atleast_3d_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0183165Z test_nvfuser_extremal_values_atleast_3d_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0183482Z test_nvfuser_extremal_values_atleast_3d_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0183791Z test_nvfuser_extremal_values_atleast_3d_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0184108Z test_nvfuser_extremal_values_baddbmm_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:24.0184429Z test_nvfuser_extremal_values_baddbmm_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.0184751Z test_nvfuser_extremal_values_baddbmm_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0185065Z test_nvfuser_extremal_values_baddbmm_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0185384Z test_nvfuser_extremal_values_baddbmm_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0185844Z test_nvfuser_extremal_values_baddbmm_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.0186119Z test_nvfuser_extremal_values_bernoulli_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.005s) 2022-11-23T03:02:24.0186375Z test_nvfuser_extremal_values_bernoulli_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.004s) 2022-11-23T03:02:24.0186622Z test_nvfuser_extremal_values_bernoulli_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.005s) 2022-11-23T03:02:24.0187555Z test_nvfuser_extremal_values_bernoulli_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.005s) 2022-11-23T03:02:24.0187859Z test_nvfuser_extremal_values_bfloat16_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0188270Z test_nvfuser_extremal_values_bfloat16_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0188721Z test_nvfuser_extremal_values_bfloat16_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0189057Z test_nvfuser_extremal_values_bfloat16_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0189373Z test_nvfuser_extremal_values_bfloat16_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.0189693Z test_nvfuser_extremal_values_bfloat16_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0190014Z test_nvfuser_extremal_values_block_diag_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0190342Z test_nvfuser_extremal_values_block_diag_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.014s) 2022-11-23T03:02:24.0190667Z test_nvfuser_extremal_values_block_diag_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0190986Z test_nvfuser_extremal_values_block_diag_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0191305Z test_nvfuser_extremal_values_block_diag_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0191619Z test_nvfuser_extremal_values_block_diag_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0191931Z test_nvfuser_extremal_values_bmm_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0192246Z test_nvfuser_extremal_values_bmm_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0192663Z test_nvfuser_extremal_values_bmm_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0192998Z test_nvfuser_extremal_values_bmm_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:24.0193296Z test_nvfuser_extremal_values_bmm_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:24.0193592Z test_nvfuser_extremal_values_bmm_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.007s) 2022-11-23T03:02:24.0194015Z test_nvfuser_extremal_values_bool_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0194420Z test_nvfuser_extremal_values_bool_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0194843Z test_nvfuser_extremal_values_bool_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0195158Z test_nvfuser_extremal_values_bool_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0195457Z test_nvfuser_extremal_values_bool_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0195814Z test_nvfuser_extremal_values_bool_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0196159Z test_nvfuser_extremal_values_broadcast_shapes_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0196494Z test_nvfuser_extremal_values_broadcast_tensors_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0196834Z test_nvfuser_extremal_values_broadcast_tensors_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0197167Z test_nvfuser_extremal_values_broadcast_tensors_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:24.0197498Z test_nvfuser_extremal_values_broadcast_tensors_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.0197831Z test_nvfuser_extremal_values_broadcast_tensors_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0198158Z test_nvfuser_extremal_values_broadcast_tensors_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:02:24.0198484Z test_nvfuser_extremal_values_broadcast_to_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0198813Z test_nvfuser_extremal_values_broadcast_to_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0199142Z test_nvfuser_extremal_values_broadcast_to_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:02:24.0199465Z test_nvfuser_extremal_values_broadcast_to_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0199907Z test_nvfuser_extremal_values_broadcast_to_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.012s) 2022-11-23T03:02:24.0200229Z test_nvfuser_extremal_values_broadcast_to_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0200547Z test_nvfuser_extremal_values_bucketize_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0200971Z test_nvfuser_extremal_values_bucketize_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0201388Z test_nvfuser_extremal_values_bucketize_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0201704Z test_nvfuser_extremal_values_byte_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0202112Z test_nvfuser_extremal_values_byte_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0202427Z test_nvfuser_extremal_values_byte_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0202801Z test_nvfuser_extremal_values_byte_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0203114Z test_nvfuser_extremal_values_byte_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:24.0203410Z test_nvfuser_extremal_values_byte_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:24.0203741Z test_nvfuser_extremal_values_cartesian_prod_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.0204071Z test_nvfuser_extremal_values_cartesian_prod_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0204405Z test_nvfuser_extremal_values_cartesian_prod_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:02:24.0204734Z test_nvfuser_extremal_values_cartesian_prod_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0205059Z test_nvfuser_extremal_values_cartesian_prod_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.0205379Z test_nvfuser_extremal_values_cartesian_prod_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:24.0205688Z test_nvfuser_extremal_values_cat_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.009s) 2022-11-23T03:02:24.0205999Z test_nvfuser_extremal_values_cat_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0206312Z test_nvfuser_extremal_values_cat_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-11-23T03:02:24.0206767Z test_nvfuser_extremal_values_cat_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0207075Z test_nvfuser_extremal_values_cat_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0207367Z test_nvfuser_extremal_values_cat_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0207765Z test_nvfuser_extremal_values_cdist_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0208167Z test_nvfuser_extremal_values_cdist_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0208488Z test_nvfuser_extremal_values_cdouble_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0208900Z test_nvfuser_extremal_values_cdouble_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0209219Z test_nvfuser_extremal_values_cdouble_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0209529Z test_nvfuser_extremal_values_cdouble_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:24.0209908Z test_nvfuser_extremal_values_cdouble_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.0210238Z test_nvfuser_extremal_values_cdouble_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0210550Z test_nvfuser_extremal_values_ceil_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0210861Z test_nvfuser_extremal_values_ceil_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0211157Z test_nvfuser_extremal_values_ceil_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0211453Z test_nvfuser_extremal_values_ceil_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0211768Z test_nvfuser_extremal_values_cfloat_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0212089Z test_nvfuser_extremal_values_cfloat_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0212414Z test_nvfuser_extremal_values_cfloat_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0212726Z test_nvfuser_extremal_values_cfloat_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:24.0213030Z test_nvfuser_extremal_values_cfloat_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:24.0213313Z test_nvfuser_extremal_values_cfloat_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.0213786Z test_nvfuser_extremal_values_chalf_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0214116Z test_nvfuser_extremal_values_chalf_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:02:24.0214429Z test_nvfuser_extremal_values_chalf_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0214861Z test_nvfuser_extremal_values_chalf_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:02:24.0215260Z test_nvfuser_extremal_values_chalf_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0215561Z test_nvfuser_extremal_values_chalf_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0215952Z test_nvfuser_extremal_values_char_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0216268Z test_nvfuser_extremal_values_char_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0216584Z test_nvfuser_extremal_values_char_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0216957Z test_nvfuser_extremal_values_char_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0217269Z test_nvfuser_extremal_values_char_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0217565Z test_nvfuser_extremal_values_char_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0217895Z test_nvfuser_extremal_values_cholesky_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0218220Z test_nvfuser_extremal_values_cholesky_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0218538Z test_nvfuser_extremal_values_cholesky_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0218852Z test_nvfuser_extremal_values_cholesky_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0219188Z test_nvfuser_extremal_values_cholesky_inverse_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0219519Z test_nvfuser_extremal_values_cholesky_inverse_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0219846Z test_nvfuser_extremal_values_cholesky_inverse_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0220174Z test_nvfuser_extremal_values_cholesky_inverse_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0220668Z test_nvfuser_extremal_values_cholesky_solve_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0221007Z test_nvfuser_extremal_values_cholesky_solve_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0221337Z test_nvfuser_extremal_values_cholesky_solve_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0221760Z test_nvfuser_extremal_values_cholesky_solve_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0222081Z test_nvfuser_extremal_values_chunk_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0222535Z test_nvfuser_extremal_values_chunk_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.0222864Z test_nvfuser_extremal_values_chunk_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0223265Z test_nvfuser_extremal_values_chunk_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0223569Z test_nvfuser_extremal_values_chunk_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.014s) 2022-11-23T03:02:24.0224269Z test_nvfuser_extremal_values_chunk_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0224642Z test_nvfuser_extremal_values_clamp_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0224942Z test_nvfuser_extremal_values_clamp_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0225241Z test_nvfuser_extremal_values_clamp_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0225534Z test_nvfuser_extremal_values_clamp_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0225851Z test_nvfuser_extremal_values_clamp_max_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0226172Z test_nvfuser_extremal_values_clamp_max_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0226489Z test_nvfuser_extremal_values_clamp_max_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:24.0226807Z test_nvfuser_extremal_values_clamp_max_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:24.0227117Z test_nvfuser_extremal_values_clamp_min_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.0227427Z test_nvfuser_extremal_values_clamp_min_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0227842Z test_nvfuser_extremal_values_clamp_min_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:02:24.0228200Z test_nvfuser_extremal_values_clamp_min_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0228516Z test_nvfuser_extremal_values_clone_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0228832Z test_nvfuser_extremal_values_clone_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:02:24.0229235Z test_nvfuser_extremal_values_clone_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0229643Z test_nvfuser_extremal_values_clone_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.013s) 2022-11-23T03:02:24.0229954Z test_nvfuser_extremal_values_clone_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0230363Z test_nvfuser_extremal_values_clone_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0230682Z test_nvfuser_extremal_values_column_stack_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0231010Z test_nvfuser_extremal_values_column_stack_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.0231405Z test_nvfuser_extremal_values_column_stack_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0231741Z test_nvfuser_extremal_values_column_stack_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0232062Z test_nvfuser_extremal_values_column_stack_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0232378Z test_nvfuser_extremal_values_column_stack_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0232704Z test_nvfuser_extremal_values_combinations_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0233037Z test_nvfuser_extremal_values_combinations_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0233366Z test_nvfuser_extremal_values_combinations_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.0233691Z test_nvfuser_extremal_values_combinations_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0234016Z test_nvfuser_extremal_values_combinations_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.012s) 2022-11-23T03:02:24.0234330Z test_nvfuser_extremal_values_combinations_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0234647Z test_nvfuser_extremal_values_complex_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0235082Z test_nvfuser_extremal_values_complex_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0235404Z test_nvfuser_extremal_values_complex_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0235722Z test_nvfuser_extremal_values_conj_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0236131Z test_nvfuser_extremal_values_conj_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0236563Z test_nvfuser_extremal_values_conj_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0236875Z test_nvfuser_extremal_values_conj_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0237172Z test_nvfuser_extremal_values_conj_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:24.0237558Z test_nvfuser_extremal_values_conj_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:24.0237882Z test_nvfuser_extremal_values_conj_physical_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.008s) 2022-11-23T03:02:24.0238212Z test_nvfuser_extremal_values_conj_physical_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0238653Z test_nvfuser_extremal_values_conj_physical_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.0239048Z test_nvfuser_extremal_values_conj_physical_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0239374Z test_nvfuser_extremal_values_conj_physical_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0239686Z test_nvfuser_extremal_values_conj_physical_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0240009Z test_nvfuser_extremal_values_constant_pad_nd_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0240325Z test_nvfuser_extremal_values_constant_pad_nd_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0240653Z test_nvfuser_extremal_values_constant_pad_nd_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0240982Z test_nvfuser_extremal_values_constant_pad_nd_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:24.0241302Z test_nvfuser_extremal_values_constant_pad_nd_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:24.0241625Z test_nvfuser_extremal_values_constant_pad_nd_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.0242081Z test_nvfuser_extremal_values_contiguous_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0242416Z test_nvfuser_extremal_values_contiguous_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-11-23T03:02:24.0242742Z test_nvfuser_extremal_values_contiguous_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0243177Z test_nvfuser_extremal_values_contiguous_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0243805Z test_nvfuser_extremal_values_contiguous_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0244388Z test_nvfuser_extremal_values_contiguous_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0244962Z test_nvfuser_extremal_values_copysign_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0245685Z test_nvfuser_extremal_values_copysign_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0246260Z test_nvfuser_extremal_values_copysign_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0246603Z test_nvfuser_extremal_values_copysign_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0247007Z test_nvfuser_extremal_values_corrcoef_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0247350Z test_nvfuser_extremal_values_corrcoef_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0247680Z test_nvfuser_extremal_values_corrcoef_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.0247996Z test_nvfuser_extremal_values_corrcoef_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0248357Z test_nvfuser_extremal_values_corrcoef_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.013s) 2022-11-23T03:02:24.0248677Z test_nvfuser_extremal_values_corrcoef_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0249141Z test_nvfuser_extremal_values_cos_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0249463Z test_nvfuser_extremal_values_cos_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0249774Z test_nvfuser_extremal_values_cos_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0250191Z test_nvfuser_extremal_values_cos_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0250583Z test_nvfuser_extremal_values_cos_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0250880Z test_nvfuser_extremal_values_cos_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0251182Z test_nvfuser_extremal_values_cosh_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0251497Z test_nvfuser_extremal_values_cosh_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0251811Z test_nvfuser_extremal_values_cosh_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0252122Z test_nvfuser_extremal_values_cosh_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.0252422Z test_nvfuser_extremal_values_cosh_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0252714Z test_nvfuser_extremal_values_cosh_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:24.0253136Z test_nvfuser_extremal_values_count_nonzero_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.0253466Z test_nvfuser_extremal_values_count_nonzero_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0253793Z test_nvfuser_extremal_values_count_nonzero_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-11-23T03:02:24.0254176Z test_nvfuser_extremal_values_count_nonzero_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0254511Z test_nvfuser_extremal_values_count_nonzero_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0254830Z test_nvfuser_extremal_values_count_nonzero_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:02:24.0255083Z test_nvfuser_extremal_values_cov_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.000s) 2022-11-23T03:02:24.0255336Z test_nvfuser_extremal_values_cov_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.010s) 2022-11-23T03:02:24.0255591Z test_nvfuser_extremal_values_cov_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.000s) 2022-11-23T03:02:24.0255975Z test_nvfuser_extremal_values_cov_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.010s) 2022-11-23T03:02:24.0256235Z test_nvfuser_extremal_values_cov_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.005s) 2022-11-23T03:02:24.0256479Z test_nvfuser_extremal_values_cov_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.004s) 2022-11-23T03:02:24.0256882Z test_nvfuser_extremal_values_cross_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0257331Z test_nvfuser_extremal_values_cross_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0257655Z test_nvfuser_extremal_values_cross_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0257963Z test_nvfuser_extremal_values_cross_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.0258261Z test_nvfuser_extremal_values_cross_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0258577Z test_nvfuser_extremal_values_cummax_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0258890Z test_nvfuser_extremal_values_cummax_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:24.0259194Z test_nvfuser_extremal_values_cummax_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:24.0259493Z test_nvfuser_extremal_values_cummax_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.0259804Z test_nvfuser_extremal_values_cummin_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0260214Z test_nvfuser_extremal_values_cummin_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:02:24.0260518Z test_nvfuser_extremal_values_cummin_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0260814Z test_nvfuser_extremal_values_cummin_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:02:24.0261190Z test_nvfuser_extremal_values_cumprod_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0261525Z test_nvfuser_extremal_values_cumprod_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0261846Z test_nvfuser_extremal_values_cumprod_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0262159Z test_nvfuser_extremal_values_cumprod_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.0262471Z test_nvfuser_extremal_values_cumprod_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0262773Z test_nvfuser_extremal_values_cumprod_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0263085Z test_nvfuser_extremal_values_cumsum_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0263405Z test_nvfuser_extremal_values_cumsum_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0263726Z test_nvfuser_extremal_values_cumsum_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0264034Z test_nvfuser_extremal_values_cumsum_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:24.0264335Z test_nvfuser_extremal_values_cumsum_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.0264629Z test_nvfuser_extremal_values_cumsum_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0264968Z test_nvfuser_extremal_values_cumulative_trapezoid_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0265311Z test_nvfuser_extremal_values_cumulative_trapezoid_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.015s) 2022-11-23T03:02:24.0265656Z test_nvfuser_extremal_values_cumulative_trapezoid_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0265996Z test_nvfuser_extremal_values_cumulative_trapezoid_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0266320Z test_nvfuser_extremal_values_cumulative_trapezoid_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.007s) 2022-11-23T03:02:24.0266639Z test_nvfuser_extremal_values_cumulative_trapezoid_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.0267046Z test_nvfuser_extremal_values_deg2rad_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0267364Z test_nvfuser_extremal_values_deg2rad_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0267883Z test_nvfuser_extremal_values_deg2rad_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0268230Z test_nvfuser_extremal_values_deg2rad_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0268544Z test_nvfuser_extremal_values_diag_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0268977Z test_nvfuser_extremal_values_diag_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0269422Z test_nvfuser_extremal_values_diag_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:02:24.0269740Z test_nvfuser_extremal_values_diag_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0270045Z test_nvfuser_extremal_values_diag_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.012s) 2022-11-23T03:02:24.0270339Z test_nvfuser_extremal_values_diag_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0270661Z test_nvfuser_extremal_values_diag_embed_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0270986Z test_nvfuser_extremal_values_diag_embed_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0271312Z test_nvfuser_extremal_values_diag_embed_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0271637Z test_nvfuser_extremal_values_diag_embed_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0271954Z test_nvfuser_extremal_values_diag_embed_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0272272Z test_nvfuser_extremal_values_diag_embed_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0272591Z test_nvfuser_extremal_values_diagflat_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0272911Z test_nvfuser_extremal_values_diagflat_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0273233Z test_nvfuser_extremal_values_diagflat_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0273552Z test_nvfuser_extremal_values_diagflat_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:24.0273959Z test_nvfuser_extremal_values_diagflat_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.0274275Z test_nvfuser_extremal_values_diagflat_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0274600Z test_nvfuser_extremal_values_diagonal_copy_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:02:24.0274990Z test_nvfuser_extremal_values_diagonal_copy_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0275332Z test_nvfuser_extremal_values_diagonal_copy_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0275659Z test_nvfuser_extremal_values_diagonal_copy_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.014s) 2022-11-23T03:02:24.0275979Z test_nvfuser_extremal_values_diagonal_copy_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0276293Z test_nvfuser_extremal_values_diagonal_copy_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0276612Z test_nvfuser_extremal_values_diagonal_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0276935Z test_nvfuser_extremal_values_diagonal_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0277258Z test_nvfuser_extremal_values_diagonal_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0277573Z test_nvfuser_extremal_values_diagonal_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0277885Z test_nvfuser_extremal_values_diagonal_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0278202Z test_nvfuser_extremal_values_diagonal_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0278535Z test_nvfuser_extremal_values_diagonal_scatter_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:24.0278861Z test_nvfuser_extremal_values_diagonal_scatter_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.0279191Z test_nvfuser_extremal_values_diagonal_scatter_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0279519Z test_nvfuser_extremal_values_diagonal_scatter_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0279833Z test_nvfuser_extremal_values_diff_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.014s) 2022-11-23T03:02:24.0280147Z test_nvfuser_extremal_values_diff_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0280461Z test_nvfuser_extremal_values_diff_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0280853Z test_nvfuser_extremal_values_diff_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0281154Z test_nvfuser_extremal_values_diff_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0281507Z test_nvfuser_extremal_values_diff_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0281836Z test_nvfuser_extremal_values_digamma_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0282149Z test_nvfuser_extremal_values_digamma_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.0282468Z test_nvfuser_extremal_values_digamma_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:02:24.0282778Z test_nvfuser_extremal_values_dist_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-11-23T03:02:24.0283091Z test_nvfuser_extremal_values_dist_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-11-23T03:02:24.0283409Z test_nvfuser_extremal_values_dist_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-11-23T03:02:24.0283716Z test_nvfuser_extremal_values_dist_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:02:24.0284015Z test_nvfuser_extremal_values_dist_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.009s) 2022-11-23T03:02:24.0284306Z test_nvfuser_extremal_values_dist_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:24.0284638Z test_nvfuser_extremal_values_div_floor_rounding_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.008s) 2022-11-23T03:02:24.0285103Z test_nvfuser_extremal_values_div_floor_rounding_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.0285439Z test_nvfuser_extremal_values_div_floor_rounding_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0285772Z test_nvfuser_extremal_values_div_floor_rounding_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0286282Z test_nvfuser_extremal_values_div_no_rounding_mode_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0286641Z test_nvfuser_extremal_values_div_no_rounding_mode_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0286982Z test_nvfuser_extremal_values_div_no_rounding_mode_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0287313Z test_nvfuser_extremal_values_div_no_rounding_mode_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0287724Z test_nvfuser_extremal_values_div_no_rounding_mode_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0288039Z test_nvfuser_extremal_values_div_no_rounding_mode_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:24.0288417Z test_nvfuser_extremal_values_div_trunc_rounding_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:24.0288807Z test_nvfuser_extremal_values_div_trunc_rounding_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.0289148Z test_nvfuser_extremal_values_div_trunc_rounding_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0289478Z test_nvfuser_extremal_values_div_trunc_rounding_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-11-23T03:02:24.0289790Z test_nvfuser_extremal_values_dot_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0290103Z test_nvfuser_extremal_values_dot_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0290418Z test_nvfuser_extremal_values_dot_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0290724Z test_nvfuser_extremal_values_dot_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0291010Z test_nvfuser_extremal_values_dot_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0291300Z test_nvfuser_extremal_values_dot_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0291612Z test_nvfuser_extremal_values_double_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0291934Z test_nvfuser_extremal_values_double_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0292251Z test_nvfuser_extremal_values_double_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:24.0292568Z test_nvfuser_extremal_values_double_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:24.0292871Z test_nvfuser_extremal_values_double_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.0293168Z test_nvfuser_extremal_values_double_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0293485Z test_nvfuser_extremal_values_dsplit_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:02:24.0293806Z test_nvfuser_extremal_values_dsplit_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0294124Z test_nvfuser_extremal_values_dsplit_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:02:24.0294530Z test_nvfuser_extremal_values_dsplit_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0294838Z test_nvfuser_extremal_values_dsplit_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:02:24.0296824Z test_nvfuser_extremal_values_dsplit_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0297169Z test_nvfuser_extremal_values_dstack_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:02:24.0297489Z test_nvfuser_extremal_values_dstack_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0297812Z test_nvfuser_extremal_values_dstack_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0298124Z test_nvfuser_extremal_values_dstack_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.015s) 2022-11-23T03:02:24.0298430Z test_nvfuser_extremal_values_dstack_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.0298729Z test_nvfuser_extremal_values_dstack_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.0299044Z test_nvfuser_extremal_values_einsum_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.008s) 2022-11-23T03:02:24.0299363Z test_nvfuser_extremal_values_einsum_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.0299681Z test_nvfuser_extremal_values_einsum_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.0299993Z test_nvfuser_extremal_values_einsum_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:24.0300297Z test_nvfuser_extremal_values_einsum_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:24.0300595Z test_nvfuser_extremal_values_einsum_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.0300851Z test_nvfuser_extremal_values_empty_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.000s) 2022-11-23T03:02:24.0301110Z test_nvfuser_extremal_values_empty_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.000s) 2022-11-23T03:02:24.0301366Z test_nvfuser_extremal_values_empty_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.010s) 2022-11-23T03:02:24.0301616Z test_nvfuser_extremal_values_empty_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.000s) 2022-11-23T03:02:24.0301869Z test_nvfuser_extremal_values_empty_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.011s) 2022-11-23T03:02:24.0302117Z test_nvfuser_extremal_values_empty_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.006s) 2022-11-23T03:02:24.0302375Z test_nvfuser_extremal_values_empty_like_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.005s) 2022-11-23T03:02:24.0303101Z test_nvfuser_extremal_values_empty_like_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.005s) 2022-11-23T03:02:24.0303364Z test_nvfuser_extremal_values_empty_like_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.005s) 2022-11-23T03:02:24.0303620Z test_nvfuser_extremal_values_empty_like_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.005s) 2022-11-23T03:02:24.0303873Z test_nvfuser_extremal_values_empty_like_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.005s) 2022-11-23T03:02:24.0304208Z test_nvfuser_extremal_values_empty_like_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.004s) 2022-11-23T03:02:24.0304538Z test_nvfuser_extremal_values_eq_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0304854Z test_nvfuser_extremal_values_eq_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.0305169Z test_nvfuser_extremal_values_eq_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0305474Z test_nvfuser_extremal_values_eq_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:02:24.0305783Z test_nvfuser_extremal_values_eq_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0306091Z test_nvfuser_extremal_values_eq_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0306400Z test_nvfuser_extremal_values_equal_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.014s) 2022-11-23T03:02:24.0306722Z test_nvfuser_extremal_values_equal_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0307037Z test_nvfuser_extremal_values_equal_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0307348Z test_nvfuser_extremal_values_equal_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0307652Z test_nvfuser_extremal_values_equal_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0307948Z test_nvfuser_extremal_values_equal_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0308259Z test_nvfuser_extremal_values_erf_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0308563Z test_nvfuser_extremal_values_erf_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0308856Z test_nvfuser_extremal_values_erf_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0309131Z test_nvfuser_extremal_values_erf_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0309434Z test_nvfuser_extremal_values_erfc_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0309827Z test_nvfuser_extremal_values_erfc_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0310123Z test_nvfuser_extremal_values_erfc_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0310414Z test_nvfuser_extremal_values_erfc_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.0310788Z test_nvfuser_extremal_values_erfinv_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0311103Z test_nvfuser_extremal_values_erfinv_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0311403Z test_nvfuser_extremal_values_erfinv_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0311713Z test_nvfuser_extremal_values_exp2_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.0312014Z test_nvfuser_extremal_values_exp2_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0312311Z test_nvfuser_extremal_values_exp2_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.013s) 2022-11-23T03:02:24.0312604Z test_nvfuser_extremal_values_exp2_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0312899Z test_nvfuser_extremal_values_exp_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0313207Z test_nvfuser_extremal_values_exp_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0313512Z test_nvfuser_extremal_values_exp_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.0313814Z test_nvfuser_extremal_values_exp_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0314112Z test_nvfuser_extremal_values_exp_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0314405Z test_nvfuser_extremal_values_exp_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0314724Z test_nvfuser_extremal_values_expand_as_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0315050Z test_nvfuser_extremal_values_expand_as_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0315374Z test_nvfuser_extremal_values_expand_as_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.0315692Z test_nvfuser_extremal_values_expand_as_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0316010Z test_nvfuser_extremal_values_expand_as_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.015s) 2022-11-23T03:02:24.0316407Z test_nvfuser_extremal_values_expand_as_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.007s) 2022-11-23T03:02:24.0316888Z test_nvfuser_extremal_values_expand_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0317219Z test_nvfuser_extremal_values_expand_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0317613Z test_nvfuser_extremal_values_expand_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0318132Z test_nvfuser_extremal_values_expand_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0318575Z test_nvfuser_extremal_values_expand_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0318884Z test_nvfuser_extremal_values_expand_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0319182Z test_nvfuser_extremal_values_expm1_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:24.0319494Z test_nvfuser_extremal_values_expm1_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:24.0319794Z test_nvfuser_extremal_values_expm1_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.0320091Z test_nvfuser_extremal_values_expm1_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0320403Z test_nvfuser_extremal_values_eye_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.012s) 2022-11-23T03:02:24.0320707Z test_nvfuser_extremal_values_eye_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0321010Z test_nvfuser_extremal_values_eye_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0321319Z test_nvfuser_extremal_values_eye_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0321614Z test_nvfuser_extremal_values_eye_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0321909Z test_nvfuser_extremal_values_eye_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0322227Z test_nvfuser_extremal_values_fft_fft2_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0322546Z test_nvfuser_extremal_values_fft_fft2_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0322909Z test_nvfuser_extremal_values_fft_fft2_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0323221Z test_nvfuser_extremal_values_fft_fft2_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:24.0323632Z test_nvfuser_extremal_values_fft_fft2_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:24.0323950Z test_nvfuser_extremal_values_fft_fft_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.0324266Z test_nvfuser_extremal_values_fft_fft_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0324639Z test_nvfuser_extremal_values_fft_fft_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:02:24.0324965Z test_nvfuser_extremal_values_fft_fft_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0325283Z test_nvfuser_extremal_values_fft_fft_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:02:24.0325602Z test_nvfuser_extremal_values_fft_fftn_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0325920Z test_nvfuser_extremal_values_fft_fftn_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0326290Z test_nvfuser_extremal_values_fft_fftn_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:02:24.0326603Z test_nvfuser_extremal_values_fft_fftn_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0326913Z test_nvfuser_extremal_values_fft_fftn_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.013s) 2022-11-23T03:02:24.0327240Z test_nvfuser_extremal_values_fft_fftshift_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0327568Z test_nvfuser_extremal_values_fft_fftshift_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0327896Z test_nvfuser_extremal_values_fft_fftshift_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0328215Z test_nvfuser_extremal_values_fft_fftshift_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0328534Z test_nvfuser_extremal_values_fft_fftshift_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0328848Z test_nvfuser_extremal_values_fft_fftshift_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0329161Z test_nvfuser_extremal_values_fft_hfft2_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0329481Z test_nvfuser_extremal_values_fft_hfft2_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0329794Z test_nvfuser_extremal_values_fft_hfft2_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0330109Z test_nvfuser_extremal_values_fft_hfft2_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0330512Z test_nvfuser_extremal_values_fft_hfft2_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0330833Z test_nvfuser_extremal_values_fft_hfft_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0331214Z test_nvfuser_extremal_values_fft_hfft_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:24.0331538Z test_nvfuser_extremal_values_fft_hfft_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:24.0331850Z test_nvfuser_extremal_values_fft_hfft_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.0332165Z test_nvfuser_extremal_values_fft_hfft_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0332485Z test_nvfuser_extremal_values_fft_hfftn_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-11-23T03:02:24.0332805Z test_nvfuser_extremal_values_fft_hfftn_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0333101Z test_nvfuser_extremal_values_fft_hfftn_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0333411Z test_nvfuser_extremal_values_fft_hfftn_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0333725Z test_nvfuser_extremal_values_fft_hfftn_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0334045Z test_nvfuser_extremal_values_fft_ifft2_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0334360Z test_nvfuser_extremal_values_fft_ifft2_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0334676Z test_nvfuser_extremal_values_fft_ifft2_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0334985Z test_nvfuser_extremal_values_fft_ifft2_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:24.0335299Z test_nvfuser_extremal_values_fft_ifft2_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.0335617Z test_nvfuser_extremal_values_fft_ifft_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0335935Z test_nvfuser_extremal_values_fft_ifft_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0336250Z test_nvfuser_extremal_values_fft_ifft_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.014s) 2022-11-23T03:02:24.0336563Z test_nvfuser_extremal_values_fft_ifft_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0336960Z test_nvfuser_extremal_values_fft_ifft_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0337279Z test_nvfuser_extremal_values_fft_ifftn_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0337596Z test_nvfuser_extremal_values_fft_ifftn_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0338278Z test_nvfuser_extremal_values_fft_ifftn_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0338647Z test_nvfuser_extremal_values_fft_ifftn_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0338964Z test_nvfuser_extremal_values_fft_ifftn_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0339289Z test_nvfuser_extremal_values_fft_ifftshift_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.0339616Z test_nvfuser_extremal_values_fft_ifftshift_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:24.0339948Z test_nvfuser_extremal_values_fft_ifftshift_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.0340270Z test_nvfuser_extremal_values_fft_ifftshift_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0340592Z test_nvfuser_extremal_values_fft_ifftshift_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.012s) 2022-11-23T03:02:24.0340906Z test_nvfuser_extremal_values_fft_ifftshift_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0341223Z test_nvfuser_extremal_values_fft_ihfft2_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0341546Z test_nvfuser_extremal_values_fft_ihfft2_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0341861Z test_nvfuser_extremal_values_fft_ihfft2_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0342173Z test_nvfuser_extremal_values_fft_ihfft_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0342486Z test_nvfuser_extremal_values_fft_ihfft_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0342797Z test_nvfuser_extremal_values_fft_ihfft_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0343111Z test_nvfuser_extremal_values_fft_ihfftn_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0343424Z test_nvfuser_extremal_values_fft_ihfftn_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0343741Z test_nvfuser_extremal_values_fft_ihfftn_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0344166Z test_nvfuser_extremal_values_fft_irfft2_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0344487Z test_nvfuser_extremal_values_fft_irfft2_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:24.0344862Z test_nvfuser_extremal_values_fft_irfft2_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.0345182Z test_nvfuser_extremal_values_fft_irfft2_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0345494Z test_nvfuser_extremal_values_fft_irfft2_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0345818Z test_nvfuser_extremal_values_fft_irfft_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.015s) 2022-11-23T03:02:24.0346137Z test_nvfuser_extremal_values_fft_irfft_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.0346453Z test_nvfuser_extremal_values_fft_irfft_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0346806Z test_nvfuser_extremal_values_fft_irfft_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0347209Z test_nvfuser_extremal_values_fft_irfft_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0347541Z test_nvfuser_extremal_values_fft_irfftn_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0347862Z test_nvfuser_extremal_values_fft_irfftn_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0348178Z test_nvfuser_extremal_values_fft_irfftn_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0348532Z test_nvfuser_extremal_values_fft_irfftn_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0348847Z test_nvfuser_extremal_values_fft_irfftn_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0349162Z test_nvfuser_extremal_values_fft_rfft2_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.0349474Z test_nvfuser_extremal_values_fft_rfft2_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0349786Z test_nvfuser_extremal_values_fft_rfft2_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:02:24.0350103Z test_nvfuser_extremal_values_fft_rfft_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0350414Z test_nvfuser_extremal_values_fft_rfft_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:02:24.0350827Z test_nvfuser_extremal_values_fft_rfft_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0351137Z test_nvfuser_extremal_values_fft_rfftn_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0351451Z test_nvfuser_extremal_values_fft_rfftn_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.014s) 2022-11-23T03:02:24.0351825Z test_nvfuser_extremal_values_fft_rfftn_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0352097Z test_nvfuser_extremal_values_fill_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: No fill_ op (0.004s) 2022-11-23T03:02:24.0352354Z test_nvfuser_extremal_values_fill_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: No fill_ op (0.004s) 2022-11-23T03:02:24.0352609Z test_nvfuser_extremal_values_fill_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: No fill_ op (0.004s) 2022-11-23T03:02:24.0352856Z test_nvfuser_extremal_values_fill_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: No fill_ op (0.004s) 2022-11-23T03:02:24.0353095Z test_nvfuser_extremal_values_fill_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: No fill_ op (0.006s) 2022-11-23T03:02:24.0353335Z test_nvfuser_extremal_values_fill_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: No fill_ op (0.005s) 2022-11-23T03:02:24.0353651Z test_nvfuser_extremal_values_flatten_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0353972Z test_nvfuser_extremal_values_flatten_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0354294Z test_nvfuser_extremal_values_flatten_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.007s) 2022-11-23T03:02:24.0354607Z test_nvfuser_extremal_values_flatten_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0354906Z test_nvfuser_extremal_values_flatten_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-11-23T03:02:24.0355223Z test_nvfuser_extremal_values_flatten_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.0355536Z test_nvfuser_extremal_values_flip_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0355853Z test_nvfuser_extremal_values_flip_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0356168Z test_nvfuser_extremal_values_flip_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0356475Z test_nvfuser_extremal_values_flip_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.0356778Z test_nvfuser_extremal_values_flip_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0357072Z test_nvfuser_extremal_values_flip_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:02:24.0357474Z test_nvfuser_extremal_values_fliplr_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0357797Z test_nvfuser_extremal_values_fliplr_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:02:24.0358117Z test_nvfuser_extremal_values_fliplr_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0358493Z test_nvfuser_extremal_values_fliplr_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0358812Z test_nvfuser_extremal_values_fliplr_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.014s) 2022-11-23T03:02:24.0359112Z test_nvfuser_extremal_values_fliplr_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0359426Z test_nvfuser_extremal_values_flipud_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0359745Z test_nvfuser_extremal_values_flipud_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.007s) 2022-11-23T03:02:24.0360067Z test_nvfuser_extremal_values_flipud_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.0360381Z test_nvfuser_extremal_values_flipud_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0360684Z test_nvfuser_extremal_values_flipud_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0360985Z test_nvfuser_extremal_values_flipud_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0361282Z test_nvfuser_extremal_values_float_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:24.0361595Z test_nvfuser_extremal_values_float_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.0361908Z test_nvfuser_extremal_values_float_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.0362220Z test_nvfuser_extremal_values_float_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.0362528Z test_nvfuser_extremal_values_float_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0362825Z test_nvfuser_extremal_values_float_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0363146Z test_nvfuser_extremal_values_float_power_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0363475Z test_nvfuser_extremal_values_float_power_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0363800Z test_nvfuser_extremal_values_float_power_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0364202Z test_nvfuser_extremal_values_float_power_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:24.0364519Z test_nvfuser_extremal_values_float_power_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0364831Z test_nvfuser_extremal_values_float_power_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0365205Z test_nvfuser_extremal_values_floor_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.0365523Z test_nvfuser_extremal_values_floor_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0365824Z test_nvfuser_extremal_values_floor_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.013s) 2022-11-23T03:02:24.0366118Z test_nvfuser_extremal_values_floor_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0366436Z test_nvfuser_extremal_values_floor_divide_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.0366763Z test_nvfuser_extremal_values_floor_divide_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.0367080Z test_nvfuser_extremal_values_floor_divide_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0367394Z test_nvfuser_extremal_values_floor_divide_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0367695Z test_nvfuser_extremal_values_fmax_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0368001Z test_nvfuser_extremal_values_fmax_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:24.0368299Z test_nvfuser_extremal_values_fmax_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:24.0368593Z test_nvfuser_extremal_values_fmax_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0368893Z test_nvfuser_extremal_values_fmin_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0369190Z test_nvfuser_extremal_values_fmin_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0369482Z test_nvfuser_extremal_values_fmin_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.013s) 2022-11-23T03:02:24.0369776Z test_nvfuser_extremal_values_fmin_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0370075Z test_nvfuser_extremal_values_fmod_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0370368Z test_nvfuser_extremal_values_fmod_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0370747Z test_nvfuser_extremal_values_fmod_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0371038Z test_nvfuser_extremal_values_fmod_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0371335Z test_nvfuser_extremal_values_frac_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0371698Z test_nvfuser_extremal_values_frac_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0372006Z test_nvfuser_extremal_values_frac_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:24.0372302Z test_nvfuser_extremal_values_frac_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:24.0372601Z test_nvfuser_extremal_values_frexp_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.0372897Z test_nvfuser_extremal_values_frexp_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0373196Z test_nvfuser_extremal_values_frexp_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:02:24.0373490Z test_nvfuser_extremal_values_full_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0373953Z test_nvfuser_extremal_values_full_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-11-23T03:02:24.0374281Z test_nvfuser_extremal_values_full_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0374594Z test_nvfuser_extremal_values_full_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0375009Z test_nvfuser_extremal_values_full_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0375416Z test_nvfuser_extremal_values_full_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0375756Z test_nvfuser_extremal_values_full_like_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0376078Z test_nvfuser_extremal_values_full_like_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0376396Z test_nvfuser_extremal_values_full_like_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0376714Z test_nvfuser_extremal_values_full_like_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0377030Z test_nvfuser_extremal_values_full_like_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:24.0377326Z test_nvfuser_extremal_values_full_like_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.0377740Z test_nvfuser_extremal_values_gather_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0378060Z test_nvfuser_extremal_values_gather_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0378381Z test_nvfuser_extremal_values_gather_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0378757Z test_nvfuser_extremal_values_gather_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0379074Z test_nvfuser_extremal_values_gather_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0379376Z test_nvfuser_extremal_values_gather_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0379683Z test_nvfuser_extremal_values_ge_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0379987Z test_nvfuser_extremal_values_ge_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0380299Z test_nvfuser_extremal_values_ge_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:24.0380609Z test_nvfuser_extremal_values_ge_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.0380931Z test_nvfuser_extremal_values_geqrf_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0381251Z test_nvfuser_extremal_values_geqrf_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-11-23T03:02:24.0381561Z test_nvfuser_extremal_values_geqrf_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0381911Z test_nvfuser_extremal_values_geqrf_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0382176Z test_nvfuser_extremal_values_gradient_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.004s) 2022-11-23T03:02:24.0382439Z test_nvfuser_extremal_values_gradient_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.004s) 2022-11-23T03:02:24.0382704Z test_nvfuser_extremal_values_gradient_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.004s) 2022-11-23T03:02:24.0382960Z test_nvfuser_extremal_values_gradient_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.004s) 2022-11-23T03:02:24.0383205Z test_nvfuser_extremal_values_gradient_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.004s) 2022-11-23T03:02:24.0383446Z test_nvfuser_extremal_values_gradient_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.004s) 2022-11-23T03:02:24.0383776Z test_nvfuser_extremal_values_grid_sampler_2d_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0384102Z test_nvfuser_extremal_values_grid_sampler_2d_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0384521Z test_nvfuser_extremal_values_grid_sampler_2d_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:24.0384833Z test_nvfuser_extremal_values_gt_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.0385139Z test_nvfuser_extremal_values_gt_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0385508Z test_nvfuser_extremal_values_gt_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0385825Z test_nvfuser_extremal_values_gt_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:02:24.0386143Z test_nvfuser_extremal_values_half_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0386455Z test_nvfuser_extremal_values_half_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:02:24.0386767Z test_nvfuser_extremal_values_half_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0387078Z test_nvfuser_extremal_values_half_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.013s) 2022-11-23T03:02:24.0387377Z test_nvfuser_extremal_values_half_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.008s) 2022-11-23T03:02:24.0387672Z test_nvfuser_extremal_values_half_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0387997Z test_nvfuser_extremal_values_heaviside_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0388320Z test_nvfuser_extremal_values_heaviside_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0388641Z test_nvfuser_extremal_values_heaviside_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0388959Z test_nvfuser_extremal_values_heaviside_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0389209Z test_nvfuser_extremal_values_histc_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-11-23T03:02:24.0389463Z test_nvfuser_extremal_values_histc_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.005s) 2022-11-23T03:02:24.0389778Z test_nvfuser_extremal_values_hsplit_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0390090Z test_nvfuser_extremal_values_hsplit_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:02:24.0390412Z test_nvfuser_extremal_values_hsplit_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0390723Z test_nvfuser_extremal_values_hsplit_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0391025Z test_nvfuser_extremal_values_hsplit_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0391412Z test_nvfuser_extremal_values_hsplit_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0391725Z test_nvfuser_extremal_values_hstack_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0392106Z test_nvfuser_extremal_values_hstack_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0392437Z test_nvfuser_extremal_values_hstack_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0392749Z test_nvfuser_extremal_values_hstack_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0393056Z test_nvfuser_extremal_values_hstack_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:24.0393352Z test_nvfuser_extremal_values_hstack_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0393654Z test_nvfuser_extremal_values_hypot_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.0393963Z test_nvfuser_extremal_values_hypot_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0394263Z test_nvfuser_extremal_values_hypot_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:02:24.0394562Z test_nvfuser_extremal_values_hypot_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0394851Z test_nvfuser_extremal_values_i0_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:02:24.0395153Z test_nvfuser_extremal_values_i0_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0395460Z test_nvfuser_extremal_values_i0_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:02:24.0395767Z test_nvfuser_extremal_values_i0_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0396080Z test_nvfuser_extremal_values_igamma_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0396385Z test_nvfuser_extremal_values_igamma_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.014s) 2022-11-23T03:02:24.0396696Z test_nvfuser_extremal_values_igammac_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0397014Z test_nvfuser_extremal_values_igammac_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0397329Z test_nvfuser_extremal_values_imag_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0397644Z test_nvfuser_extremal_values_imag_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0398051Z test_nvfuser_extremal_values_index_add_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0398377Z test_nvfuser_extremal_values_index_add_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0398763Z test_nvfuser_extremal_values_index_add_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0399137Z test_nvfuser_extremal_values_index_add_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0399531Z test_nvfuser_extremal_values_index_add_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0399855Z test_nvfuser_extremal_values_index_add_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0400177Z test_nvfuser_extremal_values_index_copy_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.0400505Z test_nvfuser_extremal_values_index_copy_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0400827Z test_nvfuser_extremal_values_index_copy_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.012s) 2022-11-23T03:02:24.0401144Z test_nvfuser_extremal_values_index_copy_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.008s) 2022-11-23T03:02:24.0401462Z test_nvfuser_extremal_values_index_copy_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.008s) 2022-11-23T03:02:24.0401774Z test_nvfuser_extremal_values_index_copy_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0402096Z test_nvfuser_extremal_values_index_fill_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0402419Z test_nvfuser_extremal_values_index_fill_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0402738Z test_nvfuser_extremal_values_index_fill_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0403051Z test_nvfuser_extremal_values_index_fill_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:24.0403362Z test_nvfuser_extremal_values_index_fill_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:24.0403679Z test_nvfuser_extremal_values_index_fill_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.0403993Z test_nvfuser_extremal_values_index_put_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0404313Z test_nvfuser_extremal_values_index_put_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0404728Z test_nvfuser_extremal_values_index_put_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.014s) 2022-11-23T03:02:24.0405044Z test_nvfuser_extremal_values_index_put_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0405359Z test_nvfuser_extremal_values_index_put_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0405736Z test_nvfuser_extremal_values_index_put_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0406073Z test_nvfuser_extremal_values_index_reduce_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0406399Z test_nvfuser_extremal_values_index_reduce_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0406717Z test_nvfuser_extremal_values_index_reduce_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0407038Z test_nvfuser_extremal_values_index_reduce_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0407361Z test_nvfuser_extremal_values_index_select_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0407687Z test_nvfuser_extremal_values_index_select_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0408014Z test_nvfuser_extremal_values_index_select_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:02:24.0408334Z test_nvfuser_extremal_values_index_select_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0408648Z test_nvfuser_extremal_values_index_select_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0408964Z test_nvfuser_extremal_values_index_select_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0409277Z test_nvfuser_extremal_values_inner_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.0409593Z test_nvfuser_extremal_values_inner_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0409909Z test_nvfuser_extremal_values_inner_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0410221Z test_nvfuser_extremal_values_inner_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0410526Z test_nvfuser_extremal_values_inner_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:24.0410820Z test_nvfuser_extremal_values_inner_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:24.0411583Z test_nvfuser_extremal_values_int_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.0411897Z test_nvfuser_extremal_values_int_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0412198Z test_nvfuser_extremal_values_int_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:02:24.0412595Z test_nvfuser_extremal_values_int_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0412908Z test_nvfuser_extremal_values_int_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0413202Z test_nvfuser_extremal_values_int_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.014s) 2022-11-23T03:02:24.0413526Z test_nvfuser_extremal_values_isclose_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0413846Z test_nvfuser_extremal_values_isclose_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0414168Z test_nvfuser_extremal_values_isclose_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0414482Z test_nvfuser_extremal_values_isclose_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0414794Z test_nvfuser_extremal_values_isclose_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0415111Z test_nvfuser_extremal_values_isclose_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0415426Z test_nvfuser_extremal_values_isfinite_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0415749Z test_nvfuser_extremal_values_isfinite_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:24.0416069Z test_nvfuser_extremal_values_isfinite_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:24.0416383Z test_nvfuser_extremal_values_isfinite_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.0416700Z test_nvfuser_extremal_values_isfinite_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0417015Z test_nvfuser_extremal_values_isfinite_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0417322Z test_nvfuser_extremal_values_isin_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0417625Z test_nvfuser_extremal_values_isin_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0417919Z test_nvfuser_extremal_values_isin_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0418321Z test_nvfuser_extremal_values_isinf_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0418635Z test_nvfuser_extremal_values_isinf_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0418949Z test_nvfuser_extremal_values_isinf_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0419325Z test_nvfuser_extremal_values_isinf_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0419640Z test_nvfuser_extremal_values_isinf_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.0419922Z test_nvfuser_extremal_values_isinf_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0420234Z test_nvfuser_extremal_values_isnan_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.0420548Z test_nvfuser_extremal_values_isnan_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0420867Z test_nvfuser_extremal_values_isnan_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.012s) 2022-11-23T03:02:24.0421177Z test_nvfuser_extremal_values_isnan_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0421477Z test_nvfuser_extremal_values_isnan_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0421775Z test_nvfuser_extremal_values_isnan_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0422092Z test_nvfuser_extremal_values_isneginf_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0422411Z test_nvfuser_extremal_values_isneginf_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0422723Z test_nvfuser_extremal_values_isneginf_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0423039Z test_nvfuser_extremal_values_isneginf_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0423356Z test_nvfuser_extremal_values_isposinf_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0423665Z test_nvfuser_extremal_values_isposinf_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0423976Z test_nvfuser_extremal_values_isposinf_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0424289Z test_nvfuser_extremal_values_isposinf_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.0424603Z test_nvfuser_extremal_values_isreal_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0425012Z test_nvfuser_extremal_values_isreal_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.013s) 2022-11-23T03:02:24.0425325Z test_nvfuser_extremal_values_isreal_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0425639Z test_nvfuser_extremal_values_isreal_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0426010Z test_nvfuser_extremal_values_isreal_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:24.0426323Z test_nvfuser_extremal_values_isreal_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T03:02:24.0426639Z test_nvfuser_extremal_values_istft_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0426954Z test_nvfuser_extremal_values_istft_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0427242Z test_nvfuser_extremal_values_jiterator_2inputs_2outputs_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.012s) 2022-11-23T03:02:24.0427533Z test_nvfuser_extremal_values_jiterator_2inputs_2outputs_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.004s) 2022-11-23T03:02:24.0427818Z test_nvfuser_extremal_values_jiterator_2inputs_2outputs_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.004s) 2022-11-23T03:02:24.0428098Z test_nvfuser_extremal_values_jiterator_2inputs_2outputs_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.004s) 2022-11-23T03:02:24.0428371Z test_nvfuser_extremal_values_jiterator_2inputs_2outputs_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.004s) 2022-11-23T03:02:24.0428634Z test_nvfuser_extremal_values_jiterator_2inputs_2outputs_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.004s) 2022-11-23T03:02:24.0428921Z test_nvfuser_extremal_values_jiterator_4inputs_with_extra_args_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.004s) 2022-11-23T03:02:24.0429215Z test_nvfuser_extremal_values_jiterator_4inputs_with_extra_args_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.004s) 2022-11-23T03:02:24.0429508Z test_nvfuser_extremal_values_jiterator_4inputs_with_extra_args_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.005s) 2022-11-23T03:02:24.0429794Z test_nvfuser_extremal_values_jiterator_4inputs_with_extra_args_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.004s) 2022-11-23T03:02:24.0430083Z test_nvfuser_extremal_values_jiterator_4inputs_with_extra_args_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.005s) 2022-11-23T03:02:24.0430361Z test_nvfuser_extremal_values_jiterator_4inputs_with_extra_args_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.000s) 2022-11-23T03:02:24.0430630Z test_nvfuser_extremal_values_jiterator_binary_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.006s) 2022-11-23T03:02:24.0430899Z test_nvfuser_extremal_values_jiterator_binary_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.000s) 2022-11-23T03:02:24.0431170Z test_nvfuser_extremal_values_jiterator_binary_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.010s) 2022-11-23T03:02:24.0431436Z test_nvfuser_extremal_values_jiterator_binary_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.000s) 2022-11-23T03:02:24.0431788Z test_nvfuser_extremal_values_jiterator_binary_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.000s) 2022-11-23T03:02:24.0432047Z test_nvfuser_extremal_values_jiterator_binary_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.010s) 2022-11-23T03:02:24.0432333Z test_nvfuser_extremal_values_jiterator_binary_return_by_ref_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.000s) 2022-11-23T03:02:24.0432622Z test_nvfuser_extremal_values_jiterator_binary_return_by_ref_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.000s) 2022-11-23T03:02:24.0432973Z test_nvfuser_extremal_values_jiterator_binary_return_by_ref_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.013s) 2022-11-23T03:02:24.0433271Z test_nvfuser_extremal_values_jiterator_binary_return_by_ref_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.004s) 2022-11-23T03:02:24.0433556Z test_nvfuser_extremal_values_jiterator_binary_return_by_ref_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.004s) 2022-11-23T03:02:24.0433822Z test_nvfuser_extremal_values_jiterator_binary_return_by_ref_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.004s) 2022-11-23T03:02:24.0434088Z test_nvfuser_extremal_values_jiterator_unary_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.004s) 2022-11-23T03:02:24.0434357Z test_nvfuser_extremal_values_jiterator_unary_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.004s) 2022-11-23T03:02:24.0434629Z test_nvfuser_extremal_values_jiterator_unary_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.004s) 2022-11-23T03:02:24.0434894Z test_nvfuser_extremal_values_jiterator_unary_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.004s) 2022-11-23T03:02:24.0435152Z test_nvfuser_extremal_values_jiterator_unary_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.004s) 2022-11-23T03:02:24.0435414Z test_nvfuser_extremal_values_jiterator_unary_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.004s) 2022-11-23T03:02:24.0435731Z test_nvfuser_extremal_values_kron_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0436053Z test_nvfuser_extremal_values_kron_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0436372Z test_nvfuser_extremal_values_kron_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0436680Z test_nvfuser_extremal_values_kron_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0436978Z test_nvfuser_extremal_values_kron_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.009s) 2022-11-23T03:02:24.0437274Z test_nvfuser_extremal_values_kron_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0437588Z test_nvfuser_extremal_values_kthvalue_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.007s) 2022-11-23T03:02:24.0437910Z test_nvfuser_extremal_values_kthvalue_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0438229Z test_nvfuser_extremal_values_kthvalue_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:24.0438543Z test_nvfuser_extremal_values_ldexp_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.0438947Z test_nvfuser_extremal_values_ldexp_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0439263Z test_nvfuser_extremal_values_ldexp_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0439577Z test_nvfuser_extremal_values_ldexp_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.014s) 2022-11-23T03:02:24.0439947Z test_nvfuser_extremal_values_ldexp_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0440259Z test_nvfuser_extremal_values_ldexp_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0440571Z test_nvfuser_extremal_values_le_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0440875Z test_nvfuser_extremal_values_le_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0441180Z test_nvfuser_extremal_values_le_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0441492Z test_nvfuser_extremal_values_le_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0441889Z test_nvfuser_extremal_values_lerp_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0442258Z test_nvfuser_extremal_values_lerp_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0442575Z test_nvfuser_extremal_values_lerp_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0442889Z test_nvfuser_extremal_values_lerp_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0443191Z test_nvfuser_extremal_values_lerp_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0443485Z test_nvfuser_extremal_values_lerp_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0443793Z test_nvfuser_extremal_values_lgamma_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:24.0444098Z test_nvfuser_extremal_values_lgamma_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.0444400Z test_nvfuser_extremal_values_lgamma_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.007s) 2022-11-23T03:02:24.0444736Z test_nvfuser_extremal_values_linalg_cholesky_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0445071Z test_nvfuser_extremal_values_linalg_cholesky_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0445397Z test_nvfuser_extremal_values_linalg_cholesky_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0445824Z test_nvfuser_extremal_values_linalg_cholesky_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0446161Z test_nvfuser_extremal_values_linalg_cholesky_ex_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0446860Z test_nvfuser_extremal_values_linalg_cholesky_ex_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0447240Z test_nvfuser_extremal_values_linalg_cholesky_ex_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0447572Z test_nvfuser_extremal_values_linalg_cholesky_ex_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:24.0447905Z test_nvfuser_extremal_values_linalg_cond_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.0448230Z test_nvfuser_extremal_values_linalg_cond_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0448598Z test_nvfuser_extremal_values_linalg_cond_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-11-23T03:02:24.0448916Z test_nvfuser_extremal_values_linalg_cond_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0449241Z test_nvfuser_extremal_values_linalg_cross_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0449571Z test_nvfuser_extremal_values_linalg_cross_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0449895Z test_nvfuser_extremal_values_linalg_cross_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0450219Z test_nvfuser_extremal_values_linalg_cross_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0450536Z test_nvfuser_extremal_values_linalg_cross_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0450858Z test_nvfuser_extremal_values_linalg_det_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0451178Z test_nvfuser_extremal_values_linalg_det_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0451495Z test_nvfuser_extremal_values_linalg_det_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0451815Z test_nvfuser_extremal_values_linalg_det_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0452152Z test_nvfuser_extremal_values_linalg_det_singular_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.0452487Z test_nvfuser_extremal_values_linalg_det_singular_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0452927Z test_nvfuser_extremal_values_linalg_det_singular_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.013s) 2022-11-23T03:02:24.0453248Z test_nvfuser_extremal_values_linalg_det_singular_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0453636Z test_nvfuser_extremal_values_linalg_eig_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0453971Z test_nvfuser_extremal_values_linalg_eig_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0454287Z test_nvfuser_extremal_values_linalg_eig_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0454608Z test_nvfuser_extremal_values_linalg_eig_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.0454933Z test_nvfuser_extremal_values_linalg_eigh_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0455259Z test_nvfuser_extremal_values_linalg_eigh_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0455579Z test_nvfuser_extremal_values_linalg_eigh_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0455898Z test_nvfuser_extremal_values_linalg_eigh_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0456155Z test_nvfuser_extremal_values_linalg_eigvals_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.003s) 2022-11-23T03:02:24.0456423Z test_nvfuser_extremal_values_linalg_eigvals_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.003s) 2022-11-23T03:02:24.0456684Z test_nvfuser_extremal_values_linalg_eigvals_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.006s) 2022-11-23T03:02:24.0456949Z test_nvfuser_extremal_values_linalg_eigvals_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.004s) 2022-11-23T03:02:24.0457283Z test_nvfuser_extremal_values_linalg_eigvalsh_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0457614Z test_nvfuser_extremal_values_linalg_eigvalsh_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0457944Z test_nvfuser_extremal_values_linalg_eigvalsh_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0458272Z test_nvfuser_extremal_values_linalg_eigvalsh_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0458626Z test_nvfuser_extremal_values_linalg_householder_product_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0458978Z test_nvfuser_extremal_values_linalg_householder_product_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0459318Z test_nvfuser_extremal_values_linalg_householder_product_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0459761Z test_nvfuser_extremal_values_linalg_householder_product_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0460084Z test_nvfuser_extremal_values_linalg_inv_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:24.0460468Z test_nvfuser_extremal_values_linalg_inv_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.0460798Z test_nvfuser_extremal_values_linalg_inv_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0461115Z test_nvfuser_extremal_values_linalg_inv_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0461444Z test_nvfuser_extremal_values_linalg_inv_ex_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0461767Z test_nvfuser_extremal_values_linalg_inv_ex_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0462089Z test_nvfuser_extremal_values_linalg_inv_ex_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0462408Z test_nvfuser_extremal_values_linalg_inv_ex_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0462741Z test_nvfuser_extremal_values_linalg_ldl_factor_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0463074Z test_nvfuser_extremal_values_linalg_ldl_factor_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0463399Z test_nvfuser_extremal_values_linalg_ldl_factor_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0463730Z test_nvfuser_extremal_values_linalg_ldl_factor_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0464068Z test_nvfuser_extremal_values_linalg_ldl_factor_ex_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.0464404Z test_nvfuser_extremal_values_linalg_ldl_factor_ex_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:02:24.0464740Z test_nvfuser_extremal_values_linalg_ldl_factor_ex_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0465057Z test_nvfuser_extremal_values_linalg_ldl_factor_ex_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.008s) 2022-11-23T03:02:24.0465387Z test_nvfuser_extremal_values_linalg_ldl_solve_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.007s) 2022-11-23T03:02:24.0465714Z test_nvfuser_extremal_values_linalg_ldl_solve_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0466128Z test_nvfuser_extremal_values_linalg_ldl_solve_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0466453Z test_nvfuser_extremal_values_linalg_ldl_solve_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0466780Z test_nvfuser_extremal_values_linalg_lstsq_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0467166Z test_nvfuser_extremal_values_linalg_lstsq_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0467497Z test_nvfuser_extremal_values_linalg_lstsq_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:24.0467818Z test_nvfuser_extremal_values_linalg_lstsq_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.0468161Z test_nvfuser_extremal_values_linalg_lstsq_grad_oriented_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0468504Z test_nvfuser_extremal_values_linalg_lstsq_grad_oriented_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0468844Z test_nvfuser_extremal_values_linalg_lstsq_grad_oriented_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0469183Z test_nvfuser_extremal_values_linalg_lstsq_grad_oriented_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0469503Z test_nvfuser_extremal_values_linalg_lu_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0469820Z test_nvfuser_extremal_values_linalg_lu_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0470136Z test_nvfuser_extremal_values_linalg_lu_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0470453Z test_nvfuser_extremal_values_linalg_lu_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0470783Z test_nvfuser_extremal_values_linalg_lu_factor_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0471115Z test_nvfuser_extremal_values_linalg_lu_factor_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0471440Z test_nvfuser_extremal_values_linalg_lu_factor_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:24.0471765Z test_nvfuser_extremal_values_linalg_lu_factor_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.0472104Z test_nvfuser_extremal_values_linalg_lu_factor_ex_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0472438Z test_nvfuser_extremal_values_linalg_lu_factor_ex_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0472852Z test_nvfuser_extremal_values_linalg_lu_factor_ex_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-11-23T03:02:24.0473170Z test_nvfuser_extremal_values_linalg_lu_factor_ex_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0473498Z test_nvfuser_extremal_values_linalg_lu_solve_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0473888Z test_nvfuser_extremal_values_linalg_lu_solve_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0474227Z test_nvfuser_extremal_values_linalg_lu_solve_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0474554Z test_nvfuser_extremal_values_linalg_lu_solve_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0474879Z test_nvfuser_extremal_values_linalg_matrix_norm_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0475209Z test_nvfuser_extremal_values_linalg_matrix_norm_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0475542Z test_nvfuser_extremal_values_linalg_matrix_norm_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0476019Z test_nvfuser_extremal_values_linalg_matrix_norm_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0476363Z test_nvfuser_extremal_values_linalg_matrix_norm_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.0476689Z test_nvfuser_extremal_values_linalg_matrix_norm_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0477028Z test_nvfuser_extremal_values_linalg_matrix_power_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:02:24.0477700Z test_nvfuser_extremal_values_linalg_matrix_power_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0478043Z test_nvfuser_extremal_values_linalg_matrix_power_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.012s) 2022-11-23T03:02:24.0478366Z test_nvfuser_extremal_values_linalg_matrix_power_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0478694Z test_nvfuser_extremal_values_linalg_matrix_rank_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0479028Z test_nvfuser_extremal_values_linalg_matrix_rank_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0479356Z test_nvfuser_extremal_values_linalg_matrix_rank_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:24.0479683Z test_nvfuser_extremal_values_linalg_matrix_rank_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.0480141Z test_nvfuser_extremal_values_linalg_matrix_rank_hermitian_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0480490Z test_nvfuser_extremal_values_linalg_matrix_rank_hermitian_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0480900Z test_nvfuser_extremal_values_linalg_matrix_rank_hermitian_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.014s) 2022-11-23T03:02:24.0481254Z test_nvfuser_extremal_values_linalg_matrix_rank_hermitian_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0481582Z test_nvfuser_extremal_values_linalg_multi_dot_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0481915Z test_nvfuser_extremal_values_linalg_multi_dot_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0482240Z test_nvfuser_extremal_values_linalg_multi_dot_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0482566Z test_nvfuser_extremal_values_linalg_multi_dot_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.0482897Z test_nvfuser_extremal_values_linalg_multi_dot_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0483355Z test_nvfuser_extremal_values_linalg_multi_dot_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0483677Z test_nvfuser_extremal_values_linalg_norm_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0484000Z test_nvfuser_extremal_values_linalg_norm_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0484619Z test_nvfuser_extremal_values_linalg_norm_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0484948Z test_nvfuser_extremal_values_linalg_norm_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0485269Z test_nvfuser_extremal_values_linalg_norm_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0485578Z test_nvfuser_extremal_values_linalg_norm_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:24.0485926Z test_nvfuser_extremal_values_linalg_norm_subgradients_at_zero_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.0486284Z test_nvfuser_extremal_values_linalg_norm_subgradients_at_zero_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0486635Z test_nvfuser_extremal_values_linalg_norm_subgradients_at_zero_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0487093Z test_nvfuser_extremal_values_linalg_norm_subgradients_at_zero_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.014s) 2022-11-23T03:02:24.0487442Z test_nvfuser_extremal_values_linalg_norm_subgradients_at_zero_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0487789Z test_nvfuser_extremal_values_linalg_norm_subgradients_at_zero_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0488184Z test_nvfuser_extremal_values_linalg_pinv_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0488521Z test_nvfuser_extremal_values_linalg_pinv_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0488844Z test_nvfuser_extremal_values_linalg_pinv_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0489162Z test_nvfuser_extremal_values_linalg_pinv_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0489504Z test_nvfuser_extremal_values_linalg_pinv_hermitian_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0489967Z test_nvfuser_extremal_values_linalg_pinv_hermitian_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:24.0490312Z test_nvfuser_extremal_values_linalg_pinv_hermitian_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:24.0490637Z test_nvfuser_extremal_values_linalg_pinv_hermitian_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.007s) 2022-11-23T03:02:24.0491072Z test_nvfuser_extremal_values_linalg_pinv_singular_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0491532Z test_nvfuser_extremal_values_linalg_pinv_singular_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0491870Z test_nvfuser_extremal_values_linalg_pinv_singular_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0492187Z test_nvfuser_extremal_values_linalg_pinv_singular_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0492510Z test_nvfuser_extremal_values_linalg_qr_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0492829Z test_nvfuser_extremal_values_linalg_qr_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0493145Z test_nvfuser_extremal_values_linalg_qr_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0493461Z test_nvfuser_extremal_values_linalg_qr_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.009s) 2022-11-23T03:02:24.0493791Z test_nvfuser_extremal_values_linalg_slogdet_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0494201Z test_nvfuser_extremal_values_linalg_slogdet_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0494527Z test_nvfuser_extremal_values_linalg_slogdet_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.0494918Z test_nvfuser_extremal_values_linalg_slogdet_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0495262Z test_nvfuser_extremal_values_linalg_solve_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.014s) 2022-11-23T03:02:24.0495588Z test_nvfuser_extremal_values_linalg_solve_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.007s) 2022-11-23T03:02:24.0495909Z test_nvfuser_extremal_values_linalg_solve_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.0496229Z test_nvfuser_extremal_values_linalg_solve_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.0496558Z test_nvfuser_extremal_values_linalg_solve_ex_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.0497021Z test_nvfuser_extremal_values_linalg_solve_ex_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.007s) 2022-11-23T03:02:24.0497352Z test_nvfuser_extremal_values_linalg_solve_ex_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0497679Z test_nvfuser_extremal_values_linalg_solve_ex_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:24.0498135Z test_nvfuser_extremal_values_linalg_solve_triangular_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:24.0498599Z test_nvfuser_extremal_values_linalg_solve_triangular_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.0498945Z test_nvfuser_extremal_values_linalg_solve_triangular_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0499283Z test_nvfuser_extremal_values_linalg_solve_triangular_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.013s) 2022-11-23T03:02:24.0499611Z test_nvfuser_extremal_values_linalg_svd_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.007s) 2022-11-23T03:02:24.0499934Z test_nvfuser_extremal_values_linalg_svd_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.009s) 2022-11-23T03:02:24.0500251Z test_nvfuser_extremal_values_linalg_svd_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:24.0500567Z test_nvfuser_extremal_values_linalg_svd_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0500898Z test_nvfuser_extremal_values_linalg_svdvals_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0501327Z test_nvfuser_extremal_values_linalg_svdvals_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:02:24.0501653Z test_nvfuser_extremal_values_linalg_svdvals_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0502040Z test_nvfuser_extremal_values_linalg_svdvals_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:02:24.0502388Z test_nvfuser_extremal_values_linalg_tensorinv_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0502717Z test_nvfuser_extremal_values_linalg_tensorinv_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0503050Z test_nvfuser_extremal_values_linalg_tensorinv_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.014s) 2022-11-23T03:02:24.0503379Z test_nvfuser_extremal_values_linalg_tensorinv_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0503836Z test_nvfuser_extremal_values_linalg_tensorsolve_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0504187Z test_nvfuser_extremal_values_linalg_tensorsolve_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0504513Z test_nvfuser_extremal_values_linalg_tensorsolve_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0504946Z test_nvfuser_extremal_values_linalg_tensorsolve_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0505382Z test_nvfuser_extremal_values_linalg_vander_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0505723Z test_nvfuser_extremal_values_linalg_vander_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0506045Z test_nvfuser_extremal_values_linalg_vander_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0506366Z test_nvfuser_extremal_values_linalg_vander_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0506691Z test_nvfuser_extremal_values_linalg_vecdot_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0507017Z test_nvfuser_extremal_values_linalg_vecdot_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0507343Z test_nvfuser_extremal_values_linalg_vecdot_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0507661Z test_nvfuser_extremal_values_linalg_vecdot_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0507977Z test_nvfuser_extremal_values_linalg_vecdot_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0508394Z test_nvfuser_extremal_values_linalg_vecdot_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0508722Z test_nvfuser_extremal_values_linalg_vector_norm_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.0509117Z test_nvfuser_extremal_values_linalg_vector_norm_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0509458Z test_nvfuser_extremal_values_linalg_vector_norm_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.012s) 2022-11-23T03:02:24.0509782Z test_nvfuser_extremal_values_linalg_vector_norm_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0510112Z test_nvfuser_extremal_values_linalg_vector_norm_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.0510438Z test_nvfuser_extremal_values_linalg_vector_norm_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0510890Z test_nvfuser_extremal_values_linspace_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0511223Z test_nvfuser_extremal_values_linspace_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0511542Z test_nvfuser_extremal_values_linspace_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0511968Z test_nvfuser_extremal_values_linspace_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0512384Z test_nvfuser_extremal_values_linspace_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:24.0512713Z test_nvfuser_extremal_values_linspace_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:24.0513024Z test_nvfuser_extremal_values_log10_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.0513335Z test_nvfuser_extremal_values_log10_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0513654Z test_nvfuser_extremal_values_log10_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:02:24.0513964Z test_nvfuser_extremal_values_log10_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0514267Z test_nvfuser_extremal_values_log10_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0514560Z test_nvfuser_extremal_values_log10_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.015s) 2022-11-23T03:02:24.0514870Z test_nvfuser_extremal_values_log1p_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0515265Z test_nvfuser_extremal_values_log1p_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0515561Z test_nvfuser_extremal_values_log1p_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0515853Z test_nvfuser_extremal_values_log1p_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0516211Z test_nvfuser_extremal_values_log2_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0516539Z test_nvfuser_extremal_values_log2_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0516858Z test_nvfuser_extremal_values_log2_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0517166Z test_nvfuser_extremal_values_log2_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:24.0517463Z test_nvfuser_extremal_values_log2_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0517921Z test_nvfuser_extremal_values_log2_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.009s) 2022-11-23T03:02:24.0518223Z test_nvfuser_extremal_values_log_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0518532Z test_nvfuser_extremal_values_log_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0518934Z test_nvfuser_extremal_values_log_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0519341Z test_nvfuser_extremal_values_log_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0519651Z test_nvfuser_extremal_values_log_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0519942Z test_nvfuser_extremal_values_log_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0520263Z test_nvfuser_extremal_values_log_softmax_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0520584Z test_nvfuser_extremal_values_log_softmax_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:24.0520901Z test_nvfuser_extremal_values_log_softmax_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:24.0521214Z test_nvfuser_extremal_values_log_softmax_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.0521549Z test_nvfuser_extremal_values_log_softmax_with_dtype_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0521888Z test_nvfuser_extremal_values_log_softmax_with_dtype_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-11-23T03:02:24.0522725Z test_nvfuser_extremal_values_log_softmax_with_dtype_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0523058Z test_nvfuser_extremal_values_log_softmax_with_dtype_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0523470Z test_nvfuser_extremal_values_log_softmax_with_dtype_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0523805Z test_nvfuser_extremal_values_log_softmax_with_dtype_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0524129Z test_nvfuser_extremal_values_logaddexp2_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0524453Z test_nvfuser_extremal_values_logaddexp2_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0524917Z test_nvfuser_extremal_values_logaddexp2_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0525249Z test_nvfuser_extremal_values_logaddexp_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0525568Z test_nvfuser_extremal_values_logaddexp_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0525996Z test_nvfuser_extremal_values_logaddexp_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:24.0526416Z test_nvfuser_extremal_values_logcumsumexp_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:24.0526744Z test_nvfuser_extremal_values_logcumsumexp_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.0527074Z test_nvfuser_extremal_values_logcumsumexp_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0527390Z test_nvfuser_extremal_values_logcumsumexp_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-11-23T03:02:24.0527711Z test_nvfuser_extremal_values_logdet_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.0528032Z test_nvfuser_extremal_values_logdet_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0528346Z test_nvfuser_extremal_values_logdet_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0528652Z test_nvfuser_extremal_values_logdet_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0528967Z test_nvfuser_extremal_values_logical_and_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0529293Z test_nvfuser_extremal_values_logical_and_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0529719Z test_nvfuser_extremal_values_logical_and_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0530044Z test_nvfuser_extremal_values_logical_and_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0530363Z test_nvfuser_extremal_values_logical_and_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0530746Z test_nvfuser_extremal_values_logical_and_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0531074Z test_nvfuser_extremal_values_logical_not_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0531399Z test_nvfuser_extremal_values_logical_not_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0531858Z test_nvfuser_extremal_values_logical_not_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0532178Z test_nvfuser_extremal_values_logical_not_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0532499Z test_nvfuser_extremal_values_logical_not_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0532915Z test_nvfuser_extremal_values_logical_not_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:24.0533336Z test_nvfuser_extremal_values_logical_or_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:24.0533667Z test_nvfuser_extremal_values_logical_or_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.0533989Z test_nvfuser_extremal_values_logical_or_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0534309Z test_nvfuser_extremal_values_logical_or_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0534625Z test_nvfuser_extremal_values_logical_or_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:02:24.0534944Z test_nvfuser_extremal_values_logical_or_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0535265Z test_nvfuser_extremal_values_logical_xor_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.012s) 2022-11-23T03:02:24.0535589Z test_nvfuser_extremal_values_logical_xor_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0535917Z test_nvfuser_extremal_values_logical_xor_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.008s) 2022-11-23T03:02:24.0536239Z test_nvfuser_extremal_values_logical_xor_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.008s) 2022-11-23T03:02:24.0536651Z test_nvfuser_extremal_values_logical_xor_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0536962Z test_nvfuser_extremal_values_logical_xor_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0537274Z test_nvfuser_extremal_values_logit_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0537651Z test_nvfuser_extremal_values_logit_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0537969Z test_nvfuser_extremal_values_logit_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0538267Z test_nvfuser_extremal_values_logit_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0538707Z test_nvfuser_extremal_values_logspace_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.0539038Z test_nvfuser_extremal_values_logspace_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0539473Z test_nvfuser_extremal_values_logspace_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.013s) 2022-11-23T03:02:24.0539892Z test_nvfuser_extremal_values_logspace_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0540214Z test_nvfuser_extremal_values_logspace_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0540538Z test_nvfuser_extremal_values_logspace_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0540856Z test_nvfuser_extremal_values_logsumexp_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0541178Z test_nvfuser_extremal_values_logsumexp_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0541499Z test_nvfuser_extremal_values_logsumexp_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0541818Z test_nvfuser_extremal_values_logsumexp_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0542132Z test_nvfuser_extremal_values_long_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0542445Z test_nvfuser_extremal_values_long_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:24.0542763Z test_nvfuser_extremal_values_long_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:24.0543072Z test_nvfuser_extremal_values_long_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.009s) 2022-11-23T03:02:24.0543370Z test_nvfuser_extremal_values_long_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0543758Z test_nvfuser_extremal_values_long_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0544064Z test_nvfuser_extremal_values_lt_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0544367Z test_nvfuser_extremal_values_lt_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0544736Z test_nvfuser_extremal_values_lt_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0545180Z test_nvfuser_extremal_values_lt_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0545506Z test_nvfuser_extremal_values_lu_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0545916Z test_nvfuser_extremal_values_lu_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0546326Z test_nvfuser_extremal_values_lu_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:24.0546633Z test_nvfuser_extremal_values_lu_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.0546954Z test_nvfuser_extremal_values_lu_solve_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0547275Z test_nvfuser_extremal_values_lu_solve_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-11-23T03:02:24.0547590Z test_nvfuser_extremal_values_lu_solve_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0547900Z test_nvfuser_extremal_values_lu_solve_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0548226Z test_nvfuser_extremal_values_lu_unpack_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0548582Z test_nvfuser_extremal_values_lu_unpack_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0548898Z test_nvfuser_extremal_values_lu_unpack_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0549218Z test_nvfuser_extremal_values_lu_unpack_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0549526Z test_nvfuser_extremal_values_mH_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0549839Z test_nvfuser_extremal_values_mH_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0550148Z test_nvfuser_extremal_values_mH_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0550451Z test_nvfuser_extremal_values_mH_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0550982Z test_nvfuser_extremal_values_mH_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.0551398Z test_nvfuser_extremal_values_mH_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0551891Z test_nvfuser_extremal_values_mT_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.012s) 2022-11-23T03:02:24.0552301Z test_nvfuser_extremal_values_mT_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0552952Z test_nvfuser_extremal_values_mT_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0553273Z test_nvfuser_extremal_values_mT_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0553578Z test_nvfuser_extremal_values_mT_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0553945Z test_nvfuser_extremal_values_mT_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0554539Z test_nvfuser_extremal_values_masked_amax_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0555155Z test_nvfuser_extremal_values_masked_amax_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0555767Z test_nvfuser_extremal_values_masked_amax_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0556392Z test_nvfuser_extremal_values_masked_amax_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:24.0557024Z test_nvfuser_extremal_values_masked_amin_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:24.0557664Z test_nvfuser_extremal_values_masked_amin_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.0558395Z test_nvfuser_extremal_values_masked_amin_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0559125Z test_nvfuser_extremal_values_masked_amin_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:02:24.0559843Z test_nvfuser_extremal_values_masked_argmax_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0560465Z test_nvfuser_extremal_values_masked_argmax_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:02:24.0561112Z test_nvfuser_extremal_values_masked_argmax_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0561717Z test_nvfuser_extremal_values_masked_argmax_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0562366Z test_nvfuser_extremal_values_masked_argmin_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.014s) 2022-11-23T03:02:24.0563191Z test_nvfuser_extremal_values_masked_argmin_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0563862Z test_nvfuser_extremal_values_masked_argmin_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0565256Z test_nvfuser_extremal_values_masked_argmin_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0566106Z test_nvfuser_extremal_values_masked_cumprod_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0566814Z test_nvfuser_extremal_values_masked_cumprod_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0567486Z test_nvfuser_extremal_values_masked_cumprod_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0568147Z test_nvfuser_extremal_values_masked_cumprod_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0568812Z test_nvfuser_extremal_values_masked_cumprod_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:24.0569425Z test_nvfuser_extremal_values_masked_cumprod_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:24.0570062Z test_nvfuser_extremal_values_masked_cumsum_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.0570745Z test_nvfuser_extremal_values_masked_cumsum_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0571473Z test_nvfuser_extremal_values_masked_cumsum_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:02:24.0572195Z test_nvfuser_extremal_values_masked_cumsum_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0572855Z test_nvfuser_extremal_values_masked_cumsum_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:02:24.0573196Z test_nvfuser_extremal_values_masked_cumsum_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0573524Z test_nvfuser_extremal_values_masked_fill_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0573850Z test_nvfuser_extremal_values_masked_fill_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:02:24.0574171Z test_nvfuser_extremal_values_masked_fill_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0574488Z test_nvfuser_extremal_values_masked_fill_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.013s) 2022-11-23T03:02:24.0574803Z test_nvfuser_extremal_values_masked_fill_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0575282Z test_nvfuser_extremal_values_masked_fill_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0575611Z test_nvfuser_extremal_values_masked_log_softmax_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0576011Z test_nvfuser_extremal_values_masked_log_softmax_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0576361Z test_nvfuser_extremal_values_masked_log_softmax_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0576690Z test_nvfuser_extremal_values_masked_log_softmax_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0577026Z test_nvfuser_extremal_values_masked_logaddexp_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0577355Z test_nvfuser_extremal_values_masked_logaddexp_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:24.0577690Z test_nvfuser_extremal_values_masked_logaddexp_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:24.0578192Z test_nvfuser_extremal_values_masked_logsumexp_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.008s) 2022-11-23T03:02:24.0578528Z test_nvfuser_extremal_values_masked_logsumexp_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0578856Z test_nvfuser_extremal_values_masked_logsumexp_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0579295Z test_nvfuser_extremal_values_masked_logsumexp_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0579733Z test_nvfuser_extremal_values_masked_mean_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0580065Z test_nvfuser_extremal_values_masked_mean_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0580390Z test_nvfuser_extremal_values_masked_mean_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0580711Z test_nvfuser_extremal_values_masked_mean_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0581027Z test_nvfuser_extremal_values_masked_mean_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0581338Z test_nvfuser_extremal_values_masked_mean_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:24.0581657Z test_nvfuser_extremal_values_masked_median_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.0581977Z test_nvfuser_extremal_values_masked_median_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0582392Z test_nvfuser_extremal_values_masked_median_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0582713Z test_nvfuser_extremal_values_masked_norm_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:02:24.0583090Z test_nvfuser_extremal_values_masked_norm_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0583417Z test_nvfuser_extremal_values_masked_norm_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.012s) 2022-11-23T03:02:24.0583725Z test_nvfuser_extremal_values_masked_norm_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0584056Z test_nvfuser_extremal_values_masked_normalize_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0584393Z test_nvfuser_extremal_values_masked_normalize_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0584726Z test_nvfuser_extremal_values_masked_normalize_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0585191Z test_nvfuser_extremal_values_masked_normalize_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0585525Z test_nvfuser_extremal_values_masked_normalize_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0585854Z test_nvfuser_extremal_values_masked_normalize_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0586282Z test_nvfuser_extremal_values_masked_prod_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0586726Z test_nvfuser_extremal_values_masked_prod_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0587056Z test_nvfuser_extremal_values_masked_prod_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0587377Z test_nvfuser_extremal_values_masked_prod_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0587698Z test_nvfuser_extremal_values_masked_prod_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0588008Z test_nvfuser_extremal_values_masked_prod_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0588337Z test_nvfuser_extremal_values_masked_scatter_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0588668Z test_nvfuser_extremal_values_masked_scatter_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:24.0588994Z test_nvfuser_extremal_values_masked_scatter_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.008s) 2022-11-23T03:02:24.0589417Z test_nvfuser_extremal_values_masked_scatter_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0589742Z test_nvfuser_extremal_values_masked_scatter_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0590124Z test_nvfuser_extremal_values_masked_scatter_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.0590458Z test_nvfuser_extremal_values_masked_select_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0590785Z test_nvfuser_extremal_values_masked_select_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0591115Z test_nvfuser_extremal_values_masked_select_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0591437Z test_nvfuser_extremal_values_masked_select_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0591761Z test_nvfuser_extremal_values_masked_select_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:24.0592197Z test_nvfuser_extremal_values_masked_select_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.0592528Z test_nvfuser_extremal_values_masked_softmax_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0592855Z test_nvfuser_extremal_values_masked_softmax_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0593296Z test_nvfuser_extremal_values_masked_softmax_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0593720Z test_nvfuser_extremal_values_masked_softmax_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0594044Z test_nvfuser_extremal_values_masked_softmin_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0594349Z test_nvfuser_extremal_values_masked_softmin_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:24.0594677Z test_nvfuser_extremal_values_masked_softmin_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:24.0594988Z test_nvfuser_extremal_values_masked_softmin_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.0595308Z test_nvfuser_extremal_values_masked_std_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0595629Z test_nvfuser_extremal_values_masked_std_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-11-23T03:02:24.0595954Z test_nvfuser_extremal_values_masked_std_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0596368Z test_nvfuser_extremal_values_masked_std_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0596684Z test_nvfuser_extremal_values_masked_std_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0597061Z test_nvfuser_extremal_values_masked_std_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0597400Z test_nvfuser_extremal_values_masked_sum_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0597721Z test_nvfuser_extremal_values_masked_sum_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0598047Z test_nvfuser_extremal_values_masked_sum_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0598363Z test_nvfuser_extremal_values_masked_sum_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0598677Z test_nvfuser_extremal_values_masked_sum_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.0599116Z test_nvfuser_extremal_values_masked_sum_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0599444Z test_nvfuser_extremal_values_masked_var_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.0599768Z test_nvfuser_extremal_values_masked_var_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0600201Z test_nvfuser_extremal_values_masked_var_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:02:24.0600627Z test_nvfuser_extremal_values_masked_var_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0600948Z test_nvfuser_extremal_values_masked_var_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:02:24.0601264Z test_nvfuser_extremal_values_masked_var_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0601583Z test_nvfuser_extremal_values_matmul_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0601902Z test_nvfuser_extremal_values_matmul_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.015s) 2022-11-23T03:02:24.0602221Z test_nvfuser_extremal_values_matmul_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0602533Z test_nvfuser_extremal_values_matmul_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0602834Z test_nvfuser_extremal_values_matmul_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0603226Z test_nvfuser_extremal_values_matmul_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0603493Z test_nvfuser_extremal_values_matrix_exp_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.004s) 2022-11-23T03:02:24.0603759Z test_nvfuser_extremal_values_matrix_exp_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.004s) 2022-11-23T03:02:24.0604022Z test_nvfuser_extremal_values_matrix_exp_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.003s) 2022-11-23T03:02:24.0604341Z test_nvfuser_extremal_values_matrix_exp_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.003s) 2022-11-23T03:02:24.0604604Z test_nvfuser_extremal_values_matrix_exp_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-11-23T03:02:24.0604848Z test_nvfuser_extremal_values_matrix_exp_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.003s) 2022-11-23T03:02:24.0605169Z test_nvfuser_extremal_values_max_binary_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.008s) 2022-11-23T03:02:24.0605484Z test_nvfuser_extremal_values_max_binary_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0605929Z test_nvfuser_extremal_values_max_binary_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0606255Z test_nvfuser_extremal_values_max_binary_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0606699Z test_nvfuser_extremal_values_max_pool2d_with_indices_backward_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0607185Z test_nvfuser_extremal_values_max_pool2d_with_indices_backward_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.007s) 2022-11-23T03:02:24.0607538Z test_nvfuser_extremal_values_max_pool2d_with_indices_backward_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0607890Z test_nvfuser_extremal_values_max_pool2d_with_indices_backward_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0608226Z test_nvfuser_extremal_values_max_reduction_no_dim_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0608556Z test_nvfuser_extremal_values_max_reduction_no_dim_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:24.0608878Z test_nvfuser_extremal_values_max_reduction_no_dim_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.0609191Z test_nvfuser_extremal_values_max_reduction_no_dim_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0609528Z test_nvfuser_extremal_values_max_reduction_with_dim_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0609865Z test_nvfuser_extremal_values_max_reduction_with_dim_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:02:24.0610188Z test_nvfuser_extremal_values_max_reduction_with_dim_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0610601Z test_nvfuser_extremal_values_max_reduction_with_dim_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:02:24.0610918Z test_nvfuser_extremal_values_maximum_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0611295Z test_nvfuser_extremal_values_maximum_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-11-23T03:02:24.0611623Z test_nvfuser_extremal_values_maximum_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0611938Z test_nvfuser_extremal_values_maximum_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0612255Z test_nvfuser_extremal_values_mean_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0612697Z test_nvfuser_extremal_values_mean_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0613021Z test_nvfuser_extremal_values_mean_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0613329Z test_nvfuser_extremal_values_mean_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0613731Z test_nvfuser_extremal_values_mean_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0614140Z test_nvfuser_extremal_values_mean_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0614453Z test_nvfuser_extremal_values_median_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0614751Z test_nvfuser_extremal_values_median_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0615052Z test_nvfuser_extremal_values_median_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.0615391Z test_nvfuser_extremal_values_meshgrid_list_of_tensors_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0615738Z test_nvfuser_extremal_values_meshgrid_list_of_tensors_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-11-23T03:02:24.0616082Z test_nvfuser_extremal_values_meshgrid_list_of_tensors_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0616422Z test_nvfuser_extremal_values_meshgrid_list_of_tensors_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:02:24.0616757Z test_nvfuser_extremal_values_meshgrid_list_of_tensors_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0617092Z test_nvfuser_extremal_values_meshgrid_list_of_tensors_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0617535Z test_nvfuser_extremal_values_meshgrid_variadic_tensors_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.014s) 2022-11-23T03:02:24.0617886Z test_nvfuser_extremal_values_meshgrid_variadic_tensors_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0618297Z test_nvfuser_extremal_values_meshgrid_variadic_tensors_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0618649Z test_nvfuser_extremal_values_meshgrid_variadic_tensors_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0618991Z test_nvfuser_extremal_values_meshgrid_variadic_tensors_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0619336Z test_nvfuser_extremal_values_meshgrid_variadic_tensors_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0619793Z test_nvfuser_extremal_values_min_binary_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0620203Z test_nvfuser_extremal_values_min_binary_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0634103Z test_nvfuser_extremal_values_min_binary_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0634934Z test_nvfuser_extremal_values_min_binary_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0635710Z test_nvfuser_extremal_values_min_reduction_no_dim_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0636479Z test_nvfuser_extremal_values_min_reduction_no_dim_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.0637132Z test_nvfuser_extremal_values_min_reduction_no_dim_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0637856Z test_nvfuser_extremal_values_min_reduction_no_dim_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.013s) 2022-11-23T03:02:24.0638459Z test_nvfuser_extremal_values_min_reduction_with_dim_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0638813Z test_nvfuser_extremal_values_min_reduction_with_dim_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0639145Z test_nvfuser_extremal_values_min_reduction_with_dim_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0639454Z test_nvfuser_extremal_values_min_reduction_with_dim_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0639775Z test_nvfuser_extremal_values_minimum_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0640268Z test_nvfuser_extremal_values_minimum_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0640589Z test_nvfuser_extremal_values_minimum_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0640904Z test_nvfuser_extremal_values_minimum_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0641377Z test_nvfuser_extremal_values_mm_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0641768Z test_nvfuser_extremal_values_mm_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0642081Z test_nvfuser_extremal_values_mm_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.0642391Z test_nvfuser_extremal_values_mm_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0642888Z test_nvfuser_extremal_values_mm_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0643237Z test_nvfuser_extremal_values_mm_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:02:24.0643553Z test_nvfuser_extremal_values_mode_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0643992Z test_nvfuser_extremal_values_mode_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:02:24.0644309Z test_nvfuser_extremal_values_mode_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0644605Z test_nvfuser_extremal_values_mode_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-11-23T03:02:24.0644921Z test_nvfuser_extremal_values_movedim_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0645250Z test_nvfuser_extremal_values_movedim_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0645572Z test_nvfuser_extremal_values_movedim_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0645893Z test_nvfuser_extremal_values_movedim_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0646208Z test_nvfuser_extremal_values_movedim_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0646524Z test_nvfuser_extremal_values_movedim_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0646840Z test_nvfuser_extremal_values_msort_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0647152Z test_nvfuser_extremal_values_msort_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0647551Z test_nvfuser_extremal_values_msort_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:24.0648017Z test_nvfuser_extremal_values_msort_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:24.0648550Z test_nvfuser_extremal_values_mul_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.0648956Z test_nvfuser_extremal_values_mul_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0649430Z test_nvfuser_extremal_values_mul_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.012s) 2022-11-23T03:02:24.0649860Z test_nvfuser_extremal_values_mul_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0650160Z test_nvfuser_extremal_values_mul_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0650451Z test_nvfuser_extremal_values_mul_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0650775Z test_nvfuser_extremal_values_multinomial_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0651097Z test_nvfuser_extremal_values_multinomial_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0651412Z test_nvfuser_extremal_values_multinomial_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0651723Z test_nvfuser_extremal_values_mv_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0652038Z test_nvfuser_extremal_values_mv_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0652351Z test_nvfuser_extremal_values_mv_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:24.0652656Z test_nvfuser_extremal_values_mv_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:24.0652962Z test_nvfuser_extremal_values_mv_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.0653271Z test_nvfuser_extremal_values_mv_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0653608Z test_nvfuser_extremal_values_mvlgamma_mvlgamma_p_1_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-11-23T03:02:24.0653931Z test_nvfuser_extremal_values_mvlgamma_mvlgamma_p_1_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0654250Z test_nvfuser_extremal_values_mvlgamma_mvlgamma_p_1_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0654565Z test_nvfuser_extremal_values_mvlgamma_mvlgamma_p_3_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0655086Z test_nvfuser_extremal_values_mvlgamma_mvlgamma_p_3_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0655409Z test_nvfuser_extremal_values_mvlgamma_mvlgamma_p_3_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0655886Z test_nvfuser_extremal_values_mvlgamma_mvlgamma_p_5_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0656365Z test_nvfuser_extremal_values_mvlgamma_mvlgamma_p_5_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0656685Z test_nvfuser_extremal_values_mvlgamma_mvlgamma_p_5_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0657008Z test_nvfuser_extremal_values_nan_to_num_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0657324Z test_nvfuser_extremal_values_nan_to_num_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:24.0657644Z test_nvfuser_extremal_values_nan_to_num_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.0657975Z test_nvfuser_extremal_values_nan_to_num_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0658297Z test_nvfuser_extremal_values_nanmean_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0658613Z test_nvfuser_extremal_values_nanmean_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.013s) 2022-11-23T03:02:24.0658929Z test_nvfuser_extremal_values_nanmean_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0659243Z test_nvfuser_extremal_values_nanmean_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0659565Z test_nvfuser_extremal_values_nanmedian_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0659882Z test_nvfuser_extremal_values_nanmedian_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0660203Z test_nvfuser_extremal_values_nanmedian_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0660497Z test_nvfuser_extremal_values_nanquantile_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.004s) 2022-11-23T03:02:24.0660900Z test_nvfuser_extremal_values_nanquantile_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.004s) 2022-11-23T03:02:24.0661228Z test_nvfuser_extremal_values_nansum_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.0661665Z test_nvfuser_extremal_values_nansum_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0661977Z test_nvfuser_extremal_values_nansum_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:24.0663078Z test_nvfuser_extremal_values_nansum_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:24.0663406Z test_nvfuser_extremal_values_narrow_copy_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.0663827Z test_nvfuser_extremal_values_narrow_copy_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0664170Z test_nvfuser_extremal_values_narrow_copy_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-11-23T03:02:24.0664487Z test_nvfuser_extremal_values_narrow_copy_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0664806Z test_nvfuser_extremal_values_narrow_copy_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0665115Z test_nvfuser_extremal_values_narrow_copy_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0665416Z test_nvfuser_extremal_values_narrow_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0665736Z test_nvfuser_extremal_values_narrow_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0666051Z test_nvfuser_extremal_values_narrow_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0666365Z test_nvfuser_extremal_values_narrow_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0666667Z test_nvfuser_extremal_values_narrow_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0666962Z test_nvfuser_extremal_values_narrow_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:24.0667232Z test_nvfuser_extremal_values_native_batch_norm_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.003s) 2022-11-23T03:02:24.0667502Z test_nvfuser_extremal_values_native_batch_norm_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.006s) 2022-11-23T03:02:24.0667763Z test_nvfuser_extremal_values_native_batch_norm_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.000s) 2022-11-23T03:02:24.0668119Z test_nvfuser_extremal_values_native_batch_norm_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.000s) 2022-11-23T03:02:24.0668513Z test_nvfuser_extremal_values_native_dropout_backward_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.013s) 2022-11-23T03:02:24.0668856Z test_nvfuser_extremal_values_native_dropout_backward_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0669300Z test_nvfuser_extremal_values_native_dropout_backward_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0669725Z test_nvfuser_extremal_values_native_dropout_backward_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0670094Z test_nvfuser_extremal_values_native_layer_norm_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.004s) 2022-11-23T03:02:24.0670358Z test_nvfuser_extremal_values_native_layer_norm_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.004s) 2022-11-23T03:02:24.0670619Z test_nvfuser_extremal_values_native_layer_norm_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.004s) 2022-11-23T03:02:24.0670943Z test_nvfuser_extremal_values_native_layer_norm_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.004s) 2022-11-23T03:02:24.0671269Z test_nvfuser_extremal_values_ne_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0671580Z test_nvfuser_extremal_values_ne_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0671960Z test_nvfuser_extremal_values_ne_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0672374Z test_nvfuser_extremal_values_ne_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.0672690Z test_nvfuser_extremal_values_ne_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0673003Z test_nvfuser_extremal_values_ne_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:02:24.0673318Z test_nvfuser_extremal_values_neg_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.015s) 2022-11-23T03:02:24.0673633Z test_nvfuser_extremal_values_neg_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.008s) 2022-11-23T03:02:24.0673947Z test_nvfuser_extremal_values_neg_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.008s) 2022-11-23T03:02:24.0674255Z test_nvfuser_extremal_values_neg_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0674554Z test_nvfuser_extremal_values_neg_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0674966Z test_nvfuser_extremal_values_neg_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0675231Z test_nvfuser_extremal_values_new_empty_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.003s) 2022-11-23T03:02:24.0675496Z test_nvfuser_extremal_values_new_empty_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.003s) 2022-11-23T03:02:24.0675851Z test_nvfuser_extremal_values_new_empty_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.000s) 2022-11-23T03:02:24.0676221Z test_nvfuser_extremal_values_new_empty_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.006s) 2022-11-23T03:02:24.0676483Z test_nvfuser_extremal_values_new_empty_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.000s) 2022-11-23T03:02:24.0676730Z test_nvfuser_extremal_values_new_empty_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.010s) 2022-11-23T03:02:24.0677047Z test_nvfuser_extremal_values_new_empty_strided_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-11-23T03:02:24.0677474Z test_nvfuser_extremal_values_new_empty_strided_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-11-23T03:02:24.0677791Z test_nvfuser_extremal_values_new_empty_strided_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Expected: new_empty_strided is not comparable (0.012s) 2022-11-23T03:02:24.0678103Z test_nvfuser_extremal_values_new_empty_strided_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Expected: new_empty_strided is not comparable (0.004s) 2022-11-23T03:02:24.0678485Z test_nvfuser_extremal_values_new_empty_strided_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Expected: new_empty_strided is not comparable (0.004s) 2022-11-23T03:02:24.0678818Z test_nvfuser_extremal_values_new_empty_strided_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Expected: new_empty_strided is not comparable (0.004s) 2022-11-23T03:02:24.0679137Z test_nvfuser_extremal_values_new_full_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0679462Z test_nvfuser_extremal_values_new_full_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0679782Z test_nvfuser_extremal_values_new_full_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0680102Z test_nvfuser_extremal_values_new_full_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0680417Z test_nvfuser_extremal_values_new_full_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0680732Z test_nvfuser_extremal_values_new_full_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0681051Z test_nvfuser_extremal_values_new_ones_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0681492Z test_nvfuser_extremal_values_new_ones_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0681826Z test_nvfuser_extremal_values_new_ones_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0682219Z test_nvfuser_extremal_values_new_ones_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:24.0682755Z test_nvfuser_extremal_values_new_ones_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:24.0683369Z test_nvfuser_extremal_values_new_ones_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0683725Z test_nvfuser_extremal_values_new_zeros_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0684054Z test_nvfuser_extremal_values_new_zeros_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-11-23T03:02:24.0684375Z test_nvfuser_extremal_values_new_zeros_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0684867Z test_nvfuser_extremal_values_new_zeros_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0685335Z test_nvfuser_extremal_values_new_zeros_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0685652Z test_nvfuser_extremal_values_new_zeros_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0685971Z test_nvfuser_extremal_values_nextafter_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0686350Z test_nvfuser_extremal_values_nextafter_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0686675Z test_nvfuser_extremal_values_nextafter_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0687050Z test_nvfuser_extremal_values_nn_functional__scaled_dot_product_attention_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0687420Z test_nvfuser_extremal_values_nn_functional__scaled_dot_product_attention_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0687944Z test_nvfuser_extremal_values_nn_functional__scaled_dot_product_attention_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:24.0688338Z test_nvfuser_extremal_values_nn_functional__scaled_dot_product_attention_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.0688810Z test_nvfuser_extremal_values_nn_functional_adaptive_avg_pool1d_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0689304Z test_nvfuser_extremal_values_nn_functional_adaptive_avg_pool1d_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0689660Z test_nvfuser_extremal_values_nn_functional_adaptive_avg_pool1d_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0690018Z test_nvfuser_extremal_values_nn_functional_adaptive_avg_pool1d_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0690366Z test_nvfuser_extremal_values_nn_functional_adaptive_avg_pool2d_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0690714Z test_nvfuser_extremal_values_nn_functional_adaptive_avg_pool2d_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0691058Z test_nvfuser_extremal_values_nn_functional_adaptive_avg_pool2d_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0691406Z test_nvfuser_extremal_values_nn_functional_adaptive_avg_pool2d_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0691749Z test_nvfuser_extremal_values_nn_functional_adaptive_avg_pool3d_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:24.0692088Z test_nvfuser_extremal_values_nn_functional_adaptive_avg_pool3d_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:24.0692522Z test_nvfuser_extremal_values_nn_functional_adaptive_avg_pool3d_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.0692866Z test_nvfuser_extremal_values_nn_functional_adaptive_avg_pool3d_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0693271Z test_nvfuser_extremal_values_nn_functional_adaptive_max_pool1d_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:02:24.0693628Z test_nvfuser_extremal_values_nn_functional_adaptive_max_pool1d_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0693973Z test_nvfuser_extremal_values_nn_functional_adaptive_max_pool1d_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.012s) 2022-11-23T03:02:24.0694319Z test_nvfuser_extremal_values_nn_functional_adaptive_max_pool1d_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0694783Z test_nvfuser_extremal_values_nn_functional_adaptive_max_pool2d_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0695134Z test_nvfuser_extremal_values_nn_functional_adaptive_max_pool2d_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0695677Z test_nvfuser_extremal_values_nn_functional_adaptive_max_pool2d_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0696039Z test_nvfuser_extremal_values_nn_functional_adaptive_max_pool2d_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0696383Z test_nvfuser_extremal_values_nn_functional_adaptive_max_pool3d_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0696727Z test_nvfuser_extremal_values_nn_functional_adaptive_max_pool3d_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0697064Z test_nvfuser_extremal_values_nn_functional_adaptive_max_pool3d_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0697407Z test_nvfuser_extremal_values_nn_functional_adaptive_max_pool3d_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:24.0697758Z test_nvfuser_extremal_values_nn_functional_alpha_dropout_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:24.0698101Z test_nvfuser_extremal_values_nn_functional_alpha_dropout_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.0698448Z test_nvfuser_extremal_values_nn_functional_alpha_dropout_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0698786Z test_nvfuser_extremal_values_nn_functional_alpha_dropout_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-11-23T03:02:24.0699220Z test_nvfuser_extremal_values_nn_functional_avg_pool1d_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0699559Z test_nvfuser_extremal_values_nn_functional_avg_pool1d_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0699895Z test_nvfuser_extremal_values_nn_functional_avg_pool1d_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0700679Z test_nvfuser_extremal_values_nn_functional_avg_pool1d_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0701195Z test_nvfuser_extremal_values_nn_functional_avg_pool2d_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0701545Z test_nvfuser_extremal_values_nn_functional_avg_pool2d_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0701966Z test_nvfuser_extremal_values_nn_functional_avg_pool2d_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0702411Z test_nvfuser_extremal_values_nn_functional_avg_pool2d_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0702754Z test_nvfuser_extremal_values_nn_functional_avg_pool3d_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0703087Z test_nvfuser_extremal_values_nn_functional_avg_pool3d_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0703417Z test_nvfuser_extremal_values_nn_functional_avg_pool3d_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.0703745Z test_nvfuser_extremal_values_nn_functional_avg_pool3d_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0704085Z test_nvfuser_extremal_values_nn_functional_batch_norm_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.012s) 2022-11-23T03:02:24.0704593Z test_nvfuser_extremal_values_nn_functional_batch_norm_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0704937Z test_nvfuser_extremal_values_nn_functional_batch_norm_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.0705268Z test_nvfuser_extremal_values_nn_functional_batch_norm_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0705627Z test_nvfuser_extremal_values_nn_functional_batch_norm_without_cudnn_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0705985Z test_nvfuser_extremal_values_nn_functional_batch_norm_without_cudnn_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0706330Z test_nvfuser_extremal_values_nn_functional_batch_norm_without_cudnn_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0706794Z test_nvfuser_extremal_values_nn_functional_batch_norm_without_cudnn_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0707131Z test_nvfuser_extremal_values_nn_functional_bilinear_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:24.0707656Z test_nvfuser_extremal_values_nn_functional_bilinear_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:24.0708026Z test_nvfuser_extremal_values_nn_functional_bilinear_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.008s) 2022-11-23T03:02:24.0708353Z test_nvfuser_extremal_values_nn_functional_bilinear_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0708747Z test_nvfuser_extremal_values_nn_functional_binary_cross_entropy_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.004s) 2022-11-23T03:02:24.0709138Z test_nvfuser_extremal_values_nn_functional_binary_cross_entropy_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.004s) 2022-11-23T03:02:24.0709432Z test_nvfuser_extremal_values_nn_functional_binary_cross_entropy_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.004s) 2022-11-23T03:02:24.0709718Z test_nvfuser_extremal_values_nn_functional_binary_cross_entropy_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.004s) 2022-11-23T03:02:24.0710086Z test_nvfuser_extremal_values_nn_functional_binary_cross_entropy_with_logits_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0710457Z test_nvfuser_extremal_values_nn_functional_binary_cross_entropy_with_logits_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0710821Z test_nvfuser_extremal_values_nn_functional_binary_cross_entropy_with_logits_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0711179Z test_nvfuser_extremal_values_nn_functional_binary_cross_entropy_with_logits_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0711513Z test_nvfuser_extremal_values_nn_functional_celu_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0711839Z test_nvfuser_extremal_values_nn_functional_celu_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0712170Z test_nvfuser_extremal_values_nn_functional_celu_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0712497Z test_nvfuser_extremal_values_nn_functional_celu_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0712833Z test_nvfuser_extremal_values_nn_functional_conv1d_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0713173Z test_nvfuser_extremal_values_nn_functional_conv1d_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:24.0713506Z test_nvfuser_extremal_values_nn_functional_conv1d_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:24.0713935Z test_nvfuser_extremal_values_nn_functional_conv1d_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.008s) 2022-11-23T03:02:24.0714391Z test_nvfuser_extremal_values_nn_functional_conv1d_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0714786Z test_nvfuser_extremal_values_nn_functional_conv1d_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0715356Z test_nvfuser_extremal_values_nn_functional_conv2d_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.0715841Z test_nvfuser_extremal_values_nn_functional_conv2d_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0716188Z test_nvfuser_extremal_values_nn_functional_conv2d_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0716518Z test_nvfuser_extremal_values_nn_functional_conv2d_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0716841Z test_nvfuser_extremal_values_nn_functional_conv2d_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0717154Z test_nvfuser_extremal_values_nn_functional_conv2d_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0717506Z test_nvfuser_extremal_values_nn_functional_conv_transpose1d_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0717857Z test_nvfuser_extremal_values_nn_functional_conv_transpose1d_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:24.0718211Z test_nvfuser_extremal_values_nn_functional_conv_transpose1d_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.0718558Z test_nvfuser_extremal_values_nn_functional_conv_transpose1d_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0718903Z test_nvfuser_extremal_values_nn_functional_conv_transpose1d_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0719245Z test_nvfuser_extremal_values_nn_functional_conv_transpose1d_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.014s) 2022-11-23T03:02:24.0719593Z test_nvfuser_extremal_values_nn_functional_conv_transpose2d_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0719947Z test_nvfuser_extremal_values_nn_functional_conv_transpose2d_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0720297Z test_nvfuser_extremal_values_nn_functional_conv_transpose2d_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0720640Z test_nvfuser_extremal_values_nn_functional_conv_transpose2d_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0721212Z test_nvfuser_extremal_values_nn_functional_conv_transpose2d_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0721552Z test_nvfuser_extremal_values_nn_functional_conv_transpose2d_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0722180Z test_nvfuser_extremal_values_nn_functional_conv_transpose3d_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! 75363 (0.004s) 2022-11-23T03:02:24.0722507Z test_nvfuser_extremal_values_nn_functional_conv_transpose3d_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! 75363 (0.003s) 2022-11-23T03:02:24.0722797Z test_nvfuser_extremal_values_nn_functional_conv_transpose3d_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! 75363 (0.002s) 2022-11-23T03:02:24.0723090Z test_nvfuser_extremal_values_nn_functional_conv_transpose3d_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! 75363 (0.003s) 2022-11-23T03:02:24.0723377Z test_nvfuser_extremal_values_nn_functional_conv_transpose3d_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! 75363 (0.006s) 2022-11-23T03:02:24.0723662Z test_nvfuser_extremal_values_nn_functional_conv_transpose3d_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! 75363 (0.000s) 2022-11-23T03:02:24.0724022Z test_nvfuser_extremal_values_nn_functional_cosine_embedding_loss_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0724373Z test_nvfuser_extremal_values_nn_functional_cosine_embedding_loss_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.013s) 2022-11-23T03:02:24.0724715Z test_nvfuser_extremal_values_nn_functional_cosine_embedding_loss_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0725050Z test_nvfuser_extremal_values_nn_functional_cosine_embedding_loss_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0725400Z test_nvfuser_extremal_values_nn_functional_cosine_similarity_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0725746Z test_nvfuser_extremal_values_nn_functional_cosine_similarity_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0726092Z test_nvfuser_extremal_values_nn_functional_cosine_similarity_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0726442Z test_nvfuser_extremal_values_nn_functional_cosine_similarity_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0726788Z test_nvfuser_extremal_values_nn_functional_cross_entropy_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0727132Z test_nvfuser_extremal_values_nn_functional_cross_entropy_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0727650Z test_nvfuser_extremal_values_nn_functional_cross_entropy_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0728089Z test_nvfuser_extremal_values_nn_functional_cross_entropy_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0728624Z test_nvfuser_extremal_values_nn_functional_ctc_loss_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.009s) 2022-11-23T03:02:24.0728966Z test_nvfuser_extremal_values_nn_functional_ctc_loss_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0729532Z test_nvfuser_extremal_values_nn_functional_dropout2d_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0729906Z test_nvfuser_extremal_values_nn_functional_dropout2d_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0730247Z test_nvfuser_extremal_values_nn_functional_dropout2d_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0730580Z test_nvfuser_extremal_values_nn_functional_dropout2d_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0730913Z test_nvfuser_extremal_values_nn_functional_dropout3d_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0731249Z test_nvfuser_extremal_values_nn_functional_dropout3d_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0731579Z test_nvfuser_extremal_values_nn_functional_dropout3d_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:24.0731913Z test_nvfuser_extremal_values_nn_functional_dropout3d_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:24.0732246Z test_nvfuser_extremal_values_nn_functional_dropout_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.0732583Z test_nvfuser_extremal_values_nn_functional_dropout_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0732905Z test_nvfuser_extremal_values_nn_functional_dropout_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0733223Z test_nvfuser_extremal_values_nn_functional_dropout_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.014s) 2022-11-23T03:02:24.0733555Z test_nvfuser_extremal_values_nn_functional_elu_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0733989Z test_nvfuser_extremal_values_nn_functional_elu_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0734370Z test_nvfuser_extremal_values_nn_functional_elu_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0734803Z test_nvfuser_extremal_values_nn_functional_elu_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0735298Z test_nvfuser_extremal_values_nn_functional_embedding_bag_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0735747Z test_nvfuser_extremal_values_nn_functional_embedding_bag_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0736089Z test_nvfuser_extremal_values_nn_functional_embedding_bag_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0736484Z test_nvfuser_extremal_values_nn_functional_embedding_bag_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:24.0736839Z test_nvfuser_extremal_values_nn_functional_embedding_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:24.0737179Z test_nvfuser_extremal_values_nn_functional_embedding_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:02:24.0737519Z test_nvfuser_extremal_values_nn_functional_embedding_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0737856Z test_nvfuser_extremal_values_nn_functional_embedding_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0738229Z test_nvfuser_extremal_values_nn_functional_feature_alpha_dropout_with_train_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0738597Z test_nvfuser_extremal_values_nn_functional_feature_alpha_dropout_with_train_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0738966Z test_nvfuser_extremal_values_nn_functional_feature_alpha_dropout_with_train_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0739323Z test_nvfuser_extremal_values_nn_functional_feature_alpha_dropout_with_train_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0739702Z test_nvfuser_extremal_values_nn_functional_feature_alpha_dropout_without_train_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0740080Z test_nvfuser_extremal_values_nn_functional_feature_alpha_dropout_without_train_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:24.0740545Z test_nvfuser_extremal_values_nn_functional_feature_alpha_dropout_without_train_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:24.0740967Z test_nvfuser_extremal_values_nn_functional_feature_alpha_dropout_without_train_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.008s) 2022-11-23T03:02:24.0741443Z test_nvfuser_extremal_values_nn_functional_feature_alpha_dropout_without_train_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0741940Z test_nvfuser_extremal_values_nn_functional_feature_alpha_dropout_without_train_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0742302Z test_nvfuser_extremal_values_nn_functional_fractional_max_pool2d_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0742737Z test_nvfuser_extremal_values_nn_functional_fractional_max_pool2d_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0743076Z test_nvfuser_extremal_values_nn_functional_fractional_max_pool2d_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0743476Z test_nvfuser_extremal_values_nn_functional_fractional_max_pool3d_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0743823Z test_nvfuser_extremal_values_nn_functional_fractional_max_pool3d_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0744157Z test_nvfuser_extremal_values_nn_functional_fractional_max_pool3d_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0744507Z test_nvfuser_extremal_values_nn_functional_gaussian_nll_loss_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:24.0744850Z test_nvfuser_extremal_values_nn_functional_gaussian_nll_loss_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.0745197Z test_nvfuser_extremal_values_nn_functional_gaussian_nll_loss_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0745538Z test_nvfuser_extremal_values_nn_functional_gaussian_nll_loss_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0745874Z test_nvfuser_extremal_values_nn_functional_gelu_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.013s) 2022-11-23T03:02:24.0746202Z test_nvfuser_extremal_values_nn_functional_gelu_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0746535Z test_nvfuser_extremal_values_nn_functional_gelu_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0746864Z test_nvfuser_extremal_values_nn_functional_gelu_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0747481Z test_nvfuser_extremal_values_nn_functional_glu_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0747909Z test_nvfuser_extremal_values_nn_functional_glu_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0748306Z test_nvfuser_extremal_values_nn_functional_glu_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0748643Z test_nvfuser_extremal_values_nn_functional_glu_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0749116Z test_nvfuser_extremal_values_nn_functional_grid_sample_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0749456Z test_nvfuser_extremal_values_nn_functional_grid_sample_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:24.0749903Z test_nvfuser_extremal_values_nn_functional_grid_sample_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.0750242Z test_nvfuser_extremal_values_nn_functional_group_norm_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0750639Z test_nvfuser_extremal_values_nn_functional_group_norm_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0750992Z test_nvfuser_extremal_values_nn_functional_group_norm_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.013s) 2022-11-23T03:02:24.0751332Z test_nvfuser_extremal_values_nn_functional_group_norm_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0751672Z test_nvfuser_extremal_values_nn_functional_hardshrink_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0752005Z test_nvfuser_extremal_values_nn_functional_hardshrink_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0752341Z test_nvfuser_extremal_values_nn_functional_hardshrink_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0752674Z test_nvfuser_extremal_values_nn_functional_hardshrink_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0753021Z test_nvfuser_extremal_values_nn_functional_hardsigmoid_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0753363Z test_nvfuser_extremal_values_nn_functional_hardsigmoid_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0753702Z test_nvfuser_extremal_values_nn_functional_hardsigmoid_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0754153Z test_nvfuser_extremal_values_nn_functional_hardsigmoid_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0754512Z test_nvfuser_extremal_values_nn_functional_hardswish_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0754955Z test_nvfuser_extremal_values_nn_functional_hardswish_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0755424Z test_nvfuser_extremal_values_nn_functional_hardswish_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0755772Z test_nvfuser_extremal_values_nn_functional_hardswish_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0756111Z test_nvfuser_extremal_values_nn_functional_hardtanh_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0756445Z test_nvfuser_extremal_values_nn_functional_hardtanh_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0756867Z test_nvfuser_extremal_values_nn_functional_hardtanh_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0757170Z test_nvfuser_extremal_values_nn_functional_hardtanh_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0757583Z test_nvfuser_extremal_values_nn_functional_hinge_embedding_loss_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:24.0757951Z test_nvfuser_extremal_values_nn_functional_hinge_embedding_loss_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.0758308Z test_nvfuser_extremal_values_nn_functional_hinge_embedding_loss_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0758660Z test_nvfuser_extremal_values_nn_functional_hinge_embedding_loss_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0758996Z test_nvfuser_extremal_values_nn_functional_huber_loss_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0759334Z test_nvfuser_extremal_values_nn_functional_huber_loss_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0759669Z test_nvfuser_extremal_values_nn_functional_huber_loss_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0760007Z test_nvfuser_extremal_values_nn_functional_huber_loss_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0760348Z test_nvfuser_extremal_values_nn_functional_instance_norm_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0760833Z test_nvfuser_extremal_values_nn_functional_instance_norm_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0761189Z test_nvfuser_extremal_values_nn_functional_instance_norm_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0761649Z test_nvfuser_extremal_values_nn_functional_instance_norm_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:24.0762129Z test_nvfuser_extremal_values_nn_functional_interpolate_area_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:24.0762485Z test_nvfuser_extremal_values_nn_functional_interpolate_area_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.0762836Z test_nvfuser_extremal_values_nn_functional_interpolate_area_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0763184Z test_nvfuser_extremal_values_nn_functional_interpolate_area_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.012s) 2022-11-23T03:02:24.0763686Z test_nvfuser_extremal_values_nn_functional_interpolate_bicubic_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0764155Z test_nvfuser_extremal_values_nn_functional_interpolate_bicubic_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0764506Z test_nvfuser_extremal_values_nn_functional_interpolate_bicubic_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0764922Z test_nvfuser_extremal_values_nn_functional_interpolate_bilinear_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0765292Z test_nvfuser_extremal_values_nn_functional_interpolate_bilinear_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0765650Z test_nvfuser_extremal_values_nn_functional_interpolate_bilinear_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0766002Z test_nvfuser_extremal_values_nn_functional_interpolate_linear_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0766355Z test_nvfuser_extremal_values_nn_functional_interpolate_linear_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:24.0766703Z test_nvfuser_extremal_values_nn_functional_interpolate_linear_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0767056Z test_nvfuser_extremal_values_nn_functional_interpolate_nearest_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0767560Z test_nvfuser_extremal_values_nn_functional_interpolate_nearest_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0767913Z test_nvfuser_extremal_values_nn_functional_interpolate_nearest_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0768497Z test_nvfuser_extremal_values_nn_functional_interpolate_trilinear_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.013s) 2022-11-23T03:02:24.0768851Z test_nvfuser_extremal_values_nn_functional_interpolate_trilinear_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.007s) 2022-11-23T03:02:24.0769193Z test_nvfuser_extremal_values_nn_functional_interpolate_trilinear_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0769525Z test_nvfuser_extremal_values_nn_functional_kl_div_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0769854Z test_nvfuser_extremal_values_nn_functional_kl_div_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.0770175Z test_nvfuser_extremal_values_nn_functional_kl_div_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.008s) 2022-11-23T03:02:24.0770489Z test_nvfuser_extremal_values_nn_functional_kl_div_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.008s) 2022-11-23T03:02:24.0770913Z test_nvfuser_extremal_values_nn_functional_l1_loss_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.007s) 2022-11-23T03:02:24.0771248Z test_nvfuser_extremal_values_nn_functional_l1_loss_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.007s) 2022-11-23T03:02:24.0771583Z test_nvfuser_extremal_values_nn_functional_l1_loss_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.007s) 2022-11-23T03:02:24.0771980Z test_nvfuser_extremal_values_nn_functional_l1_loss_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0772316Z test_nvfuser_extremal_values_nn_functional_l1_loss_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.0772635Z test_nvfuser_extremal_values_nn_functional_l1_loss_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0773038Z test_nvfuser_extremal_values_nn_functional_layer_norm_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.014s) 2022-11-23T03:02:24.0773471Z test_nvfuser_extremal_values_nn_functional_layer_norm_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0773942Z test_nvfuser_extremal_values_nn_functional_layer_norm_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0774286Z test_nvfuser_extremal_values_nn_functional_layer_norm_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0774727Z test_nvfuser_extremal_values_nn_functional_leaky_relu_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0775181Z test_nvfuser_extremal_values_nn_functional_leaky_relu_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0775521Z test_nvfuser_extremal_values_nn_functional_leaky_relu_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0775853Z test_nvfuser_extremal_values_nn_functional_leaky_relu_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.0776181Z test_nvfuser_extremal_values_nn_functional_linear_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0776521Z test_nvfuser_extremal_values_nn_functional_linear_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0776860Z test_nvfuser_extremal_values_nn_functional_linear_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0777198Z test_nvfuser_extremal_values_nn_functional_linear_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0777522Z test_nvfuser_extremal_values_nn_functional_linear_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.007s) 2022-11-23T03:02:24.0778337Z test_nvfuser_extremal_values_nn_functional_linear_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0778691Z test_nvfuser_extremal_values_nn_functional_local_response_norm_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0779038Z test_nvfuser_extremal_values_nn_functional_local_response_norm_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.0779478Z test_nvfuser_extremal_values_nn_functional_local_response_norm_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0779847Z test_nvfuser_extremal_values_nn_functional_local_response_norm_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.012s) 2022-11-23T03:02:24.0780190Z test_nvfuser_extremal_values_nn_functional_logsigmoid_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0780689Z test_nvfuser_extremal_values_nn_functional_logsigmoid_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0781040Z test_nvfuser_extremal_values_nn_functional_logsigmoid_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.0781593Z test_nvfuser_extremal_values_nn_functional_logsigmoid_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0782147Z test_nvfuser_extremal_values_nn_functional_margin_ranking_loss_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0782507Z test_nvfuser_extremal_values_nn_functional_margin_ranking_loss_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0782856Z test_nvfuser_extremal_values_nn_functional_margin_ranking_loss_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0783207Z test_nvfuser_extremal_values_nn_functional_margin_ranking_loss_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:24.0783545Z test_nvfuser_extremal_values_nn_functional_max_pool1d_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:24.0783883Z test_nvfuser_extremal_values_nn_functional_max_pool1d_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.007s) 2022-11-23T03:02:24.0784218Z test_nvfuser_extremal_values_nn_functional_max_pool1d_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0784552Z test_nvfuser_extremal_values_nn_functional_max_pool1d_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0784884Z test_nvfuser_extremal_values_nn_functional_max_pool2d_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0785212Z test_nvfuser_extremal_values_nn_functional_max_pool2d_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0785777Z test_nvfuser_extremal_values_nn_functional_max_pool2d_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0786164Z test_nvfuser_extremal_values_nn_functional_max_pool2d_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0786497Z test_nvfuser_extremal_values_nn_functional_max_pool3d_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0786911Z test_nvfuser_extremal_values_nn_functional_max_pool3d_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0787395Z test_nvfuser_extremal_values_nn_functional_max_pool3d_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:24.0787733Z test_nvfuser_extremal_values_nn_functional_max_pool3d_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.0788431Z test_nvfuser_extremal_values_nn_functional_max_unpool1d_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0788790Z test_nvfuser_extremal_values_nn_functional_max_unpool1d_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0789128Z test_nvfuser_extremal_values_nn_functional_max_unpool1d_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.015s) 2022-11-23T03:02:24.0789475Z test_nvfuser_extremal_values_nn_functional_max_unpool1d_grad_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0789822Z test_nvfuser_extremal_values_nn_functional_max_unpool1d_grad_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0790167Z test_nvfuser_extremal_values_nn_functional_max_unpool1d_grad_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0790507Z test_nvfuser_extremal_values_nn_functional_max_unpool2d_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0790844Z test_nvfuser_extremal_values_nn_functional_max_unpool2d_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0791182Z test_nvfuser_extremal_values_nn_functional_max_unpool2d_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0791525Z test_nvfuser_extremal_values_nn_functional_max_unpool2d_grad_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0791866Z test_nvfuser_extremal_values_nn_functional_max_unpool2d_grad_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0792211Z test_nvfuser_extremal_values_nn_functional_max_unpool2d_grad_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:24.0792546Z test_nvfuser_extremal_values_nn_functional_max_unpool3d_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.0792982Z test_nvfuser_extremal_values_nn_functional_max_unpool3d_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0793318Z test_nvfuser_extremal_values_nn_functional_max_unpool3d_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0793906Z test_nvfuser_extremal_values_nn_functional_max_unpool3d_grad_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0794277Z test_nvfuser_extremal_values_nn_functional_max_unpool3d_grad_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0794848Z test_nvfuser_extremal_values_nn_functional_max_unpool3d_grad_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0795445Z test_nvfuser_extremal_values_nn_functional_mish_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.0795782Z test_nvfuser_extremal_values_nn_functional_mish_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0796113Z test_nvfuser_extremal_values_nn_functional_mish_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0796440Z test_nvfuser_extremal_values_nn_functional_mish_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:24.0796773Z test_nvfuser_extremal_values_nn_functional_mse_loss_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.0797106Z test_nvfuser_extremal_values_nn_functional_mse_loss_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0797425Z test_nvfuser_extremal_values_nn_functional_mse_loss_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0797841Z test_nvfuser_extremal_values_nn_functional_mse_loss_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:02:24.0798254Z test_nvfuser_extremal_values_nn_functional_multi_margin_loss_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0798604Z test_nvfuser_extremal_values_nn_functional_multi_margin_loss_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.013s) 2022-11-23T03:02:24.0798948Z test_nvfuser_extremal_values_nn_functional_multi_margin_loss_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0799290Z test_nvfuser_extremal_values_nn_functional_multi_margin_loss_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0799644Z test_nvfuser_extremal_values_nn_functional_multilabel_margin_loss_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0799998Z test_nvfuser_extremal_values_nn_functional_multilabel_margin_loss_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0800447Z test_nvfuser_extremal_values_nn_functional_multilabel_margin_loss_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0800906Z test_nvfuser_extremal_values_nn_functional_multilabel_margin_loss_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0801438Z test_nvfuser_extremal_values_nn_functional_multilabel_soft_margin_loss_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0801928Z test_nvfuser_extremal_values_nn_functional_multilabel_soft_margin_loss_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0802298Z test_nvfuser_extremal_values_nn_functional_multilabel_soft_margin_loss_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0802655Z test_nvfuser_extremal_values_nn_functional_multilabel_soft_margin_loss_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:24.0802988Z test_nvfuser_extremal_values_nn_functional_nll_loss_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.0803321Z test_nvfuser_extremal_values_nn_functional_nll_loss_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0803642Z test_nvfuser_extremal_values_nn_functional_nll_loss_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0803961Z test_nvfuser_extremal_values_nn_functional_nll_loss_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.013s) 2022-11-23T03:02:24.0804298Z test_nvfuser_extremal_values_nn_functional_normalize_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0804643Z test_nvfuser_extremal_values_nn_functional_normalize_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0804988Z test_nvfuser_extremal_values_nn_functional_normalize_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0805322Z test_nvfuser_extremal_values_nn_functional_normalize_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0805659Z test_nvfuser_extremal_values_nn_functional_normalize_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0805995Z test_nvfuser_extremal_values_nn_functional_normalize_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0806342Z test_nvfuser_extremal_values_nn_functional_pad_circular_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0806685Z test_nvfuser_extremal_values_nn_functional_pad_circular_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:24.0807119Z test_nvfuser_extremal_values_nn_functional_pad_circular_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:24.0807575Z test_nvfuser_extremal_values_nn_functional_pad_circular_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.007s) 2022-11-23T03:02:24.0808020Z test_nvfuser_extremal_values_nn_functional_pad_circular_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0808534Z test_nvfuser_extremal_values_nn_functional_pad_circular_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0808892Z test_nvfuser_extremal_values_nn_functional_pad_constant_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0809238Z test_nvfuser_extremal_values_nn_functional_pad_constant_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0809578Z test_nvfuser_extremal_values_nn_functional_pad_constant_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0809911Z test_nvfuser_extremal_values_nn_functional_pad_constant_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0810248Z test_nvfuser_extremal_values_nn_functional_pad_constant_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0810587Z test_nvfuser_extremal_values_nn_functional_pad_constant_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0810930Z test_nvfuser_extremal_values_nn_functional_pad_reflect_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0811324Z test_nvfuser_extremal_values_nn_functional_pad_reflect_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0811804Z test_nvfuser_extremal_values_nn_functional_pad_reflect_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.0812152Z test_nvfuser_extremal_values_nn_functional_pad_reflect_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0812491Z test_nvfuser_extremal_values_nn_functional_pad_reflect_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.012s) 2022-11-23T03:02:24.0812832Z test_nvfuser_extremal_values_nn_functional_pad_reflect_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0813181Z test_nvfuser_extremal_values_nn_functional_pad_replicate_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0813532Z test_nvfuser_extremal_values_nn_functional_pad_replicate_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.0813986Z test_nvfuser_extremal_values_nn_functional_pad_replicate_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.0814332Z test_nvfuser_extremal_values_nn_functional_pad_replicate_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0815007Z test_nvfuser_extremal_values_nn_functional_pad_replicate_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0815367Z test_nvfuser_extremal_values_nn_functional_pairwise_distance_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0816138Z test_nvfuser_extremal_values_nn_functional_pairwise_distance_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0816549Z test_nvfuser_extremal_values_nn_functional_pairwise_distance_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0816904Z test_nvfuser_extremal_values_nn_functional_pairwise_distance_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:24.0817257Z test_nvfuser_extremal_values_nn_functional_pairwise_distance_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.0817609Z test_nvfuser_extremal_values_nn_functional_pairwise_distance_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0817939Z test_nvfuser_extremal_values_nn_functional_pdist_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0818258Z test_nvfuser_extremal_values_nn_functional_pdist_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.015s) 2022-11-23T03:02:24.0818605Z test_nvfuser_extremal_values_nn_functional_pixel_shuffle_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0818952Z test_nvfuser_extremal_values_nn_functional_pixel_shuffle_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0819299Z test_nvfuser_extremal_values_nn_functional_pixel_shuffle_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.0819638Z test_nvfuser_extremal_values_nn_functional_pixel_shuffle_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0819977Z test_nvfuser_extremal_values_nn_functional_pixel_shuffle_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0820474Z test_nvfuser_extremal_values_nn_functional_pixel_shuffle_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0820830Z test_nvfuser_extremal_values_nn_functional_pixel_unshuffle_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0821541Z test_nvfuser_extremal_values_nn_functional_pixel_unshuffle_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0821900Z test_nvfuser_extremal_values_nn_functional_pixel_unshuffle_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0822357Z test_nvfuser_extremal_values_nn_functional_pixel_unshuffle_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0822700Z test_nvfuser_extremal_values_nn_functional_pixel_unshuffle_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0823033Z test_nvfuser_extremal_values_nn_functional_pixel_unshuffle_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0823445Z test_nvfuser_extremal_values_nn_functional_poisson_nll_loss_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0823799Z test_nvfuser_extremal_values_nn_functional_poisson_nll_loss_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:24.0824145Z test_nvfuser_extremal_values_nn_functional_poisson_nll_loss_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:24.0824477Z test_nvfuser_extremal_values_nn_functional_poisson_nll_loss_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.0824814Z test_nvfuser_extremal_values_nn_functional_prelu_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0825135Z test_nvfuser_extremal_values_nn_functional_prelu_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.012s) 2022-11-23T03:02:24.0825451Z test_nvfuser_extremal_values_nn_functional_prelu_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0825785Z test_nvfuser_extremal_values_nn_functional_relu6_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0826102Z test_nvfuser_extremal_values_nn_functional_relu6_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0826417Z test_nvfuser_extremal_values_nn_functional_relu6_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0826846Z test_nvfuser_extremal_values_nn_functional_relu6_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0827197Z test_nvfuser_extremal_values_nn_functional_relu_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0827528Z test_nvfuser_extremal_values_nn_functional_relu_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0827863Z test_nvfuser_extremal_values_nn_functional_relu_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0828393Z test_nvfuser_extremal_values_nn_functional_relu_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0828736Z test_nvfuser_extremal_values_nn_functional_rrelu_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:24.0829065Z test_nvfuser_extremal_values_nn_functional_rrelu_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.0829475Z test_nvfuser_extremal_values_nn_functional_rrelu_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0829787Z test_nvfuser_extremal_values_nn_functional_rrelu_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0830163Z test_nvfuser_extremal_values_nn_functional_selu_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0830500Z test_nvfuser_extremal_values_nn_functional_selu_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0830830Z test_nvfuser_extremal_values_nn_functional_selu_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.013s) 2022-11-23T03:02:24.0831157Z test_nvfuser_extremal_values_nn_functional_selu_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0831485Z test_nvfuser_extremal_values_nn_functional_silu_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0831812Z test_nvfuser_extremal_values_nn_functional_silu_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0832131Z test_nvfuser_extremal_values_nn_functional_silu_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0832456Z test_nvfuser_extremal_values_nn_functional_silu_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0832795Z test_nvfuser_extremal_values_nn_functional_smooth_l1_loss_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0833133Z test_nvfuser_extremal_values_nn_functional_smooth_l1_loss_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0833466Z test_nvfuser_extremal_values_nn_functional_smooth_l1_loss_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0833962Z test_nvfuser_extremal_values_nn_functional_soft_margin_loss_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:24.0834315Z test_nvfuser_extremal_values_nn_functional_soft_margin_loss_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.0834658Z test_nvfuser_extremal_values_nn_functional_soft_margin_loss_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0835103Z test_nvfuser_extremal_values_nn_functional_soft_margin_loss_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0835555Z test_nvfuser_extremal_values_nn_functional_softmin_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0835894Z test_nvfuser_extremal_values_nn_functional_softmin_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.007s) 2022-11-23T03:02:24.0836312Z test_nvfuser_extremal_values_nn_functional_softmin_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0836633Z test_nvfuser_extremal_values_nn_functional_softmin_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0837049Z test_nvfuser_extremal_values_nn_functional_softmin_with_dtype_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0837418Z test_nvfuser_extremal_values_nn_functional_softmin_with_dtype_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0837769Z test_nvfuser_extremal_values_nn_functional_softmin_with_dtype_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0838121Z test_nvfuser_extremal_values_nn_functional_softmin_with_dtype_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0838471Z test_nvfuser_extremal_values_nn_functional_softmin_with_dtype_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.0838818Z test_nvfuser_extremal_values_nn_functional_softmin_with_dtype_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0839157Z test_nvfuser_extremal_values_nn_functional_softplus_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:02:24.0839493Z test_nvfuser_extremal_values_nn_functional_softplus_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0839816Z test_nvfuser_extremal_values_nn_functional_softplus_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.013s) 2022-11-23T03:02:24.0840135Z test_nvfuser_extremal_values_nn_functional_softplus_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.0840478Z test_nvfuser_extremal_values_nn_functional_softshrink_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.0840974Z test_nvfuser_extremal_values_nn_functional_softshrink_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.0841327Z test_nvfuser_extremal_values_nn_functional_softshrink_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0841870Z test_nvfuser_extremal_values_nn_functional_softshrink_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0842223Z test_nvfuser_extremal_values_nn_functional_softsign_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0842562Z test_nvfuser_extremal_values_nn_functional_softsign_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0842896Z test_nvfuser_extremal_values_nn_functional_softsign_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:24.0843325Z test_nvfuser_extremal_values_nn_functional_softsign_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.0843827Z test_nvfuser_extremal_values_nn_functional_softsign_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0844245Z test_nvfuser_extremal_values_nn_functional_softsign_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0844600Z test_nvfuser_extremal_values_nn_functional_tanhshrink_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0844948Z test_nvfuser_extremal_values_nn_functional_tanhshrink_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0845293Z test_nvfuser_extremal_values_nn_functional_tanhshrink_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0845616Z test_nvfuser_extremal_values_nn_functional_tanhshrink_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0845958Z test_nvfuser_extremal_values_nn_functional_tanhshrink_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0846296Z test_nvfuser_extremal_values_nn_functional_tanhshrink_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0846632Z test_nvfuser_extremal_values_nn_functional_threshold_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0846967Z test_nvfuser_extremal_values_nn_functional_threshold_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:24.0847476Z test_nvfuser_extremal_values_nn_functional_threshold_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:24.0847826Z test_nvfuser_extremal_values_nn_functional_threshold_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.0848295Z test_nvfuser_extremal_values_nn_functional_triplet_margin_loss_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0848755Z test_nvfuser_extremal_values_nn_functional_triplet_margin_loss_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-11-23T03:02:24.0849112Z test_nvfuser_extremal_values_nn_functional_triplet_margin_loss_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0849462Z test_nvfuser_extremal_values_nn_functional_triplet_margin_loss_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.0849816Z test_nvfuser_extremal_values_nn_functional_triplet_margin_loss_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0850167Z test_nvfuser_extremal_values_nn_functional_triplet_margin_loss_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0850631Z test_nvfuser_extremal_values_nn_functional_triplet_margin_with_distance_loss_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0851009Z test_nvfuser_extremal_values_nn_functional_triplet_margin_with_distance_loss_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0851445Z test_nvfuser_extremal_values_nn_functional_triplet_margin_with_distance_loss_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.0851829Z test_nvfuser_extremal_values_nn_functional_triplet_margin_with_distance_loss_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0852198Z test_nvfuser_extremal_values_nn_functional_triplet_margin_with_distance_loss_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.0852564Z test_nvfuser_extremal_values_nn_functional_triplet_margin_with_distance_loss_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.007s) 2022-11-23T03:02:24.0852900Z test_nvfuser_extremal_values_nn_functional_unfold_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0853238Z test_nvfuser_extremal_values_nn_functional_unfold_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0853575Z test_nvfuser_extremal_values_nn_functional_unfold_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0853909Z test_nvfuser_extremal_values_nn_functional_unfold_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0854228Z test_nvfuser_extremal_values_nn_functional_unfold_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:02:24.0854544Z test_nvfuser_extremal_values_nn_functional_unfold_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:02:24.0854894Z test_nvfuser_extremal_values_nn_functional_upsample_bilinear_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0855247Z test_nvfuser_extremal_values_nn_functional_upsample_bilinear_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0855592Z test_nvfuser_extremal_values_nn_functional_upsample_bilinear_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0855940Z test_nvfuser_extremal_values_nn_functional_upsample_nearest_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:02:24.0856289Z test_nvfuser_extremal_values_nn_functional_upsample_nearest_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0856628Z test_nvfuser_extremal_values_nn_functional_upsample_nearest_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.012s) 2022-11-23T03:02:24.0857033Z test_nvfuser_extremal_values_nonzero_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0857356Z test_nvfuser_extremal_values_nonzero_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0857675Z test_nvfuser_extremal_values_nonzero_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0858052Z test_nvfuser_extremal_values_nonzero_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.0858383Z test_nvfuser_extremal_values_nonzero_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0858702Z test_nvfuser_extremal_values_nonzero_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0859132Z test_nvfuser_extremal_values_norm_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.0859452Z test_nvfuser_extremal_values_norm_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0859870Z test_nvfuser_extremal_values_norm_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.0860295Z test_nvfuser_extremal_values_norm_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.007s) 2022-11-23T03:02:24.0860602Z test_nvfuser_extremal_values_norm_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0860894Z test_nvfuser_extremal_values_norm_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.0861206Z test_nvfuser_extremal_values_norm_fro_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0861531Z test_nvfuser_extremal_values_norm_fro_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:02:24.0861850Z test_nvfuser_extremal_values_norm_fro_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0862161Z test_nvfuser_extremal_values_norm_fro_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:02:24.0862478Z test_nvfuser_extremal_values_norm_fro_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0862789Z test_nvfuser_extremal_values_norm_fro_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0863112Z test_nvfuser_extremal_values_norm_inf_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0863430Z test_nvfuser_extremal_values_norm_inf_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0863749Z test_nvfuser_extremal_values_norm_inf_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.0864164Z test_nvfuser_extremal_values_norm_inf_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0864473Z test_nvfuser_extremal_values_norm_inf_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0864846Z test_nvfuser_extremal_values_norm_inf_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0865179Z test_nvfuser_extremal_values_norm_nuc_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:24.0865495Z test_nvfuser_extremal_values_norm_nuc_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:24.0865804Z test_nvfuser_extremal_values_norm_nuc_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.008s) 2022-11-23T03:02:24.0866117Z test_nvfuser_extremal_values_norm_nuc_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0866432Z test_nvfuser_extremal_values_normal_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.0866744Z test_nvfuser_extremal_values_normal_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.0867047Z test_nvfuser_extremal_values_normal_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.0867346Z test_nvfuser_extremal_values_normal_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.0867677Z test_nvfuser_extremal_values_normal_number_mean_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.0868001Z test_nvfuser_extremal_values_normal_number_mean_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:24.0868333Z test_nvfuser_extremal_values_normal_number_mean_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:24.0868661Z test_nvfuser_extremal_values_normal_number_mean_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.0868976Z test_nvfuser_extremal_values_ones_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0869288Z test_nvfuser_extremal_values_ones_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.012s) 2022-11-23T03:02:24.0869601Z test_nvfuser_extremal_values_ones_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.0869910Z test_nvfuser_extremal_values_ones_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.0870212Z test_nvfuser_extremal_values_ones_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.0870591Z test_nvfuser_extremal_values_ones_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.0870906Z test_nvfuser_extremal_values_ones_like_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.0871227Z test_nvfuser_extremal_values_ones_like_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0871619Z test_nvfuser_extremal_values_ones_like_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.0871947Z test_nvfuser_extremal_values_ones_like_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.0872265Z test_nvfuser_extremal_values_ones_like_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.0872579Z test_nvfuser_extremal_values_ones_like_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.0872897Z test_nvfuser_extremal_values_ormqr_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0873217Z test_nvfuser_extremal_values_ormqr_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.0873528Z test_nvfuser_extremal_values_ormqr_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.0873831Z test_nvfuser_extremal_values_ormqr_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.0874144Z test_nvfuser_extremal_values_outer_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.0874457Z test_nvfuser_extremal_values_outer_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.0874776Z test_nvfuser_extremal_values_outer_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.0875090Z test_nvfuser_extremal_values_outer_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0875543Z test_nvfuser_extremal_values_outer_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0875857Z test_nvfuser_extremal_values_outer_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0876178Z test_nvfuser_extremal_values_pca_lowrank_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0876623Z test_nvfuser_extremal_values_pca_lowrank_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0877078Z test_nvfuser_extremal_values_permute_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0877409Z test_nvfuser_extremal_values_permute_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0877826Z test_nvfuser_extremal_values_permute_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:24.0878143Z test_nvfuser_extremal_values_permute_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:24.0878458Z test_nvfuser_extremal_values_permute_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.0878840Z test_nvfuser_extremal_values_permute_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0879175Z test_nvfuser_extremal_values_pinverse_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:02:24.0879502Z test_nvfuser_extremal_values_pinverse_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0879822Z test_nvfuser_extremal_values_pinverse_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-11-23T03:02:24.0880136Z test_nvfuser_extremal_values_pinverse_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0880437Z test_nvfuser_extremal_values_polar_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0880739Z test_nvfuser_extremal_values_polar_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0881077Z test_nvfuser_extremal_values_polygamma_polygamma_n_0_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0881416Z test_nvfuser_extremal_values_polygamma_polygamma_n_0_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0881754Z test_nvfuser_extremal_values_polygamma_polygamma_n_0_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0882161Z test_nvfuser_extremal_values_polygamma_polygamma_n_1_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0882554Z test_nvfuser_extremal_values_polygamma_polygamma_n_1_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0882894Z test_nvfuser_extremal_values_polygamma_polygamma_n_1_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:24.0883225Z test_nvfuser_extremal_values_polygamma_polygamma_n_2_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:24.0883556Z test_nvfuser_extremal_values_polygamma_polygamma_n_2_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.0883886Z test_nvfuser_extremal_values_polygamma_polygamma_n_2_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0884216Z test_nvfuser_extremal_values_polygamma_polygamma_n_3_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.012s) 2022-11-23T03:02:24.0884640Z test_nvfuser_extremal_values_polygamma_polygamma_n_3_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0884969Z test_nvfuser_extremal_values_polygamma_polygamma_n_3_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0885358Z test_nvfuser_extremal_values_polygamma_polygamma_n_4_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0885704Z test_nvfuser_extremal_values_polygamma_polygamma_n_4_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0886034Z test_nvfuser_extremal_values_polygamma_polygamma_n_4_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0886356Z test_nvfuser_extremal_values_positive_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0886677Z test_nvfuser_extremal_values_positive_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0887002Z test_nvfuser_extremal_values_positive_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0887319Z test_nvfuser_extremal_values_positive_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:24.0887637Z test_nvfuser_extremal_values_positive_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.0887957Z test_nvfuser_extremal_values_positive_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0888485Z test_nvfuser_extremal_values_pow_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:02:24.0889051Z test_nvfuser_extremal_values_pow_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0889619Z test_nvfuser_extremal_values_pow_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.013s) 2022-11-23T03:02:24.0890192Z test_nvfuser_extremal_values_pow_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.0890747Z test_nvfuser_extremal_values_pow_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.0891072Z test_nvfuser_extremal_values_pow_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.007s) 2022-11-23T03:02:24.0891379Z test_nvfuser_extremal_values_prod_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.0891696Z test_nvfuser_extremal_values_prod_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.0892016Z test_nvfuser_extremal_values_prod_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.0892837Z test_nvfuser_extremal_values_prod_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0893137Z test_nvfuser_extremal_values_prod_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0893431Z test_nvfuser_extremal_values_prod_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.0893815Z test_nvfuser_extremal_values_put_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0894144Z test_nvfuser_extremal_values_put_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:02:24.0894453Z test_nvfuser_extremal_values_put_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0894763Z test_nvfuser_extremal_values_put_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:02:24.0895059Z test_nvfuser_extremal_values_put_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0895356Z test_nvfuser_extremal_values_put_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:02:24.0895661Z test_nvfuser_extremal_values_qr_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0895964Z test_nvfuser_extremal_values_qr_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0896274Z test_nvfuser_extremal_values_qr_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0896583Z test_nvfuser_extremal_values_qr_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0896842Z test_nvfuser_extremal_values_quantile_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.004s) 2022-11-23T03:02:24.0897096Z test_nvfuser_extremal_values_quantile_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.004s) 2022-11-23T03:02:24.0897415Z test_nvfuser_extremal_values_rad2deg_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0897730Z test_nvfuser_extremal_values_rad2deg_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0898050Z test_nvfuser_extremal_values_rad2deg_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0898367Z test_nvfuser_extremal_values_rad2deg_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0898689Z test_nvfuser_extremal_values_rand_like_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:24.0899014Z test_nvfuser_extremal_values_rand_like_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.009s) 2022-11-23T03:02:24.0899337Z test_nvfuser_extremal_values_rand_like_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0899742Z test_nvfuser_extremal_values_rand_like_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-11-23T03:02:24.0900058Z test_nvfuser_extremal_values_rand_like_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0900436Z test_nvfuser_extremal_values_rand_like_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0900768Z test_nvfuser_extremal_values_randint_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0901082Z test_nvfuser_extremal_values_randint_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0901400Z test_nvfuser_extremal_values_randint_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0901712Z test_nvfuser_extremal_values_randint_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0902035Z test_nvfuser_extremal_values_randint_like_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0902358Z test_nvfuser_extremal_values_randint_like_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0902677Z test_nvfuser_extremal_values_randint_like_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0902991Z test_nvfuser_extremal_values_randint_like_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0903304Z test_nvfuser_extremal_values_randn_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:02:24.0903619Z test_nvfuser_extremal_values_randn_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0903934Z test_nvfuser_extremal_values_randn_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0904244Z test_nvfuser_extremal_values_randn_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0904620Z test_nvfuser_extremal_values_randn_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0905041Z test_nvfuser_extremal_values_randn_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0905368Z test_nvfuser_extremal_values_randn_like_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0905696Z test_nvfuser_extremal_values_randn_like_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0906013Z test_nvfuser_extremal_values_randn_like_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0906431Z test_nvfuser_extremal_values_randn_like_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0906750Z test_nvfuser_extremal_values_randn_like_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0907064Z test_nvfuser_extremal_values_randn_like_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0907605Z test_nvfuser_extremal_values_ravel_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0907947Z test_nvfuser_extremal_values_ravel_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0908381Z test_nvfuser_extremal_values_ravel_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.0908703Z test_nvfuser_extremal_values_ravel_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0909107Z test_nvfuser_extremal_values_ravel_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:02:24.0909418Z test_nvfuser_extremal_values_ravel_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0909714Z test_nvfuser_extremal_values_real_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0910026Z test_nvfuser_extremal_values_real_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0910345Z test_nvfuser_extremal_values_real_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0910655Z test_nvfuser_extremal_values_real_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0910957Z test_nvfuser_extremal_values_real_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0911251Z test_nvfuser_extremal_values_real_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0911576Z test_nvfuser_extremal_values_reciprocal_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0911910Z test_nvfuser_extremal_values_reciprocal_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:24.0912235Z test_nvfuser_extremal_values_reciprocal_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:24.0912560Z test_nvfuser_extremal_values_reciprocal_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.0912884Z test_nvfuser_extremal_values_reciprocal_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0913202Z test_nvfuser_extremal_values_reciprocal_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-11-23T03:02:24.0913623Z test_nvfuser_extremal_values_remainder_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0913941Z test_nvfuser_extremal_values_remainder_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0914261Z test_nvfuser_extremal_values_remainder_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0914643Z test_nvfuser_extremal_values_remainder_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0914975Z test_nvfuser_extremal_values_renorm_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0915297Z test_nvfuser_extremal_values_renorm_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0915617Z test_nvfuser_extremal_values_renorm_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0915927Z test_nvfuser_extremal_values_renorm_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0916229Z test_nvfuser_extremal_values_renorm_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0916524Z test_nvfuser_extremal_values_renorm_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:24.0916842Z test_nvfuser_extremal_values_repeat_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.0917162Z test_nvfuser_extremal_values_repeat_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0917482Z test_nvfuser_extremal_values_repeat_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-11-23T03:02:24.0917969Z test_nvfuser_extremal_values_repeat_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0918292Z test_nvfuser_extremal_values_repeat_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0918593Z test_nvfuser_extremal_values_repeat_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:02:24.0918929Z test_nvfuser_extremal_values_repeat_interleave_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0919269Z test_nvfuser_extremal_values_repeat_interleave_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:02:24.0919605Z test_nvfuser_extremal_values_repeat_interleave_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0919934Z test_nvfuser_extremal_values_repeat_interleave_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:02:24.0920265Z test_nvfuser_extremal_values_repeat_interleave_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0920699Z test_nvfuser_extremal_values_repeat_interleave_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0921021Z test_nvfuser_extremal_values_reshape_as_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:02:24.0921409Z test_nvfuser_extremal_values_reshape_as_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0921750Z test_nvfuser_extremal_values_reshape_as_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:02:24.0922067Z test_nvfuser_extremal_values_reshape_as_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0922389Z test_nvfuser_extremal_values_reshape_as_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-11-23T03:02:24.0922708Z test_nvfuser_extremal_values_reshape_as_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0923028Z test_nvfuser_extremal_values_reshape_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0923345Z test_nvfuser_extremal_values_reshape_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0923667Z test_nvfuser_extremal_values_reshape_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0923985Z test_nvfuser_extremal_values_reshape_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0924300Z test_nvfuser_extremal_values_reshape_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0924618Z test_nvfuser_extremal_values_reshape_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:24.0924934Z test_nvfuser_extremal_values_resize__cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:24.0925251Z test_nvfuser_extremal_values_resize__cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0925620Z test_nvfuser_extremal_values_resize__cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0926172Z test_nvfuser_extremal_values_resize__cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.013s) 2022-11-23T03:02:24.0926743Z test_nvfuser_extremal_values_resize__cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0927318Z test_nvfuser_extremal_values_resize__cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0927888Z test_nvfuser_extremal_values_resize_as__cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0928616Z test_nvfuser_extremal_values_resize_as__cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.0929011Z test_nvfuser_extremal_values_resize_as__cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0929330Z test_nvfuser_extremal_values_resize_as__cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0930195Z test_nvfuser_extremal_values_resize_as__cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0930585Z test_nvfuser_extremal_values_resize_as__cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:24.0930914Z test_nvfuser_extremal_values_resolve_conj_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:24.0931243Z test_nvfuser_extremal_values_resolve_conj_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.0931568Z test_nvfuser_extremal_values_resolve_conj_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0931895Z test_nvfuser_extremal_values_resolve_conj_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:02:24.0932215Z test_nvfuser_extremal_values_resolve_conj_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0932587Z test_nvfuser_extremal_values_resolve_conj_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0932910Z test_nvfuser_extremal_values_resolve_neg_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0933238Z test_nvfuser_extremal_values_resolve_neg_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0933564Z test_nvfuser_extremal_values_resolve_neg_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0933882Z test_nvfuser_extremal_values_resolve_neg_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0934202Z test_nvfuser_extremal_values_resolve_neg_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0934635Z test_nvfuser_extremal_values_resolve_neg_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0934945Z test_nvfuser_extremal_values_roll_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0935262Z test_nvfuser_extremal_values_roll_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0935577Z test_nvfuser_extremal_values_roll_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0935993Z test_nvfuser_extremal_values_roll_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0936297Z test_nvfuser_extremal_values_roll_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0936588Z test_nvfuser_extremal_values_roll_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:24.0936960Z test_nvfuser_extremal_values_rot90_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:24.0937290Z test_nvfuser_extremal_values_rot90_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.0937608Z test_nvfuser_extremal_values_rot90_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0938055Z test_nvfuser_extremal_values_rot90_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-11-23T03:02:24.0938370Z test_nvfuser_extremal_values_rot90_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0938668Z test_nvfuser_extremal_values_rot90_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0938979Z test_nvfuser_extremal_values_round_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0939277Z test_nvfuser_extremal_values_round_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0939574Z test_nvfuser_extremal_values_round_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.007s) 2022-11-23T03:02:24.0939866Z test_nvfuser_extremal_values_round_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0940195Z test_nvfuser_extremal_values_round_decimals_0_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0940527Z test_nvfuser_extremal_values_round_decimals_0_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:24.0940852Z test_nvfuser_extremal_values_round_decimals_0_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:24.0941179Z test_nvfuser_extremal_values_round_decimals_0_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.0941503Z test_nvfuser_extremal_values_round_decimals_3_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0941824Z test_nvfuser_extremal_values_round_decimals_3_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.012s) 2022-11-23T03:02:24.0942149Z test_nvfuser_extremal_values_round_decimals_3_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0942468Z test_nvfuser_extremal_values_round_decimals_3_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0942904Z test_nvfuser_extremal_values_round_decimals_neg_3_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0943234Z test_nvfuser_extremal_values_round_decimals_neg_3_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0943627Z test_nvfuser_extremal_values_round_decimals_neg_3_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0943964Z test_nvfuser_extremal_values_round_decimals_neg_3_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.0944279Z test_nvfuser_extremal_values_rsqrt_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0944597Z test_nvfuser_extremal_values_rsqrt_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0944914Z test_nvfuser_extremal_values_rsqrt_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:24.0945398Z test_nvfuser_extremal_values_rsqrt_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.0945720Z test_nvfuser_extremal_values_rsqrt_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0946019Z test_nvfuser_extremal_values_rsqrt_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0946318Z test_nvfuser_extremal_values_rsub_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0946631Z test_nvfuser_extremal_values_rsub_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0946947Z test_nvfuser_extremal_values_rsub_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.0947260Z test_nvfuser_extremal_values_rsub_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.0947561Z test_nvfuser_extremal_values_rsub_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0947863Z test_nvfuser_extremal_values_rsub_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.0948232Z test_nvfuser_extremal_values_scalar_tensor_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:24.0948562Z test_nvfuser_extremal_values_scalar_tensor_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.0948894Z test_nvfuser_extremal_values_scalar_tensor_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0949217Z test_nvfuser_extremal_values_scalar_tensor_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.012s) 2022-11-23T03:02:24.0949641Z test_nvfuser_extremal_values_scalar_tensor_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0949958Z test_nvfuser_extremal_values_scalar_tensor_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0950280Z test_nvfuser_extremal_values_scatter_add_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.0950669Z test_nvfuser_extremal_values_scatter_add_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0951006Z test_nvfuser_extremal_values_scatter_add_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0951331Z test_nvfuser_extremal_values_scatter_add_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.0951646Z test_nvfuser_extremal_values_scatter_add_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0951956Z test_nvfuser_extremal_values_scatter_add_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:24.0952275Z test_nvfuser_extremal_values_scatter_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:24.0952595Z test_nvfuser_extremal_values_scatter_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.008s) 2022-11-23T03:02:24.0952915Z test_nvfuser_extremal_values_scatter_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0953233Z test_nvfuser_extremal_values_scatter_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0953729Z test_nvfuser_extremal_values_scatter_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0954070Z test_nvfuser_extremal_values_scatter_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0954405Z test_nvfuser_extremal_values_scatter_reduce_amax_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.0954866Z test_nvfuser_extremal_values_scatter_reduce_amax_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0955221Z test_nvfuser_extremal_values_scatter_reduce_amax_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0955534Z test_nvfuser_extremal_values_scatter_reduce_amax_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.0955862Z test_nvfuser_extremal_values_scatter_reduce_amin_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0956178Z test_nvfuser_extremal_values_scatter_reduce_amin_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0956489Z test_nvfuser_extremal_values_scatter_reduce_amin_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.0956923Z test_nvfuser_extremal_values_scatter_reduce_amin_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0957245Z test_nvfuser_extremal_values_scatter_reduce_mean_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0957626Z test_nvfuser_extremal_values_scatter_reduce_mean_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.015s) 2022-11-23T03:02:24.0957952Z test_nvfuser_extremal_values_scatter_reduce_mean_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.0958267Z test_nvfuser_extremal_values_scatter_reduce_mean_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.0958591Z test_nvfuser_extremal_values_scatter_reduce_prod_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.007s) 2022-11-23T03:02:24.0958908Z test_nvfuser_extremal_values_scatter_reduce_prod_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.0959224Z test_nvfuser_extremal_values_scatter_reduce_prod_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.0959537Z test_nvfuser_extremal_values_scatter_reduce_prod_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0959852Z test_nvfuser_extremal_values_scatter_reduce_sum_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:24.0960177Z test_nvfuser_extremal_values_scatter_reduce_sum_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.0960506Z test_nvfuser_extremal_values_scatter_reduce_sum_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0960838Z test_nvfuser_extremal_values_scatter_reduce_sum_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0961166Z test_nvfuser_extremal_values_searchsorted_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.015s) 2022-11-23T03:02:24.0961493Z test_nvfuser_extremal_values_searchsorted_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.0961811Z test_nvfuser_extremal_values_searchsorted_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.007s) 2022-11-23T03:02:24.0962149Z test_nvfuser_extremal_values_segment_reduce_lengths_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.0962489Z test_nvfuser_extremal_values_segment_reduce_lengths_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.0962814Z test_nvfuser_extremal_values_segment_reduce_lengths_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.0963226Z test_nvfuser_extremal_values_segment_reduce_lengths_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.0963563Z test_nvfuser_extremal_values_segment_reduce_offsets_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0963899Z test_nvfuser_extremal_values_segment_reduce_offsets_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0964282Z test_nvfuser_extremal_values_segment_reduce_offsets_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:02:24.0964791Z test_nvfuser_extremal_values_segment_reduce_offsets_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.007s) 2022-11-23T03:02:24.0965122Z test_nvfuser_extremal_values_select_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.0965443Z test_nvfuser_extremal_values_select_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.0965868Z test_nvfuser_extremal_values_select_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.0966196Z test_nvfuser_extremal_values_select_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.0966611Z test_nvfuser_extremal_values_select_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:24.0967023Z test_nvfuser_extremal_values_select_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:24.0967351Z test_nvfuser_extremal_values_select_scatter_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.0967674Z test_nvfuser_extremal_values_select_scatter_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0968002Z test_nvfuser_extremal_values_select_scatter_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.012s) 2022-11-23T03:02:24.0968317Z test_nvfuser_extremal_values_select_scatter_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.0968632Z test_nvfuser_extremal_values_sgn_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.0968944Z test_nvfuser_extremal_values_sgn_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.0969256Z test_nvfuser_extremal_values_sgn_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.0969566Z test_nvfuser_extremal_values_sgn_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.0969862Z test_nvfuser_extremal_values_sgn_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0970264Z test_nvfuser_extremal_values_sgn_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0970735Z test_nvfuser_extremal_values_short_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0971054Z test_nvfuser_extremal_values_short_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.0971439Z test_nvfuser_extremal_values_short_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0971762Z test_nvfuser_extremal_values_short_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.014s) 2022-11-23T03:02:24.0972065Z test_nvfuser_extremal_values_short_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.0972365Z test_nvfuser_extremal_values_short_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.0972678Z test_nvfuser_extremal_values_sigmoid_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.007s) 2022-11-23T03:02:24.0973000Z test_nvfuser_extremal_values_sigmoid_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0973322Z test_nvfuser_extremal_values_sigmoid_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0973635Z test_nvfuser_extremal_values_sigmoid_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0973950Z test_nvfuser_extremal_values_sigmoid_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:24.0974263Z test_nvfuser_extremal_values_sigmoid_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:24.0974574Z test_nvfuser_extremal_values_sign_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.0974883Z test_nvfuser_extremal_values_sign_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0975178Z test_nvfuser_extremal_values_sign_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-11-23T03:02:24.0975474Z test_nvfuser_extremal_values_sign_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0975808Z test_nvfuser_extremal_values_signal_windows_cosine_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0976137Z test_nvfuser_extremal_values_signal_windows_cosine_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0976461Z test_nvfuser_extremal_values_signal_windows_cosine_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0976778Z test_nvfuser_extremal_values_signal_windows_cosine_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.0977214Z test_nvfuser_extremal_values_signal_windows_exponential_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0977556Z test_nvfuser_extremal_values_signal_windows_exponential_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0977899Z test_nvfuser_extremal_values_signal_windows_exponential_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0978300Z test_nvfuser_extremal_values_signal_windows_exponential_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:24.0978650Z test_nvfuser_extremal_values_signal_windows_gaussian_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.0978991Z test_nvfuser_extremal_values_signal_windows_gaussian_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0979325Z test_nvfuser_extremal_values_signal_windows_gaussian_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:02:24.0979665Z test_nvfuser_extremal_values_signal_windows_gaussian_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.0979996Z test_nvfuser_extremal_values_signal_windows_kaiser_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0980486Z test_nvfuser_extremal_values_signal_windows_kaiser_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0980820Z test_nvfuser_extremal_values_signal_windows_kaiser_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.0981136Z test_nvfuser_extremal_values_signal_windows_kaiser_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.007s) 2022-11-23T03:02:24.0981453Z test_nvfuser_extremal_values_signbit_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.008s) 2022-11-23T03:02:24.0981768Z test_nvfuser_extremal_values_signbit_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0982081Z test_nvfuser_extremal_values_signbit_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0982398Z test_nvfuser_extremal_values_signbit_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0982705Z test_nvfuser_extremal_values_sin_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0983019Z test_nvfuser_extremal_values_sin_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0983328Z test_nvfuser_extremal_values_sin_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:24.0983631Z test_nvfuser_extremal_values_sin_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:24.0984028Z test_nvfuser_extremal_values_sin_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.0984321Z test_nvfuser_extremal_values_sin_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0984623Z test_nvfuser_extremal_values_sinc_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-11-23T03:02:24.0985004Z test_nvfuser_extremal_values_sinc_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0985336Z test_nvfuser_extremal_values_sinc_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0985648Z test_nvfuser_extremal_values_sinc_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0985946Z test_nvfuser_extremal_values_sinc_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0986239Z test_nvfuser_extremal_values_sinc_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0986550Z test_nvfuser_extremal_values_sinh_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0986861Z test_nvfuser_extremal_values_sinh_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0987178Z test_nvfuser_extremal_values_sinh_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0987485Z test_nvfuser_extremal_values_sinh_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0987782Z test_nvfuser_extremal_values_sinh_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0988077Z test_nvfuser_extremal_values_sinh_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:02:24.0988383Z test_nvfuser_extremal_values_slice_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0988697Z test_nvfuser_extremal_values_slice_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0989016Z test_nvfuser_extremal_values_slice_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0989350Z test_nvfuser_extremal_values_slice_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0989801Z test_nvfuser_extremal_values_slice_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0990108Z test_nvfuser_extremal_values_slice_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0990434Z test_nvfuser_extremal_values_slice_scatter_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.0990855Z test_nvfuser_extremal_values_slice_scatter_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0991178Z test_nvfuser_extremal_values_slice_scatter_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:24.0991490Z test_nvfuser_extremal_values_slice_scatter_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:24.0991870Z test_nvfuser_extremal_values_softmax_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.0992195Z test_nvfuser_extremal_values_softmax_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0992511Z test_nvfuser_extremal_values_softmax_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:02:24.0992822Z test_nvfuser_extremal_values_softmax_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.0993150Z test_nvfuser_extremal_values_softmax_with_dtype_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.012s) 2022-11-23T03:02:24.0993467Z test_nvfuser_extremal_values_softmax_with_dtype_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.0993800Z test_nvfuser_extremal_values_softmax_with_dtype_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.1003371Z test_nvfuser_extremal_values_softmax_with_dtype_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.1003725Z test_nvfuser_extremal_values_softmax_with_dtype_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.1004058Z test_nvfuser_extremal_values_softmax_with_dtype_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.1004384Z test_nvfuser_extremal_values_sort_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.1004698Z test_nvfuser_extremal_values_sort_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.1005006Z test_nvfuser_extremal_values_sort_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.1005302Z test_nvfuser_extremal_values_sort_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:24.1005649Z test_nvfuser_extremal_values_sparse_sampled_addmm_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:24.1005998Z test_nvfuser_extremal_values_sparse_sampled_addmm_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.1006493Z test_nvfuser_extremal_values_sparse_sampled_addmm_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.1007271Z test_nvfuser_extremal_values_sparse_sampled_addmm_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.1007846Z test_nvfuser_extremal_values_special_airy_ai_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.1008432Z test_nvfuser_extremal_values_special_airy_ai_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.1009099Z test_nvfuser_extremal_values_special_bessel_j0_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.1009468Z test_nvfuser_extremal_values_special_bessel_j0_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.1009805Z test_nvfuser_extremal_values_special_bessel_j1_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.1010138Z test_nvfuser_extremal_values_special_bessel_j1_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.1010467Z test_nvfuser_extremal_values_special_bessel_y0_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.007s) 2022-11-23T03:02:24.1010796Z test_nvfuser_extremal_values_special_bessel_y0_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:24.1011124Z test_nvfuser_extremal_values_special_bessel_y1_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:24.1011453Z test_nvfuser_extremal_values_special_bessel_y1_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.1011747Z test_nvfuser_extremal_values_special_chebyshev_polynomial_t_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.000s) 2022-11-23T03:02:24.1012037Z test_nvfuser_extremal_values_special_chebyshev_polynomial_t_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.010s) 2022-11-23T03:02:24.1012332Z test_nvfuser_extremal_values_special_chebyshev_polynomial_u_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.000s) 2022-11-23T03:02:24.1012623Z test_nvfuser_extremal_values_special_chebyshev_polynomial_u_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.000s) 2022-11-23T03:02:24.1012906Z test_nvfuser_extremal_values_special_chebyshev_polynomial_v_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.010s) 2022-11-23T03:02:24.1013192Z test_nvfuser_extremal_values_special_chebyshev_polynomial_v_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.000s) 2022-11-23T03:02:24.1013477Z test_nvfuser_extremal_values_special_chebyshev_polynomial_w_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.000s) 2022-11-23T03:02:24.1013761Z test_nvfuser_extremal_values_special_chebyshev_polynomial_w_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.015s) 2022-11-23T03:02:24.1014096Z test_nvfuser_extremal_values_special_entr_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.1014423Z test_nvfuser_extremal_values_special_entr_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.1015770Z test_nvfuser_extremal_values_special_entr_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.1016192Z test_nvfuser_extremal_values_special_entr_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.1016526Z test_nvfuser_extremal_values_special_erfcx_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.1016961Z test_nvfuser_extremal_values_special_erfcx_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.1017272Z test_nvfuser_extremal_values_special_hermite_polynomial_h_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.006s) 2022-11-23T03:02:24.1017562Z test_nvfuser_extremal_values_special_hermite_polynomial_h_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.005s) 2022-11-23T03:02:24.1017856Z test_nvfuser_extremal_values_special_hermite_polynomial_he_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.005s) 2022-11-23T03:02:24.1018145Z test_nvfuser_extremal_values_special_hermite_polynomial_he_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.005s) 2022-11-23T03:02:24.1018471Z test_nvfuser_extremal_values_special_i0e_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.007s) 2022-11-23T03:02:24.1018797Z test_nvfuser_extremal_values_special_i0e_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.1019119Z test_nvfuser_extremal_values_special_i0e_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.1019436Z test_nvfuser_extremal_values_special_i0e_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.1019754Z test_nvfuser_extremal_values_special_i1_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.1020076Z test_nvfuser_extremal_values_special_i1_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:02:24.1020392Z test_nvfuser_extremal_values_special_i1e_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.1020708Z test_nvfuser_extremal_values_special_i1e_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.1021002Z test_nvfuser_extremal_values_special_laguerre_polynomial_l_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.014s) 2022-11-23T03:02:24.1021290Z test_nvfuser_extremal_values_special_laguerre_polynomial_l_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.004s) 2022-11-23T03:02:24.1021582Z test_nvfuser_extremal_values_special_legendre_polynomial_p_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.004s) 2022-11-23T03:02:24.1021870Z test_nvfuser_extremal_values_special_legendre_polynomial_p_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.004s) 2022-11-23T03:02:24.1022203Z test_nvfuser_extremal_values_special_log_ndtr_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.1022532Z test_nvfuser_extremal_values_special_log_ndtr_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.1022975Z test_nvfuser_extremal_values_special_modified_bessel_i0_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.1023325Z test_nvfuser_extremal_values_special_modified_bessel_i0_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.1023732Z test_nvfuser_extremal_values_special_modified_bessel_i1_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:24.1024097Z test_nvfuser_extremal_values_special_modified_bessel_i1_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:24.1024435Z test_nvfuser_extremal_values_special_modified_bessel_k0_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.1024773Z test_nvfuser_extremal_values_special_modified_bessel_k0_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.1025113Z test_nvfuser_extremal_values_special_modified_bessel_k1_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.1025455Z test_nvfuser_extremal_values_special_modified_bessel_k1_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.1025835Z test_nvfuser_extremal_values_special_ndtr_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.1026158Z test_nvfuser_extremal_values_special_ndtr_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:02:24.1026485Z test_nvfuser_extremal_values_special_ndtr_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.1026799Z test_nvfuser_extremal_values_special_ndtr_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:02:24.1027125Z test_nvfuser_extremal_values_special_ndtri_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.1027455Z test_nvfuser_extremal_values_special_ndtri_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:02:24.1028015Z test_nvfuser_extremal_values_special_polygamma_special_polygamma_n_0_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.1028394Z test_nvfuser_extremal_values_special_polygamma_special_polygamma_n_0_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.1028759Z test_nvfuser_extremal_values_special_polygamma_special_polygamma_n_0_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:02:24.1029119Z test_nvfuser_extremal_values_special_scaled_modified_bessel_k0_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.1029475Z test_nvfuser_extremal_values_special_scaled_modified_bessel_k0_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:02:24.1029925Z test_nvfuser_extremal_values_special_scaled_modified_bessel_k1_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.1030281Z test_nvfuser_extremal_values_special_scaled_modified_bessel_k1_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:02:24.1030584Z test_nvfuser_extremal_values_special_shifted_chebyshev_polynomial_t_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.000s) 2022-11-23T03:02:24.1030932Z test_nvfuser_extremal_values_special_shifted_chebyshev_polynomial_t_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.000s) 2022-11-23T03:02:24.1031248Z test_nvfuser_extremal_values_special_shifted_chebyshev_polynomial_u_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.010s) 2022-11-23T03:02:24.1031554Z test_nvfuser_extremal_values_special_shifted_chebyshev_polynomial_u_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.000s) 2022-11-23T03:02:24.1031852Z test_nvfuser_extremal_values_special_shifted_chebyshev_polynomial_v_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.011s) 2022-11-23T03:02:24.1032146Z test_nvfuser_extremal_values_special_shifted_chebyshev_polynomial_v_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.004s) 2022-11-23T03:02:24.1032442Z test_nvfuser_extremal_values_special_shifted_chebyshev_polynomial_w_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.004s) 2022-11-23T03:02:24.1032741Z test_nvfuser_extremal_values_special_shifted_chebyshev_polynomial_w_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.004s) 2022-11-23T03:02:24.1033093Z test_nvfuser_extremal_values_special_spherical_bessel_j0_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.1033443Z test_nvfuser_extremal_values_special_spherical_bessel_j0_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.1033778Z test_nvfuser_extremal_values_special_xlog1py_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.1034106Z test_nvfuser_extremal_values_special_xlog1py_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.1034438Z test_nvfuser_extremal_values_special_xlog1py_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.1034769Z test_nvfuser_extremal_values_special_xlog1py_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:24.1035099Z test_nvfuser_extremal_values_special_zeta_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.1035423Z test_nvfuser_extremal_values_special_zeta_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.1035742Z test_nvfuser_extremal_values_split_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.1036067Z test_nvfuser_extremal_values_split_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.1036388Z test_nvfuser_extremal_values_split_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.1036793Z test_nvfuser_extremal_values_split_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.1037101Z test_nvfuser_extremal_values_split_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.1037402Z test_nvfuser_extremal_values_split_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.1037791Z test_nvfuser_extremal_values_split_list_args_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.1038141Z test_nvfuser_extremal_values_split_list_args_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.1038475Z test_nvfuser_extremal_values_split_list_args_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.1038801Z test_nvfuser_extremal_values_split_list_args_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.1039126Z test_nvfuser_extremal_values_split_list_args_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.1039453Z test_nvfuser_extremal_values_split_list_args_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.1039779Z test_nvfuser_extremal_values_split_with_sizes_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:02:24.1040119Z test_nvfuser_extremal_values_split_with_sizes_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.1040448Z test_nvfuser_extremal_values_split_with_sizes_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.012s) 2022-11-23T03:02:24.1040773Z test_nvfuser_extremal_values_split_with_sizes_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.1041104Z test_nvfuser_extremal_values_split_with_sizes_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.1041430Z test_nvfuser_extremal_values_split_with_sizes_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.1041750Z test_nvfuser_extremal_values_sqrt_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.1042066Z test_nvfuser_extremal_values_sqrt_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.1042386Z test_nvfuser_extremal_values_sqrt_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.1042701Z test_nvfuser_extremal_values_sqrt_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.1043005Z test_nvfuser_extremal_values_sqrt_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.1043386Z test_nvfuser_extremal_values_sqrt_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:24.1043704Z test_nvfuser_extremal_values_square_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:24.1044030Z test_nvfuser_extremal_values_square_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.1044411Z test_nvfuser_extremal_values_square_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.1044743Z test_nvfuser_extremal_values_square_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:02:24.1045050Z test_nvfuser_extremal_values_square_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.1045354Z test_nvfuser_extremal_values_square_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:02:24.1045674Z test_nvfuser_extremal_values_squeeze_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.1046004Z test_nvfuser_extremal_values_squeeze_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.1046327Z test_nvfuser_extremal_values_squeeze_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.1046647Z test_nvfuser_extremal_values_squeeze_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.1046966Z test_nvfuser_extremal_values_squeeze_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.1047286Z test_nvfuser_extremal_values_squeeze_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.1047841Z test_nvfuser_extremal_values_stack_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.1048233Z test_nvfuser_extremal_values_stack_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.1048553Z test_nvfuser_extremal_values_stack_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.1048876Z test_nvfuser_extremal_values_stack_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.1049181Z test_nvfuser_extremal_values_stack_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.1049481Z test_nvfuser_extremal_values_stack_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.1049798Z test_nvfuser_extremal_values_std_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.1050113Z test_nvfuser_extremal_values_std_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.013s) 2022-11-23T03:02:24.1050516Z test_nvfuser_extremal_values_std_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.1050827Z test_nvfuser_extremal_values_std_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.1051127Z test_nvfuser_extremal_values_std_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.1051834Z test_nvfuser_extremal_values_std_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.1052214Z test_nvfuser_extremal_values_std_mean_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.1052546Z test_nvfuser_extremal_values_std_mean_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.1052877Z test_nvfuser_extremal_values_std_mean_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.1053193Z test_nvfuser_extremal_values_std_mean_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.1053515Z test_nvfuser_extremal_values_std_mean_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:24.1053831Z test_nvfuser_extremal_values_std_mean_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.1054149Z test_nvfuser_extremal_values_stft_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.1054470Z test_nvfuser_extremal_values_stft_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.1054782Z test_nvfuser_extremal_values_stft_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.013s) 2022-11-23T03:02:24.1055084Z test_nvfuser_extremal_values_stft_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.1055366Z test_nvfuser_extremal_values_sub_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.1055674Z test_nvfuser_extremal_values_sub_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.1055989Z test_nvfuser_extremal_values_sub_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.1056295Z test_nvfuser_extremal_values_sub_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.1056593Z test_nvfuser_extremal_values_sub_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.1056890Z test_nvfuser_extremal_values_sub_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.1057193Z test_nvfuser_extremal_values_sum_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.1057620Z test_nvfuser_extremal_values_sum_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:24.1058009Z test_nvfuser_extremal_values_sum_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:24.1058413Z test_nvfuser_extremal_values_sum_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.1058800Z test_nvfuser_extremal_values_sum_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:02:24.1059110Z test_nvfuser_extremal_values_sum_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.1059434Z test_nvfuser_extremal_values_sum_to_size_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.1059762Z test_nvfuser_extremal_values_sum_to_size_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.013s) 2022-11-23T03:02:24.1060087Z test_nvfuser_extremal_values_sum_to_size_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.1060410Z test_nvfuser_extremal_values_sum_to_size_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.1060728Z test_nvfuser_extremal_values_sum_to_size_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.1061039Z test_nvfuser_extremal_values_sum_to_size_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.1061356Z test_nvfuser_extremal_values_svd_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.1061667Z test_nvfuser_extremal_values_svd_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.1061973Z test_nvfuser_extremal_values_svd_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.1062275Z test_nvfuser_extremal_values_svd_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.1062598Z test_nvfuser_extremal_values_svd_lowrank_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:24.1062920Z test_nvfuser_extremal_values_svd_lowrank_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.1063244Z test_nvfuser_extremal_values_symeig_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.1063572Z test_nvfuser_extremal_values_symeig_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.1063891Z test_nvfuser_extremal_values_symeig_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.1064198Z test_nvfuser_extremal_values_symeig_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.1064593Z test_nvfuser_extremal_values_t_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.1064915Z test_nvfuser_extremal_values_t_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.1065227Z test_nvfuser_extremal_values_t_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.1065594Z test_nvfuser_extremal_values_t_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.1065917Z test_nvfuser_extremal_values_t_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.1066230Z test_nvfuser_extremal_values_t_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:24.1066887Z test_nvfuser_extremal_values_take_along_dim_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:24.1067273Z test_nvfuser_extremal_values_take_along_dim_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.1067609Z test_nvfuser_extremal_values_take_along_dim_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.1067944Z test_nvfuser_extremal_values_take_along_dim_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:02:24.1068450Z test_nvfuser_extremal_values_take_along_dim_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.1068936Z test_nvfuser_extremal_values_take_along_dim_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:02:24.1069370Z test_nvfuser_extremal_values_take_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.1069701Z test_nvfuser_extremal_values_take_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:02:24.1070022Z test_nvfuser_extremal_values_take_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.1070339Z test_nvfuser_extremal_values_take_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.1070640Z test_nvfuser_extremal_values_take_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.1070936Z test_nvfuser_extremal_values_take_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.1071236Z test_nvfuser_extremal_values_tan_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.1071547Z test_nvfuser_extremal_values_tan_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.1071862Z test_nvfuser_extremal_values_tan_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.1072282Z test_nvfuser_extremal_values_tan_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.1072581Z test_nvfuser_extremal_values_tan_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:24.1072940Z test_nvfuser_extremal_values_tan_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:24.1073260Z test_nvfuser_extremal_values_tanh_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.1073578Z test_nvfuser_extremal_values_tanh_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.1073900Z test_nvfuser_extremal_values_tanh_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:02:24.1074374Z test_nvfuser_extremal_values_tanh_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.1074682Z test_nvfuser_extremal_values_tanh_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.1074983Z test_nvfuser_extremal_values_tanh_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.1075442Z test_nvfuser_extremal_values_tensor_split_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.1075786Z test_nvfuser_extremal_values_tensor_split_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.1076271Z test_nvfuser_extremal_values_tensor_split_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.1076606Z test_nvfuser_extremal_values_tensor_split_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.1076934Z test_nvfuser_extremal_values_tensor_split_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.1077251Z test_nvfuser_extremal_values_tensor_split_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.1077576Z test_nvfuser_extremal_values_tensordot_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:24.1077905Z test_nvfuser_extremal_values_tensordot_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.1078232Z test_nvfuser_extremal_values_tensordot_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.1078557Z test_nvfuser_extremal_values_tensordot_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:02:24.1078882Z test_nvfuser_extremal_values_tensordot_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.1079327Z test_nvfuser_extremal_values_tensordot_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.1079871Z test_nvfuser_extremal_values_tile_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.013s) 2022-11-23T03:02:24.1080442Z test_nvfuser_extremal_values_tile_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.1080895Z test_nvfuser_extremal_values_tile_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.1081308Z test_nvfuser_extremal_values_tile_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.1081746Z test_nvfuser_extremal_values_tile_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.1082055Z test_nvfuser_extremal_values_tile_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.1082366Z test_nvfuser_extremal_values_to_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.1082809Z test_nvfuser_extremal_values_to_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.1083262Z test_nvfuser_extremal_values_to_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.1083580Z test_nvfuser_extremal_values_to_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:02:24.1083893Z test_nvfuser_extremal_values_to_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.1084202Z test_nvfuser_extremal_values_to_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.1084528Z test_nvfuser_extremal_values_to_sparse_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.1084857Z test_nvfuser_extremal_values_to_sparse_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:02:24.1085185Z test_nvfuser_extremal_values_to_sparse_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.1085507Z test_nvfuser_extremal_values_to_sparse_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:02:24.1085826Z test_nvfuser_extremal_values_to_sparse_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.1086147Z test_nvfuser_extremal_values_to_sparse_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.1086465Z test_nvfuser_extremal_values_topk_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.014s) 2022-11-23T03:02:24.1086783Z test_nvfuser_extremal_values_topk_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.1087177Z test_nvfuser_extremal_values_topk_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.1087473Z test_nvfuser_extremal_values_topk_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:24.1087788Z test_nvfuser_extremal_values_trace_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.1088172Z test_nvfuser_extremal_values_trace_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.1088662Z test_nvfuser_extremal_values_trace_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.1088988Z test_nvfuser_extremal_values_trace_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.1089300Z test_nvfuser_extremal_values_trace_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.015s) 2022-11-23T03:02:24.1089606Z test_nvfuser_extremal_values_trace_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.1090135Z test_nvfuser_extremal_values_transpose_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.1090477Z test_nvfuser_extremal_values_transpose_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.1090802Z test_nvfuser_extremal_values_transpose_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.1091127Z test_nvfuser_extremal_values_transpose_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.1091451Z test_nvfuser_extremal_values_transpose_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.1091774Z test_nvfuser_extremal_values_transpose_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.1092098Z test_nvfuser_extremal_values_trapezoid_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:24.1092424Z test_nvfuser_extremal_values_trapezoid_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.1092751Z test_nvfuser_extremal_values_trapezoid_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.1093069Z test_nvfuser_extremal_values_trapezoid_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.1093390Z test_nvfuser_extremal_values_trapezoid_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.015s) 2022-11-23T03:02:24.1093708Z test_nvfuser_extremal_values_trapezoid_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.1094027Z test_nvfuser_extremal_values_trapz_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.1094439Z test_nvfuser_extremal_values_trapz_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.1094760Z test_nvfuser_extremal_values_trapz_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.1095076Z test_nvfuser_extremal_values_trapz_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.1095446Z test_nvfuser_extremal_values_trapz_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.1095915Z test_nvfuser_extremal_values_trapz_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.1096263Z test_nvfuser_extremal_values_triangular_solve_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.1096597Z test_nvfuser_extremal_values_triangular_solve_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:24.1097153Z test_nvfuser_extremal_values_triangular_solve_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.1097499Z test_nvfuser_extremal_values_triangular_solve_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.1097819Z test_nvfuser_extremal_values_tril_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:02:24.1098140Z test_nvfuser_extremal_values_tril_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.1098451Z test_nvfuser_extremal_values_tril_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.007s) 2022-11-23T03:02:24.1098752Z test_nvfuser_extremal_values_tril_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.1099049Z test_nvfuser_extremal_values_tril_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.1099363Z test_nvfuser_extremal_values_triu_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.1099684Z test_nvfuser_extremal_values_triu_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.1099998Z test_nvfuser_extremal_values_triu_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.1100302Z test_nvfuser_extremal_values_triu_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.1100604Z test_nvfuser_extremal_values_triu_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:24.1100929Z test_nvfuser_extremal_values_true_divide_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.1101257Z test_nvfuser_extremal_values_true_divide_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.1101689Z test_nvfuser_extremal_values_true_divide_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.1102011Z test_nvfuser_extremal_values_true_divide_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.1102397Z test_nvfuser_extremal_values_true_divide_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.1102857Z test_nvfuser_extremal_values_true_divide_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.1103184Z test_nvfuser_extremal_values_trunc_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.1103502Z test_nvfuser_extremal_values_trunc_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.1103926Z test_nvfuser_extremal_values_trunc_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.1104353Z test_nvfuser_extremal_values_trunc_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.1104679Z test_nvfuser_extremal_values_unbind_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.1105001Z test_nvfuser_extremal_values_unbind_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.1105329Z test_nvfuser_extremal_values_unbind_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.009s) 2022-11-23T03:02:24.1105643Z test_nvfuser_extremal_values_unbind_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.1105949Z test_nvfuser_extremal_values_unbind_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.1106238Z test_nvfuser_extremal_values_unbind_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.1106559Z test_nvfuser_extremal_values_unflatten_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.1106890Z test_nvfuser_extremal_values_unflatten_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.1107215Z test_nvfuser_extremal_values_unflatten_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.1107535Z test_nvfuser_extremal_values_unflatten_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.1107858Z test_nvfuser_extremal_values_unflatten_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:24.1108179Z test_nvfuser_extremal_values_unflatten_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:24.1108601Z test_nvfuser_extremal_values_unfold_copy_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.1108934Z test_nvfuser_extremal_values_unfold_copy_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.1109259Z test_nvfuser_extremal_values_unfold_copy_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.012s) 2022-11-23T03:02:24.1109773Z test_nvfuser_extremal_values_unfold_copy_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.1110117Z test_nvfuser_extremal_values_unfold_copy_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.1110618Z test_nvfuser_extremal_values_unfold_copy_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.1110943Z test_nvfuser_extremal_values_unfold_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.1111267Z test_nvfuser_extremal_values_unfold_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.1111596Z test_nvfuser_extremal_values_unfold_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.1111914Z test_nvfuser_extremal_values_unfold_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.1112226Z test_nvfuser_extremal_values_unfold_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.1112527Z test_nvfuser_extremal_values_unfold_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:24.1112845Z test_nvfuser_extremal_values_uniform_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.1113171Z test_nvfuser_extremal_values_uniform_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.1113490Z test_nvfuser_extremal_values_uniform_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.1113808Z test_nvfuser_extremal_values_uniform_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:02:24.1114128Z test_nvfuser_extremal_values_uniform_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.1114444Z test_nvfuser_extremal_values_uniform_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.012s) 2022-11-23T03:02:24.1114783Z test_nvfuser_extremal_values_unique_consecutive_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.1115145Z test_nvfuser_extremal_values_unique_consecutive_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.1115479Z test_nvfuser_extremal_values_unique_consecutive_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.1116057Z test_nvfuser_extremal_values_unique_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.1116375Z test_nvfuser_extremal_values_unique_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.1116750Z test_nvfuser_extremal_values_unique_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.1117398Z test_nvfuser_extremal_values_unsqueeze_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.1117845Z test_nvfuser_extremal_values_unsqueeze_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.1118184Z test_nvfuser_extremal_values_unsqueeze_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:24.1118508Z test_nvfuser_extremal_values_unsqueeze_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:24.1118832Z test_nvfuser_extremal_values_unsqueeze_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.1119156Z test_nvfuser_extremal_values_unsqueeze_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.1119473Z test_nvfuser_extremal_values_var_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:02:24.1119792Z test_nvfuser_extremal_values_var_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.1120105Z test_nvfuser_extremal_values_var_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-11-23T03:02:24.1120416Z test_nvfuser_extremal_values_var_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.1120720Z test_nvfuser_extremal_values_var_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.1121015Z test_nvfuser_extremal_values_var_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.1121336Z test_nvfuser_extremal_values_var_mean_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.1121662Z test_nvfuser_extremal_values_var_mean_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.1121985Z test_nvfuser_extremal_values_var_mean_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.1122306Z test_nvfuser_extremal_values_var_mean_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.1122625Z test_nvfuser_extremal_values_var_mean_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.1123205Z test_nvfuser_extremal_values_var_mean_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.1123529Z test_nvfuser_extremal_values_vdot_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.1123851Z test_nvfuser_extremal_values_vdot_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:02:24.1124482Z test_nvfuser_extremal_values_vdot_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.1124821Z test_nvfuser_extremal_values_vdot_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.1125120Z test_nvfuser_extremal_values_vdot_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.1125420Z test_nvfuser_extremal_values_vdot_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.1125749Z test_nvfuser_extremal_values_view_as_complex_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.1126079Z test_nvfuser_extremal_values_view_as_complex_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.1126408Z test_nvfuser_extremal_values_view_as_complex_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.1126723Z test_nvfuser_extremal_values_view_as_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.1127048Z test_nvfuser_extremal_values_view_as_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.1127369Z test_nvfuser_extremal_values_view_as_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.1127687Z test_nvfuser_extremal_values_view_as_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.1128004Z test_nvfuser_extremal_values_view_as_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.1128319Z test_nvfuser_extremal_values_view_as_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.1128651Z test_nvfuser_extremal_values_view_as_real_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.1128977Z test_nvfuser_extremal_values_view_as_real_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.1129299Z test_nvfuser_extremal_values_view_copy_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.1129622Z test_nvfuser_extremal_values_view_copy_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.1130078Z test_nvfuser_extremal_values_view_copy_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.013s) 2022-11-23T03:02:24.1130926Z test_nvfuser_extremal_values_view_copy_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.1131498Z test_nvfuser_extremal_values_view_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.1131832Z test_nvfuser_extremal_values_view_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.1132245Z test_nvfuser_extremal_values_view_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.1132576Z test_nvfuser_extremal_values_view_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.1132884Z test_nvfuser_extremal_values_view_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.1133180Z test_nvfuser_extremal_values_view_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.1133497Z test_nvfuser_extremal_values_vsplit_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:24.1133807Z test_nvfuser_extremal_values_vsplit_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:24.1134131Z test_nvfuser_extremal_values_vsplit_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.1134452Z test_nvfuser_extremal_values_vsplit_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.1134759Z test_nvfuser_extremal_values_vsplit_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:02:24.1135062Z test_nvfuser_extremal_values_vsplit_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.1135382Z test_nvfuser_extremal_values_vstack_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.1135708Z test_nvfuser_extremal_values_vstack_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.1136031Z test_nvfuser_extremal_values_vstack_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.1136355Z test_nvfuser_extremal_values_vstack_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.1136662Z test_nvfuser_extremal_values_vstack_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.1137141Z test_nvfuser_extremal_values_vstack_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.1137457Z test_nvfuser_extremal_values_where_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.1137775Z test_nvfuser_extremal_values_where_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:24.1138443Z test_nvfuser_extremal_values_where_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:02:24.1138771Z test_nvfuser_extremal_values_where_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.1139078Z test_nvfuser_extremal_values_where_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.1139450Z test_nvfuser_extremal_values_where_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.1139782Z test_nvfuser_extremal_values_xlogy_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.1140089Z test_nvfuser_extremal_values_xlogy_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.1140389Z test_nvfuser_extremal_values_xlogy_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.1140690Z test_nvfuser_extremal_values_xlogy_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.1140999Z test_nvfuser_extremal_values_zero__cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.1141319Z test_nvfuser_extremal_values_zero__cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.1141644Z test_nvfuser_extremal_values_zero__cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.1141960Z test_nvfuser_extremal_values_zero__cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.1142264Z test_nvfuser_extremal_values_zero__cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:02:24.1142565Z test_nvfuser_extremal_values_zero__cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:02:24.1142878Z test_nvfuser_extremal_values_zeros_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.012s) 2022-11-23T03:02:24.1143195Z test_nvfuser_extremal_values_zeros_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.1143518Z test_nvfuser_extremal_values_zeros_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.1143962Z test_nvfuser_extremal_values_zeros_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.1144279Z test_nvfuser_extremal_values_zeros_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.1144577Z test_nvfuser_extremal_values_zeros_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.1145018Z test_nvfuser_extremal_values_zeros_like_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.1145565Z test_nvfuser_extremal_values_zeros_like_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.1145897Z test_nvfuser_extremal_values_zeros_like_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:02:24.1146291Z test_nvfuser_extremal_values_zeros_like_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.1146626Z test_nvfuser_extremal_values_zeros_like_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.1146947Z test_nvfuser_extremal_values_zeros_like_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:02:24.1147163Z test_can_be_enabled_nvfuser (__main__.TestEnableDisableCudaFuser) ... ok (0.001s) 2022-11-23T03:02:24.1147371Z test_context_manager_test (__main__.TestEnableDisableCudaFuser) ... ok (0.339s) 2022-11-23T03:02:24.1147571Z test_register_fuser (__main__.TestEnableDisableCudaFuser) ... ok (0.002s) 2022-11-23T03:02:24.1147820Z test_register_fuser_cpu (__main__.TestEnableDisableCudaFuser) ... skip: Testing on CPU only (0.001s) 2022-11-23T03:02:24.1148033Z test_autodiff_fallback (jit.test_fuser_common.TestFuserCommon) ... ok (0.019s) 2022-11-23T03:02:24.1148048Z 2022-11-23T03:02:24.1148289Z ---------------------------------------------------------------------- 2022-11-23T03:02:24.1148397Z Ran 8439 tests in 1404.422s 2022-11-23T03:02:24.1148405Z 2022-11-23T03:02:24.1148499Z OK (skipped=8309) 2022-11-23T03:02:24.1148506Z 2022-11-23T03:02:24.1148618Z Generating XML reports... 2022-11-23T03:02:24.1148902Z Generated XML report: test-reports\python-unittest\test_jit_cuda_fuser\TEST-TestCudaFuser-20221123023846.xml 2022-11-23T03:02:24.1149237Z Generated XML report: test-reports\python-unittest\test_jit_cuda_fuser\TEST-TestEnableDisableCudaFuser-20221123023846.xml 2022-11-23T03:02:24.1149570Z Generated XML report: test-reports\python-unittest\test_jit_cuda_fuser\TEST-jit.test_fuser_common.TestFuserCommon-20221123023846.xml 2022-11-23T03:02:24.1149890Z Generated XML report: test-reports\python-unittest\test_jit_cuda_fuser\TEST-TestCudaFuserOpInfoCUDA-20221123023846.xml 2022-11-23T03:02:24.1149898Z 2022-11-23T03:02:24.1150312Z ##[endgroup] 2022-11-23T03:02:24.1150652Z FINISHED PRINTING LOG FILE of test_jit_cuda_fuser (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_jit_cuda_fuser_uf8ffqmy) 2022-11-23T03:02:24.1150661Z 2022-11-23T03:02:24.1150942Z Running test_nn ... [2022-11-23 03:02:23.684248] 2022-11-23T03:02:24.1151295Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_nn.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 03:02:23.685061] 2022-11-23T03:07:09.5906644Z 2022-11-23T03:07:09.5907610Z Expand the folded group to see the log file of test_nn 2022-11-23T03:07:09.5908482Z ##[group]PRINTING LOG FILE of test_nn (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_nn_v3hshy00) 2022-11-23T03:07:09.5946243Z 2022-11-23T03:07:09.5948781Z Running tests... 2022-11-23T03:07:09.5949427Z ---------------------------------------------------------------------- 2022-11-23T03:07:09.5950166Z Test results will be stored in test-reports\python-unittest\test_nn 2022-11-23T03:07:09.5950859Z test_add_relu (__main__.TestAddRelu) ... ok (1.834s) 2022-11-23T03:07:09.5951848Z test_add_relu_broadcasting (__main__.TestAddRelu) ... ok (0.003s) 2022-11-23T03:07:09.5952624Z test_constant_pad_nd (__main__.TestConstantPadNd) ... ok (0.003s) 2022-11-23T03:07:09.5953563Z test_preserves_memory_format (__main__.TestConstantPadNd) ... ok (0.003s) 2022-11-23T03:07:09.5954843Z test_pickle_softsign (__main__.TestFunctionalPickle) ... ok (0.001s) 2022-11-23T03:07:09.5955874Z test_fuse_module_eval_numerics (__main__.TestFusionEval) ... ok (0.574s) 2022-11-23T03:07:09.5956655Z test_fuse_conv_bn_requires_grad (__main__.TestFusionUtils) ... ok (0.000s) 2022-11-23T03:07:09.5957641Z test_fuse_linear_bn_requires_grad (__main__.TestFusionUtils) ... ok (0.000s) 2022-11-23T03:07:09.5961941Z test_global_and_local_hooks_order (__main__.TestModuleGlobalHooks) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\module.py:1319: UserWarning: Using a non-full backward hook when the forward contains multiple autograd Nodes is deprecated and will be removed in future versions. This hook will be missing some grad_input. Please use register_full_backward_hook to get the documented behavior. 2022-11-23T03:07:09.5964319Z warnings.warn("Using a non-full backward hook when the forward contains multiple autograd Nodes " 2022-11-23T03:07:09.5965568Z ok (0.010s) 2022-11-23T03:07:09.5966142Z test_module_backward_global_hook_writeable (__main__.TestModuleGlobalHooks) ... ok (0.000s) 2022-11-23T03:07:09.5966871Z test_module_forward_forward_hook_removable (__main__.TestModuleGlobalHooks) 2022-11-23T03:07:09.5969922Z This test is to test when multiple forward hook functions can be registered ... ok (0.010s) 2022-11-23T03:07:09.5970745Z test_module_forward_preforward_hook_removable (__main__.TestModuleGlobalHooks) 2022-11-23T03:07:09.5971472Z This test is to test when multiple pre-forward hook functions can be ... ok (0.000s) 2022-11-23T03:07:09.5972223Z test_module_global_forward_preforward_hook_writeable (__main__.TestModuleGlobalHooks) ... ok (0.010s) 2022-11-23T03:07:09.5973010Z test_module_global_hook_invalid_outputs (__main__.TestModuleGlobalHooks) ... ok (0.000s) 2022-11-23T03:07:09.5973714Z test_module_global_hooks (__main__.TestModuleGlobalHooks) ... ok (0.034s) 2022-11-23T03:07:09.5976451Z test_AdaptiveAvgPool1d (__main__.TestNN) ... ok (0.042s) 2022-11-23T03:07:09.5977037Z test_AdaptiveAvgPool1d_cuda (__main__.TestNN) ... ok (0.026s) 2022-11-23T03:07:09.5977648Z test_AdaptiveAvgPool1d_no_batch_dim (__main__.TestNN) ... ok (0.025s) 2022-11-23T03:07:09.5978296Z test_AdaptiveAvgPool1d_no_batch_dim_cuda (__main__.TestNN) ... ok (0.021s) 2022-11-23T03:07:09.5978921Z test_AdaptiveAvgPool1d_one_output (__main__.TestNN) ... ok (0.025s) 2022-11-23T03:07:09.5979571Z test_AdaptiveAvgPool1d_one_output_cuda (__main__.TestNN) ... ok (0.020s) 2022-11-23T03:07:09.5980097Z test_AdaptiveAvgPool2d_no_batch_dim (__main__.TestNN) ... ok (0.025s) 2022-11-23T03:07:09.5980500Z test_AdaptiveAvgPool2d_no_batch_dim_cuda (__main__.TestNN) ... ok (0.022s) 2022-11-23T03:07:09.5982918Z test_AdaptiveAvgPool2d_single (__main__.TestNN) ... ok (0.013s) 2022-11-23T03:07:09.5983314Z test_AdaptiveAvgPool2d_single_1x1output (__main__.TestNN) ... ok (0.032s) 2022-11-23T03:07:09.5983712Z test_AdaptiveAvgPool2d_single_1x1output_cuda (__main__.TestNN) ... ok (0.021s) 2022-11-23T03:07:09.5984119Z test_AdaptiveAvgPool2d_single_cuda (__main__.TestNN) ... ok (0.016s) 2022-11-23T03:07:09.5984497Z test_AdaptiveAvgPool2d_tuple (__main__.TestNN) ... ok (0.024s) 2022-11-23T03:07:09.5984872Z test_AdaptiveAvgPool2d_tuple_cuda (__main__.TestNN) ... ok (0.019s) 2022-11-23T03:07:09.5985253Z test_AdaptiveAvgPool2d_tuple_none (__main__.TestNN) ... ok (0.019s) 2022-11-23T03:07:09.5985637Z test_AdaptiveAvgPool2d_tuple_none_cuda (__main__.TestNN) ... ok (0.017s) 2022-11-23T03:07:09.5986003Z test_AdaptiveAvgPool3d_last_dim (__main__.TestNN) ... ok (0.019s) 2022-11-23T03:07:09.5986390Z test_AdaptiveAvgPool3d_last_dim_cuda (__main__.TestNN) ... ok (0.016s) 2022-11-23T03:07:09.5986781Z test_AdaptiveAvgPool3d_no_batch_dim (__main__.TestNN) ... ok (0.016s) 2022-11-23T03:07:09.5988323Z test_AdaptiveAvgPool3d_no_batch_dim_cuda (__main__.TestNN) ... ok (0.020s) 2022-11-23T03:07:09.5989231Z test_AdaptiveAvgPool3d_single (__main__.TestNN) ... ok (0.030s) 2022-11-23T03:07:09.5989999Z test_AdaptiveAvgPool3d_single_cuda (__main__.TestNN) ... ok (0.021s) 2022-11-23T03:07:09.5990359Z test_AdaptiveAvgPool3d_tuple (__main__.TestNN) ... ok (0.023s) 2022-11-23T03:07:09.5990737Z test_AdaptiveAvgPool3d_tuple_cuda (__main__.TestNN) ... ok (0.023s) 2022-11-23T03:07:09.5991253Z test_AdaptiveAvgPool3d_tuple_none (__main__.TestNN) ... ok (0.026s) 2022-11-23T03:07:09.5991835Z test_AdaptiveAvgPool3d_tuple_none_cuda (__main__.TestNN) ... ok (0.021s) 2022-11-23T03:07:09.5992218Z test_AdaptiveLogSoftmax (__main__.TestNN) ... ok (1.031s) 2022-11-23T03:07:09.5992884Z test_AdaptiveLogSoftmax_cuda (__main__.TestNN) ... ok (0.063s) 2022-11-23T03:07:09.5993263Z test_AdaptiveMaxPool1d (__main__.TestNN) ... ok (0.029s) 2022-11-23T03:07:09.5994783Z test_AdaptiveMaxPool1d_cuda (__main__.TestNN) ... ok (0.021s) 2022-11-23T03:07:09.5995681Z test_AdaptiveMaxPool1d_no_batch_dim (__main__.TestNN) ... ok (0.022s) 2022-11-23T03:07:09.5996084Z test_AdaptiveMaxPool1d_no_batch_dim_cuda (__main__.TestNN) ... ok (0.021s) 2022-11-23T03:07:09.5996480Z test_AdaptiveMaxPool2d_no_batch_dim (__main__.TestNN) ... ok (0.023s) 2022-11-23T03:07:09.5996872Z test_AdaptiveMaxPool2d_no_batch_dim_cuda (__main__.TestNN) ... ok (0.018s) 2022-11-23T03:07:09.5997243Z test_AdaptiveMaxPool2d_single (__main__.TestNN) ... ok (0.023s) 2022-11-23T03:07:09.5997617Z test_AdaptiveMaxPool2d_single_cuda (__main__.TestNN) ... ok (0.022s) 2022-11-23T03:07:09.5997986Z test_AdaptiveMaxPool2d_tuple (__main__.TestNN) ... ok (0.021s) 2022-11-23T03:07:09.5998360Z test_AdaptiveMaxPool2d_tuple_cuda (__main__.TestNN) ... ok (0.017s) 2022-11-23T03:07:09.5998928Z test_AdaptiveMaxPool2d_tuple_none (__main__.TestNN) ... ok (0.021s) 2022-11-23T03:07:09.5999528Z test_AdaptiveMaxPool2d_tuple_none_cuda (__main__.TestNN) ... ok (0.022s) 2022-11-23T03:07:09.5999922Z test_AdaptiveMaxPool3d_no_batch_dim (__main__.TestNN) ... ok (0.019s) 2022-11-23T03:07:09.6002249Z test_AdaptiveMaxPool3d_no_batch_dim_cuda (__main__.TestNN) ... ok (0.020s) 2022-11-23T03:07:09.6002637Z test_AdaptiveMaxPool3d_single (__main__.TestNN) ... ok (0.022s) 2022-11-23T03:07:09.6003014Z test_AdaptiveMaxPool3d_single_cuda (__main__.TestNN) ... ok (0.017s) 2022-11-23T03:07:09.6003411Z test_AdaptiveMaxPool3d_single_nonatomic (__main__.TestNN) ... ok (0.029s) 2022-11-23T03:07:09.6003828Z test_AdaptiveMaxPool3d_single_nonatomic_cuda (__main__.TestNN) ... ok (0.020s) 2022-11-23T03:07:09.6004218Z test_AdaptiveMaxPool3d_tuple (__main__.TestNN) ... ok (0.018s) 2022-11-23T03:07:09.6004581Z test_AdaptiveMaxPool3d_tuple_cuda (__main__.TestNN) ... ok (0.025s) 2022-11-23T03:07:09.6004972Z test_AdaptiveMaxPool3d_tuple_nonatomic (__main__.TestNN) ... ok (0.025s) 2022-11-23T03:07:09.6005378Z test_AdaptiveMaxPool3d_tuple_nonatomic_cuda (__main__.TestNN) ... ok (0.014s) 2022-11-23T03:07:09.6005775Z test_AdaptiveMaxPool3d_tuple_none (__main__.TestNN) ... ok (0.030s) 2022-11-23T03:07:09.6006166Z test_AdaptiveMaxPool3d_tuple_none_cuda (__main__.TestNN) ... ok (0.024s) 2022-11-23T03:07:09.6006518Z test_AvgPool1d (__main__.TestNN) ... ok (0.023s) 2022-11-23T03:07:09.6008467Z test_AvgPool1d_cuda (__main__.TestNN) ... ok (0.024s) 2022-11-23T03:07:09.6008826Z test_AvgPool1d_no_batch_dim (__main__.TestNN) ... ok (0.025s) 2022-11-23T03:07:09.6009189Z test_AvgPool1d_no_batch_dim_cuda (__main__.TestNN) ... ok (0.020s) 2022-11-23T03:07:09.6009540Z test_AvgPool1d_stride (__main__.TestNN) ... ok (0.025s) 2022-11-23T03:07:09.6009881Z test_AvgPool1d_stride_cuda (__main__.TestNN) ... ok (0.018s) 2022-11-23T03:07:09.6010215Z test_AvgPool1d_stride_pad (__main__.TestNN) ... ok (0.019s) 2022-11-23T03:07:09.6010567Z test_AvgPool1d_stride_pad_cuda (__main__.TestNN) ... ok (0.022s) 2022-11-23T03:07:09.6010899Z test_AvgPool2d (__main__.TestNN) ... ok (0.015s) 2022-11-23T03:07:09.6011217Z test_AvgPool2d_cuda (__main__.TestNN) ... ok (0.021s) 2022-11-23T03:07:09.6011701Z test_AvgPool2d_divisor (__main__.TestNN) ... ok (0.020s) 2022-11-23T03:07:09.6012043Z test_AvgPool2d_divisor_cuda (__main__.TestNN) ... ok (0.018s) 2022-11-23T03:07:09.6012376Z test_AvgPool2d_divisor_stride (__main__.TestNN) ... ok (0.021s) 2022-11-23T03:07:09.6012744Z test_AvgPool2d_divisor_stride_cuda (__main__.TestNN) ... ok (0.019s) 2022-11-23T03:07:09.6014321Z test_AvgPool2d_divisor_stride_pad (__main__.TestNN) ... ok (0.017s) 2022-11-23T03:07:09.6015222Z test_AvgPool2d_divisor_stride_pad_cuda (__main__.TestNN) ... ok (0.012s) 2022-11-23T03:07:09.6015635Z test_AvgPool2d_divisor_stride_pad_with_long_tensor (__main__.TestNN) ... ok (0.000s) 2022-11-23T03:07:09.6016775Z test_AvgPool2d_divisor_stride_pad_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.010s) 2022-11-23T03:07:09.6017305Z test_AvgPool2d_divisor_stride_with_long_tensor (__main__.TestNN) ... ok (0.000s) 2022-11-23T03:07:09.6017755Z test_AvgPool2d_divisor_stride_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:07:09.6018203Z test_AvgPool2d_divisor_with_long_tensor (__main__.TestNN) ... ok (0.000s) 2022-11-23T03:07:09.6018648Z test_AvgPool2d_divisor_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.010s) 2022-11-23T03:07:09.6019285Z test_AvgPool2d_no_batch_dim (__main__.TestNN) ... ok (0.023s) 2022-11-23T03:07:09.6020925Z test_AvgPool2d_no_batch_dim_cuda (__main__.TestNN) ... ok (0.023s) 2022-11-23T03:07:09.6021304Z test_AvgPool2d_stride (__main__.TestNN) ... ok (0.018s) 2022-11-23T03:07:09.6022155Z test_AvgPool2d_stride_cuda (__main__.TestNN) ... ok (0.026s) 2022-11-23T03:07:09.6022510Z test_AvgPool2d_stride_pad (__main__.TestNN) ... ok (0.021s) 2022-11-23T03:07:09.6022865Z test_AvgPool2d_stride_pad_cuda (__main__.TestNN) ... ok (0.017s) 2022-11-23T03:07:09.6023203Z test_AvgPool3d (__main__.TestNN) ... ok (0.020s) 2022-11-23T03:07:09.6023530Z test_AvgPool3d_cuda (__main__.TestNN) ... ok (0.028s) 2022-11-23T03:07:09.6024047Z test_AvgPool3d_divisor (__main__.TestNN) ... ok (0.027s) 2022-11-23T03:07:09.6024401Z test_AvgPool3d_divisor_cuda (__main__.TestNN) ... ok (0.017s) 2022-11-23T03:07:09.6024756Z test_AvgPool3d_divisor_stride (__main__.TestNN) ... ok (0.028s) 2022-11-23T03:07:09.6025144Z test_AvgPool3d_divisor_stride1_pad0_gpu_input (__main__.TestNN) ... ok (0.026s) 2022-11-23T03:07:09.6025556Z test_AvgPool3d_divisor_stride1_pad0_gpu_input_cuda (__main__.TestNN) ... ok (0.025s) 2022-11-23T03:07:09.6025995Z test_AvgPool3d_divisor_stride1_pad0_gpu_input_with_long_tensor (__main__.TestNN) ... ok (0.003s) 2022-11-23T03:07:09.6026501Z test_AvgPool3d_divisor_stride1_pad0_gpu_input_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:07:09.6028590Z test_AvgPool3d_divisor_stride_cuda (__main__.TestNN) ... ok (0.021s) 2022-11-23T03:07:09.6028969Z test_AvgPool3d_divisor_stride_pad (__main__.TestNN) ... ok (0.020s) 2022-11-23T03:07:09.6029356Z test_AvgPool3d_divisor_stride_pad_cuda (__main__.TestNN) ... ok (0.020s) 2022-11-23T03:07:09.6029766Z test_AvgPool3d_divisor_stride_pad_gpu_fixedkw_output (__main__.TestNN) ... ok (0.020s) 2022-11-23T03:07:09.6030201Z test_AvgPool3d_divisor_stride_pad_gpu_fixedkw_output_cuda (__main__.TestNN) ... ok (0.020s) 2022-11-23T03:07:09.6030669Z test_AvgPool3d_divisor_stride_pad_gpu_fixedkw_output_with_long_tensor (__main__.TestNN) ... ok (0.000s) 2022-11-23T03:07:09.6031184Z test_AvgPool3d_divisor_stride_pad_gpu_fixedkw_output_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.010s) 2022-11-23T03:07:09.6031657Z test_AvgPool3d_divisor_stride_pad_gpu_general_output (__main__.TestNN) ... ok (0.030s) 2022-11-23T03:07:09.6032289Z test_AvgPool3d_divisor_stride_pad_gpu_general_output_cuda (__main__.TestNN) ... ok (0.026s) 2022-11-23T03:07:09.6032938Z test_AvgPool3d_divisor_stride_pad_gpu_general_output_with_long_tensor (__main__.TestNN) ... ok (0.006s) 2022-11-23T03:07:09.6035323Z test_AvgPool3d_divisor_stride_pad_gpu_general_output_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:07:09.6035821Z test_AvgPool3d_divisor_stride_pad_gpu_input_nooverlap (__main__.TestNN) ... ok (0.025s) 2022-11-23T03:07:09.6036259Z test_AvgPool3d_divisor_stride_pad_gpu_input_nooverlap_cuda (__main__.TestNN) ... ok (0.021s) 2022-11-23T03:07:09.6036753Z test_AvgPool3d_divisor_stride_pad_gpu_input_nooverlap_with_long_tensor (__main__.TestNN) ... ok (0.002s) 2022-11-23T03:07:09.6037803Z test_AvgPool3d_divisor_stride_pad_gpu_input_nooverlap_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:07:09.6038723Z test_AvgPool3d_divisor_stride_pad_with_long_tensor (__main__.TestNN) ... ok (0.002s) 2022-11-23T03:07:09.6041685Z test_AvgPool3d_divisor_stride_pad_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:07:09.6042575Z test_AvgPool3d_divisor_stride_with_long_tensor (__main__.TestNN) ... ok (0.002s) 2022-11-23T03:07:09.6043422Z test_AvgPool3d_divisor_stride_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:07:09.6044212Z test_AvgPool3d_divisor_with_long_tensor (__main__.TestNN) ... ok (0.002s) 2022-11-23T03:07:09.6045015Z test_AvgPool3d_divisor_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:07:09.6045747Z test_AvgPool3d_no_batch_dim (__main__.TestNN) ... ok (0.011s) 2022-11-23T03:07:09.6048594Z test_AvgPool3d_no_batch_dim_cuda (__main__.TestNN) ... ok (0.031s) 2022-11-23T03:07:09.6049289Z test_AvgPool3d_stride (__main__.TestNN) ... ok (0.020s) 2022-11-23T03:07:09.6049965Z test_AvgPool3d_stride1_pad0_gpu_input (__main__.TestNN) ... ok (0.021s) 2022-11-23T03:07:09.6050718Z test_AvgPool3d_stride1_pad0_gpu_input_cuda (__main__.TestNN) ... ok (0.021s) 2022-11-23T03:07:09.6051399Z test_AvgPool3d_stride_cuda (__main__.TestNN) ... ok (0.019s) 2022-11-23T03:07:09.6052035Z test_AvgPool3d_stride_pad (__main__.TestNN) ... ok (0.024s) 2022-11-23T03:07:09.6052644Z test_AvgPool3d_stride_pad_cuda (__main__.TestNN) ... ok (0.021s) 2022-11-23T03:07:09.6054839Z test_AvgPool3d_stride_pad_gpu_fixedkw_output (__main__.TestNN) ... ok (0.015s) 2022-11-23T03:07:09.6056173Z test_AvgPool3d_stride_pad_gpu_fixedkw_output_cuda (__main__.TestNN) ... ok (0.020s) 2022-11-23T03:07:09.6056910Z test_AvgPool3d_stride_pad_gpu_general_output (__main__.TestNN) ... ok (0.027s) 2022-11-23T03:07:09.6057625Z test_AvgPool3d_stride_pad_gpu_general_output_cuda (__main__.TestNN) ... ok (0.021s) 2022-11-23T03:07:09.6058358Z test_AvgPool3d_stride_pad_gpu_input_nooverlap (__main__.TestNN) ... ok (0.016s) 2022-11-23T03:07:09.6059064Z test_AvgPool3d_stride_pad_gpu_input_nooverlap_cuda (__main__.TestNN) ... ok (0.031s) 2022-11-23T03:07:09.6059677Z test_BCELoss (__main__.TestNN) ... ok (0.016s) 2022-11-23T03:07:09.6060236Z test_BCELoss_cuda_bfloat16 (__main__.TestNN) ... ok (0.006s) 2022-11-23T03:07:09.6062875Z test_BCELoss_cuda_double (__main__.TestNN) ... ok (0.003s) 2022-11-23T03:07:09.6063485Z test_BCELoss_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-11-23T03:07:09.6064053Z test_BCELoss_cuda_half (__main__.TestNN) ... ok (0.006s) 2022-11-23T03:07:09.6064612Z test_BCELoss_no_batch_dim_mean (__main__.TestNN) ... ok (0.000s) 2022-11-23T03:07:09.6065252Z test_BCELoss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... ok (0.011s) 2022-11-23T03:07:09.6065965Z test_BCELoss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-11-23T03:07:09.6066643Z test_BCELoss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... ok (0.004s) 2022-11-23T03:07:09.6067271Z test_BCELoss_no_batch_dim_none (__main__.TestNN) ... ok (0.011s) 2022-11-23T03:07:09.6069957Z test_BCELoss_no_batch_dim_none_cuda_double (__main__.TestNN) ... ok (0.004s) 2022-11-23T03:07:09.6070602Z test_BCELoss_no_batch_dim_none_cuda_float (__main__.TestNN) ... ok (0.004s) 2022-11-23T03:07:09.6071474Z test_BCELoss_no_batch_dim_none_cuda_half (__main__.TestNN) ... ok (0.004s) 2022-11-23T03:07:09.6072100Z test_BCELoss_no_batch_dim_sum (__main__.TestNN) ... ok (0.009s) 2022-11-23T03:07:09.6072736Z test_BCELoss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... ok (0.003s) 2022-11-23T03:07:09.6073398Z test_BCELoss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... ok (0.000s) 2022-11-23T03:07:09.6074082Z test_BCELoss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... ok (0.006s) 2022-11-23T03:07:09.6076715Z test_BCELoss_no_reduce (__main__.TestNN) ... ok (0.026s) 2022-11-23T03:07:09.6077511Z test_BCELoss_no_reduce_cuda (__main__.TestNN) ... ok (0.021s) 2022-11-23T03:07:09.6078481Z test_BCELoss_no_reduce_scalar (__main__.TestNN) ... ok (0.014s) 2022-11-23T03:07:09.6079114Z test_BCELoss_no_reduce_scalar_cuda (__main__.TestNN) ... ok (0.012s) 2022-11-23T03:07:09.6079756Z test_BCELoss_scalar_weights (__main__.TestNN) ... ok (0.010s) 2022-11-23T03:07:09.6080422Z test_BCELoss_scalar_weights_cuda_bfloat16 (__main__.TestNN) ... ok (0.004s) 2022-11-23T03:07:09.6083239Z test_BCELoss_scalar_weights_cuda_double (__main__.TestNN) ... ok (0.004s) 2022-11-23T03:07:09.6083924Z test_BCELoss_scalar_weights_cuda_float (__main__.TestNN) ... ok (0.004s) 2022-11-23T03:07:09.6084584Z test_BCELoss_scalar_weights_cuda_half (__main__.TestNN) ... ok (0.006s) 2022-11-23T03:07:09.6085198Z test_BCELoss_weights (__main__.TestNN) ... ok (0.011s) 2022-11-23T03:07:09.6085854Z test_BCELoss_weights_cuda_bfloat16 (__main__.TestNN) ... ok (0.000s) 2022-11-23T03:07:09.6086571Z test_BCELoss_weights_cuda_double (__main__.TestNN) ... ok (0.008s) 2022-11-23T03:07:09.6087266Z test_BCELoss_weights_cuda_float (__main__.TestNN) ... ok (0.006s) 2022-11-23T03:07:09.6087650Z test_BCELoss_weights_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-11-23T03:07:09.6091281Z test_BCELoss_weights_no_reduce (__main__.TestNN) ... ok (0.021s) 2022-11-23T03:07:09.6091982Z test_BCELoss_weights_no_reduce_cuda (__main__.TestNN) ... ok (0.016s) 2022-11-23T03:07:09.6092636Z test_BCELoss_weights_no_reduce_scalar (__main__.TestNN) ... ok (0.018s) 2022-11-23T03:07:09.6093332Z test_BCELoss_weights_no_reduce_scalar_cuda (__main__.TestNN) ... ok (0.011s) 2022-11-23T03:07:09.6093962Z test_BCEWithLogitsLoss (__main__.TestNN) ... ok (0.011s) 2022-11-23T03:07:09.6096148Z test_BCEWithLogitsLoss_cuda_double (__main__.TestNN) ... ok (0.003s) 2022-11-23T03:07:09.6097449Z test_BCEWithLogitsLoss_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-11-23T03:07:09.6098101Z test_BCEWithLogitsLoss_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-11-23T03:07:09.6099274Z test_BCEWithLogitsLoss_legacy_enum (__main__.TestNN) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\_reduction.py:42: UserWarning: size_average and reduce args will be deprecated, please use reduction='none' instead. 2022-11-23T03:07:09.6100300Z warnings.warn(warning.format(ret)) 2022-11-23T03:07:09.6101268Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\_reduction.py:42: UserWarning: size_average and reduce args will be deprecated, please use reduction='none' instead. 2022-11-23T03:07:09.6104571Z warnings.warn(warning.format(ret)) 2022-11-23T03:07:09.6105007Z ok (0.014s) 2022-11-23T03:07:09.6105534Z test_BCEWithLogitsLoss_legacy_enum_cuda (__main__.TestNN) ... ok (0.016s) 2022-11-23T03:07:09.6106230Z test_BCEWithLogitsLoss_no_batch_dim_mean (__main__.TestNN) ... ok (0.013s) 2022-11-23T03:07:09.6106946Z test_BCEWithLogitsLoss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... ok (0.004s) 2022-11-23T03:07:09.6107696Z test_BCEWithLogitsLoss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... ok (0.004s) 2022-11-23T03:07:09.6110483Z test_BCEWithLogitsLoss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... ok (0.004s) 2022-11-23T03:07:09.6111230Z test_BCEWithLogitsLoss_no_batch_dim_none (__main__.TestNN) ... ok (0.011s) 2022-11-23T03:07:09.6112200Z test_BCEWithLogitsLoss_no_batch_dim_none_cuda_double (__main__.TestNN) ... ok (0.004s) 2022-11-23T03:07:09.6112948Z test_BCEWithLogitsLoss_no_batch_dim_none_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-11-23T03:07:09.6113690Z test_BCEWithLogitsLoss_no_batch_dim_none_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-11-23T03:07:09.6114393Z test_BCEWithLogitsLoss_no_batch_dim_sum (__main__.TestNN) ... ok (0.008s) 2022-11-23T03:07:09.6117273Z test_BCEWithLogitsLoss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... ok (0.003s) 2022-11-23T03:07:09.6118023Z test_BCEWithLogitsLoss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-11-23T03:07:09.6118880Z test_BCEWithLogitsLoss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... ok (0.005s) 2022-11-23T03:07:09.6119597Z test_BCEWithLogitsLoss_no_reduce (__main__.TestNN) ... ok (0.018s) 2022-11-23T03:07:09.6120258Z test_BCEWithLogitsLoss_no_reduce_cuda (__main__.TestNN) ... ok (0.022s) 2022-11-23T03:07:09.6120931Z test_BCEWithLogitsLoss_no_reduce_scalar (__main__.TestNN) ... ok (0.005s) 2022-11-23T03:07:09.6121639Z test_BCEWithLogitsLoss_no_reduce_scalar_cuda (__main__.TestNN) ... ok (0.011s) 2022-11-23T03:07:09.6124459Z test_BCEWithLogitsLoss_scalar_weights (__main__.TestNN) ... ok (0.008s) 2022-11-23T03:07:09.6125203Z test_BCEWithLogitsLoss_scalar_weights_cuda_double (__main__.TestNN) ... ok (0.003s) 2022-11-23T03:07:09.6125949Z test_BCEWithLogitsLoss_scalar_weights_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-11-23T03:07:09.6126698Z test_BCEWithLogitsLoss_scalar_weights_cuda_half (__main__.TestNN) ... ok (0.004s) 2022-11-23T03:07:09.6127391Z test_BCEWithLogitsLoss_weights (__main__.TestNN) ... ok (0.011s) 2022-11-23T03:07:09.6128071Z test_BCEWithLogitsLoss_weights_cuda_double (__main__.TestNN) ... ok (0.003s) 2022-11-23T03:07:09.6130829Z test_BCEWithLogitsLoss_weights_cuda_float (__main__.TestNN) ... ok (0.006s) 2022-11-23T03:07:09.6131572Z test_BCEWithLogitsLoss_weights_cuda_half (__main__.TestNN) ... ok (0.004s) 2022-11-23T03:07:09.6132229Z test_BatchNorm1d_3d_input (__main__.TestNN) ... ok (0.425s) 2022-11-23T03:07:09.6132837Z test_BatchNorm1d_3d_input_cuda (__main__.TestNN) ... ok (0.038s) 2022-11-23T03:07:09.6133463Z test_BatchNorm1d_3d_input_eval (__main__.TestNN) ... ok (0.044s) 2022-11-23T03:07:09.6134142Z test_BatchNorm1d_3d_input_eval_cuda (__main__.TestNN) ... ok (0.031s) 2022-11-23T03:07:09.6134835Z test_BatchNorm1d_3d_input_not_affine (__main__.TestNN) ... ok (0.025s) 2022-11-23T03:07:09.6137753Z test_BatchNorm1d_3d_input_not_affine_cuda (__main__.TestNN) ... ok (0.028s) 2022-11-23T03:07:09.6138559Z test_BatchNorm1d_3d_input_not_affine_eval (__main__.TestNN) ... ok (0.027s) 2022-11-23T03:07:09.6139304Z test_BatchNorm1d_3d_input_not_affine_eval_cuda (__main__.TestNN) ... ok (0.024s) 2022-11-23T03:07:09.6139994Z test_BatchNorm1d_affine (__main__.TestNN) ... ok (0.049s) 2022-11-23T03:07:09.6140648Z test_BatchNorm1d_affine_cuda (__main__.TestNN) ... ok (0.032s) 2022-11-23T03:07:09.6141344Z test_BatchNorm1d_affine_eval (__main__.TestNN) ... ok (0.036s) 2022-11-23T03:07:09.6142015Z test_BatchNorm1d_affine_eval_cuda (__main__.TestNN) ... ok (0.029s) 2022-11-23T03:07:09.6145082Z test_BatchNorm1d_affine_simple_average (__main__.TestNN) ... ok (0.041s) 2022-11-23T03:07:09.6145869Z test_BatchNorm1d_affine_simple_average_cuda (__main__.TestNN) ... ok (0.038s) 2022-11-23T03:07:09.6146647Z test_BatchNorm1d_affine_simple_average_eval (__main__.TestNN) ... ok (0.044s) 2022-11-23T03:07:09.6147792Z test_BatchNorm1d_affine_simple_average_eval_cuda (__main__.TestNN) ... ok (0.037s) 2022-11-23T03:07:09.6148522Z test_BatchNorm1d_not_affine (__main__.TestNN) ... ok (0.029s) 2022-11-23T03:07:09.6151407Z test_BatchNorm1d_not_affine_cuda (__main__.TestNN) ... ok (0.017s) 2022-11-23T03:07:09.6152417Z test_BatchNorm1d_not_affine_eval (__main__.TestNN) ... ok (0.028s) 2022-11-23T03:07:09.6153144Z test_BatchNorm1d_not_affine_eval_cuda (__main__.TestNN) ... ok (0.025s) 2022-11-23T03:07:09.6154056Z test_BatchNorm1d_not_tracking_stats (__main__.TestNN) ... ok (0.050s) 2022-11-23T03:07:09.6154791Z test_BatchNorm1d_not_tracking_stats_cuda (__main__.TestNN) ... ok (0.034s) 2022-11-23T03:07:09.6155559Z test_BatchNorm1d_not_tracking_stats_eval (__main__.TestNN) ... ok (0.055s) 2022-11-23T03:07:09.6158604Z test_BatchNorm1d_not_tracking_stats_eval_cuda (__main__.TestNN) ... ok (0.047s) 2022-11-23T03:07:09.6159339Z test_BatchNorm1d_zero_batch (__main__.TestNN) ... ok (0.032s) 2022-11-23T03:07:09.6160019Z test_BatchNorm1d_zero_batch_cuda (__main__.TestNN) ... ok (0.016s) 2022-11-23T03:07:09.6160889Z test_BatchNorm1d_zero_batch_eval (__main__.TestNN) ... ok (0.022s) 2022-11-23T03:07:09.6161612Z test_BatchNorm1d_zero_batch_eval_cuda (__main__.TestNN) ... ok (0.017s) 2022-11-23T03:07:09.6162247Z test_BatchNorm2d (__main__.TestNN) ... ok (0.053s) 2022-11-23T03:07:09.6162865Z test_BatchNorm2d_2d_simple_average (__main__.TestNN) ... ok (0.048s) 2022-11-23T03:07:09.6163569Z test_BatchNorm2d_2d_simple_average_cuda (__main__.TestNN) ... ok (0.033s) 2022-11-23T03:07:09.6164278Z test_BatchNorm2d_2d_simple_average_eval (__main__.TestNN) ... ok (0.050s) 2022-11-23T03:07:09.6165023Z test_BatchNorm2d_2d_simple_average_eval_cuda (__main__.TestNN) ... ok (0.019s) 2022-11-23T03:07:09.6165737Z test_BatchNorm2d_cuda (__main__.TestNN) ... ok (0.031s) 2022-11-23T03:07:09.6166361Z test_BatchNorm2d_eval (__main__.TestNN) ... ok (0.057s) 2022-11-23T03:07:09.6166992Z test_BatchNorm2d_eval_cuda (__main__.TestNN) ... ok (0.035s) 2022-11-23T03:07:09.6167698Z test_BatchNorm2d_momentum (__main__.TestNN) ... ok (0.050s) 2022-11-23T03:07:09.6170864Z test_BatchNorm2d_momentum_cuda (__main__.TestNN) ... ok (0.036s) 2022-11-23T03:07:09.6171597Z test_BatchNorm2d_momentum_eval (__main__.TestNN) ... ok (0.044s) 2022-11-23T03:07:09.6172344Z test_BatchNorm2d_momentum_eval_cuda (__main__.TestNN) ... ok (0.032s) 2022-11-23T03:07:09.6173045Z test_BatchNorm2d_not_affine (__main__.TestNN) ... ok (0.027s) 2022-11-23T03:07:09.6173735Z test_BatchNorm2d_not_affine_cuda (__main__.TestNN) ... ok (0.021s) 2022-11-23T03:07:09.6174436Z test_BatchNorm2d_not_affine_eval (__main__.TestNN) ... ok (0.027s) 2022-11-23T03:07:09.6175138Z test_BatchNorm2d_not_affine_eval_cuda (__main__.TestNN) ... ok (0.026s) 2022-11-23T03:07:09.6175836Z test_BatchNorm2d_not_tracking_stats (__main__.TestNN) ... ok (0.058s) 2022-11-23T03:07:09.6176534Z test_BatchNorm2d_not_tracking_stats_cuda (__main__.TestNN) ... ok (0.028s) 2022-11-23T03:07:09.6177253Z test_BatchNorm2d_not_tracking_stats_eval (__main__.TestNN) ... ok (0.050s) 2022-11-23T03:07:09.6177967Z test_BatchNorm2d_not_tracking_stats_eval_cuda (__main__.TestNN) ... ok (0.027s) 2022-11-23T03:07:09.6178653Z test_BatchNorm2d_zero_batch (__main__.TestNN) ... ok (0.018s) 2022-11-23T03:07:09.6179326Z test_BatchNorm2d_zero_batch_cuda (__main__.TestNN) ... ok (0.009s) 2022-11-23T03:07:09.6180052Z test_BatchNorm2d_zero_batch_eval (__main__.TestNN) ... ok (0.031s) 2022-11-23T03:07:09.6180765Z test_BatchNorm2d_zero_batch_eval_cuda (__main__.TestNN) ... ok (0.017s) 2022-11-23T03:07:09.6181422Z test_BatchNorm3d (__main__.TestNN) ... ok (0.059s) 2022-11-23T03:07:09.6182091Z test_BatchNorm3d_3d_simple_average (__main__.TestNN) ... ok (0.053s) 2022-11-23T03:07:09.6182859Z test_BatchNorm3d_3d_simple_average_cuda (__main__.TestNN) ... ok (0.046s) 2022-11-23T03:07:09.6183589Z test_BatchNorm3d_3d_simple_average_eval (__main__.TestNN) ... ok (0.034s) 2022-11-23T03:07:09.6184373Z test_BatchNorm3d_3d_simple_average_eval_cuda (__main__.TestNN) ... ok (0.035s) 2022-11-23T03:07:09.6185108Z test_BatchNorm3d_cuda (__main__.TestNN) ... ok (0.026s) 2022-11-23T03:07:09.6188114Z test_BatchNorm3d_eval (__main__.TestNN) ... ok (0.046s) 2022-11-23T03:07:09.6188743Z test_BatchNorm3d_eval_cuda (__main__.TestNN) ... ok (0.023s) 2022-11-23T03:07:09.6189402Z test_BatchNorm3d_momentum (__main__.TestNN) ... ok (0.060s) 2022-11-23T03:07:09.6190312Z test_BatchNorm3d_momentum_cuda (__main__.TestNN) ... ok (0.035s) 2022-11-23T03:07:09.6190997Z test_BatchNorm3d_momentum_eval (__main__.TestNN) ... ok (0.051s) 2022-11-23T03:07:09.6191758Z test_BatchNorm3d_momentum_eval_cuda (__main__.TestNN) ... ok (0.030s) 2022-11-23T03:07:09.6192481Z test_BatchNorm3d_not_affine (__main__.TestNN) ... ok (0.031s) 2022-11-23T03:07:09.6193166Z test_BatchNorm3d_not_affine_cuda (__main__.TestNN) ... ok (0.027s) 2022-11-23T03:07:09.6193884Z test_BatchNorm3d_not_affine_eval (__main__.TestNN) ... ok (0.029s) 2022-11-23T03:07:09.6194634Z test_BatchNorm3d_not_affine_eval_cuda (__main__.TestNN) ... ok (0.026s) 2022-11-23T03:07:09.6195540Z test_BatchNorm3d_not_tracking_stats (__main__.TestNN) ... ok (0.065s) 2022-11-23T03:07:09.6196338Z test_BatchNorm3d_not_tracking_stats_cuda (__main__.TestNN) ... ok (0.035s) 2022-11-23T03:07:09.6197111Z test_BatchNorm3d_not_tracking_stats_eval (__main__.TestNN) ... ok (0.058s) 2022-11-23T03:07:09.6197850Z test_BatchNorm3d_not_tracking_stats_eval_cuda (__main__.TestNN) ... ok (0.024s) 2022-11-23T03:07:09.6198556Z test_BatchNorm3d_zero_batch (__main__.TestNN) ... ok (0.020s) 2022-11-23T03:07:09.6199253Z test_BatchNorm3d_zero_batch_cuda (__main__.TestNN) ... ok (0.010s) 2022-11-23T03:07:09.6199986Z test_BatchNorm3d_zero_batch_eval (__main__.TestNN) ... ok (0.029s) 2022-11-23T03:07:09.6200712Z test_BatchNorm3d_zero_batch_eval_cuda (__main__.TestNN) ... ok (0.017s) 2022-11-23T03:07:09.6201348Z test_CELU (__main__.TestNN) ... ok (0.027s) 2022-11-23T03:07:09.6201872Z test_CELU_cuda (__main__.TestNN) ... ok (0.020s) 2022-11-23T03:07:09.6202490Z test_CELU_no_batch_dim (__main__.TestNN) ... ok (0.019s) 2022-11-23T03:07:09.6203144Z test_CELU_no_batch_dim_cuda (__main__.TestNN) ... ok (0.022s) 2022-11-23T03:07:09.6203755Z test_CELU_scalar (__main__.TestNN) ... ok (0.018s) 2022-11-23T03:07:09.6204344Z test_CELU_scalar_cuda (__main__.TestNN) ... ok (0.006s) 2022-11-23T03:07:09.6205056Z test_CTCLoss_2d_int_target_lengths_intlists (__main__.TestNN) ... ok (0.036s) 2022-11-23T03:07:09.6205833Z test_CTCLoss_2d_int_target_lengths_intlists_cuda_double (__main__.TestNN) ... ok (0.005s) 2022-11-23T03:07:09.6206669Z test_CTCLoss_2d_int_target_lengths_intlists_cuda_float (__main__.TestNN) ... ok (0.005s) 2022-11-23T03:07:09.6207492Z test_CTCLoss_2d_int_target_lengths_intlists_sum_reduction (__main__.TestNN) ... ok (0.034s) 2022-11-23T03:07:09.6208696Z test_CTCLoss_2d_int_target_lengths_intlists_sum_reduction_cuda_double (__main__.TestNN) ... ok (0.006s) 2022-11-23T03:07:09.6209664Z test_CTCLoss_2d_int_target_lengths_intlists_sum_reduction_cuda_float (__main__.TestNN) ... ok (0.004s) 2022-11-23T03:07:09.6210507Z test_CTCLoss_2d_int_target_lengths_tensors (__main__.TestNN) ... ok (0.021s) 2022-11-23T03:07:09.6211297Z test_CTCLoss_2d_int_target_lengths_tensors_cuda_double (__main__.TestNN) ... ok (0.000s) 2022-11-23T03:07:09.6212095Z test_CTCLoss_2d_int_target_lengths_tensors_cuda_float (__main__.TestNN) ... ok (0.010s) 2022-11-23T03:07:09.6212945Z test_CTCLoss_2d_int_target_lengths_tensors_sum_reduction (__main__.TestNN) ... ok (0.040s) 2022-11-23T03:07:09.6213825Z test_CTCLoss_2d_int_target_lengths_tensors_sum_reduction_cuda_double (__main__.TestNN) ... ok (0.006s) 2022-11-23T03:07:09.6214750Z test_CTCLoss_2d_int_target_lengths_tensors_sum_reduction_cuda_float (__main__.TestNN) ... ok (0.006s) 2022-11-23T03:07:09.6215559Z test_CTCLoss_2d_lengths_tensors (__main__.TestNN) ... ok (0.037s) 2022-11-23T03:07:09.6216300Z test_CTCLoss_2d_lengths_tensors_cuda_double (__main__.TestNN) ... ok (0.006s) 2022-11-23T03:07:09.6217063Z test_CTCLoss_2d_lengths_tensors_cuda_float (__main__.TestNN) ... ok (0.007s) 2022-11-23T03:07:09.6220281Z test_CTCLoss_2d_lengths_tensors_sum_reduction (__main__.TestNN) ... ok (0.030s) 2022-11-23T03:07:09.6221072Z test_CTCLoss_2d_lengths_tensors_sum_reduction_cuda_double (__main__.TestNN) ... ok (0.012s) 2022-11-23T03:07:09.6221874Z test_CTCLoss_2d_lengths_tensors_sum_reduction_cuda_float (__main__.TestNN) ... ok (0.004s) 2022-11-23T03:07:09.6222810Z test_CTCLoss_critical_target_len (__main__.TestNN) ... ok (0.028s) 2022-11-23T03:07:09.6223813Z test_CTCLoss_lengthchecks_cpu (__main__.TestNN) ... ok (1.017s) 2022-11-23T03:07:09.6224559Z test_CTCLoss_lengthchecks_cuda (__main__.TestNN) ... ok (0.077s) 2022-11-23T03:07:09.6225231Z test_CTCLoss_lengths_intlists (__main__.TestNN) ... ok (0.032s) 2022-11-23T03:07:09.6225956Z test_CTCLoss_lengths_intlists_cuda_double (__main__.TestNN) ... ok (0.014s) 2022-11-23T03:07:09.6226718Z test_CTCLoss_lengths_intlists_cuda_float (__main__.TestNN) ... ok (0.008s) 2022-11-23T03:07:09.6227642Z test_CTCLoss_lengths_intlists_sum_reduction (__main__.TestNN) ... ok (0.053s) 2022-11-23T03:07:09.6228492Z test_CTCLoss_lengths_intlists_sum_reduction_cuda_double (__main__.TestNN) ... ok (0.006s) 2022-11-23T03:07:09.6229321Z test_CTCLoss_lengths_intlists_sum_reduction_cuda_float (__main__.TestNN) ... ok (0.007s) 2022-11-23T03:07:09.6230061Z test_CTCLoss_lengths_tensors (__main__.TestNN) ... ok (0.039s) 2022-11-23T03:07:09.6230769Z test_CTCLoss_lengths_tensors_cuda_double (__main__.TestNN) ... ok (0.007s) 2022-11-23T03:07:09.6231523Z test_CTCLoss_lengths_tensors_cuda_float (__main__.TestNN) ... ok (0.006s) 2022-11-23T03:07:09.6232287Z test_CTCLoss_lengths_tensors_sum_reduction (__main__.TestNN) ... ok (0.038s) 2022-11-23T03:07:09.6233105Z test_CTCLoss_lengths_tensors_sum_reduction_cuda_double (__main__.TestNN) ... ok (0.006s) 2022-11-23T03:07:09.6233934Z test_CTCLoss_lengths_tensors_sum_reduction_cuda_float (__main__.TestNN) ... ok (0.000s) 2022-11-23T03:07:09.6234687Z test_CTCLoss_long_targets (__main__.TestNN) ... ok (2.344s) 2022-11-23T03:07:09.6235364Z test_CTCLoss_typechecks (__main__.TestNN) ... ok (0.005s) 2022-11-23T03:07:09.6236036Z test_CTCLoss_zero_infinity (__main__.TestNN) ... ok (0.009s) 2022-11-23T03:07:09.6236689Z test_ConstantPad1d (__main__.TestNN) ... ok (0.015s) 2022-11-23T03:07:09.6237355Z test_ConstantPad1d_batch (__main__.TestNN) ... ok (0.033s) 2022-11-23T03:07:09.6238056Z test_ConstantPad1d_batch_cuda (__main__.TestNN) ... ok (0.024s) 2022-11-23T03:07:09.6238731Z test_ConstantPad1d_complex (__main__.TestNN) ... ok (0.037s) 2022-11-23T03:07:09.6239457Z test_ConstantPad1d_complex_cuda (__main__.TestNN) ... ok (0.308s) 2022-11-23T03:07:09.6240160Z test_ConstantPad1d_cuda (__main__.TestNN) ... ok (0.017s) 2022-11-23T03:07:09.6240812Z test_ConstantPad2d (__main__.TestNN) ... ok (0.014s) 2022-11-23T03:07:09.6241481Z test_ConstantPad2d_complex (__main__.TestNN) ... ok (0.036s) 2022-11-23T03:07:09.6242196Z test_ConstantPad2d_complex_cuda (__main__.TestNN) ... ok (0.018s) 2022-11-23T03:07:09.6242872Z test_ConstantPad2d_cuda (__main__.TestNN) ... ok (0.015s) 2022-11-23T03:07:09.6243560Z test_ConstantPad2d_no_batch_dim (__main__.TestNN) ... ok (0.023s) 2022-11-23T03:07:09.6244289Z test_ConstantPad2d_no_batch_dim_cuda (__main__.TestNN) ... ok (0.018s) 2022-11-23T03:07:09.6244972Z test_ConstantPad3d (__main__.TestNN) ... ok (0.014s) 2022-11-23T03:07:09.6245631Z test_ConstantPad3d_complex (__main__.TestNN) ... ok (0.055s) 2022-11-23T03:07:09.6246322Z test_ConstantPad3d_complex_cuda (__main__.TestNN) ... ok (0.028s) 2022-11-23T03:07:09.6246987Z test_ConstantPad3d_cuda (__main__.TestNN) ... ok (0.027s) 2022-11-23T03:07:09.6247659Z test_ConstantPad3d_no_batch_dim (__main__.TestNN) ... ok (0.021s) 2022-11-23T03:07:09.6248384Z test_ConstantPad3d_no_batch_dim_cuda (__main__.TestNN) ... ok (0.020s) 2022-11-23T03:07:09.6249048Z test_Conv1d (__main__.TestNN) ... ok (1.030s) 2022-11-23T03:07:09.6249711Z test_Conv1d_circular_stride2_pad2 (__main__.TestNN) ... ok (0.076s) 2022-11-23T03:07:09.6250438Z test_Conv1d_circular_stride2_pad2_cuda (__main__.TestNN) ... ok (9.229s) 2022-11-23T03:07:09.6251076Z test_Conv1d_cuda (__main__.TestNN) ... ok (0.041s) 2022-11-23T03:07:09.6251611Z test_Conv1d_dilated (__main__.TestNN) ... ok (0.041s) 2022-11-23T03:07:09.6252166Z test_Conv1d_dilated_cuda (__main__.TestNN) ... ok (0.049s) 2022-11-23T03:07:09.6252495Z test_Conv1d_groups (__main__.TestNN) ... ok (0.100s) 2022-11-23T03:07:09.6252822Z test_Conv1d_groups_cuda (__main__.TestNN) ... ok (0.050s) 2022-11-23T03:07:09.6253143Z test_Conv1d_pad1 (__main__.TestNN) ... ok (0.039s) 2022-11-23T03:07:09.6253446Z test_Conv1d_pad1_cuda (__main__.TestNN) ... ok (0.038s) 2022-11-23T03:07:09.6253770Z test_Conv1d_pad1size1 (__main__.TestNN) ... ok (0.047s) 2022-11-23T03:07:09.6254103Z test_Conv1d_pad1size1_cuda (__main__.TestNN) ... ok (0.048s) 2022-11-23T03:07:09.6254505Z test_Conv1d_pad2 (__main__.TestNN) ... ok (0.051s) 2022-11-23T03:07:09.6254840Z test_Conv1d_pad2_cuda (__main__.TestNN) ... ok (0.039s) 2022-11-23T03:07:09.6255168Z test_Conv1d_pad2size1 (__main__.TestNN) ... ok (0.056s) 2022-11-23T03:07:09.6255484Z test_Conv1d_pad2size1_cuda (__main__.TestNN) ... ok (0.041s) 2022-11-23T03:07:09.6256044Z test_Conv1d_pad_same (__main__.TestNN) ... ok (0.041s) 2022-11-23T03:07:09.6256933Z test_Conv1d_pad_same2 (__main__.TestNN) ... 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:07:09.6258071Z return F.conv1d(input, weight, bias, self.stride, 2022-11-23T03:07:09.6258348Z ok (0.072s) 2022-11-23T03:07:09.6258634Z test_Conv1d_pad_same2_cuda (__main__.TestNN) ... ok (0.037s) 2022-11-23T03:07:09.6258963Z test_Conv1d_pad_same_cuda (__main__.TestNN) ... ok (0.032s) 2022-11-23T03:07:09.6259309Z test_Conv1d_pad_same_dilated (__main__.TestNN) ... ok (0.054s) 2022-11-23T03:07:09.6259668Z test_Conv1d_pad_same_dilated_cuda (__main__.TestNN) ... ok (0.040s) 2022-11-23T03:07:09.6260012Z test_Conv1d_pad_valid (__main__.TestNN) ... ok (0.046s) 2022-11-23T03:07:09.6260348Z test_Conv1d_pad_valid_cuda (__main__.TestNN) ... ok (0.034s) 2022-11-23T03:07:09.6260698Z test_Conv1d_reflect_stride2_pad2 (__main__.TestNN) ... ok (0.054s) 2022-11-23T03:07:09.6261048Z test_Conv1d_reflect_stride2_pad2_cuda (__main__.TestNN) ... ok (0.036s) 2022-11-23T03:07:09.6261421Z test_Conv1d_replicate_stride2_pad2 (__main__.TestNN) ... ok (0.041s) 2022-11-23T03:07:09.6261796Z test_Conv1d_replicate_stride2_pad2_cuda (__main__.TestNN) ... ok (0.042s) 2022-11-23T03:07:09.6262145Z test_Conv1d_stride (__main__.TestNN) ... ok (0.056s) 2022-11-23T03:07:09.6262700Z test_Conv1d_stride_cuda (__main__.TestNN) ... ok (0.048s) 2022-11-23T03:07:09.6263034Z test_Conv1d_zero_batch (__main__.TestNN) ... ok (0.038s) 2022-11-23T03:07:09.6263422Z test_Conv1d_zero_batch_cuda (__main__.TestNN) ... ok (0.024s) 2022-11-23T03:07:09.6264007Z test_Conv1d_zeros_stride2_pad2 (__main__.TestNN) ... ok (0.050s) 2022-11-23T03:07:09.6264694Z test_Conv1d_zeros_stride2_pad2_cuda (__main__.TestNN) ... ok (0.022s) 2022-11-23T03:07:09.6265322Z test_Conv2d (__main__.TestNN) ... ok (0.046s) 2022-11-23T03:07:09.6265881Z test_Conv2d_circular_stride2_pad2 (__main__.TestNN) ... ok (0.075s) 2022-11-23T03:07:09.6266268Z test_Conv2d_circular_stride2_pad2_cuda (__main__.TestNN) ... ok (0.041s) 2022-11-23T03:07:09.6266597Z test_Conv2d_cuda (__main__.TestNN) ... ok (0.047s) 2022-11-23T03:07:09.6266925Z test_Conv2d_depthwise (__main__.TestNN) ... ok (0.050s) 2022-11-23T03:07:09.6267267Z test_Conv2d_depthwise_cuda (__main__.TestNN) ... ok (0.030s) 2022-11-23T03:07:09.6267624Z test_Conv2d_depthwise_dilated (__main__.TestNN) ... ok (0.067s) 2022-11-23T03:07:09.6268210Z test_Conv2d_depthwise_dilated_cuda (__main__.TestNN) ... ok (0.030s) 2022-11-23T03:07:09.6268582Z test_Conv2d_depthwise_padded (__main__.TestNN) ... ok (0.068s) 2022-11-23T03:07:09.6268930Z test_Conv2d_depthwise_padded_cuda (__main__.TestNN) ... ok (0.042s) 2022-11-23T03:07:09.6269461Z test_Conv2d_depthwise_strided (__main__.TestNN) ... ok (0.072s) 2022-11-23T03:07:09.6269831Z test_Conv2d_depthwise_strided_cuda (__main__.TestNN) ... ok (0.043s) 2022-11-23T03:07:09.6270495Z test_Conv2d_depthwise_with_multiplier (__main__.TestNN) ... ok (0.064s) 2022-11-23T03:07:09.6283296Z test_Conv2d_depthwise_with_multiplier_cuda (__main__.TestNN) ... ok (0.031s) 2022-11-23T03:07:09.6284028Z test_Conv2d_dilated (__main__.TestNN) ... ok (0.044s) 2022-11-23T03:07:09.6284604Z test_Conv2d_dilated_cuda (__main__.TestNN) ... ok (0.030s) 2022-11-23T03:07:09.6285236Z test_Conv2d_dilated_with_long_tensor (__main__.TestNN) ... ok (0.004s) 2022-11-23T03:07:09.6286195Z test_Conv2d_dilated_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:07:09.6286909Z test_Conv2d_groups (__main__.TestNN) ... ok (0.057s) 2022-11-23T03:07:09.6287484Z test_Conv2d_groups_cuda (__main__.TestNN) ... ok (0.034s) 2022-11-23T03:07:09.6288059Z test_Conv2d_groups_thnn (__main__.TestNN) ... ok (0.065s) 2022-11-23T03:07:09.6288630Z test_Conv2d_groups_thnn_cuda (__main__.TestNN) ... ok (0.040s) 2022-11-23T03:07:09.6289275Z test_Conv2d_groups_thnn_with_long_tensor (__main__.TestNN) ... ok (0.002s) 2022-11-23T03:07:09.6290035Z test_Conv2d_groups_thnn_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.003s) 2022-11-23T03:07:09.6290770Z test_Conv2d_groups_with_long_tensor (__main__.TestNN) ... ok (0.000s) 2022-11-23T03:07:09.6291555Z test_Conv2d_groups_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.006s) 2022-11-23T03:07:09.6292242Z test_Conv2d_no_bias (__main__.TestNN) ... ok (0.048s) 2022-11-23T03:07:09.6292806Z test_Conv2d_no_bias_cuda (__main__.TestNN) ... ok (0.034s) 2022-11-23T03:07:09.6293396Z test_Conv2d_no_bias_with_long_tensor (__main__.TestNN) ... ok (0.003s) 2022-11-23T03:07:09.6294131Z test_Conv2d_no_bias_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:07:09.6294810Z test_Conv2d_pad_same (__main__.TestNN) ... ok (0.050s) 2022-11-23T03:07:09.6295385Z test_Conv2d_pad_same_cuda (__main__.TestNN) ... ok (0.048s) 2022-11-23T03:07:09.6295980Z test_Conv2d_pad_same_dilated (__main__.TestNN) ... ok (0.051s) 2022-11-23T03:07:09.6296608Z test_Conv2d_pad_same_dilated_cuda (__main__.TestNN) ... ok (0.040s) 2022-11-23T03:07:09.6297182Z test_Conv2d_pad_valid (__main__.TestNN) ... ok (0.038s) 2022-11-23T03:07:09.6297761Z test_Conv2d_pad_valid_cuda (__main__.TestNN) ... ok (0.042s) 2022-11-23T03:07:09.6298327Z test_Conv2d_padding (__main__.TestNN) ... ok (0.051s) 2022-11-23T03:07:09.6298904Z test_Conv2d_padding_cuda (__main__.TestNN) ... ok (0.035s) 2022-11-23T03:07:09.6299522Z test_Conv2d_padding_with_long_tensor (__main__.TestNN) ... ok (0.004s) 2022-11-23T03:07:09.6300271Z test_Conv2d_padding_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:07:09.6300970Z test_Conv2d_reflect_stride2_pad2 (__main__.TestNN) ... ok (0.035s) 2022-11-23T03:07:09.6301618Z test_Conv2d_reflect_stride2_pad2_cuda (__main__.TestNN) ... ok (0.044s) 2022-11-23T03:07:09.6302261Z test_Conv2d_replicate_stride2_pad2 (__main__.TestNN) ... ok (0.050s) 2022-11-23T03:07:09.6302914Z test_Conv2d_replicate_stride2_pad2_cuda (__main__.TestNN) ... ok (0.042s) 2022-11-23T03:07:09.6303520Z test_Conv2d_strided (__main__.TestNN) ... ok (0.042s) 2022-11-23T03:07:09.6304099Z test_Conv2d_strided_cuda (__main__.TestNN) ... ok (0.044s) 2022-11-23T03:07:09.6304687Z test_Conv2d_strided_with_long_tensor (__main__.TestNN) ... ok (0.003s) 2022-11-23T03:07:09.6305436Z test_Conv2d_strided_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:07:09.6306132Z test_Conv2d_with_long_tensor (__main__.TestNN) ... ok (0.004s) 2022-11-23T03:07:09.6306817Z test_Conv2d_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:07:09.6307656Z test_Conv2d_zero_batch (__main__.TestNN) ... ok (0.051s) 2022-11-23T03:07:09.6308236Z test_Conv2d_zero_batch_cuda (__main__.TestNN) ... ok (0.025s) 2022-11-23T03:07:09.6308838Z test_Conv2d_zero_batch_with_long_tensor (__main__.TestNN) ... ok (0.003s) 2022-11-23T03:07:09.6309587Z test_Conv2d_zero_batch_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:07:09.6310298Z test_Conv2d_zeros_stride2_pad2 (__main__.TestNN) ... ok (0.062s) 2022-11-23T03:07:09.6310923Z test_Conv2d_zeros_stride2_pad2_cuda (__main__.TestNN) ... ok (0.032s) 2022-11-23T03:07:09.6311595Z test_Conv3d (__main__.TestNN) ... ok (0.058s) 2022-11-23T03:07:09.6312160Z test_Conv3d_1x1x1_no_bias (__main__.TestNN) ... ok (0.046s) 2022-11-23T03:07:09.6312718Z test_Conv3d_1x1x1_no_bias_cuda (__main__.TestNN) ... ok (0.033s) 2022-11-23T03:07:09.6313341Z test_Conv3d_1x1x1_no_bias_with_long_tensor (__main__.TestNN) ... ok (0.003s) 2022-11-23T03:07:09.6314093Z test_Conv3d_1x1x1_no_bias_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:07:09.6314812Z test_Conv3d_circular_stride2_pad2 (__main__.TestNN) ... ok (0.086s) 2022-11-23T03:07:09.6315458Z test_Conv3d_circular_stride2_pad2_cuda (__main__.TestNN) ... ok (0.065s) 2022-11-23T03:07:09.6316056Z test_Conv3d_cuda (__main__.TestNN) ... ok (0.036s) 2022-11-23T03:07:09.6316579Z test_Conv3d_dilated (__main__.TestNN) ... ok (0.049s) 2022-11-23T03:07:09.6317147Z test_Conv3d_dilated_cuda (__main__.TestNN) ... ok (0.035s) 2022-11-23T03:07:09.6317732Z test_Conv3d_dilated_strided (__main__.TestNN) ... ok (0.035s) 2022-11-23T03:07:09.6318342Z test_Conv3d_dilated_strided_cuda (__main__.TestNN) ... ok (0.047s) 2022-11-23T03:07:09.6318927Z test_Conv3d_groups (__main__.TestNN) ... ok (0.035s) 2022-11-23T03:07:09.6319492Z test_Conv3d_groups_cuda (__main__.TestNN) ... ok (0.043s) 2022-11-23T03:07:09.6320066Z test_Conv3d_groups_with_long_tensor (__main__.TestNN) ... ok (0.003s) 2022-11-23T03:07:09.6320798Z test_Conv3d_groups_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:07:09.6321459Z test_Conv3d_no_bias (__main__.TestNN) ... ok (0.040s) 2022-11-23T03:07:09.6322021Z test_Conv3d_no_bias_cuda (__main__.TestNN) ... ok (0.026s) 2022-11-23T03:07:09.6322623Z test_Conv3d_no_bias_with_long_tensor (__main__.TestNN) ... ok (0.000s) 2022-11-23T03:07:09.6323349Z test_Conv3d_no_bias_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.010s) 2022-11-23T03:07:09.6323992Z test_Conv3d_pad_same (__main__.TestNN) ... ok (0.070s) 2022-11-23T03:07:09.6324565Z test_Conv3d_pad_same_cuda (__main__.TestNN) ... ok (0.045s) 2022-11-23T03:07:09.6325153Z test_Conv3d_pad_same_dilated (__main__.TestNN) ... ok (0.066s) 2022-11-23T03:07:09.6325764Z test_Conv3d_pad_same_dilated_cuda (__main__.TestNN) ... ok (0.042s) 2022-11-23T03:07:09.6326346Z test_Conv3d_pad_valid (__main__.TestNN) ... ok (0.061s) 2022-11-23T03:07:09.6326926Z test_Conv3d_pad_valid_cuda (__main__.TestNN) ... ok (0.038s) 2022-11-23T03:07:09.6327506Z test_Conv3d_replicate_stride2_pad2 (__main__.TestNN) ... ok (0.051s) 2022-11-23T03:07:09.6328156Z test_Conv3d_replicate_stride2_pad2_cuda (__main__.TestNN) ... ok (0.042s) 2022-11-23T03:07:09.6328756Z test_Conv3d_stride (__main__.TestNN) ... ok (0.047s) 2022-11-23T03:07:09.6329312Z test_Conv3d_stride_cuda (__main__.TestNN) ... ok (0.066s) 2022-11-23T03:07:09.6329885Z test_Conv3d_stride_padding (__main__.TestNN) ... ok (0.061s) 2022-11-23T03:07:09.6330487Z test_Conv3d_stride_padding_cuda (__main__.TestNN) ... ok (0.032s) 2022-11-23T03:07:09.6331116Z test_Conv3d_stride_padding_with_long_tensor (__main__.TestNN) ... ok (0.000s) 2022-11-23T03:07:09.6331888Z test_Conv3d_stride_padding_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:07:09.6332616Z test_Conv3d_stride_with_long_tensor (__main__.TestNN) ... ok (0.000s) 2022-11-23T03:07:09.6333492Z test_Conv3d_stride_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:07:09.6334172Z test_Conv3d_with_long_tensor (__main__.TestNN) ... ok (0.012s) 2022-11-23T03:07:09.6334846Z test_Conv3d_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:07:09.6335507Z test_Conv3d_zero_batch (__main__.TestNN) ... ok (0.040s) 2022-11-23T03:07:09.6336058Z test_Conv3d_zero_batch_cuda (__main__.TestNN) ... ok (0.016s) 2022-11-23T03:07:09.6336679Z test_Conv3d_zero_batch_with_long_tensor (__main__.TestNN) ... ok (0.011s) 2022-11-23T03:07:09.6337531Z test_Conv3d_zero_batch_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:07:09.6338254Z test_Conv3d_zeros_stride2_pad2 (__main__.TestNN) ... ok (0.049s) 2022-11-23T03:07:09.6338875Z test_Conv3d_zeros_stride2_pad2_cuda (__main__.TestNN) ... ok (0.041s) 2022-11-23T03:07:09.6339489Z test_ConvTranspose1d (__main__.TestNN) ... ok (0.063s) 2022-11-23T03:07:09.6340065Z test_ConvTranspose1d_cuda (__main__.TestNN) ... ok (0.033s) 2022-11-23T03:07:09.6340672Z test_ConvTranspose1d_dilated (__main__.TestNN) ... ok (0.083s) 2022-11-23T03:07:09.6341310Z test_ConvTranspose1d_dilated_cuda (__main__.TestNN) ... ok (0.031s) 2022-11-23T03:07:09.6341944Z test_ConvTranspose1d_groups (__main__.TestNN) ... ok (0.077s) 2022-11-23T03:07:09.6342573Z test_ConvTranspose1d_groups_cuda (__main__.TestNN) ... ok (0.035s) 2022-11-23T03:07:09.6343202Z test_ConvTranspose1d_no_bias (__main__.TestNN) ... ok (0.038s) 2022-11-23T03:07:09.6343813Z test_ConvTranspose1d_no_bias_cuda (__main__.TestNN) ... ok (0.019s) 2022-11-23T03:07:09.6344419Z test_ConvTranspose2d (__main__.TestNN) ... ok (0.052s) 2022-11-23T03:07:09.6345012Z test_ConvTranspose2d_cuda (__main__.TestNN) ... ok (0.031s) 2022-11-23T03:07:09.6345617Z test_ConvTranspose2d_dilated (__main__.TestNN) ... ok (0.041s) 2022-11-23T03:07:09.6346255Z test_ConvTranspose2d_dilated_cuda (__main__.TestNN) ... ok (0.052s) 2022-11-23T03:07:09.6346941Z test_ConvTranspose2d_dilated_with_long_tensor (__main__.TestNN) ... ok (0.003s) 2022-11-23T03:07:09.6347722Z test_ConvTranspose2d_dilated_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:07:09.6348464Z test_ConvTranspose2d_groups (__main__.TestNN) ... ok (0.055s) 2022-11-23T03:07:09.6349105Z test_ConvTranspose2d_groups_cuda (__main__.TestNN) ... ok (0.038s) 2022-11-23T03:07:09.6349792Z test_ConvTranspose2d_groups_with_long_tensor (__main__.TestNN) ... ok (0.003s) 2022-11-23T03:07:09.6350599Z test_ConvTranspose2d_groups_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:07:09.6351338Z test_ConvTranspose2d_no_bias (__main__.TestNN) ... ok (0.040s) 2022-11-23T03:07:09.6351946Z test_ConvTranspose2d_no_bias_cuda (__main__.TestNN) ... ok (0.035s) 2022-11-23T03:07:09.6352628Z test_ConvTranspose2d_no_bias_with_long_tensor (__main__.TestNN) ... ok (0.003s) 2022-11-23T03:07:09.6353427Z test_ConvTranspose2d_no_bias_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:07:09.6354188Z test_ConvTranspose2d_with_long_tensor (__main__.TestNN) ... ok (0.004s) 2022-11-23T03:07:09.6354948Z test_ConvTranspose2d_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:07:09.6355648Z test_ConvTranspose3d (__main__.TestNN) ... ok (0.053s) 2022-11-23T03:07:09.6356244Z test_ConvTranspose3d_cuda (__main__.TestNN) ... ok (0.035s) 2022-11-23T03:07:09.6356843Z test_ConvTranspose3d_dilated (__main__.TestNN) ... ok (0.051s) 2022-11-23T03:07:09.6357484Z test_ConvTranspose3d_dilated_cuda (__main__.TestNN) ... ok (0.038s) 2022-11-23T03:07:09.6358116Z test_CosineEmbeddingLoss (__main__.TestNN) ... ok (0.037s) 2022-11-23T03:07:09.6358768Z test_CosineEmbeddingLoss_cuda_double (__main__.TestNN) ... ok (0.005s) 2022-11-23T03:07:09.6360364Z test_CosineEmbeddingLoss_cuda_float (__main__.TestNN) ... ok (0.005s) 2022-11-23T03:07:09.6361037Z test_CosineEmbeddingLoss_cuda_half (__main__.TestNN) ... ok (0.006s) 2022-11-23T03:07:09.6361677Z test_CosineEmbeddingLoss_margin (__main__.TestNN) ... ok (0.026s) 2022-11-23T03:07:09.6362374Z test_CosineEmbeddingLoss_margin_cuda_double (__main__.TestNN) ... ok (0.015s) 2022-11-23T03:07:09.6363088Z test_CosineEmbeddingLoss_margin_cuda_float (__main__.TestNN) ... ok (0.008s) 2022-11-23T03:07:09.6363797Z test_CosineEmbeddingLoss_margin_cuda_half (__main__.TestNN) ... ok (0.007s) 2022-11-23T03:07:09.6364648Z test_CosineEmbeddingLoss_margin_sum_reduction (__main__.TestNN) ... ok (0.040s) 2022-11-23T03:07:09.6365438Z test_CosineEmbeddingLoss_margin_sum_reduction_cuda_double (__main__.TestNN) ... ok (0.005s) 2022-11-23T03:07:09.6366208Z test_CosineEmbeddingLoss_margin_sum_reduction_cuda_float (__main__.TestNN) ... ok (0.005s) 2022-11-23T03:07:09.6366992Z test_CosineEmbeddingLoss_margin_sum_reduction_cuda_half (__main__.TestNN) ... ok (0.007s) 2022-11-23T03:07:09.6367742Z test_CosineEmbeddingLoss_no_batch_dim_mean (__main__.TestNN) ... ok (0.027s) 2022-11-23T03:07:09.6368479Z test_CosineEmbeddingLoss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... ok (0.006s) 2022-11-23T03:07:09.6369230Z test_CosineEmbeddingLoss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... ok (0.000s) 2022-11-23T03:07:09.6369972Z test_CosineEmbeddingLoss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... ok (0.011s) 2022-11-23T03:07:09.6370685Z test_CosineEmbeddingLoss_no_batch_dim_none (__main__.TestNN) ... ok (0.024s) 2022-11-23T03:07:09.6371390Z test_CosineEmbeddingLoss_no_batch_dim_none_cuda_double (__main__.TestNN) ... ok (0.005s) 2022-11-23T03:07:09.6372140Z test_CosineEmbeddingLoss_no_batch_dim_none_cuda_float (__main__.TestNN) ... ok (0.005s) 2022-11-23T03:07:09.6372886Z test_CosineEmbeddingLoss_no_batch_dim_none_cuda_half (__main__.TestNN) ... ok (0.005s) 2022-11-23T03:07:09.6373606Z test_CosineEmbeddingLoss_no_batch_dim_sum (__main__.TestNN) ... ok (0.023s) 2022-11-23T03:07:09.6374320Z test_CosineEmbeddingLoss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... ok (0.005s) 2022-11-23T03:07:09.6375064Z test_CosineEmbeddingLoss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... ok (0.005s) 2022-11-23T03:07:09.6375788Z test_CosineEmbeddingLoss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... ok (0.005s) 2022-11-23T03:07:09.6376495Z test_CosineEmbeddingLoss_sum_reduction (__main__.TestNN) ... ok (0.031s) 2022-11-23T03:07:09.6377212Z test_CosineEmbeddingLoss_sum_reduction_cuda_double (__main__.TestNN) ... ok (0.000s) 2022-11-23T03:07:09.6377961Z test_CosineEmbeddingLoss_sum_reduction_cuda_float (__main__.TestNN) ... ok (0.000s) 2022-11-23T03:07:09.6378698Z test_CosineEmbeddingLoss_sum_reduction_cuda_half (__main__.TestNN) ... ok (0.010s) 2022-11-23T03:07:09.6379362Z test_CrossEntropyLoss (__main__.TestNN) ... ok (0.010s) 2022-11-23T03:07:09.6379963Z test_CrossEntropyLoss_2d (__main__.TestNN) ... ok (0.014s) 2022-11-23T03:07:09.6380573Z test_CrossEntropyLoss_2d_cuda_double (__main__.TestNN) ... ok (0.004s) 2022-11-23T03:07:09.6381226Z test_CrossEntropyLoss_2d_cuda_float (__main__.TestNN) ... ok (0.004s) 2022-11-23T03:07:09.6381867Z test_CrossEntropyLoss_2d_cuda_half (__main__.TestNN) ... ok (0.004s) 2022-11-23T03:07:09.6382527Z test_CrossEntropyLoss_2d_ignore_index (__main__.TestNN) ... ok (0.015s) 2022-11-23T03:07:09.6383347Z test_CrossEntropyLoss_2d_ignore_index_cuda_double (__main__.TestNN) ... ok (0.003s) 2022-11-23T03:07:09.6384249Z test_CrossEntropyLoss_2d_ignore_index_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-11-23T03:07:09.6384966Z test_CrossEntropyLoss_2d_ignore_index_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-11-23T03:07:09.6385687Z test_CrossEntropyLoss_2d_indices_target_smoothing (__main__.TestNN) ... ok (0.015s) 2022-11-23T03:07:09.6386451Z test_CrossEntropyLoss_2d_indices_target_smoothing_cuda_double (__main__.TestNN) ... ok (0.005s) 2022-11-23T03:07:09.6387399Z test_CrossEntropyLoss_2d_indices_target_smoothing_cuda_float (__main__.TestNN) ... ok (0.005s) 2022-11-23T03:07:09.6388186Z test_CrossEntropyLoss_2d_indices_target_smoothing_cuda_half (__main__.TestNN) ... ok (0.005s) 2022-11-23T03:07:09.6388981Z test_CrossEntropyLoss_2d_indices_target_smoothing_ignore_index (__main__.TestNN) ... ok (0.012s) 2022-11-23T03:07:09.6389814Z test_CrossEntropyLoss_2d_indices_target_smoothing_ignore_index_cuda_double (__main__.TestNN) ... ok (0.000s) 2022-11-23T03:07:09.6390743Z test_CrossEntropyLoss_2d_indices_target_smoothing_ignore_index_cuda_float (__main__.TestNN) ... ok (0.006s) 2022-11-23T03:07:09.6391656Z test_CrossEntropyLoss_2d_indices_target_smoothing_ignore_index_cuda_half (__main__.TestNN) ... ok (0.000s) 2022-11-23T03:07:09.6392484Z test_CrossEntropyLoss_2d_indices_target_smoothing_sum_reduction (__main__.TestNN) ... ok (0.021s) 2022-11-23T03:07:09.6393323Z test_CrossEntropyLoss_2d_indices_target_smoothing_sum_reduction_cuda_double (__main__.TestNN) ... ok (0.005s) 2022-11-23T03:07:09.6394189Z test_CrossEntropyLoss_2d_indices_target_smoothing_sum_reduction_cuda_float (__main__.TestNN) ... ok (0.005s) 2022-11-23T03:07:09.6395039Z test_CrossEntropyLoss_2d_indices_target_smoothing_sum_reduction_cuda_half (__main__.TestNN) ... ok (0.004s) 2022-11-23T03:07:09.6395855Z test_CrossEntropyLoss_2d_indices_target_smoothing_weight (__main__.TestNN) ... ok (0.016s) 2022-11-23T03:07:09.6396645Z test_CrossEntropyLoss_2d_indices_target_smoothing_weight_cuda_double (__main__.TestNN) ... ok (0.005s) 2022-11-23T03:07:09.6397477Z test_CrossEntropyLoss_2d_indices_target_smoothing_weight_cuda_float (__main__.TestNN) ... ok (0.006s) 2022-11-23T03:07:09.6398296Z test_CrossEntropyLoss_2d_indices_target_smoothing_weight_cuda_half (__main__.TestNN) ... ok (0.005s) 2022-11-23T03:07:09.6399026Z test_CrossEntropyLoss_2d_prob_target (__main__.TestNN) ... ok (0.012s) 2022-11-23T03:07:09.6399734Z test_CrossEntropyLoss_2d_prob_target_cuda_double (__main__.TestNN) ... ok (0.003s) 2022-11-23T03:07:09.6400464Z test_CrossEntropyLoss_2d_prob_target_cuda_float (__main__.TestNN) ... ok (0.000s) 2022-11-23T03:07:09.6401183Z test_CrossEntropyLoss_2d_prob_target_cuda_half (__main__.TestNN) ... ok (0.000s) 2022-11-23T03:07:09.6401878Z test_CrossEntropyLoss_2d_prob_target_smoothing (__main__.TestNN) ... ok (0.016s) 2022-11-23T03:07:09.6402631Z test_CrossEntropyLoss_2d_prob_target_smoothing_cuda_double (__main__.TestNN) ... ok (0.004s) 2022-11-23T03:07:09.6403406Z test_CrossEntropyLoss_2d_prob_target_smoothing_cuda_float (__main__.TestNN) ... ok (0.005s) 2022-11-23T03:07:09.6404179Z test_CrossEntropyLoss_2d_prob_target_smoothing_cuda_half (__main__.TestNN) ... ok (0.005s) 2022-11-23T03:07:09.6404957Z test_CrossEntropyLoss_2d_prob_target_smoothing_sum_reduction (__main__.TestNN) ... ok (0.012s) 2022-11-23T03:07:09.6405778Z test_CrossEntropyLoss_2d_prob_target_smoothing_sum_reduction_cuda_double (__main__.TestNN) ... ok (0.004s) 2022-11-23T03:07:09.6406610Z test_CrossEntropyLoss_2d_prob_target_smoothing_sum_reduction_cuda_float (__main__.TestNN) ... ok (0.004s) 2022-11-23T03:07:09.6407449Z test_CrossEntropyLoss_2d_prob_target_smoothing_sum_reduction_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-11-23T03:07:09.6408241Z test_CrossEntropyLoss_2d_prob_target_smoothing_weight (__main__.TestNN) ... ok (0.011s) 2022-11-23T03:07:09.6409030Z test_CrossEntropyLoss_2d_prob_target_smoothing_weight_cuda_double (__main__.TestNN) ... ok (0.000s) 2022-11-23T03:07:09.6409864Z test_CrossEntropyLoss_2d_prob_target_smoothing_weight_cuda_float (__main__.TestNN) ... ok (0.011s) 2022-11-23T03:07:09.6410681Z test_CrossEntropyLoss_2d_prob_target_smoothing_weight_cuda_half (__main__.TestNN) ... ok (0.005s) 2022-11-23T03:07:09.6411550Z test_CrossEntropyLoss_2d_prob_target_sum_reduction (__main__.TestNN) ... ok (0.011s) 2022-11-23T03:07:09.6412294Z test_CrossEntropyLoss_2d_prob_target_sum_reduction_cuda_double (__main__.TestNN) ... ok (0.004s) 2022-11-23T03:07:09.6413233Z test_CrossEntropyLoss_2d_prob_target_sum_reduction_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-11-23T03:07:09.6414020Z test_CrossEntropyLoss_2d_prob_target_sum_reduction_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-11-23T03:07:09.6414763Z test_CrossEntropyLoss_2d_prob_target_weights (__main__.TestNN) ... ok (0.009s) 2022-11-23T03:07:09.6415506Z test_CrossEntropyLoss_2d_prob_target_weights_cuda_double (__main__.TestNN) ... ok (0.003s) 2022-11-23T03:07:09.6416272Z test_CrossEntropyLoss_2d_prob_target_weights_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-11-23T03:07:09.6417131Z test_CrossEntropyLoss_2d_prob_target_weights_cuda_half (__main__.TestNN) ... ok (0.000s) 2022-11-23T03:07:09.6417900Z test_CrossEntropyLoss_2d_prob_target_weights_sum_reduction (__main__.TestNN) ... ok (0.012s) 2022-11-23T03:07:09.6418707Z test_CrossEntropyLoss_2d_prob_target_weights_sum_reduction_cuda_double (__main__.TestNN) ... ok (0.003s) 2022-11-23T03:07:09.6419547Z test_CrossEntropyLoss_2d_prob_target_weights_sum_reduction_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-11-23T03:07:09.6420372Z test_CrossEntropyLoss_2d_prob_target_weights_sum_reduction_cuda_half (__main__.TestNN) ... ok (0.005s) 2022-11-23T03:07:09.6421113Z test_CrossEntropyLoss_2d_sum_reduction (__main__.TestNN) ... ok (0.013s) 2022-11-23T03:07:09.6421827Z test_CrossEntropyLoss_2d_sum_reduction_cuda_double (__main__.TestNN) ... ok (0.003s) 2022-11-23T03:07:09.6422561Z test_CrossEntropyLoss_2d_sum_reduction_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-11-23T03:07:09.6423275Z test_CrossEntropyLoss_2d_sum_reduction_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-11-23T03:07:09.6423949Z test_CrossEntropyLoss_2d_weights (__main__.TestNN) ... ok (0.008s) 2022-11-23T03:07:09.6424623Z test_CrossEntropyLoss_2d_weights_cuda_double (__main__.TestNN) ... ok (0.003s) 2022-11-23T03:07:09.6425322Z test_CrossEntropyLoss_2d_weights_cuda_float (__main__.TestNN) ... ok (0.000s) 2022-11-23T03:07:09.6426026Z test_CrossEntropyLoss_2d_weights_cuda_half (__main__.TestNN) ... ok (0.006s) 2022-11-23T03:07:09.6426735Z test_CrossEntropyLoss_3d_indices_target_smoothing (__main__.TestNN) ... ok (0.021s) 2022-11-23T03:07:09.6427478Z test_CrossEntropyLoss_3d_indices_target_smoothing_cuda_double (__main__.TestNN) ... ok (0.010s) 2022-11-23T03:07:09.6428268Z test_CrossEntropyLoss_3d_indices_target_smoothing_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-11-23T03:07:09.6429050Z test_CrossEntropyLoss_3d_indices_target_smoothing_cuda_half (__main__.TestNN) ... ok (0.004s) 2022-11-23T03:07:09.6429841Z test_CrossEntropyLoss_3d_indices_target_smoothing_ignore_index (__main__.TestNN) ... ok (0.020s) 2022-11-23T03:07:09.6430675Z test_CrossEntropyLoss_3d_indices_target_smoothing_ignore_index_cuda_double (__main__.TestNN) ... ok (0.005s) 2022-11-23T03:07:09.6431534Z test_CrossEntropyLoss_3d_indices_target_smoothing_ignore_index_cuda_float (__main__.TestNN) ... ok (0.005s) 2022-11-23T03:07:09.6432386Z test_CrossEntropyLoss_3d_indices_target_smoothing_ignore_index_cuda_half (__main__.TestNN) ... ok (0.006s) 2022-11-23T03:07:09.6433201Z test_CrossEntropyLoss_3d_indices_target_smoothing_sum_reduction (__main__.TestNN) ... ok (0.013s) 2022-11-23T03:07:09.6434045Z test_CrossEntropyLoss_3d_indices_target_smoothing_sum_reduction_cuda_double (__main__.TestNN) ... ok (0.005s) 2022-11-23T03:07:09.6434914Z test_CrossEntropyLoss_3d_indices_target_smoothing_sum_reduction_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-11-23T03:07:09.6435773Z test_CrossEntropyLoss_3d_indices_target_smoothing_sum_reduction_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-11-23T03:07:09.6436648Z test_CrossEntropyLoss_3d_indices_target_smoothing_sum_reduction_ignore_index (__main__.TestNN) ... ok (0.019s) 2022-11-23T03:07:09.6437559Z test_CrossEntropyLoss_3d_indices_target_smoothing_sum_reduction_ignore_index_cuda_double (__main__.TestNN) ... ok (0.005s) 2022-11-23T03:07:09.6438634Z test_CrossEntropyLoss_3d_indices_target_smoothing_sum_reduction_ignore_index_cuda_float (__main__.TestNN) ... ok (0.004s) 2022-11-23T03:07:09.6439556Z test_CrossEntropyLoss_3d_indices_target_smoothing_sum_reduction_ignore_index_cuda_half (__main__.TestNN) ... ok (0.006s) 2022-11-23T03:07:09.6440317Z test_CrossEntropyLoss_3d_prob_target (__main__.TestNN) ... ok (0.020s) 2022-11-23T03:07:09.6441024Z test_CrossEntropyLoss_3d_prob_target_cuda_double (__main__.TestNN) ... ok (0.006s) 2022-11-23T03:07:09.6441753Z test_CrossEntropyLoss_3d_prob_target_cuda_float (__main__.TestNN) ... ok (0.004s) 2022-11-23T03:07:09.6442584Z test_CrossEntropyLoss_3d_prob_target_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-11-23T03:07:09.6443330Z test_CrossEntropyLoss_3d_prob_target_smoothing (__main__.TestNN) ... ok (0.020s) 2022-11-23T03:07:09.6444087Z test_CrossEntropyLoss_3d_prob_target_smoothing_cuda_double (__main__.TestNN) ... ok (0.004s) 2022-11-23T03:07:09.6444846Z test_CrossEntropyLoss_3d_prob_target_smoothing_cuda_float (__main__.TestNN) ... ok (0.005s) 2022-11-23T03:07:09.6445625Z test_CrossEntropyLoss_3d_prob_target_smoothing_cuda_half (__main__.TestNN) ... ok (0.005s) 2022-11-23T03:07:09.6446410Z test_CrossEntropyLoss_3d_prob_target_smoothing_sum_reduction (__main__.TestNN) ... ok (0.010s) 2022-11-23T03:07:09.6447241Z test_CrossEntropyLoss_3d_prob_target_smoothing_sum_reduction_cuda_double (__main__.TestNN) ... ok (0.004s) 2022-11-23T03:07:09.6448100Z test_CrossEntropyLoss_3d_prob_target_smoothing_sum_reduction_cuda_float (__main__.TestNN) ... ok (0.002s) 2022-11-23T03:07:09.6448951Z test_CrossEntropyLoss_3d_prob_target_smoothing_sum_reduction_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-11-23T03:07:09.6449744Z test_CrossEntropyLoss_3d_prob_target_sum_reduction (__main__.TestNN) ... ok (0.006s) 2022-11-23T03:07:09.6450502Z test_CrossEntropyLoss_3d_prob_target_sum_reduction_cuda_double (__main__.TestNN) ... ok (0.000s) 2022-11-23T03:07:09.6451307Z test_CrossEntropyLoss_3d_prob_target_sum_reduction_cuda_float (__main__.TestNN) ... ok (0.012s) 2022-11-23T03:07:09.6452102Z test_CrossEntropyLoss_3d_prob_target_sum_reduction_cuda_half (__main__.TestNN) ... ok (0.005s) 2022-11-23T03:07:09.6452861Z test_CrossEntropyLoss_3d_prob_target_weights (__main__.TestNN) ... ok (0.012s) 2022-11-23T03:07:09.6453611Z test_CrossEntropyLoss_3d_prob_target_weights_cuda_double (__main__.TestNN) ... ok (0.003s) 2022-11-23T03:07:09.6454383Z test_CrossEntropyLoss_3d_prob_target_weights_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-11-23T03:07:09.6455139Z test_CrossEntropyLoss_3d_prob_target_weights_cuda_half (__main__.TestNN) ... ok (0.005s) 2022-11-23T03:07:09.6455886Z test_CrossEntropyLoss_3d_prob_target_weights_sum_reduction (__main__.TestNN) ... ok (0.009s) 2022-11-23T03:07:09.6456709Z test_CrossEntropyLoss_3d_prob_target_weights_sum_reduction_cuda_double (__main__.TestNN) ... ok (0.003s) 2022-11-23T03:07:09.6457548Z test_CrossEntropyLoss_3d_prob_target_weights_sum_reduction_cuda_float (__main__.TestNN) ... ok (0.004s) 2022-11-23T03:07:09.6458395Z test_CrossEntropyLoss_3d_prob_target_weights_sum_reduction_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-11-23T03:07:09.6459146Z test_CrossEntropyLoss_4d_prob_target (__main__.TestNN) ... ok (0.010s) 2022-11-23T03:07:09.6459856Z test_CrossEntropyLoss_4d_prob_target_cuda_double (__main__.TestNN) ... ok (0.003s) 2022-11-23T03:07:09.6460590Z test_CrossEntropyLoss_4d_prob_target_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-11-23T03:07:09.6461291Z test_CrossEntropyLoss_4d_prob_target_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-11-23T03:07:09.6462029Z test_CrossEntropyLoss_4d_prob_target_sum_reduction (__main__.TestNN) ... ok (0.010s) 2022-11-23T03:07:09.6462807Z test_CrossEntropyLoss_4d_prob_target_sum_reduction_cuda_double (__main__.TestNN) ... ok (0.003s) 2022-11-23T03:07:09.6463608Z test_CrossEntropyLoss_4d_prob_target_sum_reduction_cuda_float (__main__.TestNN) ... ok (0.004s) 2022-11-23T03:07:09.6464550Z test_CrossEntropyLoss_4d_prob_target_sum_reduction_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-11-23T03:07:09.6465297Z test_CrossEntropyLoss_4d_prob_target_weights (__main__.TestNN) ... ok (0.009s) 2022-11-23T03:07:09.6466047Z test_CrossEntropyLoss_4d_prob_target_weights_cuda_double (__main__.TestNN) ... ok (0.006s) 2022-11-23T03:07:09.6466795Z test_CrossEntropyLoss_4d_prob_target_weights_cuda_float (__main__.TestNN) ... ok (0.000s) 2022-11-23T03:07:09.6467556Z test_CrossEntropyLoss_4d_prob_target_weights_cuda_half (__main__.TestNN) ... ok (0.000s) 2022-11-23T03:07:09.6468428Z test_CrossEntropyLoss_4d_prob_target_weights_sum_reduction (__main__.TestNN) ... ok (0.017s) 2022-11-23T03:07:09.6469268Z test_CrossEntropyLoss_4d_prob_target_weights_sum_reduction_cuda_double (__main__.TestNN) ... ok (0.004s) 2022-11-23T03:07:09.6470102Z test_CrossEntropyLoss_4d_prob_target_weights_sum_reduction_cuda_float (__main__.TestNN) ... ok (0.004s) 2022-11-23T03:07:09.6471028Z test_CrossEntropyLoss_4d_prob_target_weights_sum_reduction_cuda_half (__main__.TestNN) ... ok (0.004s) 2022-11-23T03:07:09.6471747Z test_CrossEntropyLoss_cuda_double (__main__.TestNN) ... ok (0.004s) 2022-11-23T03:07:09.6472406Z test_CrossEntropyLoss_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-11-23T03:07:09.6473054Z test_CrossEntropyLoss_cuda_half (__main__.TestNN) ... ok (0.005s) 2022-11-23T03:07:09.6473689Z test_CrossEntropyLoss_dim_is_3 (__main__.TestNN) ... ok (0.009s) 2022-11-23T03:07:09.6474353Z test_CrossEntropyLoss_dim_is_3_cuda_double (__main__.TestNN) ... ok (0.003s) 2022-11-23T03:07:09.6475043Z test_CrossEntropyLoss_dim_is_3_cuda_float (__main__.TestNN) ... ok (0.000s) 2022-11-23T03:07:09.6475729Z test_CrossEntropyLoss_dim_is_3_cuda_half (__main__.TestNN) ... ok (0.006s) 2022-11-23T03:07:09.6476398Z test_CrossEntropyLoss_dim_is_3_sum_reduction (__main__.TestNN) ... ok (0.010s) 2022-11-23T03:07:09.6477130Z test_CrossEntropyLoss_dim_is_3_sum_reduction_cuda_double (__main__.TestNN) ... ok (0.000s) 2022-11-23T03:07:09.6477897Z test_CrossEntropyLoss_dim_is_3_sum_reduction_cuda_float (__main__.TestNN) ... ok (0.010s) 2022-11-23T03:07:09.6478690Z test_CrossEntropyLoss_dim_is_3_sum_reduction_cuda_half (__main__.TestNN) ... ok (0.000s) 2022-11-23T03:07:09.6479390Z test_CrossEntropyLoss_higher_dim (__main__.TestNN) ... ok (0.017s) 2022-11-23T03:07:09.6480080Z test_CrossEntropyLoss_higher_dim_cuda_double (__main__.TestNN) ... ok (0.003s) 2022-11-23T03:07:09.6480834Z test_CrossEntropyLoss_higher_dim_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-11-23T03:07:09.6481619Z test_CrossEntropyLoss_higher_dim_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-11-23T03:07:09.6482339Z test_CrossEntropyLoss_higher_dim_sum_reduction (__main__.TestNN) ... ok (0.010s) 2022-11-23T03:07:09.6483098Z test_CrossEntropyLoss_higher_dim_sum_reduction_cuda_double (__main__.TestNN) ... ok (0.003s) 2022-11-23T03:07:09.6483874Z test_CrossEntropyLoss_higher_dim_sum_reduction_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-11-23T03:07:09.6484725Z test_CrossEntropyLoss_higher_dim_sum_reduction_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-11-23T03:07:09.6485444Z test_CrossEntropyLoss_weights (__main__.TestNN) ... ok (0.006s) 2022-11-23T03:07:09.6486225Z test_CrossEntropyLoss_weights_cuda_double (__main__.TestNN) ... ok (0.003s) 2022-11-23T03:07:09.6486938Z test_CrossEntropyLoss_weights_cuda_float (__main__.TestNN) ... ok (0.000s) 2022-11-23T03:07:09.6487629Z test_CrossEntropyLoss_weights_cuda_half (__main__.TestNN) ... ok (0.006s) 2022-11-23T03:07:09.6488259Z test_CrossMapLRN2d (__main__.TestNN) ... ok (0.022s) 2022-11-23T03:07:09.6488842Z test_CrossMapLRN2d_cuda (__main__.TestNN) ... ok (0.027s) 2022-11-23T03:07:09.6489374Z test_ELU (__main__.TestNN) ... ok (0.016s) 2022-11-23T03:07:09.6489853Z test_ELU_cuda (__main__.TestNN) ... ok (0.019s) 2022-11-23T03:07:09.6490384Z test_ELU_no_batch_dim (__main__.TestNN) ... ok (0.014s) 2022-11-23T03:07:09.6491102Z test_ELU_no_batch_dim_cuda (__main__.TestNN) ... ok (0.019s) 2022-11-23T03:07:09.6491750Z test_ELU_scalar (__main__.TestNN) ... ok (0.009s) 2022-11-23T03:07:09.6492371Z test_ELU_scalar_cuda (__main__.TestNN) ... ok (0.006s) 2022-11-23T03:07:09.6492896Z test_Embedding (__main__.TestNN) ... ok (0.020s) 2022-11-23T03:07:09.6493489Z test_EmbeddingBag_discontiguous (__main__.TestNN) ... ok (0.029s) 2022-11-23T03:07:09.6494153Z test_EmbeddingBag_discontiguous_cuda (__main__.TestNN) ... ok (0.021s) 2022-11-23T03:07:09.6494771Z test_EmbeddingBag_max (__main__.TestNN) ... ok (0.018s) 2022-11-23T03:07:09.6495984Z test_EmbeddingBag_max_cuda (__main__.TestNN) ... ok (0.015s) 2022-11-23T03:07:09.6496677Z test_EmbeddingBag_max_padding_idx (__main__.TestNN) ... ok (0.013s) 2022-11-23T03:07:09.6497314Z test_EmbeddingBag_max_padding_idx_cuda (__main__.TestNN) ... ok (0.020s) 2022-11-23T03:07:09.6498057Z test_EmbeddingBag_mean (__main__.TestNN) ... ok (0.019s) 2022-11-23T03:07:09.6498734Z test_EmbeddingBag_mean_cuda (__main__.TestNN) ... ok (0.018s) 2022-11-23T03:07:09.6499418Z test_EmbeddingBag_mean_padding_idx (__main__.TestNN) ... ok (0.011s) 2022-11-23T03:07:09.6500086Z test_EmbeddingBag_mean_padding_idx_cuda (__main__.TestNN) ... ok (0.025s) 2022-11-23T03:07:09.6500726Z test_EmbeddingBag_sparse (__main__.TestNN) ... ok (0.030s) 2022-11-23T03:07:09.6501314Z test_EmbeddingBag_sparse_cuda (__main__.TestNN) ... ok (0.022s) 2022-11-23T03:07:09.6501911Z test_EmbeddingBag_sum (__main__.TestNN) ... ok (0.015s) 2022-11-23T03:07:09.6502494Z test_EmbeddingBag_sum_cuda (__main__.TestNN) ... ok (0.018s) 2022-11-23T03:07:09.6503116Z test_EmbeddingBag_sum_padding_idx (__main__.TestNN) ... ok (0.015s) 2022-11-23T03:07:09.6503784Z test_EmbeddingBag_sum_padding_idx_cuda (__main__.TestNN) ... ok (0.015s) 2022-11-23T03:07:09.6504494Z test_Embedding_cuda (__main__.TestNN) ... ok (0.012s) 2022-11-23T03:07:09.6505144Z test_Embedding_discontiguous (__main__.TestNN) ... ok (0.035s) 2022-11-23T03:07:09.6505917Z test_Embedding_discontiguous_cuda (__main__.TestNN) ... ok (0.024s) 2022-11-23T03:07:09.6506528Z test_Embedding_sparse (__main__.TestNN) ... ok (0.032s) 2022-11-23T03:07:09.6507115Z test_Embedding_sparse_cuda (__main__.TestNN) ... ok (0.015s) 2022-11-23T03:07:09.6507667Z test_Flatten (__main__.TestNN) ... ok (0.017s) 2022-11-23T03:07:09.6508194Z test_Flatten_cuda (__main__.TestNN) ... ok (0.023s) 2022-11-23T03:07:09.6508728Z test_Flatten_no_batch_dim (__main__.TestNN) ... ok (0.023s) 2022-11-23T03:07:09.6509313Z test_Flatten_no_batch_dim_cuda (__main__.TestNN) ... ok (0.013s) 2022-11-23T03:07:09.6509859Z test_Fold (__main__.TestNN) ... ok (0.021s) 2022-11-23T03:07:09.6510361Z test_Fold_cuda (__main__.TestNN) ... ok (0.017s) 2022-11-23T03:07:09.6510983Z test_Fold_int_input (__main__.TestNN) ... ok (0.020s) 2022-11-23T03:07:09.6511622Z test_Fold_int_input_cuda (__main__.TestNN) ... ok (0.018s) 2022-11-23T03:07:09.6512321Z test_Fold_no_batch_dim_input (__main__.TestNN) ... ok (0.016s) 2022-11-23T03:07:09.6512935Z test_Fold_no_batch_dim_input_cuda (__main__.TestNN) ... ok (0.021s) 2022-11-23T03:07:09.6513566Z test_Fold_no_batch_dim_int_input (__main__.TestNN) ... ok (0.016s) 2022-11-23T03:07:09.6514207Z test_Fold_no_batch_dim_int_input_cuda (__main__.TestNN) ... ok (0.021s) 2022-11-23T03:07:09.6514859Z test_FractionalMaxPool2d_ratio (__main__.TestNN) ... ok (0.024s) 2022-11-23T03:07:09.6515524Z test_FractionalMaxPool2d_ratio_cuda (__main__.TestNN) ... ok (0.030s) 2022-11-23T03:07:09.6516202Z test_FractionalMaxPool2d_ratio_no_batch_dim (__main__.TestNN) ... ok (0.026s) 2022-11-23T03:07:09.6516937Z test_FractionalMaxPool2d_ratio_no_batch_dim_cuda (__main__.TestNN) ... ok (0.019s) 2022-11-23T03:07:09.6517793Z test_FractionalMaxPool2d_ratio_no_batch_dim_no_random_samples (__main__.TestNN) ... ok (0.021s) 2022-11-23T03:07:09.6518803Z test_FractionalMaxPool2d_ratio_no_batch_dim_no_random_samples_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:07:09.6519819Z test_FractionalMaxPool2d_ratio_return_indices (__main__.TestNN) ... ok (0.022s) 2022-11-23T03:07:09.6520570Z test_FractionalMaxPool2d_ratio_return_indices_cuda (__main__.TestNN) ... ok (0.017s) 2022-11-23T03:07:09.6521242Z test_FractionalMaxPool2d_size (__main__.TestNN) ... ok (0.027s) 2022-11-23T03:07:09.6521902Z test_FractionalMaxPool2d_size_cuda (__main__.TestNN) ... ok (0.021s) 2022-11-23T03:07:09.6522592Z test_FractionalMaxPool2d_size_no_batch_dim (__main__.TestNN) ... ok (0.026s) 2022-11-23T03:07:09.6523427Z test_FractionalMaxPool2d_size_no_batch_dim_cuda (__main__.TestNN) ... ok (0.020s) 2022-11-23T03:07:09.6524322Z test_FractionalMaxPool2d_size_no_batch_dim_no_random_samples (__main__.TestNN) ... ok (0.021s) 2022-11-23T03:07:09.6525338Z test_FractionalMaxPool2d_size_no_batch_dim_no_random_samples_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:07:09.6526158Z test_FractionalMaxPool3d_asymsize (__main__.TestNN) ... ok (0.028s) 2022-11-23T03:07:09.6526814Z test_FractionalMaxPool3d_asymsize_cuda (__main__.TestNN) ... ok (0.021s) 2022-11-23T03:07:09.6527483Z test_FractionalMaxPool3d_ratio (__main__.TestNN) ... ok (0.024s) 2022-11-23T03:07:09.6528144Z test_FractionalMaxPool3d_ratio_cuda (__main__.TestNN) ... ok (0.022s) 2022-11-23T03:07:09.6528846Z test_FractionalMaxPool3d_ratio_no_batch_dim (__main__.TestNN) ... ok (0.025s) 2022-11-23T03:07:09.6529580Z test_FractionalMaxPool3d_ratio_no_batch_dim_cuda (__main__.TestNN) ... ok (0.023s) 2022-11-23T03:07:09.6530358Z test_FractionalMaxPool3d_ratio_no_batch_dim_no_random_samples (__main__.TestNN) ... ok (0.020s) 2022-11-23T03:07:09.6531302Z test_FractionalMaxPool3d_ratio_no_batch_dim_no_random_samples_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.006s) 2022-11-23T03:07:09.6532252Z test_FractionalMaxPool3d_ratio_return_indices (__main__.TestNN) ... ok (0.023s) 2022-11-23T03:07:09.6533003Z test_FractionalMaxPool3d_ratio_return_indices_cuda (__main__.TestNN) ... ok (0.023s) 2022-11-23T03:07:09.6533702Z test_FractionalMaxPool3d_size (__main__.TestNN) ... ok (0.023s) 2022-11-23T03:07:09.6534353Z test_FractionalMaxPool3d_size_cuda (__main__.TestNN) ... ok (0.024s) 2022-11-23T03:07:09.6535045Z test_FractionalMaxPool3d_size_no_batch_dim (__main__.TestNN) ... ok (0.027s) 2022-11-23T03:07:09.6535763Z test_FractionalMaxPool3d_size_no_batch_dim_cuda (__main__.TestNN) ... ok (0.018s) 2022-11-23T03:07:09.6536517Z test_FractionalMaxPool3d_size_no_batch_dim_no_random_samples (__main__.TestNN) ... ok (0.026s) 2022-11-23T03:07:09.6537470Z test_FractionalMaxPool3d_size_no_batch_dim_no_random_samples_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:07:09.6538188Z test_GELU (__main__.TestNN) ... ok (0.023s) 2022-11-23T03:07:09.6538827Z test_GELU_cuda (__main__.TestNN) ... ok (0.021s) 2022-11-23T03:07:09.6539381Z test_GELU_no_batch_dim (__main__.TestNN) ... ok (0.014s) 2022-11-23T03:07:09.6539965Z test_GELU_no_batch_dim_cuda (__main__.TestNN) ... ok (0.010s) 2022-11-23T03:07:09.6540501Z test_GELU_scalar (__main__.TestNN) ... ok (0.023s) 2022-11-23T03:07:09.6541048Z test_GELU_scalar_cuda (__main__.TestNN) ... ok (0.009s) 2022-11-23T03:07:09.6541565Z test_GLU (__main__.TestNN) ... ok (0.023s) 2022-11-23T03:07:09.6542068Z test_GLU_cuda (__main__.TestNN) ... ok (0.021s) 2022-11-23T03:07:09.6542584Z test_GLU_dim (__main__.TestNN) ... ok (0.025s) 2022-11-23T03:07:09.6543105Z test_GLU_dim_cuda (__main__.TestNN) ... ok (0.016s) 2022-11-23T03:07:09.6543635Z test_GLU_no_batch_dim (__main__.TestNN) ... ok (0.017s) 2022-11-23T03:07:09.6544279Z test_GLU_no_batch_dim_cuda (__main__.TestNN) ... ok (0.016s) 2022-11-23T03:07:09.6544921Z test_GroupNorm_1d_affine (__main__.TestNN) ... ok (0.056s) 2022-11-23T03:07:09.6545588Z test_GroupNorm_1d_affine_GN (__main__.TestNN) ... ok (0.058s) 2022-11-23T03:07:09.6546211Z test_GroupNorm_1d_affine_GN_cuda (__main__.TestNN) ... ok (0.030s) 2022-11-23T03:07:09.6546970Z test_GroupNorm_1d_affine_GN_eval (__main__.TestNN) ... ok (0.058s) 2022-11-23T03:07:09.6547615Z test_GroupNorm_1d_affine_GN_eval_cuda (__main__.TestNN) ... ok (0.042s) 2022-11-23T03:07:09.6548247Z test_GroupNorm_1d_affine_cuda (__main__.TestNN) ... ok (0.040s) 2022-11-23T03:07:09.6548853Z test_GroupNorm_1d_affine_eval (__main__.TestNN) ... ok (0.064s) 2022-11-23T03:07:09.6549469Z test_GroupNorm_1d_affine_eval_cuda (__main__.TestNN) ... ok (0.031s) 2022-11-23T03:07:09.6550125Z test_GroupNorm_1d_affine_large_batch_cuda (__main__.TestNN) ... ok (0.051s) 2022-11-23T03:07:09.6550989Z test_GroupNorm_1d_affine_large_batch_eval_cuda (__main__.TestNN) ... ok (0.041s) 2022-11-23T03:07:09.6551718Z test_GroupNorm_1d_no_affine_IN (__main__.TestNN) ... ok (0.029s) 2022-11-23T03:07:09.6552435Z test_GroupNorm_1d_no_affine_IN_cuda (__main__.TestNN) ... ok (0.025s) 2022-11-23T03:07:09.6553073Z test_GroupNorm_1d_no_affine_IN_eval (__main__.TestNN) ... ok (0.026s) 2022-11-23T03:07:09.6553732Z test_GroupNorm_1d_no_affine_IN_eval_cuda (__main__.TestNN) ... ok (0.017s) 2022-11-23T03:07:09.6554368Z test_GroupNorm_1d_no_affine_LN (__main__.TestNN) ... ok (0.029s) 2022-11-23T03:07:09.6554988Z test_GroupNorm_1d_no_affine_LN_cuda (__main__.TestNN) ... ok (0.024s) 2022-11-23T03:07:09.6555600Z test_GroupNorm_1d_no_affine_LN_eval (__main__.TestNN) ... ok (0.026s) 2022-11-23T03:07:09.6556256Z test_GroupNorm_1d_no_affine_LN_eval_cuda (__main__.TestNN) ... ok (0.026s) 2022-11-23T03:07:09.6556884Z test_GroupNorm_2d_affine (__main__.TestNN) ... ok (0.063s) 2022-11-23T03:07:09.6557570Z test_GroupNorm_2d_affine_cuda (__main__.TestNN) ... ok (0.040s) 2022-11-23T03:07:09.6558244Z test_GroupNorm_2d_affine_eval (__main__.TestNN) ... ok (0.062s) 2022-11-23T03:07:09.6558946Z test_GroupNorm_2d_affine_eval_cuda (__main__.TestNN) ... ok (0.033s) 2022-11-23T03:07:09.6559582Z test_GroupNorm_2d_affine_large_feature_cuda (__main__.TestNN) ... ok (0.058s) 2022-11-23T03:07:09.6560289Z test_GroupNorm_2d_affine_large_feature_eval_cuda (__main__.TestNN) ... ok (0.063s) 2022-11-23T03:07:09.6560948Z test_GroupNorm_2d_no_affine_IN (__main__.TestNN) ... ok (0.027s) 2022-11-23T03:07:09.6561574Z test_GroupNorm_2d_no_affine_IN_cuda (__main__.TestNN) ... ok (0.028s) 2022-11-23T03:07:09.6562207Z test_GroupNorm_2d_no_affine_IN_eval (__main__.TestNN) ... ok (0.027s) 2022-11-23T03:07:09.6562859Z test_GroupNorm_2d_no_affine_IN_eval_cuda (__main__.TestNN) ... ok (0.026s) 2022-11-23T03:07:09.6563469Z test_GroupNorm_2d_no_affine_LN (__main__.TestNN) ... ok (0.024s) 2022-11-23T03:07:09.6564177Z test_GroupNorm_2d_no_affine_LN_cuda (__main__.TestNN) ... ok (0.029s) 2022-11-23T03:07:09.6564895Z test_GroupNorm_2d_no_affine_LN_eval (__main__.TestNN) ... ok (0.030s) 2022-11-23T03:07:09.6565684Z test_GroupNorm_2d_no_affine_LN_eval_cuda (__main__.TestNN) ... ok (0.030s) 2022-11-23T03:07:09.6566375Z test_GroupNorm_2d_no_affine_large_feature_cuda (__main__.TestNN) ... ok (0.088s) 2022-11-23T03:07:09.6567085Z test_GroupNorm_2d_no_affine_large_feature_eval_cuda (__main__.TestNN) ... ok (0.082s) 2022-11-23T03:07:09.6567680Z test_Hardshrink (__main__.TestNN) ... ok (0.029s) 2022-11-23T03:07:09.6568239Z test_Hardshrink_cuda (__main__.TestNN) ... ok (0.021s) 2022-11-23T03:07:09.6568823Z test_Hardshrink_no_batch_dim (__main__.TestNN) ... ok (0.010s) 2022-11-23T03:07:09.6569446Z test_Hardshrink_no_batch_dim_cuda (__main__.TestNN) ... ok (0.024s) 2022-11-23T03:07:09.6570051Z test_Hardshrink_scalar (__main__.TestNN) ... ok (0.018s) 2022-11-23T03:07:09.6570706Z test_Hardshrink_scalar_cuda (__main__.TestNN) ... ok (0.010s) 2022-11-23T03:07:09.6571355Z test_Hardsigmoid_no_batch_dim (__main__.TestNN) ... ok (0.011s) 2022-11-23T03:07:09.6572056Z test_Hardsigmoid_no_batch_dim_cuda (__main__.TestNN) ... ok (0.019s) 2022-11-23T03:07:09.6572675Z test_Hardswish_no_batch_dim (__main__.TestNN) ... ok (0.012s) 2022-11-23T03:07:09.6573428Z test_Hardswish_no_batch_dim_cuda (__main__.TestNN) ... ok (0.010s) 2022-11-23T03:07:09.6574000Z test_Hardtanh (__main__.TestNN) ... ok (0.026s) 2022-11-23T03:07:09.6574530Z test_Hardtanh_cuda (__main__.TestNN) ... ok (0.017s) 2022-11-23T03:07:09.6575074Z test_Hardtanh_no_batch_dim (__main__.TestNN) ... ok (0.012s) 2022-11-23T03:07:09.6575672Z test_Hardtanh_no_batch_dim_cuda (__main__.TestNN) ... ok (0.016s) 2022-11-23T03:07:09.6576257Z test_Hardtanh_scalar (__main__.TestNN) ... ok (0.012s) 2022-11-23T03:07:09.6576893Z test_Hardtanh_scalar_cuda (__main__.TestNN) ... ok (0.009s) 2022-11-23T03:07:09.6577617Z test_HingeEmbeddingLoss (__main__.TestNN) ... ok (0.010s) 2022-11-23T03:07:09.6578431Z test_HingeEmbeddingLoss_cuda_double (__main__.TestNN) ... ok (0.003s) 2022-11-23T03:07:09.6579067Z test_HingeEmbeddingLoss_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-11-23T03:07:09.6579717Z test_HingeEmbeddingLoss_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-11-23T03:07:09.6580374Z test_HingeEmbeddingLoss_margin (__main__.TestNN) ... ok (0.010s) 2022-11-23T03:07:09.6581045Z test_HingeEmbeddingLoss_margin_cuda_double (__main__.TestNN) ... ok (0.003s) 2022-11-23T03:07:09.6581741Z test_HingeEmbeddingLoss_margin_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-11-23T03:07:09.6582438Z test_HingeEmbeddingLoss_margin_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-11-23T03:07:09.6583102Z test_HingeEmbeddingLoss_margin_no_reduce (__main__.TestNN) ... ok (0.014s) 2022-11-23T03:07:09.6583927Z test_HingeEmbeddingLoss_margin_no_reduce_cuda (__main__.TestNN) ... ok (0.017s) 2022-11-23T03:07:09.6584788Z test_HingeEmbeddingLoss_margin_sum_reduction (__main__.TestNN) ... ok (0.006s) 2022-11-23T03:07:09.6585542Z test_HingeEmbeddingLoss_margin_sum_reduction_cuda_double (__main__.TestNN) ... ok (0.010s) 2022-11-23T03:07:09.6586317Z test_HingeEmbeddingLoss_margin_sum_reduction_cuda_float (__main__.TestNN) ... ok (0.004s) 2022-11-23T03:07:09.6587081Z test_HingeEmbeddingLoss_margin_sum_reduction_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-11-23T03:07:09.6587791Z test_HingeEmbeddingLoss_no_batch_dim_mean (__main__.TestNN) ... ok (0.010s) 2022-11-23T03:07:09.6588512Z test_HingeEmbeddingLoss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... ok (0.003s) 2022-11-23T03:07:09.6589251Z test_HingeEmbeddingLoss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-11-23T03:07:09.6590064Z test_HingeEmbeddingLoss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-11-23T03:07:09.6590785Z test_HingeEmbeddingLoss_no_batch_dim_none (__main__.TestNN) ... ok (0.009s) 2022-11-23T03:07:09.6591653Z test_HingeEmbeddingLoss_no_batch_dim_none_cuda_double (__main__.TestNN) ... ok (0.004s) 2022-11-23T03:07:09.6592413Z test_HingeEmbeddingLoss_no_batch_dim_none_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-11-23T03:07:09.6593131Z test_HingeEmbeddingLoss_no_batch_dim_none_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-11-23T03:07:09.6593841Z test_HingeEmbeddingLoss_no_batch_dim_sum (__main__.TestNN) ... ok (0.009s) 2022-11-23T03:07:09.6594563Z test_HingeEmbeddingLoss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... ok (0.003s) 2022-11-23T03:07:09.6595312Z test_HingeEmbeddingLoss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-11-23T03:07:09.6596049Z test_HingeEmbeddingLoss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-11-23T03:07:09.6596744Z test_HingeEmbeddingLoss_no_reduce (__main__.TestNN) ... ok (0.013s) 2022-11-23T03:07:09.6597487Z test_HingeEmbeddingLoss_no_reduce_cuda (__main__.TestNN) ... ok (0.019s) 2022-11-23T03:07:09.6598317Z test_HingeEmbeddingLoss_scalar_margin (__main__.TestNN) ... ok (0.000s) 2022-11-23T03:07:09.6599041Z test_HingeEmbeddingLoss_scalar_margin_cuda_double (__main__.TestNN) ... ok (0.010s) 2022-11-23T03:07:09.6599785Z test_HingeEmbeddingLoss_scalar_margin_cuda_float (__main__.TestNN) ... ok (0.000s) 2022-11-23T03:07:09.6600525Z test_HingeEmbeddingLoss_scalar_margin_cuda_half (__main__.TestNN) ... ok (0.000s) 2022-11-23T03:07:09.6601427Z test_HingeEmbeddingLoss_scalar_margin_sum_reduction (__main__.TestNN) ... ok (0.010s) 2022-11-23T03:07:09.6602224Z test_HingeEmbeddingLoss_scalar_margin_sum_reduction_cuda_double (__main__.TestNN) ... ok (0.010s) 2022-11-23T03:07:09.6603022Z test_HingeEmbeddingLoss_scalar_margin_sum_reduction_cuda_float (__main__.TestNN) ... ok (0.000s) 2022-11-23T03:07:09.6603911Z test_HingeEmbeddingLoss_scalar_margin_sum_reduction_cuda_half (__main__.TestNN) ... ok (0.000s) 2022-11-23T03:07:09.6604784Z test_HingeEmbeddingLoss_sum_reduction (__main__.TestNN) ... ok (0.015s) 2022-11-23T03:07:09.6605618Z test_HingeEmbeddingLoss_sum_reduction_cuda_double (__main__.TestNN) ... ok (0.004s) 2022-11-23T03:07:09.6606389Z test_HingeEmbeddingLoss_sum_reduction_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-11-23T03:07:09.6607204Z test_HingeEmbeddingLoss_sum_reduction_cuda_half (__main__.TestNN) ... ok (0.004s) 2022-11-23T03:07:09.6607811Z test_HuberLoss (__main__.TestNN) ... ok (0.018s) 2022-11-23T03:07:09.6608389Z test_HuberLoss_cuda_bfloat16 (__main__.TestNN) ... ok (0.003s) 2022-11-23T03:07:09.6608991Z test_HuberLoss_cuda_double (__main__.TestNN) ... ok (0.003s) 2022-11-23T03:07:09.6609583Z test_HuberLoss_cuda_float (__main__.TestNN) ... ok (0.005s) 2022-11-23T03:07:09.6610251Z test_HuberLoss_cuda_half (__main__.TestNN) ... ok (0.000s) 2022-11-23T03:07:09.6610916Z test_HuberLoss_delta (__main__.TestNN) ... ok (0.139s) 2022-11-23T03:07:09.6611548Z test_HuberLoss_delta_cuda (__main__.TestNN) ... ok (0.015s) 2022-11-23T03:07:09.6612166Z test_HuberLoss_no_batch_dim_mean (__main__.TestNN) ... ok (0.009s) 2022-11-23T03:07:09.6612824Z test_HuberLoss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... ok (0.002s) 2022-11-23T03:07:09.6613511Z test_HuberLoss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-11-23T03:07:09.6614185Z test_HuberLoss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-11-23T03:07:09.6614839Z test_HuberLoss_no_batch_dim_none (__main__.TestNN) ... ok (0.008s) 2022-11-23T03:07:09.6615476Z test_HuberLoss_no_batch_dim_none_cuda_double (__main__.TestNN) ... ok (0.003s) 2022-11-23T03:07:09.6616232Z test_HuberLoss_no_batch_dim_none_cuda_float (__main__.TestNN) ... ok (0.004s) 2022-11-23T03:07:09.6616981Z test_HuberLoss_no_batch_dim_none_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-11-23T03:07:09.6617702Z test_HuberLoss_no_batch_dim_sum (__main__.TestNN) ... ok (0.010s) 2022-11-23T03:07:09.6618415Z test_HuberLoss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... ok (0.002s) 2022-11-23T03:07:09.6619090Z test_HuberLoss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-11-23T03:07:09.6619756Z test_HuberLoss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... ok (0.000s) 2022-11-23T03:07:09.6620380Z test_HuberLoss_sum_reduction (__main__.TestNN) ... ok (0.006s) 2022-11-23T03:07:09.6621034Z test_HuberLoss_sum_reduction_cuda_bfloat16 (__main__.TestNN) ... ok (0.010s) 2022-11-23T03:07:09.6621726Z test_HuberLoss_sum_reduction_cuda_double (__main__.TestNN) ... ok (0.000s) 2022-11-23T03:07:09.6622400Z test_HuberLoss_sum_reduction_cuda_float (__main__.TestNN) ... ok (0.000s) 2022-11-23T03:07:09.6623068Z test_HuberLoss_sum_reduction_cuda_half (__main__.TestNN) ... ok (0.010s) 2022-11-23T03:07:09.6623770Z test_InstanceNorm1d (__main__.TestNN) ... ok (0.031s) 2022-11-23T03:07:09.6624484Z test_InstanceNorm1d_cuda (__main__.TestNN) ... ok (0.024s) 2022-11-23T03:07:09.6625081Z test_InstanceNorm1d_eval (__main__.TestNN) ... ok (0.035s) 2022-11-23T03:07:09.6625693Z test_InstanceNorm1d_eval_cuda (__main__.TestNN) ... ok (0.026s) 2022-11-23T03:07:09.6626325Z test_InstanceNorm1d_no_batch_dim (__main__.TestNN) ... ok (0.025s) 2022-11-23T03:07:09.6626973Z test_InstanceNorm1d_no_batch_dim_cuda (__main__.TestNN) ... ok (0.030s) 2022-11-23T03:07:09.6627638Z test_InstanceNorm1d_no_batch_dim_eval (__main__.TestNN) ... ok (0.033s) 2022-11-23T03:07:09.6628435Z test_InstanceNorm1d_no_batch_dim_eval_cuda (__main__.TestNN) ... ok (0.025s) 2022-11-23T03:07:09.6629104Z test_InstanceNorm1d_tracking_stats (__main__.TestNN) ... ok (0.036s) 2022-11-23T03:07:09.6629773Z test_InstanceNorm1d_tracking_stats_cuda (__main__.TestNN) ... ok (0.026s) 2022-11-23T03:07:09.6630543Z test_InstanceNorm1d_tracking_stats_eval (__main__.TestNN) ... ok (0.026s) 2022-11-23T03:07:09.6631392Z test_InstanceNorm1d_tracking_stats_eval_cuda (__main__.TestNN) ... ok (0.026s) 2022-11-23T03:07:09.6632115Z test_InstanceNorm1d_tracking_stats_no_batch_dim (__main__.TestNN) ... ok (0.029s) 2022-11-23T03:07:09.6632937Z test_InstanceNorm1d_tracking_stats_no_batch_dim_cuda (__main__.TestNN) ... ok (0.026s) 2022-11-23T03:07:09.6633703Z test_InstanceNorm1d_tracking_stats_no_batch_dim_eval (__main__.TestNN) ... ok (0.039s) 2022-11-23T03:07:09.6634455Z test_InstanceNorm1d_tracking_stats_no_batch_dim_eval_cuda (__main__.TestNN) ... ok (0.024s) 2022-11-23T03:07:09.6635118Z test_InstanceNorm2d (__main__.TestNN) ... ok (0.018s) 2022-11-23T03:07:09.6635691Z test_InstanceNorm2d_cuda (__main__.TestNN) ... ok (0.020s) 2022-11-23T03:07:09.6636272Z test_InstanceNorm2d_eval (__main__.TestNN) ... ok (0.027s) 2022-11-23T03:07:09.6636927Z test_InstanceNorm2d_eval_cuda (__main__.TestNN) ... ok (0.023s) 2022-11-23T03:07:09.6637615Z test_InstanceNorm2d_no_batch_dim (__main__.TestNN) ... ok (0.030s) 2022-11-23T03:07:09.6638334Z test_InstanceNorm2d_no_batch_dim_cuda (__main__.TestNN) ... ok (0.027s) 2022-11-23T03:07:09.6639023Z test_InstanceNorm2d_no_batch_dim_eval (__main__.TestNN) ... ok (0.031s) 2022-11-23T03:07:09.6639696Z test_InstanceNorm2d_no_batch_dim_eval_cuda (__main__.TestNN) ... ok (0.020s) 2022-11-23T03:07:09.6640351Z test_InstanceNorm2d_tracking_stats (__main__.TestNN) ... ok (0.046s) 2022-11-23T03:07:09.6640986Z test_InstanceNorm2d_tracking_stats_cuda (__main__.TestNN) ... ok (0.017s) 2022-11-23T03:07:09.6641668Z test_InstanceNorm2d_tracking_stats_eval (__main__.TestNN) ... ok (0.036s) 2022-11-23T03:07:09.6642357Z test_InstanceNorm2d_tracking_stats_eval_cuda (__main__.TestNN) ... ok (0.023s) 2022-11-23T03:07:09.6643067Z test_InstanceNorm2d_tracking_stats_no_batch_dim (__main__.TestNN) ... ok (0.029s) 2022-11-23T03:07:09.6643878Z test_InstanceNorm2d_tracking_stats_no_batch_dim_cuda (__main__.TestNN) ... ok (0.026s) 2022-11-23T03:07:09.6644736Z test_InstanceNorm2d_tracking_stats_no_batch_dim_eval (__main__.TestNN) ... ok (0.037s) 2022-11-23T03:07:09.6645496Z test_InstanceNorm2d_tracking_stats_no_batch_dim_eval_cuda (__main__.TestNN) ... ok (0.023s) 2022-11-23T03:07:09.6646130Z test_InstanceNorm3d (__main__.TestNN) ... ok (0.037s) 2022-11-23T03:07:09.6646715Z test_InstanceNorm3d_cuda (__main__.TestNN) ... ok (0.023s) 2022-11-23T03:07:09.6647374Z test_InstanceNorm3d_eval (__main__.TestNN) ... ok (0.022s) 2022-11-23T03:07:09.6647974Z test_InstanceNorm3d_eval_cuda (__main__.TestNN) ... ok (0.031s) 2022-11-23T03:07:09.6648602Z test_InstanceNorm3d_no_batch_dim (__main__.TestNN) ... ok (0.033s) 2022-11-23T03:07:09.6649249Z test_InstanceNorm3d_no_batch_dim_cuda (__main__.TestNN) ... ok (0.020s) 2022-11-23T03:07:09.6649944Z test_InstanceNorm3d_no_batch_dim_eval (__main__.TestNN) ... ok (0.020s) 2022-11-23T03:07:09.6650661Z test_InstanceNorm3d_no_batch_dim_eval_cuda (__main__.TestNN) ... ok (0.028s) 2022-11-23T03:07:09.6651393Z test_InstanceNorm3d_tracking_stats (__main__.TestNN) ... ok (0.037s) 2022-11-23T03:07:09.6652117Z test_InstanceNorm3d_tracking_stats_cuda (__main__.TestNN) ... ok (0.025s) 2022-11-23T03:07:09.6652797Z test_InstanceNorm3d_tracking_stats_eval (__main__.TestNN) ... ok (0.032s) 2022-11-23T03:07:09.6653486Z test_InstanceNorm3d_tracking_stats_eval_cuda (__main__.TestNN) ... ok (0.031s) 2022-11-23T03:07:09.6654169Z test_InstanceNorm3d_tracking_stats_no_batch_dim (__main__.TestNN) ... ok (0.028s) 2022-11-23T03:07:09.6654888Z test_InstanceNorm3d_tracking_stats_no_batch_dim_cuda (__main__.TestNN) ... ok (0.035s) 2022-11-23T03:07:09.6655764Z test_InstanceNorm3d_tracking_stats_no_batch_dim_eval (__main__.TestNN) ... ok (0.030s) 2022-11-23T03:07:09.6656617Z test_InstanceNorm3d_tracking_stats_no_batch_dim_eval_cuda (__main__.TestNN) ... ok (0.031s) 2022-11-23T03:07:09.6658404Z test_KLDivLoss (__main__.TestNN) ... 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:07:09.6659687Z warnings.warn( 2022-11-23T03:07:09.6660959Z 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:07:09.6662122Z warnings.warn( 2022-11-23T03:07:09.6663505Z 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:07:09.6664862Z warnings.warn( 2022-11-23T03:07:09.6665203Z ok (0.010s) 2022-11-23T03:07:09.6665682Z test_KLDivLoss_batch_mean (__main__.TestNN) ... ok (0.000s) 2022-11-23T03:07:09.6666298Z test_KLDivLoss_batch_mean_log_target (__main__.TestNN) ... ok (0.000s) 2022-11-23T03:07:09.6666915Z test_KLDivLoss_cuda_double (__main__.TestNN) ... ok (0.010s) 2022-11-23T03:07:09.6667513Z test_KLDivLoss_cuda_float (__main__.TestNN) ... ok (0.000s) 2022-11-23T03:07:09.6668075Z test_KLDivLoss_cuda_half (__main__.TestNN) ... ok (0.012s) 2022-11-23T03:07:09.6669616Z test_KLDivLoss_log_target (__main__.TestNN) ... 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:07:09.6671053Z warnings.warn( 2022-11-23T03:07:09.6672335Z 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:07:09.6673513Z warnings.warn( 2022-11-23T03:07:09.6673871Z ok (0.014s) 2022-11-23T03:07:09.6704496Z test_KLDivLoss_log_target_cuda_double (__main__.TestNN) ... ok (0.004s) 2022-11-23T03:07:09.6705173Z test_KLDivLoss_log_target_cuda_float (__main__.TestNN) ... ok (0.005s) 2022-11-23T03:07:09.6705822Z test_KLDivLoss_log_target_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-11-23T03:07:09.6706546Z test_KLDivLoss_log_target_sum_reduction (__main__.TestNN) ... ok (0.011s) 2022-11-23T03:07:09.6707263Z test_KLDivLoss_log_target_sum_reduction_cuda_double (__main__.TestNN) ... ok (0.000s) 2022-11-23T03:07:09.6707982Z test_KLDivLoss_log_target_sum_reduction_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-11-23T03:07:09.6708700Z test_KLDivLoss_log_target_sum_reduction_cuda_half (__main__.TestNN) ... ok (0.000s) 2022-11-23T03:07:09.6709373Z test_KLDivLoss_no_batch_dim_mean (__main__.TestNN) ... ok (0.010s) 2022-11-23T03:07:09.6710099Z test_KLDivLoss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... ok (0.005s) 2022-11-23T03:07:09.6711083Z test_KLDivLoss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-11-23T03:07:09.6711834Z test_KLDivLoss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-11-23T03:07:09.6712458Z test_KLDivLoss_no_batch_dim_none (__main__.TestNN) ... ok (0.006s) 2022-11-23T03:07:09.6713120Z test_KLDivLoss_no_batch_dim_none_cuda_double (__main__.TestNN) ... ok (0.010s) 2022-11-23T03:07:09.6713797Z test_KLDivLoss_no_batch_dim_none_cuda_float (__main__.TestNN) ... ok (0.000s) 2022-11-23T03:07:09.6714470Z test_KLDivLoss_no_batch_dim_none_cuda_half (__main__.TestNN) ... ok (0.000s) 2022-11-23T03:07:09.6715218Z test_KLDivLoss_no_batch_dim_sum (__main__.TestNN) ... ok (0.010s) 2022-11-23T03:07:09.6715896Z test_KLDivLoss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... ok (0.010s) 2022-11-23T03:07:09.6716568Z test_KLDivLoss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... ok (0.000s) 2022-11-23T03:07:09.6717273Z test_KLDivLoss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... ok (0.000s) 2022-11-23T03:07:09.6717975Z test_KLDivLoss_no_reduce (__main__.TestNN) ... ok (0.042s) 2022-11-23T03:07:09.6718641Z test_KLDivLoss_no_reduce_cuda (__main__.TestNN) ... ok (0.020s) 2022-11-23T03:07:09.6719264Z test_KLDivLoss_no_reduce_log_target (__main__.TestNN) ... ok (0.035s) 2022-11-23T03:07:09.6719921Z test_KLDivLoss_no_reduce_log_target_cuda (__main__.TestNN) ... ok (0.023s) 2022-11-23T03:07:09.6720565Z test_KLDivLoss_no_reduce_scalar (__main__.TestNN) ... ok (0.019s) 2022-11-23T03:07:09.6721181Z test_KLDivLoss_no_reduce_scalar_cuda (__main__.TestNN) ... ok (0.011s) 2022-11-23T03:07:09.6721929Z test_KLDivLoss_no_reduce_scalar_log_target (__main__.TestNN) ... ok (0.016s) 2022-11-23T03:07:09.6722623Z test_KLDivLoss_no_reduce_scalar_log_target_cuda (__main__.TestNN) ... ok (0.006s) 2022-11-23T03:07:09.6724237Z test_KLDivLoss_scalar (__main__.TestNN) ... 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:07:09.6725853Z warnings.warn( 2022-11-23T03:07:09.6727143Z 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:07:09.6728332Z warnings.warn( 2022-11-23T03:07:09.6729599Z 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:07:09.6730867Z warnings.warn( 2022-11-23T03:07:09.6731208Z ok (0.020s) 2022-11-23T03:07:09.6731835Z test_KLDivLoss_scalar_cuda_double (__main__.TestNN) ... ok (0.004s) 2022-11-23T03:07:09.6732484Z test_KLDivLoss_scalar_cuda_float (__main__.TestNN) ... ok (0.005s) 2022-11-23T03:07:09.6733110Z test_KLDivLoss_scalar_cuda_half (__main__.TestNN) ... ok (0.004s) 2022-11-23T03:07:09.6734623Z test_KLDivLoss_scalar_log_target (__main__.TestNN) ... 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:07:09.6735917Z warnings.warn( 2022-11-23T03:07:09.6737416Z 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:07:09.6738726Z warnings.warn( 2022-11-23T03:07:09.6739070Z ok (0.012s) 2022-11-23T03:07:09.6739607Z test_KLDivLoss_scalar_log_target_cuda_double (__main__.TestNN) ... ok (0.003s) 2022-11-23T03:07:09.6740302Z test_KLDivLoss_scalar_log_target_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-11-23T03:07:09.6741108Z test_KLDivLoss_scalar_log_target_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-11-23T03:07:09.6741830Z test_KLDivLoss_scalar_log_target_sum_reduction (__main__.TestNN) ... ok (0.006s) 2022-11-23T03:07:09.6742562Z test_KLDivLoss_scalar_log_target_sum_reduction_cuda_double (__main__.TestNN) ... ok (0.000s) 2022-11-23T03:07:09.6743304Z test_KLDivLoss_scalar_log_target_sum_reduction_cuda_float (__main__.TestNN) ... ok (0.013s) 2022-11-23T03:07:09.6744159Z test_KLDivLoss_scalar_log_target_sum_reduction_cuda_half (__main__.TestNN) ... ok (0.004s) 2022-11-23T03:07:09.6745008Z test_KLDivLoss_scalar_sum_reduction (__main__.TestNN) ... ok (0.009s) 2022-11-23T03:07:09.6745688Z test_KLDivLoss_scalar_sum_reduction_cuda_double (__main__.TestNN) ... ok (0.004s) 2022-11-23T03:07:09.6746402Z test_KLDivLoss_scalar_sum_reduction_cuda_float (__main__.TestNN) ... ok (0.004s) 2022-11-23T03:07:09.6747102Z test_KLDivLoss_scalar_sum_reduction_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-11-23T03:07:09.6747749Z test_KLDivLoss_sum_reduction (__main__.TestNN) ... ok (0.008s) 2022-11-23T03:07:09.6748371Z test_KLDivLoss_sum_reduction_cuda_double (__main__.TestNN) ... ok (0.003s) 2022-11-23T03:07:09.6749031Z test_KLDivLoss_sum_reduction_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-11-23T03:07:09.6749690Z test_KLDivLoss_sum_reduction_cuda_half (__main__.TestNN) ... ok (0.002s) 2022-11-23T03:07:09.6750428Z test_KLDivLoss_with_log_target_no_reduce (__main__.TestNN) ... ok (0.027s) 2022-11-23T03:07:09.6751112Z test_KLDivLoss_with_log_target_no_reduce_cuda (__main__.TestNN) ... ok (0.024s) 2022-11-23T03:07:09.6751930Z test_KLDivLoss_with_target_no_reduce (__main__.TestNN) ... ok (0.019s) 2022-11-23T03:07:09.6752569Z test_KLDivLoss_with_target_no_reduce_cuda (__main__.TestNN) ... ok (0.019s) 2022-11-23T03:07:09.6753146Z test_L1Loss (__main__.TestNN) ... ok (0.014s) 2022-11-23T03:07:09.6753686Z test_L1Loss_cuda_cdouble (__main__.TestNN) ... ok (0.374s) 2022-11-23T03:07:09.6754256Z test_L1Loss_cuda_cfloat (__main__.TestNN) ... ok (0.562s) 2022-11-23T03:07:09.6754824Z test_L1Loss_cuda_double (__main__.TestNN) ... ok (0.003s) 2022-11-23T03:07:09.6755376Z test_L1Loss_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-11-23T03:07:09.6755908Z test_L1Loss_cuda_half (__main__.TestNN) ... ok (0.004s) 2022-11-23T03:07:09.6756480Z test_L1Loss_no_batch_dim_mean (__main__.TestNN) ... ok (0.008s) 2022-11-23T03:07:09.6757154Z test_L1Loss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... ok (0.003s) 2022-11-23T03:07:09.6757835Z test_L1Loss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... ok (0.002s) 2022-11-23T03:07:09.6758542Z test_L1Loss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... ok (0.002s) 2022-11-23T03:07:09.6759220Z test_L1Loss_no_batch_dim_none (__main__.TestNN) ... ok (0.003s) 2022-11-23T03:07:09.6759821Z test_L1Loss_no_batch_dim_none_cuda_double (__main__.TestNN) ... ok (0.000s) 2022-11-23T03:07:09.6760481Z test_L1Loss_no_batch_dim_none_cuda_float (__main__.TestNN) ... ok (0.000s) 2022-11-23T03:07:09.6761116Z test_L1Loss_no_batch_dim_none_cuda_half (__main__.TestNN) ... ok (0.000s) 2022-11-23T03:07:09.6761728Z test_L1Loss_no_batch_dim_sum (__main__.TestNN) ... ok (0.015s) 2022-11-23T03:07:09.6762358Z test_L1Loss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... ok (0.003s) 2022-11-23T03:07:09.6762808Z test_L1Loss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-11-23T03:07:09.6763105Z test_L1Loss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-11-23T03:07:09.6763363Z test_L1Loss_no_reduce (__main__.TestNN) ... ok (0.020s) 2022-11-23T03:07:09.6763645Z test_L1Loss_no_reduce_complex (__main__.TestNN) ... ok (0.036s) 2022-11-23T03:07:09.6763916Z test_L1Loss_no_reduce_complex_cuda (__main__.TestNN) ... ok (0.020s) 2022-11-23T03:07:09.6764244Z test_L1Loss_no_reduce_cuda (__main__.TestNN) ... ok (0.018s) 2022-11-23T03:07:09.6764626Z test_L1Loss_no_reduce_scalar (__main__.TestNN) ... ok (0.010s) 2022-11-23T03:07:09.6764937Z test_L1Loss_no_reduce_scalar_cuda (__main__.TestNN) ... ok (0.010s) 2022-11-23T03:07:09.6765185Z test_L1Loss_scalar (__main__.TestNN) ... ok (0.015s) 2022-11-23T03:07:09.6765524Z test_L1Loss_scalar_cuda_cdouble (__main__.TestNN) ... ok (0.004s) 2022-11-23T03:07:09.6765865Z test_L1Loss_scalar_cuda_cfloat (__main__.TestNN) ... ok (0.004s) 2022-11-23T03:07:09.6766138Z test_L1Loss_scalar_cuda_double (__main__.TestNN) ... ok (0.004s) 2022-11-23T03:07:09.6766410Z test_L1Loss_scalar_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-11-23T03:07:09.6766680Z test_L1Loss_scalar_cuda_half (__main__.TestNN) ... ok (0.004s) 2022-11-23T03:07:09.6766920Z test_LPPool1d (__main__.TestNN) ... ok (0.026s) 2022-11-23T03:07:09.6767168Z test_LPPool1d_cuda (__main__.TestNN) ... ok (0.037s) 2022-11-23T03:07:09.6767440Z test_LPPool1d_no_batch_dim (__main__.TestNN) ... ok (0.036s) 2022-11-23T03:07:09.6767731Z test_LPPool1d_no_batch_dim_cuda (__main__.TestNN) ... ok (0.036s) 2022-11-23T03:07:09.6767978Z test_LPPool1d_norm (__main__.TestNN) ... ok (0.028s) 2022-11-23T03:07:09.6768220Z test_LPPool1d_norm_cuda (__main__.TestNN) ... ok (0.039s) 2022-11-23T03:07:09.6768454Z test_LPPool2d (__main__.TestNN) ... ok (0.030s) 2022-11-23T03:07:09.6768699Z test_LPPool2d_cuda (__main__.TestNN) ... ok (0.027s) 2022-11-23T03:07:09.6768949Z test_LPPool2d_norm (__main__.TestNN) ... ok (0.027s) 2022-11-23T03:07:09.6769214Z test_LPPool2d_norm_cuda (__main__.TestNN) ... ok (0.034s) 2022-11-23T03:07:09.6769446Z test_LSTM_cell (__main__.TestNN) ... ok (0.011s) 2022-11-23T03:07:09.6769737Z test_LSTM_cell_forward_hidden_size (__main__.TestNN) ... ok (0.006s) 2022-11-23T03:07:09.6770034Z test_LSTM_cell_forward_input_size (__main__.TestNN) ... ok (0.003s) 2022-11-23T03:07:09.6770344Z test_LayerNorm_1d_elementwise_affine (__main__.TestNN) ... ok (0.054s) 2022-11-23T03:07:09.6770665Z test_LayerNorm_1d_elementwise_affine_cuda (__main__.TestNN) ... ok (0.032s) 2022-11-23T03:07:09.6770981Z test_LayerNorm_1d_elementwise_affine_eval (__main__.TestNN) ... ok (0.037s) 2022-11-23T03:07:09.6771387Z test_LayerNorm_1d_elementwise_affine_eval_cuda (__main__.TestNN) ... ok (0.032s) 2022-11-23T03:07:09.6771715Z test_LayerNorm_1d_empty_elementwise_affine (__main__.TestNN) ... ok (0.038s) 2022-11-23T03:07:09.6772062Z test_LayerNorm_1d_empty_elementwise_affine_cuda (__main__.TestNN) ... ok (0.023s) 2022-11-23T03:07:09.6772445Z test_LayerNorm_1d_empty_elementwise_affine_eval (__main__.TestNN) ... ok (0.026s) 2022-11-23T03:07:09.6772859Z test_LayerNorm_1d_empty_elementwise_affine_eval_cuda (__main__.TestNN) ... ok (0.032s) 2022-11-23T03:07:09.6773178Z test_LayerNorm_1d_no_elementwise_affine (__main__.TestNN) ... ok (0.021s) 2022-11-23T03:07:09.6773485Z test_LayerNorm_1d_no_elementwise_affine_cuda (__main__.TestNN) ... ok (0.026s) 2022-11-23T03:07:09.6773813Z test_LayerNorm_1d_no_elementwise_affine_eval (__main__.TestNN) ... ok (0.030s) 2022-11-23T03:07:09.6774156Z test_LayerNorm_1d_no_elementwise_affine_eval_cuda (__main__.TestNN) ... ok (0.022s) 2022-11-23T03:07:09.6774459Z test_LayerNorm_3d_elementwise_affine (__main__.TestNN) ... ok (0.053s) 2022-11-23T03:07:09.6774776Z test_LayerNorm_3d_elementwise_affine_cuda (__main__.TestNN) ... ok (0.019s) 2022-11-23T03:07:09.6775230Z test_LayerNorm_3d_elementwise_affine_eval (__main__.TestNN) ... ok (0.056s) 2022-11-23T03:07:09.6775563Z test_LayerNorm_3d_elementwise_affine_eval_cuda (__main__.TestNN) ... ok (0.035s) 2022-11-23T03:07:09.6775876Z test_LayerNorm_3d_no_affine_large_feature (__main__.TestNN) ... ok (1.934s) 2022-11-23T03:07:09.6776199Z test_LayerNorm_3d_no_affine_large_feature_cuda (__main__.TestNN) ... ok (0.651s) 2022-11-23T03:07:09.6776523Z test_LayerNorm_3d_no_affine_large_feature_eval (__main__.TestNN) ... ok (1.958s) 2022-11-23T03:07:09.6776864Z test_LayerNorm_3d_no_affine_large_feature_eval_cuda (__main__.TestNN) ... ok (0.607s) 2022-11-23T03:07:09.6777272Z test_LayerNorm_3d_no_elementwise_affine (__main__.TestNN) ... ok (0.021s) 2022-11-23T03:07:09.6777612Z test_LayerNorm_3d_no_elementwise_affine_cuda (__main__.TestNN) ... ok (0.024s) 2022-11-23T03:07:09.6777940Z test_LayerNorm_3d_no_elementwise_affine_eval (__main__.TestNN) ... ok (0.019s) 2022-11-23T03:07:09.6778340Z test_LayerNorm_3d_no_elementwise_affine_eval_cuda (__main__.TestNN) ... ok (0.016s) 2022-11-23T03:07:09.6778587Z test_LeakyReLU (__main__.TestNN) ... ok (0.022s) 2022-11-23T03:07:09.6778834Z test_LeakyReLU_cuda (__main__.TestNN) ... ok (0.020s) 2022-11-23T03:07:09.6779085Z test_LeakyReLU_no_batch_dim (__main__.TestNN) ... ok (0.016s) 2022-11-23T03:07:09.6779447Z test_LeakyReLU_no_batch_dim_cuda (__main__.TestNN) ... ok (0.011s) 2022-11-23T03:07:09.6779788Z test_LeakyReLU_with_negval (__main__.TestNN) ... ok (0.028s) 2022-11-23T03:07:09.6780076Z test_LeakyReLU_with_negval_cuda (__main__.TestNN) ... ok (0.019s) 2022-11-23T03:07:09.6780371Z test_LeakyReLU_with_negval_scalar (__main__.TestNN) ... ok (0.014s) 2022-11-23T03:07:09.6780673Z test_LeakyReLU_with_negval_scalar_cuda (__main__.TestNN) ... ok (0.010s) 2022-11-23T03:07:09.6780957Z test_LeakyReLU_with_zero_negval (__main__.TestNN) ... ok (0.022s) 2022-11-23T03:07:09.6781254Z test_LeakyReLU_with_zero_negval_cuda (__main__.TestNN) ... ok (0.018s) 2022-11-23T03:07:09.6781483Z test_Linear (__main__.TestNN) ... ok (0.037s) 2022-11-23T03:07:09.6781724Z test_Linear_cuda (__main__.TestNN) ... ok (0.028s) 2022-11-23T03:07:09.6781987Z test_Linear_no_batch_dim (__main__.TestNN) ... ok (0.031s) 2022-11-23T03:07:09.6782262Z test_Linear_no_batch_dim_cuda (__main__.TestNN) ... ok (0.025s) 2022-11-23T03:07:09.6782511Z test_Linear_no_bias (__main__.TestNN) ... ok (0.028s) 2022-11-23T03:07:09.6782774Z test_Linear_no_bias_cuda (__main__.TestNN) ... ok (0.025s) 2022-11-23T03:07:09.6783054Z test_LocalResponseNorm_1d (__main__.TestNN) ... ok (0.034s) 2022-11-23T03:07:09.6783330Z test_LocalResponseNorm_1d_cuda (__main__.TestNN) ... ok (0.030s) 2022-11-23T03:07:09.6783645Z test_LocalResponseNorm_2d_uneven_pad (__main__.TestNN) ... ok (0.041s) 2022-11-23T03:07:09.6783967Z test_LocalResponseNorm_2d_uneven_pad_cuda (__main__.TestNN) ... ok (0.035s) 2022-11-23T03:07:09.6784285Z test_LocalResponseNorm_3d_custom_params (__main__.TestNN) ... ok (0.043s) 2022-11-23T03:07:09.6784626Z test_LocalResponseNorm_3d_custom_params_cuda (__main__.TestNN) ... ok (0.030s) 2022-11-23T03:07:09.6784867Z test_LogSigmoid (__main__.TestNN) ... ok (0.021s) 2022-11-23T03:07:09.6785122Z test_LogSigmoid_cuda (__main__.TestNN) ... ok (0.021s) 2022-11-23T03:07:09.6785459Z test_LogSigmoid_no_batch_dim (__main__.TestNN) ... ok (0.018s) 2022-11-23T03:07:09.6785750Z test_LogSigmoid_no_batch_dim_cuda (__main__.TestNN) ... ok (0.023s) 2022-11-23T03:07:09.6786015Z test_LogSigmoid_scalar (__main__.TestNN) ... ok (0.013s) 2022-11-23T03:07:09.6786346Z test_LogSigmoid_scalar_cuda (__main__.TestNN) ... ok (0.011s) 2022-11-23T03:07:09.6786599Z test_LogSoftmax (__main__.TestNN) ... ok (0.023s) 2022-11-23T03:07:09.6786918Z test_LogSoftmax_cuda (__main__.TestNN) ... ok (0.018s) 2022-11-23T03:07:09.6787202Z test_LogSoftmax_multiparam (__main__.TestNN) ... ok (0.026s) 2022-11-23T03:07:09.6787499Z test_LogSoftmax_multiparam_cuda (__main__.TestNN) ... ok (0.024s) 2022-11-23T03:07:09.6788555Z test_LogSoftmax_multiparam_scalar (__main__.TestNN) ... ok (0.015s) 2022-11-23T03:07:09.6788844Z test_LogSoftmax_multiparam_scalar_cuda (__main__.TestNN) ... ok (0.009s) 2022-11-23T03:07:09.6789122Z test_LogSoftmax_no_batch_dim (__main__.TestNN) ... ok (0.018s) 2022-11-23T03:07:09.6789415Z test_LogSoftmax_no_batch_dim_cuda (__main__.TestNN) ... ok (0.021s) 2022-11-23T03:07:09.6789645Z test_MSELoss (__main__.TestNN) ... ok (0.011s) 2022-11-23T03:07:09.6789914Z test_MSELoss_cuda_double (__main__.TestNN) ... ok (0.000s) 2022-11-23T03:07:09.6790176Z test_MSELoss_cuda_float (__main__.TestNN) ... ok (0.000s) 2022-11-23T03:07:09.6790560Z test_MSELoss_cuda_half (__main__.TestNN) ... ok (0.000s) 2022-11-23T03:07:09.6790858Z test_MSELoss_no_batch_dim_mean (__main__.TestNN) ... ok (0.007s) 2022-11-23T03:07:09.6791169Z test_MSELoss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... ok (0.003s) 2022-11-23T03:07:09.6791480Z test_MSELoss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-11-23T03:07:09.6791849Z test_MSELoss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-11-23T03:07:09.6792131Z test_MSELoss_no_batch_dim_none (__main__.TestNN) ... ok (0.007s) 2022-11-23T03:07:09.6792537Z test_MSELoss_no_batch_dim_none_cuda_double (__main__.TestNN) ... ok (0.003s) 2022-11-23T03:07:09.6792856Z test_MSELoss_no_batch_dim_none_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-11-23T03:07:09.6793165Z test_MSELoss_no_batch_dim_none_cuda_half (__main__.TestNN) ... ok (0.002s) 2022-11-23T03:07:09.6793490Z test_MSELoss_no_batch_dim_sum (__main__.TestNN) ... ok (0.008s) 2022-11-23T03:07:09.6793788Z test_MSELoss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... ok (0.003s) 2022-11-23T03:07:09.6794097Z test_MSELoss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-11-23T03:07:09.6794457Z test_MSELoss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... ok (0.006s) 2022-11-23T03:07:09.6794732Z test_MSELoss_no_reduce (__main__.TestNN) ... ok (0.024s) 2022-11-23T03:07:09.6795003Z test_MSELoss_no_reduce_cuda (__main__.TestNN) ... ok (0.021s) 2022-11-23T03:07:09.6795280Z test_MSELoss_no_reduce_scalar (__main__.TestNN) ... ok (0.014s) 2022-11-23T03:07:09.6795571Z test_MSELoss_no_reduce_scalar_cuda (__main__.TestNN) ... ok (0.000s) 2022-11-23T03:07:09.6795820Z test_MSELoss_prec (__main__.TestNN) ... ok (0.033s) 2022-11-23T03:07:09.6796106Z test_MSELoss_prec_cuda_bfloat16 (__main__.TestNN) ... ok (0.086s) 2022-11-23T03:07:09.6796385Z test_MSELoss_prec_cuda_double (__main__.TestNN) ... ok (0.098s) 2022-11-23T03:07:09.6796668Z test_MSELoss_prec_cuda_float (__main__.TestNN) ... ok (0.081s) 2022-11-23T03:07:09.6796941Z test_MSELoss_prec_cuda_half (__main__.TestNN) ... ok (0.078s) 2022-11-23T03:07:09.6797192Z test_MSELoss_scalar (__main__.TestNN) ... ok (0.016s) 2022-11-23T03:07:09.6797478Z test_MSELoss_scalar_cuda_bfloat16 (__main__.TestNN) ... ok (0.000s) 2022-11-23T03:07:09.6797768Z test_MSELoss_scalar_cuda_double (__main__.TestNN) ... ok (0.006s) 2022-11-23T03:07:09.6798046Z test_MSELoss_scalar_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-11-23T03:07:09.6798302Z test_MSELoss_scalar_cuda_half (__main__.TestNN) ... ok (0.004s) 2022-11-23T03:07:09.6798599Z test_MSELoss_scalar_sum_reduction (__main__.TestNN) ... ok (0.014s) 2022-11-23T03:07:09.6798937Z test_MSELoss_scalar_sum_reduction_cuda_bfloat16 (__main__.TestNN) ... ok (0.004s) 2022-11-23T03:07:09.6799265Z test_MSELoss_scalar_sum_reduction_cuda_double (__main__.TestNN) ... ok (0.003s) 2022-11-23T03:07:09.6799598Z test_MSELoss_scalar_sum_reduction_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-11-23T03:07:09.6800026Z test_MSELoss_scalar_sum_reduction_cuda_half (__main__.TestNN) ... ok (0.004s) 2022-11-23T03:07:09.6800307Z test_MSELoss_sum_reduction (__main__.TestNN) ... ok (0.013s) 2022-11-23T03:07:09.6800609Z test_MSELoss_sum_reduction_cuda_double (__main__.TestNN) ... ok (0.003s) 2022-11-23T03:07:09.6801125Z test_MSELoss_sum_reduction_cuda_float (__main__.TestNN) ... ok (0.000s) 2022-11-23T03:07:09.6801485Z test_MSELoss_sum_reduction_cuda_half (__main__.TestNN) ... ok (0.008s) 2022-11-23T03:07:09.6801761Z test_MarginRankingLoss (__main__.TestNN) ... ok (0.024s) 2022-11-23T03:07:09.6802066Z test_MarginRankingLoss_cuda_double (__main__.TestNN) ... ok (0.005s) 2022-11-23T03:07:09.6802370Z test_MarginRankingLoss_cuda_float (__main__.TestNN) ... ok (0.006s) 2022-11-23T03:07:09.6802669Z test_MarginRankingLoss_cuda_half (__main__.TestNN) ... ok (0.004s) 2022-11-23T03:07:09.6802955Z test_MarginRankingLoss_margin (__main__.TestNN) ... ok (0.018s) 2022-11-23T03:07:09.6803389Z test_MarginRankingLoss_margin_cuda_double (__main__.TestNN) ... ok (0.005s) 2022-11-23T03:07:09.6803735Z test_MarginRankingLoss_margin_cuda_float (__main__.TestNN) ... ok (0.005s) 2022-11-23T03:07:09.6804032Z test_MarginRankingLoss_margin_cuda_half (__main__.TestNN) ... ok (0.005s) 2022-11-23T03:07:09.6804371Z test_MarginRankingLoss_margin_sum_reduction (__main__.TestNN) ... ok (0.011s) 2022-11-23T03:07:09.6804739Z test_MarginRankingLoss_margin_sum_reduction_cuda_double (__main__.TestNN) ... ok (0.011s) 2022-11-23T03:07:09.6805100Z test_MarginRankingLoss_margin_sum_reduction_cuda_float (__main__.TestNN) ... ok (0.005s) 2022-11-23T03:07:09.6805457Z test_MarginRankingLoss_margin_sum_reduction_cuda_half (__main__.TestNN) ... ok (0.004s) 2022-11-23T03:07:09.6805778Z test_MarginRankingLoss_no_batch_dim_mean (__main__.TestNN) ... ok (0.016s) 2022-11-23T03:07:09.6806138Z test_MarginRankingLoss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... ok (0.003s) 2022-11-23T03:07:09.6806490Z test_MarginRankingLoss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... ok (0.004s) 2022-11-23T03:07:09.6806922Z test_MarginRankingLoss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-11-23T03:07:09.6807248Z test_MarginRankingLoss_no_batch_dim_none (__main__.TestNN) ... ok (0.007s) 2022-11-23T03:07:09.6807663Z test_MarginRankingLoss_no_batch_dim_none_cuda_double (__main__.TestNN) ... ok (0.006s) 2022-11-23T03:07:09.6808075Z test_MarginRankingLoss_no_batch_dim_none_cuda_float (__main__.TestNN) ... ok (0.000s) 2022-11-23T03:07:09.6808419Z test_MarginRankingLoss_no_batch_dim_none_cuda_half (__main__.TestNN) ... ok (0.000s) 2022-11-23T03:07:09.6808734Z test_MarginRankingLoss_no_batch_dim_sum (__main__.TestNN) ... ok (0.021s) 2022-11-23T03:07:09.6809083Z test_MarginRankingLoss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... ok (0.003s) 2022-11-23T03:07:09.6809431Z test_MarginRankingLoss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-11-23T03:07:09.6809798Z test_MarginRankingLoss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-11-23T03:07:09.6810151Z test_MarginRankingLoss_sum_reduction (__main__.TestNN) ... ok (0.013s) 2022-11-23T03:07:09.6810478Z test_MarginRankingLoss_sum_reduction_cuda_double (__main__.TestNN) ... ok (0.003s) 2022-11-23T03:07:09.6810828Z test_MarginRankingLoss_sum_reduction_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-11-23T03:07:09.6811163Z test_MarginRankingLoss_sum_reduction_cuda_half (__main__.TestNN) ... ok (0.004s) 2022-11-23T03:07:09.6811398Z test_MaxPool1d (__main__.TestNN) ... ok (0.016s) 2022-11-23T03:07:09.6811649Z test_MaxPool1d_cuda (__main__.TestNN) ... ok (0.026s) 2022-11-23T03:07:09.6811931Z test_MaxPool1d_return_indices (__main__.TestNN) ... ok (0.024s) 2022-11-23T03:07:09.6812224Z test_MaxPool1d_return_indices_cuda (__main__.TestNN) ... ok (0.022s) 2022-11-23T03:07:09.6812484Z test_MaxPool1d_stride (__main__.TestNN) ... ok (0.026s) 2022-11-23T03:07:09.6812760Z test_MaxPool1d_stride_cuda (__main__.TestNN) ... ok (0.018s) 2022-11-23T03:07:09.6813024Z test_MaxPool2d_3d_input (__main__.TestNN) ... ok (0.022s) 2022-11-23T03:07:09.6813393Z test_MaxPool2d_3d_input_cuda (__main__.TestNN) ... ok (0.018s) 2022-11-23T03:07:09.6813663Z test_MaxPool2d_4d_input (__main__.TestNN) ... ok (0.026s) 2022-11-23T03:07:09.6814078Z test_MaxPool2d_4d_input_cuda (__main__.TestNN) ... ok (0.022s) 2022-11-23T03:07:09.6814440Z test_MaxPool2d_return_indices (__main__.TestNN) ... ok (0.020s) 2022-11-23T03:07:09.6814809Z test_MaxPool2d_return_indices_cuda (__main__.TestNN) ... ok (0.021s) 2022-11-23T03:07:09.6815870Z test_MaxPool3d (__main__.TestNN) ... ok (0.023s) 2022-11-23T03:07:09.6816122Z test_MaxPool3d_cuda (__main__.TestNN) ... ok (0.017s) 2022-11-23T03:07:09.6816379Z test_MaxPool3d_return_indices (__main__.TestNN) ... ok (0.028s) 2022-11-23T03:07:09.6816677Z test_MaxPool3d_return_indices_cuda (__main__.TestNN) ... ok (0.022s) 2022-11-23T03:07:09.6817049Z test_MaxPool3d_stride (__main__.TestNN) ... ok (0.021s) 2022-11-23T03:07:09.6817331Z test_MaxPool3d_stride_cuda (__main__.TestNN) ... ok (0.023s) 2022-11-23T03:07:09.6817606Z test_MaxPool3d_stride_padding (__main__.TestNN) ... ok (0.027s) 2022-11-23T03:07:09.6817890Z test_MaxPool3d_stride_padding_cuda (__main__.TestNN) ... ok (0.019s) 2022-11-23T03:07:09.6818138Z test_MaxUnpool1d_net (__main__.TestNN) ... ok (0.033s) 2022-11-23T03:07:09.6818396Z test_MaxUnpool1d_net_cuda (__main__.TestNN) ... ok (0.026s) 2022-11-23T03:07:09.6818672Z test_MaxUnpool1d_net_no_batch_dim (__main__.TestNN) ... ok (0.031s) 2022-11-23T03:07:09.6818966Z test_MaxUnpool1d_net_no_batch_dim_cuda (__main__.TestNN) ... ok (0.016s) 2022-11-23T03:07:09.6819220Z test_MaxUnpool2d_net (__main__.TestNN) ... ok (0.025s) 2022-11-23T03:07:09.6819489Z test_MaxUnpool2d_net_cuda (__main__.TestNN) ... ok (0.019s) 2022-11-23T03:07:09.6819777Z test_MaxUnpool2d_net_no_batch_dim (__main__.TestNN) ... ok (0.025s) 2022-11-23T03:07:09.6820148Z test_MaxUnpool2d_net_no_batch_dim_cuda (__main__.TestNN) ... ok (0.020s) 2022-11-23T03:07:09.6820403Z test_MaxUnpool3d_net (__main__.TestNN) ... ok (0.017s) 2022-11-23T03:07:09.6820646Z test_MaxUnpool3d_net_cuda (__main__.TestNN) ... ok (0.014s) 2022-11-23T03:07:09.6820933Z test_MaxUnpool3d_net_no_batch_dim (__main__.TestNN) ... ok (0.022s) 2022-11-23T03:07:09.6821311Z test_MaxUnpool3d_net_no_batch_dim_cuda (__main__.TestNN) ... ok (0.017s) 2022-11-23T03:07:09.6821579Z test_Mish (__main__.TestNN) ... ok (0.022s) 2022-11-23T03:07:09.6821810Z test_Mish_cuda (__main__.TestNN) ... ok (0.019s) 2022-11-23T03:07:09.6822057Z test_Mish_no_batch_dim (__main__.TestNN) ... ok (0.016s) 2022-11-23T03:07:09.6822326Z test_Mish_no_batch_dim_cuda (__main__.TestNN) ... ok (0.021s) 2022-11-23T03:07:09.6822564Z test_Mish_scalar (__main__.TestNN) ... ok (0.012s) 2022-11-23T03:07:09.6822817Z test_Mish_scalar_cuda (__main__.TestNN) ... ok (0.010s) 2022-11-23T03:07:09.6823060Z test_ModuleDict (__main__.TestNN) ... ok (0.010s) 2022-11-23T03:07:09.6823289Z test_ModuleList (__main__.TestNN) ... ok (0.026s) 2022-11-23T03:07:09.6823574Z test_MultiLabelMarginLoss (__main__.TestNN) ... ok (0.053s) 2022-11-23T03:07:09.6823893Z test_MultiLabelMarginLoss_0d_no_reduce (__main__.TestNN) ... ok (0.010s) 2022-11-23T03:07:09.6824231Z test_MultiLabelMarginLoss_0d_no_reduce_cuda (__main__.TestNN) ... ok (0.007s) 2022-11-23T03:07:09.6824523Z test_MultiLabelMarginLoss_1d (__main__.TestNN) ... ok (0.015s) 2022-11-23T03:07:09.6824851Z test_MultiLabelMarginLoss_1d_cuda_bfloat16 (__main__.TestNN) ... ok (0.006s) 2022-11-23T03:07:09.6825153Z test_MultiLabelMarginLoss_1d_cuda_double (__main__.TestNN) ... ok (0.000s) 2022-11-23T03:07:09.6825471Z test_MultiLabelMarginLoss_1d_cuda_float (__main__.TestNN) ... ok (0.000s) 2022-11-23T03:07:09.6825783Z test_MultiLabelMarginLoss_1d_cuda_half (__main__.TestNN) ... ok (0.000s) 2022-11-23T03:07:09.6826100Z test_MultiLabelMarginLoss_1d_no_reduce (__main__.TestNN) ... ok (0.020s) 2022-11-23T03:07:09.6826428Z test_MultiLabelMarginLoss_1d_no_reduce_cuda (__main__.TestNN) ... ok (0.010s) 2022-11-23T03:07:09.6826814Z test_MultiLabelMarginLoss_1d_sum_reduction (__main__.TestNN) ... ok (0.010s) 2022-11-23T03:07:09.6827196Z test_MultiLabelMarginLoss_1d_sum_reduction_cuda_bfloat16 (__main__.TestNN) ... ok (0.000s) 2022-11-23T03:07:09.6827772Z test_MultiLabelMarginLoss_1d_sum_reduction_cuda_double (__main__.TestNN) ... ok (0.000s) 2022-11-23T03:07:09.6828201Z test_MultiLabelMarginLoss_1d_sum_reduction_cuda_float (__main__.TestNN) ... ok (0.010s) 2022-11-23T03:07:09.6828561Z test_MultiLabelMarginLoss_1d_sum_reduction_cuda_half (__main__.TestNN) ... ok (0.000s) 2022-11-23T03:07:09.6828882Z test_MultiLabelMarginLoss_cuda_bfloat16 (__main__.TestNN) ... ok (0.000s) 2022-11-23T03:07:09.6829201Z test_MultiLabelMarginLoss_cuda_double (__main__.TestNN) ... ok (0.000s) 2022-11-23T03:07:09.6829620Z test_MultiLabelMarginLoss_cuda_float (__main__.TestNN) ... ok (0.010s) 2022-11-23T03:07:09.6829954Z test_MultiLabelMarginLoss_cuda_half (__main__.TestNN) ... ok (0.000s) 2022-11-23T03:07:09.6830270Z test_MultiLabelMarginLoss_index_neg (__main__.TestNN) ... ok (0.010s) 2022-11-23T03:07:09.6830599Z test_MultiLabelMarginLoss_index_neg_cuda (__main__.TestNN) ... ok (0.024s) 2022-11-23T03:07:09.6830932Z test_MultiLabelMarginLoss_no_batch_dim_mean (__main__.TestNN) ... ok (0.004s) 2022-11-23T03:07:09.6831277Z test_MultiLabelMarginLoss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... ok (0.003s) 2022-11-23T03:07:09.6831639Z test_MultiLabelMarginLoss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-11-23T03:07:09.6831995Z test_MultiLabelMarginLoss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-11-23T03:07:09.6832330Z test_MultiLabelMarginLoss_no_batch_dim_none (__main__.TestNN) ... ok (0.004s) 2022-11-23T03:07:09.6832697Z test_MultiLabelMarginLoss_no_batch_dim_none_cuda_double (__main__.TestNN) ... ok (0.003s) 2022-11-23T03:07:09.6833053Z test_MultiLabelMarginLoss_no_batch_dim_none_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-11-23T03:07:09.6833470Z test_MultiLabelMarginLoss_no_batch_dim_none_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-11-23T03:07:09.6833804Z test_MultiLabelMarginLoss_no_batch_dim_sum (__main__.TestNN) ... ok (0.003s) 2022-11-23T03:07:09.6834167Z test_MultiLabelMarginLoss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... ok (0.005s) 2022-11-23T03:07:09.6834599Z test_MultiLabelMarginLoss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-11-23T03:07:09.6835033Z test_MultiLabelMarginLoss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-11-23T03:07:09.6835348Z test_MultiLabelMarginLoss_no_reduce (__main__.TestNN) ... ok (0.044s) 2022-11-23T03:07:09.6835670Z test_MultiLabelMarginLoss_no_reduce_cuda (__main__.TestNN) ... ok (0.022s) 2022-11-23T03:07:09.6835996Z test_MultiLabelMarginLoss_sum_reduction (__main__.TestNN) ... ok (0.037s) 2022-11-23T03:07:09.6836355Z test_MultiLabelMarginLoss_sum_reduction_cuda_bfloat16 (__main__.TestNN) ... ok (0.002s) 2022-11-23T03:07:09.6836715Z test_MultiLabelMarginLoss_sum_reduction_cuda_double (__main__.TestNN) ... ok (0.003s) 2022-11-23T03:07:09.6837070Z test_MultiLabelMarginLoss_sum_reduction_cuda_float (__main__.TestNN) ... ok (0.000s) 2022-11-23T03:07:09.6837431Z test_MultiLabelMarginLoss_sum_reduction_cuda_half (__main__.TestNN) ... ok (0.006s) 2022-11-23T03:07:09.6837733Z test_MultiLabelSoftMarginLoss (__main__.TestNN) ... ok (0.000s) 2022-11-23T03:07:09.6838047Z test_MultiLabelSoftMarginLoss_cuda_double (__main__.TestNN) ... ok (0.000s) 2022-11-23T03:07:09.6838376Z test_MultiLabelSoftMarginLoss_cuda_float (__main__.TestNN) ... ok (0.016s) 2022-11-23T03:07:09.6838701Z test_MultiLabelSoftMarginLoss_cuda_half (__main__.TestNN) ... ok (0.005s) 2022-11-23T03:07:09.6839054Z test_MultiLabelSoftMarginLoss_no_batch_dim_mean (__main__.TestNN) ... ok (0.015s) 2022-11-23T03:07:09.6839436Z test_MultiLabelSoftMarginLoss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... ok (0.005s) 2022-11-23T03:07:09.6839815Z test_MultiLabelSoftMarginLoss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... ok (0.005s) 2022-11-23T03:07:09.6840254Z test_MultiLabelSoftMarginLoss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-11-23T03:07:09.6840752Z test_MultiLabelSoftMarginLoss_no_batch_dim_none (__main__.TestNN) ... ok (0.009s) 2022-11-23T03:07:09.6841214Z test_MultiLabelSoftMarginLoss_no_batch_dim_none_cuda_double (__main__.TestNN) ... ok (0.000s) 2022-11-23T03:07:09.6841649Z test_MultiLabelSoftMarginLoss_no_batch_dim_none_cuda_float (__main__.TestNN) ... ok (0.000s) 2022-11-23T03:07:09.6842018Z test_MultiLabelSoftMarginLoss_no_batch_dim_none_cuda_half (__main__.TestNN) ... ok (0.015s) 2022-11-23T03:07:09.6842360Z test_MultiLabelSoftMarginLoss_no_batch_dim_sum (__main__.TestNN) ... ok (0.013s) 2022-11-23T03:07:09.6842838Z test_MultiLabelSoftMarginLoss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... ok (0.005s) 2022-11-23T03:07:09.6843217Z test_MultiLabelSoftMarginLoss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... ok (0.006s) 2022-11-23T03:07:09.6843579Z test_MultiLabelSoftMarginLoss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... ok (0.008s) 2022-11-23T03:07:09.6843908Z test_MultiLabelSoftMarginLoss_no_reduce (__main__.TestNN) ... ok (0.028s) 2022-11-23T03:07:09.6844246Z test_MultiLabelSoftMarginLoss_no_reduce_cuda (__main__.TestNN) ... ok (0.024s) 2022-11-23T03:07:09.6844578Z test_MultiLabelSoftMarginLoss_weights (__main__.TestNN) ... ok (0.011s) 2022-11-23T03:07:09.6844935Z test_MultiLabelSoftMarginLoss_weights_cuda_double (__main__.TestNN) ... ok (0.008s) 2022-11-23T03:07:09.6845274Z test_MultiLabelSoftMarginLoss_weights_cuda_float (__main__.TestNN) ... ok (0.008s) 2022-11-23T03:07:09.6845616Z test_MultiLabelSoftMarginLoss_weights_cuda_half (__main__.TestNN) ... ok (0.008s) 2022-11-23T03:07:09.6845967Z test_MultiLabelSoftMarginLoss_weights_no_reduce (__main__.TestNN) ... ok (0.022s) 2022-11-23T03:07:09.6846328Z test_MultiLabelSoftMarginLoss_weights_no_reduce_cuda (__main__.TestNN) ... ok (0.020s) 2022-11-23T03:07:09.6846747Z test_MultiLabelSoftMarginLoss_weights_sum_reduction (__main__.TestNN) ... ok (0.010s) 2022-11-23T03:07:09.6847160Z test_MultiLabelSoftMarginLoss_weights_sum_reduction_cuda_double (__main__.TestNN) ... ok (0.010s) 2022-11-23T03:07:09.6847613Z test_MultiLabelSoftMarginLoss_weights_sum_reduction_cuda_float (__main__.TestNN) ... ok (0.000s) 2022-11-23T03:07:09.6848075Z test_MultiLabelSoftMarginLoss_weights_sum_reduction_cuda_half (__main__.TestNN) ... ok (0.014s) 2022-11-23T03:07:09.6848339Z test_MultiMarginLoss (__main__.TestNN) ... ok (0.012s) 2022-11-23T03:07:09.6848605Z test_MultiMarginLoss_1d (__main__.TestNN) ... ok (0.005s) 2022-11-23T03:07:09.6850321Z test_MultiMarginLoss_1d_cuda_double (__main__.TestNN) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\__init__.py:197: UserWarning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [10]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Resize.cpp:31.) 2022-11-23T03:07:09.6850724Z Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-11-23T03:07:09.6850866Z ok (0.003s) 2022-11-23T03:07:09.6851172Z test_MultiMarginLoss_1d_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-11-23T03:07:09.6851473Z test_MultiMarginLoss_1d_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-11-23T03:07:09.6851773Z test_MultiMarginLoss_1d_no_reduce (__main__.TestNN) ... ok (0.007s) 2022-11-23T03:07:09.6853565Z test_MultiMarginLoss_1d_no_reduce_cuda (__main__.TestNN) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\__init__.py:197: UserWarning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [10]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Resize.cpp:31.) 2022-11-23T03:07:09.6854157Z Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-11-23T03:07:09.6854302Z ok (0.022s) 2022-11-23T03:07:09.6854685Z test_MultiMarginLoss_1d_sum_reduction (__main__.TestNN) ... ok (0.009s) 2022-11-23T03:07:09.6857033Z test_MultiMarginLoss_1d_sum_reduction_cuda_double (__main__.TestNN) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\__init__.py:197: UserWarning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [10]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Resize.cpp:31.) 2022-11-23T03:07:09.6857504Z Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-11-23T03:07:09.6857644Z ok (0.005s) 2022-11-23T03:07:09.6857993Z test_MultiMarginLoss_1d_sum_reduction_cuda_float (__main__.TestNN) ... ok (0.004s) 2022-11-23T03:07:09.6858338Z test_MultiMarginLoss_1d_sum_reduction_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-11-23T03:07:09.6860131Z test_MultiMarginLoss_cuda_double (__main__.TestNN) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\__init__.py:197: UserWarning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [5, 10]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Resize.cpp:31.) 2022-11-23T03:07:09.6860583Z Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-11-23T03:07:09.6860738Z ok (0.002s) 2022-11-23T03:07:09.6861104Z test_MultiMarginLoss_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-11-23T03:07:09.6861398Z test_MultiMarginLoss_cuda_half (__main__.TestNN) ... ok (0.006s) 2022-11-23T03:07:09.6861683Z test_MultiMarginLoss_margin (__main__.TestNN) ... ok (0.016s) 2022-11-23T03:07:09.6863390Z test_MultiMarginLoss_margin_cuda_double (__main__.TestNN) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\__init__.py:197: UserWarning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [5, 10]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Resize.cpp:31.) 2022-11-23T03:07:09.6863789Z Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-11-23T03:07:09.6863927Z ok (0.005s) 2022-11-23T03:07:09.6864245Z test_MultiMarginLoss_margin_cuda_float (__main__.TestNN) ... ok (0.004s) 2022-11-23T03:07:09.6864555Z test_MultiMarginLoss_margin_cuda_half (__main__.TestNN) ... ok (0.005s) 2022-11-23T03:07:09.6864872Z test_MultiMarginLoss_margin_no_reduce (__main__.TestNN) ... ok (0.028s) 2022-11-23T03:07:09.6866664Z test_MultiMarginLoss_margin_no_reduce_cuda (__main__.TestNN) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\__init__.py:197: UserWarning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [5, 10]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Resize.cpp:31.) 2022-11-23T03:07:09.6867277Z Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-11-23T03:07:09.6867421Z ok (0.019s) 2022-11-23T03:07:09.6867836Z test_MultiMarginLoss_margin_sum_reduction (__main__.TestNN) ... ok (0.012s) 2022-11-23T03:07:09.6869695Z test_MultiMarginLoss_margin_sum_reduction_cuda_double (__main__.TestNN) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\__init__.py:197: UserWarning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [5, 10]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Resize.cpp:31.) 2022-11-23T03:07:09.6870110Z Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-11-23T03:07:09.6870248Z ok (0.004s) 2022-11-23T03:07:09.6870611Z test_MultiMarginLoss_margin_sum_reduction_cuda_float (__main__.TestNN) ... ok (0.004s) 2022-11-23T03:07:09.6870971Z test_MultiMarginLoss_margin_sum_reduction_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-11-23T03:07:09.6871262Z test_MultiMarginLoss_no_reduce (__main__.TestNN) ... ok (0.019s) 2022-11-23T03:07:09.6873042Z test_MultiMarginLoss_no_reduce_cuda (__main__.TestNN) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\__init__.py:197: UserWarning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [5, 10]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Resize.cpp:31.) 2022-11-23T03:07:09.6873449Z Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-11-23T03:07:09.6873587Z ok (0.009s) 2022-11-23T03:07:09.6873916Z test_MultiMarginLoss_p (__main__.TestNN) ... ok (0.010s) 2022-11-23T03:07:09.6875680Z test_MultiMarginLoss_p_cuda_double (__main__.TestNN) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\__init__.py:197: UserWarning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [5, 10]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Resize.cpp:31.) 2022-11-23T03:07:09.6876084Z Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-11-23T03:07:09.6876223Z ok (0.000s) 2022-11-23T03:07:09.6876530Z test_MultiMarginLoss_p_cuda_float (__main__.TestNN) ... ok (0.000s) 2022-11-23T03:07:09.6876813Z test_MultiMarginLoss_p_cuda_half (__main__.TestNN) ... ok (0.010s) 2022-11-23T03:07:09.6877104Z test_MultiMarginLoss_p_no_reduce (__main__.TestNN) ... ok (0.019s) 2022-11-23T03:07:09.6878804Z test_MultiMarginLoss_p_no_reduce_cuda (__main__.TestNN) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\__init__.py:197: UserWarning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [5, 10]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Resize.cpp:31.) 2022-11-23T03:07:09.6879354Z Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-11-23T03:07:09.6879542Z ok (0.016s) 2022-11-23T03:07:09.6879864Z test_MultiMarginLoss_p_sum_reduction (__main__.TestNN) ... ok (0.008s) 2022-11-23T03:07:09.6881790Z test_MultiMarginLoss_p_sum_reduction_cuda_double (__main__.TestNN) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\__init__.py:197: UserWarning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [5, 10]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Resize.cpp:31.) 2022-11-23T03:07:09.6882229Z Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-11-23T03:07:09.6882344Z ok (0.003s) 2022-11-23T03:07:09.6882690Z test_MultiMarginLoss_p_sum_reduction_cuda_float (__main__.TestNN) ... ok (0.005s) 2022-11-23T03:07:09.6883038Z test_MultiMarginLoss_p_sum_reduction_cuda_half (__main__.TestNN) ... ok (0.000s) 2022-11-23T03:07:09.6883395Z test_MultiMarginLoss_sum_reduction (__main__.TestNN) ... ok (0.006s) 2022-11-23T03:07:09.6885113Z test_MultiMarginLoss_sum_reduction_cuda_double (__main__.TestNN) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\__init__.py:197: UserWarning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [5, 10]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Resize.cpp:31.) 2022-11-23T03:07:09.6885513Z Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-11-23T03:07:09.6885651Z ok (0.000s) 2022-11-23T03:07:09.6886046Z test_MultiMarginLoss_sum_reduction_cuda_float (__main__.TestNN) ... ok (0.011s) 2022-11-23T03:07:09.6886404Z test_MultiMarginLoss_sum_reduction_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-11-23T03:07:09.6886689Z test_MultiMarginLoss_weights (__main__.TestNN) ... ok (0.009s) 2022-11-23T03:07:09.6888497Z test_MultiMarginLoss_weights_cuda_double (__main__.TestNN) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\__init__.py:197: UserWarning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [5, 10]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Resize.cpp:31.) 2022-11-23T03:07:09.6888902Z Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-11-23T03:07:09.6889041Z ok (0.003s) 2022-11-23T03:07:09.6889364Z test_MultiMarginLoss_weights_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-11-23T03:07:09.6889679Z test_MultiMarginLoss_weights_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-11-23T03:07:09.6889990Z test_MultiMarginLoss_weights_no_reduce (__main__.TestNN) ... ok (0.017s) 2022-11-23T03:07:09.6891879Z test_MultiMarginLoss_weights_no_reduce_cuda (__main__.TestNN) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\__init__.py:197: UserWarning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [5, 10]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Resize.cpp:31.) 2022-11-23T03:07:09.6892377Z Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-11-23T03:07:09.6892533Z ok (0.013s) 2022-11-23T03:07:09.6892941Z test_MultiMarginLoss_weights_sum_reduction (__main__.TestNN) ... ok (0.000s) 2022-11-23T03:07:09.6894791Z test_MultiMarginLoss_weights_sum_reduction_cuda_double (__main__.TestNN) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\__init__.py:197: UserWarning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [5, 10]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Resize.cpp:31.) 2022-11-23T03:07:09.6895196Z Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-11-23T03:07:09.6895337Z ok (0.013s) 2022-11-23T03:07:09.6895699Z test_MultiMarginLoss_weights_sum_reduction_cuda_float (__main__.TestNN) ... ok (0.004s) 2022-11-23T03:07:09.6896058Z test_MultiMarginLoss_weights_sum_reduction_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-11-23T03:07:09.6896290Z test_NLLLoss (__main__.TestNN) ... ok (0.011s) 2022-11-23T03:07:09.6896554Z test_NLLLoss2d_no_reduce (__main__.TestNN) ... ok (0.025s) 2022-11-23T03:07:09.6896831Z test_NLLLoss2d_no_reduce_cuda (__main__.TestNN) ... ok (0.022s) 2022-11-23T03:07:09.6897134Z test_NLLLoss2d_no_reduce_ignore_index (__main__.TestNN) ... ok (0.030s) 2022-11-23T03:07:09.6897449Z test_NLLLoss2d_no_reduce_ignore_index_cuda (__main__.TestNN) ... ok (0.013s) 2022-11-23T03:07:09.6897745Z test_NLLLoss2d_no_reduce_weights (__main__.TestNN) ... ok (0.038s) 2022-11-23T03:07:09.6898049Z test_NLLLoss2d_no_reduce_weights_cuda (__main__.TestNN) ... ok (0.020s) 2022-11-23T03:07:09.6898323Z test_NLLLossNd_no_reduce (__main__.TestNN) ... ok (0.050s) 2022-11-23T03:07:09.6898607Z test_NLLLossNd_no_reduce_cuda (__main__.TestNN) ... ok (0.021s) 2022-11-23T03:07:09.6898889Z test_NLLLossNd_no_reduce_ignore_index (__main__.TestNN) ... ok (0.054s) 2022-11-23T03:07:09.6899192Z test_NLLLossNd_no_reduce_ignore_index_cuda (__main__.TestNN) ... ok (0.023s) 2022-11-23T03:07:09.6899574Z test_NLLLossNd_no_reduce_weights (__main__.TestNN) ... ok (0.057s) 2022-11-23T03:07:09.6899879Z test_NLLLossNd_no_reduce_weights_cuda (__main__.TestNN) ... ok (0.025s) 2022-11-23T03:07:09.6900163Z test_NLLLoss_2d (__main__.TestNN) ... ok (0.016s) 2022-11-23T03:07:09.6900442Z test_NLLLoss_2d_cuda_bfloat16 (__main__.TestNN) ... ok (0.006s) 2022-11-23T03:07:09.6900773Z test_NLLLoss_2d_cuda_double (__main__.TestNN) ... ok (0.000s) 2022-11-23T03:07:09.6901040Z test_NLLLoss_2d_cuda_float (__main__.TestNN) ... ok (0.010s) 2022-11-23T03:07:09.6901312Z test_NLLLoss_2d_cuda_half (__main__.TestNN) ... ok (0.000s) 2022-11-23T03:07:09.6901578Z test_NLLLoss_2d_ignore_index (__main__.TestNN) ... ok (0.016s) 2022-11-23T03:07:09.6901932Z test_NLLLoss_2d_ignore_index_cuda_bfloat16 (__main__.TestNN) ... ok (0.003s) 2022-11-23T03:07:09.6902223Z test_NLLLoss_2d_ignore_index_cuda_double (__main__.TestNN) ... ok (0.003s) 2022-11-23T03:07:09.6902651Z test_NLLLoss_2d_ignore_index_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-11-23T03:07:09.6902950Z test_NLLLoss_2d_ignore_index_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-11-23T03:07:09.6903230Z test_NLLLoss_2d_sum_reduction (__main__.TestNN) ... ok (0.012s) 2022-11-23T03:07:09.6903543Z test_NLLLoss_2d_sum_reduction_cuda_bfloat16 (__main__.TestNN) ... ok (0.005s) 2022-11-23T03:07:09.6903837Z test_NLLLoss_2d_sum_reduction_cuda_double (__main__.TestNN) ... ok (0.003s) 2022-11-23T03:07:09.6904142Z test_NLLLoss_2d_sum_reduction_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-11-23T03:07:09.6904539Z test_NLLLoss_2d_sum_reduction_cuda_half (__main__.TestNN) ... ok (0.002s) 2022-11-23T03:07:09.6904816Z test_NLLLoss_2d_weights (__main__.TestNN) ... ok (0.009s) 2022-11-23T03:07:09.6905114Z test_NLLLoss_2d_weights_cuda_bfloat16 (__main__.TestNN) ... ok (0.000s) 2022-11-23T03:07:09.6905411Z test_NLLLoss_2d_weights_cuda_double (__main__.TestNN) ... ok (0.000s) 2022-11-23T03:07:09.6905708Z test_NLLLoss_2d_weights_cuda_float (__main__.TestNN) ... ok (0.005s) 2022-11-23T03:07:09.6906065Z test_NLLLoss_2d_weights_cuda_half (__main__.TestNN) ... ok (0.005s) 2022-11-23T03:07:09.6906335Z test_NLLLoss_cuda_bfloat16 (__main__.TestNN) ... ok (0.006s) 2022-11-23T03:07:09.6906596Z test_NLLLoss_cuda_double (__main__.TestNN) ... ok (0.005s) 2022-11-23T03:07:09.6906923Z test_NLLLoss_cuda_float (__main__.TestNN) ... ok (0.006s) 2022-11-23T03:07:09.6907238Z test_NLLLoss_cuda_half (__main__.TestNN) ... ok (0.005s) 2022-11-23T03:07:09.6907489Z test_NLLLoss_dim_is_3 (__main__.TestNN) ... ok (0.015s) 2022-11-23T03:07:09.6907781Z test_NLLLoss_dim_is_3_cuda_bfloat16 (__main__.TestNN) ... ok (0.003s) 2022-11-23T03:07:09.6908053Z test_NLLLoss_dim_is_3_cuda_double (__main__.TestNN) ... ok (0.000s) 2022-11-23T03:07:09.6908336Z test_NLLLoss_dim_is_3_cuda_float (__main__.TestNN) ... ok (0.006s) 2022-11-23T03:07:09.6908595Z test_NLLLoss_dim_is_3_cuda_half (__main__.TestNN) ... ok (0.000s) 2022-11-23T03:07:09.6908887Z test_NLLLoss_dim_is_3_sum_reduction (__main__.TestNN) ... ok (0.013s) 2022-11-23T03:07:09.6909222Z test_NLLLoss_dim_is_3_sum_reduction_cuda_bfloat16 (__main__.TestNN) ... ok (0.003s) 2022-11-23T03:07:09.6909551Z test_NLLLoss_dim_is_3_sum_reduction_cuda_double (__main__.TestNN) ... ok (0.003s) 2022-11-23T03:07:09.6909869Z test_NLLLoss_dim_is_3_sum_reduction_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-11-23T03:07:09.6910176Z test_NLLLoss_dim_is_3_sum_reduction_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-11-23T03:07:09.6910429Z test_NLLLoss_higher_dim (__main__.TestNN) ... ok (0.037s) 2022-11-23T03:07:09.6910732Z test_NLLLoss_higher_dim_cuda_bfloat16 (__main__.TestNN) ... ok (0.000s) 2022-11-23T03:07:09.6911030Z test_NLLLoss_higher_dim_cuda_double (__main__.TestNN) ... ok (0.000s) 2022-11-23T03:07:09.6911324Z test_NLLLoss_higher_dim_cuda_float (__main__.TestNN) ... ok (0.000s) 2022-11-23T03:07:09.6911613Z test_NLLLoss_higher_dim_cuda_half (__main__.TestNN) ... ok (0.012s) 2022-11-23T03:07:09.6911918Z test_NLLLoss_higher_dim_sum_reduction (__main__.TestNN) ... ok (0.031s) 2022-11-23T03:07:09.6912257Z test_NLLLoss_higher_dim_sum_reduction_cuda_bfloat16 (__main__.TestNN) ... ok (0.003s) 2022-11-23T03:07:09.6912666Z test_NLLLoss_higher_dim_sum_reduction_cuda_double (__main__.TestNN) ... ok (0.002s) 2022-11-23T03:07:09.6913009Z test_NLLLoss_higher_dim_sum_reduction_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-11-23T03:07:09.6913391Z test_NLLLoss_higher_dim_sum_reduction_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-11-23T03:07:09.6913738Z test_NLLLoss_ignore_index (__main__.TestNN) ... ok (0.011s) 2022-11-23T03:07:09.6914024Z test_NLLLoss_ignore_index_cuda_bfloat16 (__main__.TestNN) ... ok (0.004s) 2022-11-23T03:07:09.6914330Z test_NLLLoss_ignore_index_cuda_double (__main__.TestNN) ... ok (0.003s) 2022-11-23T03:07:09.6914626Z test_NLLLoss_ignore_index_cuda_float (__main__.TestNN) ... ok (0.004s) 2022-11-23T03:07:09.6915055Z test_NLLLoss_ignore_index_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-11-23T03:07:09.6915333Z test_NLLLoss_no_batch_dim_mean (__main__.TestNN) ... ok (0.010s) 2022-11-23T03:07:09.6915642Z test_NLLLoss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... ok (0.003s) 2022-11-23T03:07:09.6915950Z test_NLLLoss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... ok (0.004s) 2022-11-23T03:07:09.6916258Z test_NLLLoss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... ok (0.006s) 2022-11-23T03:07:09.6916530Z test_NLLLoss_no_batch_dim_none (__main__.TestNN) ... ok (0.009s) 2022-11-23T03:07:09.6916934Z test_NLLLoss_no_batch_dim_none_cuda_double (__main__.TestNN) ... ok (0.004s) 2022-11-23T03:07:09.6917256Z test_NLLLoss_no_batch_dim_none_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-11-23T03:07:09.6917560Z test_NLLLoss_no_batch_dim_none_cuda_half (__main__.TestNN) ... ok (0.004s) 2022-11-23T03:07:09.6917832Z test_NLLLoss_no_batch_dim_sum (__main__.TestNN) ... ok (0.009s) 2022-11-23T03:07:09.6918140Z test_NLLLoss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... ok (0.003s) 2022-11-23T03:07:09.6918441Z test_NLLLoss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-11-23T03:07:09.6918741Z test_NLLLoss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... ok (0.004s) 2022-11-23T03:07:09.6919056Z test_NLLLoss_no_reduce (__main__.TestNN) ... ok (0.020s) 2022-11-23T03:07:09.6919316Z test_NLLLoss_no_reduce_cuda (__main__.TestNN) ... ok (0.028s) 2022-11-23T03:07:09.6919612Z test_NLLLoss_no_reduce_ignore_index (__main__.TestNN) ... ok (0.023s) 2022-11-23T03:07:09.6920035Z test_NLLLoss_no_reduce_ignore_index_cuda (__main__.TestNN) ... ok (0.014s) 2022-11-23T03:07:09.6920392Z test_NLLLoss_no_reduce_weights (__main__.TestNN) ... ok (0.024s) 2022-11-23T03:07:09.6920694Z test_NLLLoss_no_reduce_weights_cuda (__main__.TestNN) ... ok (0.021s) 2022-11-23T03:07:09.6921011Z test_NLLLoss_no_reduce_weights_ignore_index (__main__.TestNN) ... ok (0.019s) 2022-11-23T03:07:09.6921357Z test_NLLLoss_no_reduce_weights_ignore_index_cuda (__main__.TestNN) ... ok (0.016s) 2022-11-23T03:07:09.6921691Z test_NLLLoss_no_reduce_weights_ignore_index_neg (__main__.TestNN) ... ok (0.031s) 2022-11-23T03:07:09.6922033Z test_NLLLoss_no_reduce_weights_ignore_index_neg_cuda (__main__.TestNN) ... ok (0.021s) 2022-11-23T03:07:09.6922306Z test_NLLLoss_sum_reduction (__main__.TestNN) ... ok (0.006s) 2022-11-23T03:07:09.6922620Z test_NLLLoss_sum_reduction_cuda_bfloat16 (__main__.TestNN) ... ok (0.008s) 2022-11-23T03:07:09.6922929Z test_NLLLoss_sum_reduction_cuda_double (__main__.TestNN) ... ok (0.004s) 2022-11-23T03:07:09.6923237Z test_NLLLoss_sum_reduction_cuda_float (__main__.TestNN) ... ok (0.004s) 2022-11-23T03:07:09.6923540Z test_NLLLoss_sum_reduction_cuda_half (__main__.TestNN) ... ok (0.005s) 2022-11-23T03:07:09.6923797Z test_NLLLoss_weights (__main__.TestNN) ... ok (0.010s) 2022-11-23T03:07:09.6924090Z test_NLLLoss_weights_cuda_bfloat16 (__main__.TestNN) ... ok (0.003s) 2022-11-23T03:07:09.6924388Z test_NLLLoss_weights_cuda_double (__main__.TestNN) ... ok (0.004s) 2022-11-23T03:07:09.6924653Z test_NLLLoss_weights_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-11-23T03:07:09.6924933Z test_NLLLoss_weights_cuda_half (__main__.TestNN) ... ok (0.002s) 2022-11-23T03:07:09.6925228Z test_NLLLoss_weights_ignore_index (__main__.TestNN) ... ok (0.009s) 2022-11-23T03:07:09.6925581Z test_NLLLoss_weights_ignore_index_cuda_bfloat16 (__main__.TestNN) ... ok (0.000s) 2022-11-23T03:07:09.6925992Z test_NLLLoss_weights_ignore_index_cuda_double (__main__.TestNN) ... ok (0.000s) 2022-11-23T03:07:09.6926327Z test_NLLLoss_weights_ignore_index_cuda_float (__main__.TestNN) ... ok (0.000s) 2022-11-23T03:07:09.6926717Z test_NLLLoss_weights_ignore_index_cuda_half (__main__.TestNN) ... ok (0.010s) 2022-11-23T03:07:09.6927096Z test_NLLLoss_weights_ignore_index_neg (__main__.TestNN) ... ok (0.000s) 2022-11-23T03:07:09.6927574Z test_NLLLoss_weights_ignore_index_neg_cuda_bfloat16 (__main__.TestNN) ... ok (0.012s) 2022-11-23T03:07:09.6927919Z test_NLLLoss_weights_ignore_index_neg_cuda_double (__main__.TestNN) ... ok (0.003s) 2022-11-23T03:07:09.6928258Z test_NLLLoss_weights_ignore_index_neg_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-11-23T03:07:09.6928591Z test_NLLLoss_weights_ignore_index_neg_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-11-23T03:07:09.6928823Z test_PReLU_1d (__main__.TestNN) ... ok (0.029s) 2022-11-23T03:07:09.6929069Z test_PReLU_1d_cuda (__main__.TestNN) ... ok (0.021s) 2022-11-23T03:07:09.6929341Z test_PReLU_1d_multiparam (__main__.TestNN) ... ok (0.026s) 2022-11-23T03:07:09.6929719Z test_PReLU_1d_multiparam_cuda (__main__.TestNN) ... ok (0.025s) 2022-11-23T03:07:09.6929944Z test_PReLU_2d (__main__.TestNN) ... ok (0.030s) 2022-11-23T03:07:09.6930188Z test_PReLU_2d_cuda (__main__.TestNN) ... ok (0.021s) 2022-11-23T03:07:09.6930455Z test_PReLU_2d_multiparam (__main__.TestNN) ... ok (0.035s) 2022-11-23T03:07:09.6930740Z test_PReLU_2d_multiparam_cuda (__main__.TestNN) ... ok (0.023s) 2022-11-23T03:07:09.6930965Z test_PReLU_3d (__main__.TestNN) ... ok (0.027s) 2022-11-23T03:07:09.6931212Z test_PReLU_3d_cuda (__main__.TestNN) ... ok (0.021s) 2022-11-23T03:07:09.6931478Z test_PReLU_3d_multiparam (__main__.TestNN) ... ok (0.032s) 2022-11-23T03:07:09.6931757Z test_PReLU_3d_multiparam_cuda (__main__.TestNN) ... ok (0.018s) 2022-11-23T03:07:09.6932071Z test_PReLU_backward_requires_grad_false (__main__.TestNN) ... ok (0.000s) 2022-11-23T03:07:09.6932394Z test_PReLU_no_batch_dim (__main__.TestNN) ... ok (0.027s) 2022-11-23T03:07:09.6932677Z test_PReLU_no_batch_dim_cuda (__main__.TestNN) ... ok (0.020s) 2022-11-23T03:07:09.6932927Z test_PReLU_scalar (__main__.TestNN) ... ok (0.010s) 2022-11-23T03:07:09.6933266Z test_PReLU_scalar_cuda (__main__.TestNN) ... ok (0.019s) 2022-11-23T03:07:09.6933618Z test_Padding122112_3dcircular (__main__.TestNN) ... ok (0.031s) 2022-11-23T03:07:09.6933911Z test_Padding122112_3dcircular_cuda (__main__.TestNN) ... ok (0.032s) 2022-11-23T03:07:09.6934172Z test_Padding1221_2dcircular (__main__.TestNN) ... ok (0.026s) 2022-11-23T03:07:09.6934444Z test_Padding1221_2dcircular_cuda (__main__.TestNN) ... ok (0.027s) 2022-11-23T03:07:09.6934708Z test_Padding12_1dcircular (__main__.TestNN) ... ok (0.021s) 2022-11-23T03:07:09.6934991Z test_Padding12_1dcircular_cuda (__main__.TestNN) ... ok (0.022s) 2022-11-23T03:07:09.6935258Z test_Padding2322_2dcircular (__main__.TestNN) ... ok (0.037s) 2022-11-23T03:07:09.6935550Z test_Padding2322_2dcircular_cuda (__main__.TestNN) ... ok (0.026s) 2022-11-23T03:07:09.6935822Z test_Padding31_1dcircular (__main__.TestNN) ... ok (0.026s) 2022-11-23T03:07:09.6936101Z test_Padding31_1dcircular_cuda (__main__.TestNN) ... ok (0.026s) 2022-11-23T03:07:09.6936370Z test_Padding322112_3dcircular (__main__.TestNN) ... ok (0.032s) 2022-11-23T03:07:09.6936662Z test_Padding322112_3dcircular_cuda (__main__.TestNN) ... ok (0.039s) 2022-11-23T03:07:09.6936944Z test_Padding332122_3dcircular (__main__.TestNN) ... ok (0.019s) 2022-11-23T03:07:09.6937234Z test_Padding332122_3dcircular_cuda (__main__.TestNN) ... ok (0.046s) 2022-11-23T03:07:09.6937508Z test_Padding3331_2dcircular (__main__.TestNN) ... ok (0.024s) 2022-11-23T03:07:09.6937798Z test_Padding3331_2dcircular_cuda (__main__.TestNN) ... ok (0.031s) 2022-11-23T03:07:09.6938067Z test_Padding33_1dcircular (__main__.TestNN) ... ok (0.021s) 2022-11-23T03:07:09.6938343Z test_Padding33_1dcircular_cuda (__main__.TestNN) ... ok (0.019s) 2022-11-23T03:07:09.6938617Z test_PairwiseDistance (__main__.TestNN) ... ok (0.020s) 2022-11-23T03:07:09.6938980Z test_PairwiseDistance_broadcast_lhs (__main__.TestNN) ... ok (0.037s) 2022-11-23T03:07:09.6939307Z test_PairwiseDistance_broadcast_lhs_cuda (__main__.TestNN) ... ok (0.022s) 2022-11-23T03:07:09.6939678Z test_PairwiseDistance_broadcast_rhs (__main__.TestNN) ... ok (0.028s) 2022-11-23T03:07:09.6940471Z test_PairwiseDistance_broadcast_rhs_cuda (__main__.TestNN) ... ok (0.022s) 2022-11-23T03:07:09.6940768Z test_PairwiseDistance_cuda (__main__.TestNN) ... ok (0.020s) 2022-11-23T03:07:09.6941072Z test_PairwiseDistance_no_batch_dim (__main__.TestNN) ... ok (0.031s) 2022-11-23T03:07:09.6941391Z test_PairwiseDistance_no_batch_dim_cuda (__main__.TestNN) ... ok (0.021s) 2022-11-23T03:07:09.6941725Z test_PairwiseDistance_with_non_default_args (__main__.TestNN) ... ok (0.028s) 2022-11-23T03:07:09.6942073Z test_PairwiseDistance_with_non_default_args_cuda (__main__.TestNN) ... ok (0.020s) 2022-11-23T03:07:09.6942435Z test_ParameterDict (__main__.TestNN) ... ok (0.041s) 2022-11-23T03:07:09.6942752Z test_ParameterDict_replication (__main__.TestNN) ... ok (0.003s) 2022-11-23T03:07:09.6943006Z test_ParameterList (__main__.TestNN) ... ok (0.015s) 2022-11-23T03:07:09.6943275Z test_ParameterList_meta (__main__.TestNN) ... ok (0.002s) 2022-11-23T03:07:09.6943572Z test_ParameterList_replication (__main__.TestNN) ... ok (0.003s) 2022-11-23T03:07:09.6943830Z test_PixelShuffle (__main__.TestNN) ... ok (0.014s) 2022-11-23T03:07:09.6944096Z test_PixelShuffle_cuda (__main__.TestNN) ... ok (0.016s) 2022-11-23T03:07:09.6944331Z test_PixelUnshuffle (__main__.TestNN) ... ok (0.021s) 2022-11-23T03:07:09.6944609Z test_PixelUnshuffle_cuda (__main__.TestNN) ... ok (0.020s) 2022-11-23T03:07:09.6944897Z test_PoissonNLLLoss_full_loss (__main__.TestNN) ... ok (0.000s) 2022-11-23T03:07:09.6945221Z test_PoissonNLLLoss_full_loss_cuda_double (__main__.TestNN) ... ok (0.010s) 2022-11-23T03:07:09.6945613Z test_PoissonNLLLoss_full_loss_cuda_float (__main__.TestNN) ... ok (0.000s) 2022-11-23T03:07:09.6945931Z test_PoissonNLLLoss_full_loss_cuda_half (__main__.TestNN) ... ok (0.000s) 2022-11-23T03:07:09.6946327Z test_PoissonNLLLoss_full_loss_no_log_input (__main__.TestNN) ... ok (0.022s) 2022-11-23T03:07:09.6946684Z test_PoissonNLLLoss_full_loss_no_log_input_cuda_double (__main__.TestNN) ... ok (0.003s) 2022-11-23T03:07:09.6947115Z test_PoissonNLLLoss_full_loss_no_log_input_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-11-23T03:07:09.6947478Z test_PoissonNLLLoss_full_loss_no_log_input_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-11-23T03:07:09.6947788Z test_PoissonNLLLoss_no_batch_dim_mean (__main__.TestNN) ... ok (0.008s) 2022-11-23T03:07:09.6948134Z test_PoissonNLLLoss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... ok (0.003s) 2022-11-23T03:07:09.6948478Z test_PoissonNLLLoss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-11-23T03:07:09.6948815Z test_PoissonNLLLoss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-11-23T03:07:09.6949122Z test_PoissonNLLLoss_no_batch_dim_none (__main__.TestNN) ... ok (0.008s) 2022-11-23T03:07:09.6949464Z test_PoissonNLLLoss_no_batch_dim_none_cuda_double (__main__.TestNN) ... ok (0.003s) 2022-11-23T03:07:09.6949802Z test_PoissonNLLLoss_no_batch_dim_none_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-11-23T03:07:09.6950126Z test_PoissonNLLLoss_no_batch_dim_none_cuda_half (__main__.TestNN) ... ok (0.005s) 2022-11-23T03:07:09.6950439Z test_PoissonNLLLoss_no_batch_dim_sum (__main__.TestNN) ... ok (0.000s) 2022-11-23T03:07:09.6950773Z test_PoissonNLLLoss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... ok (0.011s) 2022-11-23T03:07:09.6951103Z test_PoissonNLLLoss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-11-23T03:07:09.6951441Z test_PoissonNLLLoss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-11-23T03:07:09.6951741Z test_PoissonNLLLoss_no_full_loss (__main__.TestNN) ... ok (0.009s) 2022-11-23T03:07:09.6952073Z test_PoissonNLLLoss_no_full_loss_cuda_double (__main__.TestNN) ... ok (0.004s) 2022-11-23T03:07:09.6952447Z test_PoissonNLLLoss_no_full_loss_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-11-23T03:07:09.6952774Z test_PoissonNLLLoss_no_full_loss_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-11-23T03:07:09.6953305Z test_PoissonNLLLoss_no_full_loss_no_log_input (__main__.TestNN) ... ok (0.009s) 2022-11-23T03:07:09.6953745Z test_PoissonNLLLoss_no_full_loss_no_log_input_cuda_double (__main__.TestNN) ... ok (0.003s) 2022-11-23T03:07:09.6954106Z test_PoissonNLLLoss_no_full_loss_no_log_input_cuda_float (__main__.TestNN) ... ok (0.002s) 2022-11-23T03:07:09.6954458Z test_PoissonNLLLoss_no_full_loss_no_log_input_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-11-23T03:07:09.6954744Z test_PoissonNLLLoss_no_reduce (__main__.TestNN) ... ok (0.023s) 2022-11-23T03:07:09.6955049Z test_PoissonNLLLoss_no_reduce_cuda (__main__.TestNN) ... ok (0.023s) 2022-11-23T03:07:09.6955383Z test_RNN_cell (__main__.TestNN) ... ok (0.013s) 2022-11-23T03:07:09.6955695Z test_RNN_cell_forward_hidden_size (__main__.TestNN) ... ok (0.000s) 2022-11-23T03:07:09.6955966Z test_RNN_cell_forward_input_size (__main__.TestNN) ... ok (0.010s) 2022-11-23T03:07:09.6956268Z test_RNN_cell_forward_zero_hidden_size (__main__.TestNN) ... ok (0.000s) 2022-11-23T03:07:09.6956551Z test_RNN_cell_no_broadcasting (__main__.TestNN) ... ok (0.020s) 2022-11-23T03:07:09.6956817Z test_RNN_change_dropout (__main__.TestNN) ... ok (9.786s) 2022-11-23T03:07:09.6957108Z test_RNN_cpu_vs_cudnn_no_dropout (__main__.TestNN) ... ok (15.317s) 2022-11-23T03:07:09.6957404Z test_RNN_cpu_vs_cudnn_with_dropout (__main__.TestNN) ... ok (3.904s) 2022-11-23T03:07:09.6958817Z test_RNN_cudnn_weight_norm (__main__.TestNN) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\rnn.py:776: UserWarning: RNN module weights are not part of single contiguous chunk of memory. This means they need to be compacted at every call, possibly greatly increasing memory usage. To compact weights again call flatten_parameters(). (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\cudnn\RNN.cpp:982.) 2022-11-23T03:07:09.6959234Z result = _VF.lstm(input, hx, self._flat_weights, self.bias, self.num_layers, 2022-11-23T03:07:09.6960635Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\rnn.py:776: UserWarning: RNN module weights are not part of single contiguous chunk of memory. This means they need to be compacted at every call, possibly greatly increasing memory usage. To compact weights again call flatten_parameters(). (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\cudnn\RNN.cpp:982.) 2022-11-23T03:07:09.6960967Z result = _VF.lstm(input, hx, self._flat_weights, self.bias, self.num_layers, 2022-11-23T03:07:09.6962242Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\rnn.py:776: UserWarning: RNN module weights are not part of single contiguous chunk of memory. This means they need to be compacted at every call, possibly greatly increasing memory usage. To compact weights again call flatten_parameters(). (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\cudnn\RNN.cpp:982.) 2022-11-23T03:07:09.6962576Z result = _VF.lstm(input, hx, self._flat_weights, self.bias, self.num_layers, 2022-11-23T03:07:09.6963851Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\rnn.py:776: UserWarning: RNN module weights are not part of single contiguous chunk of memory. This means they need to be compacted at every call, possibly greatly increasing memory usage. To compact weights again call flatten_parameters(). (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\cudnn\RNN.cpp:982.) 2022-11-23T03:07:09.6964186Z result = _VF.lstm(input, hx, self._flat_weights, self.bias, self.num_layers, 2022-11-23T03:07:09.6964329Z ok (0.019s) 2022-11-23T03:07:09.6964572Z test_RNN_dropout (__main__.TestNN) ... ok (1.478s) 2022-11-23T03:07:09.6965665Z test_RNN_dropout_state (__main__.TestNN) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/68849 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:07:09.6966075Z test_RNN_input_size_zero (__main__.TestNN) ... ok (0.019s) 2022-11-23T03:07:09.6966399Z test_RNN_nonlinearity (__main__.TestNN) ... ok (0.003s) 2022-11-23T03:07:09.6966630Z test_RReLU (__main__.TestNN) ... ok (0.011s) 2022-11-23T03:07:09.6967014Z test_RReLU_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.016s) 2022-11-23T03:07:09.6967274Z test_RReLU_no_batch_dim (__main__.TestNN) ... ok (0.019s) 2022-11-23T03:07:09.6967729Z test_RReLU_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:07:09.6968008Z test_RReLU_with_up_down (__main__.TestNN) ... ok (0.019s) 2022-11-23T03:07:09.6968356Z test_RReLU_with_up_down_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.006s) 2022-11-23T03:07:09.6968635Z test_RReLU_with_up_down_scalar (__main__.TestNN) ... ok (0.018s) 2022-11-23T03:07:09.6969017Z test_RReLU_with_up_down_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:07:09.6969231Z test_ReLU (__main__.TestNN) ... ok (0.026s) 2022-11-23T03:07:09.6969447Z test_ReLU6 (__main__.TestNN) ... ok (0.029s) 2022-11-23T03:07:09.6969680Z test_ReLU6_cuda (__main__.TestNN) ... ok (0.023s) 2022-11-23T03:07:09.6969913Z test_ReLU6_no_batch_dim (__main__.TestNN) ... ok (0.014s) 2022-11-23T03:07:09.6970178Z test_ReLU6_no_batch_dim_cuda (__main__.TestNN) ... ok (0.011s) 2022-11-23T03:07:09.6970415Z test_ReLU6_scalar (__main__.TestNN) ... ok (0.017s) 2022-11-23T03:07:09.6970671Z test_ReLU6_scalar_cuda (__main__.TestNN) ... ok (0.008s) 2022-11-23T03:07:09.6970896Z test_ReLU_cuda (__main__.TestNN) ... ok (0.015s) 2022-11-23T03:07:09.6971148Z test_ReLU_no_batch_dim (__main__.TestNN) ... ok (0.009s) 2022-11-23T03:07:09.6971417Z test_ReLU_no_batch_dim_cuda (__main__.TestNN) ... ok (0.009s) 2022-11-23T03:07:09.6971659Z test_ReLU_scalar (__main__.TestNN) ... ok (0.021s) 2022-11-23T03:07:09.6971909Z test_ReLU_scalar_cuda (__main__.TestNN) ... ok (0.010s) 2022-11-23T03:07:09.6972246Z test_ReflectionPad1d (__main__.TestNN) ... ok (0.022s) 2022-11-23T03:07:09.6972533Z test_ReflectionPad1d_batch (__main__.TestNN) ... ok (0.016s) 2022-11-23T03:07:09.6972885Z test_ReflectionPad1d_batch_cuda (__main__.TestNN) ... ok (0.025s) 2022-11-23T03:07:09.6973252Z test_ReflectionPad1d_complex (__main__.TestNN) ... ok (0.047s) 2022-11-23T03:07:09.6973551Z test_ReflectionPad1d_complex_cuda (__main__.TestNN) ... ok (0.019s) 2022-11-23T03:07:09.6973829Z test_ReflectionPad1d_cuda (__main__.TestNN) ... ok (0.020s) 2022-11-23T03:07:09.6974069Z test_ReflectionPad2d (__main__.TestNN) ... ok (0.026s) 2022-11-23T03:07:09.6974354Z test_ReflectionPad2d_complex (__main__.TestNN) ... ok (0.043s) 2022-11-23T03:07:09.6974652Z test_ReflectionPad2d_complex_cuda (__main__.TestNN) ... ok (0.023s) 2022-11-23T03:07:09.6974933Z test_ReflectionPad2d_cuda (__main__.TestNN) ... ok (0.014s) 2022-11-23T03:07:09.6975228Z test_ReflectionPad2d_no_batch_dim (__main__.TestNN) ... ok (0.020s) 2022-11-23T03:07:09.6975532Z test_ReflectionPad2d_no_batch_dim_cuda (__main__.TestNN) ... ok (0.031s) 2022-11-23T03:07:09.6975788Z test_ReflectionPad3d (__main__.TestNN) ... ok (0.029s) 2022-11-23T03:07:09.6976071Z test_ReflectionPad3d_complex (__main__.TestNN) ... ok (0.060s) 2022-11-23T03:07:09.6976369Z test_ReflectionPad3d_complex_cuda (__main__.TestNN) ... ok (0.038s) 2022-11-23T03:07:09.6976640Z test_ReflectionPad3d_cuda (__main__.TestNN) ... ok (0.027s) 2022-11-23T03:07:09.6976941Z test_ReflectionPad3d_no_batch_dim (__main__.TestNN) ... ok (0.026s) 2022-11-23T03:07:09.6977267Z test_ReflectionPad3d_no_batch_dim_cuda (__main__.TestNN) ... ok (0.028s) 2022-11-23T03:07:09.6977533Z test_ReplicationPad1d (__main__.TestNN) ... ok (0.021s) 2022-11-23T03:07:09.6977815Z test_ReplicationPad1d_batch (__main__.TestNN) ... ok (0.022s) 2022-11-23T03:07:09.6978252Z test_ReplicationPad1d_batch_cuda (__main__.TestNN) ... ok (0.024s) 2022-11-23T03:07:09.6978611Z test_ReplicationPad1d_complex (__main__.TestNN) ... ok (0.040s) 2022-11-23T03:07:09.6978900Z test_ReplicationPad1d_complex_cuda (__main__.TestNN) ... ok (0.020s) 2022-11-23T03:07:09.6979181Z test_ReplicationPad1d_cuda (__main__.TestNN) ... ok (0.020s) 2022-11-23T03:07:09.6979561Z test_ReplicationPad2d (__main__.TestNN) ... ok (0.020s) 2022-11-23T03:07:09.6979898Z test_ReplicationPad2d_complex (__main__.TestNN) ... ok (0.033s) 2022-11-23T03:07:09.6980208Z test_ReplicationPad2d_complex_cuda (__main__.TestNN) ... ok (0.019s) 2022-11-23T03:07:09.6980593Z test_ReplicationPad2d_cuda (__main__.TestNN) ... ok (0.016s) 2022-11-23T03:07:09.6980914Z test_ReplicationPad2d_no_batch_dim (__main__.TestNN) ... ok (0.012s) 2022-11-23T03:07:09.6981231Z test_ReplicationPad2d_no_batch_dim_cuda (__main__.TestNN) ... ok (0.031s) 2022-11-23T03:07:09.6981495Z test_ReplicationPad3d (__main__.TestNN) ... ok (0.021s) 2022-11-23T03:07:09.6981788Z test_ReplicationPad3d_complex (__main__.TestNN) ... ok (0.045s) 2022-11-23T03:07:09.6982090Z test_ReplicationPad3d_complex_cuda (__main__.TestNN) ... ok (0.017s) 2022-11-23T03:07:09.6982367Z test_ReplicationPad3d_cuda (__main__.TestNN) ... ok (0.021s) 2022-11-23T03:07:09.6982667Z test_ReplicationPad3d_no_batch_dim (__main__.TestNN) ... ok (0.017s) 2022-11-23T03:07:09.6982981Z test_ReplicationPad3d_no_batch_dim_cuda (__main__.TestNN) ... ok (0.019s) 2022-11-23T03:07:09.6983195Z test_SELU (__main__.TestNN) ... ok (0.026s) 2022-11-23T03:07:09.6983425Z test_SELU_cuda (__main__.TestNN) ... ok (0.017s) 2022-11-23T03:07:09.6983656Z test_SELU_no_batch_dim (__main__.TestNN) ... ok (0.014s) 2022-11-23T03:07:09.6983921Z test_SELU_no_batch_dim_cuda (__main__.TestNN) ... ok (0.016s) 2022-11-23T03:07:09.6984156Z test_SELU_scalar (__main__.TestNN) ... ok (0.013s) 2022-11-23T03:07:09.6984407Z test_SELU_scalar_cuda (__main__.TestNN) ... ok (0.009s) 2022-11-23T03:07:09.6984664Z test_Sequential_add (__main__.TestNN) ... ok (0.003s) 2022-11-23T03:07:09.6984929Z test_Sequential_append (__main__.TestNN) ... ok (0.006s) 2022-11-23T03:07:09.6985269Z test_Sequential_delitem (__main__.TestNN) ... ok (0.000s) 2022-11-23T03:07:09.6985533Z test_Sequential_extend (__main__.TestNN) ... ok (0.000s) 2022-11-23T03:07:09.6985792Z test_Sequential_getitem (__main__.TestNN) ... ok (0.010s) 2022-11-23T03:07:09.6986108Z test_Sequential_iadd (__main__.TestNN) ... ok (0.000s) 2022-11-23T03:07:09.6986418Z test_Sequential_imul (__main__.TestNN) ... ok (0.000s) 2022-11-23T03:07:09.6986682Z test_Sequential_insert (__main__.TestNN) ... ok (0.011s) 2022-11-23T03:07:09.6986971Z test_Sequential_insert_fail_case (__main__.TestNN) ... ok (0.003s) 2022-11-23T03:07:09.6987212Z test_Sequential_mul (__main__.TestNN) ... ok (0.004s) 2022-11-23T03:07:09.6987439Z test_Sequential_pop (__main__.TestNN) ... ok (0.004s) 2022-11-23T03:07:09.6987698Z test_Sequential_rmul (__main__.TestNN) ... ok (0.004s) 2022-11-23T03:07:09.6987960Z test_Sequential_setitem (__main__.TestNN) ... ok (0.003s) 2022-11-23T03:07:09.6988240Z test_Sequential_setitem_named (__main__.TestNN) ... ok (0.003s) 2022-11-23T03:07:09.6988457Z test_SiLU (__main__.TestNN) ... ok (0.020s) 2022-11-23T03:07:09.6988688Z test_SiLU_cuda (__main__.TestNN) ... ok (0.021s) 2022-11-23T03:07:09.6988938Z test_SiLU_no_batch_dim (__main__.TestNN) ... ok (0.016s) 2022-11-23T03:07:09.6989205Z test_SiLU_no_batch_dim_cuda (__main__.TestNN) ... ok (0.014s) 2022-11-23T03:07:09.6989440Z test_SiLU_scalar (__main__.TestNN) ... ok (0.009s) 2022-11-23T03:07:09.6989696Z test_SiLU_scalar_cuda (__main__.TestNN) ... ok (0.013s) 2022-11-23T03:07:09.6989920Z test_Sigmoid (__main__.TestNN) ... ok (0.019s) 2022-11-23T03:07:09.6990156Z test_Sigmoid_cuda (__main__.TestNN) ... ok (0.016s) 2022-11-23T03:07:09.6990420Z test_Sigmoid_no_batch_dim (__main__.TestNN) ... ok (0.012s) 2022-11-23T03:07:09.6991856Z test_Sigmoid_no_batch_dim_cuda (__main__.TestNN) ... ok (0.017s) 2022-11-23T03:07:09.6992112Z test_Sigmoid_scalar (__main__.TestNN) ... ok (0.016s) 2022-11-23T03:07:09.6992352Z test_Sigmoid_scalar_cuda (__main__.TestNN) ... ok (0.009s) 2022-11-23T03:07:09.6992672Z test_SmoothL1Loss (__main__.TestNN) ... ok (0.014s) 2022-11-23T03:07:09.6992977Z test_SmoothL1Loss_beta (__main__.TestNN) ... ok (0.016s) 2022-11-23T03:07:09.6993248Z test_SmoothL1Loss_beta_cuda (__main__.TestNN) ... ok (0.011s) 2022-11-23T03:07:09.6993529Z test_SmoothL1Loss_cuda_double (__main__.TestNN) ... ok (0.010s) 2022-11-23T03:07:09.6993946Z test_SmoothL1Loss_cuda_float (__main__.TestNN) ... ok (0.000s) 2022-11-23T03:07:09.6994245Z test_SmoothL1Loss_cuda_half (__main__.TestNN) ... ok (0.000s) 2022-11-23T03:07:09.6994541Z test_SmoothL1Loss_no_batch_dim_mean (__main__.TestNN) ... ok (0.016s) 2022-11-23T03:07:09.6994868Z test_SmoothL1Loss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... ok (0.005s) 2022-11-23T03:07:09.6995201Z test_SmoothL1Loss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-11-23T03:07:09.6995524Z test_SmoothL1Loss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-11-23T03:07:09.6995816Z test_SmoothL1Loss_no_batch_dim_none (__main__.TestNN) ... ok (0.007s) 2022-11-23T03:07:09.6996148Z test_SmoothL1Loss_no_batch_dim_none_cuda_double (__main__.TestNN) ... ok (0.003s) 2022-11-23T03:07:09.6996471Z test_SmoothL1Loss_no_batch_dim_none_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-11-23T03:07:09.6996789Z test_SmoothL1Loss_no_batch_dim_none_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-11-23T03:07:09.6997086Z test_SmoothL1Loss_no_batch_dim_sum (__main__.TestNN) ... ok (0.006s) 2022-11-23T03:07:09.6997411Z test_SmoothL1Loss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... ok (0.002s) 2022-11-23T03:07:09.6997708Z test_SmoothL1Loss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-11-23T03:07:09.6998028Z test_SmoothL1Loss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... ok (0.000s) 2022-11-23T03:07:09.6998372Z test_SmoothL1Loss_no_reduce (__main__.TestNN) ... ok (0.020s) 2022-11-23T03:07:09.6998668Z test_SmoothL1Loss_no_reduce_cuda (__main__.TestNN) ... ok (0.016s) 2022-11-23T03:07:09.6999019Z test_SmoothL1Loss_no_reduce_scalar (__main__.TestNN) ... ok (0.012s) 2022-11-23T03:07:09.6999382Z test_SmoothL1Loss_no_reduce_scalar_cuda (__main__.TestNN) ... ok (0.007s) 2022-11-23T03:07:09.6999652Z test_SmoothL1Loss_scalar (__main__.TestNN) ... ok (0.010s) 2022-11-23T03:07:09.6999958Z test_SmoothL1Loss_scalar_cuda_double (__main__.TestNN) ... ok (0.000s) 2022-11-23T03:07:09.7000258Z test_SmoothL1Loss_scalar_cuda_float (__main__.TestNN) ... ok (0.000s) 2022-11-23T03:07:09.7000550Z test_SmoothL1Loss_scalar_cuda_half (__main__.TestNN) ... ok (0.000s) 2022-11-23T03:07:09.7000861Z test_SmoothL1Loss_scalar_sum_reduction (__main__.TestNN) ... ok (0.020s) 2022-11-23T03:07:09.7001217Z test_SmoothL1Loss_scalar_sum_reduction_cuda_double (__main__.TestNN) ... ok (0.012s) 2022-11-23T03:07:09.7001556Z test_SmoothL1Loss_scalar_sum_reduction_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-11-23T03:07:09.7001895Z test_SmoothL1Loss_scalar_sum_reduction_cuda_half (__main__.TestNN) ... ok (0.004s) 2022-11-23T03:07:09.7002185Z test_SmoothL1Loss_sum_reduction (__main__.TestNN) ... ok (0.017s) 2022-11-23T03:07:09.7002505Z test_SmoothL1Loss_sum_reduction_cuda_double (__main__.TestNN) ... ok (0.003s) 2022-11-23T03:07:09.7002822Z test_SmoothL1Loss_sum_reduction_cuda_float (__main__.TestNN) ... ok (0.004s) 2022-11-23T03:07:09.7003124Z test_SmoothL1Loss_sum_reduction_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-11-23T03:07:09.7003395Z test_SmoothL1Loss_zero_beta (__main__.TestNN) ... ok (0.018s) 2022-11-23T03:07:09.7003685Z test_SmoothL1Loss_zero_beta_cuda (__main__.TestNN) ... ok (0.019s) 2022-11-23T03:07:09.7003940Z test_SoftMarginLoss (__main__.TestNN) ... ok (0.008s) 2022-11-23T03:07:09.7004377Z test_SoftMarginLoss_cuda_double (__main__.TestNN) ... ok (0.003s) 2022-11-23T03:07:09.7004724Z test_SoftMarginLoss_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-11-23T03:07:09.7005015Z test_SoftMarginLoss_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-11-23T03:07:09.7005324Z test_SoftMarginLoss_no_batch_dim_mean (__main__.TestNN) ... ok (0.003s) 2022-11-23T03:07:09.7005718Z test_SoftMarginLoss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... ok (0.000s) 2022-11-23T03:07:09.7006132Z test_SoftMarginLoss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... ok (0.000s) 2022-11-23T03:07:09.7006575Z test_SoftMarginLoss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... ok (0.000s) 2022-11-23T03:07:09.7006900Z test_SoftMarginLoss_no_batch_dim_none (__main__.TestNN) ... ok (0.016s) 2022-11-23T03:07:09.7007244Z test_SoftMarginLoss_no_batch_dim_none_cuda_double (__main__.TestNN) ... ok (0.003s) 2022-11-23T03:07:09.7007577Z test_SoftMarginLoss_no_batch_dim_none_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-11-23T03:07:09.7007912Z test_SoftMarginLoss_no_batch_dim_none_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-11-23T03:07:09.7008213Z test_SoftMarginLoss_no_batch_dim_sum (__main__.TestNN) ... ok (0.009s) 2022-11-23T03:07:09.7008554Z test_SoftMarginLoss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... ok (0.003s) 2022-11-23T03:07:09.7008866Z test_SoftMarginLoss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-11-23T03:07:09.7009197Z test_SoftMarginLoss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-11-23T03:07:09.7009492Z test_SoftMarginLoss_no_reduce (__main__.TestNN) ... ok (0.015s) 2022-11-23T03:07:09.7009797Z test_SoftMarginLoss_no_reduce_cuda (__main__.TestNN) ... ok (0.024s) 2022-11-23T03:07:09.7010097Z test_SoftMarginLoss_sum_reduction (__main__.TestNN) ... ok (0.008s) 2022-11-23T03:07:09.7010434Z test_SoftMarginLoss_sum_reduction_cuda_double (__main__.TestNN) ... ok (0.000s) 2022-11-23T03:07:09.7010772Z test_SoftMarginLoss_sum_reduction_cuda_float (__main__.TestNN) ... ok (0.006s) 2022-11-23T03:07:09.7011101Z test_SoftMarginLoss_sum_reduction_cuda_half (__main__.TestNN) ... ok (0.000s) 2022-11-23T03:07:09.7011395Z test_Softmax (__main__.TestNN) ... ok (0.030s) 2022-11-23T03:07:09.7011632Z test_Softmax2d (__main__.TestNN) ... ok (0.024s) 2022-11-23T03:07:09.7011885Z test_Softmax2d_cuda (__main__.TestNN) ... ok (0.025s) 2022-11-23T03:07:09.7012228Z test_Softmax2d_no_batch_dim (__main__.TestNN) ... ok (0.033s) 2022-11-23T03:07:09.7012591Z test_Softmax2d_no_batch_dim_cuda (__main__.TestNN) ... ok (0.013s) 2022-11-23T03:07:09.7012847Z test_Softmax_cuda (__main__.TestNN) ... ok (0.027s) 2022-11-23T03:07:09.7013114Z test_Softmax_no_batch_dim (__main__.TestNN) ... ok (0.018s) 2022-11-23T03:07:09.7013396Z test_Softmax_no_batch_dim_cuda (__main__.TestNN) ... ok (0.019s) 2022-11-23T03:07:09.7013624Z test_Softmax_scalar (__main__.TestNN) ... ok (0.015s) 2022-11-23T03:07:09.7013897Z test_Softmax_scalar_cuda (__main__.TestNN) ... ok (0.006s) 2022-11-23T03:07:09.7014128Z test_Softmin (__main__.TestNN) ... ok (0.028s) 2022-11-23T03:07:09.7014373Z test_Softmin_cuda (__main__.TestNN) ... ok (0.018s) 2022-11-23T03:07:09.7014627Z test_Softmin_multidim (__main__.TestNN) ... ok (0.012s) 2022-11-23T03:07:09.7014899Z test_Softmin_multidim_cuda (__main__.TestNN) ... ok (0.032s) 2022-11-23T03:07:09.7015164Z test_Softmin_no_batch_dim (__main__.TestNN) ... ok (0.021s) 2022-11-23T03:07:09.7015444Z test_Softmin_no_batch_dim_cuda (__main__.TestNN) ... ok (0.021s) 2022-11-23T03:07:09.7015694Z test_Softmin_scalar (__main__.TestNN) ... ok (0.016s) 2022-11-23T03:07:09.7015960Z test_Softmin_scalar_cuda (__main__.TestNN) ... ok (0.009s) 2022-11-23T03:07:09.7016194Z test_Softplus (__main__.TestNN) ... ok (0.019s) 2022-11-23T03:07:09.7016442Z test_Softplus_beta (__main__.TestNN) ... ok (0.016s) 2022-11-23T03:07:09.7016711Z test_Softplus_beta_cuda (__main__.TestNN) ... ok (0.026s) 2022-11-23T03:07:09.7017131Z test_Softplus_beta_threshold (__main__.TestNN) ... ok (0.024s) 2022-11-23T03:07:09.7017429Z test_Softplus_beta_threshold_cuda (__main__.TestNN) ... ok (0.017s) 2022-11-23T03:07:09.7017707Z test_Softplus_beta_threshold_scalar (__main__.TestNN) ... ok (0.010s) 2022-11-23T03:07:09.7018086Z test_Softplus_beta_threshold_scalar_cuda (__main__.TestNN) ... ok (0.010s) 2022-11-23T03:07:09.7018338Z test_Softplus_cuda (__main__.TestNN) ... ok (0.018s) 2022-11-23T03:07:09.7018656Z test_Softplus_no_batch_dim (__main__.TestNN) ... ok (0.014s) 2022-11-23T03:07:09.7019127Z test_Softplus_no_batch_dim_cuda (__main__.TestNN) ... ok (0.019s) 2022-11-23T03:07:09.7019394Z test_Softshrink (__main__.TestNN) ... ok (0.019s) 2022-11-23T03:07:09.7019651Z test_Softshrink_cuda (__main__.TestNN) ... ok (0.016s) 2022-11-23T03:07:09.7019909Z test_Softshrink_lambda (__main__.TestNN) ... ok (0.017s) 2022-11-23T03:07:09.7020182Z test_Softshrink_lambda_cuda (__main__.TestNN) ... ok (0.021s) 2022-11-23T03:07:09.7020467Z test_Softshrink_lambda_scalar (__main__.TestNN) ... ok (0.013s) 2022-11-23T03:07:09.7020761Z test_Softshrink_lambda_scalar_cuda (__main__.TestNN) ... ok (0.009s) 2022-11-23T03:07:09.7021035Z test_Softshrink_no_batch_dim (__main__.TestNN) ... ok (0.012s) 2022-11-23T03:07:09.7021324Z test_Softshrink_no_batch_dim_cuda (__main__.TestNN) ... ok (0.015s) 2022-11-23T03:07:09.7021550Z test_Softsign (__main__.TestNN) ... ok (0.023s) 2022-11-23T03:07:09.7021796Z test_Softsign_cuda (__main__.TestNN) ... ok (0.019s) 2022-11-23T03:07:09.7022042Z test_Softsign_no_batch_dim (__main__.TestNN) ... ok (0.015s) 2022-11-23T03:07:09.7022325Z test_Softsign_no_batch_dim_cuda (__main__.TestNN) ... ok (0.021s) 2022-11-23T03:07:09.7022581Z test_Softsign_scalar (__main__.TestNN) ... ok (0.019s) 2022-11-23T03:07:09.7022845Z test_Softsign_scalar_cuda (__main__.TestNN) ... ok (0.009s) 2022-11-23T03:07:09.7023059Z test_Tanh (__main__.TestNN) ... ok (0.022s) 2022-11-23T03:07:09.7023291Z test_Tanh_cuda (__main__.TestNN) ... ok (0.019s) 2022-11-23T03:07:09.7023544Z test_Tanh_no_batch_dim (__main__.TestNN) ... ok (0.021s) 2022-11-23T03:07:09.7023810Z test_Tanh_no_batch_dim_cuda (__main__.TestNN) ... ok (0.020s) 2022-11-23T03:07:09.7024044Z test_Tanh_scalar (__main__.TestNN) ... ok (0.016s) 2022-11-23T03:07:09.7024357Z test_Tanh_scalar_cuda (__main__.TestNN) ... ok (0.010s) 2022-11-23T03:07:09.7024605Z test_Tanhshrink (__main__.TestNN) ... ok (0.015s) 2022-11-23T03:07:09.7024860Z test_Tanhshrink_cuda (__main__.TestNN) ... ok (0.027s) 2022-11-23T03:07:09.7025196Z test_Tanhshrink_no_batch_dim (__main__.TestNN) ... ok (0.020s) 2022-11-23T03:07:09.7025569Z test_Tanhshrink_no_batch_dim_cuda (__main__.TestNN) ... ok (0.014s) 2022-11-23T03:07:09.7025831Z test_Tanhshrink_scalar (__main__.TestNN) ... ok (0.010s) 2022-11-23T03:07:09.7026082Z test_Tanhshrink_scalar_cuda (__main__.TestNN) ... ok (0.010s) 2022-11-23T03:07:09.7026358Z test_Threshold_large_value (__main__.TestNN) ... ok (0.023s) 2022-11-23T03:07:09.7026644Z test_Threshold_large_value_cuda (__main__.TestNN) ... ok (0.020s) 2022-11-23T03:07:09.7026909Z test_Threshold_no_batch_dim (__main__.TestNN) ... ok (0.011s) 2022-11-23T03:07:09.7027194Z test_Threshold_no_batch_dim_cuda (__main__.TestNN) ... ok (0.019s) 2022-11-23T03:07:09.7027476Z test_Threshold_threshold_value (__main__.TestNN) ... ok (0.021s) 2022-11-23T03:07:09.7027776Z test_Threshold_threshold_value_cuda (__main__.TestNN) ... ok (0.017s) 2022-11-23T03:07:09.7028082Z test_Threshold_threshold_value_scalar (__main__.TestNN) ... ok (0.016s) 2022-11-23T03:07:09.7028400Z test_Threshold_threshold_value_scalar_cuda (__main__.TestNN) ... ok (0.006s) 2022-11-23T03:07:09.7028749Z test_TransformerDecoderLayer_gelu_activation (__main__.TestNN) ... ok (0.193s) 2022-11-23T03:07:09.7029112Z test_TransformerDecoderLayer_gelu_activation_cuda (__main__.TestNN) ... ok (0.142s) 2022-11-23T03:07:09.7029595Z test_TransformerDecoderLayer_relu_activation (__main__.TestNN) ... ok (0.190s) 2022-11-23T03:07:09.7029953Z test_TransformerDecoderLayer_relu_activation_cuda (__main__.TestNN) ... ok (0.153s) 2022-11-23T03:07:09.7030299Z test_TransformerEncoderLayer_gelu_activation (__main__.TestNN) ... ok (0.108s) 2022-11-23T03:07:09.7030659Z test_TransformerEncoderLayer_gelu_activation_cuda (__main__.TestNN) ... ok (0.088s) 2022-11-23T03:07:09.7031083Z test_TransformerEncoderLayer_relu_activation (__main__.TestNN) ... ok (0.285s) 2022-11-23T03:07:09.7031444Z test_TransformerEncoderLayer_relu_activation_cuda (__main__.TestNN) ... ok (0.117s) 2022-11-23T03:07:09.7031845Z test_Transformer_cell (__main__.TestNN) ... ok (1.824s) 2022-11-23T03:07:09.7032225Z test_Transformer_multilayer_coder (__main__.TestNN) ... ok (0.873s) 2022-11-23T03:07:09.7032533Z test_Transformer_multilayer_coder_cuda (__main__.TestNN) ... ok (0.371s) 2022-11-23T03:07:09.7032858Z test_TripletMarginLoss_no_batch_dim_mean (__main__.TestNN) ... ok (0.022s) 2022-11-23T03:07:09.7033214Z test_TripletMarginLoss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... ok (0.004s) 2022-11-23T03:07:09.7033565Z test_TripletMarginLoss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... ok (0.004s) 2022-11-23T03:07:09.7033912Z test_TripletMarginLoss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... ok (0.004s) 2022-11-23T03:07:09.7034229Z test_TripletMarginLoss_no_batch_dim_none (__main__.TestNN) ... ok (0.018s) 2022-11-23T03:07:09.7034572Z test_TripletMarginLoss_no_batch_dim_none_cuda_double (__main__.TestNN) ... ok (0.003s) 2022-11-23T03:07:09.7034920Z test_TripletMarginLoss_no_batch_dim_none_cuda_float (__main__.TestNN) ... ok (0.000s) 2022-11-23T03:07:09.7035263Z test_TripletMarginLoss_no_batch_dim_none_cuda_half (__main__.TestNN) ... ok (0.008s) 2022-11-23T03:07:09.7035576Z test_TripletMarginLoss_no_batch_dim_sum (__main__.TestNN) ... ok (0.018s) 2022-11-23T03:07:09.7035924Z test_TripletMarginLoss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... ok (0.004s) 2022-11-23T03:07:09.7036276Z test_TripletMarginLoss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... ok (0.004s) 2022-11-23T03:07:09.7036614Z test_TripletMarginLoss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... ok (0.004s) 2022-11-23T03:07:09.7036886Z test_Unflatten_no_batch_dim (__main__.TestNN) ... ok (0.017s) 2022-11-23T03:07:09.7037175Z test_Unflatten_no_batch_dim_cuda (__main__.TestNN) ... ok (0.015s) 2022-11-23T03:07:09.7037462Z test_Unfold (__main__.TestNN) ... ok (0.017s) 2022-11-23T03:07:09.7037684Z test_Unfold_cuda (__main__.TestNN) ... ok (0.018s) 2022-11-23T03:07:09.7037940Z test_Unfold_int_input (__main__.TestNN) ... ok (0.017s) 2022-11-23T03:07:09.7038262Z test_Unfold_int_input_cuda (__main__.TestNN) ... ok (0.017s) 2022-11-23T03:07:09.7038500Z test_ZeroPad2d (__main__.TestNN) ... ok (0.023s) 2022-11-23T03:07:09.7038833Z test_ZeroPad2d_complex (__main__.TestNN) ... ok (0.040s) 2022-11-23T03:07:09.7039113Z test_ZeroPad2d_complex_cuda (__main__.TestNN) ... ok (0.028s) 2022-11-23T03:07:09.7039366Z test_ZeroPad2d_cuda (__main__.TestNN) ... ok (0.021s) 2022-11-23T03:07:09.7039646Z test_ZeroPad2d_negative_dims (__main__.TestNN) ... ok (0.023s) 2022-11-23T03:07:09.7039939Z test_ZeroPad2d_negative_dims_cuda (__main__.TestNN) ... ok (0.020s) 2022-11-23T03:07:09.7040210Z test_ZeroPad2d_no_batch_dim (__main__.TestNN) ... ok (0.028s) 2022-11-23T03:07:09.7040490Z test_ZeroPad2d_no_batch_dim_cuda (__main__.TestNN) ... ok (0.017s) 2022-11-23T03:07:09.7040754Z test_adaptive_log_softmax (__main__.TestNN) ... ok (0.021s) 2022-11-23T03:07:09.7040987Z test_add_module (__main__.TestNN) ... ok (0.010s) 2022-11-23T03:07:09.7041300Z test_add_module_raises_error_if_attr_exists (__main__.TestNN) ... ok (0.000s) 2022-11-23T03:07:09.7041537Z test_affine_grid (__main__.TestNN) ... ok (0.010s) 2022-11-23T03:07:09.7041759Z test_affine_grid_3d (__main__.TestNN) ... ok (0.026s) 2022-11-23T03:07:09.7042037Z test_affine_grid_error_checking (__main__.TestNN) ... ok (0.008s) 2022-11-23T03:07:09.7042415Z test_assignment (__main__.TestNN) ... ok (0.010s) 2022-11-23T03:07:09.7042703Z test_backward_hooks_interaction (__main__.TestNN) ... ok (0.003s) 2022-11-23T03:07:09.7043055Z test_batchnorm_buffer_update_when_stats_are_not_tracked (__main__.TestNN) ... ok (0.003s) 2022-11-23T03:07:09.7043323Z test_batchnorm_cudnn_half (__main__.TestNN) ... ok (0.006s) 2022-11-23T03:07:09.7043585Z test_batchnorm_cudnn_nhwc (__main__.TestNN) ... ok (0.008s) 2022-11-23T03:07:09.7043911Z test_batchnorm_nhwc_cpu (__main__.TestNN) ... ok (0.031s) 2022-11-23T03:07:09.7044296Z test_batchnorm_nhwc_cuda (__main__.TestNN) ... ok (0.004s) 2022-11-23T03:07:09.7044590Z test_batchnorm_non_contig_cpu (__main__.TestNN) ... ok (0.008s) 2022-11-23T03:07:09.7045044Z test_batchnorm_nonaffine_cuda_half_input (__main__.TestNN) ... ok (0.004s) 2022-11-23T03:07:09.7045410Z test_batchnorm_raises_error_if_bias_is_not_same_size_as_input (__main__.TestNN) ... ok (0.003s) 2022-11-23T03:07:09.7045792Z test_batchnorm_raises_error_if_less_than_one_value_per_channel (__main__.TestNN) ... ok (0.000s) 2022-11-23T03:07:09.7046176Z test_batchnorm_raises_error_if_running_mean_is_not_same_size_as_input (__main__.TestNN) ... ok (0.006s) 2022-11-23T03:07:09.7046556Z test_batchnorm_raises_error_if_running_var_is_not_same_size_as_input (__main__.TestNN) ... ok (0.000s) 2022-11-23T03:07:09.7046968Z test_batchnorm_raises_error_if_running_var_or_running_mean_have_forward_grad (__main__.TestNN) ... ok (0.000s) 2022-11-23T03:07:09.7047341Z test_batchnorm_raises_error_if_weight_is_not_same_size_as_input (__main__.TestNN) ... ok (0.012s) 2022-11-23T03:07:09.7047610Z test_bce_loss_always_nonnegative (__main__.TestNN) ... ok (0.003s) 2022-11-23T03:07:09.7047895Z test_bce_loss_broadcasts_weights (__main__.TestNN) ... ok (0.004s) 2022-11-23T03:07:09.7048161Z test_bce_loss_input_range (__main__.TestNN) ... ok (0.005s) 2022-11-23T03:07:09.7048431Z test_bce_loss_size_mismatch (__main__.TestNN) ... ok (0.002s) 2022-11-23T03:07:09.7048751Z test_bce_with_logits_broadcasts_pos_weights (__main__.TestNN) ... ok (0.004s) 2022-11-23T03:07:09.7049056Z test_bce_with_logits_broadcasts_weights (__main__.TestNN) ... ok (0.004s) 2022-11-23T03:07:09.7049421Z test_bce_with_logits_gives_same_result_as_sigmoid_and_bce_loss (__main__.TestNN) ... ok (0.009s) 2022-11-23T03:07:09.7049842Z test_bce_with_logits_gives_same_result_as_sigmoid_and_bce_loss_large_tensors_with_grad (__main__.TestNN) ... ok (0.133s) 2022-11-23T03:07:09.7050161Z test_bce_with_logits_has_correct_forward_grad (__main__.TestNN) ... ok (0.019s) 2022-11-23T03:07:09.7050554Z test_bce_with_logits_has_correct_grad_at_zero (__main__.TestNN) ... ok (0.002s) 2022-11-23T03:07:09.7050917Z test_bce_with_logits_ones_in_pos_weights_are_the_same_as_none (__main__.TestNN) ... ok (0.002s) 2022-11-23T03:07:09.7051388Z test_bce_with_logits_raises_if_target_and_input_are_different_size (__main__.TestNN) ... ok (0.002s) 2022-11-23T03:07:09.7051721Z test_bce_with_logits_stability (__main__.TestNN) ... ok (0.002s) 2022-11-23T03:07:09.7052073Z test_bce_with_logits_with_pos_weight_has_correct_grad_at_zero (__main__.TestNN) ... ok (0.003s) 2022-11-23T03:07:09.7052292Z test_bilinear (__main__.TestNN) ... ok (0.007s) 2022-11-23T03:07:09.7052557Z test_bilinear_broadcasting (__main__.TestNN) ... ok (0.003s) 2022-11-23T03:07:09.7052796Z test_bilinear_no_bias (__main__.TestNN) ... ok (0.042s) 2022-11-23T03:07:09.7053061Z test_bilinear_non_contiguous (__main__.TestNN) ... ok (0.013s) 2022-11-23T03:07:09.7053435Z test_broadcast_double_backwards_gpu (__main__.TestNN) ... skip: multi-GPU not supported (0.001s) 2022-11-23T03:07:09.7053772Z test_broadcast_no_grad (__main__.TestNN) ... skip: multi-GPU not supported (0.001s) 2022-11-23T03:07:09.7054141Z test_broadcast_not_requiring_grad (__main__.TestNN) ... skip: multi-GPU not supported (0.002s) 2022-11-23T03:07:09.7054404Z test_buffer_not_persistent (__main__.TestNN) ... ok (0.003s) 2022-11-23T03:07:09.7054826Z test_buffer_not_persistent_assign (__main__.TestNN) ... ok (0.003s) 2022-11-23T03:07:09.7055095Z test_buffer_not_persistent_del (__main__.TestNN) ... ok (0.002s) 2022-11-23T03:07:09.7055368Z test_buffer_not_persistent_load (__main__.TestNN) ... ok (0.002s) 2022-11-23T03:07:09.7055659Z test_buffer_not_persistent_overwrite (__main__.TestNN) ... ok (0.003s) 2022-11-23T03:07:09.7055925Z test_buffers_and_named_buffers (__main__.TestNN) ... ok (0.006s) 2022-11-23T03:07:09.7056161Z test_caching_parametrization (__main__.TestNN) 2022-11-23T03:07:09.7057095Z Test the caching system of a parametrization ... ok (0.006s) 2022-11-23T03:07:09.7057546Z test_caching_parametrization_with_transfer_parametrizations_and_params (__main__.TestNN) 2022-11-23T03:07:09.7057999Z Test that transferring parametrizations doesn't cause issues with caching ... ok (0.009s) 2022-11-23T03:07:09.7059309Z test_call_supports_python_dict_output (__main__.TestNN) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\module.py:1284: UserWarning: Using non-full backward hooks on a Module that does not return a single Tensor or a tuple of Tensors is deprecated and will be removed in future versions. This hook will be missing some of the grad_output. Please use register_full_backward_hook to get the documented behavior. 2022-11-23T03:07:09.7059669Z warnings.warn("Using non-full backward hooks on a Module that does not return a " 2022-11-23T03:07:09.7059796Z ok (0.004s) 2022-11-23T03:07:09.7060035Z test_channel_shuffle (__main__.TestNN) ... ok (0.011s) 2022-11-23T03:07:09.7060320Z test_channel_shuffle_return_self (__main__.TestNN) ... ok (0.000s) 2022-11-23T03:07:09.7060537Z test_children (__main__.TestNN) ... ok (0.000s) 2022-11-23T03:07:09.7060762Z test_clip_grad_norm (__main__.TestNN) ... ok (0.038s) 2022-11-23T03:07:09.7060999Z test_clip_grad_value (__main__.TestNN) ... ok (0.006s) 2022-11-23T03:07:09.7061233Z test_compute_nparams_to_prune (__main__.TestNN) 2022-11-23T03:07:09.7061551Z Test that requested pruning `amount` gets translated into the ... ok (0.002s) 2022-11-23T03:07:09.7061792Z test_container_copy (__main__.TestNN) ... ok (0.003s) 2022-11-23T03:07:09.7062061Z test_convert_sync_batchnorm (__main__.TestNN) ... ok (0.005s) 2022-11-23T03:07:09.7062368Z test_cosine_embedding_loss_invalid_shape (__main__.TestNN) ... ok (0.006s) 2022-11-23T03:07:09.7062678Z test_cosine_embedding_loss_margin_no_reduce (__main__.TestNN) ... ok (0.014s) 2022-11-23T03:07:09.7062965Z test_cosine_embedding_loss_no_reduce (__main__.TestNN) ... ok (0.013s) 2022-11-23T03:07:09.7063278Z test_cosine_embedding_loss_with_diff_type (__main__.TestNN) ... ok (0.317s) 2022-11-23T03:07:09.7063536Z test_cosine_similarity (__main__.TestNN) ... ok (0.005s) 2022-11-23T03:07:09.7063874Z test_cross_entropy_loss (__main__.TestNN) ... ok (0.004s) 2022-11-23T03:07:09.7064161Z test_cross_entropy_loss_precision (__main__.TestNN) ... ok (7.899s) 2022-11-23T03:07:09.7064487Z test_cross_entropy_loss_zero_div (__main__.TestNN) ... ok (0.002s) 2022-11-23T03:07:09.7064933Z test_cudnn_rnn_dropout_states_device (__main__.TestNN) ... skip: CUDNN or multi-gpu not available (0.001s) 2022-11-23T03:07:09.7065208Z test_cudnn_weight_format (__main__.TestNN) ... ok (0.065s) 2022-11-23T03:07:09.7065453Z test_cudnn_weight_tying (__main__.TestNN) ... ok (0.033s) 2022-11-23T03:07:09.7065689Z test_custom_from_mask_pruning (__main__.TestNN) 2022-11-23T03:07:09.7065989Z Test that the CustomFromMask is capable of receiving ... ok (0.000s) 2022-11-23T03:07:09.7066255Z test_deepcopy_after_parametrization (__main__.TestNN) 2022-11-23T03:07:09.7066631Z Test that we are able to create a deepcopy of the module when it's parametrized. ... ok (0.028s) 2022-11-23T03:07:09.7066836Z test_dir (__main__.TestNN) ... ok (0.003s) 2022-11-23T03:07:09.7067052Z test_dir_digit (__main__.TestNN) ... ok (0.002s) 2022-11-23T03:07:09.7067316Z test_elu_inplace_gradgrad (__main__.TestNN) ... ok (0.009s) 2022-11-23T03:07:09.7067733Z test_elu_inplace_on_view (__main__.TestNN) ... ok (0.010s) 2022-11-23T03:07:09.7068004Z test_error_RNN_seq_len_zero (__main__.TestNN) ... ok (0.022s) 2022-11-23T03:07:09.7068348Z test_errors_parametrized_tensor_parametrization (__main__.TestNN) ... ok (0.011s) 2022-11-23T03:07:09.7068693Z test_errors_unparametrized_tensor_parametrization (__main__.TestNN) ... ok (0.014s) 2022-11-23T03:07:09.7068923Z test_extra_state (__main__.TestNN) ... ok (0.005s) 2022-11-23T03:07:09.7069226Z test_extra_state_missing_get_extra_state (__main__.TestNN) ... ok (0.001s) 2022-11-23T03:07:09.7069617Z test_extra_state_missing_set_extra_state (__main__.TestNN) ... ok (0.002s) 2022-11-23T03:07:09.7069890Z test_extra_state_non_dict (__main__.TestNN) ... ok (0.003s) 2022-11-23T03:07:09.7070971Z test_fb_fc_packed (__main__.TestNN) ... C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:5090: UserWarning: fbgemm_pack_gemm_matrix_fp16 is deprecated and will be removed in a future PyTorch release. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\QuantizedLinear.cpp:382.) 2022-11-23T03:07:09.7071342Z packed_w_tensor = torch.fbgemm_pack_gemm_matrix_fp16(w_tensor) 2022-11-23T03:07:09.7072364Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:5091: UserWarning: fbgemm_linear_fp16_weight_fp32_activation is deprecated and will be removed in a future PyTorch release. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\QuantizedLinear.cpp:417.) 2022-11-23T03:07:09.7072727Z actual_output = torch.fbgemm_linear_fp16_weight(x_tensor, packed_w_tensor, b_tensor) 2022-11-23T03:07:09.7072844Z ok (0.006s) 2022-11-23T03:07:09.7073064Z test_flatten (__main__.TestNN) ... ok (0.000s) 2022-11-23T03:07:09.7073307Z test_fold_invalid_arg (__main__.TestNN) ... ok (0.013s) 2022-11-23T03:07:09.7073571Z test_gaussian_nll_loss_args (__main__.TestNN) ... ok (0.003s) 2022-11-23T03:07:09.7073871Z test_gaussian_nll_loss_broadcasting (__main__.TestNN) ... ok (0.008s) 2022-11-23T03:07:09.7074090Z test_get_buffer (__main__.TestNN) ... ok (0.003s) 2022-11-23T03:07:09.7074360Z test_get_buffer_from_submodules (__main__.TestNN) ... ok (0.005s) 2022-11-23T03:07:09.7074666Z test_getattr_with_property (__main__.TestNN) ... expected failure (0.002s) 2022-11-23T03:07:09.7074863Z test_global_pruning (__main__.TestNN) 2022-11-23T03:07:09.7075204Z Test that global l1 unstructured pruning over 2 parameters removes ... ok (0.006s) 2022-11-23T03:07:09.7075467Z test_global_pruning_importance_scores (__main__.TestNN) 2022-11-23T03:07:09.7075804Z Test that global l1 unstructured pruning over 2 parameters removes ... ok (0.005s) 2022-11-23T03:07:09.7076034Z test_grid_sample (__main__.TestNN) ... ok (7.837s) 2022-11-23T03:07:09.7076272Z test_grid_sample_3d (__main__.TestNN) ... ok (0.591s) 2022-11-23T03:07:09.7077422Z test_grid_sample_error_checking (__main__.TestNN) ... 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:07:09.7077629Z warnings.warn( 2022-11-23T03:07:09.7077748Z ok (0.013s) 2022-11-23T03:07:09.7078068Z test_hardtanh_backward (__main__.TestNN) ... ok (0.226s) 2022-11-23T03:07:09.7078354Z test_hardtanh_inplace_gradgrad (__main__.TestNN) ... ok (0.017s) 2022-11-23T03:07:09.7078601Z test_hook_backward_size (__main__.TestNN) ... ok (0.006s) 2022-11-23T03:07:09.7079362Z test_hook_backward_writeable (__main__.TestNN) ... 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:07:09.7079738Z warnings.warn("nn.functional.sigmoid is deprecated. Use torch.sigmoid instead.") 2022-11-23T03:07:09.7080948Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\module.py:1319: UserWarning: Using a non-full backward hook when the forward contains multiple autograd Nodes is deprecated and will be removed in future versions. This hook will be missing some grad_input. Please use register_full_backward_hook to get the documented behavior. 2022-11-23T03:07:09.7081352Z warnings.warn("Using a non-full backward hook when the forward contains multiple autograd Nodes " 2022-11-23T03:07:09.7081483Z ok (0.004s) 2022-11-23T03:07:09.7081759Z test_hook_buffer_registration (__main__.TestNN) ... ok (0.003s) 2022-11-23T03:07:09.7082081Z test_hook_cpp (__main__.TestNN) ... ok (0.003s) 2022-11-23T03:07:09.7082352Z test_hook_extra_input (__main__.TestNN) ... ok (0.003s) 2022-11-23T03:07:09.7082655Z test_hook_forward_preforward_writable (__main__.TestNN) ... ok (0.004s) 2022-11-23T03:07:09.7082895Z test_hook_inplace (__main__.TestNN) ... ok (0.012s) 2022-11-23T03:07:09.7083166Z test_hook_invalid_outputs (__main__.TestNN) ... ok (0.005s) 2022-11-23T03:07:09.7083513Z test_hook_last_arg_requires_grad (__main__.TestNN) ... ok (0.003s) 2022-11-23T03:07:09.7083777Z test_hook_no_requires_grad (__main__.TestNN) ... ok (0.006s) 2022-11-23T03:07:09.7084097Z test_hook_non_full_warning (__main__.TestNN) ... ok (0.028s) 2022-11-23T03:07:09.7084389Z test_hook_parameter_registration (__main__.TestNN) ... ok (0.003s) 2022-11-23T03:07:09.7084690Z test_hook_requires_grad (__main__.TestNN) ... ok (0.004s) 2022-11-23T03:07:09.7084991Z test_hook_submodule_registration (__main__.TestNN) ... ok (0.003s) 2022-11-23T03:07:09.7086142Z test_hooks (__main__.TestNN) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\module.py:1319: UserWarning: Using a non-full backward hook when the forward contains multiple autograd Nodes is deprecated and will be removed in future versions. This hook will be missing some grad_input. Please use register_full_backward_hook to get the documented behavior. 2022-11-23T03:07:09.7086549Z warnings.warn("Using a non-full backward hook when the forward contains multiple autograd Nodes " 2022-11-23T03:07:09.7086679Z ok (0.036s) 2022-11-23T03:07:09.7086951Z test_huber_loss_invalid_delta (__main__.TestNN) ... ok (0.004s) 2022-11-23T03:07:09.7087164Z test_identity_pruning (__main__.TestNN) 2022-11-23T03:07:09.7087464Z Test that a mask of 1s does not change forward or backward. ... ok (0.007s) 2022-11-23T03:07:09.7087734Z test_initialization_parametrization (__main__.TestNN) 2022-11-23T03:07:09.7088082Z Test that it is possible to initialize a parametrization when it ... ok (0.012s) 2022-11-23T03:07:09.7088314Z test_inplace_thnn (__main__.TestNN) ... ok (0.005s) 2022-11-23T03:07:09.7088552Z test_interpolate (__main__.TestNN) ... ok (0.762s) 2022-11-23T03:07:09.7088826Z test_interpolate_bicubic_2d (__main__.TestNN) ... ok (0.018s) 2022-11-23T03:07:09.7089113Z test_interpolate_bicubic_2d_cuda (__main__.TestNN) ... ok (0.017s) 2022-11-23T03:07:09.7089408Z test_interpolate_bicubic_2d_zero_dim (__main__.TestNN) ... ok (0.014s) 2022-11-23T03:07:09.7089710Z test_interpolate_bicubic_2d_zero_dim_cuda (__main__.TestNN) ... ok (0.007s) 2022-11-23T03:07:09.7090071Z test_interpolate_bicubic_scale_2d (__main__.TestNN) ... ok (0.016s) 2022-11-23T03:07:09.7090370Z test_interpolate_bicubic_scale_2d_cuda (__main__.TestNN) ... ok (0.025s) 2022-11-23T03:07:09.7090741Z test_interpolate_bicubic_scale_tuple_shared_2d (__main__.TestNN) ... ok (0.012s) 2022-11-23T03:07:09.7091142Z test_interpolate_bicubic_scale_tuple_shared_2d_cuda (__main__.TestNN) ... ok (0.022s) 2022-11-23T03:07:09.7091477Z test_interpolate_bicubic_scale_tuple_skewed_2d (__main__.TestNN) ... ok (0.017s) 2022-11-23T03:07:09.7091879Z test_interpolate_bicubic_scale_tuple_skewed_2d_align_corners (__main__.TestNN) ... ok (0.014s) 2022-11-23T03:07:09.7092261Z test_interpolate_bicubic_scale_tuple_skewed_2d_align_corners_cuda (__main__.TestNN) ... ok (0.016s) 2022-11-23T03:07:09.7092740Z test_interpolate_bicubic_scale_tuple_skewed_2d_cuda (__main__.TestNN) ... ok (0.010s) 2022-11-23T03:07:09.7093026Z test_interpolate_bicubic_tuple_2d (__main__.TestNN) ... ok (0.023s) 2022-11-23T03:07:09.7093350Z test_interpolate_bicubic_tuple_2d_align_corners (__main__.TestNN) ... ok (0.016s) 2022-11-23T03:07:09.7093693Z test_interpolate_bicubic_tuple_2d_align_corners_cuda (__main__.TestNN) ... ok (0.016s) 2022-11-23T03:07:09.7093993Z test_interpolate_bicubic_tuple_2d_cuda (__main__.TestNN) ... ok (0.014s) 2022-11-23T03:07:09.7094262Z test_interpolate_bilinear_2d (__main__.TestNN) ... ok (0.015s) 2022-11-23T03:07:09.7094653Z test_interpolate_bilinear_2d_cuda (__main__.TestNN) ... ok (0.017s) 2022-11-23T03:07:09.7094972Z test_interpolate_bilinear_2d_zero_dim (__main__.TestNN) ... ok (0.015s) 2022-11-23T03:07:09.7095280Z test_interpolate_bilinear_2d_zero_dim_cuda (__main__.TestNN) ... ok (0.013s) 2022-11-23T03:07:09.7095578Z test_interpolate_bilinear_scale_2d (__main__.TestNN) ... ok (0.012s) 2022-11-23T03:07:09.7095886Z test_interpolate_bilinear_scale_2d_cuda (__main__.TestNN) ... ok (0.016s) 2022-11-23T03:07:09.7096214Z test_interpolate_bilinear_scale_tuple_shared_2d (__main__.TestNN) ... ok (0.017s) 2022-11-23T03:07:09.7096655Z test_interpolate_bilinear_scale_tuple_shared_2d_cuda (__main__.TestNN) ... ok (0.017s) 2022-11-23T03:07:09.7096971Z test_interpolate_bilinear_scale_tuple_skewed_2d (__main__.TestNN) ... ok (0.014s) 2022-11-23T03:07:09.7097416Z test_interpolate_bilinear_scale_tuple_skewed_2d_align_corners (__main__.TestNN) ... ok (0.013s) 2022-11-23T03:07:09.7097873Z test_interpolate_bilinear_scale_tuple_skewed_2d_align_corners_cuda (__main__.TestNN) ... ok (0.018s) 2022-11-23T03:07:09.7098218Z test_interpolate_bilinear_scale_tuple_skewed_2d_cuda (__main__.TestNN) ... ok (0.015s) 2022-11-23T03:07:09.7098508Z test_interpolate_bilinear_tuple_2d (__main__.TestNN) ... ok (0.014s) 2022-11-23T03:07:09.7098846Z test_interpolate_bilinear_tuple_2d_align_corners (__main__.TestNN) ... ok (0.015s) 2022-11-23T03:07:09.7099195Z test_interpolate_bilinear_tuple_2d_align_corners_cuda (__main__.TestNN) ... ok (0.015s) 2022-11-23T03:07:09.7099496Z test_interpolate_bilinear_tuple_2d_cuda (__main__.TestNN) ... ok (0.017s) 2022-11-23T03:07:09.7099803Z test_interpolate_illegal_memory_access (__main__.TestNN) ... ok (0.003s) 2022-11-23T03:07:09.7100073Z test_interpolate_linear_1d (__main__.TestNN) ... ok (0.016s) 2022-11-23T03:07:09.7100383Z test_interpolate_linear_1d_align_corners (__main__.TestNN) ... ok (0.011s) 2022-11-23T03:07:09.7100708Z test_interpolate_linear_1d_align_corners_cuda (__main__.TestNN) ... ok (0.020s) 2022-11-23T03:07:09.7100986Z test_interpolate_linear_1d_cuda (__main__.TestNN) ... ok (0.018s) 2022-11-23T03:07:09.7101282Z test_interpolate_linear_1d_zero_dim (__main__.TestNN) ... ok (0.008s) 2022-11-23T03:07:09.7101596Z test_interpolate_linear_1d_zero_dim_cuda (__main__.TestNN) ... ok (0.019s) 2022-11-23T03:07:09.7101896Z test_interpolate_linear_scale_1d (__main__.TestNN) ... ok (0.019s) 2022-11-23T03:07:09.7102229Z test_interpolate_linear_scale_1d_align_corners (__main__.TestNN) ... ok (0.016s) 2022-11-23T03:07:09.7102577Z test_interpolate_linear_scale_1d_align_corners_cuda (__main__.TestNN) ... ok (0.009s) 2022-11-23T03:07:09.7102948Z test_interpolate_linear_scale_1d_cuda (__main__.TestNN) ... ok (0.023s) 2022-11-23T03:07:09.7103252Z test_interpolate_linear_tuple_1d (__main__.TestNN) ... ok (0.014s) 2022-11-23T03:07:09.7103557Z test_interpolate_linear_tuple_1d_cuda (__main__.TestNN) ... ok (0.016s) 2022-11-23T03:07:09.7103921Z test_interpolate_nearest_1d (__main__.TestNN) ... ok (0.006s) 2022-11-23T03:07:09.7104286Z test_interpolate_nearest_1d_cuda (__main__.TestNN) ... ok (0.023s) 2022-11-23T03:07:09.7104590Z test_interpolate_nearest_1d_zero_dim (__main__.TestNN) ... ok (0.014s) 2022-11-23T03:07:09.7104909Z test_interpolate_nearest_1d_zero_dim_cuda (__main__.TestNN) ... ok (0.013s) 2022-11-23T03:07:09.7105323Z test_interpolate_nearest_2d (__main__.TestNN) ... ok (0.014s) 2022-11-23T03:07:09.7105617Z test_interpolate_nearest_2d_cuda (__main__.TestNN) ... ok (0.016s) 2022-11-23T03:07:09.7105934Z test_interpolate_nearest_2d_launch_configs (__main__.TestNN) ... ok (0.015s) 2022-11-23T03:07:09.7106271Z test_interpolate_nearest_2d_launch_configs_cuda (__main__.TestNN) ... ok (0.014s) 2022-11-23T03:07:09.7106568Z test_interpolate_nearest_2d_zero_dim (__main__.TestNN) ... ok (0.009s) 2022-11-23T03:07:09.7106883Z test_interpolate_nearest_2d_zero_dim_cuda (__main__.TestNN) ... ok (0.010s) 2022-11-23T03:07:09.7107251Z test_interpolate_nearest_3d (__main__.TestNN) ... ok (0.032s) 2022-11-23T03:07:09.7107558Z test_interpolate_nearest_3d_cuda (__main__.TestNN) ... ok (0.022s) 2022-11-23T03:07:09.7107860Z test_interpolate_nearest_3d_zero_dim (__main__.TestNN) ... ok (0.019s) 2022-11-23T03:07:09.7108157Z test_interpolate_nearest_3d_zero_dim_cuda (__main__.TestNN) ... ok (0.015s) 2022-11-23T03:07:09.7108455Z test_interpolate_nearest_scale_1d (__main__.TestNN) ... ok (0.014s) 2022-11-23T03:07:09.7108760Z test_interpolate_nearest_scale_1d_cuda (__main__.TestNN) ... ok (0.018s) 2022-11-23T03:07:09.7109053Z test_interpolate_nearest_scale_2d (__main__.TestNN) ... ok (0.014s) 2022-11-23T03:07:09.7109430Z test_interpolate_nearest_scale_2d_cuda (__main__.TestNN) ... ok (0.010s) 2022-11-23T03:07:09.7109728Z test_interpolate_nearest_scale_3d (__main__.TestNN) ... ok (0.043s) 2022-11-23T03:07:09.7110032Z test_interpolate_nearest_scale_3d_cuda (__main__.TestNN) ... ok (0.016s) 2022-11-23T03:07:09.7110377Z test_interpolate_nearest_tuple_1d (__main__.TestNN) ... ok (0.020s) 2022-11-23T03:07:09.7110749Z test_interpolate_nearest_tuple_1d_cuda (__main__.TestNN) ... ok (0.019s) 2022-11-23T03:07:09.7111040Z test_interpolate_nearest_tuple_2d (__main__.TestNN) ... ok (0.016s) 2022-11-23T03:07:09.7111343Z test_interpolate_nearest_tuple_2d_cuda (__main__.TestNN) ... ok (0.016s) 2022-11-23T03:07:09.7111641Z test_interpolate_nearest_tuple_3d (__main__.TestNN) ... ok (0.027s) 2022-11-23T03:07:09.7111947Z test_interpolate_nearest_tuple_3d_cuda (__main__.TestNN) ... ok (0.022s) 2022-11-23T03:07:09.7112230Z test_interpolate_trilinear_3d (__main__.TestNN) ... ok (0.026s) 2022-11-23T03:07:09.7112529Z test_interpolate_trilinear_3d_cuda (__main__.TestNN) ... ok (0.026s) 2022-11-23T03:07:09.7112835Z test_interpolate_trilinear_3d_zero_dim (__main__.TestNN) ... ok (0.023s) 2022-11-23T03:07:09.7113156Z test_interpolate_trilinear_3d_zero_dim_cuda (__main__.TestNN) ... ok (0.009s) 2022-11-23T03:07:09.7113440Z test_interpolate_trilinear_scale_3d (__main__.TestNN) ... ok (0.045s) 2022-11-23T03:07:09.7113786Z test_interpolate_trilinear_scale_3d_align_corners (__main__.TestNN) ... ok (0.027s) 2022-11-23T03:07:09.7114137Z test_interpolate_trilinear_scale_3d_align_corners_cuda (__main__.TestNN) ... ok (0.025s) 2022-11-23T03:07:09.7114458Z test_interpolate_trilinear_scale_3d_cuda (__main__.TestNN) ... ok (0.025s) 2022-11-23T03:07:09.7114761Z test_interpolate_trilinear_tuple_3d (__main__.TestNN) ... ok (0.030s) 2022-11-23T03:07:09.7115102Z test_interpolate_trilinear_tuple_3d_align_corners (__main__.TestNN) ... ok (0.023s) 2022-11-23T03:07:09.7115449Z test_interpolate_trilinear_tuple_3d_align_corners_cuda (__main__.TestNN) ... ok (0.021s) 2022-11-23T03:07:09.7115758Z test_interpolate_trilinear_tuple_3d_cuda (__main__.TestNN) ... ok (0.014s) 2022-11-23T03:07:09.7116117Z test_kl_div_log_softmax_target (__main__.TestNN) ... ok (0.007s) 2022-11-23T03:07:09.7117412Z test_kl_div_with_diff_type (__main__.TestNN) ... 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:07:09.7117714Z warnings.warn( 2022-11-23T03:07:09.7117851Z ok (0.008s) 2022-11-23T03:07:09.7118155Z test_kl_div_with_diff_type_log_target (__main__.TestNN) ... ok (0.008s) 2022-11-23T03:07:09.7118405Z test_l1_loss_correct (__main__.TestNN) ... ok (21.156s) 2022-11-23T03:07:09.7118649Z test_l1_unstructured_pruning (__main__.TestNN) 2022-11-23T03:07:09.7118986Z Test that l1 unstructured pruning actually removes the lowest ... ok (0.000s) 2022-11-23T03:07:09.7119305Z test_l1_unstructured_pruning_with_importance_scores (__main__.TestNN) 2022-11-23T03:07:09.7119735Z Test that l1 unstructured pruning actually removes the lowest ... ok (0.012s) 2022-11-23T03:07:09.7120079Z test_layer_norm_grads_with_create_graph_flag (__main__.TestNN) ... ok (0.007s) 2022-11-23T03:07:09.7120396Z test_linear_autograd_device_cpu_bias_weightCOO (__main__.TestNN) ... ok (0.010s) 2022-11-23T03:07:09.7121709Z test_linear_autograd_device_cpu_bias_weightCSC (__main__.TestNN) ... C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:9899: UserWarning: Sparse CSC tensor support is in beta state. If you miss a functionality in the sparse tensor support, please submit a feature request to https://github.com/pytorch/pytorch/issues. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\SparseCsrTensorImpl.cpp:56.) 2022-11-23T03:07:09.7122050Z module.weight = nn.Parameter(module.weight.to_sparse_csc()) 2022-11-23T03:07:09.7122164Z ok (0.013s) 2022-11-23T03:07:09.7122583Z test_linear_autograd_device_cpu_bias_weightCSR (__main__.TestNN) ... ok (0.009s) 2022-11-23T03:07:09.7122952Z test_linear_autograd_device_cpu_bias_weightStrided (__main__.TestNN) ... ok (0.007s) 2022-11-23T03:07:09.7123345Z test_linear_autograd_device_cpu_nobias_weightCOO (__main__.TestNN) ... ok (0.006s) 2022-11-23T03:07:09.7123770Z test_linear_autograd_device_cpu_nobias_weightCSC (__main__.TestNN) ... ok (0.010s) 2022-11-23T03:07:09.7124106Z test_linear_autograd_device_cpu_nobias_weightCSR (__main__.TestNN) ... ok (0.011s) 2022-11-23T03:07:09.7124469Z test_linear_autograd_device_cpu_nobias_weightStrided (__main__.TestNN) ... ok (0.008s) 2022-11-23T03:07:09.7124803Z test_linear_autograd_device_cuda_bias_weightCOO (__main__.TestNN) ... ok (0.390s) 2022-11-23T03:07:09.7125132Z test_linear_autograd_device_cuda_bias_weightCSC (__main__.TestNN) ... ok (0.014s) 2022-11-23T03:07:09.7125451Z test_linear_autograd_device_cuda_bias_weightCSR (__main__.TestNN) ... ok (0.005s) 2022-11-23T03:07:09.7125797Z test_linear_autograd_device_cuda_bias_weightStrided (__main__.TestNN) ... ok (0.006s) 2022-11-23T03:07:09.7126136Z test_linear_autograd_device_cuda_nobias_weightCOO (__main__.TestNN) ... ok (0.012s) 2022-11-23T03:07:09.7126469Z test_linear_autograd_device_cuda_nobias_weightCSC (__main__.TestNN) ... ok (0.009s) 2022-11-23T03:07:09.7126795Z test_linear_autograd_device_cuda_nobias_weightCSR (__main__.TestNN) ... ok (0.010s) 2022-11-23T03:07:09.7127150Z test_linear_autograd_device_cuda_nobias_weightStrided (__main__.TestNN) ... ok (0.009s) 2022-11-23T03:07:09.7127422Z test_linear_broadcasting (__main__.TestNN) ... ok (0.003s) 2022-11-23T03:07:09.7127657Z test_ln_structured_pruning (__main__.TestNN) 2022-11-23T03:07:09.7127895Z Check Ln structured pruning by hand. ... ok (0.005s) 2022-11-23T03:07:09.7128195Z test_ln_structured_pruning_importance_scores (__main__.TestNN) 2022-11-23T03:07:09.7128448Z Check Ln structured pruning by hand. ... ok (0.003s) 2022-11-23T03:07:09.7128698Z test_load_state_dict (__main__.TestNN) ... ok (0.019s) 2022-11-23T03:07:09.7129024Z test_load_state_dict_BC (__main__.TestNN) ... ok (0.003s) 2022-11-23T03:07:09.7129301Z test_load_state_dict_child (__main__.TestNN) ... ok (0.217s) 2022-11-23T03:07:09.7129571Z test_load_state_dict_custom (__main__.TestNN) ... ok (0.004s) 2022-11-23T03:07:09.7129844Z test_load_state_dict_invalid (__main__.TestNN) ... ok (0.003s) 2022-11-23T03:07:09.7130190Z test_load_state_dict_ref_cycle (__main__.TestNN) ... ok (0.175s) 2022-11-23T03:07:09.7130685Z test_load_state_dict_type (__main__.TestNN) ... ok (0.002s) 2022-11-23T03:07:09.7130938Z test_log_softmax_cpu (__main__.TestNN) ... ok (0.019s) 2022-11-23T03:07:09.7131188Z test_log_softmax_dim0 (__main__.TestNN) ... ok (0.023s) 2022-11-23T03:07:09.7131454Z test_log_softmax_dim0_cuda (__main__.TestNN) ... ok (0.024s) 2022-11-23T03:07:09.7131701Z test_log_softmax_dim3 (__main__.TestNN) ... ok (0.024s) 2022-11-23T03:07:09.7131961Z test_log_softmax_dim3_cuda (__main__.TestNN) ... ok (0.020s) 2022-11-23T03:07:09.7132301Z test_log_softmax_lastdim (__main__.TestNN) ... ok (0.011s) 2022-11-23T03:07:09.7132595Z test_log_softmax_lastdim_cuda (__main__.TestNN) ... ok (0.026s) 2022-11-23T03:07:09.7132856Z test_log_softmax_scalar (__main__.TestNN) ... ok (0.015s) 2022-11-23T03:07:09.7133125Z test_log_softmax_scalar_cuda (__main__.TestNN) ... ok (0.009s) 2022-11-23T03:07:09.7133389Z test_log_softmax_spatial (__main__.TestNN) ... ok (0.014s) 2022-11-23T03:07:09.7133672Z test_log_softmax_spatial_cuda (__main__.TestNN) ... ok (0.026s) 2022-11-23T03:07:09.7133967Z test_log_softmax_spatial_special (__main__.TestNN) ... ok (0.027s) 2022-11-23T03:07:09.7134270Z test_log_softmax_spatial_special_cuda (__main__.TestNN) ... ok (0.023s) 2022-11-23T03:07:09.7135224Z test_loss_equal_input_target_shape (__main__.TestNN) ... C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:6136: UserWarning: Using a target size (torch.Size([5, 3])) that is different to the input size (torch.Size([3, 5])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T03:07:09.7135451Z 'mse_loss': lambda x, y: F.mse_loss(x, y), 2022-11-23T03:07:09.7136407Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:6137: UserWarning: Using a target size (torch.Size([5, 3])) that is different to the input size (torch.Size([3, 5])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T03:07:09.7136634Z 'l1_loss': lambda x, y: F.l1_loss(x, y), 2022-11-23T03:07:09.7137546Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:6138: UserWarning: Using a target size (torch.Size([5, 3])) that is different to the input size (torch.Size([3, 5])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T03:07:09.7137805Z 'smooth_l1_loss': lambda x, y: F.smooth_l1_loss(x, y), 2022-11-23T03:07:09.7138617Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:6139: UserWarning: Using a target size (torch.Size([5, 3])) that is different to the input size (torch.Size([3, 5])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T03:07:09.7138858Z 'huber_loss': lambda x, y: F.huber_loss(x, y), 2022-11-23T03:07:09.7139901Z 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:07:09.7140067Z warnings.warn( 2022-11-23T03:07:09.7140203Z ok (0.005s) 2022-11-23T03:07:09.7140520Z test_margin_ranking_loss_margin_no_reduce (__main__.TestNN) ... ok (0.005s) 2022-11-23T03:07:09.7140812Z test_margin_ranking_loss_no_reduce (__main__.TestNN) ... ok (0.005s) 2022-11-23T03:07:09.7141091Z test_module_apply_inplace_op (__main__.TestNN) ... ok (0.005s) 2022-11-23T03:07:09.7141357Z test_module_backcompat (__main__.TestNN) ... ok (0.052s) 2022-11-23T03:07:09.7141619Z test_module_to_argparse (__main__.TestNN) ... ok (0.000s) 2022-11-23T03:07:09.7141823Z test_modules (__main__.TestNN) ... ok (0.010s) 2022-11-23T03:07:09.7142166Z test_mse_loss_size_warning (__main__.TestNN) ... ok (0.000s) 2022-11-23T03:07:09.7142654Z test_multihead_attention_average_attn_weights_False (__main__.TestNN) ... ok (5.095s) 2022-11-23T03:07:09.7143055Z test_multihead_attention_average_attn_weights_True (__main__.TestNN) ... ok (4.771s) 2022-11-23T03:07:09.7143401Z test_multihead_attn_3d_attn_mask (__main__.TestNN) ... ok (0.021s) 2022-11-23T03:07:09.7143727Z test_multihead_attn_fast_path_invalid_shape (__main__.TestNN) ... ok (0.011s) 2022-11-23T03:07:09.7144022Z test_multihead_attn_invalid_shape (__main__.TestNN) ... ok (0.003s) 2022-11-23T03:07:09.7145199Z test_multihead_attn_nested_tensor_outside_fast_path (__main__.TestNN) ... C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:5598: 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:07:09.7145498Z nt = torch.nested.nested_tensor([torch.randn(4, 4)]) 2022-11-23T03:07:09.7145643Z ok (0.006s) 2022-11-23T03:07:09.7145915Z test_multihead_attn_no_bias (__main__.TestNN) ... ok (0.001s) 2022-11-23T03:07:09.7146253Z test_multimarginloss_1d_input_0d_target_no_reduce (__main__.TestNN) ... ok (0.014s) 2022-11-23T03:07:09.7147972Z test_multimarginloss_1d_input_0d_target_no_reduce_cuda (__main__.TestNN) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\__init__.py:197: UserWarning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [10]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Resize.cpp:31.) 2022-11-23T03:07:09.7148364Z Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-11-23T03:07:09.7148568Z ok (0.015s) 2022-11-23T03:07:09.7148897Z test_multiple_inputs_parametrization (__main__.TestNN) ... ok (0.006s) 2022-11-23T03:07:09.7149178Z test_multiple_pruning_calls (__main__.TestNN) ... ok (0.013s) 2022-11-23T03:07:09.7149478Z test_named_children (__main__.TestNN) ... ok (0.003s) 2022-11-23T03:07:09.7149781Z test_named_modules (__main__.TestNN) ... ok (0.010s) 2022-11-23T03:07:09.7150100Z test_named_parameters_remove_duplicate (__main__.TestNN) ... ok (0.005s) 2022-11-23T03:07:09.7150373Z test_nested_tensor_from_mask (__main__.TestNN) ... ok (0.004s) 2022-11-23T03:07:09.7150668Z test_nested_tensor_from_mask_error (__main__.TestNN) ... ok (0.006s) 2022-11-23T03:07:09.7150901Z test_new_spectral_norm (__main__.TestNN) ... ok (0.082s) 2022-11-23T03:07:09.7151165Z test_new_spectral_norm_dim (__main__.TestNN) ... ok (0.006s) 2022-11-23T03:07:09.7151442Z test_new_spectral_norm_forward (__main__.TestNN) ... ok (0.000s) 2022-11-23T03:07:09.7151745Z test_new_spectral_norm_load_state_dict (__main__.TestNN) ... ok (0.051s) 2022-11-23T03:07:09.7151967Z test_no_grad (__main__.TestNN) ... ok (0.006s) 2022-11-23T03:07:09.7152232Z test_non_leaf_parameters (__main__.TestNN) ... ok (0.003s) 2022-11-23T03:07:09.7152464Z test_normalize (__main__.TestNN) ... ok (0.011s) 2022-11-23T03:07:09.7152722Z test_orthogonal_errors (__main__.TestNN) ... ok (0.000s) 2022-11-23T03:07:09.7153017Z test_orthogonal_parametrization (__main__.TestNN) ... ok (0.371s) 2022-11-23T03:07:09.7153337Z test_overwrite_module_params_on_conversion (__main__.TestNN) ... ok (0.010s) 2022-11-23T03:07:09.7153636Z test_pack_sequence_batch_sizes_throw (__main__.TestNN) ... ok (0.000s) 2022-11-23T03:07:09.7153890Z test_pad_scalar_error (__main__.TestNN) ... ok (0.011s) 2022-11-23T03:07:09.7154133Z test_padding_list (__main__.TestNN) ... ok (0.010s) 2022-11-23T03:07:09.7154393Z test_pairwise_distance (__main__.TestNN) ... ok (0.000s) 2022-11-23T03:07:09.7154667Z test_parameter_assignment (__main__.TestNN) ... ok (0.013s) 2022-11-23T03:07:09.7155076Z test_parameterlistdict_pickle (__main__.TestNN) ... ok (0.009s) 2022-11-23T03:07:09.7155410Z test_parameterlistdict_setting_attributes (__main__.TestNN) ... ok (0.004s) 2022-11-23T03:07:09.7155714Z test_parameters_and_named_parameters (__main__.TestNN) ... ok (0.005s) 2022-11-23T03:07:09.7155985Z test_parameters_to_vector (__main__.TestNN) ... ok (0.002s) 2022-11-23T03:07:09.7156270Z test_parametrization_same_training_mode (__main__.TestNN) 2022-11-23T03:07:09.7156610Z Test training mode updated on parametrization registration ... ok (0.003s) 2022-11-23T03:07:09.7156941Z test_parse_to (__main__.TestNN) ... ok (0.001s) 2022-11-23T03:07:09.7158357Z test_partial_flat_weights (__main__.TestNN) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\rnn.py:776: UserWarning: RNN module weights are not part of single contiguous chunk of memory. This means they need to be compacted at every call, possibly greatly increasing memory usage. To compact weights again call flatten_parameters(). (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\cudnn\RNN.cpp:982.) 2022-11-23T03:07:09.7158698Z result = _VF.lstm(input, hx, self._flat_weights, self.bias, self.num_layers, 2022-11-23T03:07:09.7158839Z ok (0.006s) 2022-11-23T03:07:09.7159062Z test_pdist (__main__.TestNN) ... ok (0.081s) 2022-11-23T03:07:09.7159486Z test_pdist_cpu_gradgrad_unimplemented (__main__.TestNN) ... expected failure (0.014s) 2022-11-23T03:07:09.7159852Z test_pdist_cuda_gradgrad_unimplemented (__main__.TestNN) ... expected failure (0.015s) 2022-11-23T03:07:09.7160199Z test_pdist_empty_col (__main__.TestNN) ... ok (0.008s) 2022-11-23T03:07:09.7160462Z test_pdist_empty_row (__main__.TestNN) ... ok (0.009s) 2022-11-23T03:07:09.7160699Z test_pdist_large (__main__.TestNN) ... ok (0.028s) 2022-11-23T03:07:09.7160953Z test_pdist_zeros (__main__.TestNN) 2022-11-23T03:07:09.7161301Z Test that grad is still valid when dist is 0 ... ok (0.045s) 2022-11-23T03:07:09.7161591Z test_pixel_shuffle_nhwc_cpu (__main__.TestNN) ... ok (0.004s) 2022-11-23T03:07:09.7161853Z test_pixel_shuffle_unshuffle (__main__.TestNN) ... ok (0.874s) 2022-11-23T03:07:09.7162802Z test_pointwise_loss_broadcast (__main__.TestNN) ... C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8751: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T03:07:09.7163084Z 'mse_loss': lambda x, y, r: F.mse_loss(x, y, reduction=r), 2022-11-23T03:07:09.7163919Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8751: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T03:07:09.7164193Z 'mse_loss': lambda x, y, r: F.mse_loss(x, y, reduction=r), 2022-11-23T03:07:09.7165030Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8751: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T03:07:09.7165297Z 'mse_loss': lambda x, y, r: F.mse_loss(x, y, reduction=r), 2022-11-23T03:07:09.7166132Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8751: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T03:07:09.7166406Z 'mse_loss': lambda x, y, r: F.mse_loss(x, y, reduction=r), 2022-11-23T03:07:09.7167239Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8751: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T03:07:09.7167650Z 'mse_loss': lambda x, y, r: F.mse_loss(x, y, reduction=r), 2022-11-23T03:07:09.7168480Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8751: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T03:07:09.7168747Z 'mse_loss': lambda x, y, r: F.mse_loss(x, y, reduction=r), 2022-11-23T03:07:09.7169659Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8751: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T03:07:09.7169944Z 'mse_loss': lambda x, y, r: F.mse_loss(x, y, reduction=r), 2022-11-23T03:07:09.7170763Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8751: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T03:07:09.7171032Z 'mse_loss': lambda x, y, r: F.mse_loss(x, y, reduction=r), 2022-11-23T03:07:09.7171854Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8751: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T03:07:09.7172114Z 'mse_loss': lambda x, y, r: F.mse_loss(x, y, reduction=r), 2022-11-23T03:07:09.7172920Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8751: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T03:07:09.7173190Z 'mse_loss': lambda x, y, r: F.mse_loss(x, y, reduction=r), 2022-11-23T03:07:09.7174010Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8751: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T03:07:09.7174281Z 'mse_loss': lambda x, y, r: F.mse_loss(x, y, reduction=r), 2022-11-23T03:07:09.7175116Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8751: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T03:07:09.7175383Z 'mse_loss': lambda x, y, r: F.mse_loss(x, y, reduction=r), 2022-11-23T03:07:09.7176210Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8751: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T03:07:09.7176477Z 'mse_loss': lambda x, y, r: F.mse_loss(x, y, reduction=r), 2022-11-23T03:07:09.7177393Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8751: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T03:07:09.7177671Z 'mse_loss': lambda x, y, r: F.mse_loss(x, y, reduction=r), 2022-11-23T03:07:09.7178636Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8751: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T03:07:09.7179032Z 'mse_loss': lambda x, y, r: F.mse_loss(x, y, reduction=r), 2022-11-23T03:07:09.7179855Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8751: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T03:07:09.7180122Z 'mse_loss': lambda x, y, r: F.mse_loss(x, y, reduction=r), 2022-11-23T03:07:09.7181039Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8751: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T03:07:09.7181322Z 'mse_loss': lambda x, y, r: F.mse_loss(x, y, reduction=r), 2022-11-23T03:07:09.7182137Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8751: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T03:07:09.7182408Z 'mse_loss': lambda x, y, r: F.mse_loss(x, y, reduction=r), 2022-11-23T03:07:09.7183274Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8751: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T03:07:09.7183553Z 'mse_loss': lambda x, y, r: F.mse_loss(x, y, reduction=r), 2022-11-23T03:07:09.7184373Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8751: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T03:07:09.7184642Z 'mse_loss': lambda x, y, r: F.mse_loss(x, y, reduction=r), 2022-11-23T03:07:09.7185460Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8751: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T03:07:09.7185725Z 'mse_loss': lambda x, y, r: F.mse_loss(x, y, reduction=r), 2022-11-23T03:07:09.7186548Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8751: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T03:07:09.7186813Z 'mse_loss': lambda x, y, r: F.mse_loss(x, y, reduction=r), 2022-11-23T03:07:09.7187628Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8751: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T03:07:09.7187900Z 'mse_loss': lambda x, y, r: F.mse_loss(x, y, reduction=r), 2022-11-23T03:07:09.7188711Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8751: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T03:07:09.7188976Z 'mse_loss': lambda x, y, r: F.mse_loss(x, y, reduction=r), 2022-11-23T03:07:09.7189804Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8751: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T03:07:09.7190065Z 'mse_loss': lambda x, y, r: F.mse_loss(x, y, reduction=r), 2022-11-23T03:07:09.7191579Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8751: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T03:07:09.7191898Z 'mse_loss': lambda x, y, r: F.mse_loss(x, y, reduction=r), 2022-11-23T03:07:09.7192843Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8751: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T03:07:09.7193128Z 'mse_loss': lambda x, y, r: F.mse_loss(x, y, reduction=r), 2022-11-23T03:07:09.7193943Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8751: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T03:07:09.7194214Z 'mse_loss': lambda x, y, r: F.mse_loss(x, y, reduction=r), 2022-11-23T03:07:09.7195028Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8751: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T03:07:09.7195291Z 'mse_loss': lambda x, y, r: F.mse_loss(x, y, reduction=r), 2022-11-23T03:07:09.7196097Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8751: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T03:07:09.7196363Z 'mse_loss': lambda x, y, r: F.mse_loss(x, y, reduction=r), 2022-11-23T03:07:09.7197178Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8751: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T03:07:09.7197443Z 'mse_loss': lambda x, y, r: F.mse_loss(x, y, reduction=r), 2022-11-23T03:07:09.7198257Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8751: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T03:07:09.7198520Z 'mse_loss': lambda x, y, r: F.mse_loss(x, y, reduction=r), 2022-11-23T03:07:09.7199328Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8751: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T03:07:09.7199595Z 'mse_loss': lambda x, y, r: F.mse_loss(x, y, reduction=r), 2022-11-23T03:07:09.7200397Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8751: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T03:07:09.7200660Z 'mse_loss': lambda x, y, r: F.mse_loss(x, y, reduction=r), 2022-11-23T03:07:09.7201471Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8751: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T03:07:09.7201737Z 'mse_loss': lambda x, y, r: F.mse_loss(x, y, reduction=r), 2022-11-23T03:07:09.7202547Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8751: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T03:07:09.7202946Z 'mse_loss': lambda x, y, r: F.mse_loss(x, y, reduction=r), 2022-11-23T03:07:09.7203754Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8752: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T03:07:09.7204102Z 'l1_loss': lambda x, y, r: F.l1_loss(x, y, reduction=r), 2022-11-23T03:07:09.7204931Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8752: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T03:07:09.7205169Z 'l1_loss': lambda x, y, r: F.l1_loss(x, y, reduction=r), 2022-11-23T03:07:09.7205980Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8752: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T03:07:09.7206235Z 'l1_loss': lambda x, y, r: F.l1_loss(x, y, reduction=r), 2022-11-23T03:07:09.7207045Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8752: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T03:07:09.7207295Z 'l1_loss': lambda x, y, r: F.l1_loss(x, y, reduction=r), 2022-11-23T03:07:09.7208105Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8752: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T03:07:09.7208368Z 'l1_loss': lambda x, y, r: F.l1_loss(x, y, reduction=r), 2022-11-23T03:07:09.7209267Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8752: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T03:07:09.7209530Z 'l1_loss': lambda x, y, r: F.l1_loss(x, y, reduction=r), 2022-11-23T03:07:09.7210409Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8752: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T03:07:09.7210743Z 'l1_loss': lambda x, y, r: F.l1_loss(x, y, reduction=r), 2022-11-23T03:07:09.7211563Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8752: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T03:07:09.7211818Z 'l1_loss': lambda x, y, r: F.l1_loss(x, y, reduction=r), 2022-11-23T03:07:09.7212628Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8752: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T03:07:09.7212882Z 'l1_loss': lambda x, y, r: F.l1_loss(x, y, reduction=r), 2022-11-23T03:07:09.7213686Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8752: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T03:07:09.7214080Z 'l1_loss': lambda x, y, r: F.l1_loss(x, y, reduction=r), 2022-11-23T03:07:09.7214891Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8752: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T03:07:09.7215149Z 'l1_loss': lambda x, y, r: F.l1_loss(x, y, reduction=r), 2022-11-23T03:07:09.7216047Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8752: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T03:07:09.7216317Z 'l1_loss': lambda x, y, r: F.l1_loss(x, y, reduction=r), 2022-11-23T03:07:09.7217130Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8752: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T03:07:09.7217387Z 'l1_loss': lambda x, y, r: F.l1_loss(x, y, reduction=r), 2022-11-23T03:07:09.7218195Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8752: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T03:07:09.7218452Z 'l1_loss': lambda x, y, r: F.l1_loss(x, y, reduction=r), 2022-11-23T03:07:09.7219261Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8752: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T03:07:09.7219517Z 'l1_loss': lambda x, y, r: F.l1_loss(x, y, reduction=r), 2022-11-23T03:07:09.7220330Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8752: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T03:07:09.7220583Z 'l1_loss': lambda x, y, r: F.l1_loss(x, y, reduction=r), 2022-11-23T03:07:09.7221395Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8752: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T03:07:09.7221653Z 'l1_loss': lambda x, y, r: F.l1_loss(x, y, reduction=r), 2022-11-23T03:07:09.7222459Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8752: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T03:07:09.7222715Z 'l1_loss': lambda x, y, r: F.l1_loss(x, y, reduction=r), 2022-11-23T03:07:09.7223517Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8752: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T03:07:09.7223773Z 'l1_loss': lambda x, y, r: F.l1_loss(x, y, reduction=r), 2022-11-23T03:07:09.7224575Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8752: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T03:07:09.7224949Z 'l1_loss': lambda x, y, r: F.l1_loss(x, y, reduction=r), 2022-11-23T03:07:09.7225760Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8752: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T03:07:09.7226011Z 'l1_loss': lambda x, y, r: F.l1_loss(x, y, reduction=r), 2022-11-23T03:07:09.7226904Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8752: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T03:07:09.7227174Z 'l1_loss': lambda x, y, r: F.l1_loss(x, y, reduction=r), 2022-11-23T03:07:09.7227990Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8752: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T03:07:09.7228251Z 'l1_loss': lambda x, y, r: F.l1_loss(x, y, reduction=r), 2022-11-23T03:07:09.7229069Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8752: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T03:07:09.7229323Z 'l1_loss': lambda x, y, r: F.l1_loss(x, y, reduction=r), 2022-11-23T03:07:09.7230151Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8752: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T03:07:09.7230407Z 'l1_loss': lambda x, y, r: F.l1_loss(x, y, reduction=r), 2022-11-23T03:07:09.7231227Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8752: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T03:07:09.7231487Z 'l1_loss': lambda x, y, r: F.l1_loss(x, y, reduction=r), 2022-11-23T03:07:09.7232304Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8752: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T03:07:09.7232561Z 'l1_loss': lambda x, y, r: F.l1_loss(x, y, reduction=r), 2022-11-23T03:07:09.7233378Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8752: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T03:07:09.7233639Z 'l1_loss': lambda x, y, r: F.l1_loss(x, y, reduction=r), 2022-11-23T03:07:09.7234462Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8752: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T03:07:09.7234716Z 'l1_loss': lambda x, y, r: F.l1_loss(x, y, reduction=r), 2022-11-23T03:07:09.7235538Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8752: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T03:07:09.7235796Z 'l1_loss': lambda x, y, r: F.l1_loss(x, y, reduction=r), 2022-11-23T03:07:09.7236610Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8752: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T03:07:09.7236989Z 'l1_loss': lambda x, y, r: F.l1_loss(x, y, reduction=r), 2022-11-23T03:07:09.7237804Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8752: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T03:07:09.7238150Z 'l1_loss': lambda x, y, r: F.l1_loss(x, y, reduction=r), 2022-11-23T03:07:09.7238992Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8752: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T03:07:09.7239257Z 'l1_loss': lambda x, y, r: F.l1_loss(x, y, reduction=r), 2022-11-23T03:07:09.7240065Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8752: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T03:07:09.7240323Z 'l1_loss': lambda x, y, r: F.l1_loss(x, y, reduction=r), 2022-11-23T03:07:09.7241138Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8752: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T03:07:09.7241393Z 'l1_loss': lambda x, y, r: F.l1_loss(x, y, reduction=r), 2022-11-23T03:07:09.7242212Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8752: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T03:07:09.7242475Z 'l1_loss': lambda x, y, r: F.l1_loss(x, y, reduction=r), 2022-11-23T03:07:09.7243288Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8753: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T03:07:09.7243596Z 'smooth_l1_loss': lambda x, y, r: F.smooth_l1_loss(x, y, reduction=r), 2022-11-23T03:07:09.7244401Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8753: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T03:07:09.7244704Z 'smooth_l1_loss': lambda x, y, r: F.smooth_l1_loss(x, y, reduction=r), 2022-11-23T03:07:09.7245522Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8753: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T03:07:09.7245815Z 'smooth_l1_loss': lambda x, y, r: F.smooth_l1_loss(x, y, reduction=r), 2022-11-23T03:07:09.7246625Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8753: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T03:07:09.7246926Z 'smooth_l1_loss': lambda x, y, r: F.smooth_l1_loss(x, y, reduction=r), 2022-11-23T03:07:09.7247738Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8753: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T03:07:09.7248165Z 'smooth_l1_loss': lambda x, y, r: F.smooth_l1_loss(x, y, reduction=r), 2022-11-23T03:07:09.7248967Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8753: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T03:07:09.7250150Z 'smooth_l1_loss': lambda x, y, r: F.smooth_l1_loss(x, y, reduction=r), 2022-11-23T03:07:09.7251028Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8753: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T03:07:09.7251336Z 'smooth_l1_loss': lambda x, y, r: F.smooth_l1_loss(x, y, reduction=r), 2022-11-23T03:07:09.7252147Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8753: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T03:07:09.7252447Z 'smooth_l1_loss': lambda x, y, r: F.smooth_l1_loss(x, y, reduction=r), 2022-11-23T03:07:09.7253274Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8753: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T03:07:09.7253570Z 'smooth_l1_loss': lambda x, y, r: F.smooth_l1_loss(x, y, reduction=r), 2022-11-23T03:07:09.7254384Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8753: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T03:07:09.7254686Z 'smooth_l1_loss': lambda x, y, r: F.smooth_l1_loss(x, y, reduction=r), 2022-11-23T03:07:09.7255511Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8753: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T03:07:09.7255812Z 'smooth_l1_loss': lambda x, y, r: F.smooth_l1_loss(x, y, reduction=r), 2022-11-23T03:07:09.7256624Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8753: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T03:07:09.7256927Z 'smooth_l1_loss': lambda x, y, r: F.smooth_l1_loss(x, y, reduction=r), 2022-11-23T03:07:09.7257746Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8753: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T03:07:09.7258042Z 'smooth_l1_loss': lambda x, y, r: F.smooth_l1_loss(x, y, reduction=r), 2022-11-23T03:07:09.7258852Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8753: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T03:07:09.7259147Z 'smooth_l1_loss': lambda x, y, r: F.smooth_l1_loss(x, y, reduction=r), 2022-11-23T03:07:09.7259965Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8753: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T03:07:09.7260416Z 'smooth_l1_loss': lambda x, y, r: F.smooth_l1_loss(x, y, reduction=r), 2022-11-23T03:07:09.7261228Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8753: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T03:07:09.7261617Z 'smooth_l1_loss': lambda x, y, r: F.smooth_l1_loss(x, y, reduction=r), 2022-11-23T03:07:09.7262448Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8753: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T03:07:09.7262744Z 'smooth_l1_loss': lambda x, y, r: F.smooth_l1_loss(x, y, reduction=r), 2022-11-23T03:07:09.7263546Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8753: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T03:07:09.7263842Z 'smooth_l1_loss': lambda x, y, r: F.smooth_l1_loss(x, y, reduction=r), 2022-11-23T03:07:09.7264661Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8753: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T03:07:09.7264952Z 'smooth_l1_loss': lambda x, y, r: F.smooth_l1_loss(x, y, reduction=r), 2022-11-23T03:07:09.7265752Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8753: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T03:07:09.7266172Z 'smooth_l1_loss': lambda x, y, r: F.smooth_l1_loss(x, y, reduction=r), 2022-11-23T03:07:09.7266996Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8753: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T03:07:09.7267378Z 'smooth_l1_loss': lambda x, y, r: F.smooth_l1_loss(x, y, reduction=r), 2022-11-23T03:07:09.7268242Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8753: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T03:07:09.7268550Z 'smooth_l1_loss': lambda x, y, r: F.smooth_l1_loss(x, y, reduction=r), 2022-11-23T03:07:09.7269360Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8753: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T03:07:09.7269647Z 'smooth_l1_loss': lambda x, y, r: F.smooth_l1_loss(x, y, reduction=r), 2022-11-23T03:07:09.7270451Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8753: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T03:07:09.7270749Z 'smooth_l1_loss': lambda x, y, r: F.smooth_l1_loss(x, y, reduction=r), 2022-11-23T03:07:09.7271558Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8753: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T03:07:09.7271984Z 'smooth_l1_loss': lambda x, y, r: F.smooth_l1_loss(x, y, reduction=r), 2022-11-23T03:07:09.7272787Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8753: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T03:07:09.7273174Z 'smooth_l1_loss': lambda x, y, r: F.smooth_l1_loss(x, y, reduction=r), 2022-11-23T03:07:09.7274012Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8753: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T03:07:09.7274309Z 'smooth_l1_loss': lambda x, y, r: F.smooth_l1_loss(x, y, reduction=r), 2022-11-23T03:07:09.7275106Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8753: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T03:07:09.7275403Z 'smooth_l1_loss': lambda x, y, r: F.smooth_l1_loss(x, y, reduction=r), 2022-11-23T03:07:09.7276210Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8753: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T03:07:09.7276504Z 'smooth_l1_loss': lambda x, y, r: F.smooth_l1_loss(x, y, reduction=r), 2022-11-23T03:07:09.7277304Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8753: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T03:07:09.7277604Z 'smooth_l1_loss': lambda x, y, r: F.smooth_l1_loss(x, y, reduction=r), 2022-11-23T03:07:09.7278412Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8753: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T03:07:09.7278706Z 'smooth_l1_loss': lambda x, y, r: F.smooth_l1_loss(x, y, reduction=r), 2022-11-23T03:07:09.7279500Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8753: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T03:07:09.7279799Z 'smooth_l1_loss': lambda x, y, r: F.smooth_l1_loss(x, y, reduction=r), 2022-11-23T03:07:09.7280613Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8753: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T03:07:09.7280903Z 'smooth_l1_loss': lambda x, y, r: F.smooth_l1_loss(x, y, reduction=r), 2022-11-23T03:07:09.7281706Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8753: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T03:07:09.7282002Z 'smooth_l1_loss': lambda x, y, r: F.smooth_l1_loss(x, y, reduction=r), 2022-11-23T03:07:09.7282817Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8753: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T03:07:09.7283233Z 'smooth_l1_loss': lambda x, y, r: F.smooth_l1_loss(x, y, reduction=r), 2022-11-23T03:07:09.7284035Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8753: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T03:07:09.7284416Z 'smooth_l1_loss': lambda x, y, r: F.smooth_l1_loss(x, y, reduction=r), 2022-11-23T03:07:09.7285243Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8754: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T03:07:09.7285533Z 'huber_loss': lambda x, y, r: F.huber_loss(x, y, reduction=r), 2022-11-23T03:07:09.7286335Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8754: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T03:07:09.7286613Z 'huber_loss': lambda x, y, r: F.huber_loss(x, y, reduction=r), 2022-11-23T03:07:09.7287429Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8754: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T03:07:09.7287708Z 'huber_loss': lambda x, y, r: F.huber_loss(x, y, reduction=r), 2022-11-23T03:07:09.7288510Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8754: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T03:07:09.7288795Z 'huber_loss': lambda x, y, r: F.huber_loss(x, y, reduction=r), 2022-11-23T03:07:09.7289601Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8754: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T03:07:09.7289882Z 'huber_loss': lambda x, y, r: F.huber_loss(x, y, reduction=r), 2022-11-23T03:07:09.7290690Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8754: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T03:07:09.7290971Z 'huber_loss': lambda x, y, r: F.huber_loss(x, y, reduction=r), 2022-11-23T03:07:09.7291830Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8754: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T03:07:09.7292117Z 'huber_loss': lambda x, y, r: F.huber_loss(x, y, reduction=r), 2022-11-23T03:07:09.7292930Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8754: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T03:07:09.7293208Z 'huber_loss': lambda x, y, r: F.huber_loss(x, y, reduction=r), 2022-11-23T03:07:09.7294012Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8754: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T03:07:09.7294429Z 'huber_loss': lambda x, y, r: F.huber_loss(x, y, reduction=r), 2022-11-23T03:07:09.7295239Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8754: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T03:07:09.7295516Z 'huber_loss': lambda x, y, r: F.huber_loss(x, y, reduction=r), 2022-11-23T03:07:09.7296415Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8754: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T03:07:09.7296720Z 'huber_loss': lambda x, y, r: F.huber_loss(x, y, reduction=r), 2022-11-23T03:07:09.7297532Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8754: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T03:07:09.7297807Z 'huber_loss': lambda x, y, r: F.huber_loss(x, y, reduction=r), 2022-11-23T03:07:09.7298619Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8754: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T03:07:09.7298895Z 'huber_loss': lambda x, y, r: F.huber_loss(x, y, reduction=r), 2022-11-23T03:07:09.7299699Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8754: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T03:07:09.7299983Z 'huber_loss': lambda x, y, r: F.huber_loss(x, y, reduction=r), 2022-11-23T03:07:09.7300799Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8754: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T03:07:09.7301076Z 'huber_loss': lambda x, y, r: F.huber_loss(x, y, reduction=r), 2022-11-23T03:07:09.7301897Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8754: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T03:07:09.7302175Z 'huber_loss': lambda x, y, r: F.huber_loss(x, y, reduction=r), 2022-11-23T03:07:09.7302993Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8754: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T03:07:09.7303273Z 'huber_loss': lambda x, y, r: F.huber_loss(x, y, reduction=r), 2022-11-23T03:07:09.7304090Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8754: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T03:07:09.7304348Z 'huber_loss': lambda x, y, r: F.huber_loss(x, y, reduction=r), 2022-11-23T03:07:09.7305166Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8754: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T03:07:09.7305566Z 'huber_loss': lambda x, y, r: F.huber_loss(x, y, reduction=r), 2022-11-23T03:07:09.7306385Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8754: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T03:07:09.7306665Z 'huber_loss': lambda x, y, r: F.huber_loss(x, y, reduction=r), 2022-11-23T03:07:09.7307575Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8754: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T03:07:09.7307877Z 'huber_loss': lambda x, y, r: F.huber_loss(x, y, reduction=r), 2022-11-23T03:07:09.7308701Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8754: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T03:07:09.7308978Z 'huber_loss': lambda x, y, r: F.huber_loss(x, y, reduction=r), 2022-11-23T03:07:09.7309798Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8754: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T03:07:09.7310079Z 'huber_loss': lambda x, y, r: F.huber_loss(x, y, reduction=r), 2022-11-23T03:07:09.7310896Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8754: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T03:07:09.7311180Z 'huber_loss': lambda x, y, r: F.huber_loss(x, y, reduction=r), 2022-11-23T03:07:09.7311990Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8754: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T03:07:09.7312269Z 'huber_loss': lambda x, y, r: F.huber_loss(x, y, reduction=r), 2022-11-23T03:07:09.7313086Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8754: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T03:07:09.7313363Z 'huber_loss': lambda x, y, r: F.huber_loss(x, y, reduction=r), 2022-11-23T03:07:09.7314177Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8754: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T03:07:09.7314463Z 'huber_loss': lambda x, y, r: F.huber_loss(x, y, reduction=r), 2022-11-23T03:07:09.7315282Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8754: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T03:07:09.7315564Z 'huber_loss': lambda x, y, r: F.huber_loss(x, y, reduction=r), 2022-11-23T03:07:09.7316381Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8754: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T03:07:09.7316780Z 'huber_loss': lambda x, y, r: F.huber_loss(x, y, reduction=r), 2022-11-23T03:07:09.7317590Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8754: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T03:07:09.7317861Z 'huber_loss': lambda x, y, r: F.huber_loss(x, y, reduction=r), 2022-11-23T03:07:09.7318760Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8754: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T03:07:09.7319053Z 'huber_loss': lambda x, y, r: F.huber_loss(x, y, reduction=r), 2022-11-23T03:07:09.7319869Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8754: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T03:07:09.7320151Z 'huber_loss': lambda x, y, r: F.huber_loss(x, y, reduction=r), 2022-11-23T03:07:09.7320964Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8754: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T03:07:09.7321245Z 'huber_loss': lambda x, y, r: F.huber_loss(x, y, reduction=r), 2022-11-23T03:07:09.7322057Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8754: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T03:07:09.7322338Z 'huber_loss': lambda x, y, r: F.huber_loss(x, y, reduction=r), 2022-11-23T03:07:09.7323140Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8754: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T03:07:09.7323414Z 'huber_loss': lambda x, y, r: F.huber_loss(x, y, reduction=r), 2022-11-23T03:07:09.7324231Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8754: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T03:07:09.7324508Z 'huber_loss': lambda x, y, r: F.huber_loss(x, y, reduction=r), 2022-11-23T03:07:09.7324646Z ok (0.097s) 2022-11-23T03:07:09.7324983Z test_pointwise_loss_target_grad_none_reduction (__main__.TestNN) ... ok (0.003s) 2022-11-23T03:07:09.7325293Z test_poisson_nll_loss_reduction_modes (__main__.TestNN) ... ok (0.004s) 2022-11-23T03:07:09.7325599Z test_projections_errors_on_gru_and_rnn (__main__.TestNN) ... ok (0.002s) 2022-11-23T03:07:09.7325889Z test_projections_lstm_args_check (__main__.TestNN) ... ok (0.013s) 2022-11-23T03:07:09.7326271Z test_projections_lstm_check_device (__main__.TestNN) ... skip: multi-GPU not supported (0.000s) 2022-11-23T03:07:09.7326590Z test_projections_lstm_initial_hidden_state (__main__.TestNN) ... ok (0.049s) 2022-11-23T03:07:09.7326812Z test_prune (__main__.TestNN) ... ok (0.004s) 2022-11-23T03:07:09.7327095Z test_prune_importance_scores (__main__.TestNN) ... ok (0.004s) 2022-11-23T03:07:09.7327394Z test_prune_importance_scores_mimic_default (__main__.TestNN) ... ok (0.004s) 2022-11-23T03:07:09.7327656Z test_pruning_container (__main__.TestNN) ... ok (0.003s) 2022-11-23T03:07:09.7327916Z test_pruning_container_compute_mask (__main__.TestNN) 2022-11-23T03:07:09.7328372Z Test `compute_mask` of pruning container with a known `t` and ... ok (0.006s) 2022-11-23T03:07:09.7328613Z test_pruning_id_consistency (__main__.TestNN) 2022-11-23T03:07:09.7328951Z Test that pruning doesn't change the id of the parameters, which ... ok (0.000s) 2022-11-23T03:07:09.7329164Z test_pruning_rollback (__main__.TestNN) 2022-11-23T03:07:09.7329497Z Test that if something fails when the we try to compute the mask, ... ok (0.006s) 2022-11-23T03:07:09.7329795Z test_pruning_serialization_model (__main__.TestNN) ... ok (0.020s) 2022-11-23T03:07:09.7330195Z test_pruning_serialization_state_dict (__main__.TestNN) ... ok (0.022s) 2022-11-23T03:07:09.7330465Z test_random_pruning (__main__.TestNN) ... ok (0.007s) 2022-11-23T03:07:09.7330695Z test_random_pruning_0perc (__main__.TestNN) 2022-11-23T03:07:09.7331008Z Test that a mask of 1s does not change forward or backward. ... ok (0.008s) 2022-11-23T03:07:09.7331245Z test_random_pruning_forward (__main__.TestNN) 2022-11-23T03:07:09.7331489Z check forward with mask (by hand). ... ok (0.005s) 2022-11-23T03:07:09.7331713Z test_random_pruning_new_weight (__main__.TestNN) 2022-11-23T03:07:09.7332023Z Test that module.name now contains a pruned version of ... ok (0.004s) 2022-11-23T03:07:09.7332247Z test_random_pruning_orig (__main__.TestNN) 2022-11-23T03:07:09.7332552Z Test that original tensor is correctly stored in 'orig' ... ok (0.003s) 2022-11-23T03:07:09.7332823Z test_random_pruning_pickle (__main__.TestNN) ... ok (0.016s) 2022-11-23T03:07:09.7333050Z test_random_pruning_sizes (__main__.TestNN) 2022-11-23T03:07:09.7333392Z Test that the new parameters and buffers created by the pruning ... ok (0.007s) 2022-11-23T03:07:09.7333700Z test_random_structured_pruning_amount (__main__.TestNN) ... ok (0.005s) 2022-11-23T03:07:09.7334006Z test_register_and_remove_buffer_parametrization (__main__.TestNN) 2022-11-23T03:07:09.7334368Z Test that it is possible to add and remove parametrizations on buffers ... ok (0.008s) 2022-11-23T03:07:09.7334681Z test_register_and_remove_nested_parametrization (__main__.TestNN) 2022-11-23T03:07:09.7334988Z Test that it is possible to nest the parametrizations ... ok (0.005s) 2022-11-23T03:07:09.7335277Z test_register_and_remove_parametrization (__main__.TestNN) 2022-11-23T03:07:09.7335588Z Test that it is possible to add a few parametrizations ... ok (0.040s) 2022-11-23T03:07:09.7335936Z test_register_buffer_allows_overwriting_with_same_name (__main__.TestNN) ... ok (0.003s) 2022-11-23T03:07:09.7336267Z test_register_buffer_raises_error_if_attr_exists (__main__.TestNN) ... ok (0.002s) 2022-11-23T03:07:09.7336601Z test_register_buffer_raises_error_if_name_is_not_string (__main__.TestNN) ... ok (0.001s) 2022-11-23T03:07:09.7336936Z test_register_buffer_raises_error_if_not_tensor (__main__.TestNN) ... ok (0.001s) 2022-11-23T03:07:09.7337301Z test_register_parameter_allows_overwriting_with_same_name (__main__.TestNN) ... ok (0.002s) 2022-11-23T03:07:09.7337650Z test_register_parameter_raises_error_if_attr_exists (__main__.TestNN) ... ok (0.002s) 2022-11-23T03:07:09.7338014Z test_register_parameter_raises_error_if_name_is_not_string (__main__.TestNN) ... ok (0.002s) 2022-11-23T03:07:09.7338284Z test_relu_inplace_on_view (__main__.TestNN) ... ok (0.008s) 2022-11-23T03:07:09.7338492Z test_remove_pruning (__main__.TestNN) 2022-11-23T03:07:09.7338824Z `prune.remove` removes the hook and the reparametrization ... ok (0.005s) 2022-11-23T03:07:09.7339068Z test_remove_pruning_exception (__main__.TestNN) 2022-11-23T03:07:09.7339392Z Removing from an unpruned tensor throws an assertion error ... ok (0.000s) 2022-11-23T03:07:09.7339631Z test_remove_pruning_forward (__main__.TestNN) 2022-11-23T03:07:09.7339959Z Remove pruning and check forward is unchanged from previous ... ok (0.000s) 2022-11-23T03:07:09.7340181Z test_repr (__main__.TestNN) ... ok (0.000s) 2022-11-23T03:07:09.7340426Z test_requires_grad_ (__main__.TestNN) ... ok (0.006s) 2022-11-23T03:07:09.7340797Z test_rnn_args_check (__main__.TestNN) ... ok (0.014s) 2022-11-23T03:07:09.7341139Z test_rnn_check_device (__main__.TestNN) ... skip: multi-GPU not supported (0.003s) 2022-11-23T03:07:09.7341414Z test_rnn_initial_hidden_state (__main__.TestNN) ... ok (0.036s) 2022-11-23T03:07:09.7341631Z test_rnn_pruning (__main__.TestNN) ... ok (0.005s) 2022-11-23T03:07:09.7341878Z test_rnn_weight_norm (__main__.TestNN) ... ok (0.007s) 2022-11-23T03:07:09.7342151Z test_serialization_parametrization (__main__.TestNN) 2022-11-23T03:07:09.7342604Z Test that it is possible to serialize a parametrized model via state_dict ... ok (0.022s) 2022-11-23T03:07:09.7343584Z test_share_memory (__main__.TestNN) ... 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:07:09.7343815Z warnings.warn(message, UserWarning) 2022-11-23T03:07:09.7344685Z 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:07:09.7344910Z warnings.warn(message, UserWarning) 2022-11-23T03:07:09.7345785Z 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:07:09.7346002Z warnings.warn(message, UserWarning) 2022-11-23T03:07:09.7346867Z 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:07:09.7347088Z warnings.warn(message, UserWarning) 2022-11-23T03:07:09.7347950Z 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:07:09.7348169Z warnings.warn(message, UserWarning) 2022-11-23T03:07:09.7349028Z 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:07:09.7349244Z warnings.warn(message, UserWarning) 2022-11-23T03:07:09.7350104Z 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:07:09.7350326Z warnings.warn(message, UserWarning) 2022-11-23T03:07:09.7351180Z 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:07:09.7351396Z warnings.warn(message, UserWarning) 2022-11-23T03:07:09.7351533Z ok (0.004s) 2022-11-23T03:07:09.7351842Z test_smoothl1loss_intergral_target (__main__.TestNN) ... ok (0.035s) 2022-11-23T03:07:09.7352180Z test_smoothl1loss_negative_beta_not_supported (__main__.TestNN) ... ok (0.002s) 2022-11-23T03:07:09.7352421Z test_softmax_cpu (__main__.TestNN) ... ok (0.012s) 2022-11-23T03:07:09.7352695Z test_softmax_functional_dim0 (__main__.TestNN) ... ok (0.020s) 2022-11-23T03:07:09.7353191Z test_softmax_functional_dim0_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:07:09.7353467Z test_softmax_functional_dim3 (__main__.TestNN) ... ok (0.022s) 2022-11-23T03:07:09.7353813Z test_softmax_functional_dim3_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:07:09.7354101Z test_softmax_functional_scalar (__main__.TestNN) ... ok (0.010s) 2022-11-23T03:07:09.7354479Z test_softmax_functional_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:07:09.7354825Z test_softmax_lastdim (__main__.TestNN) ... ok (0.020s) 2022-11-23T03:07:09.7355106Z test_softmax_lastdim_cuda (__main__.TestNN) ... ok (0.021s) 2022-11-23T03:07:09.7355383Z test_softmax_lastdim_dtype (__main__.TestNN) ... ok (0.027s) 2022-11-23T03:07:09.7355743Z test_softmax_lastdim_dtype_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:07:09.7356001Z test_softmax_spatial (__main__.TestNN) ... ok (0.027s) 2022-11-23T03:07:09.7356267Z test_softmax_spatial_cuda (__main__.TestNN) ... ok (0.015s) 2022-11-23T03:07:09.7356531Z test_softmax_spatial_dtype (__main__.TestNN) ... ok (0.019s) 2022-11-23T03:07:09.7356896Z test_softmax_spatial_dtype_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:07:09.7357174Z test_softmax_spatial_special (__main__.TestNN) ... ok (0.025s) 2022-11-23T03:07:09.7357466Z test_softmax_spatial_special_cuda (__main__.TestNN) ... ok (0.023s) 2022-11-23T03:07:09.7357689Z test_softmin (__main__.TestNN) ... ok (0.002s) 2022-11-23T03:07:09.7358649Z test_spectral_norm (__main__.TestNN) ... 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:07:09.7358875Z warnings.warn(message, UserWarning) 2022-11-23T03:07:09.7359741Z 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:07:09.7359959Z warnings.warn(message, UserWarning) 2022-11-23T03:07:09.7360095Z ok (0.062s) 2022-11-23T03:07:09.7360335Z test_spectral_norm_dim (__main__.TestNN) ... ok (0.003s) 2022-11-23T03:07:09.7360603Z test_spectral_norm_forward (__main__.TestNN) ... ok (0.003s) 2022-11-23T03:07:09.7360899Z test_spectral_norm_load_state_dict (__main__.TestNN) ... ok (0.045s) 2022-11-23T03:07:09.7361171Z test_spectral_norm_pickle (__main__.TestNN) ... ok (0.000s) 2022-11-23T03:07:09.7361403Z test_state_dict (__main__.TestNN) ... ok (0.010s) 2022-11-23T03:07:09.7361693Z test_sync_batchnorm_accuracy_cuda (__main__.TestNN) ... ok (0.020s) 2022-11-23T03:07:09.7361989Z test_sync_batchnorm_backward_elemt (__main__.TestNN) ... ok (0.011s) 2022-11-23T03:07:09.7362250Z test_threshold_bfloat16 (__main__.TestNN) ... ok (0.005s) 2022-11-23T03:07:09.7362487Z test_threshold_int (__main__.TestNN) ... ok (0.003s) 2022-11-23T03:07:09.7362696Z test_to (__main__.TestNN) ... ok (0.006s) 2022-11-23T03:07:09.7362984Z test_train_errors_for_invalid_mode (__main__.TestNN) ... ok (0.005s) 2022-11-23T03:07:09.7363276Z test_transfer_parametrizations_and_params (__main__.TestNN) 2022-11-23T03:07:09.7363672Z Test that all parametrizations and their associated parameters are transferred. ... ok (0.016s) 2022-11-23T03:07:09.7364036Z test_transfer_parametrizations_and_params_many_to_one (__main__.TestNN) ... ok (0.013s) 2022-11-23T03:07:09.7364368Z test_transfer_parametrizations_and_params_right_inverse (__main__.TestNN) 2022-11-23T03:07:09.7364766Z Test that all parametrizations and their associated parameters are transferred. ... ok (0.000s) 2022-11-23T03:07:09.7365202Z test_transfer_parametrizations_and_params_single_param (__main__.TestNN) 2022-11-23T03:07:09.7365598Z Test that all parametrizations and their associated parameters are transferred. ... ok (0.014s) 2022-11-23T03:07:09.7365873Z test_transformer_args_check (__main__.TestNN) ... ok (0.494s) 2022-11-23T03:07:09.7366170Z test_transformer_layer_args_check (__main__.TestNN) ... ok (0.028s) 2022-11-23T03:07:09.7366443Z test_transformerdecoder (__main__.TestNN) ... ok (0.270s) 2022-11-23T03:07:09.7366744Z test_transformerdecoderlayer (__main__.TestNN) ... ok (0.060s) 2022-11-23T03:07:09.7367137Z test_transformerdecoderlayer_gelu (__main__.TestNN) ... ok (0.064s) 2022-11-23T03:07:09.7367422Z test_triplet_margin_loss (__main__.TestNN) ... ok (0.014s) 2022-11-23T03:07:09.7367714Z test_triplet_margin_loss_no_reduce (__main__.TestNN) ... ok (0.010s) 2022-11-23T03:07:09.7368072Z test_triplet_margin_loss_swap (__main__.TestNN) ... ok (0.012s) 2022-11-23T03:07:09.7368395Z test_triplet_margin_loss_swap_no_reduce (__main__.TestNN) ... ok (0.010s) 2022-11-23T03:07:09.7368613Z test_type (__main__.TestNN) ... ok (0.011s) 2022-11-23T03:07:09.7368877Z test_type_before_parametrizations (__main__.TestNN) 2022-11-23T03:07:09.7369316Z Test that type_before_parametrizations always retrieves original type ... ok (0.000s) 2022-11-23T03:07:09.7370590Z test_unflatten (__main__.TestNN) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_tensor.py:1093: UserWarning: Named tensors and all their associated APIs are an experimental feature and subject to change. Please do not use them for anything important until they are released as stable. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10/core/TensorImpl.h:1787.) 2022-11-23T03:07:09.7370844Z return super(Tensor, self).refine_names(names) 2022-11-23T03:07:09.7370981Z ok (0.010s) 2022-11-23T03:07:09.7371249Z test_unflatten_invalid_arg (__main__.TestNN) ... ok (0.005s) 2022-11-23T03:07:09.7371494Z test_unfold_invalid_arg (__main__.TestNN) ... ok (0.006s) 2022-11-23T03:07:09.7371784Z test_unstructured_pruning_same_magnitude (__main__.TestNN) 2022-11-23T03:07:09.7372114Z Since it may happen that the tensor to prune has entries with the ... ok (0.002s) 2022-11-23T03:07:09.7372458Z test_upsamplingBilinear2d_spatial_invariance (__main__.TestNN) ... ok (0.002s) 2022-11-23T03:07:09.7372734Z test_upsamplingLinear1d (__main__.TestNN) ... ok (0.028s) 2022-11-23T03:07:09.7373063Z test_upsamplingLinear1d_spatial_invariance (__main__.TestNN) ... ok (0.000s) 2022-11-23T03:07:09.7373351Z test_upsamplingTrilinear3d (__main__.TestNN) ... ok (0.077s) 2022-11-23T03:07:09.7373701Z test_upsamplingTrilinear3d_spatial_invariance (__main__.TestNN) ... ok (0.000s) 2022-11-23T03:07:09.7373974Z test_upsampling_bfloat16 (__main__.TestNN) ... ok (0.056s) 2022-11-23T03:07:09.7374302Z test_upsampling_not_recompute_scale_factor (__main__.TestNN) ... ok (0.042s) 2022-11-23T03:07:09.7374586Z test_upsampling_small_scale (__main__.TestNN) ... ok (0.003s) 2022-11-23T03:07:09.7374828Z test_validate_pruning_amount (__main__.TestNN) 2022-11-23T03:07:09.7375233Z Tests the second util function that validates the pruning ... ok (0.003s) 2022-11-23T03:07:09.7375495Z test_validate_pruning_amount_init (__main__.TestNN) 2022-11-23T03:07:09.7375811Z Test the first util function that validates the pruning ... ok (0.004s) 2022-11-23T03:07:09.7376153Z test_vector_to_parameters (__main__.TestNN) ... ok (0.003s) 2022-11-23T03:07:09.7376443Z test_weight_norm (__main__.TestNN) ... ok (0.010s) 2022-11-23T03:07:09.7376717Z test_weight_norm_pickle (__main__.TestNN) ... ok (0.006s) 2022-11-23T03:07:09.7376946Z test_zero_grad (__main__.TestNN) ... ok (0.000s) 2022-11-23T03:07:09.7377273Z test_BatchNorm_empty_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.016s) 2022-11-23T03:07:09.7377592Z test_Bilinear_empty_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.004s) 2022-11-23T03:07:09.7378613Z test_CTCLoss_cudnn_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.131s) 2022-11-23T03:07:09.7378958Z test_CTCLoss_empty_target_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.010s) 2022-11-23T03:07:09.7379401Z test_CTCLoss_no_batch_dim_reduction_mean_use_module_form_False_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.015s) 2022-11-23T03:07:09.7379841Z test_CTCLoss_no_batch_dim_reduction_mean_use_module_form_True_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.012s) 2022-11-23T03:07:09.7380276Z test_CTCLoss_no_batch_dim_reduction_none_use_module_form_False_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.010s) 2022-11-23T03:07:09.7380825Z test_CTCLoss_no_batch_dim_reduction_none_use_module_form_True_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.008s) 2022-11-23T03:07:09.7381283Z test_CTCLoss_no_batch_dim_reduction_sum_use_module_form_False_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.006s) 2022-11-23T03:07:09.7381713Z test_CTCLoss_no_batch_dim_reduction_sum_use_module_form_True_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.003s) 2022-11-23T03:07:09.7383767Z test_GRU_grad_and_gradgrad_cuda_float64 (__main__.TestNNDeviceTypeCUDA) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\__init__.py:197: UserWarning: Using backward() with create_graph=True will create a reference cycle between the parameter and its gradient which can cause a memory leak. We recommend using autograd.grad when creating the graph to avoid this. If you have to use this function, make sure to reset the .grad fields of your parameters to None after use to break the cycle and avoid the leak. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\torch\csrc\autograd\engine.cpp:1127.) 2022-11-23T03:07:09.7384177Z Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-11-23T03:07:09.7384319Z ok (0.060s) 2022-11-23T03:07:09.7384651Z test_GroupNorm_empty_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.006s) 2022-11-23T03:07:09.7384999Z test_GroupNorm_general_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.026s) 2022-11-23T03:07:09.7385335Z test_GroupNorm_numeric_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (1.921s) 2022-11-23T03:07:09.7385748Z test_GroupNorm_raises_error_if_one_value_per_group_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.003s) 2022-11-23T03:07:09.7386106Z test_InstanceNorm1d_general_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.013s) 2022-11-23T03:07:09.7386457Z test_InstanceNorm2d_general_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.009s) 2022-11-23T03:07:09.7386800Z test_InstanceNorm3d_general_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.006s) 2022-11-23T03:07:09.7387174Z test_LSTM_grad_and_gradgrad_cuda_float64 (__main__.TestNNDeviceTypeCUDA) ... ok (0.084s) 2022-11-23T03:07:09.7387491Z test_LayerNorm_general_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.022s) 2022-11-23T03:07:09.7387829Z test_LayerNorm_numeric_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (1.130s) 2022-11-23T03:07:09.7388198Z test_LocalResponseNorm_empty_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.003s) 2022-11-23T03:07:09.7390029Z test_MarginLoss_empty_cuda_float32 (__main__.TestNNDeviceTypeCUDA) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\__init__.py:197: UserWarning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [0, 10]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Resize.cpp:31.) 2022-11-23T03:07:09.7390584Z Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-11-23T03:07:09.7390710Z ok (0.012s) 2022-11-23T03:07:09.7392471Z test_MarginLoss_empty_cuda_float64 (__main__.TestNNDeviceTypeCUDA) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\__init__.py:197: UserWarning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [0, 10]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Resize.cpp:31.) 2022-11-23T03:07:09.7393028Z Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-11-23T03:07:09.7393260Z ok (0.010s) 2022-11-23T03:07:09.7393613Z test_ReflectionPad2d_large_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (2.201s) 2022-11-23T03:07:09.7393970Z test_ReflectionPad3d_large_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.686s) 2022-11-23T03:07:09.7394348Z test_ReflectionPad_empty_cuda_complex64 (__main__.TestNNDeviceTypeCUDA) ... ok (0.012s) 2022-11-23T03:07:09.7394724Z test_ReflectionPad_empty_cuda_float32 (__main__.TestNNDeviceTypeCUDA) ... ok (0.008s) 2022-11-23T03:07:09.7395083Z test_ReplicationPad1d_large_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.017s) 2022-11-23T03:07:09.7395435Z test_ReplicationPad2d_large_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.047s) 2022-11-23T03:07:09.7395859Z test_ReplicationPad3d_large_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.181s) 2022-11-23T03:07:09.7396253Z test_ReplicationPad_empty_cuda_complex128 (__main__.TestNNDeviceTypeCUDA) ... ok (0.005s) 2022-11-23T03:07:09.7396633Z test_ReplicationPad_empty_cuda_float64 (__main__.TestNNDeviceTypeCUDA) ... ok (0.006s) 2022-11-23T03:07:09.7397091Z test_TransformerDecoderLayer_empty_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.201s) 2022-11-23T03:07:09.7397562Z test_TransformerDecoder_empty_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.330s) 2022-11-23T03:07:09.7397959Z test_TransformerEncoderLayer_empty_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.307s) 2022-11-23T03:07:09.7398334Z test_TransformerEncoder_empty_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.237s) 2022-11-23T03:07:09.7398670Z test_Transformer_empty_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (1.879s) 2022-11-23T03:07:09.7398983Z test_Unfold_empty_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.005s) 2022-11-23T03:07:09.7399393Z test_activations_bfloat16_cpu_cuda (__main__.TestNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T03:07:09.7399740Z test_activations_bfloat16_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.014s) 2022-11-23T03:07:09.7400071Z test_affine_2d_rotate0_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.033s) 2022-11-23T03:07:09.7400385Z test_affine_2d_rotate45_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.000s) 2022-11-23T03:07:09.7400718Z test_affine_2d_rotate90_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.043s) 2022-11-23T03:07:09.7401065Z test_affine_2d_rotateRandom_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.649s) 2022-11-23T03:07:09.7401426Z test_affine_3d_rotateRandom_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (13.670s) 2022-11-23T03:07:09.7401784Z test_batchnorm_affine_cuda_bfloat16 (__main__.TestNNDeviceTypeCUDA) ... ok (0.010s) 2022-11-23T03:07:09.7402135Z test_batchnorm_affine_cuda_float32 (__main__.TestNNDeviceTypeCUDA) ... ok (0.006s) 2022-11-23T03:07:09.7402501Z test_batchnorm_affine_mixed_cuda_bfloat16 (__main__.TestNNDeviceTypeCUDA) ... ok (0.015s) 2022-11-23T03:07:09.7402938Z test_batchnorm_affine_mixed_cuda_float16 (__main__.TestNNDeviceTypeCUDA) ... ok (0.008s) 2022-11-23T03:07:09.7403301Z test_batchnorm_eval_cuda_bfloat16 (__main__.TestNNDeviceTypeCUDA) ... ok (0.021s) 2022-11-23T03:07:09.7403645Z test_batchnorm_eval_cuda_float32 (__main__.TestNNDeviceTypeCUDA) ... ok (0.018s) 2022-11-23T03:07:09.7404073Z test_batchnorm_eval_mixed_cuda_bfloat16 (__main__.TestNNDeviceTypeCUDA) ... ok (0.019s) 2022-11-23T03:07:09.7404647Z test_batchnorm_eval_mixed_cuda_float16 (__main__.TestNNDeviceTypeCUDA) ... ok (0.018s) 2022-11-23T03:07:09.7404972Z test_batchnorm_grad_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.156s) 2022-11-23T03:07:09.7405329Z test_batchnorm_large_batch_cuda_float16 (__main__.TestNNDeviceTypeCUDA) ... ok (0.010s) 2022-11-23T03:07:09.7405681Z test_batchnorm_large_batch_cuda_float32 (__main__.TestNNDeviceTypeCUDA) ... ok (0.000s) 2022-11-23T03:07:09.7406058Z test_batchnorm_simple_average_cuda_bfloat16 (__main__.TestNNDeviceTypeCUDA) ... ok (0.024s) 2022-11-23T03:07:09.7406435Z test_batchnorm_simple_average_cuda_float32 (__main__.TestNNDeviceTypeCUDA) ... ok (0.024s) 2022-11-23T03:07:09.7406942Z test_batchnorm_simple_average_mixed_cuda_bfloat16 (__main__.TestNNDeviceTypeCUDA) ... ok (0.019s) 2022-11-23T03:07:09.7407360Z test_batchnorm_simple_average_mixed_cuda_float16 (__main__.TestNNDeviceTypeCUDA) ... ok (0.020s) 2022-11-23T03:07:09.7407693Z test_batchnorm_update_stats_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.010s) 2022-11-23T03:07:09.7408073Z test_clip_grad_norm_error_if_nonfinite_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.530s) 2022-11-23T03:07:09.7408517Z test_clip_grad_norm_multi_device_cuda (__main__.TestNNDeviceTypeCUDA) ... skip: fewer than 2 devices detected (0.003s) 2022-11-23T03:07:09.7410072Z test_conv_empty_input_cuda_complex128 (__main__.TestNNDeviceTypeCUDA) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\module.py:1108: UserWarning: Complex modules are a new feature under active development whose design may change, and some modules might not work as expected when using complex tensors as parameters or buffers. Please file an issue at https://github.com/pytorch/pytorch/issues/new?template=bug-report.yml if a complex module does not work as expected. 2022-11-23T03:07:09.7410241Z warnings.warn( 2022-11-23T03:07:09.7411637Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\module.py:1108: UserWarning: Complex modules are a new feature under active development whose design may change, and some modules might not work as expected when using complex tensors as parameters or buffers. Please file an issue at https://github.com/pytorch/pytorch/issues/new?template=bug-report.yml if a complex module does not work as expected. 2022-11-23T03:07:09.7411805Z warnings.warn( 2022-11-23T03:07:09.7411941Z ok (0.011s) 2022-11-23T03:07:09.7412298Z test_conv_empty_input_cuda_float16 (__main__.TestNNDeviceTypeCUDA) ... ok (0.007s) 2022-11-23T03:07:09.7412646Z test_conv_empty_input_cuda_float32 (__main__.TestNNDeviceTypeCUDA) ... ok (0.007s) 2022-11-23T03:07:09.7412992Z test_conv_empty_input_cuda_float64 (__main__.TestNNDeviceTypeCUDA) ... ok (0.006s) 2022-11-23T03:07:09.7413451Z test_cross_entropy_label_smoothing_consistent_index_target_and_probs_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.053s) 2022-11-23T03:07:09.7413842Z test_cross_entropy_label_smoothing_errors_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.005s) 2022-11-23T03:07:09.7414278Z test_cross_entropy_label_smoothing_weight_ignore_indices_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.077s) 2022-11-23T03:07:09.7414679Z test_cross_entropy_label_smoothing_with_probs_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.039s) 2022-11-23T03:07:09.7415160Z test_cross_entropy_large_tensor_reduction_mean_cuda (__main__.TestNNDeviceTypeCUDA) ... skip: Insufficient cuda memory (0.103s) 2022-11-23T03:07:09.7415640Z test_cross_entropy_large_tensor_reduction_none_cuda (__main__.TestNNDeviceTypeCUDA) ... skip: Insufficient cuda memory (0.083s) 2022-11-23T03:07:09.7416120Z test_cross_entropy_large_tensor_reduction_sum_cuda (__main__.TestNNDeviceTypeCUDA) ... skip: Insufficient cuda memory (0.076s) 2022-11-23T03:07:09.7416528Z test_cross_entropy_loss_index_target_unit_weights_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.017s) 2022-11-23T03:07:09.7416970Z test_cross_entropy_loss_one_hot_target_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.018s) 2022-11-23T03:07:09.7417523Z test_cross_entropy_loss_prob_target_all_reductions_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.026s) 2022-11-23T03:07:09.7418086Z test_cross_entropy_loss_prob_target_no_batch_dim_reduction_mean_weighted_False_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.004s) 2022-11-23T03:07:09.7418612Z test_cross_entropy_loss_prob_target_no_batch_dim_reduction_mean_weighted_True_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.003s) 2022-11-23T03:07:09.7419085Z test_cross_entropy_loss_prob_target_no_batch_dim_reduction_none_weighted_False_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.003s) 2022-11-23T03:07:09.7419659Z test_cross_entropy_loss_prob_target_no_batch_dim_reduction_none_weighted_True_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.003s) 2022-11-23T03:07:09.7420160Z test_cross_entropy_loss_prob_target_no_batch_dim_reduction_sum_weighted_False_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.003s) 2022-11-23T03:07:09.7420632Z test_cross_entropy_loss_prob_target_no_batch_dim_reduction_sum_weighted_True_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.003s) 2022-11-23T03:07:09.7421042Z test_cross_entropy_loss_prob_target_unit_weights_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.015s) 2022-11-23T03:07:09.7421485Z test_ctc_loss_cuda (__main__.TestNNDeviceTypeCUDA) ... skip: Test is flaky on Linux and Windows, typical error message: 2022-11-23T03:07:09.7421795Z https://github.com/pytorch/pytorch/issues/34870 (0.004s) 2022-11-23T03:07:09.7422120Z test_ctc_loss_cudnn_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.005s) 2022-11-23T03:07:09.7422438Z test_device_mask_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.003s) 2022-11-23T03:07:09.7422782Z test_elu_inplace_overlap_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.000s) 2022-11-23T03:07:09.7423137Z test_elu_inplace_with_neg_alpha_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.006s) 2022-11-23T03:07:09.7423428Z test_fold_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.095s) 2022-11-23T03:07:09.7423868Z test_glu_bfloat16_cuda (__main__.TestNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.003s) 2022-11-23T03:07:09.7425129Z test_grid_sample_large_cuda (__main__.TestNNDeviceTypeCUDA) ... 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:07:09.7425295Z warnings.warn( 2022-11-23T03:07:09.7426261Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py:4293: 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:07:09.7426419Z warnings.warn( 2022-11-23T03:07:09.7427356Z 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:07:09.7427519Z warnings.warn( 2022-11-23T03:07:09.7428477Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py:4293: 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:07:09.7428639Z warnings.warn( 2022-11-23T03:07:09.7429571Z 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:07:09.7429861Z warnings.warn( 2022-11-23T03:07:09.7430891Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py:4293: 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:07:09.7431054Z warnings.warn( 2022-11-23T03:07:09.7432226Z 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:07:09.7432403Z warnings.warn( 2022-11-23T03:07:09.7433366Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py:4293: 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:07:09.7433525Z warnings.warn( 2022-11-23T03:07:09.7434457Z 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:07:09.7434611Z warnings.warn( 2022-11-23T03:07:09.7434747Z ok (0.014s) 2022-11-23T03:07:09.7435133Z test_grid_sample_large_index_2d_cuda_float32 (__main__.TestNNDeviceTypeCUDA) ... ok (0.394s) 2022-11-23T03:07:09.7435586Z test_grid_sample_large_index_2d_cuda_float64 (__main__.TestNNDeviceTypeCUDA) ... skip: Insufficient cuda:0 memory (0.128s) 2022-11-23T03:07:09.7435955Z test_grid_sample_large_index_3d_cuda_float32 (__main__.TestNNDeviceTypeCUDA) ... ok (0.470s) 2022-11-23T03:07:09.7436416Z test_grid_sample_large_index_3d_cuda_float64 (__main__.TestNNDeviceTypeCUDA) ... skip: Insufficient cuda:0 memory (0.112s) 2022-11-23T03:07:09.7436775Z test_grid_sample_nan_inf_cuda_float32 (__main__.TestNNDeviceTypeCUDA) ... ok (0.004s) 2022-11-23T03:07:09.7437133Z test_grid_sample_nan_inf_cuda_float64 (__main__.TestNNDeviceTypeCUDA) ... ok (0.004s) 2022-11-23T03:07:09.7437600Z test_groupnorm_nhwc_cuda_float32 (__main__.TestNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.003s) 2022-11-23T03:07:09.7438007Z test_groupnorm_nhwc_cuda_float64 (__main__.TestNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.003s) 2022-11-23T03:07:09.7438358Z test_gumbel_softmax_cuda_float16 (__main__.TestNNDeviceTypeCUDA) ... ok (0.029s) 2022-11-23T03:07:09.7438766Z test_gumbel_softmax_cuda_float32 (__main__.TestNNDeviceTypeCUDA) ... ok (0.035s) 2022-11-23T03:07:09.7439171Z test_gumbel_softmax_cuda_float64 (__main__.TestNNDeviceTypeCUDA) ... ok (0.024s) 2022-11-23T03:07:09.7439516Z test_hardsigmoid_grad_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.015s) 2022-11-23T03:07:09.7439846Z test_hardswish_grad_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.005s) 2022-11-23T03:07:09.7440208Z test_hardswish_inplace_overlap_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.002s) 2022-11-23T03:07:09.7440684Z test_instancenorm_raises_error_for_single_spatial_element_during_training_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.004s) 2022-11-23T03:07:09.7441139Z test_instancenorm_raises_error_if_less_than_one_value_per_channel_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.001s) 2022-11-23T03:07:09.7441497Z test_invalid_reduction_strings_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.010s) 2022-11-23T03:07:09.7441856Z test_layernorm_half_precision_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.003s) 2022-11-23T03:07:09.7442202Z test_layernorm_weight_bias_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.003s) 2022-11-23T03:07:09.7442565Z test_leaky_relu_inplace_overlap_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.003s) 2022-11-23T03:07:09.7443078Z test_leaky_relu_inplace_with_neg_slope_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.003s) 2022-11-23T03:07:09.7443453Z test_leaky_relu_inplace_with_zero_slope_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.002s) 2022-11-23T03:07:09.7443771Z test_linear_empty_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.003s) 2022-11-23T03:07:09.7444112Z test_log_softmax_big_cuda_float16 (__main__.TestNNDeviceTypeCUDA) ... ok (0.000s) 2022-11-23T03:07:09.7444522Z test_log_softmax_big_cuda_float32 (__main__.TestNNDeviceTypeCUDA) ... ok (0.003s) 2022-11-23T03:07:09.7445502Z test_logsigmoid_out_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.003s) 2022-11-23T03:07:09.7446057Z test_lstmcell_backward_only_one_output_grad_cuda_float64 (__main__.TestNNDeviceTypeCUDA) ... ok (0.004s) 2022-11-23T03:07:09.7446418Z test_masked_softmax_TxT_layout_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.246s) 2022-11-23T03:07:09.7446744Z test_masked_softmax_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (6.207s) 2022-11-23T03:07:09.7447105Z test_masked_softmax_devices_parity_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (27.883s) 2022-11-23T03:07:09.7447481Z test_masked_softmax_forward_with_nans_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.280s) 2022-11-23T03:07:09.7447815Z test_masked_softmax_grad_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.085s) 2022-11-23T03:07:09.7448171Z test_masked_softmax_mask_types_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (19.509s) 2022-11-23T03:07:09.7448549Z test_masked_softmax_transformer_layout_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.250s) 2022-11-23T03:07:09.7448897Z test_mish_inplace_overlap_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.003s) 2022-11-23T03:07:09.7449245Z test_module_to_empty_cuda_float32 (__main__.TestNNDeviceTypeCUDA) ... ok (0.004s) 2022-11-23T03:07:09.7449592Z test_module_to_empty_cuda_float64 (__main__.TestNNDeviceTypeCUDA) ... ok (0.003s) 2022-11-23T03:07:09.7449950Z test_multi_margin_loss_errors_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.000s) 2022-11-23T03:07:09.7450365Z test_multihead_attention_dtype_batch_first_cuda_float16 (__main__.TestNNDeviceTypeCUDA) ... ok (0.006s) 2022-11-23T03:07:09.7450782Z test_multihead_attention_dtype_batch_first_cuda_float32 (__main__.TestNNDeviceTypeCUDA) ... ok (0.010s) 2022-11-23T03:07:09.7451192Z test_multihead_attention_dtype_batch_first_cuda_float64 (__main__.TestNNDeviceTypeCUDA) ... ok (0.010s) 2022-11-23T03:07:09.7451650Z test_multihead_attention_dtype_cuda_float16 (__main__.TestNNDeviceTypeCUDA) ... ok (0.005s) 2022-11-23T03:07:09.7452036Z test_multihead_attention_dtype_cuda_float32 (__main__.TestNNDeviceTypeCUDA) ... ok (0.005s) 2022-11-23T03:07:09.7452461Z test_multihead_attention_dtype_cuda_float64 (__main__.TestNNDeviceTypeCUDA) ... ok (0.004s) 2022-11-23T03:07:09.7453005Z test_multihead_attn_fast_path_query_and_bias_have_different_dtypes_cuda_float64 (__main__.TestNNDeviceTypeCUDA) ... ok (0.003s) 2022-11-23T03:07:09.7453395Z test_multihead_attn_fast_path_small_test_cuda_float64 (__main__.TestNNDeviceTypeCUDA) ... ok (0.002s) 2022-11-23T03:07:09.7453790Z test_multihead_attn_in_proj_bias_none_cuda_float64 (__main__.TestNNDeviceTypeCUDA) ... ok (0.003s) 2022-11-23T03:07:09.7454192Z test_multihead_attn_in_proj_weight_none_cuda_float64 (__main__.TestNNDeviceTypeCUDA) ... ok (0.003s) 2022-11-23T03:07:09.7454554Z test_multihead_self_attn_two_masks_fast_path_cuda (__main__.TestNNDeviceTypeCUDA) 2022-11-23T03:07:09.7455036Z Multihead self-attention should give the same result on the fast path (BetterTransformer) as on the slow path ... ok (0.006s) 2022-11-23T03:07:09.7455411Z test_multihead_self_attn_two_masks_fast_path_mock_cuda (__main__.TestNNDeviceTypeCUDA) 2022-11-23T03:07:09.7455912Z Multihead self-attention should take fast path when both attention mask (mask type 0) ... skip: Fastpath only runs on CPU and CUDA. (0.003s) 2022-11-23T03:07:09.7456411Z test_nll_loss_all_ignored_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.005s) 2022-11-23T03:07:09.7456788Z test_nll_loss_byte_target_matches_long_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.006s) 2022-11-23T03:07:09.7457178Z test_nll_loss_empty_tensor_reduction_mean_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.006s) 2022-11-23T03:07:09.7457564Z test_nll_loss_empty_tensor_reduction_none_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.000s) 2022-11-23T03:07:09.7457949Z test_nll_loss_empty_tensor_reduction_sum_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.015s) 2022-11-23T03:07:09.7458497Z test_nll_loss_invalid_target_dim_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.003s) 2022-11-23T03:07:09.7458874Z test_nll_loss_invalid_weights_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.003s) 2022-11-23T03:07:09.7459423Z test_nll_loss_large_tensor_reduction_mean_cuda (__main__.TestNNDeviceTypeCUDA) ... skip: Insufficient cuda memory (0.095s) 2022-11-23T03:07:09.7459943Z test_nll_loss_large_tensor_reduction_none_cuda (__main__.TestNNDeviceTypeCUDA) ... skip: Insufficient cuda memory (0.079s) 2022-11-23T03:07:09.7460420Z test_nll_loss_large_tensor_reduction_sum_cuda (__main__.TestNNDeviceTypeCUDA) ... skip: Insufficient cuda memory (0.079s) 2022-11-23T03:07:09.7460776Z test_nll_loss_mismatched_batch_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.007s) 2022-11-23T03:07:09.7461153Z test_nll_loss_out_of_bounds_ignore_index_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.003s) 2022-11-23T03:07:09.7461512Z test_nll_loss_total_weight_is_zero_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.007s) 2022-11-23T03:07:09.7461823Z test_nn_empty_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.006s) 2022-11-23T03:07:09.7462114Z test_nn_scalars_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.012s) 2022-11-23T03:07:09.7462462Z test_nn_scalars_reductions_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.026s) 2022-11-23T03:07:09.7463269Z test_nonlinearity_propagate_nan_cuda (__main__.TestNNDeviceTypeCUDA) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py:1958: UserWarning: nn.functional.tanh is deprecated. Use torch.tanh instead. 2022-11-23T03:07:09.7463633Z warnings.warn("nn.functional.tanh is deprecated. Use torch.tanh instead.") 2022-11-23T03:07:09.7464276Z 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:07:09.7464659Z warnings.warn("nn.functional.sigmoid is deprecated. Use torch.sigmoid instead.") 2022-11-23T03:07:09.7464803Z ok (0.005s) 2022-11-23T03:07:09.7465178Z test_one_hot_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.009s) 2022-11-23T03:07:09.7465614Z test_overwrite_module_params_on_conversion_cpu_device_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.005s) 2022-11-23T03:07:09.7465939Z test_pad_cuda_complex128 (__main__.TestNNDeviceTypeCUDA) ... ok (0.008s) 2022-11-23T03:07:09.7466301Z test_pad_cuda_float64 (__main__.TestNNDeviceTypeCUDA) ... ok (0.005s) 2022-11-23T03:07:09.7466832Z test_prelu_backward_32bit_indexing_cuda (__main__.TestNNDeviceTypeCUDA) ... skip: Insufficient cuda:0 memory (0.084s) 2022-11-23T03:07:09.7467165Z test_rnn_fused_cuda_float32 (__main__.TestNNDeviceTypeCUDA) ... ok (0.067s) 2022-11-23T03:07:09.7467484Z test_rnn_fused_cuda_float64 (__main__.TestNNDeviceTypeCUDA) ... ok (0.068s) 2022-11-23T03:07:09.7467847Z test_rnn_retain_variables_cuda_float16 (__main__.TestNNDeviceTypeCUDA) ... ok (0.186s) 2022-11-23T03:07:09.7468206Z test_rnn_retain_variables_cuda_float32 (__main__.TestNNDeviceTypeCUDA) ... ok (0.208s) 2022-11-23T03:07:09.7468572Z test_rnn_retain_variables_cuda_float64 (__main__.TestNNDeviceTypeCUDA) ... ok (0.158s) 2022-11-23T03:07:09.7468929Z test_save_lstm_compatibility_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.007s) 2022-11-23T03:07:09.7469272Z test_silu_inplace_overlap_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.000s) 2022-11-23T03:07:09.7469719Z test_skip_init_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.008s) 2022-11-23T03:07:09.7470099Z test_smooth_l1_loss_bfloat16_cuda (__main__.TestNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.003s) 2022-11-23T03:07:09.7470456Z test_smooth_l1_loss_vs_huber_loss_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.022s) 2022-11-23T03:07:09.7470896Z test_softmax_64bit_indexing_cuda_float16 (__main__.TestNNDeviceTypeCUDA) ... skip: Insufficient cuda:0 memory (0.079s) 2022-11-23T03:07:09.7471227Z test_softmax_bfloat16_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.016s) 2022-11-23T03:07:09.7471550Z test_softmax_cuda_float16 (__main__.TestNNDeviceTypeCUDA) ... ok (0.000s) 2022-11-23T03:07:09.7472165Z test_softmax_cuda_float32 (__main__.TestNNDeviceTypeCUDA) ... ok (0.000s) 2022-11-23T03:07:09.7472548Z test_softmax_results_cuda_float16 (__main__.TestNNDeviceTypeCUDA) ... ok (2.193s) 2022-11-23T03:07:09.7472884Z test_softmax_results_cuda_float32 (__main__.TestNNDeviceTypeCUDA) ... ok (2.030s) 2022-11-23T03:07:09.7473309Z test_softplus_inplace_overlap_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.003s) 2022-11-23T03:07:09.7473744Z test_softplus_low_threshold_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.005s) 2022-11-23T03:07:09.7474115Z test_softshrink_cuda (__main__.TestNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.003s) 2022-11-23T03:07:09.7474483Z test_softshrink_inplace_overlap_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.006s) 2022-11-23T03:07:09.7474827Z test_softshrink_negative_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.000s) 2022-11-23T03:07:09.7475192Z test_threshold_inplace_overlap_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.000s) 2022-11-23T03:07:09.7476644Z test_to_complex_cuda (__main__.TestNNDeviceTypeCUDA) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\module.py:1108: UserWarning: Complex modules are a new feature under active development whose design may change, and some modules might not work as expected when using complex tensors as parameters or buffers. Please file an issue at https://github.com/pytorch/pytorch/issues/new?template=bug-report.yml if a complex module does not work as expected. 2022-11-23T03:07:09.7476812Z warnings.warn( 2022-11-23T03:07:09.7478103Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\module.py:1108: UserWarning: Complex modules are a new feature under active development whose design may change, and some modules might not work as expected when using complex tensors as parameters or buffers. Please file an issue at https://github.com/pytorch/pytorch/issues/new?template=bug-report.yml if a complex module does not work as expected. 2022-11-23T03:07:09.7478269Z warnings.warn( 2022-11-23T03:07:09.7479235Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\module.py:1118: 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:07:09.7479628Z return t.to(device, dtype if t.is_floating_point() or t.is_complex() else None, non_blocking) 2022-11-23T03:07:09.7479769Z ok (0.011s) 2022-11-23T03:07:09.7480220Z test_transformerencoderlayer_cuda_float16 (__main__.TestNNDeviceTypeCUDA) ... ok (0.117s) 2022-11-23T03:07:09.7480715Z test_transformerencoderlayer_cuda_float32 (__main__.TestNNDeviceTypeCUDA) ... ok (0.100s) 2022-11-23T03:07:09.7482098Z test_transformerencoderlayer_cuda_float64 (__main__.TestNNDeviceTypeCUDA) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\transformer.py:507: 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:07:09.7482351Z return torch._transformer_encoder_layer_fwd( 2022-11-23T03:07:09.7482490Z ok (0.083s) 2022-11-23T03:07:09.7483023Z test_transformerencoderlayer_fast_path_cuda_float64 (__main__.TestNNDeviceTypeCUDA) 2022-11-23T03:07:09.7483506Z Test transformer fast path on CPU with different valid mask types and shapes ... skip: Only runs on cpu (0.003s) 2022-11-23T03:07:09.7483897Z test_transformerencoderlayer_gelu_cuda_float16 (__main__.TestNNDeviceTypeCUDA) ... ok (0.103s) 2022-11-23T03:07:09.7484304Z test_transformerencoderlayer_gelu_cuda_float32 (__main__.TestNNDeviceTypeCUDA) ... ok (0.085s) 2022-11-23T03:07:09.7484684Z test_triplet_margin_with_distance_loss_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (8.525s) 2022-11-23T03:07:09.7485215Z test_triplet_margin_with_distance_loss_default_parity_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.489s) 2022-11-23T03:07:09.7485727Z test_upsamplingBicubic2d_aa_correctness_memory_format_torch_channels_last_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.007s) 2022-11-23T03:07:09.7486300Z test_upsamplingBicubic2d_aa_correctness_memory_format_torch_contiguous_format_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.003s) 2022-11-23T03:07:09.7486768Z test_upsamplingBicubic2d_antialias_False_align_corners_False_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.007s) 2022-11-23T03:07:09.7487282Z test_upsamplingBicubic2d_antialias_False_align_corners_True_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.008s) 2022-11-23T03:07:09.7487789Z test_upsamplingBicubic2d_antialias_True_align_corners_False_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.008s) 2022-11-23T03:07:09.7488234Z test_upsamplingBicubic2d_antialias_True_align_corners_True_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.006s) 2022-11-23T03:07:09.7488628Z test_upsamplingBicubic2d_correctness_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.000s) 2022-11-23T03:07:09.7489117Z test_upsamplingBilinear2d_aa_correctness_memory_format_torch_channels_last_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.006s) 2022-11-23T03:07:09.7489622Z test_upsamplingBilinear2d_aa_correctness_memory_format_torch_contiguous_format_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.000s) 2022-11-23T03:07:09.7490086Z test_upsamplingBilinear2d_antialias_False_align_corners_False_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.178s) 2022-11-23T03:07:09.7490538Z test_upsamplingBilinear2d_antialias_False_align_corners_True_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.178s) 2022-11-23T03:07:09.7490978Z test_upsamplingBilinear2d_antialias_True_align_corners_False_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.191s) 2022-11-23T03:07:09.7491425Z test_upsamplingBilinear2d_antialias_True_align_corners_True_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.154s) 2022-11-23T03:07:09.7491862Z test_upsamplingNearest1d_correctness_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.005s) 2022-11-23T03:07:09.7492224Z test_upsamplingNearest1d_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.074s) 2022-11-23T03:07:09.7492611Z test_upsamplingNearest1d_launch_config_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (5.499s) 2022-11-23T03:07:09.7493069Z test_upsamplingNearest2d_correctness_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.036s) 2022-11-23T03:07:09.7493425Z test_upsamplingNearest2d_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.271s) 2022-11-23T03:07:09.7493814Z test_upsamplingNearest2d_launch_config_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (5.946s) 2022-11-23T03:07:09.7494349Z test_upsamplingNearest2d_launch_fail_cuda (__main__.TestNNDeviceTypeCUDA) ... expected failure (0.000s) 2022-11-23T03:07:09.7494864Z test_upsamplingNearest2d_launch_rocm_cuda (__main__.TestNNDeviceTypeCUDA) ... skip: test doesn't currently work on the CUDA stack (0.010s) 2022-11-23T03:07:09.7495259Z test_upsamplingNearest3d_correctness_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.486s) 2022-11-23T03:07:09.7495608Z test_upsamplingNearest3d_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.241s) 2022-11-23T03:07:09.7495996Z test_upsamplingNearest3d_launch_config_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (14.036s) 2022-11-23T03:07:09.7496413Z test_upsamplingNearestExact1d_correctness_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.005s) 2022-11-23T03:07:09.7496943Z test_upsamplingNearestExact1d_rescale_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.003s) 2022-11-23T03:07:09.7497356Z test_upsamplingNearestExact2d_correctness_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.034s) 2022-11-23T03:07:09.7497768Z test_upsamplingNearestExact3d_correctness_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.467s) 2022-11-23T03:07:09.7498257Z test_upsampling_64bit_indexing_channels_last_cuda_float16 (__main__.TestNNDeviceTypeCUDA) ... skip: Insufficient cuda:0 memory (0.108s) 2022-11-23T03:07:09.7498703Z test_variable_sequence_cuda_float16 (__main__.TestNNDeviceTypeCUDA) ... ok (0.568s) 2022-11-23T03:07:09.7499066Z test_variable_sequence_cuda_float32 (__main__.TestNNDeviceTypeCUDA) ... ok (0.568s) 2022-11-23T03:07:09.7499406Z test_variable_sequence_cuda_float64 (__main__.TestNNDeviceTypeCUDA) ... ok (0.543s) 2022-11-23T03:07:09.7499918Z test_warp_softmax_64bit_indexing_cuda_float16 (__main__.TestNNDeviceTypeCUDA) ... skip: Insufficient cuda:0 memory (0.099s) 2022-11-23T03:07:09.7500385Z test_warp_softmax_64bit_indexing_cuda_float32 (__main__.TestNNDeviceTypeCUDA) ... skip: Insufficient cuda:0 memory (0.097s) 2022-11-23T03:07:09.7500745Z test_calculate_gain_leaky_relu (__main__.TestNNInit) ... ok (0.002s) 2022-11-23T03:07:09.7501178Z test_calculate_gain_leaky_relu_only_accepts_numbers (__main__.TestNNInit) ... ok (0.001s) 2022-11-23T03:07:09.7501469Z test_calculate_gain_linear (__main__.TestNNInit) ... ok (0.001s) 2022-11-23T03:07:09.7501765Z test_calculate_gain_nonlinear (__main__.TestNNInit) ... ok (0.002s) 2022-11-23T03:07:09.7502135Z test_calculate_gain_only_accepts_valid_nonlinearities (__main__.TestNNInit) ... ok (0.001s) 2022-11-23T03:07:09.7502382Z test_constant (__main__.TestNNInit) ... ok (0.003s) 2022-11-23T03:07:09.7502623Z test_deprecation (__main__.TestNNInit) ... ok (0.006s) 2022-11-23T03:07:09.7502888Z test_dirac_identity (__main__.TestNNInit) ... ok (0.012s) 2022-11-23T03:07:09.7503200Z test_dirac_only_works_on_3_4_5d_inputs (__main__.TestNNInit) ... ok (0.003s) 2022-11-23T03:07:09.7503476Z test_dirac_properties (__main__.TestNNInit) ... ok (0.007s) 2022-11-23T03:07:09.7503701Z test_eye (__main__.TestNNInit) ... ok (0.002s) 2022-11-23T03:07:09.7503999Z test_eye_only_works_on_2d_inputs (__main__.TestNNInit) ... ok (0.000s) 2022-11-23T03:07:09.7504259Z test_kaiming_normal (__main__.TestNNInit) ... ok (0.484s) 2022-11-23T03:07:09.7504610Z test_kaiming_normal_errors_on_inputs_smaller_than_2d (__main__.TestNNInit) ... ok (0.002s) 2022-11-23T03:07:09.7504952Z test_kaiming_normal_warning_on_0element_tensor (__main__.TestNNInit) ... ok (0.008s) 2022-11-23T03:07:09.7505224Z test_kaiming_uniform (__main__.TestNNInit) ... ok (0.457s) 2022-11-23T03:07:09.7505579Z test_kaiming_uniform_errors_on_inputs_smaller_than_2d (__main__.TestNNInit) ... ok (0.000s) 2022-11-23T03:07:09.7505924Z test_kaiming_uniform_warning_on_0element_tensor (__main__.TestNNInit) ... ok (0.010s) 2022-11-23T03:07:09.7506168Z test_normal (__main__.TestNNInit) ... ok (1.700s) 2022-11-23T03:07:09.7506493Z test_ones_and_zeros (__main__.TestNNInit) ... ok (0.012s) 2022-11-23T03:07:09.7506760Z test_orthogonal (__main__.TestNNInit) ... ok (0.008s) 2022-11-23T03:07:09.7507044Z test_sparse_default_std (__main__.TestNNInit) ... ok (0.013s) 2022-11-23T03:07:09.7507325Z test_sparse_only_works_on_2d_inputs (__main__.TestNNInit) ... ok (0.001s) 2022-11-23T03:07:09.7507814Z test_trunc_normal (__main__.TestNNInit) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T03:07:09.7508071Z test_uniform (__main__.TestNNInit) ... ok (1.600s) 2022-11-23T03:07:09.7508334Z test_xavier_normal (__main__.TestNNInit) ... ok (0.961s) 2022-11-23T03:07:09.7508763Z test_xavier_normal_errors_on_inputs_smaller_than_2d (__main__.TestNNInit) ... ok (0.001s) 2022-11-23T03:07:09.7509029Z test_xavier_uniform (__main__.TestNNInit) ... ok (0.194s) 2022-11-23T03:07:09.7509518Z test_xavier_uniform_errors_on_inputs_smaller_than_2d (__main__.TestNNInit) ... ok (0.001s) 2022-11-23T03:07:09.7509865Z test_load_state_dict_module_pre_hook (__main__.TestStateDictHooks) ... ok (0.004s) 2022-11-23T03:07:09.7510195Z test_load_state_dict_post_hook (__main__.TestStateDictHooks) ... ok (0.006s) 2022-11-23T03:07:09.7510703Z test_load_state_dict_post_hook_backward_compatibility (__main__.TestStateDictHooks) ... skip: Tempfile permission issue on windows (0.002s) 2022-11-23T03:07:09.7511030Z test_load_state_dict_pre_hook (__main__.TestStateDictHooks) ... ok (0.007s) 2022-11-23T03:07:09.7511433Z test_no_extra_ref_to_module (__main__.TestStateDictHooks) ... ok (0.000s) 2022-11-23T03:07:09.7511741Z test_pickled_hook (__main__.TestStateDictHooks) ... ok (0.003s) 2022-11-23T03:07:09.7511762Z 2022-11-23T03:07:09.7512080Z ---------------------------------------------------------------------- 2022-11-23T03:07:09.7512261Z Ran 2427 tests in 277.250s 2022-11-23T03:07:09.7512274Z 2022-11-23T03:07:09.7512482Z OK (skipped=75, expected failures=4) 2022-11-23T03:07:09.7512495Z 2022-11-23T03:07:09.7512675Z Generating XML reports... 2022-11-23T03:07:09.7513113Z Generated XML report: test-reports\python-unittest\test_nn\TEST-TestAddRelu-20221123030229.xml 2022-11-23T03:07:09.7513595Z Generated XML report: test-reports\python-unittest\test_nn\TEST-TestConstantPadNd-20221123030229.xml 2022-11-23T03:07:09.7514155Z Generated XML report: test-reports\python-unittest\test_nn\TEST-TestFunctionalPickle-20221123030229.xml 2022-11-23T03:07:09.7514612Z Generated XML report: test-reports\python-unittest\test_nn\TEST-TestFusionEval-20221123030229.xml 2022-11-23T03:07:09.7515145Z Generated XML report: test-reports\python-unittest\test_nn\TEST-TestFusionUtils-20221123030229.xml 2022-11-23T03:07:09.7515726Z Generated XML report: test-reports\python-unittest\test_nn\TEST-TestModuleGlobalHooks-20221123030229.xml 2022-11-23T03:07:09.7516139Z Generated XML report: test-reports\python-unittest\test_nn\TEST-TestNN-20221123030229.xml 2022-11-23T03:07:09.7516632Z Generated XML report: test-reports\python-unittest\test_nn\TEST-TestNNDeviceTypeCUDA-20221123030229.xml 2022-11-23T03:07:09.7517053Z Generated XML report: test-reports\python-unittest\test_nn\TEST-TestNNInit-20221123030229.xml 2022-11-23T03:07:09.7517529Z Generated XML report: test-reports\python-unittest\test_nn\TEST-TestStateDictHooks-20221123030229.xml 2022-11-23T03:07:09.7517935Z [W CUDAGuardImpl.h:46] Warning: CUDA warning: driver shutting down (function uncheckedGetDevice) 2022-11-23T03:07:09.7518348Z [W CUDAGuardImpl.h:62] Warning: CUDA warning: invalid device ordinal (function uncheckedSetDevice) 2022-11-23T03:07:09.7518362Z 2022-11-23T03:07:09.7519024Z ##[endgroup] 2022-11-23T03:07:09.7519513Z FINISHED PRINTING LOG FILE of test_nn (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_nn_v3hshy00) 2022-11-23T03:07:09.7519526Z 2022-11-23T03:07:09.7519759Z Running test_linalg ... [2022-11-23 03:07:09.598845] 2022-11-23T03:07:09.7520324Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_linalg.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 03:07:09.599489] 2022-11-23T03:10:27.2151658Z 2022-11-23T03:10:27.2152772Z Expand the folded group to see the log file of test_linalg 2022-11-23T03:10:27.2154102Z ##[group]PRINTING LOG FILE of test_linalg (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_linalg_8dp2_02c) 2022-11-23T03:10:27.2164474Z 2022-11-23T03:10:27.2164719Z Running tests... 2022-11-23T03:10:27.2165379Z ---------------------------------------------------------------------- 2022-11-23T03:10:27.2166141Z Test results will be stored in test-reports\python-unittest\test_linalg 2022-11-23T03:10:27.2166830Z test_addbmm_cuda_bfloat16 (__main__.TestLinalgCUDA) ... ok (3.756s) 2022-11-23T03:10:27.2167478Z test_addbmm_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (1.525s) 2022-11-23T03:10:27.2168452Z test_addbmm_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (1.210s) 2022-11-23T03:10:27.2169071Z test_addbmm_cuda_float32 (__main__.TestLinalgCUDA) ... ok (1.030s) 2022-11-23T03:10:27.2169701Z test_addbmm_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.984s) 2022-11-23T03:10:27.2170346Z test_addmm_activation_cuda_bfloat16 (__main__.TestLinalgCUDA) ... ok (0.033s) 2022-11-23T03:10:27.2171017Z test_addmm_activation_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.027s) 2022-11-23T03:10:27.2171679Z test_addmm_activation_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.030s) 2022-11-23T03:10:27.2172546Z test_addmm_baddbmm_overflow_cuda_float16 (__main__.TestLinalgCUDA) ... ok (0.006s) 2022-11-23T03:10:27.2173271Z test_addmm_cuda_bfloat16 (__main__.TestLinalgCUDA) ... ok (0.032s) 2022-11-23T03:10:27.2173920Z test_addmm_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.054s) 2022-11-23T03:10:27.2174568Z test_addmm_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.043s) 2022-11-23T03:10:27.2175205Z test_addmm_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.034s) 2022-11-23T03:10:27.2175807Z test_addmm_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.035s) 2022-11-23T03:10:27.2176452Z test_addmm_sizes_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (1.046s) 2022-11-23T03:10:27.2177124Z test_addmm_sizes_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.105s) 2022-11-23T03:10:27.2177786Z test_addmm_sizes_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.180s) 2022-11-23T03:10:27.2178438Z test_addmm_sizes_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.058s) 2022-11-23T03:10:27.2179081Z test_addmv_cuda_bfloat16 (__main__.TestLinalgCUDA) ... ok (0.038s) 2022-11-23T03:10:27.2179725Z test_addmv_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.051s) 2022-11-23T03:10:27.2180352Z test_addmv_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.040s) 2022-11-23T03:10:27.2180989Z test_addmv_cuda_float16 (__main__.TestLinalgCUDA) ... ok (0.037s) 2022-11-23T03:10:27.2181617Z test_addmv_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.034s) 2022-11-23T03:10:27.2182239Z test_addmv_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.036s) 2022-11-23T03:10:27.2182955Z test_addmv_rowmajor_colmajor_incx_incy_lda_cuda_bfloat16 (__main__.TestLinalgCUDA) ... ok (0.028s) 2022-11-23T03:10:27.2183748Z test_addmv_rowmajor_colmajor_incx_incy_lda_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.024s) 2022-11-23T03:10:27.2184513Z test_addmv_rowmajor_colmajor_incx_incy_lda_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.016s) 2022-11-23T03:10:27.2185217Z test_addr_bool_cuda_bool (__main__.TestLinalgCUDA) ... ok (0.025s) 2022-11-23T03:10:27.2185910Z test_addr_float_and_complex_cuda_bfloat16 (__main__.TestLinalgCUDA) ... ok (0.020s) 2022-11-23T03:10:27.2186639Z test_addr_float_and_complex_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.027s) 2022-11-23T03:10:27.2187370Z test_addr_float_and_complex_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.030s) 2022-11-23T03:10:27.2188099Z test_addr_float_and_complex_cuda_float16 (__main__.TestLinalgCUDA) ... ok (0.020s) 2022-11-23T03:10:27.2188791Z test_addr_float_and_complex_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.017s) 2022-11-23T03:10:27.2189499Z test_addr_float_and_complex_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.015s) 2022-11-23T03:10:27.2190178Z test_addr_integral_cuda_int16 (__main__.TestLinalgCUDA) ... ok (0.014s) 2022-11-23T03:10:27.2190833Z test_addr_integral_cuda_int32 (__main__.TestLinalgCUDA) ... ok (0.013s) 2022-11-23T03:10:27.2191480Z test_addr_integral_cuda_int64 (__main__.TestLinalgCUDA) ... ok (0.009s) 2022-11-23T03:10:27.2192138Z test_addr_integral_cuda_int8 (__main__.TestLinalgCUDA) ... ok (0.017s) 2022-11-23T03:10:27.2192783Z test_addr_integral_cuda_uint8 (__main__.TestLinalgCUDA) ... ok (0.015s) 2022-11-23T03:10:27.2193422Z test_addr_type_promotion_cuda (__main__.TestLinalgCUDA) ... ok (0.728s) 2022-11-23T03:10:27.2194073Z test_baddbmm_cuda_bfloat16 (__main__.TestLinalgCUDA) ... ok (1.933s) 2022-11-23T03:10:27.2194887Z test_baddbmm_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (2.006s) 2022-11-23T03:10:27.2195545Z test_baddbmm_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (2.129s) 2022-11-23T03:10:27.2196181Z test_baddbmm_cuda_float32 (__main__.TestLinalgCUDA) ... ok (1.901s) 2022-11-23T03:10:27.2196812Z test_baddbmm_cuda_float64 (__main__.TestLinalgCUDA) ... ok (1.814s) 2022-11-23T03:10:27.2197465Z test_blas_alpha_beta_empty_cuda_bfloat16 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-11-23T03:10:27.2198190Z test_blas_alpha_beta_empty_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.006s) 2022-11-23T03:10:27.2199022Z test_blas_alpha_beta_empty_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.011s) 2022-11-23T03:10:27.2199753Z test_blas_alpha_beta_empty_cuda_float16 (__main__.TestLinalgCUDA) ... ok (0.007s) 2022-11-23T03:10:27.2200465Z test_blas_alpha_beta_empty_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.006s) 2022-11-23T03:10:27.2201169Z test_blas_alpha_beta_empty_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.007s) 2022-11-23T03:10:27.2201795Z test_blas_empty_cuda (__main__.TestLinalgCUDA) ... ok (0.026s) 2022-11-23T03:10:27.2202483Z test_blas_mv_large_input_cuda (__main__.TestLinalgCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T03:10:27.2204508Z 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-23T03:10:27.2206740Z self.assertEqual(torch.mv(nm, _m), torch.mv(nm, _m, out=_m_out)) 2022-11-23T03:10:27.2207230Z ok (0.000s) 2022-11-23T03:10:27.2207747Z test_blas_nan_out_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.011s) 2022-11-23T03:10:27.2208480Z test_blas_nan_out_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.005s) 2022-11-23T03:10:27.2209135Z test_blas_nan_out_cuda_float16 (__main__.TestLinalgCUDA) ... ok (0.005s) 2022-11-23T03:10:27.2209782Z test_blas_nan_out_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.006s) 2022-11-23T03:10:27.2210403Z test_blas_nan_out_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.005s) 2022-11-23T03:10:27.2212344Z 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-23T03:10:27.2214084Z torch.bmm(b1, b2, out=res2) 2022-11-23T03:10:27.2215821Z 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-23T03:10:27.2217468Z torch.bmm(b1, b2, out=res2) 2022-11-23T03:10:27.2219185Z 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-23T03:10:27.2220970Z torch.bmm(b1, b2, out=res2) 2022-11-23T03:10:27.2222821Z 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-23T03:10:27.2224449Z torch.bmm(b1, b2, out=res2) 2022-11-23T03:10:27.2226183Z 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-23T03:10:27.2227785Z torch.bmm(b1, b2, out=res2) 2022-11-23T03:10:27.2229533Z 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-23T03:10:27.2231162Z torch.bmm(b1, b2, out=res2) 2022-11-23T03:10:27.2232898Z 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-23T03:10:27.2234566Z torch.bmm(b1, b2, out=res2) 2022-11-23T03:10:27.2236393Z 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-23T03:10:27.2238062Z torch.bmm(b1, b2, out=res2) 2022-11-23T03:10:27.2239785Z 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-23T03:10:27.2241688Z torch.bmm(b1, b2, out=res2) 2022-11-23T03:10:27.2243868Z 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-23T03:10:27.2245632Z torch.bmm(b1, b2, out=res2) 2022-11-23T03:10:27.2247460Z 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-23T03:10:27.2249270Z torch.bmm(b1, b2, out=res2) 2022-11-23T03:10:27.2251292Z 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-23T03:10:27.2252941Z torch.bmm(b1, b2, out=res2) 2022-11-23T03:10:27.2254659Z 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-23T03:10:27.2256451Z torch.bmm(b1, b2, out=res2) 2022-11-23T03:10:27.2258431Z 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-23T03:10:27.2260070Z torch.bmm(b1, b2, out=res2) 2022-11-23T03:10:27.2260460Z ok (4.396s) 2022-11-23T03:10:27.2260967Z test_bmm_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (4.462s) 2022-11-23T03:10:27.2261610Z test_bmm_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (4.607s) 2022-11-23T03:10:27.2262241Z test_bmm_cuda_float32 (__main__.TestLinalgCUDA) ... ok (4.351s) 2022-11-23T03:10:27.2263005Z test_bmm_cuda_float64 (__main__.TestLinalgCUDA) ... ok (4.357s) 2022-11-23T03:10:27.2265217Z 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-23T03:10:27.2267244Z torch.matmul(l, r, out=out) 2022-11-23T03:10:27.2269155Z 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-23T03:10:27.2271095Z torch.matmul(l, r, out=out) 2022-11-23T03:10:27.2271572Z ok (0.052s) 2022-11-23T03:10:27.2272142Z test_broadcast_fused_matmul_cuda (__main__.TestLinalgCUDA) ... ok (0.007s) 2022-11-23T03:10:27.2273918Z 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-23T03:10:27.2275595Z return _VF.chain_matmul(matrices) # type: ignore[attr-defined] 2022-11-23T03:10:27.2276095Z ok (0.004s) 2022-11-23T03:10:27.2276685Z test_cholesky_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.637s) 2022-11-23T03:10:27.2277448Z test_cholesky_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.038s) 2022-11-23T03:10:27.2278296Z test_cholesky_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.122s) 2022-11-23T03:10:27.2278991Z test_cholesky_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.028s) 2022-11-23T03:10:27.2279784Z test_cholesky_errors_and_warnings_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.014s) 2022-11-23T03:10:27.2280859Z test_cholesky_errors_and_warnings_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.018s) 2022-11-23T03:10:27.2282044Z test_cholesky_errors_and_warnings_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.016s) 2022-11-23T03:10:27.2283072Z test_cholesky_errors_and_warnings_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.016s) 2022-11-23T03:10:27.2284028Z test_cholesky_ex_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.014s) 2022-11-23T03:10:27.2284836Z test_cholesky_ex_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.022s) 2022-11-23T03:10:27.2285648Z test_cholesky_ex_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.017s) 2022-11-23T03:10:27.2286372Z test_cholesky_ex_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.011s) 2022-11-23T03:10:27.2287153Z test_cholesky_ex_non_pd_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.006s) 2022-11-23T03:10:27.2287894Z test_cholesky_ex_non_pd_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.005s) 2022-11-23T03:10:27.2288597Z test_cholesky_ex_non_pd_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.005s) 2022-11-23T03:10:27.2289262Z test_cholesky_ex_non_pd_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-11-23T03:10:27.2289963Z test_cholesky_inverse_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.407s) 2022-11-23T03:10:27.2290788Z test_cholesky_inverse_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.054s) 2022-11-23T03:10:27.2291577Z test_cholesky_inverse_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.050s) 2022-11-23T03:10:27.2292446Z test_cholesky_inverse_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.041s) 2022-11-23T03:10:27.2293225Z test_cholesky_inverse_errors_and_warnings_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.010s) 2022-11-23T03:10:27.2295128Z test_cholesky_inverse_errors_and_warnings_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.011s) 2022-11-23T03:10:27.2295917Z test_cholesky_inverse_errors_and_warnings_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.007s) 2022-11-23T03:10:27.2296708Z test_cholesky_inverse_errors_and_warnings_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.006s) 2022-11-23T03:10:27.2297616Z test_cholesky_solve_batched_broadcasting_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.132s) 2022-11-23T03:10:27.2298746Z test_cholesky_solve_batched_broadcasting_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.034s) 2022-11-23T03:10:27.2299741Z test_cholesky_solve_batched_broadcasting_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.028s) 2022-11-23T03:10:27.2300529Z test_cholesky_solve_batched_broadcasting_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.021s) 2022-11-23T03:10:27.2301797Z 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-23T03:10:27.2302826Z L = torch.cholesky(A) 2022-11-23T03:10:27.2303217Z should be replaced with 2022-11-23T03:10:27.2303658Z L = torch.linalg.cholesky(A) 2022-11-23T03:10:27.2304049Z and 2022-11-23T03:10:27.2304540Z U = torch.cholesky(A, upper=True) 2022-11-23T03:10:27.2305053Z should be replaced with 2022-11-23T03:10:27.2305593Z U = torch.linalg.cholesky(A).mH(). 2022-11-23T03:10:27.2306804Z 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:10:27.2307779Z L = torch.cholesky(A, upper=upper) 2022-11-23T03:10:27.2308241Z ok (0.011s) 2022-11-23T03:10:27.2308798Z test_cholesky_solve_batched_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.027s) 2022-11-23T03:10:27.2309523Z test_cholesky_solve_batched_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.017s) 2022-11-23T03:10:27.2310225Z test_cholesky_solve_batched_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.017s) 2022-11-23T03:10:27.2311216Z test_cholesky_solve_batched_many_batches_cuda_complex128 (__main__.TestLinalgCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:10:27.2312518Z test_cholesky_solve_batched_many_batches_cuda_complex64 (__main__.TestLinalgCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:10:27.2313735Z 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-23T03:10:27.2314777Z test_cholesky_solve_batched_many_batches_cuda_float64 (__main__.TestLinalgCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:10:27.2315637Z test_cholesky_solve_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.021s) 2022-11-23T03:10:27.2316327Z test_cholesky_solve_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.012s) 2022-11-23T03:10:27.2317012Z test_cholesky_solve_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.012s) 2022-11-23T03:10:27.2317658Z test_cholesky_solve_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.010s) 2022-11-23T03:10:27.2318539Z test_cholesky_solve_out_errors_and_warnings_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.006s) 2022-11-23T03:10:27.2319509Z test_cholesky_solve_out_errors_and_warnings_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.006s) 2022-11-23T03:10:27.2320456Z test_cholesky_solve_out_errors_and_warnings_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.006s) 2022-11-23T03:10:27.2321255Z test_cholesky_solve_out_errors_and_warnings_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.005s) 2022-11-23T03:10:27.2322113Z test_cond_cuda_complex128 (__main__.TestLinalgCUDA) ... 2022-11-23T03:10:27.2322715Z Intel MKL ERROR: Parameter 4 was incorrect on entry to DLASCL. 2022-11-23T03:10:27.2323068Z 2022-11-23T03:10:27.2323358Z Intel MKL ERROR: Parameter 5 was incorrect on entry to DLASCL. 2022-11-23T03:10:27.2323831Z ok (0.623s) 2022-11-23T03:10:27.2324304Z test_cond_cuda_complex64 (__main__.TestLinalgCUDA) ... 2022-11-23T03:10:27.2324993Z Intel MKL ERROR: Parameter 4 was incorrect on entry to DLASCL. 2022-11-23T03:10:27.2325397Z 2022-11-23T03:10:27.2325726Z Intel MKL ERROR: Parameter 5 was incorrect on entry to DLASCL. 2022-11-23T03:10:27.2326284Z ok (0.123s) 2022-11-23T03:10:27.2326999Z test_cond_cuda_float32 (__main__.TestLinalgCUDA) ... 2022-11-23T03:10:27.2327639Z Intel MKL ERROR: Parameter 4 was incorrect on entry to DLASCL. 2022-11-23T03:10:27.2327981Z 2022-11-23T03:10:27.2328262Z Intel MKL ERROR: Parameter 5 was incorrect on entry to DLASCL. 2022-11-23T03:10:27.2328730Z ok (0.302s) 2022-11-23T03:10:27.2329201Z test_cond_cuda_float64 (__main__.TestLinalgCUDA) ... 2022-11-23T03:10:27.2329782Z Intel MKL ERROR: Parameter 4 was incorrect on entry to DLASCL. 2022-11-23T03:10:27.2330128Z 2022-11-23T03:10:27.2330411Z Intel MKL ERROR: Parameter 5 was incorrect on entry to DLASCL. 2022-11-23T03:10:27.2330876Z ok (0.107s) 2022-11-23T03:10:27.2331439Z test_cond_errors_and_warnings_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.029s) 2022-11-23T03:10:27.2332335Z test_cond_errors_and_warnings_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.019s) 2022-11-23T03:10:27.2333210Z test_cond_errors_and_warnings_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.012s) 2022-11-23T03:10:27.2334048Z test_cond_errors_and_warnings_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.026s) 2022-11-23T03:10:27.2334797Z test_corner_cases_of_cublasltmatmul_cuda_bfloat16 (__main__.TestLinalgCUDA) ... ok (0.737s) 2022-11-23T03:10:27.2335664Z test_corner_cases_of_cublasltmatmul_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (1.217s) 2022-11-23T03:10:27.2336446Z test_corner_cases_of_cublasltmatmul_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.884s) 2022-11-23T03:10:27.2337211Z test_corner_cases_of_cublasltmatmul_cuda_float16 (__main__.TestLinalgCUDA) ... ok (0.667s) 2022-11-23T03:10:27.2338027Z test_corner_cases_of_cublasltmatmul_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.617s) 2022-11-23T03:10:27.2338870Z test_corner_cases_of_cublasltmatmul_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.942s) 2022-11-23T03:10:27.2339639Z test_cross_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.005s) 2022-11-23T03:10:27.2340459Z test_cross_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-11-23T03:10:27.2341167Z test_cross_with_and_without_dim_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.005s) 2022-11-23T03:10:27.2341892Z test_cross_with_and_without_dim_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.004s) 2022-11-23T03:10:27.2342571Z test_det_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.027s) 2022-11-23T03:10:27.2343195Z test_det_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.039s) 2022-11-23T03:10:27.2343845Z test_det_logdet_slogdet_batched_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.336s) 2022-11-23T03:10:27.2344618Z test_det_logdet_slogdet_cuda_float64 (__main__.TestLinalgCUDA) ... skip: Skipped on Windows! (0.010s) 2022-11-23T03:10:27.2345356Z test_dot_invalid_args_cuda (__main__.TestLinalgCUDA) ... ok (0.005s) 2022-11-23T03:10:27.2346163Z test_dot_vs_numpy_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.006s) 2022-11-23T03:10:27.2347014Z test_dot_vs_numpy_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.012s) 2022-11-23T03:10:27.2347917Z 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-23T03:10:27.2348758Z test_eig_compare_backends_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.021s) 2022-11-23T03:10:27.2349621Z test_eig_compare_backends_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.018s) 2022-11-23T03:10:27.2350340Z test_eig_compare_backends_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.024s) 2022-11-23T03:10:27.2351042Z test_eig_compare_backends_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.020s) 2022-11-23T03:10:27.2351769Z test_eig_errors_and_warnings_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.014s) 2022-11-23T03:10:27.2352634Z test_eig_errors_and_warnings_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.011s) 2022-11-23T03:10:27.2353557Z test_eig_errors_and_warnings_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.014s) 2022-11-23T03:10:27.2354561Z test_eig_errors_and_warnings_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.009s) 2022-11-23T03:10:27.2355257Z test_eig_numpy_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.186s) 2022-11-23T03:10:27.2355915Z test_eig_numpy_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.027s) 2022-11-23T03:10:27.2356574Z test_eig_removed_error_cuda (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-11-23T03:10:27.2357245Z test_eig_with_nan_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-11-23T03:10:27.2357923Z test_eig_with_nan_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-11-23T03:10:27.2358591Z test_eig_with_nan_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.006s) 2022-11-23T03:10:27.2359308Z test_eig_with_nan_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.000s) 2022-11-23T03:10:27.2360057Z test_eigh_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.103s) 2022-11-23T03:10:27.2360893Z test_eigh_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.341s) 2022-11-23T03:10:27.2361581Z test_eigh_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.240s) 2022-11-23T03:10:27.2362199Z test_eigh_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.065s) 2022-11-23T03:10:27.2362906Z test_eigh_errors_and_warnings_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.005s) 2022-11-23T03:10:27.2363657Z test_eigh_errors_and_warnings_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.006s) 2022-11-23T03:10:27.2364418Z test_eigh_errors_and_warnings_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.019s) 2022-11-23T03:10:27.2365172Z test_eigh_errors_and_warnings_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.011s) 2022-11-23T03:10:27.2365908Z test_eigh_lower_uplo_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.004s) 2022-11-23T03:10:27.2366790Z test_eigh_lower_uplo_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.004s) 2022-11-23T03:10:27.2367690Z test_eigh_lower_uplo_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.004s) 2022-11-23T03:10:27.2368424Z test_eigh_lower_uplo_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.004s) 2022-11-23T03:10:27.2369173Z test_eigvals_compare_backends_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.025s) 2022-11-23T03:10:27.2369952Z test_eigvals_compare_backends_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.026s) 2022-11-23T03:10:27.2370722Z test_eigvals_compare_backends_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.026s) 2022-11-23T03:10:27.2371477Z test_eigvals_compare_backends_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.026s) 2022-11-23T03:10:27.2372432Z test_eigvals_errors_and_warnings_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-11-23T03:10:27.2373464Z test_eigvals_errors_and_warnings_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.006s) 2022-11-23T03:10:27.2374462Z test_eigvals_errors_and_warnings_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.010s) 2022-11-23T03:10:27.2375432Z test_eigvals_errors_and_warnings_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.000s) 2022-11-23T03:10:27.2376280Z test_eigvals_numpy_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.010s) 2022-11-23T03:10:27.2377051Z test_eigvals_numpy_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.010s) 2022-11-23T03:10:27.2377745Z test_eigvalsh_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.052s) 2022-11-23T03:10:27.2378667Z test_eigvalsh_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.032s) 2022-11-23T03:10:27.2379407Z test_eigvalsh_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.030s) 2022-11-23T03:10:27.2380282Z test_eigvalsh_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.026s) 2022-11-23T03:10:27.2382007Z 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-23T03:10:27.2383463Z out = torch.empty_like(t).to(real_dtype) 2022-11-23T03:10:27.2383995Z ok (0.007s) 2022-11-23T03:10:27.2384627Z test_eigvalsh_errors_and_warnings_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.006s) 2022-11-23T03:10:27.2385479Z test_eigvalsh_errors_and_warnings_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.006s) 2022-11-23T03:10:27.2386316Z test_eigvalsh_errors_and_warnings_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.007s) 2022-11-23T03:10:27.2387244Z test_einsum_corner_cases_cuda (__main__.TestLinalgCUDA) ... ok (0.019s) 2022-11-23T03:10:27.2388176Z test_einsum_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.075s) 2022-11-23T03:10:27.2389044Z test_einsum_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.070s) 2022-11-23T03:10:27.2389763Z test_einsum_error_cases_cuda (__main__.TestLinalgCUDA) ... ok (0.019s) 2022-11-23T03:10:27.2390456Z test_einsum_random_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (6.514s) 2022-11-23T03:10:27.2391212Z test_einsum_random_cuda_float64 (__main__.TestLinalgCUDA) ... ok (6.010s) 2022-11-23T03:10:27.2392026Z test_einsum_sublist_format_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.022s) 2022-11-23T03:10:27.2392827Z test_einsum_sublist_format_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.032s) 2022-11-23T03:10:27.2393672Z test_geqrf_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.038s) 2022-11-23T03:10:27.2394517Z test_geqrf_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.052s) 2022-11-23T03:10:27.2395423Z test_geqrf_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.040s) 2022-11-23T03:10:27.2396173Z test_geqrf_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.033s) 2022-11-23T03:10:27.2396943Z test_householder_product_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.030s) 2022-11-23T03:10:27.2397748Z test_householder_product_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.028s) 2022-11-23T03:10:27.2415089Z test_householder_product_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.029s) 2022-11-23T03:10:27.2416119Z test_householder_product_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.024s) 2022-11-23T03:10:27.2416890Z test_householder_product_errors_and_warnings_cuda (__main__.TestLinalgCUDA) ... ok (0.006s) 2022-11-23T03:10:27.2417606Z test_inner_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.075s) 2022-11-23T03:10:27.2418227Z test_inner_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.056s) 2022-11-23T03:10:27.2418919Z test_inv_errors_and_warnings_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.014s) 2022-11-23T03:10:27.2419666Z test_inv_errors_and_warnings_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.018s) 2022-11-23T03:10:27.2420402Z test_inv_errors_and_warnings_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.014s) 2022-11-23T03:10:27.2421233Z test_inv_errors_and_warnings_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.014s) 2022-11-23T03:10:27.2422094Z test_inv_ex_info_device_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.001s) 2022-11-23T03:10:27.2422948Z test_inv_ex_info_device_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-11-23T03:10:27.2423633Z test_inv_ex_info_device_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.001s) 2022-11-23T03:10:27.2424321Z test_inv_ex_info_device_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.001s) 2022-11-23T03:10:27.2425221Z test_inv_ex_singular_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.005s) 2022-11-23T03:10:27.2425910Z test_inv_ex_singular_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.006s) 2022-11-23T03:10:27.2426589Z test_inv_ex_singular_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.006s) 2022-11-23T03:10:27.2427261Z test_inv_ex_singular_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.005s) 2022-11-23T03:10:27.2428146Z test_invariance_error_spectral_decompositions_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.017s) 2022-11-23T03:10:27.2429044Z test_inverse_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.197s) 2022-11-23T03:10:27.2430029Z test_inverse_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.202s) 2022-11-23T03:10:27.2430711Z test_inverse_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.176s) 2022-11-23T03:10:27.2431338Z test_inverse_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.209s) 2022-11-23T03:10:27.2431995Z test_inverse_errors_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.009s) 2022-11-23T03:10:27.2432672Z test_inverse_errors_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.009s) 2022-11-23T03:10:27.2433357Z test_inverse_errors_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.009s) 2022-11-23T03:10:27.2434036Z test_inverse_errors_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.009s) 2022-11-23T03:10:27.2434924Z test_inverse_errors_large_cuda_complex128 (__main__.TestLinalgCUDA) ... skip: test skipped for CUDA version (11, 6) (0.001s) 2022-11-23T03:10:27.2436011Z test_inverse_errors_large_cuda_complex64 (__main__.TestLinalgCUDA) ... skip: test skipped for CUDA version (11, 6) (0.000s) 2022-11-23T03:10:27.2437058Z test_inverse_errors_large_cuda_float32 (__main__.TestLinalgCUDA) ... skip: test skipped for CUDA version (11, 6) (0.003s) 2022-11-23T03:10:27.2437939Z test_inverse_errors_large_cuda_float64 (__main__.TestLinalgCUDA) ... skip: test skipped for CUDA version (11, 6) (0.000s) 2022-11-23T03:10:27.2438891Z test_inverse_many_batches_cuda_complex128 (__main__.TestLinalgCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:10:27.2439888Z test_inverse_many_batches_cuda_complex64 (__main__.TestLinalgCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:10:27.2440885Z test_inverse_many_batches_cuda_float32 (__main__.TestLinalgCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:10:27.2442000Z test_inverse_many_batches_cuda_float64 (__main__.TestLinalgCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:10:27.2442962Z test_kron_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.033s) 2022-11-23T03:10:27.2443749Z test_kron_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.035s) 2022-11-23T03:10:27.2444383Z test_kron_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.025s) 2022-11-23T03:10:27.2445000Z test_kron_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.025s) 2022-11-23T03:10:27.2445632Z test_kron_empty_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.004s) 2022-11-23T03:10:27.2446300Z test_kron_empty_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.004s) 2022-11-23T03:10:27.2446957Z test_kron_empty_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-11-23T03:10:27.2447604Z test_kron_empty_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.006s) 2022-11-23T03:10:27.2449976Z 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-23T03:10:27.2451939Z torch.kron(a, b, out=out) 2022-11-23T03:10:27.2452321Z ok (0.000s) 2022-11-23T03:10:27.2455060Z 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-23T03:10:27.2457304Z torch.kron(a, b, out=out) 2022-11-23T03:10:27.2457696Z ok (0.000s) 2022-11-23T03:10:27.2459556Z 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-23T03:10:27.2461299Z torch.kron(a, b, out=out) 2022-11-23T03:10:27.2461671Z ok (0.010s) 2022-11-23T03:10:27.2463883Z 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-23T03:10:27.2465698Z torch.kron(a, b, out=out) 2022-11-23T03:10:27.2466084Z ok (0.000s) 2022-11-23T03:10:27.2466581Z test_lapack_empty_cuda (__main__.TestLinalgCUDA) ... ok (0.000s) 2022-11-23T03:10:27.2467523Z test_ldl_factor_cuda_complex128 (__main__.TestLinalgCUDA) ... C:\actions-runner\_work\pytorch\pytorch\test\test_linalg.py:7288: ComplexWarning: scipy.linalg.ldl(): 2022-11-23T03:10:27.2468603Z The imaginary parts of the diagonalare ignored. Use "hermitian=False" for factorization ofcomplex symmetric arrays. 2022-11-23T03:10:27.2469523Z lambda x: scipy_ldl(x, hermitian=hermitian, lower=True), 2022-11-23T03:10:27.2470079Z ok (0.402s) 2022-11-23T03:10:27.2470705Z test_ldl_factor_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.230s) 2022-11-23T03:10:27.2471427Z test_ldl_factor_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.077s) 2022-11-23T03:10:27.2472081Z test_ldl_factor_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.082s) 2022-11-23T03:10:27.2472737Z test_ldl_solve_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.011s) 2022-11-23T03:10:27.2473390Z test_ldl_solve_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.006s) 2022-11-23T03:10:27.2474012Z test_ldl_solve_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.020s) 2022-11-23T03:10:27.2474642Z test_ldl_solve_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.012s) 2022-11-23T03:10:27.2475306Z test_linalg_cross_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.004s) 2022-11-23T03:10:27.2476081Z test_linalg_cross_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-11-23T03:10:27.2476953Z test_linalg_cross_with_and_without_dim_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-11-23T03:10:27.2477893Z test_linalg_cross_with_and_without_dim_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-11-23T03:10:27.2478860Z test_linalg_lstsq_batch_broadcasting_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.114s) 2022-11-23T03:10:27.2479622Z test_linalg_lstsq_batch_broadcasting_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.114s) 2022-11-23T03:10:27.2480396Z test_linalg_lstsq_batch_broadcasting_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.079s) 2022-11-23T03:10:27.2481171Z test_linalg_lstsq_batch_broadcasting_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.089s) 2022-11-23T03:10:27.2481895Z test_linalg_lstsq_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.309s) 2022-11-23T03:10:27.2482780Z test_linalg_lstsq_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.247s) 2022-11-23T03:10:27.2483589Z test_linalg_lstsq_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.222s) 2022-11-23T03:10:27.2484423Z test_linalg_lstsq_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.232s) 2022-11-23T03:10:27.2485187Z test_linalg_lstsq_input_checks_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.019s) 2022-11-23T03:10:27.2485940Z test_linalg_lstsq_input_checks_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.014s) 2022-11-23T03:10:27.2486680Z test_linalg_lstsq_input_checks_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.014s) 2022-11-23T03:10:27.2487410Z test_linalg_lstsq_input_checks_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.010s) 2022-11-23T03:10:27.2488189Z test_linalg_lu_cpu_errors_cuda_complex128 (__main__.TestLinalgCUDA) ... skip: Only runs on cpu (0.008s) 2022-11-23T03:10:27.2489016Z test_linalg_lu_cpu_errors_cuda_complex64 (__main__.TestLinalgCUDA) ... skip: Only runs on cpu (0.004s) 2022-11-23T03:10:27.2489944Z test_linalg_lu_cpu_errors_cuda_float32 (__main__.TestLinalgCUDA) ... skip: Only runs on cpu (0.004s) 2022-11-23T03:10:27.2490897Z test_linalg_lu_cpu_errors_cuda_float64 (__main__.TestLinalgCUDA) ... skip: Only runs on cpu (0.004s) 2022-11-23T03:10:27.2492421Z 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-23T03:10:27.2493569Z LU, pivots = torch.lu(A, compute_pivots) 2022-11-23T03:10:27.2494036Z should be replaced with 2022-11-23T03:10:27.2494663Z LU, pivots = torch.linalg.lu_factor(A, compute_pivots) 2022-11-23T03:10:27.2495117Z and 2022-11-23T03:10:27.2495565Z LU, pivots, info = torch.lu(A, compute_pivots, get_infos=True) 2022-11-23T03:10:27.2496080Z should be replaced with 2022-11-23T03:10:27.2497179Z 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:10:27.2498383Z return torch._lu_with_info(A, pivot=pivot, check_errors=(not get_infos)) 2022-11-23T03:10:27.2498900Z ok (1.808s) 2022-11-23T03:10:27.2499438Z test_linalg_lu_family_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (1.831s) 2022-11-23T03:10:27.2500118Z test_linalg_lu_family_cuda_float32 (__main__.TestLinalgCUDA) ... ok (1.668s) 2022-11-23T03:10:27.2500795Z test_linalg_lu_family_cuda_float64 (__main__.TestLinalgCUDA) ... ok (2.082s) 2022-11-23T03:10:27.2502230Z 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-23T03:10:27.2503532Z ok (2.479s) 2022-11-23T03:10:27.2504138Z test_linalg_lu_solve_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (2.325s) 2022-11-23T03:10:27.2505015Z test_linalg_lu_solve_cuda_float32 (__main__.TestLinalgCUDA) ... ok (2.323s) 2022-11-23T03:10:27.2505870Z test_linalg_lu_solve_cuda_float64 (__main__.TestLinalgCUDA) ... ok (2.374s) 2022-11-23T03:10:27.2506728Z test_linalg_matrix_exp_analytic_cuda_complex128 (__main__.TestLinalgCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.008s) 2022-11-23T03:10:27.2507779Z test_linalg_matrix_exp_analytic_cuda_complex64 (__main__.TestLinalgCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.008s) 2022-11-23T03:10:27.2508871Z 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-23T03:10:27.2510087Z test_linalg_matrix_exp_analytic_cuda_float64 (__main__.TestLinalgCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:10:27.2511149Z test_linalg_matrix_exp_batch_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.098s) 2022-11-23T03:10:27.2512027Z test_linalg_matrix_exp_batch_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.077s) 2022-11-23T03:10:27.2512799Z test_linalg_matrix_exp_boundary_cases_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.005s) 2022-11-23T03:10:27.2513589Z test_linalg_matrix_exp_boundary_cases_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.004s) 2022-11-23T03:10:27.2514351Z test_linalg_matrix_exp_boundary_cases_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.004s) 2022-11-23T03:10:27.2515119Z test_linalg_matrix_exp_boundary_cases_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.004s) 2022-11-23T03:10:27.2515909Z test_linalg_matrix_exp_compare_with_taylor_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.209s) 2022-11-23T03:10:27.2516744Z test_linalg_matrix_exp_compare_with_taylor_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.189s) 2022-11-23T03:10:27.2517724Z test_linalg_matrix_exp_compare_with_taylor_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.182s) 2022-11-23T03:10:27.2518709Z test_linalg_matrix_exp_compare_with_taylor_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.163s) 2022-11-23T03:10:27.2519580Z test_linalg_matrix_exp_no_warnings_cuda_complex64 (__main__.TestLinalgCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T03:10:27.2520354Z test_linalg_matrix_exp_utils_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.022s) 2022-11-23T03:10:27.2521087Z test_linalg_matrix_exp_utils_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.022s) 2022-11-23T03:10:27.2521821Z test_linalg_qr_autograd_errors_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.004s) 2022-11-23T03:10:27.2522607Z test_linalg_solve_triangular_broadcasting_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (1.491s) 2022-11-23T03:10:27.2523443Z test_linalg_solve_triangular_broadcasting_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (1.508s) 2022-11-23T03:10:27.2524423Z test_linalg_solve_triangular_broadcasting_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.031s) 2022-11-23T03:10:27.2525427Z test_linalg_solve_triangular_broadcasting_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.031s) 2022-11-23T03:10:27.2526227Z test_linalg_solve_triangular_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (3.769s) 2022-11-23T03:10:27.2526973Z test_linalg_solve_triangular_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (3.813s) 2022-11-23T03:10:27.2527709Z test_linalg_solve_triangular_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.877s) 2022-11-23T03:10:27.2528436Z test_linalg_solve_triangular_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.786s) 2022-11-23T03:10:27.2529276Z test_linalg_solve_triangular_large_cuda_complex128 (__main__.TestLinalgCUDA) ... skip: test skipped for CUDA version (11, 6) (0.002s) 2022-11-23T03:10:27.2530227Z test_linalg_solve_triangular_large_cuda_complex64 (__main__.TestLinalgCUDA) ... skip: test skipped for CUDA version (11, 6) (0.002s) 2022-11-23T03:10:27.2531327Z test_linalg_solve_triangular_large_cuda_float32 (__main__.TestLinalgCUDA) ... skip: test skipped for CUDA version (11, 6) (0.002s) 2022-11-23T03:10:27.2532449Z test_linalg_solve_triangular_large_cuda_float64 (__main__.TestLinalgCUDA) ... skip: test skipped for CUDA version (11, 6) (0.002s) 2022-11-23T03:10:27.2533437Z test_linear_algebra_scalar_raises_cuda (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-11-23T03:10:27.2534627Z 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-23T03:10:27.2535936Z 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:10:27.2536776Z L, _ = torch.symeig(A, upper=upper) 2022-11-23T03:10:27.2537251Z should be replaced with 2022-11-23T03:10:27.2537914Z L = torch.linalg.eigvalsh(A, UPLO='U' if upper else 'L') 2022-11-23T03:10:27.2538416Z and 2022-11-23T03:10:27.2538965Z L, V = torch.symeig(A, eigenvectors=True) 2022-11-23T03:10:27.2539498Z should be replaced with 2022-11-23T03:10:27.2540401Z 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:10:27.2541240Z e = torch.symeig(A)[0] 2022-11-23T03:10:27.2541619Z ok (4.806s) 2022-11-23T03:10:27.2542109Z test_lobpcg_ortho_cuda_float64 (__main__.TestLinalgCUDA) ... ok (17.065s) 2022-11-23T03:10:27.2542783Z test_lobpcg_scipy_cuda_float64 (__main__.TestLinalgCUDA) 2022-11-23T03:10:27.2543520Z Compare torch and scipy.sparse.linalg implementations of lobpcg ... skip: Only runs on cpu (0.010s) 2022-11-23T03:10:27.2544446Z test_lobpcg_torchscript_cuda_float64 (__main__.TestLinalgCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T03:10:27.2545285Z test_lstsq_removed_error_cuda (__main__.TestLinalgCUDA) ... ok (0.010s) 2022-11-23T03:10:27.2546696Z 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-23T03:10:27.2547853Z Note that torch.linalg.lu_solve has its arguments reversed. 2022-11-23T03:10:27.2548370Z X = torch.lu_solve(B, LU, pivots) 2022-11-23T03:10:27.2548806Z should be replaced with 2022-11-23T03:10:27.2549664Z 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:10:27.2550503Z x = torch.lu_solve(b, LU_data, LU_pivots) 2022-11-23T03:10:27.2550923Z ok (0.011s) 2022-11-23T03:10:27.2551661Z test_lu_solve_batched_broadcasting_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.009s) 2022-11-23T03:10:27.2552548Z test_lu_solve_batched_broadcasting_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.008s) 2022-11-23T03:10:27.2553442Z test_lu_solve_batched_broadcasting_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.014s) 2022-11-23T03:10:27.2554175Z test_lu_solve_batched_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.021s) 2022-11-23T03:10:27.2554874Z test_lu_solve_batched_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.022s) 2022-11-23T03:10:27.2555560Z test_lu_solve_batched_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.020s) 2022-11-23T03:10:27.2556238Z test_lu_solve_batched_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.020s) 2022-11-23T03:10:27.2557105Z test_lu_solve_batched_many_batches_cuda_complex128 (__main__.TestLinalgCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T03:10:27.2558255Z test_lu_solve_batched_many_batches_cuda_complex64 (__main__.TestLinalgCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:10:27.2559515Z 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-23T03:10:27.2560771Z 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-23T03:10:27.2561588Z test_lu_solve_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.006s) 2022-11-23T03:10:27.2562246Z test_lu_solve_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.021s) 2022-11-23T03:10:27.2562886Z test_lu_solve_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.014s) 2022-11-23T03:10:27.2563523Z test_lu_solve_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.013s) 2022-11-23T03:10:27.2564305Z test_lu_solve_large_matrices_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.004s) 2022-11-23T03:10:27.2565180Z test_lu_solve_large_matrices_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-11-23T03:10:27.2566059Z test_lu_solve_large_matrices_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-11-23T03:10:27.2566924Z test_lu_solve_large_matrices_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.004s) 2022-11-23T03:10:27.2567655Z test_lu_unpack_check_input_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.004s) 2022-11-23T03:10:27.2568301Z test_matmul_45724_cuda (__main__.TestLinalgCUDA) ... ok (0.633s) 2022-11-23T03:10:27.2570289Z 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-23T03:10:27.2572172Z ans = torch.matmul(x, y, out=out) 2022-11-23T03:10:27.2574188Z 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-23T03:10:27.2575825Z ans = torch.matmul(x, y, out=out) 2022-11-23T03:10:27.2577568Z 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-23T03:10:27.2579330Z ans = torch.matmul(x, y, out=out) 2022-11-23T03:10:27.2579812Z ok (0.951s) 2022-11-23T03:10:27.2580504Z test_matmul_small_brute_force_1d_Nd_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.827s) 2022-11-23T03:10:27.2581297Z test_matmul_small_brute_force_2d_Nd_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (3.535s) 2022-11-23T03:10:27.2582045Z test_matmul_small_brute_force_2d_Nd_cuda_float32 (__main__.TestLinalgCUDA) ... ok (3.210s) 2022-11-23T03:10:27.2582786Z test_matmul_small_brute_force_3d_Nd_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (3.987s) 2022-11-23T03:10:27.2583525Z test_matmul_small_brute_force_3d_Nd_cuda_float32 (__main__.TestLinalgCUDA) ... ok (3.632s) 2022-11-23T03:10:27.2584216Z test_matrix_norm_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.006s) 2022-11-23T03:10:27.2584854Z test_matrix_norm_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.006s) 2022-11-23T03:10:27.2585819Z test_matrix_power_negative_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.027s) 2022-11-23T03:10:27.2586688Z test_matrix_power_negative_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.031s) 2022-11-23T03:10:27.2587545Z test_matrix_power_non_negative_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.020s) 2022-11-23T03:10:27.2588286Z test_matrix_power_non_negative_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.010s) 2022-11-23T03:10:27.2588996Z test_matrix_rank_atol_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.074s) 2022-11-23T03:10:27.2589795Z test_matrix_rank_atol_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.061s) 2022-11-23T03:10:27.2590507Z test_matrix_rank_atol_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.049s) 2022-11-23T03:10:27.2591185Z test_matrix_rank_atol_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.053s) 2022-11-23T03:10:27.2591884Z test_matrix_rank_atol_rtol_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.007s) 2022-11-23T03:10:27.2592730Z test_matrix_rank_basic_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.004s) 2022-11-23T03:10:27.2593586Z test_matrix_rank_basic_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.006s) 2022-11-23T03:10:27.2594403Z test_matrix_rank_basic_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.004s) 2022-11-23T03:10:27.2595082Z test_matrix_rank_basic_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-11-23T03:10:27.2595760Z test_matrix_rank_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.040s) 2022-11-23T03:10:27.2596434Z test_matrix_rank_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.031s) 2022-11-23T03:10:27.2597096Z test_matrix_rank_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.035s) 2022-11-23T03:10:27.2597797Z test_matrix_rank_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.031s) 2022-11-23T03:10:27.2598592Z test_matrix_rank_empty_cuda_complex128 (__main__.TestLinalgCUDA) ... skip: test skipped for CUDA version (11, 6) (0.000s) 2022-11-23T03:10:27.2599577Z test_matrix_rank_empty_cuda_complex64 (__main__.TestLinalgCUDA) ... skip: test skipped for CUDA version (11, 6) (0.000s) 2022-11-23T03:10:27.2600607Z test_matrix_rank_empty_cuda_float32 (__main__.TestLinalgCUDA) ... skip: test skipped for CUDA version (11, 6) (0.010s) 2022-11-23T03:10:27.2601604Z test_matrix_rank_empty_cuda_float64 (__main__.TestLinalgCUDA) ... skip: test skipped for CUDA version (11, 6) (0.003s) 2022-11-23T03:10:27.2602435Z test_matrix_rank_out_errors_and_warnings_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.004s) 2022-11-23T03:10:27.2603233Z test_matrix_rank_out_errors_and_warnings_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.004s) 2022-11-23T03:10:27.2604012Z test_matrix_rank_out_errors_and_warnings_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.004s) 2022-11-23T03:10:27.2604781Z test_matrix_rank_out_errors_and_warnings_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.004s) 2022-11-23T03:10:27.2605496Z test_matrix_rank_removed_error_cuda (__main__.TestLinalgCUDA) ... ok (0.001s) 2022-11-23T03:10:27.2606285Z test_mm_bmm_non_memory_dense_cuda (__main__.TestLinalgCUDA) ... ok (0.008s) 2022-11-23T03:10:27.2607269Z test_mm_cuda_complex128 (__main__.TestLinalgCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:10:27.2608368Z test_mm_cuda_complex64 (__main__.TestLinalgCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:10:27.2609298Z test_mm_cuda_float32 (__main__.TestLinalgCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.009s) 2022-11-23T03:10:27.2610213Z test_mm_cuda_float64 (__main__.TestLinalgCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:10:27.2610991Z test_multi_dot_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.010s) 2022-11-23T03:10:27.2611652Z test_multi_dot_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.023s) 2022-11-23T03:10:27.2612455Z test_multi_dot_errors_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.011s) 2022-11-23T03:10:27.2613253Z test_norm_complex_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.046s) 2022-11-23T03:10:27.2614076Z test_norm_complex_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.042s) 2022-11-23T03:10:27.2614872Z test_norm_complex_old_cuda (__main__.TestLinalgCUDA) ... ok (0.013s) 2022-11-23T03:10:27.2615536Z test_norm_dtype_cuda_bfloat16 (__main__.TestLinalgCUDA) ... ok (0.131s) 2022-11-23T03:10:27.2616202Z test_norm_dtype_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.104s) 2022-11-23T03:10:27.2616978Z test_norm_dtype_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.198s) 2022-11-23T03:10:27.2617668Z test_norm_dtype_cuda_float16 (__main__.TestLinalgCUDA) ... ok (0.124s) 2022-11-23T03:10:27.2618325Z test_norm_dtype_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.189s) 2022-11-23T03:10:27.2618981Z test_norm_dtype_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.090s) 2022-11-23T03:10:27.2619643Z test_norm_errors_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.034s) 2022-11-23T03:10:27.2620447Z test_norm_errors_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.022s) 2022-11-23T03:10:27.2621362Z test_norm_extreme_values_cuda (__main__.TestLinalgCUDA) ... skip: Skipped on Windows! (0.000s) 2022-11-23T03:10:27.2622143Z test_norm_fastpaths_cuda (__main__.TestLinalgCUDA) ... ok (0.000s) 2022-11-23T03:10:27.2622843Z test_norm_fro_2_equivalence_old_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.233s) 2022-11-23T03:10:27.2624031Z test_norm_fused_type_promotion_cuda_bfloat16 (__main__.TestLinalgCUDA) ... STAGE:2022-11-23 03:09:35 504:1960 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T03:10:27.2625467Z STAGE:2022-11-23 03:09:35 504:1960 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T03:10:27.2626873Z STAGE:2022-11-23 03:09:35 504:1960 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T03:10:27.2628312Z STAGE:2022-11-23 03:09:35 504:1960 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T03:10:27.2629696Z STAGE:2022-11-23 03:09:35 504:1960 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T03:10:27.2630991Z STAGE:2022-11-23 03:09:35 504:1960 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T03:10:27.2631764Z ok (0.006s) 2022-11-23T03:10:27.2632753Z test_norm_fused_type_promotion_cuda_float16 (__main__.TestLinalgCUDA) ... STAGE:2022-11-23 03:09:35 504:1960 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T03:10:27.2634276Z STAGE:2022-11-23 03:09:35 504:1960 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T03:10:27.2635825Z STAGE:2022-11-23 03:09:35 504:1960 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T03:10:27.2637127Z STAGE:2022-11-23 03:09:35 504:1960 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T03:10:27.2638383Z STAGE:2022-11-23 03:09:35 504:1960 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T03:10:27.2639658Z STAGE:2022-11-23 03:09:35 504:1960 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T03:10:27.2640600Z ok (0.004s) 2022-11-23T03:10:27.2641118Z test_norm_matrix_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.194s) 2022-11-23T03:10:27.2641762Z test_norm_matrix_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.212s) 2022-11-23T03:10:27.2642480Z test_norm_matrix_degenerate_shapes_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.091s) 2022-11-23T03:10:27.2643264Z test_norm_matrix_degenerate_shapes_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.091s) 2022-11-23T03:10:27.2644142Z test_norm_matrix_degenerate_shapes_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.083s) 2022-11-23T03:10:27.2644925Z test_norm_matrix_degenerate_shapes_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.101s) 2022-11-23T03:10:27.2645594Z test_norm_old_cuda (__main__.TestLinalgCUDA) ... ok (0.093s) 2022-11-23T03:10:27.2646422Z test_norm_old_nan_propagation_cuda (__main__.TestLinalgCUDA) ... ok (0.012s) 2022-11-23T03:10:27.2647243Z test_norm_vector_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.176s) 2022-11-23T03:10:27.2648054Z test_norm_vector_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.928s) 2022-11-23T03:10:27.2648795Z test_norm_vector_degenerate_shapes_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.047s) 2022-11-23T03:10:27.2649575Z test_norm_vector_degenerate_shapes_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.049s) 2022-11-23T03:10:27.2650343Z test_norm_vector_degenerate_shapes_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.046s) 2022-11-23T03:10:27.2651109Z test_norm_vector_degenerate_shapes_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.048s) 2022-11-23T03:10:27.2651847Z test_nuclear_norm_axes_small_brute_force_old_cuda (__main__.TestLinalgCUDA) ... ok (0.123s) 2022-11-23T03:10:27.2652585Z test_nuclear_norm_exceptions_old_cuda (__main__.TestLinalgCUDA) ... ok (0.008s) 2022-11-23T03:10:27.2653289Z test_nuclear_norm_out_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.017s) 2022-11-23T03:10:27.2653974Z test_nuclear_norm_out_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.017s) 2022-11-23T03:10:27.2654681Z test_old_cholesky_batched_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.021s) 2022-11-23T03:10:27.2655412Z test_old_cholesky_batched_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.019s) 2022-11-23T03:10:27.2656108Z test_old_cholesky_batched_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.016s) 2022-11-23T03:10:27.2656812Z test_old_cholesky_batched_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.009s) 2022-11-23T03:10:27.2657709Z test_old_cholesky_batched_many_batches_cuda_float64 (__main__.TestLinalgCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-11-23T03:10:27.2658613Z test_old_cholesky_batched_upper_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-11-23T03:10:27.2659378Z test_old_cholesky_batched_upper_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-11-23T03:10:27.2660128Z test_old_cholesky_batched_upper_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-11-23T03:10:27.2660866Z test_old_cholesky_batched_upper_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-11-23T03:10:27.2661551Z test_old_cholesky_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.005s) 2022-11-23T03:10:27.2662224Z test_old_cholesky_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.005s) 2022-11-23T03:10:27.2662978Z test_old_cholesky_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.004s) 2022-11-23T03:10:27.2663738Z test_old_cholesky_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.004s) 2022-11-23T03:10:27.2664621Z test_old_cholesky_empty_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-11-23T03:10:27.2665383Z test_old_cholesky_empty_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-11-23T03:10:27.2666081Z test_old_cholesky_empty_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-11-23T03:10:27.2666908Z test_old_cholesky_empty_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.000s) 2022-11-23T03:10:27.2667562Z test_ormqr_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.205s) 2022-11-23T03:10:27.2668211Z test_ormqr_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.211s) 2022-11-23T03:10:27.2668837Z test_ormqr_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.192s) 2022-11-23T03:10:27.2669449Z test_ormqr_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.183s) 2022-11-23T03:10:27.2670169Z test_ormqr_errors_and_warnings_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.009s) 2022-11-23T03:10:27.2671008Z test_ormqr_errors_and_warnings_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.008s) 2022-11-23T03:10:27.2671766Z test_ormqr_errors_and_warnings_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.007s) 2022-11-23T03:10:27.2672498Z test_ormqr_errors_and_warnings_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.008s) 2022-11-23T03:10:27.2673971Z 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-23T03:10:27.2675203Z torch.ger(a, b, out=out) 2022-11-23T03:10:27.2675583Z ok (0.019s) 2022-11-23T03:10:27.2676069Z test_outer_cuda_bool (__main__.TestLinalgCUDA) ... ok (0.011s) 2022-11-23T03:10:27.2676678Z test_outer_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.010s) 2022-11-23T03:10:27.2677320Z test_outer_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.022s) 2022-11-23T03:10:27.2677947Z test_outer_cuda_float16 (__main__.TestLinalgCUDA) ... ok (0.013s) 2022-11-23T03:10:27.2678558Z test_outer_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.013s) 2022-11-23T03:10:27.2679170Z test_outer_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.012s) 2022-11-23T03:10:27.2679777Z test_outer_cuda_int16 (__main__.TestLinalgCUDA) ... ok (0.010s) 2022-11-23T03:10:27.2680358Z test_outer_cuda_int32 (__main__.TestLinalgCUDA) ... ok (0.009s) 2022-11-23T03:10:27.2680963Z test_outer_cuda_int64 (__main__.TestLinalgCUDA) ... ok (0.012s) 2022-11-23T03:10:27.2681565Z test_outer_cuda_int8 (__main__.TestLinalgCUDA) ... ok (0.007s) 2022-11-23T03:10:27.2682163Z test_outer_cuda_uint8 (__main__.TestLinalgCUDA) ... ok (0.006s) 2022-11-23T03:10:27.2682813Z test_outer_ger_addr_legacy_tests_cuda (__main__.TestLinalgCUDA) ... ok (0.010s) 2022-11-23T03:10:27.2683550Z test_outer_type_promotion_cuda_bfloat16_bfloat16 (__main__.TestLinalgCUDA) ... ok (0.000s) 2022-11-23T03:10:27.2684277Z test_outer_type_promotion_cuda_bfloat16_bool (__main__.TestLinalgCUDA) ... ok (0.000s) 2022-11-23T03:10:27.2685030Z test_outer_type_promotion_cuda_bfloat16_complex128 (__main__.TestLinalgCUDA) ... ok (0.000s) 2022-11-23T03:10:27.2685796Z test_outer_type_promotion_cuda_bfloat16_complex64 (__main__.TestLinalgCUDA) ... ok (0.010s) 2022-11-23T03:10:27.2686550Z test_outer_type_promotion_cuda_bfloat16_float16 (__main__.TestLinalgCUDA) ... ok (0.000s) 2022-11-23T03:10:27.2687287Z test_outer_type_promotion_cuda_bfloat16_float32 (__main__.TestLinalgCUDA) ... ok (0.000s) 2022-11-23T03:10:27.2688018Z test_outer_type_promotion_cuda_bfloat16_float64 (__main__.TestLinalgCUDA) ... ok (0.000s) 2022-11-23T03:10:27.2688742Z test_outer_type_promotion_cuda_bfloat16_int16 (__main__.TestLinalgCUDA) ... ok (0.012s) 2022-11-23T03:10:27.2689449Z test_outer_type_promotion_cuda_bfloat16_int32 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-11-23T03:10:27.2690169Z test_outer_type_promotion_cuda_bfloat16_int64 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-11-23T03:10:27.2690898Z test_outer_type_promotion_cuda_bfloat16_int8 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-11-23T03:10:27.2691616Z test_outer_type_promotion_cuda_bfloat16_uint8 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-11-23T03:10:27.2692487Z test_outer_type_promotion_cuda_bool_bfloat16 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-11-23T03:10:27.2693205Z test_outer_type_promotion_cuda_bool_bool (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-11-23T03:10:27.2693936Z test_outer_type_promotion_cuda_bool_complex128 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-11-23T03:10:27.2694656Z test_outer_type_promotion_cuda_bool_complex64 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-11-23T03:10:27.2695593Z test_outer_type_promotion_cuda_bool_float16 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-11-23T03:10:27.2696668Z test_outer_type_promotion_cuda_bool_float32 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-11-23T03:10:27.2697470Z test_outer_type_promotion_cuda_bool_float64 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-11-23T03:10:27.2698190Z test_outer_type_promotion_cuda_bool_int16 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-11-23T03:10:27.2698900Z test_outer_type_promotion_cuda_bool_int32 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-11-23T03:10:27.2699593Z test_outer_type_promotion_cuda_bool_int64 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-11-23T03:10:27.2700293Z test_outer_type_promotion_cuda_bool_int8 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-11-23T03:10:27.2701009Z test_outer_type_promotion_cuda_bool_uint8 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-11-23T03:10:27.2701750Z test_outer_type_promotion_cuda_complex128_bfloat16 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-11-23T03:10:27.2702501Z test_outer_type_promotion_cuda_complex128_bool (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-11-23T03:10:27.2703276Z test_outer_type_promotion_cuda_complex128_complex128 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-11-23T03:10:27.2704050Z test_outer_type_promotion_cuda_complex128_complex64 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-11-23T03:10:27.2704793Z test_outer_type_promotion_cuda_complex128_float16 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-11-23T03:10:27.2705548Z test_outer_type_promotion_cuda_complex128_float32 (__main__.TestLinalgCUDA) ... ok (0.005s) 2022-11-23T03:10:27.2706298Z test_outer_type_promotion_cuda_complex128_float64 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-11-23T03:10:27.2707035Z test_outer_type_promotion_cuda_complex128_int16 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-11-23T03:10:27.2707777Z test_outer_type_promotion_cuda_complex128_int32 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-11-23T03:10:27.2708625Z test_outer_type_promotion_cuda_complex128_int64 (__main__.TestLinalgCUDA) ... ok (0.000s) 2022-11-23T03:10:27.2709371Z test_outer_type_promotion_cuda_complex128_int8 (__main__.TestLinalgCUDA) ... ok (0.000s) 2022-11-23T03:10:27.2710101Z test_outer_type_promotion_cuda_complex128_uint8 (__main__.TestLinalgCUDA) ... ok (0.000s) 2022-11-23T03:10:27.2710865Z test_outer_type_promotion_cuda_complex64_bfloat16 (__main__.TestLinalgCUDA) ... ok (0.006s) 2022-11-23T03:10:27.2711624Z test_outer_type_promotion_cuda_complex64_bool (__main__.TestLinalgCUDA) ... ok (0.000s) 2022-11-23T03:10:27.2712400Z test_outer_type_promotion_cuda_complex64_complex128 (__main__.TestLinalgCUDA) ... ok (0.000s) 2022-11-23T03:10:27.2713177Z test_outer_type_promotion_cuda_complex64_complex64 (__main__.TestLinalgCUDA) ... ok (0.000s) 2022-11-23T03:10:27.2714013Z test_outer_type_promotion_cuda_complex64_float16 (__main__.TestLinalgCUDA) ... ok (0.012s) 2022-11-23T03:10:27.2714755Z test_outer_type_promotion_cuda_complex64_float32 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-11-23T03:10:27.2715514Z test_outer_type_promotion_cuda_complex64_float64 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-11-23T03:10:27.2716271Z test_outer_type_promotion_cuda_complex64_int16 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-11-23T03:10:27.2717016Z test_outer_type_promotion_cuda_complex64_int32 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-11-23T03:10:27.2717745Z test_outer_type_promotion_cuda_complex64_int64 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-11-23T03:10:27.2718632Z test_outer_type_promotion_cuda_complex64_int8 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-11-23T03:10:27.2719367Z test_outer_type_promotion_cuda_complex64_uint8 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-11-23T03:10:27.2720099Z test_outer_type_promotion_cuda_float16_bfloat16 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-11-23T03:10:27.2720842Z test_outer_type_promotion_cuda_float16_bool (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-11-23T03:10:27.2721592Z test_outer_type_promotion_cuda_float16_complex128 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-11-23T03:10:27.2722450Z test_outer_type_promotion_cuda_float16_complex64 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-11-23T03:10:27.2723216Z test_outer_type_promotion_cuda_float16_float16 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-11-23T03:10:27.2723951Z test_outer_type_promotion_cuda_float16_float32 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-11-23T03:10:27.2724681Z test_outer_type_promotion_cuda_float16_float64 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-11-23T03:10:27.2725387Z test_outer_type_promotion_cuda_float16_int16 (__main__.TestLinalgCUDA) ... ok (0.000s) 2022-11-23T03:10:27.2726113Z test_outer_type_promotion_cuda_float16_int32 (__main__.TestLinalgCUDA) ... ok (0.000s) 2022-11-23T03:10:27.2726841Z test_outer_type_promotion_cuda_float16_int64 (__main__.TestLinalgCUDA) ... ok (0.000s) 2022-11-23T03:10:27.2727558Z test_outer_type_promotion_cuda_float16_int8 (__main__.TestLinalgCUDA) ... ok (0.006s) 2022-11-23T03:10:27.2728297Z test_outer_type_promotion_cuda_float16_uint8 (__main__.TestLinalgCUDA) ... ok (0.000s) 2022-11-23T03:10:27.2729037Z test_outer_type_promotion_cuda_float32_bfloat16 (__main__.TestLinalgCUDA) ... ok (0.000s) 2022-11-23T03:10:27.2729754Z test_outer_type_promotion_cuda_float32_bool (__main__.TestLinalgCUDA) ... ok (0.000s) 2022-11-23T03:10:27.2730509Z test_outer_type_promotion_cuda_float32_complex128 (__main__.TestLinalgCUDA) ... ok (0.012s) 2022-11-23T03:10:27.2731278Z test_outer_type_promotion_cuda_float32_complex64 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-11-23T03:10:27.2732036Z test_outer_type_promotion_cuda_float32_float16 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-11-23T03:10:27.2732775Z test_outer_type_promotion_cuda_float32_float32 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-11-23T03:10:27.2733503Z test_outer_type_promotion_cuda_float32_float64 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-11-23T03:10:27.2734227Z test_outer_type_promotion_cuda_float32_int16 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-11-23T03:10:27.2734944Z test_outer_type_promotion_cuda_float32_int32 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-11-23T03:10:27.2735670Z test_outer_type_promotion_cuda_float32_int64 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-11-23T03:10:27.2736403Z test_outer_type_promotion_cuda_float32_int8 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-11-23T03:10:27.2737139Z test_outer_type_promotion_cuda_float32_uint8 (__main__.TestLinalgCUDA) ... ok (0.004s) 2022-11-23T03:10:27.2737875Z test_outer_type_promotion_cuda_float64_bfloat16 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-11-23T03:10:27.2738611Z test_outer_type_promotion_cuda_float64_bool (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-11-23T03:10:27.2739367Z test_outer_type_promotion_cuda_float64_complex128 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-11-23T03:10:27.2740109Z test_outer_type_promotion_cuda_float64_complex64 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-11-23T03:10:27.2740863Z test_outer_type_promotion_cuda_float64_float16 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-11-23T03:10:27.2741603Z test_outer_type_promotion_cuda_float64_float32 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-11-23T03:10:27.2742331Z test_outer_type_promotion_cuda_float64_float64 (__main__.TestLinalgCUDA) ... ok (0.000s) 2022-11-23T03:10:27.2743052Z test_outer_type_promotion_cuda_float64_int16 (__main__.TestLinalgCUDA) ... ok (0.006s) 2022-11-23T03:10:27.2744648Z test_outer_type_promotion_cuda_float64_int32 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-11-23T03:10:27.2745363Z test_outer_type_promotion_cuda_float64_int64 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-11-23T03:10:27.2746094Z test_outer_type_promotion_cuda_float64_int8 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-11-23T03:10:27.2746844Z test_outer_type_promotion_cuda_float64_uint8 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-11-23T03:10:27.2747580Z test_outer_type_promotion_cuda_int16_bfloat16 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-11-23T03:10:27.2748441Z test_outer_type_promotion_cuda_int16_bool (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-11-23T03:10:27.2749202Z test_outer_type_promotion_cuda_int16_complex128 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-11-23T03:10:27.2749941Z test_outer_type_promotion_cuda_int16_complex64 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-11-23T03:10:27.2750659Z test_outer_type_promotion_cuda_int16_float16 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-11-23T03:10:27.2751380Z test_outer_type_promotion_cuda_int16_float32 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-11-23T03:10:27.2752242Z test_outer_type_promotion_cuda_int16_float64 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-11-23T03:10:27.2753108Z test_outer_type_promotion_cuda_int16_int16 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-11-23T03:10:27.2753949Z test_outer_type_promotion_cuda_int16_int32 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-11-23T03:10:27.2754667Z test_outer_type_promotion_cuda_int16_int64 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-11-23T03:10:27.2755383Z test_outer_type_promotion_cuda_int16_int8 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-11-23T03:10:27.2756078Z test_outer_type_promotion_cuda_int16_uint8 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-11-23T03:10:27.2756804Z test_outer_type_promotion_cuda_int32_bfloat16 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-11-23T03:10:27.2757533Z test_outer_type_promotion_cuda_int32_bool (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-11-23T03:10:27.2758257Z test_outer_type_promotion_cuda_int32_complex128 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-11-23T03:10:27.2758989Z test_outer_type_promotion_cuda_int32_complex64 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-11-23T03:10:27.2759716Z test_outer_type_promotion_cuda_int32_float16 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-11-23T03:10:27.2760409Z test_outer_type_promotion_cuda_int32_float32 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-11-23T03:10:27.2761137Z test_outer_type_promotion_cuda_int32_float64 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-11-23T03:10:27.2761859Z test_outer_type_promotion_cuda_int32_int16 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-11-23T03:10:27.2762564Z test_outer_type_promotion_cuda_int32_int32 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-11-23T03:10:27.2763273Z test_outer_type_promotion_cuda_int32_int64 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-11-23T03:10:27.2763990Z test_outer_type_promotion_cuda_int32_int8 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-11-23T03:10:27.2764754Z test_outer_type_promotion_cuda_int32_uint8 (__main__.TestLinalgCUDA) ... ok (0.001s) 2022-11-23T03:10:27.2765458Z test_outer_type_promotion_cuda_int64_bfloat16 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-11-23T03:10:27.2766174Z test_outer_type_promotion_cuda_int64_bool (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-11-23T03:10:27.2766910Z test_outer_type_promotion_cuda_int64_complex128 (__main__.TestLinalgCUDA) ... ok (0.000s) 2022-11-23T03:10:27.2767656Z test_outer_type_promotion_cuda_int64_complex64 (__main__.TestLinalgCUDA) ... ok (0.007s) 2022-11-23T03:10:27.2768391Z test_outer_type_promotion_cuda_int64_float16 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-11-23T03:10:27.2769114Z test_outer_type_promotion_cuda_int64_float32 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-11-23T03:10:27.2769981Z test_outer_type_promotion_cuda_int64_float64 (__main__.TestLinalgCUDA) ... ok (0.004s) 2022-11-23T03:10:27.2770694Z test_outer_type_promotion_cuda_int64_int16 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-11-23T03:10:27.2771400Z test_outer_type_promotion_cuda_int64_int32 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-11-23T03:10:27.2772109Z test_outer_type_promotion_cuda_int64_int64 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-11-23T03:10:27.2772813Z test_outer_type_promotion_cuda_int64_int8 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-11-23T03:10:27.2773526Z test_outer_type_promotion_cuda_int64_uint8 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-11-23T03:10:27.2774347Z test_outer_type_promotion_cuda_int8_bfloat16 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-11-23T03:10:27.2775066Z test_outer_type_promotion_cuda_int8_bool (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-11-23T03:10:27.2775786Z test_outer_type_promotion_cuda_int8_complex128 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-11-23T03:10:27.2776523Z test_outer_type_promotion_cuda_int8_complex64 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-11-23T03:10:27.2777250Z test_outer_type_promotion_cuda_int8_float16 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-11-23T03:10:27.2777972Z test_outer_type_promotion_cuda_int8_float32 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-11-23T03:10:27.2778684Z test_outer_type_promotion_cuda_int8_float64 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-11-23T03:10:27.2779399Z test_outer_type_promotion_cuda_int8_int16 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-11-23T03:10:27.2780083Z test_outer_type_promotion_cuda_int8_int32 (__main__.TestLinalgCUDA) ... ok (0.000s) 2022-11-23T03:10:27.2780784Z test_outer_type_promotion_cuda_int8_int64 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-11-23T03:10:27.2781483Z test_outer_type_promotion_cuda_int8_int8 (__main__.TestLinalgCUDA) ... ok (0.000s) 2022-11-23T03:10:27.2782180Z test_outer_type_promotion_cuda_int8_uint8 (__main__.TestLinalgCUDA) ... ok (0.006s) 2022-11-23T03:10:27.2782904Z test_outer_type_promotion_cuda_uint8_bfloat16 (__main__.TestLinalgCUDA) ... ok (0.000s) 2022-11-23T03:10:27.2783618Z test_outer_type_promotion_cuda_uint8_bool (__main__.TestLinalgCUDA) ... ok (0.000s) 2022-11-23T03:10:27.2784330Z test_outer_type_promotion_cuda_uint8_complex128 (__main__.TestLinalgCUDA) ... ok (0.000s) 2022-11-23T03:10:27.2785099Z test_outer_type_promotion_cuda_uint8_complex64 (__main__.TestLinalgCUDA) ... ok (0.010s) 2022-11-23T03:10:27.2785837Z test_outer_type_promotion_cuda_uint8_float16 (__main__.TestLinalgCUDA) ... ok (0.000s) 2022-11-23T03:10:27.2786560Z test_outer_type_promotion_cuda_uint8_float32 (__main__.TestLinalgCUDA) ... ok (0.000s) 2022-11-23T03:10:27.2787281Z test_outer_type_promotion_cuda_uint8_float64 (__main__.TestLinalgCUDA) ... ok (0.000s) 2022-11-23T03:10:27.2788007Z test_outer_type_promotion_cuda_uint8_int16 (__main__.TestLinalgCUDA) ... ok (0.011s) 2022-11-23T03:10:27.2788726Z test_outer_type_promotion_cuda_uint8_int32 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-11-23T03:10:27.2789422Z test_outer_type_promotion_cuda_uint8_int64 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-11-23T03:10:27.2790136Z test_outer_type_promotion_cuda_uint8_int8 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-11-23T03:10:27.2790848Z test_outer_type_promotion_cuda_uint8_uint8 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-11-23T03:10:27.2791507Z test_pca_lowrank_cuda (__main__.TestLinalgCUDA) ... ok (3.573s) 2022-11-23T03:10:27.2792136Z test_permute_matmul_cuda (__main__.TestLinalgCUDA) ... ok (0.000s) 2022-11-23T03:10:27.2792778Z test_pinv_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.449s) 2022-11-23T03:10:27.2793390Z test_pinv_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.363s) 2022-11-23T03:10:27.2794016Z test_pinv_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.334s) 2022-11-23T03:10:27.2794627Z test_pinv_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.304s) 2022-11-23T03:10:27.2795455Z test_pinv_errors_and_warnings_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.010s) 2022-11-23T03:10:27.2796200Z test_pinv_errors_and_warnings_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.010s) 2022-11-23T03:10:27.2796939Z test_pinv_errors_and_warnings_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.009s) 2022-11-23T03:10:27.2797652Z test_pinv_errors_and_warnings_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.009s) 2022-11-23T03:10:27.2798352Z test_pinverse_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.033s) 2022-11-23T03:10:27.2799026Z test_pinverse_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.029s) 2022-11-23T03:10:27.2799794Z test_pinverse_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.026s) 2022-11-23T03:10:27.2800461Z test_pinverse_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.020s) 2022-11-23T03:10:27.2801221Z test_preferred_linalg_library_cuda (__main__.TestLinalgCUDA) ... ok (0.010s) 2022-11-23T03:10:27.2801880Z test_qr_batched_cuda_complex128 (__main__.TestLinalgCUDA) 2022-11-23T03:10:27.2802557Z test torch.linalg.qr vs numpy.linalg.qr. We need some special logic ... ok (0.010s) 2022-11-23T03:10:27.2803234Z test_qr_batched_cuda_complex64 (__main__.TestLinalgCUDA) 2022-11-23T03:10:27.2803921Z test torch.linalg.qr vs numpy.linalg.qr. We need some special logic ... ok (0.000s) 2022-11-23T03:10:27.2804582Z test_qr_batched_cuda_float32 (__main__.TestLinalgCUDA) 2022-11-23T03:10:27.2805255Z test torch.linalg.qr vs numpy.linalg.qr. We need some special logic ... ok (0.029s) 2022-11-23T03:10:27.2805922Z test_qr_batched_cuda_float64 (__main__.TestLinalgCUDA) 2022-11-23T03:10:27.2806581Z test torch.linalg.qr vs numpy.linalg.qr. We need some special logic ... ok (0.007s) 2022-11-23T03:10:27.2807749Z 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-23T03:10:27.2808939Z The boolean parameter 'some' has been replaced with a string parameter 'mode'. 2022-11-23T03:10:27.2809502Z Q, R = torch.qr(A, some) 2022-11-23T03:10:27.2809910Z should be replaced with 2022-11-23T03:10:27.2810823Z 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:10:27.2811665Z Q, R = torch.qr(A, some=some) 2022-11-23T03:10:27.2812545Z 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-23T03:10:27.2813548Z The boolean parameter 'some' has been replaced with a string parameter 'mode'. 2022-11-23T03:10:27.2814108Z Q, R = torch.qr(A, some) 2022-11-23T03:10:27.2814520Z should be replaced with 2022-11-23T03:10:27.2815519Z 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-23T03:10:27.2816410Z torch.qr(A, some=some, out=(Q_out, R_out)) 2022-11-23T03:10:27.2816809Z ok (0.116s) 2022-11-23T03:10:27.2817299Z test_qr_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.123s) 2022-11-23T03:10:27.2817918Z test_qr_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.257s) 2022-11-23T03:10:27.2818519Z test_qr_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.191s) 2022-11-23T03:10:27.2819157Z test_qr_error_cases_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.004s) 2022-11-23T03:10:27.2819802Z test_qr_vs_numpy_cuda_complex128 (__main__.TestLinalgCUDA) 2022-11-23T03:10:27.2820378Z test torch.linalg.qr vs numpy.linalg.qr ... ok (0.013s) 2022-11-23T03:10:27.2820981Z test_qr_vs_numpy_cuda_complex64 (__main__.TestLinalgCUDA) 2022-11-23T03:10:27.2821574Z test torch.linalg.qr vs numpy.linalg.qr ... ok (0.009s) 2022-11-23T03:10:27.2822154Z test_qr_vs_numpy_cuda_float32 (__main__.TestLinalgCUDA) 2022-11-23T03:10:27.2822892Z test torch.linalg.qr vs numpy.linalg.qr ... ok (0.016s) 2022-11-23T03:10:27.2823455Z test_qr_vs_numpy_cuda_float64 (__main__.TestLinalgCUDA) 2022-11-23T03:10:27.2824033Z test torch.linalg.qr vs numpy.linalg.qr ... ok (0.013s) 2022-11-23T03:10:27.2824620Z test_renorm_cuda (__main__.TestLinalgCUDA) ... ok (0.008s) 2022-11-23T03:10:27.2825275Z test_renorm_ps_cuda (__main__.TestLinalgCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T03:10:27.2825958Z test_slogdet_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (1.791s) 2022-11-23T03:10:27.2826727Z test_slogdet_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (1.752s) 2022-11-23T03:10:27.2827375Z test_slogdet_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.166s) 2022-11-23T03:10:27.2828003Z test_slogdet_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.181s) 2022-11-23T03:10:27.2828711Z test_slogdet_errors_and_warnings_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.016s) 2022-11-23T03:10:27.2829479Z test_slogdet_errors_and_warnings_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.006s) 2022-11-23T03:10:27.2830223Z test_slogdet_errors_and_warnings_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.006s) 2022-11-23T03:10:27.2830955Z test_slogdet_errors_and_warnings_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.006s) 2022-11-23T03:10:27.2831708Z test_solve_batched_broadcasting_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.010s) 2022-11-23T03:10:27.2832534Z test_solve_batched_broadcasting_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.006s) 2022-11-23T03:10:27.2833294Z test_solve_batched_broadcasting_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.011s) 2022-11-23T03:10:27.2834039Z test_solve_batched_broadcasting_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.008s) 2022-11-23T03:10:27.2834728Z test_solve_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.072s) 2022-11-23T03:10:27.2835368Z test_solve_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.074s) 2022-11-23T03:10:27.2836000Z test_solve_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.147s) 2022-11-23T03:10:27.2836597Z test_solve_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.068s) 2022-11-23T03:10:27.2837245Z test_solve_removed_error_cuda (__main__.TestLinalgCUDA) ... ok (0.000s) 2022-11-23T03:10:27.2837912Z test_strided_mm_bmm_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-11-23T03:10:27.2838580Z test_strided_mm_bmm_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.006s) 2022-11-23T03:10:27.2839225Z test_svd_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (6.075s) 2022-11-23T03:10:27.2839861Z test_svd_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (4.338s) 2022-11-23T03:10:27.2840455Z test_svd_cuda_float32 (__main__.TestLinalgCUDA) ... ok (3.817s) 2022-11-23T03:10:27.2841061Z test_svd_cuda_float64 (__main__.TestLinalgCUDA) ... ok (3.587s) 2022-11-23T03:10:27.2843022Z 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-23T03:10:27.2844844Z U, S, Vh = torch.linalg.svd(B_t, full_matrices=False) 2022-11-23T03:10:27.2845300Z ok (6.867s) 2022-11-23T03:10:27.2845855Z test_svd_memory_allocation_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.014s) 2022-11-23T03:10:27.2846588Z test_svd_memory_allocation_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.013s) 2022-11-23T03:10:27.2847309Z test_svd_memory_allocation_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.015s) 2022-11-23T03:10:27.2847993Z test_svd_memory_allocation_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.014s) 2022-11-23T03:10:27.2849315Z 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-23T03:10:27.2850624Z 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:10:27.2851354Z L, _ = torch.symeig(A, upper=upper) 2022-11-23T03:10:27.2851800Z should be replaced with 2022-11-23T03:10:27.2852440Z L = torch.linalg.eigvalsh(A, UPLO='U' if upper else 'L') 2022-11-23T03:10:27.2852916Z and 2022-11-23T03:10:27.2853302Z L, V = torch.symeig(A, eigenvectors=True) 2022-11-23T03:10:27.2853862Z should be replaced with 2022-11-23T03:10:27.2854925Z 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-23T03:10:27.2856137Z torch.symeig(x, eigenvectors=eigenvectors, upper=upper, out=(oute, outv)) 2022-11-23T03:10:27.2858028Z 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-23T03:10:27.2859783Z torch.symeig(x, eigenvectors=eigenvectors, upper=upper, out=(oute, outv)) 2022-11-23T03:10:27.2861917Z 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-23T03:10:27.2863841Z torch.symeig(x, eigenvectors=eigenvectors, upper=upper, out=(oute, outv)) 2022-11-23T03:10:27.2865713Z 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-23T03:10:27.2867555Z torch.symeig(x, eigenvectors=eigenvectors, upper=upper, out=(oute, outv)) 2022-11-23T03:10:27.2869759Z 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-23T03:10:27.2871535Z torch.symeig(x, eigenvectors=eigenvectors, upper=upper, out=(oute, outv)) 2022-11-23T03:10:27.2872055Z ok (1.750s) 2022-11-23T03:10:27.2872564Z test_symeig_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (1.805s) 2022-11-23T03:10:27.2873193Z test_symeig_cuda_float32 (__main__.TestLinalgCUDA) ... ok (1.678s) 2022-11-23T03:10:27.2873989Z test_symeig_cuda_float64 (__main__.TestLinalgCUDA) ... ok (1.724s) 2022-11-23T03:10:27.2874850Z test_symeig_out_errors_and_warnings_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.016s) 2022-11-23T03:10:27.2875773Z test_symeig_out_errors_and_warnings_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.009s) 2022-11-23T03:10:27.2876655Z test_symeig_out_errors_and_warnings_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.012s) 2022-11-23T03:10:27.2877404Z test_symeig_out_errors_and_warnings_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.012s) 2022-11-23T03:10:27.2878073Z test_tensordot_cuda (__main__.TestLinalgCUDA) ... ok (0.008s) 2022-11-23T03:10:27.2879387Z test_tensorinv_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.028s) 2022-11-23T03:10:27.2880183Z test_tensorinv_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.025s) 2022-11-23T03:10:27.2880841Z test_tensorinv_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.021s) 2022-11-23T03:10:27.2881627Z test_tensorinv_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.027s) 2022-11-23T03:10:27.2882455Z test_tensorinv_empty_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-11-23T03:10:27.2883289Z test_tensorinv_empty_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-11-23T03:10:27.2883972Z test_tensorinv_empty_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-11-23T03:10:27.2884647Z test_tensorinv_empty_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-11-23T03:10:27.2885370Z test_tensorinv_errors_and_warnings_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.010s) 2022-11-23T03:10:27.2897404Z test_tensorinv_errors_and_warnings_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.009s) 2022-11-23T03:10:27.2898660Z test_tensorinv_errors_and_warnings_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.009s) 2022-11-23T03:10:27.2899576Z test_tensorinv_errors_and_warnings_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.009s) 2022-11-23T03:10:27.2900465Z test_tensorinv_singular_input_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.005s) 2022-11-23T03:10:27.2903740Z test_tensorinv_singular_input_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.004s) 2022-11-23T03:10:27.2904749Z test_tensorinv_singular_input_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.004s) 2022-11-23T03:10:27.2905585Z test_tensorinv_singular_input_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.004s) 2022-11-23T03:10:27.2906387Z test_tensorsolve_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.011s) 2022-11-23T03:10:27.2907166Z test_tensorsolve_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.008s) 2022-11-23T03:10:27.2908011Z test_tensorsolve_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.006s) 2022-11-23T03:10:27.2908739Z test_tensorsolve_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.018s) 2022-11-23T03:10:27.2909518Z test_tensorsolve_empty_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-11-23T03:10:27.2910471Z test_tensorsolve_empty_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-11-23T03:10:27.2911442Z test_tensorsolve_empty_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-11-23T03:10:27.2912235Z test_tensorsolve_empty_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-11-23T03:10:27.2913054Z test_tensorsolve_errors_and_warnings_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.008s) 2022-11-23T03:10:27.2914587Z 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-23T03:10:27.2916127Z torch.linalg.solve_triangular has its arguments reversed and does not return a copy of one of the inputs. 2022-11-23T03:10:27.2917053Z X = torch.triangular_solve(B, A).solution 2022-11-23T03:10:27.2917659Z should be replaced with 2022-11-23T03:10:27.2919003Z 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:10:27.2920166Z x = torch.triangular_solve(b, A, upper=upper, transpose=transpose, unitriangular=unitriangular)[0] 2022-11-23T03:10:27.2920837Z ok (0.129s) 2022-11-23T03:10:27.2921529Z test_triangular_solve_batched_broadcasting_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.122s) 2022-11-23T03:10:27.2922431Z test_triangular_solve_batched_broadcasting_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.088s) 2022-11-23T03:10:27.2923580Z test_triangular_solve_batched_broadcasting_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.078s) 2022-11-23T03:10:27.2924593Z test_triangular_solve_batched_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.031s) 2022-11-23T03:10:27.2925489Z test_triangular_solve_batched_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.034s) 2022-11-23T03:10:27.2926329Z test_triangular_solve_batched_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.031s) 2022-11-23T03:10:27.2927156Z test_triangular_solve_batched_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.040s) 2022-11-23T03:10:27.2928235Z test_triangular_solve_batched_many_batches_cuda_complex128 (__main__.TestLinalgCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:10:27.2929491Z test_triangular_solve_batched_many_batches_cuda_complex64 (__main__.TestLinalgCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:10:27.2930830Z test_triangular_solve_batched_many_batches_cuda_float32 (__main__.TestLinalgCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:10:27.2932173Z test_triangular_solve_batched_many_batches_cuda_float64 (__main__.TestLinalgCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:10:27.2933207Z test_triangular_solve_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.019s) 2022-11-23T03:10:27.2934108Z test_triangular_solve_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.040s) 2022-11-23T03:10:27.2934914Z test_triangular_solve_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.022s) 2022-11-23T03:10:27.2935706Z test_triangular_solve_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.030s) 2022-11-23T03:10:27.2936553Z test_triangular_solve_out_errors_and_warnings_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.007s) 2022-11-23T03:10:27.2937663Z test_triangular_solve_out_errors_and_warnings_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.007s) 2022-11-23T03:10:27.2938774Z test_triangular_solve_out_errors_and_warnings_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.007s) 2022-11-23T03:10:27.2939691Z test_triangular_solve_out_errors_and_warnings_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-11-23T03:10:27.2940512Z test_vdot_invalid_args_cuda (__main__.TestLinalgCUDA) ... ok (0.006s) 2022-11-23T03:10:27.2941299Z test_vdot_vs_numpy_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.010s) 2022-11-23T03:10:27.2942062Z test_vdot_vs_numpy_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.008s) 2022-11-23T03:10:27.2942816Z test_vector_norm_cuda_bfloat16 (__main__.TestLinalgCUDA) ... ok (0.809s) 2022-11-23T03:10:27.2943687Z test_vector_norm_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.501s) 2022-11-23T03:10:27.2944456Z test_vector_norm_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.739s) 2022-11-23T03:10:27.2945338Z test_vector_norm_cuda_float16 (__main__.TestLinalgCUDA) ... ok (0.704s) 2022-11-23T03:10:27.2946102Z test_vector_norm_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.715s) 2022-11-23T03:10:27.2946830Z test_vector_norm_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.414s) 2022-11-23T03:10:27.2947607Z test_vector_norm_dim_tuple_arg_cuda (__main__.TestLinalgCUDA) ... ok (0.007s) 2022-11-23T03:10:27.2948743Z 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-23T03:10:27.2949912Z ret **= (1 / ord) 2022-11-23T03:10:27.2950831Z C:\Jenkins\Miniconda3\lib\site-packages\numpy\linalg\linalg.py:2568: RuntimeWarning: divide by zero encountered in reciprocal 2022-11-23T03:10:27.2951839Z absx **= ord 2022-11-23T03:10:27.2952701Z C:\Jenkins\Miniconda3\lib\site-packages\numpy\linalg\linalg.py:2568: RuntimeWarning: divide by zero encountered in power 2022-11-23T03:10:27.2953433Z absx **= ord 2022-11-23T03:10:27.2953770Z ok (0.108s) 2022-11-23T03:10:27.2954006Z 2022-11-23T03:10:27.2954541Z ---------------------------------------------------------------------- 2022-11-23T03:10:27.2955156Z Ran 718 tests in 192.156s 2022-11-23T03:10:27.2955414Z 2022-11-23T03:10:27.2955582Z OK (skipped=49) 2022-11-23T03:10:27.2955837Z 2022-11-23T03:10:27.2956033Z Generating XML reports... 2022-11-23T03:10:27.2956863Z Generated XML report: test-reports\python-unittest\test_linalg\TEST-TestLinalgCUDA-20221123030713.xml 2022-11-23T03:10:27.2957565Z 2022-11-23T03:10:27.2958314Z ##[endgroup] 2022-11-23T03:10:27.2959340Z FINISHED PRINTING LOG FILE of test_linalg (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_linalg_8dp2_02c) 2022-11-23T03:10:27.2959965Z 2022-11-23T03:10:27.2960218Z Running test_torch ... [2022-11-23 03:10:27.214078] 2022-11-23T03:10:27.2961180Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_torch.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 03:10:27.214078] 2022-11-23T03:12:32.2312249Z 2022-11-23T03:12:32.2313287Z Expand the folded group to see the log file of test_torch 2022-11-23T03:12:32.2314638Z ##[group]PRINTING LOG FILE of test_torch (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_torch_an34bvoe) 2022-11-23T03:12:32.2325940Z 2022-11-23T03:12:32.2326425Z Running tests... 2022-11-23T03:12:32.2327062Z ---------------------------------------------------------------------- 2022-11-23T03:12:32.2327836Z Test results will be stored in test-reports\python-unittest\test_torch 2022-11-23T03:12:32.2332304Z test_basic_vitals (__main__.TestBasicVitalSigns) ... ok (1.807s) 2022-11-23T03:12:32.2333460Z test_basic_vitals_read_write (__main__.TestBasicVitalSigns) ... ok (0.000s) 2022-11-23T03:12:32.2334245Z test_dataloader_vitals (__main__.TestBasicVitalSigns) ... ok (0.000s) 2022-11-23T03:12:32.2335075Z test_advancedindex_mixed_cpu_devices_cuda (__main__.TestDevicePrecisionCUDA) ... ok (0.019s) 2022-11-23T03:12:32.2335948Z test_advancedindex_mixed_devices_error_cuda (__main__.TestDevicePrecisionCUDA) ... ok (1.104s) 2022-11-23T03:12:32.2336784Z test_clamp_cuda_float32 (__main__.TestDevicePrecisionCUDA) ... ok (0.030s) 2022-11-23T03:12:32.2337555Z test_clamp_cuda_float64 (__main__.TestDevicePrecisionCUDA) ... ok (0.024s) 2022-11-23T03:12:32.2338316Z test_clamp_cuda_int64 (__main__.TestDevicePrecisionCUDA) ... ok (0.017s) 2022-11-23T03:12:32.2339077Z test_copy_broadcast_cuda (__main__.TestDevicePrecisionCUDA) ... ok (0.003s) 2022-11-23T03:12:32.2339525Z test_copy_noncontig_cuda (__main__.TestDevicePrecisionCUDA) ... ok (0.003s) 2022-11-23T03:12:32.2340263Z test_cuda_device_idx_cuda (__main__.TestDevicePrecisionCUDA) ... ok (0.002s) 2022-11-23T03:12:32.2341021Z test_device_serialization_cuda (__main__.TestDevicePrecisionCUDA) ... ok (0.005s) 2022-11-23T03:12:32.2341826Z test_from_sequence_cuda_float16 (__main__.TestDevicePrecisionCUDA) ... ok (0.003s) 2022-11-23T03:12:32.2342646Z test_from_sequence_cuda_float32 (__main__.TestDevicePrecisionCUDA) ... ok (0.003s) 2022-11-23T03:12:32.2343375Z test_from_sequence_cuda_float64 (__main__.TestDevicePrecisionCUDA) ... ok (0.002s) 2022-11-23T03:12:32.2344147Z test_from_sequence_cuda_int16 (__main__.TestDevicePrecisionCUDA) ... ok (0.002s) 2022-11-23T03:12:32.2344892Z test_from_sequence_cuda_int32 (__main__.TestDevicePrecisionCUDA) ... ok (0.002s) 2022-11-23T03:12:32.2345988Z test_from_sequence_cuda_int64 (__main__.TestDevicePrecisionCUDA) ... ok (0.003s) 2022-11-23T03:12:32.2346749Z test_from_sequence_cuda_int8 (__main__.TestDevicePrecisionCUDA) ... ok (0.000s) 2022-11-23T03:12:32.2347561Z test_from_sequence_cuda_uint8 (__main__.TestDevicePrecisionCUDA) ... ok (0.000s) 2022-11-23T03:12:32.2348138Z test_index_add_bfloat16_cuda (__main__.TestDevicePrecisionCUDA) ... ok (0.006s) 2022-11-23T03:12:32.2349014Z test_multidevice_serialization_cuda (__main__.TestDevicePrecisionCUDA) ... skip: fewer than 2 devices detected (0.000s) 2022-11-23T03:12:32.2350124Z test_type_conversions_same_device_cuda (__main__.TestDevicePrecisionCUDA) ... skip: fewer than 2 devices detected (0.000s) 2022-11-23T03:12:32.2350877Z test_RNGState (__main__.TestTorch) ... ok (0.000s) 2022-11-23T03:12:32.2351518Z test_RNGStateAliasing (__main__.TestTorch) ... ok (0.000s) 2022-11-23T03:12:32.2352149Z test_RNG_after_pickle (__main__.TestTorch) ... ok (0.011s) 2022-11-23T03:12:32.2352712Z test_Size (__main__.TestTorch) ... ok (0.003s) 2022-11-23T03:12:32.2353301Z test_Size_iter (__main__.TestTorch) ... ok (0.002s) 2022-11-23T03:12:32.2353858Z test_Size_scalar (__main__.TestTorch) ... ok (0.001s) 2022-11-23T03:12:32.2354388Z test_add_meta_scalar (__main__.TestTorch) ... ok (0.002s) 2022-11-23T03:12:32.2355405Z test_allow_tensor_metadata_change (__main__.TestTorch) ... ok (0.001s) 2022-11-23T03:12:32.2355989Z test_apply (__main__.TestTorch) ... ok (0.001s) 2022-11-23T03:12:32.2356502Z test_as_subclass (__main__.TestTorch) ... ok (0.008s) 2022-11-23T03:12:32.2357054Z test_assert_async (__main__.TestTorch) ... ok (0.006s) 2022-11-23T03:12:32.2357650Z test_backward_hooks_traverse (__main__.TestTorch) ... ok (0.064s) 2022-11-23T03:12:32.2358257Z test_batch_norm_cpu_inference (__main__.TestTorch) ... ok (0.010s) 2022-11-23T03:12:32.2360358Z test_bmm_multithreaded (__main__.TestTorch) ... C:\actions-runner\_work\pytorch\pytorch\test\test_torch.py:8462: 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-23T03:12:32.2362201Z torch.bmm(b1, b2, out=res2) 2022-11-23T03:12:32.2363959Z C:\actions-runner\_work\pytorch\pytorch\test\test_torch.py:8462: 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-23T03:12:32.2365581Z torch.bmm(b1, b2, out=res2) 2022-11-23T03:12:32.2367328Z C:\actions-runner\_work\pytorch\pytorch\test\test_torch.py:8462: 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-23T03:12:32.2368929Z torch.bmm(b1, b2, out=res2) 2022-11-23T03:12:32.2370663Z C:\actions-runner\_work\pytorch\pytorch\test\test_torch.py:8462: 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-23T03:12:32.2372524Z torch.bmm(b1, b2, out=res2) 2022-11-23T03:12:32.2374369Z C:\actions-runner\_work\pytorch\pytorch\test\test_torch.py:8462: 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-23T03:12:32.2376000Z torch.bmm(b1, b2, out=res2) 2022-11-23T03:12:32.2377745Z C:\actions-runner\_work\pytorch\pytorch\test\test_torch.py:8462: 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-23T03:12:32.2379339Z torch.bmm(b1, b2, out=res2) 2022-11-23T03:12:32.2381086Z C:\actions-runner\_work\pytorch\pytorch\test\test_torch.py:8462: 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-23T03:12:32.2382709Z torch.bmm(b1, b2, out=res2) 2022-11-23T03:12:32.2384462Z C:\actions-runner\_work\pytorch\pytorch\test\test_torch.py:8462: 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-23T03:12:32.2386084Z torch.bmm(b1, b2, out=res2) 2022-11-23T03:12:32.2387804Z C:\actions-runner\_work\pytorch\pytorch\test\test_torch.py:8462: 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-23T03:12:32.2389424Z torch.bmm(b1, b2, out=res2) 2022-11-23T03:12:32.2391173Z C:\actions-runner\_work\pytorch\pytorch\test\test_torch.py:8462: 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-23T03:12:32.2392904Z torch.bmm(b1, b2, out=res2) 2022-11-23T03:12:32.2394640Z C:\actions-runner\_work\pytorch\pytorch\test\test_torch.py:8462: 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-23T03:12:32.2396355Z torch.bmm(b1, b2, out=res2) 2022-11-23T03:12:32.2398118Z C:\actions-runner\_work\pytorch\pytorch\test\test_torch.py:8462: 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-23T03:12:32.2399715Z torch.bmm(b1, b2, out=res2) 2022-11-23T03:12:32.2401459Z C:\actions-runner\_work\pytorch\pytorch\test\test_torch.py:8462: 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-23T03:12:32.2403058Z torch.bmm(b1, b2, out=res2) 2022-11-23T03:12:32.2404799Z C:\actions-runner\_work\pytorch\pytorch\test\test_torch.py:8462: 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-23T03:12:32.2406391Z torch.bmm(b1, b2, out=res2) 2022-11-23T03:12:32.2406776Z ok (1.383s) 2022-11-23T03:12:32.2407241Z test_boxMullerState (__main__.TestTorch) ... ok (0.000s) 2022-11-23T03:12:32.2407941Z test_c10_layer_norm (__main__.TestTorch) ... skip: Pytorch is compiled without Caffe2 (0.006s) 2022-11-23T03:12:32.2408718Z test_cat_neg_dim (__main__.TestTorch) ... ok (0.000s) 2022-11-23T03:12:32.2409348Z test_chunk_neg_dim (__main__.TestTorch) ... ok (0.023s) 2022-11-23T03:12:32.2410010Z test_conj_neg_tolist (__main__.TestTorch) ... ok (0.003s) 2022-11-23T03:12:32.2410551Z test_contains (__main__.TestTorch) ... ok (0.005s) 2022-11-23T03:12:32.2411119Z test_copy_broadcast (__main__.TestTorch) ... ok (0.003s) 2022-11-23T03:12:32.2411690Z test_copy_dtypes (__main__.TestTorch) ... ok (0.002s) 2022-11-23T03:12:32.2412252Z test_copy_float16 (__main__.TestTorch) ... ok (0.025s) 2022-11-23T03:12:32.2412824Z test_copy_many_to_one (__main__.TestTorch) ... ok (0.000s) 2022-11-23T03:12:32.2414119Z test_copy_transpose (__main__.TestTorch) ... C:\actions-runner\_work\pytorch\pytorch\test\test_torch.py:7647: 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:12:32.2415463Z x = torch.arange(100 * 100).reshape(100, 100).to(dtype=torch.complex32).t() 2022-11-23T03:12:32.2415955Z ok (0.013s) 2022-11-23T03:12:32.2416692Z test_cuda_not_built (__main__.TestTorch) ... skip: CUDA is built, can't test CUDA not built error (0.003s) 2022-11-23T03:12:32.2417378Z test_cummax_neg_dim (__main__.TestTorch) ... ok (0.007s) 2022-11-23T03:12:32.2417942Z test_cummin_neg_dim (__main__.TestTorch) ... ok (0.007s) 2022-11-23T03:12:32.2418506Z test_cumprod_neg_dim (__main__.TestTorch) ... ok (0.006s) 2022-11-23T03:12:32.2419070Z test_cumsum_neg_dim (__main__.TestTorch) ... ok (0.006s) 2022-11-23T03:12:32.2419613Z test_cxx_flags (__main__.TestTorch) ... ok (0.001s) 2022-11-23T03:12:32.2420196Z test_dead_weak_ref (__main__.TestTorch) ... [TORCH_VITAL] CUDA.used true 2022-11-23T03:12:32.2420953Z [TORCH_VITAL] Dataloader.basic_unit_test TEST_VALUE_STRING 2022-11-23T03:12:32.2421497Z [TORCH_VITAL] CUDA.used true 2022-11-23T03:12:32.2422042Z [TORCH_VITAL] Dataloader.basic_unit_test TEST_VALUE_STRING 2022-11-23T03:12:32.2422568Z [TORCH_VITAL] CUDA.used true 2022-11-23T03:12:32.2423093Z [TORCH_VITAL] Dataloader.basic_unit_test TEST_VALUE_STRING 2022-11-23T03:12:32.2423662Z [TORCH_VITAL] Dataloader.enabled True 2022-11-23T03:12:32.2425082Z [W C:\actions-runner\_work\pytorch\pytorch\torch\csrc\autograd\python_variable.cpp:318] Warning: Deallocating Tensor that still has live PyObject references. This probably happened because you took out a weak reference to Tensor and didn't call _fix_weakref() after dereferencing it. Subsequent accesses to this tensor via the PyObject will now fail. (function decref) 2022-11-23T03:12:32.2426291Z ok (0.003s) 2022-11-23T03:12:32.2426801Z test_deepcopy_gradient (__main__.TestTorch) ... ok (0.005s) 2022-11-23T03:12:32.2427433Z test_deepcopy_parameter (__main__.TestTorch) ... ok (0.004s) 2022-11-23T03:12:32.2428040Z test_deterministic_flag (__main__.TestTorch) ... ok (0.007s) 2022-11-23T03:12:32.2428576Z test_device (__main__.TestTorch) ... ok (0.015s) 2022-11-23T03:12:32.2429088Z test_dir (__main__.TestTorch) ... ok (0.001s) 2022-11-23T03:12:32.2429593Z test_doc (__main__.TestTorch) ... ok (0.004s) 2022-11-23T03:12:32.2430092Z test_doc_template (__main__.TestTorch) 2022-11-23T03:12:32.2430728Z Test that all public API doc strings use the same standard template for ... ok (0.033s) 2022-11-23T03:12:32.2431372Z test_dot_data_use (__main__.TestTorch) ... ok (0.004s) 2022-11-23T03:12:32.2431918Z test_dtype_is_signed (__main__.TestTorch) ... ok (0.005s) 2022-11-23T03:12:32.2433216Z test_element_size (__main__.TestTorch) ... 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:12:32.2434397Z warnings.warn(message, UserWarning) 2022-11-23T03:12:32.2434823Z ok (0.009s) 2022-11-23T03:12:32.2435271Z test_empty_meta (__main__.TestTorch) ... ok (0.004s) 2022-11-23T03:12:32.2435845Z test_empty_storage_view (__main__.TestTorch) ... ok (0.002s) 2022-11-23T03:12:32.2436399Z test_equal (__main__.TestTorch) ... ok (0.006s) 2022-11-23T03:12:32.2436965Z test_error_msg_type_translation (__main__.TestTorch) ... ok (0.002s) 2022-11-23T03:12:32.2437569Z test_fill_diagonal (__main__.TestTorch) ... ok (0.003s) 2022-11-23T03:12:32.2438146Z test_format_scalar_meta (__main__.TestTorch) ... ok (0.006s) 2022-11-23T03:12:32.2438707Z test_from_buffer (__main__.TestTorch) ... ok (0.000s) 2022-11-23T03:12:32.2439255Z test_from_file (__main__.TestTorch) ... ok (0.035s) 2022-11-23T03:12:32.2439788Z test_gather_neg_dim (__main__.TestTorch) ... ok (0.006s) 2022-11-23T03:12:32.2440359Z test_generator_cpu (__main__.TestTorch) ... ok (0.005s) 2022-11-23T03:12:32.2440948Z test_has_internal_overlap (__main__.TestTorch) ... ok (0.003s) 2022-11-23T03:12:32.2441520Z test_has_storage (__main__.TestTorch) ... ok (0.002s) 2022-11-23T03:12:32.2442064Z test_index_add (__main__.TestTorch) ... ok (0.146s) 2022-11-23T03:12:32.2442632Z test_index_add_all_dtypes (__main__.TestTorch) ... ok (0.849s) 2022-11-23T03:12:32.2443366Z test_index_add_neg_dim (__main__.TestTorch) ... ok (0.013s) 2022-11-23T03:12:32.2443953Z test_index_copy_neg_dim (__main__.TestTorch) ... ok (0.004s) 2022-11-23T03:12:32.2444536Z test_index_fill_neg_dim (__main__.TestTorch) ... ok (0.004s) 2022-11-23T03:12:32.2445126Z test_index_select_neg_dim (__main__.TestTorch) ... ok (0.005s) 2022-11-23T03:12:32.2445738Z test_invalid_generator_raises (__main__.TestTorch) ... ok (0.002s) 2022-11-23T03:12:32.2446326Z test_is_nonzero (__main__.TestTorch) ... ok (0.003s) 2022-11-23T03:12:32.2447725Z test_is_same_size (__main__.TestTorch) ... C:\actions-runner\_work\pytorch\pytorch\test\test_torch.py:5704: 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:12:32.2449195Z nt1 = torch.nested.nested_tensor([torch.ones(2, 4), torch.ones(3, 4), torch.ones(5, 4)]) 2022-11-23T03:12:32.2449806Z ok (0.005s) 2022-11-23T03:12:32.2450304Z test_iter (__main__.TestTorch) ... ok (0.003s) 2022-11-23T03:12:32.2450897Z test_kthvalue_neg_dim (__main__.TestTorch) ... ok (0.008s) 2022-11-23T03:12:32.2451267Z test_logcumsumexp_neg_dim (__main__.TestTorch) ... ok (0.006s) 2022-11-23T03:12:32.2451612Z test_manual_seed (__main__.TestTorch) ... ok (0.006s) 2022-11-23T03:12:32.2451909Z test_map (__main__.TestTorch) ... ok (0.000s) 2022-11-23T03:12:32.2452209Z test_map2 (__main__.TestTorch) ... ok (0.000s) 2022-11-23T03:12:32.2452527Z test_max_neg_dim (__main__.TestTorch) ... ok (0.010s) 2022-11-23T03:12:32.2452848Z test_mean_neg_dim (__main__.TestTorch) ... ok (0.011s) 2022-11-23T03:12:32.2453174Z test_median_neg_dim (__main__.TestTorch) ... ok (0.007s) 2022-11-23T03:12:32.2453504Z test_memory_format (__main__.TestTorch) ... ok (0.004s) 2022-11-23T03:12:32.2453906Z test_memory_format_contiguous_returns_same_tensor_if_already_satisfies (__main__.TestTorch) ... ok (0.004s) 2022-11-23T03:12:32.2454329Z test_memory_format_empty (__main__.TestTorch) ... ok (0.004s) 2022-11-23T03:12:32.2454658Z test_min_neg_dim (__main__.TestTorch) ... ok (0.007s) 2022-11-23T03:12:32.2454980Z test_mode_neg_dim (__main__.TestTorch) ... ok (0.007s) 2022-11-23T03:12:32.2455440Z test_multinomial_invalid_probs (__main__.TestTorch) ... skip: FIXME: CUDA OOM error on Windows (0.003s) 2022-11-23T03:12:32.2456043Z test_nanmedian_neg_dim (__main__.TestTorch) ... ok (0.003s) 2022-11-23T03:12:32.2456366Z test_narrow_neg_dim (__main__.TestTorch) ... ok (0.006s) 2022-11-23T03:12:32.2456686Z test_ndim (__main__.TestTorch) ... ok (0.000s) 2022-11-23T03:12:32.2457029Z test_new (__main__.TestTorch) ... ok (0.010s) 2022-11-23T03:12:32.2457593Z test_newaxis_numpy_comparison (__main__.TestTorch) ... ok (0.020s) 2022-11-23T03:12:32.2458246Z test_newindex (__main__.TestTorch) ... ok (0.013s) 2022-11-23T03:12:32.2458842Z test_norm_neg_dim (__main__.TestTorch) ... ok (0.008s) 2022-11-23T03:12:32.2459457Z test_normal_shape (__main__.TestTorch) ... ok (0.032s) 2022-11-23T03:12:32.2460056Z test_numel (__main__.TestTorch) ... ok (0.001s) 2022-11-23T03:12:32.2460649Z test_parallel_info (__main__.TestTorch) ... ok (0.001s) 2022-11-23T03:12:32.2461279Z test_parsing_double (__main__.TestTorch) ... ok (0.002s) 2022-11-23T03:12:32.2461900Z test_parsing_int64 (__main__.TestTorch) ... ok (0.002s) 2022-11-23T03:12:32.2463352Z test_parsing_intlist (__main__.TestTorch) ... C:\actions-runner\_work\pytorch\pytorch\test\test_torch.py:6185: 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-23T03:12:32.2465044Z Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations 2022-11-23T03:12:32.2466180Z self.assertRaises(TypeError, lambda: torch.ones((np.float(3.), torch.tensor(4)))) 2022-11-23T03:12:32.2466787Z ok (0.006s) 2022-11-23T03:12:32.2467256Z test_permute (__main__.TestTorch) ... ok (0.003s) 2022-11-23T03:12:32.2467798Z test_pickle (__main__.TestTorch) ... ok (0.003s) 2022-11-23T03:12:32.2468355Z test_pickle_dtype (__main__.TestTorch) ... ok (0.002s) 2022-11-23T03:12:32.2468915Z test_pickle_function (__main__.TestTorch) ... ok (0.002s) 2022-11-23T03:12:32.2469512Z test_pickle_parameter (__main__.TestTorch) ... ok (0.003s) 2022-11-23T03:12:32.2470303Z test_pickle_parameter_no_requires_grad (__main__.TestTorch) ... ok (0.003s) 2022-11-23T03:12:32.2470955Z test_pickle_size (__main__.TestTorch) ... ok (0.003s) 2022-11-23T03:12:32.2471515Z test_pin_memory (__main__.TestTorch) ... ok (0.003s) 2022-11-23T03:12:32.2472788Z test_print (__main__.TestTorch) ... 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:12:32.2473974Z warnings.warn(message, UserWarning) 2022-11-23T03:12:32.2474380Z ok (0.491s) 2022-11-23T03:12:32.2474840Z test_prod_neg_dim (__main__.TestTorch) ... ok (0.009s) 2022-11-23T03:12:32.2475422Z test_pyobj_preserved (__main__.TestTorch) ... ok (0.003s) 2022-11-23T03:12:32.2475978Z test_qengine (__main__.TestTorch) ... ok (0.001s) 2022-11-23T03:12:32.2476532Z test_renorm_neg_dim (__main__.TestTorch) ... ok (0.006s) 2022-11-23T03:12:32.2477132Z test_resurrected_weak_ref (__main__.TestTorch) ... ok (0.001s) 2022-11-23T03:12:32.2477683Z test_reversed (__main__.TestTorch) ... ok (0.003s) 2022-11-23T03:12:32.2478248Z test_scatter_neg_dim (__main__.TestTorch) ... ok (0.005s) 2022-11-23T03:12:32.2478819Z test_select_neg_dim (__main__.TestTorch) ... ok (0.004s) 2022-11-23T03:12:32.2479501Z test_set_flush_denormal (__main__.TestTorch) ... skip: flush_denormal not supported (0.002s) 2022-11-23T03:12:32.2480215Z test_setting_real_imag_to_a_number (__main__.TestTorch) ... ok (0.002s) 2022-11-23T03:12:32.2480817Z test_show_config (__main__.TestTorch) ... ok (0.001s) 2022-11-23T03:12:32.2481344Z test_size_neg_dim (__main__.TestTorch) ... ok (0.004s) 2022-11-23T03:12:32.2481882Z test_sizeof (__main__.TestTorch) ... ok (0.003s) 2022-11-23T03:12:32.2482403Z test_slice (__main__.TestTorch) ... ok (0.004s) 2022-11-23T03:12:32.2483114Z test_slow_test (__main__.TestTorch) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:12:32.2483836Z test_sobolengine_bounds (__main__.TestTorch) ... ok (0.003s) 2022-11-23T03:12:32.2484467Z test_sobolengine_bounds_scrambled (__main__.TestTorch) ... ok (0.026s) 2022-11-23T03:12:32.2485096Z test_sobolengine_continuing (__main__.TestTorch) ... ok (0.003s) 2022-11-23T03:12:32.2485768Z test_sobolengine_continuing_scrambled (__main__.TestTorch) ... ok (0.002s) 2022-11-23T03:12:32.2486442Z test_sobolengine_distribution (__main__.TestTorch) ... ok (0.008s) 2022-11-23T03:12:32.2487118Z test_sobolengine_distribution_scrambled (__main__.TestTorch) ... ok (0.010s) 2022-11-23T03:12:32.2487766Z test_sobolengine_draw (__main__.TestTorch) ... ok (0.003s) 2022-11-23T03:12:32.2488364Z test_sobolengine_draw_base2 (__main__.TestTorch) ... ok (0.004s) 2022-11-23T03:12:32.2488996Z test_sobolengine_draw_base2_scrambled (__main__.TestTorch) ... ok (0.003s) 2022-11-23T03:12:32.2489657Z test_sobolengine_draw_scrambled (__main__.TestTorch) ... ok (0.003s) 2022-11-23T03:12:32.2490303Z test_sobolengine_fast_forward (__main__.TestTorch) ... ok (0.005s) 2022-11-23T03:12:32.2490970Z test_sobolengine_fast_forward_scrambled (__main__.TestTorch) ... ok (0.003s) 2022-11-23T03:12:32.2491633Z test_sobolengine_first_point (__main__.TestTorch) ... ok (0.005s) 2022-11-23T03:12:32.2492420Z test_sobolengine_high_dim (__main__.TestTorch) ... ok (0.005s) 2022-11-23T03:12:32.2493008Z test_sobolengine_raise (__main__.TestTorch) ... ok (0.000s) 2022-11-23T03:12:32.2493603Z test_sobolengine_reset (__main__.TestTorch) ... ok (0.003s) 2022-11-23T03:12:32.2494226Z test_sobolengine_reset_scrambled (__main__.TestTorch) ... ok (0.006s) 2022-11-23T03:12:32.2494828Z test_sort_neg_dim (__main__.TestTorch) ... ok (0.000s) 2022-11-23T03:12:32.2495388Z test_split_neg_dim (__main__.TestTorch) ... ok (0.017s) 2022-11-23T03:12:32.2495957Z test_squeeze_neg_dim (__main__.TestTorch) ... ok (0.010s) 2022-11-23T03:12:32.2496602Z test_std_neg_dim (__main__.TestTorch) ... ok (0.007s) 2022-11-23T03:12:32.2497182Z test_storage_casts (__main__.TestTorch) ... ok (0.036s) 2022-11-23T03:12:32.2497749Z test_storage_error (__main__.TestTorch) ... ok (0.052s) 2022-11-23T03:12:32.2498356Z test_storage_error_no_attribute (__main__.TestTorch) ... ok (0.000s) 2022-11-23T03:12:32.2498966Z test_structseq_repr (__main__.TestTorch) ... ok (0.003s) 2022-11-23T03:12:32.2499565Z test_subclass_preserved (__main__.TestTorch) ... ok (0.006s) 2022-11-23T03:12:32.2500139Z test_subclass_tensors (__main__.TestTorch) ... ok (0.003s) 2022-11-23T03:12:32.2500706Z test_sum_neg_dim (__main__.TestTorch) ... ok (0.007s) 2022-11-23T03:12:32.2501260Z test_t_not_2d_error (__main__.TestTorch) ... ok (0.003s) 2022-11-23T03:12:32.2501832Z test_tensor_base_init (__main__.TestTorch) ... ok (0.002s) 2022-11-23T03:12:32.2502410Z test_tensor_base_new (__main__.TestTorch) ... ok (0.003s) 2022-11-23T03:12:32.2502969Z test_tensor_ctor_scalar (__main__.TestTorch) ... ok (0.002s) 2022-11-23T03:12:32.2503563Z test_tensor_cycle_via_dict (__main__.TestTorch) ... ok (0.155s) 2022-11-23T03:12:32.2504169Z test_tensor_cycle_via_slots (__main__.TestTorch) ... ok (0.067s) 2022-11-23T03:12:32.2504770Z test_tensor_dict_dealloc (__main__.TestTorch) ... ok (0.001s) 2022-11-23T03:12:32.2505388Z test_tensor_finalizer_dealloc (__main__.TestTorch) ... ok (0.001s) 2022-11-23T03:12:32.2505976Z test_tensor_set (__main__.TestTorch) ... ok (0.005s) 2022-11-23T03:12:32.2506517Z test_tensor_set_errors (__main__.TestTorch) ... ok (0.008s) 2022-11-23T03:12:32.2507111Z test_tensor_slot_dealloc (__main__.TestTorch) ... ok (0.002s) 2022-11-23T03:12:32.2507719Z test_tensor_weakref_dealloc (__main__.TestTorch) ... ok (0.001s) 2022-11-23T03:12:32.2508361Z test_tensoriterator_output_setup (__main__.TestTorch) ... ok (0.289s) 2022-11-23T03:12:32.2509971Z test_to (__main__.TestTorch) ... C:\actions-runner\_work\pytorch\pytorch\test\test_torch.py:7733: 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:12:32.2511578Z a = torch.tensor([[0, 1, 2], [2, 0, 3]]).to_sparse_csr() 2022-11-23T03:12:32.2512090Z ok (0.018s) 2022-11-23T03:12:32.2512530Z test_to_with_tensor (__main__.TestTorch) ... ok (0.007s) 2022-11-23T03:12:32.2513086Z test_topk_neg_dim (__main__.TestTorch) ... ok (0.008s) 2022-11-23T03:12:32.2513648Z test_torch_from_file (__main__.TestTorch) ... ok (0.030s) 2022-11-23T03:12:32.2514229Z test_transpose_neg_dim (__main__.TestTorch) ... ok (0.008s) 2022-11-23T03:12:32.2514818Z test_type (__main__.TestTorch) ... ok (0.002s) 2022-11-23T03:12:32.2515355Z test_type_alias (__main__.TestTorch) ... ok (0.001s) 2022-11-23T03:12:32.2515939Z test_type_conversion_via_dtype_name (__main__.TestTorch) ... ok (0.005s) 2022-11-23T03:12:32.2516621Z test_typed_storage_deprecation_warning (__main__.TestTorch) ... ok (0.005s) 2022-11-23T03:12:32.2518006Z test_typed_storage_internal_no_warning (__main__.TestTorch) ... 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:12:32.2519388Z warnings.warn(message, UserWarning) 2022-11-23T03:12:32.2519810Z ok (0.005s) 2022-11-23T03:12:32.2520273Z test_unbind_neg_dim (__main__.TestTorch) ... ok (0.005s) 2022-11-23T03:12:32.2520817Z test_unflatten (__main__.TestTorch) ... ok (0.016s) 2022-11-23T03:12:32.2521347Z test_unfold_neg_dim (__main__.TestTorch) ... ok (0.003s) 2022-11-23T03:12:32.2521916Z test_unsqueeze_neg_dim (__main__.TestTorch) ... ok (0.003s) 2022-11-23T03:12:32.2522521Z test_upsample_nearest1d_meta (__main__.TestTorch) ... ok (0.006s) 2022-11-23T03:12:32.2523260Z test_upsample_nearest2d_meta (__main__.TestTorch) ... ok (0.000s) 2022-11-23T03:12:32.2523869Z test_var_neg_dim (__main__.TestTorch) ... ok (0.010s) 2022-11-23T03:12:32.2524433Z test_wildcard_import (__main__.TestTorch) ... ok (0.000s) 2022-11-23T03:12:32.2525079Z test_addcdiv_cuda_complex128 (__main__.TestTorchDeviceTypeCUDA) ... ok (1.079s) 2022-11-23T03:12:32.2525829Z test_addcdiv_cuda_complex64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.730s) 2022-11-23T03:12:32.2526558Z test_addcdiv_cuda_float16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.000s) 2022-11-23T03:12:32.2527269Z test_addcdiv_cuda_float32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.010s) 2022-11-23T03:12:32.2527973Z test_addcdiv_cuda_float64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.000s) 2022-11-23T03:12:32.2528683Z test_addcdiv_cuda_int16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.014s) 2022-11-23T03:12:32.2529376Z test_addcdiv_cuda_int32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.005s) 2022-11-23T03:12:32.2530080Z test_addcdiv_cuda_int64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.005s) 2022-11-23T03:12:32.2530783Z test_addcdiv_cuda_int8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.005s) 2022-11-23T03:12:32.2531485Z test_addcdiv_cuda_uint8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.005s) 2022-11-23T03:12:32.2532216Z test_addcmul_cuda_complex128 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.728s) 2022-11-23T03:12:32.2532953Z test_addcmul_cuda_complex64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.489s) 2022-11-23T03:12:32.2533662Z test_addcmul_cuda_float16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.006s) 2022-11-23T03:12:32.2534378Z test_addcmul_cuda_float32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.005s) 2022-11-23T03:12:32.2535084Z test_addcmul_cuda_float64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.003s) 2022-11-23T03:12:32.2535789Z test_addcmul_cuda_int16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.003s) 2022-11-23T03:12:32.2536494Z test_addcmul_cuda_int32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.008s) 2022-11-23T03:12:32.2537190Z test_addcmul_cuda_int64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.004s) 2022-11-23T03:12:32.2537879Z test_addcmul_cuda_int8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.004s) 2022-11-23T03:12:32.2538563Z test_addcmul_cuda_uint8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.005s) 2022-11-23T03:12:32.2539388Z test_assertRaisesRegex_ignore_msg_non_native_device_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.003s) 2022-11-23T03:12:32.2540386Z test_bernoulli_edge_cases_cuda_float16 (__main__.TestTorchDeviceTypeCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:12:32.2541451Z test_bernoulli_edge_cases_cuda_float32 (__main__.TestTorchDeviceTypeCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:12:32.2542502Z test_bernoulli_edge_cases_cuda_float64 (__main__.TestTorchDeviceTypeCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:12:32.2543387Z test_bernoulli_mem_overlap_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.004s) 2022-11-23T03:12:32.2544143Z test_bernoulli_p_cuda_float16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.004s) 2022-11-23T03:12:32.2544859Z test_bernoulli_p_cuda_float32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.004s) 2022-11-23T03:12:32.2546566Z test_bernoulli_p_cuda_float64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.004s) 2022-11-23T03:12:32.2547297Z test_bernoulli_self_cuda_bool (__main__.TestTorchDeviceTypeCUDA) ... ok (0.004s) 2022-11-23T03:12:32.2548030Z test_bernoulli_self_cuda_float16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.003s) 2022-11-23T03:12:32.2548775Z test_bernoulli_self_cuda_float32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.006s) 2022-11-23T03:12:32.2549505Z test_bernoulli_self_cuda_float64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.005s) 2022-11-23T03:12:32.2550367Z test_bernoulli_self_cuda_int16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.005s) 2022-11-23T03:12:32.2551110Z test_bernoulli_self_cuda_int32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.004s) 2022-11-23T03:12:32.2551851Z test_bernoulli_self_cuda_int64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.004s) 2022-11-23T03:12:32.2552596Z test_bernoulli_self_cuda_int8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.005s) 2022-11-23T03:12:32.2553338Z test_bernoulli_self_cuda_uint8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.004s) 2022-11-23T03:12:32.2554134Z test_bfloat16_float_copy_cuda (__main__.TestTorchDeviceTypeCUDA) ... skip: Only runs on cpu (0.004s) 2022-11-23T03:12:32.2554930Z test_bool_tensor_value_change_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.002s) 2022-11-23T03:12:32.2555661Z test_broadcast_fn_add_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.012s) 2022-11-23T03:12:32.2556412Z test_broadcast_fn_addcdiv_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.017s) 2022-11-23T03:12:32.2557164Z test_broadcast_fn_addcmul_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.016s) 2022-11-23T03:12:32.2557907Z test_broadcast_fn_atan2_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.014s) 2022-11-23T03:12:32.2558645Z test_broadcast_fn_copy_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.007s) 2022-11-23T03:12:32.2559394Z test_broadcast_fn_dist_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.006s) 2022-11-23T03:12:32.2560129Z test_broadcast_fn_div_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.023s) 2022-11-23T03:12:32.2560837Z test_broadcast_fn_eq_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.022s) 2022-11-23T03:12:32.2561576Z test_broadcast_fn_fmod_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.019s) 2022-11-23T03:12:32.2562305Z test_broadcast_fn_ge_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.025s) 2022-11-23T03:12:32.2563031Z test_broadcast_fn_gt_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.018s) 2022-11-23T03:12:32.2563752Z test_broadcast_fn_le_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.014s) 2022-11-23T03:12:32.2564481Z test_broadcast_fn_lerp_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.017s) 2022-11-23T03:12:32.2565183Z test_broadcast_fn_lt_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.018s) 2022-11-23T03:12:32.2565911Z test_broadcast_fn_map2_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.014s) 2022-11-23T03:12:32.2566650Z test_broadcast_fn_map_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.009s) 2022-11-23T03:12:32.2567402Z test_broadcast_fn_masked_fill_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.016s) 2022-11-23T03:12:32.2568183Z test_broadcast_fn_masked_scatter_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.019s) 2022-11-23T03:12:32.2568976Z test_broadcast_fn_masked_select_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.016s) 2022-11-23T03:12:32.2569729Z test_broadcast_fn_max_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.014s) 2022-11-23T03:12:32.2570444Z test_broadcast_fn_min_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.009s) 2022-11-23T03:12:32.2571160Z test_broadcast_fn_mul_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.016s) 2022-11-23T03:12:32.2571884Z test_broadcast_fn_ne_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.010s) 2022-11-23T03:12:32.2572606Z test_broadcast_fn_pow_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.018s) 2022-11-23T03:12:32.2573506Z test_broadcast_fn_remainder_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.014s) 2022-11-23T03:12:32.2574252Z test_broadcast_fn_sub_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.014s) 2022-11-23T03:12:32.2575661Z test_bytes_to_scalar_cuda_bool (__main__.TestTorchDeviceTypeCUDA) ... 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:12:32.2576999Z warnings.warn(message, UserWarning) 2022-11-23T03:12:32.2577443Z ok (0.005s) 2022-11-23T03:12:32.2578011Z test_bytes_to_scalar_cuda_complex128 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.015s) 2022-11-23T03:12:32.2578784Z test_bytes_to_scalar_cuda_complex64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.012s) 2022-11-23T03:12:32.2579553Z test_bytes_to_scalar_cuda_float32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.007s) 2022-11-23T03:12:32.2580296Z test_bytes_to_scalar_cuda_float64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.009s) 2022-11-23T03:12:32.2581025Z test_bytes_to_scalar_cuda_int16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.006s) 2022-11-23T03:12:32.2581768Z test_bytes_to_scalar_cuda_int32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.004s) 2022-11-23T03:12:32.2582507Z test_bytes_to_scalar_cuda_int64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.009s) 2022-11-23T03:12:32.2583240Z test_bytes_to_scalar_cuda_int8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.000s) 2022-11-23T03:12:32.2583983Z test_bytes_to_scalar_cuda_uint8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.010s) 2022-11-23T03:12:32.2584729Z test_cauchy_kstest_cuda_bfloat16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.432s) 2022-11-23T03:12:32.2585472Z test_cauchy_kstest_cuda_float16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.020s) 2022-11-23T03:12:32.2586200Z test_cauchy_kstest_cuda_float32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.012s) 2022-11-23T03:12:32.2586938Z test_cauchy_kstest_cuda_float64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.014s) 2022-11-23T03:12:32.2587839Z test_cauchy_no_inf_cuda_bfloat16 (__main__.TestTorchDeviceTypeCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T03:12:32.2588867Z test_cauchy_no_inf_cuda_float32 (__main__.TestTorchDeviceTypeCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:12:32.2589743Z test_cdist_cuda_backward_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (1.027s) 2022-11-23T03:12:32.2590462Z test_cdist_empty_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.005s) 2022-11-23T03:12:32.2591188Z test_cdist_euclidean_large_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.003s) 2022-11-23T03:12:32.2591922Z test_cdist_grad_p_lt_1_no_nan_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.005s) 2022-11-23T03:12:32.2592825Z test_cdist_large_batch_cuda (__main__.TestTorchDeviceTypeCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:12:32.2593668Z test_cdist_large_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.007s) 2022-11-23T03:12:32.2594405Z test_cdist_non_contiguous_batch_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.008s) 2022-11-23T03:12:32.2595165Z test_cdist_non_contiguous_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.008s) 2022-11-23T03:12:32.2595895Z test_cdist_norm_batch_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.383s) 2022-11-23T03:12:32.2596579Z test_cdist_norm_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.364s) 2022-11-23T03:12:32.2597293Z test_cdist_same_inputs_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.009s) 2022-11-23T03:12:32.2598055Z test_clone_all_dtypes_and_devices_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.009s) 2022-11-23T03:12:32.2598812Z test_clone_not_memory_dense_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.002s) 2022-11-23T03:12:32.2599712Z test_clone_zero_stride_dim_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.002s) 2022-11-23T03:12:32.2600496Z test_complex_half_experimental_warning_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.002s) 2022-11-23T03:12:32.2601298Z test_constants_cuda (__main__.TestTorchDeviceTypeCUDA) ... skip: Only runs on cpu (0.003s) 2022-11-23T03:12:32.2602139Z test_conv_transposed_backward_agnostic_to_memory_format_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (1.484s) 2022-11-23T03:12:32.2602960Z test_conv_transposed_large_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.224s) 2022-11-23T03:12:32.2604435Z test_copy__cuda_bfloat16 (__main__.TestTorchDeviceTypeCUDA) ... C:\actions-runner\_work\pytorch\pytorch\test\test_torch.py:5218: 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:12:32.2605566Z t.copy_(src) 2022-11-23T03:12:32.2605916Z ok (0.013s) 2022-11-23T03:12:32.2606439Z test_copy__cuda_bool (__main__.TestTorchDeviceTypeCUDA) ... ok (0.006s) 2022-11-23T03:12:32.2607147Z test_copy__cuda_complex128 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.017s) 2022-11-23T03:12:32.2607846Z test_copy__cuda_complex32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.015s) 2022-11-23T03:12:32.2608552Z test_copy__cuda_complex64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.012s) 2022-11-23T03:12:32.2609264Z test_copy__cuda_float16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.011s) 2022-11-23T03:12:32.2609966Z test_copy__cuda_float32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.014s) 2022-11-23T03:12:32.2610660Z test_copy__cuda_float64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.012s) 2022-11-23T03:12:32.2611342Z test_copy__cuda_int16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.009s) 2022-11-23T03:12:32.2612002Z test_copy__cuda_int32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.010s) 2022-11-23T03:12:32.2612825Z test_copy__cuda_int64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.010s) 2022-11-23T03:12:32.2613639Z test_copy__cuda_int8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.008s) 2022-11-23T03:12:32.2614399Z test_copy__cuda_uint8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.005s) 2022-11-23T03:12:32.2615249Z test_copy_all_dtypes_and_devices_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.009s) 2022-11-23T03:12:32.2616069Z test_copy_math_view_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.384s) 2022-11-23T03:12:32.2616910Z test_copy_mem_overlap_cuda_float64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.003s) 2022-11-23T03:12:32.2617780Z test_copy_transpose_math_view_cuda_complex64 (__main__.TestTorchDeviceTypeCUDA) ... ok (1.489s) 2022-11-23T03:12:32.2618666Z test_copy_transpose_math_view_cuda_float32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.005s) 2022-11-23T03:12:32.2619609Z test_copy_transpose_math_view_cuda_int64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.003s) 2022-11-23T03:12:32.2621116Z test_corrcoef_cuda_complex64 (__main__.TestTorchDeviceTypeCUDA) ... C:\actions-runner\_work\pytorch\pytorch\test\test_torch.py:1918: UserWarning: cov(): degrees of freedom is <= 0 (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Correlation.cpp:117.) 2022-11-23T03:12:32.2622351Z res = torch.corrcoef(x) 2022-11-23T03:12:32.2623142Z C:\Jenkins\Miniconda3\lib\site-packages\numpy\lib\function_base.py:380: RuntimeWarning: Mean of empty slice. 2022-11-23T03:12:32.2623942Z avg = a.mean(axis) 2022-11-23T03:12:32.2624749Z C:\Jenkins\Miniconda3\lib\site-packages\numpy\core\_methods.py:181: RuntimeWarning: invalid value encountered in true_divide 2022-11-23T03:12:32.2625464Z ret = um.true_divide( 2022-11-23T03:12:32.2626181Z C:\Jenkins\Miniconda3\lib\site-packages\numpy\lib\function_base.py:2683: RuntimeWarning: Degrees of freedom <= 0 for slice 2022-11-23T03:12:32.2626893Z c = cov(x, y, rowvar, dtype=dtype) 2022-11-23T03:12:32.2627851Z C:\Jenkins\Miniconda3\lib\site-packages\numpy\lib\function_base.py:2542: RuntimeWarning: divide by zero encountered in true_divide 2022-11-23T03:12:32.2628575Z c *= np.true_divide(1, fact) 2022-11-23T03:12:32.2629313Z C:\Jenkins\Miniconda3\lib\site-packages\numpy\lib\function_base.py:2542: RuntimeWarning: invalid value encountered in multiply 2022-11-23T03:12:32.2630112Z c *= np.true_divide(1, fact) 2022-11-23T03:12:32.2631033Z C:\Jenkins\Miniconda3\lib\site-packages\numpy\lib\function_base.py:2689: RuntimeWarning: invalid value encountered in true_divide 2022-11-23T03:12:32.2631797Z return c / c 2022-11-23T03:12:32.2632643Z C:\Jenkins\Miniconda3\lib\site-packages\numpy\lib\function_base.py:2691: RuntimeWarning: invalid value encountered in true_divide 2022-11-23T03:12:32.2633352Z c /= stddev[:, None] 2022-11-23T03:12:32.2634070Z C:\Jenkins\Miniconda3\lib\site-packages\numpy\lib\function_base.py:2692: RuntimeWarning: invalid value encountered in true_divide 2022-11-23T03:12:32.2634778Z c /= stddev[None, :] 2022-11-23T03:12:32.2635134Z ok (0.104s) 2022-11-23T03:12:32.2635684Z test_corrcoef_cuda_float32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.014s) 2022-11-23T03:12:32.2636407Z test_corrcoef_cuda_int32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.005s) 2022-11-23T03:12:32.2637912Z test_cov_cuda_complex64 (__main__.TestTorchDeviceTypeCUDA) ... C:\actions-runner\_work\pytorch\pytorch\test\test_torch.py:1925: UserWarning: cov(): degrees of freedom is <= 0 (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Correlation.cpp:117.) 2022-11-23T03:12:32.2639228Z res = torch.cov(t, correction=correction, fweights=fweights, aweights=aweights) 2022-11-23T03:12:32.2640072Z C:\actions-runner\_work\pytorch\pytorch\test\test_torch.py:1929: RuntimeWarning: Degrees of freedom <= 0 for slice 2022-11-23T03:12:32.2640892Z ref = np.cov(t, ddof=correction, fweights=fweights, aweights=aweights) 2022-11-23T03:12:32.2641783Z C:\Jenkins\Miniconda3\lib\site-packages\numpy\lib\function_base.py:412: RuntimeWarning: invalid value encountered in multiply 2022-11-23T03:12:32.2642619Z avg = np.multiply(a, wgt, dtype=result_dtype).sum(axis)/scl 2022-11-23T03:12:32.2643101Z ok (0.149s) 2022-11-23T03:12:32.2643702Z test_cov_cuda_float32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.132s) 2022-11-23T03:12:32.2644428Z test_cov_cuda_int32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.121s) 2022-11-23T03:12:32.2645322Z test_cpp_warnings_have_python_context_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.748s) 2022-11-23T03:12:32.2646170Z test_cublas_config_nondeterministic_alert_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (76.894s) 2022-11-23T03:12:32.2646954Z test_cummax_cummin_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.009s) 2022-11-23T03:12:32.2647704Z test_cummax_discontiguous_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.013s) 2022-11-23T03:12:32.2648528Z test_cummin_discontiguous_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.005s) 2022-11-23T03:12:32.2649260Z test_cumprod_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.019s) 2022-11-23T03:12:32.2649924Z test_cumsum_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.015s) 2022-11-23T03:12:32.2651452Z test_deepcopy_cuda_complex64 (__main__.TestTorchDeviceTypeCUDA) ... 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:12:32.2652905Z warnings.warn(message, UserWarning) 2022-11-23T03:12:32.2653403Z ok (0.059s) 2022-11-23T03:12:32.2654093Z test_deepcopy_cuda_float32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.059s) 2022-11-23T03:12:32.2654993Z test_deepcopy_scalar_cuda_complex64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.004s) 2022-11-23T03:12:32.2655898Z test_deepcopy_scalar_cuda_float32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.003s) 2022-11-23T03:12:32.2657016Z test_device_guard_cuda (__main__.TestTorchDeviceTypeCUDA) ... skip: fewer than 2 devices detected (0.005s) 2022-11-23T03:12:32.2657930Z test_diff_cuda_bool (__main__.TestTorchDeviceTypeCUDA) ... ok (0.079s) 2022-11-23T03:12:32.2658753Z test_diff_cuda_complex128 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.109s) 2022-11-23T03:12:32.2659609Z test_diff_cuda_complex64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.106s) 2022-11-23T03:12:32.2660904Z test_diff_cuda_float16 (__main__.TestTorchDeviceTypeCUDA) ... C:\Jenkins\Miniconda3\lib\site-packages\numpy\lib\function_base.py:1292: RuntimeWarning: overflow encountered in subtract 2022-11-23T03:12:32.2661908Z a = op(a[slice1], a[slice2]) 2022-11-23T03:12:32.2662365Z ok (0.104s) 2022-11-23T03:12:32.2662959Z test_diff_cuda_float32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.102s) 2022-11-23T03:12:32.2663722Z test_diff_cuda_float64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.086s) 2022-11-23T03:12:32.2664554Z test_diff_cuda_int16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.088s) 2022-11-23T03:12:32.2665342Z test_diff_cuda_int32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.077s) 2022-11-23T03:12:32.2666105Z test_diff_cuda_int64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.083s) 2022-11-23T03:12:32.2666913Z test_diff_cuda_int8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.073s) 2022-11-23T03:12:32.2667687Z test_diff_cuda_uint8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.086s) 2022-11-23T03:12:32.2668517Z test_diff_noncontig_cuda_bool (__main__.TestTorchDeviceTypeCUDA) ... ok (0.080s) 2022-11-23T03:12:32.2669359Z test_diff_noncontig_cuda_complex128 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.102s) 2022-11-23T03:12:32.2670251Z test_diff_noncontig_cuda_complex64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.105s) 2022-11-23T03:12:32.2671156Z test_diff_noncontig_cuda_float16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.099s) 2022-11-23T03:12:32.2672041Z test_diff_noncontig_cuda_float32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.094s) 2022-11-23T03:12:32.2672910Z test_diff_noncontig_cuda_float64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.115s) 2022-11-23T03:12:32.2673772Z test_diff_noncontig_cuda_int16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.077s) 2022-11-23T03:12:32.2674623Z test_diff_noncontig_cuda_int32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.079s) 2022-11-23T03:12:32.2675489Z test_diff_noncontig_cuda_int64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.078s) 2022-11-23T03:12:32.2676365Z test_diff_noncontig_cuda_int8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.081s) 2022-11-23T03:12:32.2677252Z test_diff_noncontig_cuda_uint8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.080s) 2022-11-23T03:12:32.2678045Z test_dim_function_empty_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.037s) 2022-11-23T03:12:32.2678937Z test_discontiguous_out_cumsum_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.003s) 2022-11-23T03:12:32.2679772Z test_dist_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.012s) 2022-11-23T03:12:32.2680661Z test_errors_index_copy_cuda (__main__.TestTorchDeviceTypeCUDA) ... skip: Only runs on cpu (0.003s) 2022-11-23T03:12:32.2681527Z test_expected_failure_xla_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.001s) 2022-11-23T03:12:32.2682286Z test_exponential_cuda_bfloat16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.005s) 2022-11-23T03:12:32.2683033Z test_exponential_cuda_float16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.005s) 2022-11-23T03:12:32.2683757Z test_exponential_cuda_float32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.005s) 2022-11-23T03:12:32.2684517Z test_exponential_cuda_float64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.004s) 2022-11-23T03:12:32.2685285Z test_exponential_kstest_cuda_bfloat16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.005s) 2022-11-23T03:12:32.2686059Z test_exponential_kstest_cuda_float16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.003s) 2022-11-23T03:12:32.2686993Z test_exponential_kstest_cuda_float32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.006s) 2022-11-23T03:12:32.2687773Z test_exponential_kstest_cuda_float64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.000s) 2022-11-23T03:12:32.2688560Z test_exponential_no_zero_cuda_float16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.010s) 2022-11-23T03:12:32.2689318Z test_exponential_no_zero_cuda_float32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.003s) 2022-11-23T03:12:32.2690121Z test_gather_backward_deterministic_path_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.006s) 2022-11-23T03:12:32.2691836Z test_gather_backward_one_dim_cuda (__main__.TestTorchDeviceTypeCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T03:12:32.2692857Z test_geometric_cuda_bfloat16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.003s) 2022-11-23T03:12:32.2693688Z test_geometric_cuda_float16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.002s) 2022-11-23T03:12:32.2694417Z test_geometric_cuda_float32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.002s) 2022-11-23T03:12:32.2695133Z test_geometric_cuda_float64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.003s) 2022-11-23T03:12:32.2695860Z test_geometric_cuda_int16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.003s) 2022-11-23T03:12:32.2696573Z test_geometric_cuda_int32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.003s) 2022-11-23T03:12:32.2697275Z test_geometric_cuda_int64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.002s) 2022-11-23T03:12:32.2698052Z test_geometric_cuda_int8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.002s) 2022-11-23T03:12:32.2698903Z test_geometric_cuda_uint8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.003s) 2022-11-23T03:12:32.2699657Z test_geometric_kstest_cuda_bfloat16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.010s) 2022-11-23T03:12:32.2700464Z test_geometric_kstest_cuda_float16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.006s) 2022-11-23T03:12:32.2701236Z test_geometric_kstest_cuda_float32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.006s) 2022-11-23T03:12:32.2702001Z test_geometric_kstest_cuda_float64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.000s) 2022-11-23T03:12:32.2702760Z test_geometric_kstest_cuda_int16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.010s) 2022-11-23T03:12:32.2703507Z test_geometric_kstest_cuda_int32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.000s) 2022-11-23T03:12:32.2704322Z test_geometric_kstest_cuda_int64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.000s) 2022-11-23T03:12:32.2705048Z test_geometric_kstest_cuda_int8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.014s) 2022-11-23T03:12:32.2705951Z test_geometric_kstest_cuda_uint8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.009s) 2022-11-23T03:12:32.2706716Z test_gradient_all_cuda_complex64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.620s) 2022-11-23T03:12:32.2707459Z test_gradient_all_cuda_float32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.280s) 2022-11-23T03:12:32.2708544Z test_gradient_all_cuda_int64 (__main__.TestTorchDeviceTypeCUDA) ... C:\Jenkins\Miniconda3\lib\site-packages\numpy\lib\function_base.py:1084: RuntimeWarning: divide by zero encountered in true_divide 2022-11-23T03:12:32.2709424Z a = -(dx2)/(dx1 * (dx1 + dx2)) 2022-11-23T03:12:32.2710186Z C:\Jenkins\Miniconda3\lib\site-packages\numpy\lib\function_base.py:1085: RuntimeWarning: divide by zero encountered in true_divide 2022-11-23T03:12:32.2710883Z b = (dx2 - dx1) / (dx1 * dx2) 2022-11-23T03:12:32.2711769Z C:\Jenkins\Miniconda3\lib\site-packages\numpy\lib\function_base.py:1092: RuntimeWarning: invalid value encountered in multiply 2022-11-23T03:12:32.2712722Z out[tuple(slice1)] = a * f[tuple(slice2)] + b * f[tuple(slice3)] + c * f[tuple(slice4)] 2022-11-23T03:12:32.2713583Z C:\Jenkins\Miniconda3\lib\site-packages\numpy\lib\function_base.py:1092: RuntimeWarning: invalid value encountered in add 2022-11-23T03:12:32.2714426Z out[tuple(slice1)] = a * f[tuple(slice2)] + b * f[tuple(slice3)] + c * f[tuple(slice4)] 2022-11-23T03:12:32.2715528Z C:\Jenkins\Miniconda3\lib\site-packages\numpy\lib\function_base.py:1101: RuntimeWarning: divide by zero encountered in true_divide 2022-11-23T03:12:32.2716350Z out[tuple(slice1)] = (f[tuple(slice2)] - f[tuple(slice3)]) / dx_0 2022-11-23T03:12:32.2717187Z C:\Jenkins\Miniconda3\lib\site-packages\numpy\lib\function_base.py:1086: RuntimeWarning: divide by zero encountered in true_divide 2022-11-23T03:12:32.2717978Z c = dx1 / (dx2 * (dx1 + dx2)) 2022-11-23T03:12:32.2718799Z C:\Jenkins\Miniconda3\lib\site-packages\numpy\lib\function_base.py:1108: RuntimeWarning: divide by zero encountered in true_divide 2022-11-23T03:12:32.2719798Z out[tuple(slice1)] = (f[tuple(slice2)] - f[tuple(slice3)]) / dx_n 2022-11-23T03:12:32.2720684Z C:\Jenkins\Miniconda3\lib\site-packages\numpy\lib\function_base.py:1108: RuntimeWarning: invalid value encountered in true_divide 2022-11-23T03:12:32.2721512Z out[tuple(slice1)] = (f[tuple(slice2)] - f[tuple(slice3)]) / dx_n 2022-11-23T03:12:32.2722373Z C:\Jenkins\Miniconda3\lib\site-packages\numpy\lib\function_base.py:1123: RuntimeWarning: divide by zero encountered in double_scalars 2022-11-23T03:12:32.2723108Z a = -(2. * dx1 + dx2)/(dx1 * (dx1 + dx2)) 2022-11-23T03:12:32.2723889Z C:\Jenkins\Miniconda3\lib\site-packages\numpy\lib\function_base.py:1124: RuntimeWarning: divide by zero encountered in double_scalars 2022-11-23T03:12:32.2724698Z b = (dx1 + dx2) / (dx1 * dx2) 2022-11-23T03:12:32.2725576Z C:\Jenkins\Miniconda3\lib\site-packages\numpy\lib\function_base.py:1127: RuntimeWarning: invalid value encountered in multiply 2022-11-23T03:12:32.2726451Z out[tuple(slice1)] = a * f[tuple(slice2)] + b * f[tuple(slice3)] + c * f[tuple(slice4)] 2022-11-23T03:12:32.2727322Z C:\Jenkins\Miniconda3\lib\site-packages\numpy\lib\function_base.py:1127: RuntimeWarning: invalid value encountered in add 2022-11-23T03:12:32.2728172Z out[tuple(slice1)] = a * f[tuple(slice2)] + b * f[tuple(slice3)] + c * f[tuple(slice4)] 2022-11-23T03:12:32.2729036Z C:\Jenkins\Miniconda3\lib\site-packages\numpy\lib\function_base.py:1140: RuntimeWarning: divide by zero encountered in double_scalars 2022-11-23T03:12:32.2729753Z a = (dx2) / (dx1 * (dx1 + dx2)) 2022-11-23T03:12:32.2730519Z C:\Jenkins\Miniconda3\lib\site-packages\numpy\lib\function_base.py:1141: RuntimeWarning: divide by zero encountered in double_scalars 2022-11-23T03:12:32.2731324Z b = - (dx2 + dx1) / (dx1 * dx2) 2022-11-23T03:12:32.2732205Z C:\Jenkins\Miniconda3\lib\site-packages\numpy\lib\function_base.py:1144: RuntimeWarning: invalid value encountered in multiply 2022-11-23T03:12:32.2733073Z out[tuple(slice1)] = a * f[tuple(slice2)] + b * f[tuple(slice3)] + c * f[tuple(slice4)] 2022-11-23T03:12:32.2733919Z C:\Jenkins\Miniconda3\lib\site-packages\numpy\lib\function_base.py:1144: RuntimeWarning: invalid value encountered in add 2022-11-23T03:12:32.2734785Z out[tuple(slice1)] = a * f[tuple(slice2)] + b * f[tuple(slice3)] + c * f[tuple(slice4)] 2022-11-23T03:12:32.2735672Z C:\Jenkins\Miniconda3\lib\site-packages\numpy\lib\function_base.py:1101: RuntimeWarning: invalid value encountered in true_divide 2022-11-23T03:12:32.2736516Z out[tuple(slice1)] = (f[tuple(slice2)] - f[tuple(slice3)]) / dx_0 2022-11-23T03:12:32.2737383Z C:\Jenkins\Miniconda3\lib\site-packages\numpy\lib\function_base.py:1125: RuntimeWarning: divide by zero encountered in double_scalars 2022-11-23T03:12:32.2738194Z c = - dx1 / (dx2 * (dx1 + dx2)) 2022-11-23T03:12:32.2739095Z C:\Jenkins\Miniconda3\lib\site-packages\numpy\lib\function_base.py:1142: RuntimeWarning: divide by zero encountered in double_scalars 2022-11-23T03:12:32.2739829Z c = (2. * dx2 + dx1) / (dx2 * (dx1 + dx2)) 2022-11-23T03:12:32.2740222Z ok (0.288s) 2022-11-23T03:12:32.2740824Z test_gradient_extreme_cases_cuda_complex64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.119s) 2022-11-23T03:12:32.2741643Z test_gradient_extreme_cases_cuda_float32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.095s) 2022-11-23T03:12:32.2742437Z test_gradient_extreme_cases_cuda_int64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.093s) 2022-11-23T03:12:32.2743772Z test_gradient_type_promotion_cuda (__main__.TestTorchDeviceTypeCUDA) ... C:\Jenkins\Miniconda3\lib\site-packages\numpy\lib\function_base.py:1080: ComplexWarning: Casting complex values to real discards the imaginary part 2022-11-23T03:12:32.2744976Z out[tuple(slice1)] = (f[tuple(slice4)] - f[tuple(slice2)]) / (2. * ax_dx) 2022-11-23T03:12:32.2745964Z C:\Jenkins\Miniconda3\lib\site-packages\numpy\lib\function_base.py:1101: ComplexWarning: Casting complex values to real discards the imaginary part 2022-11-23T03:12:32.2746849Z out[tuple(slice1)] = (f[tuple(slice2)] - f[tuple(slice3)]) / dx_0 2022-11-23T03:12:32.2747866Z C:\Jenkins\Miniconda3\lib\site-packages\numpy\lib\function_base.py:1108: ComplexWarning: Casting complex values to real discards the imaginary part 2022-11-23T03:12:32.2748771Z out[tuple(slice1)] = (f[tuple(slice2)] - f[tuple(slice3)]) / dx_n 2022-11-23T03:12:32.2750674Z 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:12:32.2752542Z return torch.as_tensor(tensor_like) 2022-11-23T03:12:32.2753414Z C:\Jenkins\Miniconda3\lib\site-packages\numpy\lib\function_base.py:1127: ComplexWarning: Casting complex values to real discards the imaginary part 2022-11-23T03:12:32.2754335Z out[tuple(slice1)] = a * f[tuple(slice2)] + b * f[tuple(slice3)] + c * f[tuple(slice4)] 2022-11-23T03:12:32.2755277Z C:\Jenkins\Miniconda3\lib\site-packages\numpy\lib\function_base.py:1144: ComplexWarning: Casting complex values to real discards the imaginary part 2022-11-23T03:12:32.2756203Z out[tuple(slice1)] = a * f[tuple(slice2)] + b * f[tuple(slice3)] + c * f[tuple(slice4)] 2022-11-23T03:12:32.2757122Z C:\Jenkins\Miniconda3\lib\site-packages\numpy\lib\function_base.py:1092: ComplexWarning: Casting complex values to real discards the imaginary part 2022-11-23T03:12:32.2758178Z out[tuple(slice1)] = a * f[tuple(slice2)] + b * f[tuple(slice3)] + c * f[tuple(slice4)] 2022-11-23T03:12:32.2758760Z ok (0.128s) 2022-11-23T03:12:32.2759301Z test_hook_remove_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.006s) 2022-11-23T03:12:32.2760053Z test_index_add_deterministic_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.020s) 2022-11-23T03:12:32.2760827Z test_index_add_mem_overlap_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.006s) 2022-11-23T03:12:32.2761558Z test_index_copy_cuda_bfloat16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.025s) 2022-11-23T03:12:32.2762291Z test_index_copy_cuda_bool (__main__.TestTorchDeviceTypeCUDA) ... ok (0.020s) 2022-11-23T03:12:32.2763038Z test_index_copy_cuda_complex128 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.025s) 2022-11-23T03:12:32.2763867Z test_index_copy_cuda_complex64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.017s) 2022-11-23T03:12:32.2764685Z test_index_copy_cuda_float16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.032s) 2022-11-23T03:12:32.2765485Z test_index_copy_cuda_float32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.021s) 2022-11-23T03:12:32.2766216Z test_index_copy_cuda_float64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.026s) 2022-11-23T03:12:32.2766922Z test_index_copy_cuda_int16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.019s) 2022-11-23T03:12:32.2767640Z test_index_copy_cuda_int32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.025s) 2022-11-23T03:12:32.2768352Z test_index_copy_cuda_int64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.022s) 2022-11-23T03:12:32.2769062Z test_index_copy_cuda_int8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.019s) 2022-11-23T03:12:32.2769935Z test_index_copy_cuda_uint8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.020s) 2022-11-23T03:12:32.2770762Z test_index_copy_deterministic_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (4.266s) 2022-11-23T03:12:32.2771674Z test_index_copy_mem_overlap_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.005s) 2022-11-23T03:12:32.2772458Z test_index_copy_scalars_cuda_bfloat16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.003s) 2022-11-23T03:12:32.2773230Z test_index_copy_scalars_cuda_bool (__main__.TestTorchDeviceTypeCUDA) ... ok (0.005s) 2022-11-23T03:12:32.2774130Z test_index_copy_scalars_cuda_complex128 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.000s) 2022-11-23T03:12:32.2774947Z test_index_copy_scalars_cuda_complex64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.006s) 2022-11-23T03:12:32.2775733Z test_index_copy_scalars_cuda_float16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.000s) 2022-11-23T03:12:32.2776513Z test_index_copy_scalars_cuda_float32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.010s) 2022-11-23T03:12:32.2777361Z test_index_copy_scalars_cuda_float64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.000s) 2022-11-23T03:12:32.2778267Z test_index_copy_scalars_cuda_int16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.000s) 2022-11-23T03:12:32.2779030Z test_index_copy_scalars_cuda_int32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.010s) 2022-11-23T03:12:32.2779787Z test_index_copy_scalars_cuda_int64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.000s) 2022-11-23T03:12:32.2780550Z test_index_copy_scalars_cuda_int8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.010s) 2022-11-23T03:12:32.2781313Z test_index_copy_scalars_cuda_uint8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.000s) 2022-11-23T03:12:32.2782040Z test_index_fill_cuda_bfloat16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.000s) 2022-11-23T03:12:32.2782766Z test_index_fill_cuda_bool (__main__.TestTorchDeviceTypeCUDA) ... ok (0.013s) 2022-11-23T03:12:32.2783573Z test_index_fill_cuda_complex128 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.004s) 2022-11-23T03:12:32.2784412Z test_index_fill_cuda_complex64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.003s) 2022-11-23T03:12:32.2785222Z test_index_fill_cuda_float16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.005s) 2022-11-23T03:12:32.2785940Z test_index_fill_cuda_float32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.004s) 2022-11-23T03:12:32.2786663Z test_index_fill_cuda_float64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.004s) 2022-11-23T03:12:32.2787361Z test_index_fill_cuda_int16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.004s) 2022-11-23T03:12:32.2788071Z test_index_fill_cuda_int32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.004s) 2022-11-23T03:12:32.2788777Z test_index_fill_cuda_int64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.004s) 2022-11-23T03:12:32.2789481Z test_index_fill_cuda_int8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.004s) 2022-11-23T03:12:32.2790269Z test_index_fill_cuda_uint8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.004s) 2022-11-23T03:12:32.2791077Z test_index_fill_mem_overlap_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.005s) 2022-11-23T03:12:32.2791892Z test_index_put_mem_overlap_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.006s) 2022-11-23T03:12:32.2792699Z test_index_put_non_accumulate_deterministic_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.020s) 2022-11-23T03:12:32.2794193Z test_index_reduce_reduce_amax_cuda_bfloat16 (__main__.TestTorchDeviceTypeCUDA) ... C:\actions-runner\_work\pytorch\pytorch\test\test_torch.py:2967: 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:12:32.2795524Z dest.index_reduce_(dim, idx, src, reduce, include_self=include_self) 2022-11-23T03:12:32.2796018Z ok (0.143s) 2022-11-23T03:12:32.2796683Z test_index_reduce_reduce_amax_cuda_float16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.160s) 2022-11-23T03:12:32.2797783Z test_index_reduce_reduce_amax_cuda_float32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.145s) 2022-11-23T03:12:32.2798591Z test_index_reduce_reduce_amax_cuda_float64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.159s) 2022-11-23T03:12:32.2799361Z test_index_reduce_reduce_amax_cuda_int16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.126s) 2022-11-23T03:12:32.2800139Z test_index_reduce_reduce_amax_cuda_int32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.116s) 2022-11-23T03:12:32.2800918Z test_index_reduce_reduce_amax_cuda_int64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.120s) 2022-11-23T03:12:32.2801810Z test_index_reduce_reduce_amax_cuda_int8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.117s) 2022-11-23T03:12:32.2802617Z test_index_reduce_reduce_amax_cuda_uint8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.119s) 2022-11-23T03:12:32.2803498Z test_index_reduce_reduce_amin_cuda_bfloat16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.137s) 2022-11-23T03:12:32.2804418Z test_index_reduce_reduce_amin_cuda_float16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.145s) 2022-11-23T03:12:32.2805214Z test_index_reduce_reduce_amin_cuda_float32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.153s) 2022-11-23T03:12:32.2805994Z test_index_reduce_reduce_amin_cuda_float64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.145s) 2022-11-23T03:12:32.2806772Z test_index_reduce_reduce_amin_cuda_int16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.123s) 2022-11-23T03:12:32.2807548Z test_index_reduce_reduce_amin_cuda_int32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.125s) 2022-11-23T03:12:32.2808328Z test_index_reduce_reduce_amin_cuda_int64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.116s) 2022-11-23T03:12:32.2809103Z test_index_reduce_reduce_amin_cuda_int8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.111s) 2022-11-23T03:12:32.2809860Z test_index_reduce_reduce_amin_cuda_uint8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.129s) 2022-11-23T03:12:32.2810642Z test_index_reduce_reduce_mean_cuda_bfloat16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.166s) 2022-11-23T03:12:32.2811437Z test_index_reduce_reduce_mean_cuda_float16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.151s) 2022-11-23T03:12:32.2812224Z test_index_reduce_reduce_mean_cuda_float32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.168s) 2022-11-23T03:12:32.2813002Z test_index_reduce_reduce_mean_cuda_float64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.169s) 2022-11-23T03:12:32.2813782Z test_index_reduce_reduce_mean_cuda_int16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.156s) 2022-11-23T03:12:32.2814674Z test_index_reduce_reduce_mean_cuda_int32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.139s) 2022-11-23T03:12:32.2815515Z test_index_reduce_reduce_mean_cuda_int64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.134s) 2022-11-23T03:12:32.2816281Z test_index_reduce_reduce_mean_cuda_int8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.157s) 2022-11-23T03:12:32.2817052Z test_index_reduce_reduce_mean_cuda_uint8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.143s) 2022-11-23T03:12:32.2817850Z test_index_reduce_reduce_prod_cuda_bfloat16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.144s) 2022-11-23T03:12:32.2818651Z test_index_reduce_reduce_prod_cuda_float16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.142s) 2022-11-23T03:12:32.2819445Z test_index_reduce_reduce_prod_cuda_float32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.145s) 2022-11-23T03:12:32.2820224Z test_index_reduce_reduce_prod_cuda_float64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.133s) 2022-11-23T03:12:32.2820991Z test_index_reduce_reduce_prod_cuda_int16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.122s) 2022-11-23T03:12:32.2821781Z test_index_reduce_reduce_prod_cuda_int32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.117s) 2022-11-23T03:12:32.2822568Z test_index_reduce_reduce_prod_cuda_int64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.121s) 2022-11-23T03:12:32.2823356Z test_index_reduce_reduce_prod_cuda_int8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.120s) 2022-11-23T03:12:32.2824298Z test_index_reduce_reduce_prod_cuda_uint8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.120s) 2022-11-23T03:12:32.2825069Z test_index_select_cuda_bfloat16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.016s) 2022-11-23T03:12:32.2825814Z test_index_select_cuda_bool (__main__.TestTorchDeviceTypeCUDA) ... ok (0.012s) 2022-11-23T03:12:32.2826542Z test_index_select_cuda_complex128 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.012s) 2022-11-23T03:12:32.2827301Z test_index_select_cuda_complex64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.014s) 2022-11-23T03:12:32.2828161Z test_index_select_cuda_float16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.013s) 2022-11-23T03:12:32.2828925Z test_index_select_cuda_float32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.013s) 2022-11-23T03:12:32.2829665Z test_index_select_cuda_float64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.008s) 2022-11-23T03:12:32.2830467Z test_index_select_cuda_int16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.016s) 2022-11-23T03:12:32.2831248Z test_index_select_cuda_int32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.013s) 2022-11-23T03:12:32.2832014Z test_index_select_cuda_int64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.013s) 2022-11-23T03:12:32.2832746Z test_index_select_cuda_int8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.013s) 2022-11-23T03:12:32.2833465Z test_index_select_cuda_uint8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.013s) 2022-11-23T03:12:32.2834232Z test_invalid_shapes_grid_sampler_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.008s) 2022-11-23T03:12:32.2834976Z test_is_set_to_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.006s) 2022-11-23T03:12:32.2835648Z test_is_signed_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.000s) 2022-11-23T03:12:32.2836357Z test_item_cuda_bfloat16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.000s) 2022-11-23T03:12:32.2837049Z test_item_cuda_bool (__main__.TestTorchDeviceTypeCUDA) ... ok (0.000s) 2022-11-23T03:12:32.2837758Z test_item_cuda_complex128 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.000s) 2022-11-23T03:12:32.2838475Z test_item_cuda_complex32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.000s) 2022-11-23T03:12:32.2839194Z test_item_cuda_complex64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.000s) 2022-11-23T03:12:32.2839901Z test_item_cuda_float16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.010s) 2022-11-23T03:12:32.2840574Z test_item_cuda_float32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.000s) 2022-11-23T03:12:32.2841267Z test_item_cuda_float64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.000s) 2022-11-23T03:12:32.2841952Z test_item_cuda_int16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.000s) 2022-11-23T03:12:32.2842636Z test_item_cuda_int32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.000s) 2022-11-23T03:12:32.2843319Z test_item_cuda_int64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.000s) 2022-11-23T03:12:32.2844000Z test_item_cuda_int8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.010s) 2022-11-23T03:12:32.2844671Z test_item_cuda_uint8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.000s) 2022-11-23T03:12:32.2846132Z test_large_cumprod_cuda_float16 (__main__.TestTorchDeviceTypeCUDA) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/75731 for platform(s) 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.000s) 2022-11-23T03:12:32.2848269Z test_large_cumsum_cuda_float16 (__main__.TestTorchDeviceTypeCUDA) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/75726 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.000s) 2022-11-23T03:12:32.2849682Z test_log_normal_cuda_bfloat16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.000s) 2022-11-23T03:12:32.2850581Z test_log_normal_cuda_float16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.000s) 2022-11-23T03:12:32.2851313Z test_log_normal_cuda_float32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.010s) 2022-11-23T03:12:32.2852050Z test_log_normal_cuda_float64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.000s) 2022-11-23T03:12:32.2852769Z test_logcumsumexp_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.000s) 2022-11-23T03:12:32.2853531Z test_lognormal_kstest_cuda_bfloat16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.021s) 2022-11-23T03:12:32.2854393Z test_lognormal_kstest_cuda_float16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.015s) 2022-11-23T03:12:32.2855190Z test_lognormal_kstest_cuda_float32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.012s) 2022-11-23T03:12:32.2855961Z test_lognormal_kstest_cuda_float64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.008s) 2022-11-23T03:12:32.2856728Z test_masked_fill_bool_tensor_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.006s) 2022-11-23T03:12:32.2857494Z test_masked_fill_cuda_bfloat16_bool (__main__.TestTorchDeviceTypeCUDA) ... ok (0.000s) 2022-11-23T03:12:32.2858268Z test_masked_fill_cuda_bfloat16_uint8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.000s) 2022-11-23T03:12:32.2859023Z test_masked_fill_cuda_bool_bool (__main__.TestTorchDeviceTypeCUDA) ... ok (0.012s) 2022-11-23T03:12:32.2859746Z test_masked_fill_cuda_bool_uint8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.004s) 2022-11-23T03:12:32.2860506Z test_masked_fill_cuda_complex128_bool (__main__.TestTorchDeviceTypeCUDA) ... ok (0.004s) 2022-11-23T03:12:32.2861293Z test_masked_fill_cuda_complex128_uint8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.005s) 2022-11-23T03:12:32.2862163Z test_masked_fill_cuda_complex64_bool (__main__.TestTorchDeviceTypeCUDA) ... ok (0.004s) 2022-11-23T03:12:32.2863058Z test_masked_fill_cuda_complex64_uint8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.004s) 2022-11-23T03:12:32.2863830Z test_masked_fill_cuda_float16_bool (__main__.TestTorchDeviceTypeCUDA) ... ok (0.006s) 2022-11-23T03:12:32.2864564Z test_masked_fill_cuda_float16_uint8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.005s) 2022-11-23T03:12:32.2865316Z test_masked_fill_cuda_float32_bool (__main__.TestTorchDeviceTypeCUDA) ... ok (0.004s) 2022-11-23T03:12:32.2866067Z test_masked_fill_cuda_float32_uint8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.005s) 2022-11-23T03:12:32.2866813Z test_masked_fill_cuda_float64_bool (__main__.TestTorchDeviceTypeCUDA) ... ok (0.000s) 2022-11-23T03:12:32.2867565Z test_masked_fill_cuda_float64_uint8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.006s) 2022-11-23T03:12:32.2868310Z test_masked_fill_cuda_int16_bool (__main__.TestTorchDeviceTypeCUDA) ... ok (0.000s) 2022-11-23T03:12:32.2869047Z test_masked_fill_cuda_int16_uint8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.011s) 2022-11-23T03:12:32.2869762Z test_masked_fill_cuda_int32_bool (__main__.TestTorchDeviceTypeCUDA) ... ok (0.005s) 2022-11-23T03:12:32.2870504Z test_masked_fill_cuda_int32_uint8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.004s) 2022-11-23T03:12:32.2871243Z test_masked_fill_cuda_int64_bool (__main__.TestTorchDeviceTypeCUDA) ... ok (0.004s) 2022-11-23T03:12:32.2871981Z test_masked_fill_cuda_int64_uint8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.004s) 2022-11-23T03:12:32.2872720Z test_masked_fill_cuda_int8_bool (__main__.TestTorchDeviceTypeCUDA) ... ok (0.004s) 2022-11-23T03:12:32.2873459Z test_masked_fill_cuda_int8_uint8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.005s) 2022-11-23T03:12:32.2874174Z test_masked_fill_cuda_uint8_bool (__main__.TestTorchDeviceTypeCUDA) ... ok (0.004s) 2022-11-23T03:12:32.2874905Z test_masked_fill_cuda_uint8_uint8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.005s) 2022-11-23T03:12:32.2875656Z test_masked_fill_mem_overlap_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.010s) 2022-11-23T03:12:32.2876422Z test_masked_scatter_bool_tensor_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.003s) 2022-11-23T03:12:32.2877467Z test_masked_scatter_cuda_bfloat16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.005s) 2022-11-23T03:12:32.2878311Z test_masked_scatter_cuda_bool (__main__.TestTorchDeviceTypeCUDA) ... ok (0.006s) 2022-11-23T03:12:32.2879161Z test_masked_scatter_cuda_complex128 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.011s) 2022-11-23T03:12:32.2880010Z test_masked_scatter_cuda_complex64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.000s) 2022-11-23T03:12:32.2880878Z test_masked_scatter_cuda_float16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.010s) 2022-11-23T03:12:32.2881833Z test_masked_scatter_cuda_float32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.014s) 2022-11-23T03:12:32.2882623Z test_masked_scatter_cuda_float64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.009s) 2022-11-23T03:12:32.2883452Z test_masked_scatter_cuda_int16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.009s) 2022-11-23T03:12:32.2884268Z test_masked_scatter_cuda_int32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.009s) 2022-11-23T03:12:32.2885123Z test_masked_scatter_cuda_int64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.008s) 2022-11-23T03:12:32.2885938Z test_masked_scatter_cuda_int8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.006s) 2022-11-23T03:12:32.2886758Z test_masked_scatter_cuda_uint8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.010s) 2022-11-23T03:12:32.2887682Z test_masked_scatter_large_tensor_cuda (__main__.TestTorchDeviceTypeCUDA) ... skip: Insufficient cuda:0 memory (0.077s) 2022-11-23T03:12:32.2888581Z test_masked_scatter_mem_overlap_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.003s) 2022-11-23T03:12:32.2890171Z test_masked_select_cuda_bfloat16 (__main__.TestTorchDeviceTypeCUDA) ... C:\actions-runner\_work\pytorch\pytorch\test\test_torch.py:3609: UserWarning: indexing with dtype torch.uint8 is now deprecated, please use a dtype torch.bool instead. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/native/IndexingUtils.h:28.) 2022-11-23T03:12:32.2891535Z torch.masked_select(src, mask, out=dst3) 2022-11-23T03:12:32.2892041Z ok (0.009s) 2022-11-23T03:12:32.2893400Z test_masked_select_cuda_bool (__main__.TestTorchDeviceTypeCUDA) ... C:\actions-runner\_work\pytorch\pytorch\test\test_torch.py:3609: UserWarning: indexing with dtype torch.uint8 is now deprecated, please use a dtype torch.bool instead. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/native/IndexingUtils.h:28.) 2022-11-23T03:12:32.2894761Z torch.masked_select(src, mask, out=dst3) 2022-11-23T03:12:32.2916947Z ok (0.008s) 2022-11-23T03:12:32.2918312Z test_masked_select_cuda_complex128 (__main__.TestTorchDeviceTypeCUDA) ... C:\actions-runner\_work\pytorch\pytorch\test\test_torch.py:3609: UserWarning: indexing with dtype torch.uint8 is now deprecated, please use a dtype torch.bool instead. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/native/IndexingUtils.h:28.) 2022-11-23T03:12:32.2919863Z torch.masked_select(src, mask, out=dst3) 2022-11-23T03:12:32.2920299Z ok (0.009s) 2022-11-23T03:12:32.2921612Z test_masked_select_cuda_complex64 (__main__.TestTorchDeviceTypeCUDA) ... C:\actions-runner\_work\pytorch\pytorch\test\test_torch.py:3609: UserWarning: indexing with dtype torch.uint8 is now deprecated, please use a dtype torch.bool instead. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/native/IndexingUtils.h:28.) 2022-11-23T03:12:32.2922921Z torch.masked_select(src, mask, out=dst3) 2022-11-23T03:12:32.2923330Z ok (0.005s) 2022-11-23T03:12:32.2924624Z test_masked_select_cuda_float16 (__main__.TestTorchDeviceTypeCUDA) ... C:\actions-runner\_work\pytorch\pytorch\test\test_torch.py:3609: UserWarning: indexing with dtype torch.uint8 is now deprecated, please use a dtype torch.bool instead. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/native/IndexingUtils.h:28.) 2022-11-23T03:12:32.2926120Z torch.masked_select(src, mask, out=dst3) 2022-11-23T03:12:32.2926536Z ok (0.006s) 2022-11-23T03:12:32.2927799Z test_masked_select_cuda_float32 (__main__.TestTorchDeviceTypeCUDA) ... C:\actions-runner\_work\pytorch\pytorch\test\test_torch.py:3609: UserWarning: indexing with dtype torch.uint8 is now deprecated, please use a dtype torch.bool instead. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/native/IndexingUtils.h:28.) 2022-11-23T03:12:32.2929070Z torch.masked_select(src, mask, out=dst3) 2022-11-23T03:12:32.2929490Z ok (0.010s) 2022-11-23T03:12:32.2930883Z test_masked_select_cuda_float64 (__main__.TestTorchDeviceTypeCUDA) ... C:\actions-runner\_work\pytorch\pytorch\test\test_torch.py:3609: UserWarning: indexing with dtype torch.uint8 is now deprecated, please use a dtype torch.bool instead. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/native/IndexingUtils.h:28.) 2022-11-23T03:12:32.2932168Z torch.masked_select(src, mask, out=dst3) 2022-11-23T03:12:32.2932570Z ok (0.016s) 2022-11-23T03:12:32.2933841Z test_masked_select_cuda_int16 (__main__.TestTorchDeviceTypeCUDA) ... C:\actions-runner\_work\pytorch\pytorch\test\test_torch.py:3609: UserWarning: indexing with dtype torch.uint8 is now deprecated, please use a dtype torch.bool instead. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/native/IndexingUtils.h:28.) 2022-11-23T03:12:32.2935122Z torch.masked_select(src, mask, out=dst3) 2022-11-23T03:12:32.2935543Z ok (0.008s) 2022-11-23T03:12:32.2936803Z test_masked_select_cuda_int32 (__main__.TestTorchDeviceTypeCUDA) ... C:\actions-runner\_work\pytorch\pytorch\test\test_torch.py:3609: UserWarning: indexing with dtype torch.uint8 is now deprecated, please use a dtype torch.bool instead. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/native/IndexingUtils.h:28.) 2022-11-23T03:12:32.2938052Z torch.masked_select(src, mask, out=dst3) 2022-11-23T03:12:32.2938474Z ok (0.008s) 2022-11-23T03:12:32.2939756Z test_masked_select_cuda_int64 (__main__.TestTorchDeviceTypeCUDA) ... C:\actions-runner\_work\pytorch\pytorch\test\test_torch.py:3609: UserWarning: indexing with dtype torch.uint8 is now deprecated, please use a dtype torch.bool instead. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/native/IndexingUtils.h:28.) 2022-11-23T03:12:32.2941023Z torch.masked_select(src, mask, out=dst3) 2022-11-23T03:12:32.2941425Z ok (0.008s) 2022-11-23T03:12:32.2942710Z test_masked_select_cuda_int8 (__main__.TestTorchDeviceTypeCUDA) ... C:\actions-runner\_work\pytorch\pytorch\test\test_torch.py:3609: UserWarning: indexing with dtype torch.uint8 is now deprecated, please use a dtype torch.bool instead. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/native/IndexingUtils.h:28.) 2022-11-23T03:12:32.2943980Z torch.masked_select(src, mask, out=dst3) 2022-11-23T03:12:32.2944397Z ok (0.009s) 2022-11-23T03:12:32.2945661Z test_masked_select_cuda_uint8 (__main__.TestTorchDeviceTypeCUDA) ... C:\actions-runner\_work\pytorch\pytorch\test\test_torch.py:3609: UserWarning: indexing with dtype torch.uint8 is now deprecated, please use a dtype torch.bool instead. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/native/IndexingUtils.h:28.) 2022-11-23T03:12:32.2947107Z torch.masked_select(src, mask, out=dst3) 2022-11-23T03:12:32.2947532Z ok (0.006s) 2022-11-23T03:12:32.2948119Z test_masked_select_discontiguous_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.009s) 2022-11-23T03:12:32.2948945Z test_memory_format_clone_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.010s) 2022-11-23T03:12:32.2949716Z test_memory_format_consistency_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.000s) 2022-11-23T03:12:32.2950503Z test_memory_format_cpu_and_cuda_ops_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.044s) 2022-11-23T03:12:32.2951283Z test_memory_format_empty_like_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.007s) 2022-11-23T03:12:32.2952269Z test_memory_format_factory_like_functions_preserve_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.065s) 2022-11-23T03:12:32.2953092Z test_memory_format_operators_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (1.782s) 2022-11-23T03:12:32.2953883Z test_memory_format_preserved_after_permute_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.003s) 2022-11-23T03:12:32.2954706Z test_memory_format_propagation_rules_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.007s) 2022-11-23T03:12:32.2955466Z test_memory_format_to_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.015s) 2022-11-23T03:12:32.2956304Z test_memory_format_type_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.009s) 2022-11-23T03:12:32.2957084Z test_memory_format_type_shortcuts_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.106s) 2022-11-23T03:12:32.2957844Z test_module_share_memory_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.000s) 2022-11-23T03:12:32.2958584Z test_multinomial_cpu_cuda_float16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.000s) 2022-11-23T03:12:32.2959321Z test_multinomial_cpu_cuda_float32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.000s) 2022-11-23T03:12:32.2960074Z test_multinomial_cpu_cuda_float64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.010s) 2022-11-23T03:12:32.2960825Z test_multinomial_cuda_float16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.051s) 2022-11-23T03:12:32.2961558Z test_multinomial_cuda_float32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.046s) 2022-11-23T03:12:32.2962281Z test_multinomial_cuda_float64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.047s) 2022-11-23T03:12:32.2963062Z test_multinomial_deterministic_cuda_float16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.009s) 2022-11-23T03:12:32.2963888Z test_multinomial_deterministic_cuda_float32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.009s) 2022-11-23T03:12:32.2964693Z test_multinomial_deterministic_cuda_float64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.015s) 2022-11-23T03:12:32.2965500Z test_multinomial_device_constrain_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.002s) 2022-11-23T03:12:32.2966301Z test_multinomial_empty_w_replacement_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.000s) 2022-11-23T03:12:32.2967116Z test_multinomial_empty_wo_replacement_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.003s) 2022-11-23T03:12:32.2968014Z test_multinomial_gpu_device_constrain_cuda (__main__.TestTorchDeviceTypeCUDA) ... skip: fewer than 2 devices detected (0.000s) 2022-11-23T03:12:32.2969070Z test_multinomial_rng_state_advance_cuda_float32 (__main__.TestTorchDeviceTypeCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:12:32.2969952Z test_narrow_empty_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.006s) 2022-11-23T03:12:32.2970735Z test_nondeterministic_alert_AdaptiveAvgPool2d_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.011s) 2022-11-23T03:12:32.2971618Z test_nondeterministic_alert_AdaptiveAvgPool3d_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.005s) 2022-11-23T03:12:32.2972513Z test_nondeterministic_alert_AdaptiveMaxPool2d_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.007s) 2022-11-23T03:12:32.2973373Z test_nondeterministic_alert_AvgPool3d_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.005s) 2022-11-23T03:12:32.2974188Z test_nondeterministic_alert_CTCLoss_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.007s) 2022-11-23T03:12:32.2975030Z test_nondeterministic_alert_EmbeddingBag_max_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.006s) 2022-11-23T03:12:32.2975929Z test_nondeterministic_alert_FractionalMaxPool2d_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.006s) 2022-11-23T03:12:32.2976811Z test_nondeterministic_alert_FractionalMaxPool3d_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.005s) 2022-11-23T03:12:32.2977672Z test_nondeterministic_alert_MaxPool3d_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.005s) 2022-11-23T03:12:32.2978676Z test_nondeterministic_alert_MaxUnpool1d_cuda_float16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.005s) 2022-11-23T03:12:32.2979541Z test_nondeterministic_alert_MaxUnpool1d_cuda_float32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.005s) 2022-11-23T03:12:32.2980409Z test_nondeterministic_alert_MaxUnpool1d_cuda_float64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.007s) 2022-11-23T03:12:32.2981275Z test_nondeterministic_alert_MaxUnpool2d_cuda_float16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.004s) 2022-11-23T03:12:32.2982147Z test_nondeterministic_alert_MaxUnpool2d_cuda_float32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.003s) 2022-11-23T03:12:32.2983086Z test_nondeterministic_alert_MaxUnpool2d_cuda_float64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.000s) 2022-11-23T03:12:32.2983974Z test_nondeterministic_alert_MaxUnpool3d_cuda_float16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.010s) 2022-11-23T03:12:32.2984827Z test_nondeterministic_alert_MaxUnpool3d_cuda_float32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.005s) 2022-11-23T03:12:32.2985696Z test_nondeterministic_alert_MaxUnpool3d_cuda_float64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.006s) 2022-11-23T03:12:32.2986531Z test_nondeterministic_alert_NLLLoss_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.005s) 2022-11-23T03:12:32.2987369Z test_nondeterministic_alert_ReflectionPad1d_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.005s) 2022-11-23T03:12:32.2988239Z test_nondeterministic_alert_ReflectionPad2d_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.006s) 2022-11-23T03:12:32.2989090Z test_nondeterministic_alert_ReflectionPad3d_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.004s) 2022-11-23T03:12:32.2989958Z test_nondeterministic_alert_ReplicationPad1d_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.005s) 2022-11-23T03:12:32.2990847Z test_nondeterministic_alert_ReplicationPad2d_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.006s) 2022-11-23T03:12:32.2991733Z test_nondeterministic_alert_ReplicationPad3d_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.005s) 2022-11-23T03:12:32.2992593Z test_nondeterministic_alert_bincount_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.008s) 2022-11-23T03:12:32.2993417Z test_nondeterministic_alert_cumsum_cuda_bool (__main__.TestTorchDeviceTypeCUDA) ... ok (0.002s) 2022-11-23T03:12:32.2994277Z test_nondeterministic_alert_cumsum_cuda_complex128 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.008s) 2022-11-23T03:12:32.2995112Z test_nondeterministic_alert_cumsum_cuda_complex64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.008s) 2022-11-23T03:12:32.2995975Z test_nondeterministic_alert_cumsum_cuda_float32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.005s) 2022-11-23T03:12:32.2996819Z test_nondeterministic_alert_cumsum_cuda_float64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.010s) 2022-11-23T03:12:32.2997660Z test_nondeterministic_alert_cumsum_cuda_int16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.003s) 2022-11-23T03:12:32.2998484Z test_nondeterministic_alert_cumsum_cuda_int32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.002s) 2022-11-23T03:12:32.2999303Z test_nondeterministic_alert_cumsum_cuda_int64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.002s) 2022-11-23T03:12:32.3000127Z test_nondeterministic_alert_cumsum_cuda_int8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.002s) 2022-11-23T03:12:32.3000938Z test_nondeterministic_alert_cumsum_cuda_uint8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.002s) 2022-11-23T03:12:32.3001787Z test_nondeterministic_alert_grid_sample_2d_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.005s) 2022-11-23T03:12:32.3002639Z test_nondeterministic_alert_grid_sample_3d_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.006s) 2022-11-23T03:12:32.3003468Z test_nondeterministic_alert_histc_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.008s) 2022-11-23T03:12:32.3004314Z test_nondeterministic_alert_interpolate_bicubic_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.005s) 2022-11-23T03:12:32.3006012Z test_nondeterministic_alert_interpolate_bilinear_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.005s) 2022-11-23T03:12:32.3006911Z test_nondeterministic_alert_interpolate_linear_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.003s) 2022-11-23T03:12:32.3007784Z test_nondeterministic_alert_interpolate_trilinear_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.006s) 2022-11-23T03:12:32.3008665Z test_nondeterministic_alert_kthvalue_cuda_float64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.013s) 2022-11-23T03:12:32.3009518Z test_nondeterministic_alert_median_cuda_float64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.013s) 2022-11-23T03:12:32.3010513Z test_nondeterministic_alert_put_accumulate_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.008s) 2022-11-23T03:12:32.3011362Z test_nondeterministic_alert_put_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.008s) 2022-11-23T03:12:32.3012137Z test_normal_kstest_cuda_bfloat16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.013s) 2022-11-23T03:12:32.3012896Z test_normal_kstest_cuda_float16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.009s) 2022-11-23T03:12:32.3013618Z test_normal_kstest_cuda_float32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.006s) 2022-11-23T03:12:32.3014368Z test_normal_kstest_cuda_float64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.010s) 2022-11-23T03:12:32.3015195Z test_nullary_op_mem_overlap_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.010s) 2022-11-23T03:12:32.3015972Z test_pairwise_distance_empty_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.000s) 2022-11-23T03:12:32.3016713Z test_pdist_empty_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.012s) 2022-11-23T03:12:32.3017605Z test_pdist_norm_large_cuda (__main__.TestTorchDeviceTypeCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T03:12:32.3018484Z test_pickle_gradscaler_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.005s) 2022-11-23T03:12:32.3019237Z test_pin_memory_from_constructor_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.004s) 2022-11-23T03:12:32.3020122Z test_put_accumulate_cuda_bfloat16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.003s) 2022-11-23T03:12:32.3020980Z test_put_accumulate_cuda_complex128 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.004s) 2022-11-23T03:12:32.3021823Z test_put_accumulate_cuda_complex64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.004s) 2022-11-23T03:12:32.3022594Z test_put_accumulate_cuda_float16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.003s) 2022-11-23T03:12:32.3023355Z test_put_accumulate_cuda_float32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.003s) 2022-11-23T03:12:32.3024087Z test_put_accumulate_cuda_float64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.004s) 2022-11-23T03:12:32.3024835Z test_put_accumulate_cuda_int16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.003s) 2022-11-23T03:12:32.3025579Z test_put_accumulate_cuda_int32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.002s) 2022-11-23T03:12:32.3026328Z test_put_accumulate_cuda_int64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.000s) 2022-11-23T03:12:32.3027161Z test_put_accumulate_cuda_int8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.006s) 2022-11-23T03:12:32.3028018Z test_put_accumulate_cuda_uint8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.000s) 2022-11-23T03:12:32.3028731Z test_put_cuda_bfloat16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.124s) 2022-11-23T03:12:32.3029424Z test_put_cuda_complex128 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.122s) 2022-11-23T03:12:32.3030125Z test_put_cuda_complex64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.124s) 2022-11-23T03:12:32.3030820Z test_put_cuda_float16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.113s) 2022-11-23T03:12:32.3031508Z test_put_cuda_float32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.119s) 2022-11-23T03:12:32.3032197Z test_put_cuda_float64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.110s) 2022-11-23T03:12:32.3032872Z test_put_cuda_int16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.087s) 2022-11-23T03:12:32.3034444Z test_put_cuda_int32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.077s) 2022-11-23T03:12:32.3035132Z test_put_cuda_int64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.088s) 2022-11-23T03:12:32.3035812Z test_put_cuda_int8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.086s) 2022-11-23T03:12:32.3036489Z test_put_cuda_uint8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.093s) 2022-11-23T03:12:32.3037169Z test_put_empty_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.008s) 2022-11-23T03:12:32.3037871Z test_put_mem_overlap_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.006s) 2022-11-23T03:12:32.3038722Z test_repeat_interleave_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.005s) 2022-11-23T03:12:32.3040372Z test_scalar_check_cuda (__main__.TestTorchDeviceTypeCUDA) ... 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:12:32.3041635Z warnings.warn(message, UserWarning) 2022-11-23T03:12:32.3042062Z ok (0.045s) 2022-11-23T03:12:32.3042604Z test_scatter_add_bool_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.003s) 2022-11-23T03:12:32.3043363Z test_scatter_add_non_unique_index_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.004s) 2022-11-23T03:12:32.3044172Z test_scatter_add_one_dim_deterministic_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (3.813s) 2022-11-23T03:12:32.3044943Z test_scatter_add_to_large_input_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.003s) 2022-11-23T03:12:32.3045752Z test_scatter_bool_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.002s) 2022-11-23T03:12:32.3046542Z test_scatter_mem_overlap_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.004s) 2022-11-23T03:12:32.3047469Z test_scatter_reduce_multiply_unsupported_dtypes_cuda_complex128 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.003s) 2022-11-23T03:12:32.3048406Z test_scatter_reduce_multiply_unsupported_dtypes_cuda_complex64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.002s) 2022-11-23T03:12:32.3049292Z test_scatter_reduce_non_unique_index_cuda_bfloat16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.006s) 2022-11-23T03:12:32.3050123Z test_scatter_reduce_non_unique_index_cuda_bool (__main__.TestTorchDeviceTypeCUDA) ... ok (0.003s) 2022-11-23T03:12:32.3050935Z test_scatter_reduce_non_unique_index_cuda_complex128 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.004s) 2022-11-23T03:12:32.3051795Z test_scatter_reduce_non_unique_index_cuda_complex64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.003s) 2022-11-23T03:12:32.3052711Z test_scatter_reduce_non_unique_index_cuda_float16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.006s) 2022-11-23T03:12:32.3053656Z test_scatter_reduce_non_unique_index_cuda_float32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.006s) 2022-11-23T03:12:32.3054486Z test_scatter_reduce_non_unique_index_cuda_float64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.001s) 2022-11-23T03:12:32.3055315Z test_scatter_reduce_non_unique_index_cuda_int16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.006s) 2022-11-23T03:12:32.3056121Z test_scatter_reduce_non_unique_index_cuda_int32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.000s) 2022-11-23T03:12:32.3056903Z test_scatter_reduce_non_unique_index_cuda_int64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.000s) 2022-11-23T03:12:32.3057718Z test_scatter_reduce_non_unique_index_cuda_int8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.010s) 2022-11-23T03:12:32.3058620Z test_scatter_reduce_non_unique_index_cuda_uint8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.000s) 2022-11-23T03:12:32.3059627Z test_scatter_reduce_operations_to_large_input_cuda_bfloat16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.000s) 2022-11-23T03:12:32.3060520Z test_scatter_reduce_operations_to_large_input_cuda_bool (__main__.TestTorchDeviceTypeCUDA) ... ok (0.010s) 2022-11-23T03:12:32.3062095Z test_scatter_reduce_operations_to_large_input_cuda_complex128 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.000s) 2022-11-23T03:12:32.3063001Z test_scatter_reduce_operations_to_large_input_cuda_complex64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.000s) 2022-11-23T03:12:32.3063893Z test_scatter_reduce_operations_to_large_input_cuda_float16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.012s) 2022-11-23T03:12:32.3064765Z test_scatter_reduce_operations_to_large_input_cuda_float32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.004s) 2022-11-23T03:12:32.3065980Z test_scatter_reduce_operations_to_large_input_cuda_float64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.004s) 2022-11-23T03:12:32.3066888Z test_scatter_reduce_operations_to_large_input_cuda_int16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.004s) 2022-11-23T03:12:32.3067755Z test_scatter_reduce_operations_to_large_input_cuda_int32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.004s) 2022-11-23T03:12:32.3068625Z test_scatter_reduce_operations_to_large_input_cuda_int64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.003s) 2022-11-23T03:12:32.3069493Z test_scatter_reduce_operations_to_large_input_cuda_int8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.004s) 2022-11-23T03:12:32.3070359Z test_scatter_reduce_operations_to_large_input_cuda_uint8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.003s) 2022-11-23T03:12:32.3071255Z test_scatter_reduce_scalar_cuda_bfloat16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.004s) 2022-11-23T03:12:32.3072059Z test_scatter_reduce_scalar_cuda_bool (__main__.TestTorchDeviceTypeCUDA) ... ok (0.003s) 2022-11-23T03:12:32.3073008Z test_scatter_reduce_scalar_cuda_complex128 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.003s) 2022-11-23T03:12:32.3073820Z test_scatter_reduce_scalar_cuda_complex64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.003s) 2022-11-23T03:12:32.3074615Z test_scatter_reduce_scalar_cuda_float16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.000s) 2022-11-23T03:12:32.3075410Z test_scatter_reduce_scalar_cuda_float32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.008s) 2022-11-23T03:12:32.3076194Z test_scatter_reduce_scalar_cuda_float64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.003s) 2022-11-23T03:12:32.3076950Z test_scatter_reduce_scalar_cuda_int16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.003s) 2022-11-23T03:12:32.3077732Z test_scatter_reduce_scalar_cuda_int32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.003s) 2022-11-23T03:12:32.3078624Z test_scatter_reduce_scalar_cuda_int64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.003s) 2022-11-23T03:12:32.3079469Z test_scatter_reduce_scalar_cuda_int8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.003s) 2022-11-23T03:12:32.3080248Z test_scatter_reduce_scalar_cuda_uint8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.003s) 2022-11-23T03:12:32.3081019Z test_scatter_to_large_input_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.003s) 2022-11-23T03:12:32.3081786Z test_scatter_zero_size_index_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.001s) 2022-11-23T03:12:32.3082518Z test_serialization_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.006s) 2022-11-23T03:12:32.3083259Z test_set_storage_cuda_bfloat16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.007s) 2022-11-23T03:12:32.3084055Z test_set_storage_cuda_bool (__main__.TestTorchDeviceTypeCUDA) ... ok (0.011s) 2022-11-23T03:12:32.3084880Z test_set_storage_cuda_complex128 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.009s) 2022-11-23T03:12:32.3085709Z test_set_storage_cuda_complex64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.010s) 2022-11-23T03:12:32.3086468Z test_set_storage_cuda_float16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.010s) 2022-11-23T03:12:32.3087185Z test_set_storage_cuda_float32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.009s) 2022-11-23T03:12:32.3087915Z test_set_storage_cuda_float64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.009s) 2022-11-23T03:12:32.3088647Z test_set_storage_cuda_int16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.009s) 2022-11-23T03:12:32.3090044Z test_set_storage_cuda_int32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.006s) 2022-11-23T03:12:32.3090882Z test_set_storage_cuda_int64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.006s) 2022-11-23T03:12:32.3091762Z test_set_storage_cuda_int8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.010s) 2022-11-23T03:12:32.3092476Z test_set_storage_cuda_uint8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.014s) 2022-11-23T03:12:32.3093211Z test_shift_mem_overlap_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.003s) 2022-11-23T03:12:32.3093917Z test_skip_xla_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.001s) 2022-11-23T03:12:32.3094766Z test_storage_all_devices_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.001s) 2022-11-23T03:12:32.3095520Z test_storage_cuda_bool (__main__.TestTorchDeviceTypeCUDA) ... ok (0.012s) 2022-11-23T03:12:32.3096249Z test_storage_cuda_complex128 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.027s) 2022-11-23T03:12:32.3096992Z test_storage_cuda_complex64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.020s) 2022-11-23T03:12:32.3097783Z test_storage_cuda_float32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.022s) 2022-11-23T03:12:32.3098637Z test_storage_cuda_float64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.022s) 2022-11-23T03:12:32.3099356Z test_storage_cuda_int16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.013s) 2022-11-23T03:12:32.3100060Z test_storage_cuda_int32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.015s) 2022-11-23T03:12:32.3100754Z test_storage_cuda_int64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.018s) 2022-11-23T03:12:32.3101454Z test_storage_cuda_int8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.012s) 2022-11-23T03:12:32.3102138Z test_storage_cuda_uint8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.007s) 2022-11-23T03:12:32.3102947Z test_storage_meta_errors_cuda_bfloat16 (__main__.TestTorchDeviceTypeCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T03:12:32.3103921Z test_storage_meta_errors_cuda_bool (__main__.TestTorchDeviceTypeCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T03:12:32.3104915Z test_storage_meta_errors_cuda_complex128 (__main__.TestTorchDeviceTypeCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T03:12:32.3105814Z test_storage_meta_errors_cuda_complex64 (__main__.TestTorchDeviceTypeCUDA) ... skip: Only runs on cpu (0.011s) 2022-11-23T03:12:32.3106700Z test_storage_meta_errors_cuda_float16 (__main__.TestTorchDeviceTypeCUDA) ... skip: Only runs on cpu (0.003s) 2022-11-23T03:12:32.3107570Z test_storage_meta_errors_cuda_float32 (__main__.TestTorchDeviceTypeCUDA) ... skip: Only runs on cpu (0.003s) 2022-11-23T03:12:32.3108420Z test_storage_meta_errors_cuda_float64 (__main__.TestTorchDeviceTypeCUDA) ... skip: Only runs on cpu (0.003s) 2022-11-23T03:12:32.3109289Z test_storage_meta_errors_cuda_int16 (__main__.TestTorchDeviceTypeCUDA) ... skip: Only runs on cpu (0.003s) 2022-11-23T03:12:32.3110219Z test_storage_meta_errors_cuda_int32 (__main__.TestTorchDeviceTypeCUDA) ... skip: Only runs on cpu (0.003s) 2022-11-23T03:12:32.3111149Z test_storage_meta_errors_cuda_int64 (__main__.TestTorchDeviceTypeCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T03:12:32.3112058Z test_storage_meta_errors_cuda_int8 (__main__.TestTorchDeviceTypeCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T03:12:32.3112909Z test_storage_meta_errors_cuda_uint8 (__main__.TestTorchDeviceTypeCUDA) ... skip: Only runs on cpu (0.003s) 2022-11-23T03:12:32.3113718Z test_storage_meta_from_tensor_cuda_bfloat16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.004s) 2022-11-23T03:12:32.3114498Z test_storage_meta_from_tensor_cuda_bool (__main__.TestTorchDeviceTypeCUDA) ... ok (0.001s) 2022-11-23T03:12:32.3115351Z test_storage_meta_from_tensor_cuda_complex128 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.000s) 2022-11-23T03:12:32.3116156Z test_storage_meta_from_tensor_cuda_complex64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.000s) 2022-11-23T03:12:32.3117893Z test_storage_meta_from_tensor_cuda_float16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.000s) 2022-11-23T03:12:32.3118696Z test_storage_meta_from_tensor_cuda_float32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.011s) 2022-11-23T03:12:32.3119485Z test_storage_meta_from_tensor_cuda_float64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.005s) 2022-11-23T03:12:32.3120272Z test_storage_meta_from_tensor_cuda_int16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.003s) 2022-11-23T03:12:32.3121029Z test_storage_meta_from_tensor_cuda_int32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.002s) 2022-11-23T03:12:32.3121936Z test_storage_meta_from_tensor_cuda_int64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.003s) 2022-11-23T03:12:32.3122737Z test_storage_meta_from_tensor_cuda_int8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.003s) 2022-11-23T03:12:32.3123581Z test_storage_meta_from_tensor_cuda_uint8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.002s) 2022-11-23T03:12:32.3124492Z test_storage_setitem_cuda_bool (__main__.TestTorchDeviceTypeCUDA) ... ok (0.011s) 2022-11-23T03:12:32.3125264Z test_storage_setitem_cuda_complex128 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.007s) 2022-11-23T03:12:32.3126036Z test_storage_setitem_cuda_complex64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.004s) 2022-11-23T03:12:32.3126775Z test_storage_setitem_cuda_float32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.019s) 2022-11-23T03:12:32.3127528Z test_storage_setitem_cuda_float64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.010s) 2022-11-23T03:12:32.3128277Z test_storage_setitem_cuda_int16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.010s) 2022-11-23T03:12:32.3129018Z test_storage_setitem_cuda_int32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.010s) 2022-11-23T03:12:32.3129826Z test_storage_setitem_cuda_int64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.010s) 2022-11-23T03:12:32.3130648Z test_storage_setitem_cuda_int8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.011s) 2022-11-23T03:12:32.3131458Z test_storage_setitem_cuda_qint32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.003s) 2022-11-23T03:12:32.3132186Z test_storage_setitem_cuda_qint8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.003s) 2022-11-23T03:12:32.3132942Z test_storage_setitem_cuda_quint4x2 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.003s) 2022-11-23T03:12:32.3133696Z test_storage_setitem_cuda_quint8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.003s) 2022-11-23T03:12:32.3134430Z test_storage_setitem_cuda_uint8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.010s) 2022-11-23T03:12:32.3135183Z test_strides_propagation_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.169s) 2022-11-23T03:12:32.3136807Z test_sync_warning_cuda (__main__.TestTorchDeviceTypeCUDA) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:649: UserWarning: Synchronization debug mode is a prototype feature and does not yet detect all synchronizing operations (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\torch\csrc\cuda\Module.cpp:768.) 2022-11-23T03:12:32.3138286Z torch._C._cuda_set_sync_debug_mode(debug_mode) 2022-11-23T03:12:32.3138700Z ok (0.038s) 2022-11-23T03:12:32.3139235Z test_take_cuda_bfloat16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.021s) 2022-11-23T03:12:32.3139931Z test_take_cuda_bool (__main__.TestTorchDeviceTypeCUDA) ... ok (0.016s) 2022-11-23T03:12:32.3140633Z test_take_cuda_complex128 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.012s) 2022-11-23T03:12:32.3141345Z test_take_cuda_complex64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.035s) 2022-11-23T03:12:32.3142054Z test_take_cuda_float16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.019s) 2022-11-23T03:12:32.3142809Z test_take_cuda_float32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.027s) 2022-11-23T03:12:32.3143570Z test_take_cuda_float64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.026s) 2022-11-23T03:12:32.3144332Z test_take_cuda_int16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.018s) 2022-11-23T03:12:32.3145165Z test_take_cuda_int32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.017s) 2022-11-23T03:12:32.3145838Z test_take_cuda_int64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.017s) 2022-11-23T03:12:32.3146519Z test_take_cuda_int8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.017s) 2022-11-23T03:12:32.3147198Z test_take_cuda_uint8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.017s) 2022-11-23T03:12:32.3147913Z test_take_empty_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.003s) 2022-11-23T03:12:32.3150324Z test_tensor_from_storage_cuda_bfloat16 (__main__.TestTorchDeviceTypeCUDA) ... 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:12:32.3151864Z warnings.warn(message, UserWarning) 2022-11-23T03:12:32.3152345Z ok (0.009s) 2022-11-23T03:12:32.3152980Z test_tensor_from_storage_cuda_bool (__main__.TestTorchDeviceTypeCUDA) ... ok (0.006s) 2022-11-23T03:12:32.3153881Z test_tensor_from_storage_cuda_complex128 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.019s) 2022-11-23T03:12:32.3154775Z test_tensor_from_storage_cuda_complex64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.010s) 2022-11-23T03:12:32.3155680Z test_tensor_from_storage_cuda_float16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.011s) 2022-11-23T03:12:32.3156566Z test_tensor_from_storage_cuda_float32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.010s) 2022-11-23T03:12:32.3157458Z test_tensor_from_storage_cuda_float64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.005s) 2022-11-23T03:12:32.3158329Z test_tensor_from_storage_cuda_int16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.006s) 2022-11-23T03:12:32.3159206Z test_tensor_from_storage_cuda_int32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.010s) 2022-11-23T03:12:32.3160083Z test_tensor_from_storage_cuda_int64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.019s) 2022-11-23T03:12:32.3160951Z test_tensor_from_storage_cuda_int8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.010s) 2022-11-23T03:12:32.3161835Z test_tensor_from_storage_cuda_uint8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.010s) 2022-11-23T03:12:32.3162810Z test_tensor_set_errors_multigpu_cuda (__main__.TestTorchDeviceTypeCUDA) ... skip: fewer than 2 devices detected (0.001s) 2022-11-23T03:12:32.3163869Z test_tensor_shape_empty_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.014s) 2022-11-23T03:12:32.3164757Z test_tensor_storage_type_cuda_bfloat16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.000s) 2022-11-23T03:12:32.3165650Z test_tensor_storage_type_cuda_bool (__main__.TestTorchDeviceTypeCUDA) ... ok (0.000s) 2022-11-23T03:12:32.3166548Z test_tensor_storage_type_cuda_complex128 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.006s) 2022-11-23T03:12:32.3167437Z test_tensor_storage_type_cuda_complex64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.000s) 2022-11-23T03:12:32.3168342Z test_tensor_storage_type_cuda_float16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.000s) 2022-11-23T03:12:32.3169321Z test_tensor_storage_type_cuda_float32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.000s) 2022-11-23T03:12:32.3170252Z test_tensor_storage_type_cuda_float64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.000s) 2022-11-23T03:12:32.3171180Z test_tensor_storage_type_cuda_int16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.000s) 2022-11-23T03:12:32.3172054Z test_tensor_storage_type_cuda_int32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.011s) 2022-11-23T03:12:32.3172927Z test_tensor_storage_type_cuda_int64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.002s) 2022-11-23T03:12:32.3173738Z test_tensor_storage_type_cuda_int8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.002s) 2022-11-23T03:12:32.3174507Z test_tensor_storage_type_cuda_uint8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.002s) 2022-11-23T03:12:32.3175283Z test_ternary_op_mem_overlap_cuda_float64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.002s) 2022-11-23T03:12:32.3176326Z test_typed_storage_meta_cuda_bfloat16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.004s) 2022-11-23T03:12:32.3177101Z test_typed_storage_meta_cuda_bool (__main__.TestTorchDeviceTypeCUDA) ... ok (0.004s) 2022-11-23T03:12:32.3178010Z test_typed_storage_meta_cuda_complex128 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.004s) 2022-11-23T03:12:32.3178794Z test_typed_storage_meta_cuda_complex64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.004s) 2022-11-23T03:12:32.3179582Z test_typed_storage_meta_cuda_float16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.004s) 2022-11-23T03:12:32.3180964Z test_typed_storage_meta_cuda_float32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.004s) 2022-11-23T03:12:32.3181814Z test_typed_storage_meta_cuda_float64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.004s) 2022-11-23T03:12:32.3182585Z test_typed_storage_meta_cuda_int16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.003s) 2022-11-23T03:12:32.3183458Z test_typed_storage_meta_cuda_int32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.000s) 2022-11-23T03:12:32.3184348Z test_typed_storage_meta_cuda_int64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.009s) 2022-11-23T03:12:32.3185104Z test_typed_storage_meta_cuda_int8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.004s) 2022-11-23T03:12:32.3185867Z test_typed_storage_meta_cuda_uint8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.004s) 2022-11-23T03:12:32.3186642Z test_unfold_all_devices_and_dtypes_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.004s) 2022-11-23T03:12:32.3187401Z test_unfold_scalars_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.003s) 2022-11-23T03:12:32.3188147Z test_uniform_kstest_cuda_bfloat16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.008s) 2022-11-23T03:12:32.3188905Z test_uniform_kstest_cuda_float16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.010s) 2022-11-23T03:12:32.3189708Z test_uniform_kstest_cuda_float32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.005s) 2022-11-23T03:12:32.3190524Z test_uniform_kstest_cuda_float64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.009s) 2022-11-23T03:12:32.3191374Z test_untyped_storage_meta_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.000s) 2022-11-23T03:12:32.3192177Z test_warn_always_caught_cuda (__main__.TestTorchDeviceTypeCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T03:12:32.3192566Z test_where_scalar_handcrafted_values_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.107s) 2022-11-23T03:12:32.3192914Z test_cuda_vitals_gpu_only_cuda (__main__.TestVitalSignsCudaCUDA) ... ok (0.000s) 2022-11-23T03:12:32.3192931Z 2022-11-23T03:12:32.3193251Z ---------------------------------------------------------------------- 2022-11-23T03:12:32.3193420Z Ran 854 tests in 118.922s 2022-11-23T03:12:32.3193433Z 2022-11-23T03:12:32.3193586Z OK (skipped=38) 2022-11-23T03:12:32.3193598Z 2022-11-23T03:12:32.3193781Z Generating XML reports... 2022-11-23T03:12:32.3194285Z Generated XML report: test-reports\python-unittest\test_torch\TEST-TestBasicVitalSigns-20221123031031.xml 2022-11-23T03:12:32.3194815Z Generated XML report: test-reports\python-unittest\test_torch\TEST-TestDevicePrecisionCUDA-20221123031031.xml 2022-11-23T03:12:32.3195257Z Generated XML report: test-reports\python-unittest\test_torch\TEST-TestTorch-20221123031031.xml 2022-11-23T03:12:32.3195783Z Generated XML report: test-reports\python-unittest\test_torch\TEST-TestTorchDeviceTypeCUDA-20221123031031.xml 2022-11-23T03:12:32.3196373Z Generated XML report: test-reports\python-unittest\test_torch\TEST-TestVitalSignsCudaCUDA-20221123031031.xml 2022-11-23T03:12:32.3196557Z [TORCH_VITAL] CUDA.used true 2022-11-23T03:12:32.3196853Z [TORCH_VITAL] Dataloader.basic_unit_test TEST_VALUE_STRING 2022-11-23T03:12:32.3197166Z [TORCH_VITAL] Dataloader.enabled True 2022-11-23T03:12:32.3197469Z [TORCH_VITAL] CUDA.used true 2022-11-23T03:12:32.3197761Z [TORCH_VITAL] Dataloader.basic_unit_test TEST_VALUE_STRING 2022-11-23T03:12:32.3198148Z [TORCH_VITAL] Dataloader.enabled True 2022-11-23T03:12:32.3198161Z 2022-11-23T03:12:32.3198734Z ##[endgroup] 2022-11-23T03:12:32.3199245Z FINISHED PRINTING LOG FILE of test_torch (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_torch_an34bvoe) 2022-11-23T03:12:32.3199258Z 2022-11-23T03:12:32.3199504Z Running test_tensorexpr ... [2022-11-23 03:12:32.230756] 2022-11-23T03:12:32.3200094Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_tensorexpr.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 03:12:32.230756] 2022-11-23T03:14:26.0259671Z 2022-11-23T03:14:26.0261943Z Expand the folded group to see the log file of test_tensorexpr 2022-11-23T03:14:26.0263571Z ##[group]PRINTING LOG FILE of test_tensorexpr (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_tensorexpr_tgfqvmrl) 2022-11-23T03:14:26.0264234Z 2022-11-23T03:14:26.0264411Z Running tests... 2022-11-23T03:14:26.0264967Z ---------------------------------------------------------------------- 2022-11-23T03:14:26.0265705Z Test results will be stored in test-reports\python-unittest\test_tensorexpr 2022-11-23T03:14:26.0266418Z test_add_const_rhs (__main__.TestTensorExprFuser) ... ok (2.479s) 2022-11-23T03:14:26.0267056Z test_add_sub (__main__.TestTensorExprFuser) ... ok (0.041s) 2022-11-23T03:14:26.0267740Z test_alias_analysis_input_and_module (__main__.TestTensorExprFuser) ... ok (0.092s) 2022-11-23T03:14:26.0268443Z test_alias_analysis_inputs (__main__.TestTensorExprFuser) ... ok (0.009s) 2022-11-23T03:14:26.0269138Z test_alias_analysis_module (__main__.TestTensorExprFuser) ... ok (1.848s) 2022-11-23T03:14:26.0269806Z test_all_combos (__main__.TestTensorExprFuser) ... ok (0.065s) 2022-11-23T03:14:26.0270429Z test_alpha (__main__.TestTensorExprFuser) ... ok (0.017s) 2022-11-23T03:14:26.0271052Z test_binary_ops (__main__.TestTensorExprFuser) ... ok (3.908s) 2022-11-23T03:14:26.0271684Z test_bitwise_ops (__main__.TestTensorExprFuser) ... ok (1.194s) 2022-11-23T03:14:26.0272299Z test_broadcast (__main__.TestTensorExprFuser) ... ok (0.119s) 2022-11-23T03:14:26.0272932Z test_broadcast3 (__main__.TestTensorExprFuser) ... ok (1.381s) 2022-11-23T03:14:26.0273565Z test_broadcast_2 (__main__.TestTensorExprFuser) ... ok (0.019s) 2022-11-23T03:14:26.0274210Z test_broadcast_big2 (__main__.TestTensorExprFuser) ... ok (3.270s) 2022-11-23T03:14:26.0274840Z test_cat (__main__.TestTensorExprFuser) ... ok (48.925s) 2022-11-23T03:14:26.0275471Z test_cat_empty_tensors (__main__.TestTensorExprFuser) ... ok (0.878s) 2022-11-23T03:14:26.0276120Z test_cat_negative_dim (__main__.TestTensorExprFuser) ... ok (0.637s) 2022-11-23T03:14:26.0276921Z test_cat_only (__main__.TestTensorExprFuser) ... skip: cat is broken with fusion group inlining disabled (0.001s) 2022-11-23T03:14:26.0277702Z test_cat_promote_inputs (__main__.TestTensorExprFuser) ... ok (0.656s) 2022-11-23T03:14:26.0278395Z test_cat_with_constant_dim (__main__.TestTensorExprFuser) ... ok (0.259s) 2022-11-23T03:14:26.0279049Z test_char (__main__.TestTensorExprFuser) ... ok (0.015s) 2022-11-23T03:14:26.0279660Z test_chunk (__main__.TestTensorExprFuser) ... ok (0.147s) 2022-11-23T03:14:26.0280243Z test_clamp (__main__.TestTensorExprFuser) ... ok (0.332s) 2022-11-23T03:14:26.0280854Z test_constant (__main__.TestTensorExprFuser) ... ok (0.015s) 2022-11-23T03:14:26.0281467Z test_double (__main__.TestTensorExprFuser) ... ok (0.021s) 2022-11-23T03:14:26.0282104Z test_double_intrinsics (__main__.TestTensorExprFuser) ... ok (0.253s) 2022-11-23T03:14:26.0282889Z test_dynamic_shape (__main__.TestTensorExprFuser) ... skip: dynamic shapes are not quite there yet (0.002s) 2022-11-23T03:14:26.0283608Z test_easy (__main__.TestTensorExprFuser) ... ok (0.033s) 2022-11-23T03:14:26.0284172Z test_eq (__main__.TestTensorExprFuser) ... ok (0.026s) 2022-11-23T03:14:26.0284768Z test_exp_pow (__main__.TestTensorExprFuser) ... ok (0.451s) 2022-11-23T03:14:26.0285382Z test_four_arg (__main__.TestTensorExprFuser) ... ok (0.266s) 2022-11-23T03:14:26.0286245Z test_ge (__main__.TestTensorExprFuser) ... ok (0.032s) 2022-11-23T03:14:26.0286826Z test_gt (__main__.TestTensorExprFuser) ... ok (0.029s) 2022-11-23T03:14:26.0287431Z test_guard_fails (__main__.TestTensorExprFuser) ... ok (0.233s) 2022-11-23T03:14:26.0288191Z test_half_bn_relu (__main__.TestTensorExprFuser) ... graph(%a : Half(16, 16, strides=[16, 1], requires_grad=0, device=cuda:0), 2022-11-23T03:14:26.0288911Z %b : Half(16, strides=[1], requires_grad=0, device=cuda:0), 2022-11-23T03:14:26.0289501Z %c : Half(16, strides=[1], requires_grad=0, device=cuda:0)): 2022-11-23T03:14:26.0290164Z %3 : NoneType = prim::Constant() 2022-11-23T03:14:26.0290657Z %4 : NoneType = prim::Constant() 2022-11-23T03:14:26.0291436Z %5 : bool = prim::Constant[value=0]() # C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py:2452:0 2022-11-23T03:14:26.0292493Z %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-23T03:14:26.0293550Z %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-23T03:14:26.0294596Z %8 : bool = prim::Constant[value=1]() # C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py:2452:0 2022-11-23T03:14:26.0295769Z %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-23T03:14:26.0296956Z %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-23T03:14:26.0297644Z return (%10) 2022-11-23T03:14:26.0297872Z 2022-11-23T03:14:26.0298011Z ok (0.251s) 2022-11-23T03:14:26.0299094Z 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-23T03:14:26.0300157Z Tensor-likes are not close! 2022-11-23T03:14:26.0300430Z 2022-11-23T03:14:26.0300634Z Mismatched elements: 407 / 1024 (39.7%) 2022-11-23T03:14:26.0301219Z Greatest absolute difference: 0.001953125 at index (159,) (up to 1e-05 allowed) 2022-11-23T03:14:26.0301868Z Greatest relative difference: 0.001402524544179523 at index (170,) (up to 1e-05 allowed) 2022-11-23T03:14:26.0302379Z _check_trace( 2022-11-23T03:14:26.0302733Z ok (0.470s) 2022-11-23T03:14:26.0303245Z test_int64_promotion (__main__.TestTensorExprFuser) ... ok (0.023s) 2022-11-23T03:14:26.0303894Z test_int_output (__main__.TestTensorExprFuser) ... ok (0.022s) 2022-11-23T03:14:26.0304506Z test_le (__main__.TestTensorExprFuser) ... ok (0.031s) 2022-11-23T03:14:26.0305083Z test_loop (__main__.TestTensorExprFuser) ... ok (0.246s) 2022-11-23T03:14:26.0305678Z test_lt (__main__.TestTensorExprFuser) ... ok (0.430s) 2022-11-23T03:14:26.0306272Z test_mask (__main__.TestTensorExprFuser) ... ok (0.210s) 2022-11-23T03:14:26.0306877Z test_min_max (__main__.TestTensorExprFuser) ... ok (0.046s) 2022-11-23T03:14:26.0307526Z test_min_max_reduction (__main__.TestTensorExprFuser) ... ok (0.016s) 2022-11-23T03:14:26.0308203Z test_min_max_reduction2 (__main__.TestTensorExprFuser) ... ok (0.014s) 2022-11-23T03:14:26.0308872Z test_min_max_reduction_dim1 (__main__.TestTensorExprFuser) ... ok (0.037s) 2022-11-23T03:14:26.0309577Z test_min_max_reduction_dim1_2 (__main__.TestTensorExprFuser) ... ok (0.050s) 2022-11-23T03:14:26.0310243Z test_multi_rand (__main__.TestTensorExprFuser) ... ok (0.271s) 2022-11-23T03:14:26.0310880Z test_multioutput (__main__.TestTensorExprFuser) ... ok (0.067s) 2022-11-23T03:14:26.0311541Z test_multiple_outputs (__main__.TestTensorExprFuser) ... ok (0.511s) 2022-11-23T03:14:26.0312345Z test_nans (__main__.TestTensorExprFuser) ... ok (0.044s) 2022-11-23T03:14:26.0312916Z test_ne (__main__.TestTensorExprFuser) ... ok (0.027s) 2022-11-23T03:14:26.0313529Z test_promotion (__main__.TestTensorExprFuser) ... ok (0.036s) 2022-11-23T03:14:26.0314200Z test_propagated_mem_layout (__main__.TestTensorExprFuser) ... ok (16.171s) 2022-11-23T03:14:26.0314871Z test_rand_like (__main__.TestTensorExprFuser) ... ok (0.812s) 2022-11-23T03:14:26.0315492Z test_rank_two (__main__.TestTensorExprFuser) ... ok (0.254s) 2022-11-23T03:14:26.0316207Z test_relu (__main__.TestTensorExprFuser) ... ok (0.315s) 2022-11-23T03:14:26.0316831Z test_remainder (__main__.TestTensorExprFuser) ... ok (0.162s) 2022-11-23T03:14:26.0317444Z test_reps (__main__.TestTensorExprFuser) ... ok (0.585s) 2022-11-23T03:14:26.0318041Z test_scalar (__main__.TestTensorExprFuser) ... ok (0.031s) 2022-11-23T03:14:26.0318646Z test_short (__main__.TestTensorExprFuser) ... ok (0.019s) 2022-11-23T03:14:26.0319378Z test_simple_add (__main__.TestTensorExprFuser) ... ok (0.026s) 2022-11-23T03:14:26.0320081Z test_slice (__main__.TestTensorExprFuser) ... ok (7.936s) 2022-11-23T03:14:26.0320768Z test_sliced_stride (__main__.TestTensorExprFuser) ... ok (0.042s) 2022-11-23T03:14:26.0321498Z test_softmax_cpu (__main__.TestTensorExprFuser) ... ok (0.166s) 2022-11-23T03:14:26.0322283Z test_softmax_cuda (__main__.TestTensorExprFuser) ... skip: global allocs are not supported yet. (0.001s) 2022-11-23T03:14:26.0323074Z test_strided_output_preserved (__main__.TestTensorExprFuser) ... ok (0.062s) 2022-11-23T03:14:26.0323764Z test_three_arg (__main__.TestTensorExprFuser) ... ok (0.041s) 2022-11-23T03:14:26.0324394Z test_three_arg2 (__main__.TestTensorExprFuser) ... ok (0.469s) 2022-11-23T03:14:26.0325008Z test_transpose (__main__.TestTensorExprFuser) ... ok (0.053s) 2022-11-23T03:14:26.0325633Z test_unary_ops (__main__.TestTensorExprFuser) ... ok (8.357s) 2022-11-23T03:14:26.0326270Z test_unsqueeze (__main__.TestTensorExprFuser) ... ok (3.541s) 2022-11-23T03:14:26.0326896Z test_where (__main__.TestTensorExprFuser) ... ok (0.052s) 2022-11-23T03:14:26.0327238Z 2022-11-23T03:14:26.0327558Z ---------------------------------------------------------------------- 2022-11-23T03:14:26.0328095Z Ran 72 tests in 109.578s 2022-11-23T03:14:26.0328325Z 2022-11-23T03:14:26.0328481Z OK (skipped=3) 2022-11-23T03:14:26.0328714Z 2022-11-23T03:14:26.0328901Z Generating XML reports... 2022-11-23T03:14:26.0329692Z Generated XML report: test-reports\python-unittest\test_tensorexpr\TEST-TestTensorExprFuser-20221123031235.xml 2022-11-23T03:14:26.0330260Z 2022-11-23T03:14:26.0330745Z ##[endgroup] 2022-11-23T03:14:26.0331502Z FINISHED PRINTING LOG FILE of test_tensorexpr (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_tensorexpr_tgfqvmrl) 2022-11-23T03:14:26.0332068Z 2022-11-23T03:14:26.0332304Z Running test_cuda ... [2022-11-23 03:14:26.025741] 2022-11-23T03:14:26.0333139Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_cuda.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 03:14:26.025741] 2022-11-23T03:15:27.4270661Z 2022-11-23T03:15:27.4272031Z Expand the folded group to see the log file of test_cuda 2022-11-23T03:15:27.4273517Z ##[group]PRINTING LOG FILE of test_cuda (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_cuda_31kjvgoz) 2022-11-23T03:15:27.4276131Z 2022-11-23T03:15:27.4276363Z Running tests... 2022-11-23T03:15:27.4276951Z ---------------------------------------------------------------------- 2022-11-23T03:15:27.4280880Z Test results will be stored in test-reports\python-unittest\test_cuda 2022-11-23T03:15:27.4281761Z test_arithmetic_large_tensor (__main__.TestCuda) ... skip: was disabled due to not enough memory, but actually it always fail (0.002s) 2022-11-23T03:15:27.4282654Z test_autocast_banned (__main__.TestCuda) ... ok (3.274s) 2022-11-23T03:15:27.4283731Z test_autocast_cache_leak (__main__.TestCuda) ... ok (0.841s) 2022-11-23T03:15:27.4284102Z test_autocast_cat_jit (__main__.TestCuda) ... ok (0.124s) 2022-11-23T03:15:27.4284630Z test_autocast_checkpointing (__main__.TestCuda) ... ok (0.011s) 2022-11-23T03:15:27.4285230Z test_autocast_custom_cast_inputs (__main__.TestCuda) ... ok (0.007s) 2022-11-23T03:15:27.4285603Z test_autocast_custom_enabled (__main__.TestCuda) ... ok (0.006s) 2022-11-23T03:15:27.4285966Z test_autocast_ignored_types (__main__.TestCuda) ... ok (0.075s) 2022-11-23T03:15:27.4286320Z test_autocast_linalg_fp16 (__main__.TestCuda) ... ok (0.004s) 2022-11-23T03:15:27.4286857Z test_autocast_methods_expect_builtin_promote (__main__.TestCuda) ... ok (0.005s) 2022-11-23T03:15:27.4287246Z test_autocast_methods_fp16 (__main__.TestCuda) ... ok (0.004s) 2022-11-23T03:15:27.4287598Z test_autocast_methods_fp32 (__main__.TestCuda) ... ok (0.004s) 2022-11-23T03:15:27.4287940Z test_autocast_nn_bf16 (__main__.TestCuda) ... ok (0.004s) 2022-11-23T03:15:27.4288278Z test_autocast_nn_fp16 (__main__.TestCuda) ... ok (0.004s) 2022-11-23T03:15:27.4288608Z test_autocast_nn_fp32 (__main__.TestCuda) ... ok (0.005s) 2022-11-23T03:15:27.4289609Z test_autocast_rnn (__main__.TestCuda) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\rnn.py:477: UserWarning: RNN module weights are not part of single contiguous chunk of memory. This means they need to be compacted at every call, possibly greatly increasing memory usage. To compact weights again call flatten_parameters(). (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\cudnn\RNN.cpp:982.) 2022-11-23T03:15:27.4290784Z result = _VF.rnn_tanh(input, hx, self._flat_weights, self.bias, self.num_layers, 2022-11-23T03:15:27.4292031Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\rnn.py:486: UserWarning: RNN module weights are not part of single contiguous chunk of memory. This means they need to be compacted at every call, possibly greatly increasing memory usage. To compact weights again call flatten_parameters(). (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\cudnn\RNN.cpp:982.) 2022-11-23T03:15:27.4292935Z result = _VF.rnn_tanh(input, batch_sizes, hx, self._flat_weights, self.bias, 2022-11-23T03:15:27.4293895Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\rnn.py:958: UserWarning: RNN module weights are not part of single contiguous chunk of memory. This means they need to be compacted at every call, possibly greatly increasing memory usage. To compact weights again call flatten_parameters(). (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\cudnn\RNN.cpp:982.) 2022-11-23T03:15:27.4294788Z result = _VF.gru(input, hx, self._flat_weights, self.bias, self.num_layers, 2022-11-23T03:15:27.4295743Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\rnn.py:961: UserWarning: RNN module weights are not part of single contiguous chunk of memory. This means they need to be compacted at every call, possibly greatly increasing memory usage. To compact weights again call flatten_parameters(). (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\cudnn\RNN.cpp:982.) 2022-11-23T03:15:27.4296810Z result = _VF.gru(input, batch_sizes, hx, self._flat_weights, self.bias, 2022-11-23T03:15:27.4298034Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\rnn.py:776: UserWarning: RNN module weights are not part of single contiguous chunk of memory. This means they need to be compacted at every call, possibly greatly increasing memory usage. To compact weights again call flatten_parameters(). (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\cudnn\RNN.cpp:982.) 2022-11-23T03:15:27.4298925Z result = _VF.lstm(input, hx, self._flat_weights, self.bias, self.num_layers, 2022-11-23T03:15:27.4299993Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\rnn.py:779: UserWarning: RNN module weights are not part of single contiguous chunk of memory. This means they need to be compacted at every call, possibly greatly increasing memory usage. To compact weights again call flatten_parameters(). (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\cudnn\RNN.cpp:982.) 2022-11-23T03:15:27.4300872Z result = _VF.lstm(input, batch_sizes, hx, self._flat_weights, self.bias, 2022-11-23T03:15:27.4301152Z ok (11.995s) 2022-11-23T03:15:27.4301516Z test_autocast_torch_bf16 (__main__.TestCuda) ... ok (0.012s) 2022-11-23T03:15:27.4301913Z test_autocast_torch_expect_builtin_promote (__main__.TestCuda) ... ok (0.007s) 2022-11-23T03:15:27.4302919Z test_autocast_torch_fp16 (__main__.TestCuda) ... 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-23T03:15:27.4304171Z return _VF.chain_matmul(matrices) # type: ignore[attr-defined] 2022-11-23T03:15:27.4304597Z ok (1.100s) 2022-11-23T03:15:27.4304888Z test_autocast_torch_fp32 (__main__.TestCuda) ... ok (0.309s) 2022-11-23T03:15:27.4305248Z test_autocast_torch_need_autocast_promote (__main__.TestCuda) ... ok (0.011s) 2022-11-23T03:15:27.4305652Z test_autogpu (__main__.TestCuda) ... skip: only one GPU detected (0.002s) 2022-11-23T03:15:27.4306028Z test_batch_norm_gather_stats (__main__.TestCuda) ... ok (0.003s) 2022-11-23T03:15:27.4306365Z test_bincount_ext (__main__.TestCuda) ... ok (0.012s) 2022-11-23T03:15:27.4306709Z test_caching_allocator_record_stream_oom (__main__.TestCuda) 2022-11-23T03:15:27.4307115Z allocations delayed by a record_stream call should still be freed on ... ok (0.094s) 2022-11-23T03:15:27.4307490Z test_caching_pinned_memory (__main__.TestCuda) ... ok (0.875s) 2022-11-23T03:15:27.4307908Z test_caching_pinned_memory_multi_gpu (__main__.TestCuda) ... skip: only one GPU detected (0.002s) 2022-11-23T03:15:27.4308334Z test_cat_autogpu (__main__.TestCuda) ... skip: only one GPU detected (0.001s) 2022-11-23T03:15:27.4308689Z test_check_error (__main__.TestCuda) ... ok (0.006s) 2022-11-23T03:15:27.4309049Z test_copy_device (__main__.TestCuda) ... skip: only one GPU detected (0.002s) 2022-11-23T03:15:27.4309976Z test_copy_non_blocking (__main__.TestCuda) ... 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:15:27.4310962Z warnings.warn(message, UserWarning) 2022-11-23T03:15:27.4311206Z ok (0.305s) 2022-11-23T03:15:27.4311522Z test_copy_streams (__main__.TestCuda) ... skip: only one GPU detected (0.002s) 2022-11-23T03:15:27.4311956Z test_cublas_allow_fp16_reduced_precision_reduction_get_set (__main__.TestCuda) ... ok (0.005s) 2022-11-23T03:15:27.4312358Z test_cublas_allow_tf32_get_set (__main__.TestCuda) ... ok (0.004s) 2022-11-23T03:15:27.4312739Z test_cublas_multiple_threads_same_device (__main__.TestCuda) ... ok (0.116s) 2022-11-23T03:15:27.4313171Z test_cuda_device_memory_allocated (__main__.TestCuda) ... skip: Test needs multiple GPUs (0.000s) 2022-11-23T03:15:27.4313574Z test_cuda_get_device_capability (__main__.TestCuda) ... ok (0.008s) 2022-11-23T03:15:27.4313937Z test_cuda_get_device_name (__main__.TestCuda) ... ok (0.005s) 2022-11-23T03:15:27.4314319Z test_cuda_init_race (__main__.TestCuda) ... skip: only one GPU detected (0.001s) 2022-11-23T03:15:27.4314710Z test_cuda_kernel_loop_overflow (__main__.TestCuda) ... ok (0.083s) 2022-11-23T03:15:27.4315208Z test_cuda_kernel_loop_overflow_large (__main__.TestCuda) ... ok (0.146s) 2022-11-23T03:15:27.4315586Z test_cuda_memory_leak_detection (__main__.TestCuda) ... ok (0.208s) 2022-11-23T03:15:27.4316182Z test_cuda_memory_leak_detection_propagates_errors (__main__.TestCuda) ... ok (0.050s) 2022-11-23T03:15:27.4316860Z test_cuda_set_device (__main__.TestCuda) ... skip: detected only one GPU (0.010s) 2022-11-23T03:15:27.4317248Z test_cuda_synchronize (__main__.TestCuda) ... ok (0.005s) 2022-11-23T03:15:27.4317591Z test_cudart_register (__main__.TestCuda) ... ok (0.005s) 2022-11-23T03:15:27.4318031Z test_cudnn_allow_tf32_get_set (__main__.TestCuda) ... ok (0.004s) 2022-11-23T03:15:27.4318494Z test_cudnn_multiple_threads_same_device (__main__.TestCuda) ... skip: Test is flaky on Windows (see issue 57401) (0.003s) 2022-11-23T03:15:27.4318950Z test_current_stream (__main__.TestCuda) ... skip: detected only one GPU (0.002s) 2022-11-23T03:15:27.4319442Z test_cusparse_multiple_threads_same_device (__main__.TestCuda) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:27.4319930Z test_default_stream (__main__.TestCuda) ... skip: detected only one GPU (0.002s) 2022-11-23T03:15:27.4320288Z test_events (__main__.TestCuda) ... ok (0.046s) 2022-11-23T03:15:27.4320676Z test_events_multi_gpu_elapsed_time (__main__.TestCuda) ... skip: detected only one GPU (0.003s) 2022-11-23T03:15:27.4321166Z test_events_multi_gpu_query (__main__.TestCuda) ... skip: detected only one GPU (0.004s) 2022-11-23T03:15:27.4321587Z test_events_wait (__main__.TestCuda) ... skip: detected only one GPU (0.002s) 2022-11-23T03:15:27.4321958Z test_external_streams (__main__.TestCuda) ... ok (0.005s) 2022-11-23T03:15:27.4322514Z test_external_streams_multi_device (__main__.TestCuda) ... skip: detected only one GPU (0.001s) 2022-11-23T03:15:27.4323154Z test_fixed_cuda_assert_async (__main__.TestCuda) ... C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\cuda\TensorCompare.cu:106: block: [0,0,0], thread: [0,0,0] Assertion `input[0] != 0` failed. 2022-11-23T03:15:27.4323934Z Traceback (most recent call last): 2022-11-23T03:15:27.4334641Z File "", line 4, in 2022-11-23T03:15:27.4335226Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py", line 577, in synchronize 2022-11-23T03:15:27.4335668Z return torch._C._cuda_synchronize() 2022-11-23T03:15:27.4336192Z RuntimeError: CUDA error: device-side assert triggered 2022-11-23T03:15:27.4336683Z CUDA kernel errors might be asynchronously reported at some other API call,so the stacktrace below might be incorrect. 2022-11-23T03:15:27.4337928Z For debugging consider passing CUDA_LAUNCH_BLOCKING=1. 2022-11-23T03:15:27.4338922Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\cuda\TensorCompare.cu:106: block: [0,0,0], thread: [0,0,0] Assertion `input[0] != 0` failed. 2022-11-23T03:15:27.4339800Z Traceback (most recent call last): 2022-11-23T03:15:27.4340211Z File "", line 4, in 2022-11-23T03:15:27.4340702Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py", line 577, in synchronize 2022-11-23T03:15:27.4341132Z return torch._C._cuda_synchronize() 2022-11-23T03:15:27.4341467Z RuntimeError: CUDA error: device-side assert triggered 2022-11-23T03:15:27.4341934Z CUDA kernel errors might be asynchronously reported at some other API call,so the stacktrace below might be incorrect. 2022-11-23T03:15:27.4342364Z For debugging consider passing CUDA_LAUNCH_BLOCKING=1. 2022-11-23T03:15:27.4343363Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\cuda\TensorCompare.cu:106: block: [0,0,0], thread: [0,0,0] Assertion `input[0] != 0` failed. 2022-11-23T03:15:27.4344280Z Traceback (most recent call last): 2022-11-23T03:15:27.4344933Z File "", line 4, in 2022-11-23T03:15:27.4345802Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py", line 577, in synchronize 2022-11-23T03:15:27.4346811Z return torch._C._cuda_synchronize() 2022-11-23T03:15:27.4347419Z RuntimeError: CUDA error: device-side assert triggered 2022-11-23T03:15:27.4348269Z CUDA kernel errors might be asynchronously reported at some other API call,so the stacktrace below might be incorrect. 2022-11-23T03:15:27.4349076Z For debugging consider passing CUDA_LAUNCH_BLOCKING=1. 2022-11-23T03:15:27.4350258Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\cuda\TensorCompare.cu:110: block: [0,0,0], thread: [0,0,0] Assertion `input[0] != c10::complex(0, 0)` failed. 2022-11-23T03:15:27.4351574Z Traceback (most recent call last): 2022-11-23T03:15:27.4352234Z File "", line 4, in 2022-11-23T03:15:27.4353076Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py", line 577, in synchronize 2022-11-23T03:15:27.4353876Z return torch._C._cuda_synchronize() 2022-11-23T03:15:27.4354503Z RuntimeError: CUDA error: device-side assert triggered 2022-11-23T03:15:27.4355326Z CUDA kernel errors might be asynchronously reported at some other API call,so the stacktrace below might be incorrect. 2022-11-23T03:15:27.4356171Z For debugging consider passing CUDA_LAUNCH_BLOCKING=1. 2022-11-23T03:15:27.4356706Z ok (21.140s) 2022-11-23T03:15:27.4357411Z test_float32_matmul_precision_get_set (__main__.TestCuda) ... ok (0.007s) 2022-11-23T03:15:27.4358169Z test_gather_bool (__main__.TestCuda) ... ok (0.005s) 2022-11-23T03:15:27.4358860Z test_get_device_index (__main__.TestCuda) ... ok (0.006s) 2022-11-23T03:15:27.4359544Z test_get_set_rng_state_all (__main__.TestCuda) ... skip: only one GPU detected (0.002s) 2022-11-23T03:15:27.4360308Z test_grad_scaling_accumulation (__main__.TestCuda) ... ok (0.027s) 2022-11-23T03:15:27.4360975Z test_grad_scaling_autocast (__main__.TestCuda) ... ok (0.090s) 2022-11-23T03:15:27.4361651Z test_grad_scaling_autocast_foreach (__main__.TestCuda) ... ok (0.076s) 2022-11-23T03:15:27.4362396Z test_grad_scaling_autocast_fused (__main__.TestCuda) ... ok (0.020s) 2022-11-23T03:15:27.4363161Z test_grad_scaling_autocast_fused_optimizers (__main__.TestCuda) ... ok (0.117s) 2022-11-23T03:15:27.4363959Z test_grad_scaling_clipping (__main__.TestCuda) ... ok (0.034s) 2022-11-23T03:15:27.4364726Z test_grad_scaling_clipping_separate_unscale (__main__.TestCuda) ... ok (0.050s) 2022-11-23T03:15:27.4365692Z test_grad_scaling_device_as_key (__main__.TestCuda) ... skip: only one GPU detected (0.003s) 2022-11-23T03:15:27.4366481Z test_grad_scaling_multigpu (__main__.TestCuda) ... skip: only one GPU detected (0.000s) 2022-11-23T03:15:27.4367180Z test_grad_scaling_multiple (__main__.TestCuda) ... ok (0.065s) 2022-11-23T03:15:27.4367981Z test_grad_scaling_penalty (__main__.TestCuda) ... skip: FIXME: fix this test for Windows (0.003s) 2022-11-23T03:15:27.4368861Z test_grad_scaling_scale (__main__.TestCuda) ... skip: only one GPU detected (0.000s) 2022-11-23T03:15:27.4369600Z test_grad_scaling_state_dict (__main__.TestCuda) ... ok (0.006s) 2022-11-23T03:15:27.4370283Z test_grad_scaling_unscale (__main__.TestCuda) ... ok (0.023s) 2022-11-23T03:15:27.4371055Z test_grad_scaling_unscale_sparse (__main__.TestCuda) ... ok (0.010s) 2022-11-23T03:15:27.4371790Z test_grad_scaling_update_scale (__main__.TestCuda) ... ok (0.003s) 2022-11-23T03:15:27.4372636Z test_graph_adam_adamw (__main__.TestCuda) ... ok (0.733s) 2022-11-23T03:15:27.4373244Z test_graph_capture_oom (__main__.TestCuda) ... ok (0.054s) 2022-11-23T03:15:27.4373843Z test_graph_capture_simple (__main__.TestCuda) ... ok (0.010s) 2022-11-23T03:15:27.4374489Z test_graph_concurrent_replay (__main__.TestCuda) ... skip: Graph bindings disallow concurrent replay for CUDA < 11.4, see https://github.com/pytorch/pytorch/pull/57556 (0.000s) 2022-11-23T03:15:27.4375010Z test_graph_cudnn_dropout (__main__.TestCuda) ... ok (0.113s) 2022-11-23T03:15:27.4375360Z test_graph_grad_scaling (__main__.TestCuda) ... ok (0.074s) 2022-11-23T03:15:27.4375912Z test_graph_is_current_stream_capturing (__main__.TestCuda) ... ok (0.000s) 2022-11-23T03:15:27.4376344Z test_graph_make_graphed_callables_with_amp_cache_disabled (__main__.TestCuda) ... ok (0.734s) 2022-11-23T03:15:27.4376804Z test_graph_make_graphed_callables_with_amp_cache_enabled (__main__.TestCuda) ... expected failure (0.209s) 2022-11-23T03:15:27.4377270Z test_graph_make_graphed_callables_without_amp (__main__.TestCuda) ... ok (0.770s) 2022-11-23T03:15:27.4378199Z test_graph_memory_stats_and_use_result_after_destroy_graph (__main__.TestCuda) ... ok (0.641s) 2022-11-23T03:15:27.4379102Z test_graph_record_stream (__main__.TestCuda) ... ok (0.041s) 2022-11-23T03:15:27.4379832Z test_graph_rng_distributions (__main__.TestCuda) ... ok (0.122s) 2022-11-23T03:15:27.4380205Z test_graph_rng_functional (__main__.TestCuda) ... ok (0.024s) 2022-11-23T03:15:27.4380568Z test_graph_scaling_fusedadam (__main__.TestCuda) ... ok (0.154s) 2022-11-23T03:15:27.4380916Z test_graph_three_successive (__main__.TestCuda) ... ok (0.014s) 2022-11-23T03:15:27.4381272Z test_graph_two_successive (__main__.TestCuda) ... ok (0.018s) 2022-11-23T03:15:27.4381705Z test_huge_index (__main__.TestCuda) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:15:27.4382240Z test_index_out_of_bounds_exception_cuda (__main__.TestCuda) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:15:27.4382643Z test_lazy_init (__main__.TestCuda) 2022-11-23T03:15:27.4382999Z Validate that no CUDA calls are made during `import torch` call ... ok (3.183s) 2022-11-23T03:15:27.4383671Z test_load_nonexistent_device (__main__.TestCuda) ... ok (0.005s) 2022-11-23T03:15:27.4384222Z test_manual_seed (__main__.TestCuda) ... ok (0.007s) 2022-11-23T03:15:27.4384923Z test_matmul_memory_use (__main__.TestCuda) ... ok (0.006s) 2022-11-23T03:15:27.4385822Z test_max_large_axis (__main__.TestCuda) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:27.4386663Z test_mean_fp16 (__main__.TestCuda) ... ok (0.004s) 2022-11-23T03:15:27.4387255Z test_mem_get_info (__main__.TestCuda) ... ok (0.005s) 2022-11-23T03:15:27.4387868Z test_memory_allocation (__main__.TestCuda) ... ok (0.066s) 2022-11-23T03:15:27.4388488Z test_memory_stats (__main__.TestCuda) ... ok (0.374s) 2022-11-23T03:15:27.4389214Z test_memory_stats_multigpu (__main__.TestCuda) ... skip: only one GPU detected (0.002s) 2022-11-23T03:15:27.4389933Z test_min_max_inits (__main__.TestCuda) ... ok (0.003s) 2022-11-23T03:15:27.4390653Z test_multigpu_serialization_remap (__main__.TestCuda) ... skip: detected only one GPU (0.000s) 2022-11-23T03:15:27.4391142Z test_multigpu_serialization_remap_dict (__main__.TestCuda) ... skip: detected only one GPU (0.006s) 2022-11-23T03:15:27.4391996Z test_multigpu_storage_clone (__main__.TestCuda) ... skip: detected only one GPU (0.000s) 2022-11-23T03:15:27.4392808Z test_multinomial_ext (__main__.TestCuda) ... ok (0.000s) 2022-11-23T03:15:27.4393654Z test_multinomial_invalid_probs_cuda (__main__.TestCuda) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.014s) 2022-11-23T03:15:27.4394139Z test_new (__main__.TestCuda) ... skip: only one GPU detected (0.001s) 2022-11-23T03:15:27.4394523Z test_noncontiguous_pinned_memory (__main__.TestCuda) ... ok (0.004s) 2022-11-23T03:15:27.4394891Z test_norm_type_conversion (__main__.TestCuda) ... ok (0.006s) 2022-11-23T03:15:27.4395217Z test_nvtx (__main__.TestCuda) ... ok (0.005s) 2022-11-23T03:15:27.4395572Z test_out_of_memory (__main__.TestCuda) ... ok (0.011s) 2022-11-23T03:15:27.4396192Z test_out_of_memory_retry (__main__.TestCuda) ... ok (0.225s) 2022-11-23T03:15:27.4396813Z test_prod_large (__main__.TestCuda) ... ok (0.000s) 2022-11-23T03:15:27.4397412Z test_record_stream (__main__.TestCuda) ... ok (0.061s) 2022-11-23T03:15:27.4398237Z test_record_stream_on_shifted_view (__main__.TestCuda) ... ok (0.000s) 2022-11-23T03:15:27.4399053Z test_reduction_gpu_memory_accessing (__main__.TestCuda) ... ok (0.004s) 2022-11-23T03:15:27.4399944Z test_repeat_graph_capture_cublas_workspace_memory (__main__.TestCuda) ... ok (5.815s) 2022-11-23T03:15:27.4400844Z test_rocm_backward_pass_guard (__main__.TestCuda) ... skip: ROCm-only test (0.000s) 2022-11-23T03:15:27.4402183Z test_serialization_array_with_empty (__main__.TestCuda) ... ok (0.010s) 2022-11-23T03:15:27.4403339Z test_serialization_array_with_storage (__main__.TestCuda) ... ok (0.015s) 2022-11-23T03:15:27.4404347Z test_set_per_process_memory_fraction (__main__.TestCuda) ... ok (0.202s) 2022-11-23T03:15:27.4405150Z test_specify_improper_device_name (__main__.TestCuda) ... ok (0.006s) 2022-11-23T03:15:27.4406045Z test_stream_context (__main__.TestCuda) ... skip: detected only one GPU (0.003s) 2022-11-23T03:15:27.4406864Z test_stream_event_device (__main__.TestCuda) ... skip: detected only one GPU (0.001s) 2022-11-23T03:15:27.4407942Z test_stream_event_nogil (__main__.TestCuda) ... skip: detected only one GPU (0.002s) 2022-11-23T03:15:27.4408642Z test_stream_event_repr (__main__.TestCuda) ... ok (0.004s) 2022-11-23T03:15:27.4409404Z test_streaming_backwards_callback (__main__.TestCuda) ... ok (0.010s) 2022-11-23T03:15:27.4409896Z test_streaming_backwards_device_transfer (__main__.TestCuda) ... skip: only one GPU detected (0.000s) 2022-11-23T03:15:27.4410348Z test_streaming_backwards_multiple_streams (__main__.TestCuda) ... ok (0.090s) 2022-11-23T03:15:27.4410727Z test_streaming_backwards_sync (__main__.TestCuda) ... ok (0.014s) 2022-11-23T03:15:27.4411126Z test_streaming_backwards_sync_graph_root (__main__.TestCuda) ... ok (0.223s) 2022-11-23T03:15:27.4411477Z test_streams (__main__.TestCuda) ... ok (0.005s) 2022-11-23T03:15:27.4411847Z test_streams_multi_gpu (__main__.TestCuda) ... skip: detected only one GPU (0.001s) 2022-11-23T03:15:27.4412272Z test_streams_multi_gpu_eq (__main__.TestCuda) ... skip: detected only one GPU (0.002s) 2022-11-23T03:15:27.4412699Z test_streams_multi_gpu_query (__main__.TestCuda) ... skip: detected only one GPU (0.002s) 2022-11-23T03:15:27.4413276Z test_streams_priority (__main__.TestCuda) ... skip: multi-GPU not supported (0.001s) 2022-11-23T03:15:27.4413659Z test_sum_fp16 (__main__.TestCuda) ... ok (0.017s) 2022-11-23T03:15:27.4414167Z test_tensor_device (__main__.TestCuda) ... skip: multi-GPU not supported (0.003s) 2022-11-23T03:15:27.4414692Z test_tiny_half_norm_ (__main__.TestCuda) ... ok (0.000s) 2022-11-23T03:15:27.4415049Z test_to_cpu_blocking_by_default (__main__.TestCuda) ... ok (0.135s) 2022-11-23T03:15:27.4415396Z test_to_non_blocking (__main__.TestCuda) ... ok (0.539s) 2022-11-23T03:15:27.4415693Z test_to_numpy (__main__.TestCuda) ... ok (0.006s) 2022-11-23T03:15:27.4416053Z test_torch_manual_seed_seeds_cuda_devices (__main__.TestCuda) ... ok (0.007s) 2022-11-23T03:15:27.4416428Z test_type_conversions (__main__.TestCuda) ... ok (0.008s) 2022-11-23T03:15:27.4416785Z test_allocator_settings (__main__.TestCudaComm) ... ok (0.035s) 2022-11-23T03:15:27.4417197Z test_broadcast_coalesced (__main__.TestCudaComm) ... skip: only one GPU detected (0.002s) 2022-11-23T03:15:27.4417662Z test_broadcast_coalesced_dense_only (__main__.TestCudaComm) ... skip: only one GPU detected (0.001s) 2022-11-23T03:15:27.4418146Z test_broadcast_coalesced_empty_tensors (__main__.TestCudaComm) ... skip: only one GPU detected (0.001s) 2022-11-23T03:15:27.4418581Z test_broadcast_cpu (__main__.TestCudaComm) ... skip: only one GPU detected (0.001s) 2022-11-23T03:15:27.4419007Z test_broadcast_gpu (__main__.TestCudaComm) ... skip: only one GPU detected (0.001s) 2022-11-23T03:15:27.4419474Z test_cpp_memory_snapshot_pickle (__main__.TestCudaComm) ... skip: Windows CI does not like the load_inline (0.002s) 2022-11-23T03:15:27.4420104Z test_gather (__main__.TestCudaComm) ... skip: only one GPU detected (0.001s) 2022-11-23T03:15:27.4420878Z test_gather_dim (__main__.TestCudaComm) ... skip: only one GPU detected (0.001s) 2022-11-23T03:15:27.4421462Z test_gather_namedtuple (__main__.TestCudaComm) ... skip: Test needs multiple GPUs (0.004s) 2022-11-23T03:15:27.4421906Z test_gather_neg_dim (__main__.TestCudaComm) ... skip: only one GPU detected (0.001s) 2022-11-23T03:15:27.4422287Z test_matmul_device_mismatch (__main__.TestCudaComm) ... ok (0.004s) 2022-11-23T03:15:27.4422714Z test_memory_format_scatter_gather (__main__.TestCudaComm) ... skip: only one GPU detected (0.003s) 2022-11-23T03:15:27.4423222Z test_memory_snapshot (__main__.TestCudaComm) ... ok (0.039s) 2022-11-23T03:15:27.4423619Z test_memory_snapshot_with_cpp (__main__.TestCudaComm) ... ok (0.003s) 2022-11-23T03:15:27.4423984Z test_notifies_oom (__main__.TestCudaComm) ... ok (0.003s) 2022-11-23T03:15:27.4424330Z test_raises_oom (__main__.TestCudaComm) ... ok (0.002s) 2022-11-23T03:15:27.4424691Z test_reduce_add (__main__.TestCudaComm) ... skip: only one GPU detected (0.001s) 2022-11-23T03:15:27.4425128Z test_reduce_add_coalesced (__main__.TestCudaComm) ... skip: only one GPU detected (0.002s) 2022-11-23T03:15:27.4425590Z test_reduce_add_coalesced_dense_only (__main__.TestCudaComm) ... skip: only one GPU detected (0.001s) 2022-11-23T03:15:27.4426034Z test_scatter_cpu (__main__.TestCudaComm) ... skip: only one GPU detected (0.001s) 2022-11-23T03:15:27.4426624Z test_scatter_cpu_dim (__main__.TestCudaComm) ... skip: only one GPU detected (0.002s) 2022-11-23T03:15:27.4427060Z test_scatter_cpu_neg_dim (__main__.TestCudaComm) ... skip: only one GPU detected (0.002s) 2022-11-23T03:15:27.4427737Z test_scatter_cpu_sizes (__main__.TestCudaComm) ... skip: only one GPU detected (0.000s) 2022-11-23T03:15:27.4428174Z test_scatter_gpu (__main__.TestCudaComm) ... skip: only one GPU detected (0.003s) 2022-11-23T03:15:27.4428601Z test_scatter_gpu_dim (__main__.TestCudaComm) ... skip: only one GPU detected (0.000s) 2022-11-23T03:15:27.4429034Z test_scatter_gpu_neg_dim (__main__.TestCudaComm) ... skip: only one GPU detected (0.000s) 2022-11-23T03:15:27.4429467Z test_scatter_gpu_sizes (__main__.TestCudaComm) ... skip: only one GPU detected (0.006s) 2022-11-23T03:15:27.4429911Z test_scatter_namedtuple (__main__.TestCudaComm) ... skip: Test needs multiple GPUs (0.000s) 2022-11-23T03:15:27.4430155Z 2022-11-23T03:15:27.4430351Z ---------------------------------------------------------------------- 2022-11-23T03:15:27.4430656Z Ran 180 tests in 56.547s 2022-11-23T03:15:27.4430805Z 2022-11-23T03:15:27.4430933Z OK (skipped=65, expected failures=1) 2022-11-23T03:15:27.4431106Z 2022-11-23T03:15:27.4431224Z Generating XML reports... 2022-11-23T03:15:27.4431635Z Generated XML report: test-reports\python-unittest\test_cuda\TEST-TestCuda-20221123031429.xml 2022-11-23T03:15:27.4432182Z Generated XML report: test-reports\python-unittest\test_cuda\TEST-TestCudaComm-20221123031429.xml 2022-11-23T03:15:27.4432711Z [W CUDAGuardImpl.h:46] Warning: CUDA warning: driver shutting down (function uncheckedGetDevice) 2022-11-23T03:15:27.4433384Z [W CUDAGuardImpl.h:62] Warning: CUDA warning: invalid device ordinal (function uncheckedSetDevice) 2022-11-23T03:15:27.4433633Z 2022-11-23T03:15:27.4434141Z ##[endgroup] 2022-11-23T03:15:27.4434711Z FINISHED PRINTING LOG FILE of test_cuda (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_cuda_31kjvgoz) 2022-11-23T03:15:27.4435018Z 2022-11-23T03:15:27.4435188Z Running test_multiprocessing_spawn ... [2022-11-23 03:15:27.429106] 2022-11-23T03:15:27.4435866Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_multiprocessing_spawn.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 03:15:27.430295] 2022-11-23T03:16:08.6984671Z 2022-11-23T03:16:08.6985409Z Expand the folded group to see the log file of test_multiprocessing_spawn 2022-11-23T03:16:08.6989131Z ##[group]PRINTING LOG FILE of test_multiprocessing_spawn (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_multiprocessing_spawn_8vydlxsp) 2022-11-23T03:16:08.6990151Z 2022-11-23T03:16:08.6990318Z Running tests... 2022-11-23T03:16:08.6990907Z ---------------------------------------------------------------------- 2022-11-23T03:16:08.6991719Z Test results will be stored in test-reports\python-unittest\test_multiprocessing_spawn 2022-11-23T03:16:08.6992479Z test_errors_pickleable (__main__.ErrorTest) ... ok (2.424s) 2022-11-23T03:16:08.6993229Z test_exception_all (__main__.ForkTest) ... skip: Fork is only available on Unix (0.000s) 2022-11-23T03:16:08.6994250Z test_exception_single (__main__.ForkTest) ... skip: Fork is only available on Unix (0.000s) 2022-11-23T03:16:08.6995091Z test_first_argument_index (__main__.ForkTest) ... skip: Fork is only available on Unix (0.000s) 2022-11-23T03:16:08.6995852Z test_success (__main__.ForkTest) ... skip: Fork is only available on Unix (0.000s) 2022-11-23T03:16:08.6996677Z test_success_first_then_exception (__main__.ForkTest) ... skip: Fork is only available on Unix (0.010s) 2022-11-23T03:16:08.6997535Z test_success_non_blocking (__main__.ForkTest) ... skip: Fork is only available on Unix (0.000s) 2022-11-23T03:16:08.6998327Z test_terminate_exit (__main__.ForkTest) ... skip: Fork is only available on Unix (0.000s) 2022-11-23T03:16:08.6999105Z test_terminate_signal (__main__.ForkTest) ... skip: Fork is only available on Unix (0.000s) 2022-11-23T03:16:08.7000189Z test_exception_all (__main__.SpawnTest) ... 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:16:08.7001193Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T03:16:08.7002092Z 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:16:08.7003060Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T03:16:08.7004017Z 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:16:08.7004862Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T03:16:08.7005777Z 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:16:08.7006722Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T03:16:08.7007267Z ok (3.944s) 2022-11-23T03:16:08.7008089Z test_exception_raises (__main__.SpawnTest) ... 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:16:08.7008857Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T03:16:08.7009383Z 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:16:08.7009917Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T03:16:08.7010214Z ok (3.648s) 2022-11-23T03:16:08.7010718Z test_exception_single (__main__.SpawnTest) ... 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:16:08.7011281Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T03:16:08.7012009Z 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:16:08.7012598Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T03:16:08.7013139Z 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:16:08.7013619Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T03:16:08.7014324Z 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:16:08.7014852Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T03:16:08.7015385Z 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:16:08.7015884Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T03:16:08.7016487Z 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:16:08.7017028Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T03:16:08.7017537Z 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:16:08.7018032Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T03:16:08.7018558Z 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:16:08.7019074Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T03:16:08.7019370Z ok (8.016s) 2022-11-23T03:16:08.7019900Z test_first_argument_index (__main__.SpawnTest) ... 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:16:08.7020456Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T03:16:08.7021147Z 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:16:08.7021765Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T03:16:08.7022346Z 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:16:08.7022845Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T03:16:08.7023362Z 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:16:08.7023881Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T03:16:08.7024158Z ok (3.802s) 2022-11-23T03:16:08.7024437Z test_signal_raises (__main__.SpawnTest) ... ok (0.004s) 2022-11-23T03:16:08.7025198Z test_success (__main__.SpawnTest) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/72298 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:16:08.7026152Z test_success_first_then_exception (__main__.SpawnTest) ... 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:16:08.7026725Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T03:16:08.7027247Z 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:16:08.7027764Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T03:16:08.7028297Z 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:16:08.7028792Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T03:16:08.7029311Z 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:16:08.7029811Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T03:16:08.7030382Z ok (4.035s) 2022-11-23T03:16:08.7031112Z test_success_non_blocking (__main__.SpawnTest) ... 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:16:08.7031768Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T03:16:08.7032295Z 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:16:08.7032820Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T03:16:08.7033416Z 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:16:08.7033932Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T03:16:08.7034607Z 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:16:08.7035133Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T03:16:08.7035429Z ok (3.841s) 2022-11-23T03:16:08.7035930Z test_terminate_exit (__main__.SpawnTest) ... 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:16:08.7036470Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T03:16:08.7036967Z 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:16:08.7037488Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T03:16:08.7038021Z 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:16:08.7038513Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T03:16:08.7039026Z 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:16:08.7039544Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T03:16:08.7039836Z ok (3.977s) 2022-11-23T03:16:08.7040324Z test_terminate_signal (__main__.SpawnTest) ... 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:16:08.7040883Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T03:16:08.7041408Z 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:16:08.7041925Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T03:16:08.7042451Z 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:16:08.7042945Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T03:16:08.7043463Z 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:16:08.7043963Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T03:16:08.7044259Z ok (3.655s) 2022-11-23T03:16:08.7044389Z 2022-11-23T03:16:08.7044578Z ---------------------------------------------------------------------- 2022-11-23T03:16:08.7044890Z Ran 19 tests in 37.375s 2022-11-23T03:16:08.7045036Z 2022-11-23T03:16:08.7045133Z OK (skipped=9) 2022-11-23T03:16:08.7045270Z 2022-11-23T03:16:08.7045383Z Generating XML reports... 2022-11-23T03:16:08.7045812Z Generated XML report: test-reports\python-unittest\test_multiprocessing_spawn\TEST-ErrorTest-20221123031530.xml 2022-11-23T03:16:08.7046405Z Generated XML report: test-reports\python-unittest\test_multiprocessing_spawn\TEST-SpawnTest-20221123031530.xml 2022-11-23T03:16:08.7047089Z Generated XML report: test-reports\python-unittest\test_multiprocessing_spawn\TEST-ForkTest-20221123031530.xml 2022-11-23T03:16:08.7047396Z 2022-11-23T03:16:08.7047712Z ##[endgroup] 2022-11-23T03:16:08.7048198Z FINISHED PRINTING LOG FILE of test_multiprocessing_spawn (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_multiprocessing_spawn_8vydlxsp) 2022-11-23T03:16:08.7048565Z 2022-11-23T03:16:08.7048724Z Running test_multiprocessing ... [2022-11-23 03:16:08.696448] 2022-11-23T03:16:08.7049360Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_multiprocessing.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 03:16:08.696448] 2022-11-23T03:16:42.7483174Z 2022-11-23T03:16:42.7484241Z Expand the folded group to see the log file of test_multiprocessing 2022-11-23T03:16:42.7485839Z ##[group]PRINTING LOG FILE of test_multiprocessing (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_multiprocessing_jbynm37j) 2022-11-23T03:16:42.7486500Z 2022-11-23T03:16:42.7486659Z Running tests... 2022-11-23T03:16:42.7487188Z ---------------------------------------------------------------------- 2022-11-23T03:16:42.7487950Z Test results will be stored in test-reports\python-unittest\test_multiprocessing 2022-11-23T03:16:42.7488819Z test_autograd_errors (__main__.TestMultiprocessing) ... skip: Test needs to use fork multiprocessing (0.000s) 2022-11-23T03:16:42.7490070Z test_autograd_fine_with_spawn (__main__.TestMultiprocessing) ... 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:16:42.7490941Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T03:16:42.7491856Z 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:16:42.7492772Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T03:16:42.7493736Z 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:16:42.7494689Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T03:16:42.7495640Z 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:16:42.7496689Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T03:16:42.7498040Z 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:16:42.7499132Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T03:16:42.7500167Z 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:16:42.7501222Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T03:16:42.7501790Z ok (6.315s) 2022-11-23T03:16:42.7502515Z test_cuda_bad_call (__main__.TestMultiprocessing) ... skip: not applicable to Windows (only fails with fork) (0.001s) 2022-11-23T03:16:42.7503488Z test_cuda_ipc_deadlock (__main__.TestMultiprocessing) ... skip: CUDA IPC not available (0.002s) 2022-11-23T03:16:42.7504445Z test_cuda_memory_allocation (__main__.TestMultiprocessing) ... skip: CUDA IPC not available (0.001s) 2022-11-23T03:16:42.7505415Z test_cuda_parameter_sharing (__main__.TestMultiprocessing) ... skip: CUDA IPC not available (0.001s) 2022-11-23T03:16:42.7506409Z test_cuda_send_many (__main__.TestMultiprocessing) ... skip: CUDA IPC not available (0.002s) 2022-11-23T03:16:42.7507296Z test_cuda_simple (__main__.TestMultiprocessing) ... skip: CUDA IPC not available (0.001s) 2022-11-23T03:16:42.7508183Z test_cuda_small_tensors (__main__.TestMultiprocessing) ... skip: CUDA IPC not available (0.002s) 2022-11-23T03:16:42.7509440Z test_cuda_variable_sharing (__main__.TestMultiprocessing) ... skip: CUDA IPC not available (0.001s) 2022-11-23T03:16:42.7510287Z test_empty_shared (__main__.TestMultiprocessing) ... ok (0.001s) 2022-11-23T03:16:42.7511052Z test_empty_tensor_sharing (__main__.TestMultiprocessing) ... ok (0.005s) 2022-11-23T03:16:42.7511870Z test_empty_tensor_sharing_cuda (__main__.TestMultiprocessing) ... ok (0.005s) 2022-11-23T03:16:42.7512705Z test_event (__main__.TestMultiprocessing) ... skip: CUDA IPC not available (0.002s) 2022-11-23T03:16:42.7513785Z test_event_handle_exporter (__main__.TestMultiprocessing) ... skip: CUDA IPC not available (0.001s) 2022-11-23T03:16:42.7514724Z test_event_handle_importer (__main__.TestMultiprocessing) ... skip: CUDA IPC not available (0.002s) 2022-11-23T03:16:42.7515657Z test_event_handle_multi_gpu (__main__.TestMultiprocessing) ... skip: CUDA IPC not available (0.001s) 2022-11-23T03:16:42.7516614Z test_event_multiprocess (__main__.TestMultiprocessing) ... skip: CUDA IPC not available (0.002s) 2022-11-23T03:16:42.7518210Z test_fd_pool (__main__.TestMultiprocessing) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/69660 for allplatform(s) . If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-11-23T03:16:42.7520461Z test_fd_preserve_sharing (__main__.TestMultiprocessing) ... 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:16:42.7521849Z warnings.warn(message, UserWarning) 2022-11-23T03:16:42.7522349Z ok (0.143s) 2022-11-23T03:16:42.7523800Z test_fd_sharing (__main__.TestMultiprocessing) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/68831 for platform(s) win, linux. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-11-23T03:16:42.7525367Z test_fs (__main__.TestMultiprocessing) ... skip: don't not how to check if shm files exist (0.001s) 2022-11-23T03:16:42.7526186Z test_fs_is_shared (__main__.TestMultiprocessing) ... ok (0.001s) 2022-11-23T03:16:42.7527695Z test_fs_pool (__main__.TestMultiprocessing) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/69659 for allplatform(s) . If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-11-23T03:16:42.7529171Z test_fs_preserve_sharing (__main__.TestMultiprocessing) ... ok (0.140s) 2022-11-23T03:16:42.7530756Z test_fs_sharing (__main__.TestMultiprocessing) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/67002 for platform(s) windows, mac, linux. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.006s) 2022-11-23T03:16:42.7532356Z test_inherit_tensor (__main__.TestMultiprocessing) ... test_inherit_tensor: SubProcess too slow 2022-11-23T03:16:42.7532999Z ok (2.004s) 2022-11-23T03:16:42.7534081Z test_integer_parameter_serialization_cpu (__main__.TestMultiprocessing) ... 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:16:42.7535247Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T03:16:42.7536262Z 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:16:42.7537475Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T03:16:42.7538651Z 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:16:42.7539767Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T03:16:42.7540750Z 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:16:42.7541932Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T03:16:42.7542532Z ok (3.858s) 2022-11-23T03:16:42.7543266Z test_integer_parameter_serialization_cuda (__main__.TestMultiprocessing) ... skip: CUDA IPC not available (0.001s) 2022-11-23T03:16:42.7544147Z test_is_shared (__main__.TestMultiprocessing) ... ok (0.001s) 2022-11-23T03:16:42.7545039Z test_is_shared_cuda (__main__.TestMultiprocessing) ... ok (0.001s) 2022-11-23T03:16:42.7546343Z test_leaf_variable_sharing (__main__.TestMultiprocessing) ... 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:16:42.7547472Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T03:16:42.7548476Z 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:16:42.7549503Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T03:16:42.7550524Z 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:16:42.7551585Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T03:16:42.7552766Z 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:16:42.7553795Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T03:16:42.7554343Z ok (6.577s) 2022-11-23T03:16:42.7555053Z test_mixed_types_cuda_sharing (__main__.TestMultiprocessing) ... skip: CUDA IPC not available (0.000s) 2022-11-23T03:16:42.7555936Z test_non_leaf_variable_sharing (__main__.TestMultiprocessing) ... ok (0.000s) 2022-11-23T03:16:42.7557742Z test_parameter_sharing (__main__.TestMultiprocessing) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\hooks.py:59: UserWarning: backward hook .hook at 0x000001D823C409D0> on tensor will not be serialized. If this is expected, you can decorate the function with @torch.utils.hooks.unserializable_hook to suppress this warning 2022-11-23T03:16:42.7559659Z warnings.warn("backward hook {} on tensor will not be " 2022-11-23T03:16:42.7560681Z 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:16:42.7561656Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T03:16:42.7562640Z 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:16:42.7563665Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T03:16:42.7564245Z ok (3.636s) 2022-11-23T03:16:42.7565342Z test_variable_sharing (__main__.TestMultiprocessing) ... 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:16:42.7566652Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T03:16:42.7567663Z 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:16:42.7568875Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T03:16:42.7569878Z 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:16:42.7570849Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T03:16:42.7571939Z 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:16:42.7573265Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T03:16:42.7573852Z ok (7.391s) 2022-11-23T03:16:42.7574609Z test_wrong_cuda_fork (__main__.TestMultiprocessing) ... skip: not applicable to Windows (only fails with fork) (0.001s) 2022-11-23T03:16:42.7575163Z 2022-11-23T03:16:42.7575528Z ---------------------------------------------------------------------- 2022-11-23T03:16:42.7576126Z Ran 37 tests in 30.125s 2022-11-23T03:16:42.7576412Z 2022-11-23T03:16:42.7576588Z OK (skipped=22) 2022-11-23T03:16:42.7576859Z 2022-11-23T03:16:42.7577079Z Generating XML reports... 2022-11-23T03:16:42.7577977Z Generated XML report: test-reports\python-unittest\test_multiprocessing\TEST-TestMultiprocessing-20221123031611.xml 2022-11-23T03:16:42.7578788Z 2022-11-23T03:16:42.7579479Z ##[endgroup] 2022-11-23T03:16:42.7580481Z FINISHED PRINTING LOG FILE of test_multiprocessing (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_multiprocessing_jbynm37j) 2022-11-23T03:16:42.7581161Z 2022-11-23T03:16:42.7581429Z Running test_fx ... [2022-11-23 03:16:42.743750] 2022-11-23T03:16:42.7582521Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_fx.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 03:16:42.743750] 2022-11-23T03:17:03.3984197Z 2022-11-23T03:17:03.3985481Z Expand the folded group to see the log file of test_fx 2022-11-23T03:17:03.3987199Z ##[group]PRINTING LOG FILE of test_fx (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_fx_63u994v0) 2022-11-23T03:17:03.4008305Z 2022-11-23T03:17:03.4008539Z Running tests... 2022-11-23T03:17:03.4008917Z ---------------------------------------------------------------------- 2022-11-23T03:17:03.4012184Z Test results will be stored in test-reports\python-unittest\test_fx 2022-11-23T03:17:03.4013103Z test_annotate (fx.test_gradual_type.AnnotationsTest) ... ok (1.834s) 2022-11-23T03:17:03.4013843Z test_annotations (fx.test_gradual_type.AnnotationsTest) 2022-11-23T03:17:03.4014484Z Test type annotations in the forward function. ... ok (0.006s) 2022-11-23T03:17:03.4015465Z test_broadcasting1 (fx.test_gradual_type.AnnotationsTest) ... ok (0.000s) 2022-11-23T03:17:03.4016179Z test_broadcasting2 (fx.test_gradual_type.AnnotationsTest) ... ok (0.000s) 2022-11-23T03:17:03.4016871Z test_broadcasting3 (fx.test_gradual_type.AnnotationsTest) ... ok (0.000s) 2022-11-23T03:17:03.4017533Z test_consistency (fx.test_gradual_type.AnnotationsTest) 2022-11-23T03:17:03.4018114Z Test the consistency relation. ... ok (0.000s) 2022-11-23T03:17:03.4018834Z test_precision (fx.test_gradual_type.AnnotationsTest) 2022-11-23T03:17:03.4019539Z Test the consistency relation. ... ok (0.000s) 2022-11-23T03:17:03.4020260Z test_banned_list (fx.test_cse_pass.TestCSEPass) ... ok (0.034s) 2022-11-23T03:17:03.4020902Z test_empty (fx.test_cse_pass.TestCSEPass) ... ok (0.005s) 2022-11-23T03:17:03.4021607Z test_immutable_list_multiple_entries (fx.test_cse_pass.TestCSEPass) ... ok (0.017s) 2022-11-23T03:17:03.4022200Z test_immutable_list_type (fx.test_cse_pass.TestCSEPass) ... ok (0.017s) 2022-11-23T03:17:03.4022562Z test_kwarg (fx.test_cse_pass.TestCSEPass) ... ok (0.011s) 2022-11-23T03:17:03.4022948Z test_nested_immutable_list_type (fx.test_cse_pass.TestCSEPass) ... ok (0.007s) 2022-11-23T03:17:03.4023375Z test_nochange (fx.test_cse_pass.TestCSEPass) ... ok (0.006s) 2022-11-23T03:17:03.4023977Z test_rand_like (fx.test_cse_pass.TestCSEPass) ... ok (0.020s) 2022-11-23T03:17:03.4024335Z test_rand_n (fx.test_cse_pass.TestCSEPass) ... ok (0.010s) 2022-11-23T03:17:03.4024690Z test_random (fx.test_cse_pass.TestCSEPass) ... ok (0.150s) 2022-11-23T03:17:03.4025110Z test_simple (fx.test_cse_pass.TestCSEPass) ... ok (0.015s) 2022-11-23T03:17:03.4025881Z test_simple_2 (fx.test_cse_pass.TestCSEPass) ... ok (0.016s) 2022-11-23T03:17:03.4026633Z test_simple_multiple_same_ops (fx.test_cse_pass.TestCSEPass) ... ok (0.016s) 2022-11-23T03:17:03.4027389Z test_two_args (fx.test_cse_pass.TestCSEPass) ... ok (0.019s) 2022-11-23T03:17:03.4027900Z test_two_args_default (fx.test_cse_pass.TestCSEPass) ... ok (0.018s) 2022-11-23T03:17:03.4028371Z test_correctness_CSEPass_MutationInput_cpu (fx.test_common_passes.TestCommonPass) ... ok (0.013s) 2022-11-23T03:17:03.4028860Z test_correctness_CSEPass_MutationInput_cuda (fx.test_common_passes.TestCommonPass) ... ok (0.012s) 2022-11-23T03:17:03.4029376Z test_correctness_CSEPass_MutationMetadata_cpu (fx.test_common_passes.TestCommonPass) ... ok (0.007s) 2022-11-23T03:17:03.4029890Z test_correctness_CSEPass_MutationMetadata_cuda (fx.test_common_passes.TestCommonPass) ... ok (0.005s) 2022-11-23T03:17:03.4030413Z test_correctness_CSEPass_MutationTorchTensorCall_cpu (fx.test_common_passes.TestCommonPass) ... ok (0.019s) 2022-11-23T03:17:03.4030958Z test_correctness_CSEPass_MutationTorchTensorCall_cuda (fx.test_common_passes.TestCommonPass) ... ok (0.012s) 2022-11-23T03:17:03.4031461Z test_correctness_CSEPass_Mutation_cpu (fx.test_common_passes.TestCommonPass) ... ok (0.010s) 2022-11-23T03:17:03.4032036Z test_correctness_CSEPass_Mutation_cuda (fx.test_common_passes.TestCommonPass) ... ok (0.010s) 2022-11-23T03:17:03.4033028Z test_correctness_CSEPass_ReturnList_cpu (fx.test_common_passes.TestCommonPass) ... ok (0.011s) 2022-11-23T03:17:03.4034053Z test_correctness_CSEPass_ReturnList_cuda (fx.test_common_passes.TestCommonPass) ... ok (0.011s) 2022-11-23T03:17:03.4034584Z test_correctness_CSEPass_TakeList_cpu (fx.test_common_passes.TestCommonPass) ... ok (0.007s) 2022-11-23T03:17:03.4035056Z test_correctness_CSEPass_TakeList_cuda (fx.test_common_passes.TestCommonPass) ... ok (0.008s) 2022-11-23T03:17:03.4035570Z test_correctness_factory_CSEPass_FactoryFunctionCall_cpu (fx.test_common_passes.TestCommonPass) ... ok (0.008s) 2022-11-23T03:17:03.4036112Z test_correctness_factory_CSEPass_FactoryFunctionCall_cuda (fx.test_common_passes.TestCommonPass) ... ok (0.008s) 2022-11-23T03:17:03.4036651Z test_correctness_factory_CSEPass_MutationFactory_cpu (fx.test_common_passes.TestCommonPass) ... ok (0.007s) 2022-11-23T03:17:03.4037156Z test_correctness_factory_CSEPass_MutationFactory_cuda (fx.test_common_passes.TestCommonPass) ... ok (0.006s) 2022-11-23T03:17:03.4037609Z test_check_inline_non_const (fx.test_fx_const_fold.TestConstFold) 2022-11-23T03:17:03.4038633Z 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-23T03:17:03.4040702Z new_node = root_const_gm.graph.get_attr(in_node.target) 2022-11-23T03:17:03.4041103Z ok (0.010s) 2022-11-23T03:17:03.4041427Z test_check_inline_non_const_mult_return (fx.test_fx_const_fold.TestConstFold) 2022-11-23T03:17:03.4041885Z Perform constant folding conversion and check that the non-const module is inlined ... ok (0.010s) 2022-11-23T03:17:03.4042347Z test_check_skip_folding_quant_dequant_pattern (fx.test_fx_const_fold.TestConstFold) 2022-11-23T03:17:03.4042792Z Set up skip_folding_quant_dequant function to skip quant/dequant pattern. ... ok (0.010s) 2022-11-23T03:17:03.4043356Z test_const_fold_basic_one_attr_name_collision (fx.test_fx_const_fold.TestConstFold) 2022-11-23T03:17:03.4043816Z Perform constant folding conversion, from original mod to split constant folding ... ok (0.010s) 2022-11-23T03:17:03.4044273Z test_const_fold_basic_one_attr_no_name_collision (fx.test_fx_const_fold.TestConstFold) 2022-11-23T03:17:03.4044730Z Perform constant folding conversion, from original mod to split constant folding ... ok (0.022s) 2022-11-23T03:17:03.4045187Z test_const_fold_basic_placeholder_reordered (fx.test_fx_const_fold.TestConstFold) 2022-11-23T03:17:03.4045960Z Test code path where placeholder comes after normal op node in FX ... ok (0.008s) 2022-11-23T03:17:03.4046805Z test_const_fold_basic_two_attr (fx.test_fx_const_fold.TestConstFold) 2022-11-23T03:17:03.4047669Z Perform constant folding conversion, from original mod to split constant ... ok (0.013s) 2022-11-23T03:17:03.4048151Z test_const_fold_basic_two_attr_three_input (fx.test_fx_const_fold.TestConstFold) 2022-11-23T03:17:03.4048612Z Perform constant folding conversion, from original mod to split constant ... ok (0.011s) 2022-11-23T03:17:03.4049074Z test_const_fold_has_inlined_call_module_node (fx.test_fx_const_fold.TestConstFold) ... ok (0.009s) 2022-11-23T03:17:03.4049721Z 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-23T03:17:03.4050277Z warnings.warn(f"Failed to fetch module {module_path}!") 2022-11-23T03:17:03.4050551Z ok (0.011s) 2022-11-23T03:17:03.4050862Z test_const_fold_multi_const_folded_attrs (fx.test_fx_const_fold.TestConstFold) 2022-11-23T03:17:03.4051303Z Perform constant folding conversion, from original mod to split constant ... ok (0.012s) 2022-11-23T03:17:03.4051710Z test_const_fold_noop (fx.test_fx_const_fold.TestConstFold) 2022-11-23T03:17:03.4052102Z Check that a graph with no constant folding is handled correctly. ... ok (0.005s) 2022-11-23T03:17:03.4052781Z test_const_fold_submod_hierarchy (fx.test_fx_const_fold.TestConstFold) 2022-11-23T03:17:03.4053977Z 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-23T03:17:03.4054931Z warnings.warn(f"Failed to fetch module {module_path}!") 2022-11-23T03:17:03.4055220Z ok (0.011s) 2022-11-23T03:17:03.4055547Z test_const_fold_tensor_meta (fx.test_fx_const_fold.TestConstFold) ... ok (0.014s) 2022-11-23T03:17:03.4055989Z test_const_fold_unused_placeholder (fx.test_fx_const_fold.TestConstFold) ... ok (0.006s) 2022-11-23T03:17:03.4056414Z test_dict_output (fx.test_fx_const_fold.TestConstFold) ... ok (0.012s) 2022-11-23T03:17:03.4056787Z test_fold_module (fx.test_fx_const_fold.TestConstFold) 2022-11-23T03:17:03.4057135Z Perform constant folding with a call_module node. ... ok (0.012s) 2022-11-23T03:17:03.4057508Z test_retain_node_meta (fx.test_fx_const_fold.TestConstFold) 2022-11-23T03:17:03.4057920Z Perform constant folding conversion, and validate that node meta is retained. ... ok (0.014s) 2022-11-23T03:17:03.4058346Z test_three_outputs (fx.test_fx_const_fold.TestConstFold) ... ok (0.013s) 2022-11-23T03:17:03.4058743Z test_two_outputs (fx.test_fx_const_fold.TestConstFold) ... ok (0.007s) 2022-11-23T03:17:03.4059217Z test_param_dim_const (fx.test_fx_param_shape_control_flow.TestConstParamShapeInControlFlow) ... ok (0.006s) 2022-11-23T03:17:03.4060134Z test_param_ndim_const (fx.test_fx_param_shape_control_flow.TestConstParamShapeInControlFlow) ... ok (0.017s) 2022-11-23T03:17:03.4061136Z test_param_nelement_const (fx.test_fx_param_shape_control_flow.TestConstParamShapeInControlFlow) ... ok (0.007s) 2022-11-23T03:17:03.4062068Z test_param_numel_const (fx.test_fx_param_shape_control_flow.TestConstParamShapeInControlFlow) ... ok (0.007s) 2022-11-23T03:17:03.4062751Z test_param_shape_const (fx.test_fx_param_shape_control_flow.TestConstParamShapeInControlFlow) ... ok (0.007s) 2022-11-23T03:17:03.4063301Z test_param_size_const (fx.test_fx_param_shape_control_flow.TestConstParamShapeInControlFlow) ... ok (0.007s) 2022-11-23T03:17:03.4063745Z test_dead_chain (fx.test_dce_pass.TestDCE) 2022-11-23T03:17:03.4064113Z Tests that a chain of two nodes in the graph are DCE'd correctly. ... graph(): 2022-11-23T03:17:03.4064445Z %x : [#users=2] = placeholder[target=x] 2022-11-23T03:17:03.4064806Z %add : [#users=1] = call_function[target=operator.add](args = (%x, 1), kwargs = {}) 2022-11-23T03:17:03.4065307Z %mul : [#users=0] = call_function[target=operator.mul](args = (%add, 7), kwargs = {}) 2022-11-23T03:17:03.4065679Z %attr_1 : [#users=1] = get_attr[target=attr_1] 2022-11-23T03:17:03.4066052Z %add_1 : [#users=1] = call_function[target=operator.add](args = (%x, %attr_1), kwargs = {}) 2022-11-23T03:17:03.4066377Z return add_1 2022-11-23T03:17:03.4066823Z ok (0.003s) 2022-11-23T03:17:03.4067338Z test_dead_getattr (fx.test_dce_pass.TestDCE) 2022-11-23T03:17:03.4067991Z Tests that a getatrr in the graph is DCE'd correctly. ... graph(): 2022-11-23T03:17:03.4068669Z %x : [#users=2] = placeholder[target=x] 2022-11-23T03:17:03.4069058Z %add : [#users=1] = call_function[target=operator.add](args = (%x, 1), kwargs = {}) 2022-11-23T03:17:03.4069411Z %attr_1 : [#users=1] = get_attr[target=attr_1] 2022-11-23T03:17:03.4069767Z %mul : [#users=0] = call_function[target=operator.mul](args = (%add, %attr_1), kwargs = {}) 2022-11-23T03:17:03.4070190Z %add_1 : [#users=1] = call_function[target=operator.add](args = (%x, 11), kwargs = {}) 2022-11-23T03:17:03.4070497Z return add_1 2022-11-23T03:17:03.4070709Z ok (0.003s) 2022-11-23T03:17:03.4070980Z test_dead_placeholder (fx.test_dce_pass.TestDCE) 2022-11-23T03:17:03.4071372Z Tests that a placeholder in the graph is not DCE'd, as that would change ... graph(): 2022-11-23T03:17:03.4071720Z %x : [#users=1] = placeholder[target=x] 2022-11-23T03:17:03.4072032Z %y : [#users=0] = placeholder[target=y] 2022-11-23T03:17:03.4072386Z %add : [#users=1] = call_function[target=operator.add](args = (%x, 7), kwargs = {}) 2022-11-23T03:17:03.4072689Z return add 2022-11-23T03:17:03.4072893Z ok (0.006s) 2022-11-23T03:17:03.4073170Z test_dead_placeholder_with_user (fx.test_dce_pass.TestDCE) 2022-11-23T03:17:03.4073948Z Tests that a placeholder in the graph is not DCE'd, as that would change ... graph(): 2022-11-23T03:17:03.4074686Z %x : [#users=1] = placeholder[target=x] 2022-11-23T03:17:03.4075282Z %y : [#users=1] = placeholder[target=y] 2022-11-23T03:17:03.4075878Z %add : [#users=0] = call_function[target=operator.add](args = (%y, 2), kwargs = {}) 2022-11-23T03:17:03.4076301Z %add_1 : [#users=1] = call_function[target=operator.add](args = (%x, 7), kwargs = {}) 2022-11-23T03:17:03.4076597Z return add_1 2022-11-23T03:17:03.4076805Z ok (0.000s) 2022-11-23T03:17:03.4077099Z test_keep_module_with_side_effects (fx.test_dce_pass.TestDCE) 2022-11-23T03:17:03.4077510Z Test that DCE doesn't remove a module if it's specified as having side effects. ... graph(): 2022-11-23T03:17:03.4077903Z %a : torch.Tensor [#users=2] = placeholder[target=a] 2022-11-23T03:17:03.4078262Z %relu : [#users=0] = call_module[target=relu](args = (%a,), kwargs = {}) 2022-11-23T03:17:03.4078641Z %mul : [#users=1] = call_function[target=operator.mul](args = (%a, 2), kwargs = {}) 2022-11-23T03:17:03.4078944Z return mul 2022-11-23T03:17:03.4079151Z ok (0.010s) 2022-11-23T03:17:03.4079548Z test_keep_torch_assert (fx.test_dce_pass.TestDCE) 2022-11-23T03:17:03.4079961Z Test that DCE doesn't remove torch._assert since it has side effects. ... graph(): 2022-11-23T03:17:03.4080612Z %a : torch.Tensor [#users=2] = placeholder[target=a] 2022-11-23T03:17:03.4081356Z %equal : [#users=1] = call_function[target=torch.equal](args = (%a, %a), kwargs = {}) 2022-11-23T03:17:03.4082581Z %_assert : [#users=0] = call_function[target=torch._assert](args = (%equal, a must equal a), kwargs = {}) 2022-11-23T03:17:03.4083088Z %mul : [#users=1] = call_function[target=operator.mul](args = (%a, 2), kwargs = {}) 2022-11-23T03:17:03.4083463Z return mul 2022-11-23T03:17:03.4083812Z ok (0.004s) 2022-11-23T03:17:03.4084240Z test_simple (fx.test_dce_pass.TestDCE) 2022-11-23T03:17:03.4084667Z Tests that a single node in the graph is DCE'd correctly. ... graph(): 2022-11-23T03:17:03.4085071Z %x : [#users=2] = placeholder[target=x] 2022-11-23T03:17:03.4085601Z %add : [#users=0] = call_function[target=operator.add](args = (%x, 1), kwargs = {}) 2022-11-23T03:17:03.4086183Z %attr_1 : [#users=1] = get_attr[target=attr_1] 2022-11-23T03:17:03.4086592Z %add_1 : [#users=1] = call_function[target=operator.add](args = (%x, %attr_1), kwargs = {}) 2022-11-23T03:17:03.4086972Z return add_1 2022-11-23T03:17:03.4087474Z ok (0.004s) 2022-11-23T03:17:03.4088106Z test_all_input_nodes (__main__.TestFX) ... ok (0.003s) 2022-11-23T03:17:03.4088978Z test_annotation_with_future (__main__.TestFX) ... ok (0.013s) 2022-11-23T03:17:03.4090104Z 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-23T03:17:03.4090965Z warnings.warn("The TorchScript type system doesn't support " 2022-11-23T03:17:03.4091270Z ok (0.058s) 2022-11-23T03:17:03.4091677Z test_annotations_with_forward_references (__main__.TestFX) ... ok (0.004s) 2022-11-23T03:17:03.4092149Z test_annotations_with_no_forward_references (__main__.TestFX) ... ok (0.004s) 2022-11-23T03:17:03.4092670Z test_annotations_with_non_torch_reference_and_internal_forward_references (__main__.TestFX) ... ok (0.004s) 2022-11-23T03:17:03.4093438Z test_annotations_with_non_torch_reference_and_no_internal_forward_references (__main__.TestFX) ... ok (0.003s) 2022-11-23T03:17:03.4093927Z test_args_kwargs (__main__.TestFX) ... ok (0.005s) 2022-11-23T03:17:03.4094643Z test_args_kwargs_no_self (__main__.TestFX) ... ok (0.000s) 2022-11-23T03:17:03.4095639Z test_assert (__main__.TestFX) ... skip: Python Windows bug? https://bugs.python.org/issue45108 (0.000s) 2022-11-23T03:17:03.4096524Z test_ast_rewriter_reassigns_submodules (__main__.TestFX) ... ok (0.010s) 2022-11-23T03:17:03.4116891Z test_ast_rewriter_rewrites_assert (__main__.TestFX) ... ok (0.006s) 2022-11-23T03:17:03.4117892Z test_ast_rewriter_rewrites_assert_with_message (__main__.TestFX) ... ok (0.006s) 2022-11-23T03:17:03.4118627Z test_ast_rewriter_wrap (__main__.TestFX) ... ok (0.005s) 2022-11-23T03:17:03.4119313Z test_ast_rewriter_wrap_fn_directly (__main__.TestFX) ... ok (0.005s) 2022-11-23T03:17:03.4120057Z test_ast_rewriter_wrap_with_submodule (__main__.TestFX) ... ok (0.006s) 2022-11-23T03:17:03.4120823Z test_ast_rewriter_wrapped_via_decorator (__main__.TestFX) ... ok (0.004s) 2022-11-23T03:17:03.4121633Z test_ast_rewriter_wrapped_via_decorator_and_transformed (__main__.TestFX) ... ok (0.003s) 2022-11-23T03:17:03.4122391Z test_autowrap_functions (__main__.TestFX) ... ok (0.173s) 2022-11-23T03:17:03.4123198Z test_concrete_arg_none_assert (__main__.TestFX) ... ok (0.009s) 2022-11-23T03:17:03.4124146Z test_construct_root_dict (__main__.TestFX) ... ok (0.006s) 2022-11-23T03:17:03.4124773Z test_copy_it (__main__.TestFX) ... ok (0.002s) 2022-11-23T03:17:03.4125672Z test_copy_no_remap (__main__.TestFX) ... ok (0.006s) 2022-11-23T03:17:03.4126774Z test_ctx_mgr (__main__.TestFX) ... ok (0.005s) 2022-11-23T03:17:03.4127791Z test_custom_codegen (__main__.TestFX) ... ok (0.036s) 2022-11-23T03:17:03.4128540Z test_custom_codegen_with_transformer (__main__.TestFX) ... ok (0.010s) 2022-11-23T03:17:03.4129753Z test_custom_import (__main__.TestFX) ... ok (0.000s) 2022-11-23T03:17:03.4130509Z test_custom_proxy_dynamic_value (__main__.TestFX) ... ok (0.000s) 2022-11-23T03:17:03.4131277Z test_custom_proxy_input_dependent_control_flow (__main__.TestFX) ... ok (0.015s) 2022-11-23T03:17:03.4132000Z test_custom_proxy_type (__main__.TestFX) ... ok (0.006s) 2022-11-23T03:17:03.4132640Z test_custom_proxy_type_literal (__main__.TestFX) ... ok (0.006s) 2022-11-23T03:17:03.4133386Z test_custom_traceback_not_raised_when_exception_source_is_submodule (__main__.TestFX) ... ok (0.919s) 2022-11-23T03:17:03.4134540Z test_custom_traceback_raised_when_exception_source_is_graphmodule (__main__.TestFX) ... ok (0.015s) 2022-11-23T03:17:03.4135455Z test_deepcopy_graph_with_tracer_cls (__main__.TestFX) ... ok (0.002s) 2022-11-23T03:17:03.4136261Z test_deepcopy_graphmodule_with_transform (__main__.TestFX) ... ok (0.007s) 2022-11-23T03:17:03.4136973Z test_deepcopy_recursion_depth (__main__.TestFX) ... ok (0.108s) 2022-11-23T03:17:03.4137634Z test_deepcopy_tracer (__main__.TestFX) ... ok (0.004s) 2022-11-23T03:17:03.4138264Z test_deepcopy_with_submods_params (__main__.TestFX) ... ok (0.006s) 2022-11-23T03:17:03.4138951Z test_delete_unused_submodules_leaf (__main__.TestFX) ... ok (0.006s) 2022-11-23T03:17:03.4139572Z test_dict (__main__.TestFX) ... ok (0.003s) 2022-11-23T03:17:03.4140146Z test_direct_param_use (__main__.TestFX) ... ok (0.000s) 2022-11-23T03:17:03.4140759Z test_disallow_override (__main__.TestFX) ... ok (0.006s) 2022-11-23T03:17:03.4141354Z test_ellipsis (__main__.TestFX) ... ok (0.010s) 2022-11-23T03:17:03.4141967Z test_empty_graph_codegen (__main__.TestFX) ... ok (0.000s) 2022-11-23T03:17:03.4142584Z test_erase_node_error (__main__.TestFX) ... ok (0.000s) 2022-11-23T03:17:03.4143178Z test_example_shape_prop (__main__.TestFX) ... ok (0.010s) 2022-11-23T03:17:03.4143725Z test_find_uses (__main__.TestFX) ... ok (0.000s) 2022-11-23T03:17:03.4144346Z test_fn_type_annotation_empty (__main__.TestFX) ... ok (0.049s) 2022-11-23T03:17:03.4144990Z test_fn_type_annotations (__main__.TestFX) ... ok (0.050s) 2022-11-23T03:17:03.4145590Z test_fx_and_or (__main__.TestFX) ... ok (0.005s) 2022-11-23T03:17:03.4146159Z test_fx_create_arg (__main__.TestFX) ... ok (0.006s) 2022-11-23T03:17:03.4146734Z test_fx_shifts (__main__.TestFX) ... ok (0.004s) 2022-11-23T03:17:03.4147283Z test_fx_stateless (__main__.TestFX) ... ok (0.007s) 2022-11-23T03:17:03.4147911Z test_get_torch_func_signature (__main__.TestFX) ... ok (0.230s) 2022-11-23T03:17:03.4148643Z test_getitem (__main__.TestFX) ... skip: Will be checked in test_getitem_subproc (0.001s) 2022-11-23T03:17:03.4149789Z 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-23T03:17:03.4150818Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T03:17:03.4152050Z 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:17:03.4153124Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T03:17:03.4153634Z ok (5.698s) 2022-11-23T03:17:03.4154131Z test_graph_edit_with_proxy (__main__.TestFX) ... ok (0.006s) 2022-11-23T03:17:03.4154714Z test_graph_fns (__main__.TestFX) ... ok (0.000s) 2022-11-23T03:17:03.4155271Z test_graph_module (__main__.TestFX) ... ok (0.075s) 2022-11-23T03:17:03.4155953Z test_graph_module_init_buffer_param_copied_dict_init (__main__.TestFX) ... ok (0.003s) 2022-11-23T03:17:03.4156793Z test_graph_module_init_buffer_param_copied_mod_init (__main__.TestFX) ... ok (0.006s) 2022-11-23T03:17:03.4157545Z test_graph_module_replicate_for_dp (__main__.TestFX) ... ok (0.000s) 2022-11-23T03:17:03.4158226Z test_graph_unique_names (__main__.TestFX) ... ok (0.012s) 2022-11-23T03:17:03.4158877Z test_graph_unique_names_manual (__main__.TestFX) ... ok (0.003s) 2022-11-23T03:17:03.4159769Z test_immutable_dict_pytree_ops (__main__.TestFX) ... ok (0.001s) 2022-11-23T03:17:03.4160453Z test_immutable_list_pytree_ops (__main__.TestFX) ... ok (0.002s) 2022-11-23T03:17:03.4161105Z test_imul_code_print (__main__.TestFX) ... ok (0.003s) 2022-11-23T03:17:03.4161671Z test_inf_nan (__main__.TestFX) ... ok (0.005s) 2022-11-23T03:17:03.4162251Z test_inf_nan_kwds (__main__.TestFX) ... ok (0.004s) 2022-11-23T03:17:03.4162828Z test_inline_graph (__main__.TestFX) ... ok (0.008s) 2022-11-23T03:17:03.4163413Z test_insertion_point (__main__.TestFX) ... ok (0.003s) 2022-11-23T03:17:03.4164177Z test_interpreter (__main__.TestFX) ... ok (0.008s) 2022-11-23T03:17:03.4164850Z test_interpreter_default_args (__main__.TestFX) ... ok (0.003s) 2022-11-23T03:17:03.4165597Z test_interpreter_gc_values (__main__.TestFX) ... skip: no torchvision (0.002s) 2022-11-23T03:17:03.4166401Z test_interpreter_noop_resnet18 (__main__.TestFX) ... skip: no torchvision (0.000s) 2022-11-23T03:17:03.4167139Z test_interpreter_not_enough_args (__main__.TestFX) ... ok (0.003s) 2022-11-23T03:17:03.4167784Z test_interpreter_onthefly_swap (__main__.TestFX) ... ok (0.006s) 2022-11-23T03:17:03.4168459Z test_interpreter_partial_eval (__main__.TestFX) ... ok (0.000s) 2022-11-23T03:17:03.4169183Z test_interpreter_run_node_override (__main__.TestFX) ... ok (0.010s) 2022-11-23T03:17:03.4169848Z test_interpreter_star_args (__main__.TestFX) ... ok (0.000s) 2022-11-23T03:17:03.4170519Z test_interpreter_with_codegen (__main__.TestFX) ... ok (0.010s) 2022-11-23T03:17:03.4171127Z test_layout (__main__.TestFX) ... ok (0.000s) 2022-11-23T03:17:03.4171708Z test_leaf_module (__main__.TestFX) ... ok (0.000s) 2022-11-23T03:17:03.4172290Z test_matmul_tracing (__main__.TestFX) ... ok (0.010s) 2022-11-23T03:17:03.4172904Z test_module_deepcopy_edit_nodes (__main__.TestFX) ... ok (0.011s) 2022-11-23T03:17:03.4173527Z test_move_before (__main__.TestFX) ... ok (0.004s) 2022-11-23T03:17:03.4174168Z test_multi_insert_point (__main__.TestFX) ... ok (0.003s) 2022-11-23T03:17:03.4174820Z test_multiple_default_args (__main__.TestFX) ... ok (0.008s) 2022-11-23T03:17:03.4175487Z test_named_tuple_inlined (__main__.TestFX) ... ok (0.105s) 2022-11-23T03:17:03.4176176Z test_namedtuple_return_qualname (__main__.TestFX) ... ok (0.004s) 2022-11-23T03:17:03.4176843Z test_namedtuple_return_trace (__main__.TestFX) ... ok (0.004s) 2022-11-23T03:17:03.4177653Z test_native_callable (__main__.TestFX) ... skip: non-portable load_library call used in test (0.006s) 2022-11-23T03:17:03.4178403Z test_no_mutation (__main__.TestFX) ... ok (0.001s) 2022-11-23T03:17:03.4179002Z test_node_tagging (__main__.TestFX) ... ok (0.005s) 2022-11-23T03:17:03.4179643Z test_nonetype_annotation (__main__.TestFX) ... ok (0.004s) 2022-11-23T03:17:03.4181103Z 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-23T03:17:03.4182368Z warnings.warn( 2022-11-23T03:17:03.4182746Z 2022-11-23T03:17:03.4182758Z 2022-11-23T03:17:03.4182769Z 2022-11-23T03:17:03.4182976Z def forward(self, x, y_1): 2022-11-23T03:17:03.4183496Z eq = y_1 == True; y_1 = None 2022-11-23T03:17:03.4184265Z _assert = torch._assert(eq, 'y has been specialized to have value True but got another value'); eq = None 2022-11-23T03:17:03.4184910Z mul = 2 * x; x = None 2022-11-23T03:17:03.4185316Z return mul 2022-11-23T03:17:03.4185674Z 2022-11-23T03:17:03.4186017Z ok (0.009s) 2022-11-23T03:17:03.4186547Z test_pickle_custom_import (__main__.TestFX) ... ok (0.000s) 2022-11-23T03:17:03.4187203Z test_pickle_graphmodule (__main__.TestFX) ... ok (0.014s) 2022-11-23T03:17:03.4187874Z test_pickle_nonetype_annotation (__main__.TestFX) ... ok (0.010s) 2022-11-23T03:17:03.4188784Z test_pickle_torch_custom_ops (__main__.TestFX) ... ok (0.015s) 2022-11-23T03:17:03.4189964Z 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-23T03:17:03.4191190Z warnings.warn("Trying to prepend a node to itself. This behavior has no effect on the graph.") 2022-11-23T03:17:03.4191828Z ok (0.004s) 2022-11-23T03:17:03.4192333Z test_pretty_print (__main__.TestFX) ... ok (0.006s) 2022-11-23T03:17:03.4193096Z test_pretty_print_graph (__main__.TestFX) ... ok (0.006s) 2022-11-23T03:17:03.4193747Z test_pretty_print_node (__main__.TestFX) ... ok (0.008s) 2022-11-23T03:17:03.4194386Z test_pretty_print_targets (__main__.TestFX) ... ok (0.008s) 2022-11-23T03:17:03.4195056Z test_profiler_ranges_side_effect (__main__.TestFX) ... ok (0.004s) 2022-11-23T03:17:03.4195718Z test_pytree (__main__.TestFX) ... ok (0.212s) 2022-11-23T03:17:03.4196303Z test_pytree_concrete (__main__.TestFX) ... ok (0.007s) 2022-11-23T03:17:03.4196935Z test_reassign_args_kwargs_uses (__main__.TestFX) ... ok (0.003s) 2022-11-23T03:17:03.4197591Z test_regular_and_default_args (__main__.TestFX) ... ok (0.005s) 2022-11-23T03:17:03.4198187Z test_remove_uses (__main__.TestFX) ... ok (0.000s) 2022-11-23T03:17:03.4198818Z test_remove_uses_with_custom_filter (__main__.TestFX) ... ok (0.003s) 2022-11-23T03:17:03.4199473Z test_replace_input (__main__.TestFX) ... ok (0.000s) 2022-11-23T03:17:03.4200166Z test_replace_uses (__main__.TestFX) ... skip: no torchvision (0.000s) 2022-11-23T03:17:03.4200829Z test_reserved_getattr (__main__.TestFX) 2022-11-23T03:17:03.4201516Z Ensure that we do not name any nodes with a reserved builtin like `getattr` ... ok (0.000s) 2022-11-23T03:17:03.4202207Z test_return_tuple (__main__.TestFX) ... ok (0.010s) 2022-11-23T03:17:03.4202797Z test_return_type_exists (__main__.TestFX) ... ok (0.035s) 2022-11-23T03:17:03.4203424Z test_script_method_trace (__main__.TestFX) ... ok (0.008s) 2022-11-23T03:17:03.4204063Z test_script_tensor_constant (__main__.TestFX) ... ok (0.038s) 2022-11-23T03:17:03.4204686Z test_sequential (__main__.TestFX) ... ok (0.004s) 2022-11-23T03:17:03.4205300Z test_shape_prop_aggregate (__main__.TestFX) ... ok (0.006s) 2022-11-23T03:17:03.4205925Z test_shape_prop_layout (__main__.TestFX) ... ok (0.036s) 2022-11-23T03:17:03.4206523Z test_shape_prop_layout_3d (__main__.TestFX) ... ok (0.772s) 2022-11-23T03:17:03.4207164Z test_single_default_arg (__main__.TestFX) ... ok (0.008s) 2022-11-23T03:17:03.4207735Z test_snake_case (__main__.TestFX) ... ok (0.009s) 2022-11-23T03:17:03.4208263Z test_sqrt (__main__.TestFX) ... ok (0.015s) 2022-11-23T03:17:03.4208808Z test_stack_traces (__main__.TestFX) ... ok (0.009s) 2022-11-23T03:17:03.4209428Z test_stack_traces_with_transformer (__main__.TestFX) ... ok (0.000s) 2022-11-23T03:17:03.4210140Z test_string_literal_return (__main__.TestFX) ... ok (0.010s) 2022-11-23T03:17:03.4210821Z test_submodule_manipulation_API (__main__.TestFX) ... ok (0.025s) 2022-11-23T03:17:03.4211503Z test_symbolic_trace_assert (__main__.TestFX) ... ok (0.015s) 2022-11-23T03:17:03.4212222Z test_symbolic_trace_sequential (__main__.TestFX) ... ok (0.006s) 2022-11-23T03:17:03.4212932Z test_tensor_attribute (__main__.TestFX) ... ok (0.005s) 2022-11-23T03:17:03.4213575Z test_tensor_attribute_coalseced (__main__.TestFX) ... ok (0.009s) 2022-11-23T03:17:03.4214257Z test_tensor_constant (__main__.TestFX) ... ok (0.000s) 2022-11-23T03:17:03.4214902Z test_throw_out_variant (__main__.TestFX) ... ok (0.000s) 2022-11-23T03:17:03.4215533Z test_torch_custom_ops (__main__.TestFX) ... ok (0.014s) 2022-11-23T03:17:03.4216187Z test_torch_fx_getattr (__main__.TestFX) ... ok (0.004s) 2022-11-23T03:17:03.4217692Z 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-23T03:17:03.4219359Z warnings.warn("The TorchScript type system doesn't support " 2022-11-23T03:17:03.4219880Z ok (0.048s) 2022-11-23T03:17:03.4220385Z test_torch_op_overloads (__main__.TestFX) ... ok (0.005s) 2022-11-23T03:17:03.4221426Z test_torchbind_class_attribute_in_fx (__main__.TestFX) ... skip: torch.classes._TorchScriptTesting._StackString is registered, skipping (0.002s) 2022-11-23T03:17:03.4222596Z test_torchbind_class_attribute_in_fx_tensor_arg (__main__.TestFX) ... skip: torch.classes._TorchScriptTesting._ReLUClass is registered, skipping (0.002s) 2022-11-23T03:17:03.4223676Z test_trace_buffer_slice (__main__.TestFX) ... skip: Hotfix for SEV remediation (0.002s) 2022-11-23T03:17:03.4224436Z test_trace_dict_int_keys (__main__.TestFX) ... ok (0.003s) 2022-11-23T03:17:03.4225084Z test_trace_dict_proxy_keys (__main__.TestFX) ... ok (0.004s) 2022-11-23T03:17:03.4225698Z test_trace_fn_constant (__main__.TestFX) ... ok (0.005s) 2022-11-23T03:17:03.4226365Z test_trace_function (__main__.TestFX) ... ok (0.004s) 2022-11-23T03:17:03.4227029Z test_trace_multiple_funcs (__main__.TestFX) ... 1.14.0a0+git1cfd385 2022-11-23T03:17:03.4227557Z ok (0.010s) 2022-11-23T03:17:03.4228176Z test_tracing_graphmodules_as_leaf_submodules (__main__.TestFX) ... ok (0.023s) 2022-11-23T03:17:03.4228951Z test_transformer_multi_outputs (__main__.TestFX) ... ok (0.006s) 2022-11-23T03:17:03.4229604Z test_transformer_noop (__main__.TestFX) ... ok (0.003s) 2022-11-23T03:17:03.4230255Z test_transformer_op_swap (__main__.TestFX) ... ok (0.006s) 2022-11-23T03:17:03.4230888Z test_tuple_no_subscript (__main__.TestFX) ... ok (0.010s) 2022-11-23T03:17:03.4231505Z test_typename_print (__main__.TestFX) ... ok (0.002s) 2022-11-23T03:17:03.4232104Z test_unpack (__main__.TestFX) ... ok (0.004s) 2022-11-23T03:17:03.4232704Z test_unpack_dict_better_error (__main__.TestFX) ... ok (0.004s) 2022-11-23T03:17:03.4233385Z test_unpack_list_better_error (__main__.TestFX) ... ok (0.003s) 2022-11-23T03:17:03.4234044Z test_update_args_api (__main__.TestFX) ... ok (0.003s) 2022-11-23T03:17:03.4234717Z test_update_args_kwargs_yells_at_you (__main__.TestFX) ... ok (0.005s) 2022-11-23T03:17:03.4235400Z test_update_kwargs_api (__main__.TestFX) ... ok (0.003s) 2022-11-23T03:17:03.4236142Z test_user_friendly_call_provenance_with_function (__main__.TestFX) ... ok (0.034s) 2022-11-23T03:17:03.4236951Z test_user_friendly_call_provenance_with_module (__main__.TestFX) ... ok (0.033s) 2022-11-23T03:17:03.4237640Z test_wrap (__main__.TestFX) ... ok (0.004s) 2022-11-23T03:17:03.4238278Z test_wrap_decorated_function (__main__.TestFX) ... ok (0.003s) 2022-11-23T03:17:03.4239091Z test_wrap_fn_directly (__main__.TestFX) ... ok (0.003s) 2022-11-23T03:17:03.4239867Z test_wrap_with_submodule (__main__.TestFX) ... ok (0.006s) 2022-11-23T03:17:03.4240664Z test_wrapped_method (__main__.TestFX) ... ok (0.000s) 2022-11-23T03:17:03.4241259Z test_wrapped_retrace (__main__.TestFX) ... ok (0.010s) 2022-11-23T03:17:03.4241912Z test_wrapped_via_decorator (__main__.TestFX) ... ok (0.010s) 2022-11-23T03:17:03.4242626Z test_wrapped_via_decorator_and_transformed (__main__.TestFX) ... ok (0.000s) 2022-11-23T03:17:03.4243380Z test_wrong_target_type (__main__.TestFX) ... ok (0.002s) 2022-11-23T03:17:03.4243994Z test_wrong_topo (__main__.TestFX) ... ok (0.004s) 2022-11-23T03:17:03.4244737Z test_class_member_back_compat (__main__.TestFXAPIBackwardCompatibility) 2022-11-23T03:17:03.4245520Z Test backward compatibility for members of classes with ... ok (0.003s) 2022-11-23T03:17:03.4246327Z test_function_back_compat (__main__.TestFXAPIBackwardCompatibility) 2022-11-23T03:17:03.4247141Z Test backward compatibility for function signatures with ... ok (0.014s) 2022-11-23T03:17:03.4248933Z test_public_api_surface (__main__.TestFXAPIBackwardCompatibility) ... ok (0.004s) 2022-11-23T03:17:03.4249838Z test_nn_functional_adaptive_avg_pool1d (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-11-23T03:17:03.4250722Z test_nn_functional_adaptive_avg_pool2d (__main__.TestFunctionalTracing) ... ok (0.004s) 2022-11-23T03:17:03.4251596Z test_nn_functional_adaptive_avg_pool3d (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-11-23T03:17:03.4252447Z test_nn_functional_adaptive_max_pool1d (__main__.TestFunctionalTracing) ... ok (0.004s) 2022-11-23T03:17:03.4253561Z test_nn_functional_adaptive_max_pool1d_with_indices (__main__.TestFunctionalTracing) ... ok (0.004s) 2022-11-23T03:17:03.4254520Z test_nn_functional_adaptive_max_pool2d (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-11-23T03:17:03.4255427Z test_nn_functional_adaptive_max_pool2d_with_indices (__main__.TestFunctionalTracing) ... ok (0.000s) 2022-11-23T03:17:03.4256341Z test_nn_functional_adaptive_max_pool3d (__main__.TestFunctionalTracing) ... ok (0.006s) 2022-11-23T03:17:03.4257248Z test_nn_functional_adaptive_max_pool3d_with_indices (__main__.TestFunctionalTracing) ... ok (0.000s) 2022-11-23T03:17:03.4258102Z test_nn_functional_affine_grid (__main__.TestFunctionalTracing) ... ok (0.000s) 2022-11-23T03:17:03.4258971Z test_nn_functional_alpha_dropout (__main__.TestFunctionalTracing) ... ok (0.010s) 2022-11-23T03:17:03.4259808Z test_nn_functional_avg_pool1d (__main__.TestFunctionalTracing) ... ok (0.000s) 2022-11-23T03:17:03.4260641Z test_nn_functional_avg_pool2d (__main__.TestFunctionalTracing) ... ok (0.000s) 2022-11-23T03:17:03.4261475Z test_nn_functional_avg_pool3d (__main__.TestFunctionalTracing) ... ok (0.000s) 2022-11-23T03:17:03.4262275Z test_nn_functional_batch_norm (__main__.TestFunctionalTracing) ... ok (0.000s) 2022-11-23T03:17:03.4263083Z test_nn_functional_bilinear (__main__.TestFunctionalTracing) ... ok (0.000s) 2022-11-23T03:17:03.4263870Z test_nn_functional_binary_cross_entropy (__main__.TestFunctionalTracing) ... ok (0.000s) 2022-11-23T03:17:03.4264737Z test_nn_functional_binary_cross_entropy_with_logits (__main__.TestFunctionalTracing) ... ok (0.000s) 2022-11-23T03:17:03.4265540Z test_nn_functional_celu (__main__.TestFunctionalTracing) ... ok (0.012s) 2022-11-23T03:17:03.4266270Z test_nn_functional_celu_ (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-11-23T03:17:03.4267050Z test_nn_functional_channel_shuffle (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-11-23T03:17:03.4267884Z test_nn_functional_conv1d (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-11-23T03:17:03.4268668Z test_nn_functional_conv2d (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-11-23T03:17:03.4269450Z test_nn_functional_conv3d (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-11-23T03:17:03.4270238Z test_nn_functional_conv_tbc (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-11-23T03:17:03.4271080Z test_nn_functional_conv_transpose1d (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-11-23T03:17:03.4271946Z test_nn_functional_conv_transpose2d (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-11-23T03:17:03.4272783Z test_nn_functional_conv_transpose3d (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-11-23T03:17:03.4273644Z test_nn_functional_cosine_embedding_loss (__main__.TestFunctionalTracing) ... ok (0.004s) 2022-11-23T03:17:03.4274486Z test_nn_functional_cosine_similarity (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-11-23T03:17:03.4275360Z test_nn_functional_cross_entropy (__main__.TestFunctionalTracing) ... ok (0.004s) 2022-11-23T03:17:03.4276192Z test_nn_functional_ctc_loss (__main__.TestFunctionalTracing) ... ok (0.007s) 2022-11-23T03:17:03.4277009Z test_nn_functional_dropout (__main__.TestFunctionalTracing) ... ok (0.004s) 2022-11-23T03:17:03.4277837Z test_nn_functional_dropout1d (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-11-23T03:17:03.4278871Z test_nn_functional_dropout2d (__main__.TestFunctionalTracing) ... ok (0.006s) 2022-11-23T03:17:03.4279681Z test_nn_functional_dropout3d (__main__.TestFunctionalTracing) ... ok (0.000s) 2022-11-23T03:17:03.4280481Z test_nn_functional_elu (__main__.TestFunctionalTracing) ... ok (0.011s) 2022-11-23T03:17:03.4281270Z test_nn_functional_elu_ (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-11-23T03:17:03.4282067Z test_nn_functional_embedding (__main__.TestFunctionalTracing) ... ok (0.006s) 2022-11-23T03:17:03.4282926Z test_nn_functional_embedding_bag (__main__.TestFunctionalTracing) ... ok (0.006s) 2022-11-23T03:17:03.4283968Z test_nn_functional_feature_alpha_dropout (__main__.TestFunctionalTracing) ... ok (0.006s) 2022-11-23T03:17:03.4284820Z test_nn_functional_fold (__main__.TestFunctionalTracing) ... ok (0.005s) 2022-11-23T03:17:03.4285690Z test_nn_functional_fractional_max_pool2d (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-11-23T03:17:03.4286643Z test_nn_functional_fractional_max_pool2d_with_indices (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-11-23T03:17:03.4287572Z test_nn_functional_fractional_max_pool3d (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-11-23T03:17:03.4288499Z test_nn_functional_fractional_max_pool3d_with_indices (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-11-23T03:17:03.4289416Z test_nn_functional_gaussian_nll_loss (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-11-23T03:17:03.4290231Z test_nn_functional_gelu (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-11-23T03:17:03.4290990Z test_nn_functional_glu (__main__.TestFunctionalTracing) ... ok (0.000s) 2022-11-23T03:17:03.4291816Z test_nn_functional_grid_sample (__main__.TestFunctionalTracing) ... ok (0.006s) 2022-11-23T03:17:03.4292661Z test_nn_functional_group_norm (__main__.TestFunctionalTracing) ... ok (0.000s) 2022-11-23T03:17:03.4293491Z test_nn_functional_gumbel_softmax (__main__.TestFunctionalTracing) ... ok (0.000s) 2022-11-23T03:17:03.4294319Z test_nn_functional_hardshrink (__main__.TestFunctionalTracing) ... ok (0.000s) 2022-11-23T03:17:03.4294874Z test_nn_functional_hardsigmoid (__main__.TestFunctionalTracing) ... ok (0.010s) 2022-11-23T03:17:03.4295310Z test_nn_functional_hardswish (__main__.TestFunctionalTracing) ... ok (0.000s) 2022-11-23T03:17:03.4295711Z test_nn_functional_hardtanh (__main__.TestFunctionalTracing) ... ok (0.000s) 2022-11-23T03:17:03.4296129Z test_nn_functional_hardtanh_ (__main__.TestFunctionalTracing) ... ok (0.010s) 2022-11-23T03:17:03.4296567Z test_nn_functional_hinge_embedding_loss (__main__.TestFunctionalTracing) ... ok (0.000s) 2022-11-23T03:17:03.4297004Z test_nn_functional_huber_loss (__main__.TestFunctionalTracing) ... ok (0.000s) 2022-11-23T03:17:03.4297430Z test_nn_functional_instance_norm (__main__.TestFunctionalTracing) ... ok (0.010s) 2022-11-23T03:17:03.4297864Z test_nn_functional_interpolate (__main__.TestFunctionalTracing) ... ok (0.000s) 2022-11-23T03:17:03.4298350Z test_nn_functional_kl_div (__main__.TestFunctionalTracing) ... ok (0.000s) 2022-11-23T03:17:03.4298943Z test_nn_functional_l1_loss (__main__.TestFunctionalTracing) ... ok (0.011s) 2022-11-23T03:17:03.4299365Z test_nn_functional_layer_norm (__main__.TestFunctionalTracing) ... ok (0.004s) 2022-11-23T03:17:03.4299786Z test_nn_functional_leaky_relu (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-11-23T03:17:03.4300204Z test_nn_functional_leaky_relu_ (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-11-23T03:17:03.4300618Z test_nn_functional_linear (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-11-23T03:17:03.4301036Z test_nn_functional_local_response_norm (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-11-23T03:17:03.4301475Z test_nn_functional_log_softmax (__main__.TestFunctionalTracing) ... ok (0.004s) 2022-11-23T03:17:03.4301899Z test_nn_functional_logsigmoid (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-11-23T03:17:03.4302494Z test_nn_functional_lp_pool1d (__main__.TestFunctionalTracing) ... ok (0.004s) 2022-11-23T03:17:03.4302910Z test_nn_functional_lp_pool2d (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-11-23T03:17:03.4303343Z test_nn_functional_margin_ranking_loss (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-11-23T03:17:03.4303777Z test_nn_functional_max_pool1d (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-11-23T03:17:03.4304197Z test_nn_functional_max_pool1d_with_indices (__main__.TestFunctionalTracing) ... ok (0.004s) 2022-11-23T03:17:03.4304633Z test_nn_functional_max_pool2d (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-11-23T03:17:03.4305150Z test_nn_functional_max_pool2d_with_indices (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-11-23T03:17:03.4305603Z test_nn_functional_max_pool3d (__main__.TestFunctionalTracing) ... ok (0.000s) 2022-11-23T03:17:03.4306040Z test_nn_functional_max_pool3d_with_indices (__main__.TestFunctionalTracing) ... ok (0.007s) 2022-11-23T03:17:03.4306486Z test_nn_functional_max_unpool1d (__main__.TestFunctionalTracing) ... ok (0.004s) 2022-11-23T03:17:03.4306892Z test_nn_functional_max_unpool2d (__main__.TestFunctionalTracing) ... ok (0.005s) 2022-11-23T03:17:03.4307313Z test_nn_functional_max_unpool3d (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-11-23T03:17:03.4307725Z test_nn_functional_mish (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-11-23T03:17:03.4308131Z test_nn_functional_mse_loss (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-11-23T03:17:03.4308577Z test_nn_functional_multi_head_attention_forward (__main__.TestFunctionalTracing) ... ok (0.004s) 2022-11-23T03:17:03.4309035Z test_nn_functional_multi_margin_loss (__main__.TestFunctionalTracing) ... ok (0.004s) 2022-11-23T03:17:03.4309697Z test_nn_functional_multilabel_margin_loss (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-11-23T03:17:03.4310151Z test_nn_functional_multilabel_soft_margin_loss (__main__.TestFunctionalTracing) ... ok (0.004s) 2022-11-23T03:17:03.4310608Z test_nn_functional_native_channel_shuffle (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-11-23T03:17:03.4311040Z test_nn_functional_nll_loss (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-11-23T03:17:03.4311457Z test_nn_functional_normalize (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-11-23T03:17:03.4311873Z test_nn_functional_one_hot (__main__.TestFunctionalTracing) ... ok (0.000s) 2022-11-23T03:17:03.4312282Z test_nn_functional_pad (__main__.TestFunctionalTracing) ... ok (0.006s) 2022-11-23T03:17:03.4312695Z test_nn_functional_pairwise_distance (__main__.TestFunctionalTracing) ... ok (0.000s) 2022-11-23T03:17:03.4313120Z test_nn_functional_pdist (__main__.TestFunctionalTracing) ... ok (0.000s) 2022-11-23T03:17:03.4313543Z test_nn_functional_pixel_shuffle (__main__.TestFunctionalTracing) ... ok (0.000s) 2022-11-23T03:17:03.4313974Z test_nn_functional_pixel_unshuffle (__main__.TestFunctionalTracing) ... ok (0.000s) 2022-11-23T03:17:03.4314414Z test_nn_functional_poisson_nll_loss (__main__.TestFunctionalTracing) ... ok (0.011s) 2022-11-23T03:17:03.4314833Z test_nn_functional_prelu (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-11-23T03:17:03.4315239Z test_nn_functional_relu (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-11-23T03:17:03.4315627Z test_nn_functional_relu6 (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-11-23T03:17:03.4316027Z test_nn_functional_relu_ (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-11-23T03:17:03.4316420Z test_nn_functional_rrelu (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-11-23T03:17:03.4316825Z test_nn_functional_rrelu_ (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-11-23T03:17:03.4317225Z test_nn_functional_selu (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-11-23T03:17:03.4317619Z test_nn_functional_selu_ (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-11-23T03:17:03.4318108Z test_nn_functional_silu (__main__.TestFunctionalTracing) ... ok (0.004s) 2022-11-23T03:17:03.4318529Z test_nn_functional_smooth_l1_loss (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-11-23T03:17:03.4318961Z test_nn_functional_soft_margin_loss (__main__.TestFunctionalTracing) ... ok (0.004s) 2022-11-23T03:17:03.4319382Z test_nn_functional_softmax (__main__.TestFunctionalTracing) ... ok (0.004s) 2022-11-23T03:17:03.4319793Z test_nn_functional_softmin (__main__.TestFunctionalTracing) ... ok (0.004s) 2022-11-23T03:17:03.4320208Z test_nn_functional_softplus (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-11-23T03:17:03.4320693Z test_nn_functional_softshrink (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-11-23T03:17:03.4321133Z test_nn_functional_threshold (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-11-23T03:17:03.4321552Z test_nn_functional_threshold_ (__main__.TestFunctionalTracing) ... ok (0.000s) 2022-11-23T03:17:03.4321985Z test_nn_functional_triplet_margin_loss (__main__.TestFunctionalTracing) ... ok (0.006s) 2022-11-23T03:17:03.4322460Z test_nn_functional_triplet_margin_with_distance_loss (__main__.TestFunctionalTracing) ... ok (0.000s) 2022-11-23T03:17:03.4322907Z test_nn_functional_unfold (__main__.TestFunctionalTracing) ... ok (0.000s) 2022-11-23T03:17:03.4323690Z 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-23T03:17:03.4324448Z warnings.warn("nn.functional.upsample is deprecated. Use nn.functional.interpolate instead.") 2022-11-23T03:17:03.4324790Z ok (0.010s) 2022-11-23T03:17:03.4325437Z 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-23T03:17:03.4326447Z warnings.warn("nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead.") 2022-11-23T03:17:03.4326817Z ok (0.000s) 2022-11-23T03:17:03.4327455Z 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-23T03:17:03.4328230Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-11-23T03:17:03.4328593Z ok (0.000s) 2022-11-23T03:17:03.4328982Z test_get_torch_func_signature_exhaustive_H_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T03:17:03.4329551Z test_get_torch_func_signature_exhaustive_T_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.011s) 2022-11-23T03:17:03.4330132Z test_get_torch_func_signature_exhaustive___getitem___cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T03:17:03.4330717Z test_get_torch_func_signature_exhaustive___radd___cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T03:17:03.4331287Z test_get_torch_func_signature_exhaustive___rdiv___cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T03:17:03.4331856Z test_get_torch_func_signature_exhaustive___rmatmul___cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T03:17:03.4332441Z test_get_torch_func_signature_exhaustive___rmod___cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T03:17:03.4333014Z test_get_torch_func_signature_exhaustive___rmul___cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T03:17:03.4333579Z test_get_torch_func_signature_exhaustive___rpow___cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T03:17:03.4334235Z test_get_torch_func_signature_exhaustive___rsub___cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T03:17:03.4334834Z test_get_torch_func_signature_exhaustive__softmax_backward_data_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T03:17:03.4335629Z test_get_torch_func_signature_exhaustive_abs_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T03:17:03.4336582Z test_get_torch_func_signature_exhaustive_acos_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T03:17:03.4337172Z test_get_torch_func_signature_exhaustive_acosh_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T03:17:03.4337744Z test_get_torch_func_signature_exhaustive_add_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T03:17:03.4338322Z test_get_torch_func_signature_exhaustive_addbmm_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T03:17:03.4338894Z test_get_torch_func_signature_exhaustive_addcdiv_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T03:17:03.4339477Z test_get_torch_func_signature_exhaustive_addcmul_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T03:17:03.4340042Z test_get_torch_func_signature_exhaustive_addmm_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T03:17:03.4340854Z test_get_torch_func_signature_exhaustive_addmm_decomposed_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T03:17:03.4341584Z test_get_torch_func_signature_exhaustive_addmv_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T03:17:03.4342288Z test_get_torch_func_signature_exhaustive_addr_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T03:17:03.4342861Z test_get_torch_func_signature_exhaustive_all_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T03:17:03.4343477Z test_get_torch_func_signature_exhaustive_allclose_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T03:17:03.4357863Z test_get_torch_func_signature_exhaustive_amax_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T03:17:03.4358814Z test_get_torch_func_signature_exhaustive_amin_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.003s) 2022-11-23T03:17:03.4359407Z test_get_torch_func_signature_exhaustive_aminmax_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T03:17:03.4360123Z test_get_torch_func_signature_exhaustive_angle_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T03:17:03.4360901Z test_get_torch_func_signature_exhaustive_any_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T03:17:03.4361486Z test_get_torch_func_signature_exhaustive_arange_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T03:17:03.4362065Z test_get_torch_func_signature_exhaustive_argmax_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T03:17:03.4362643Z test_get_torch_func_signature_exhaustive_argmin_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T03:17:03.4363219Z test_get_torch_func_signature_exhaustive_argsort_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T03:17:03.4364158Z test_get_torch_func_signature_exhaustive_argwhere_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T03:17:03.4364760Z test_get_torch_func_signature_exhaustive_as_strided_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T03:17:03.4365469Z test_get_torch_func_signature_exhaustive_as_strided_scatter_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.010s) 2022-11-23T03:17:03.4366814Z test_get_torch_func_signature_exhaustive_asin_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T03:17:03.4367471Z test_get_torch_func_signature_exhaustive_asinh_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T03:17:03.4368049Z test_get_torch_func_signature_exhaustive_atan2_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T03:17:03.4368630Z test_get_torch_func_signature_exhaustive_atan_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T03:17:03.4369206Z test_get_torch_func_signature_exhaustive_atanh_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T03:17:03.4369857Z test_get_torch_func_signature_exhaustive_atleast_1d_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T03:17:03.4370575Z test_get_torch_func_signature_exhaustive_atleast_2d_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T03:17:03.4371349Z test_get_torch_func_signature_exhaustive_atleast_3d_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T03:17:03.4371915Z test_get_torch_func_signature_exhaustive_baddbmm_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T03:17:03.4372754Z test_get_torch_func_signature_exhaustive_bernoulli_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T03:17:03.4373342Z test_get_torch_func_signature_exhaustive_bfloat16_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T03:17:03.4373924Z test_get_torch_func_signature_exhaustive_block_diag_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T03:17:03.4374501Z test_get_torch_func_signature_exhaustive_bmm_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T03:17:03.4375071Z test_get_torch_func_signature_exhaustive_bool_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T03:17:03.4375661Z test_get_torch_func_signature_exhaustive_broadcast_shapes_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T03:17:03.4376272Z test_get_torch_func_signature_exhaustive_broadcast_tensors_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T03:17:03.4376880Z test_get_torch_func_signature_exhaustive_broadcast_to_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T03:17:03.4377457Z test_get_torch_func_signature_exhaustive_bucketize_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T03:17:03.4378182Z test_get_torch_func_signature_exhaustive_byte_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T03:17:03.4378925Z test_get_torch_func_signature_exhaustive_cartesian_prod_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T03:17:03.4379641Z test_get_torch_func_signature_exhaustive_cat_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T03:17:03.4380355Z test_get_torch_func_signature_exhaustive_cdist_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T03:17:03.4380932Z test_get_torch_func_signature_exhaustive_cdouble_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T03:17:03.4381509Z test_get_torch_func_signature_exhaustive_ceil_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T03:17:03.4382086Z test_get_torch_func_signature_exhaustive_cfloat_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T03:17:03.4382724Z test_get_torch_func_signature_exhaustive_chalf_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T03:17:03.4383324Z test_get_torch_func_signature_exhaustive_char_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.003s) 2022-11-23T03:17:03.4383903Z test_get_torch_func_signature_exhaustive_cholesky_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T03:17:03.4384668Z test_get_torch_func_signature_exhaustive_cholesky_inverse_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T03:17:03.4385400Z test_get_torch_func_signature_exhaustive_cholesky_solve_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T03:17:03.4386119Z test_get_torch_func_signature_exhaustive_chunk_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T03:17:03.4386701Z test_get_torch_func_signature_exhaustive_clamp_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T03:17:03.4387281Z test_get_torch_func_signature_exhaustive_clamp_max_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T03:17:03.4387865Z test_get_torch_func_signature_exhaustive_clamp_min_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T03:17:03.4388412Z test_get_torch_func_signature_exhaustive_clone_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T03:17:03.4389003Z test_get_torch_func_signature_exhaustive_column_stack_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T03:17:03.4389594Z test_get_torch_func_signature_exhaustive_combinations_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T03:17:03.4390188Z test_get_torch_func_signature_exhaustive_complex_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T03:17:03.4390895Z test_get_torch_func_signature_exhaustive_conj_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T03:17:03.4391501Z test_get_torch_func_signature_exhaustive_conj_physical_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T03:17:03.4392332Z test_get_torch_func_signature_exhaustive_constant_pad_nd_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T03:17:03.4392931Z test_get_torch_func_signature_exhaustive_contiguous_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T03:17:03.4393514Z test_get_torch_func_signature_exhaustive_copysign_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.010s) 2022-11-23T03:17:03.4394085Z test_get_torch_func_signature_exhaustive_corrcoef_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T03:17:03.4394657Z test_get_torch_func_signature_exhaustive_cos_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T03:17:03.4395330Z test_get_torch_func_signature_exhaustive_cosh_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T03:17:03.4395905Z test_get_torch_func_signature_exhaustive_count_nonzero_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T03:17:03.4396481Z test_get_torch_func_signature_exhaustive_cov_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T03:17:03.4397051Z test_get_torch_func_signature_exhaustive_cross_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T03:17:03.4397871Z test_get_torch_func_signature_exhaustive_cummax_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.011s) 2022-11-23T03:17:03.4398718Z test_get_torch_func_signature_exhaustive_cummin_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T03:17:03.4399303Z test_get_torch_func_signature_exhaustive_cumprod_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T03:17:03.4399869Z test_get_torch_func_signature_exhaustive_cumsum_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T03:17:03.4400472Z test_get_torch_func_signature_exhaustive_cumulative_trapezoid_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T03:17:03.4401076Z test_get_torch_func_signature_exhaustive_deg2rad_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T03:17:03.4401657Z test_get_torch_func_signature_exhaustive_diag_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T03:17:03.4402240Z test_get_torch_func_signature_exhaustive_diag_embed_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T03:17:03.4402827Z test_get_torch_func_signature_exhaustive_diagflat_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T03:17:03.4403421Z test_get_torch_func_signature_exhaustive_diagonal_copy_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T03:17:03.4404150Z test_get_torch_func_signature_exhaustive_diagonal_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T03:17:03.4405011Z test_get_torch_func_signature_exhaustive_diagonal_scatter_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.003s) 2022-11-23T03:17:03.4405592Z test_get_torch_func_signature_exhaustive_diff_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T03:17:03.4406165Z test_get_torch_func_signature_exhaustive_digamma_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T03:17:03.4406739Z test_get_torch_func_signature_exhaustive_dist_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T03:17:03.4407330Z test_get_torch_func_signature_exhaustive_div_floor_rounding_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T03:17:03.4407940Z test_get_torch_func_signature_exhaustive_div_no_rounding_mode_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T03:17:03.4408548Z test_get_torch_func_signature_exhaustive_div_trunc_rounding_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T03:17:03.4409137Z test_get_torch_func_signature_exhaustive_dot_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T03:17:03.4409705Z test_get_torch_func_signature_exhaustive_double_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T03:17:03.4410431Z test_get_torch_func_signature_exhaustive_dsplit_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T03:17:03.4411411Z test_get_torch_func_signature_exhaustive_dstack_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T03:17:03.4411997Z test_get_torch_func_signature_exhaustive_einsum_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T03:17:03.4412571Z test_get_torch_func_signature_exhaustive_empty_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T03:17:03.4413237Z test_get_torch_func_signature_exhaustive_empty_like_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T03:17:03.4413825Z test_get_torch_func_signature_exhaustive_eq_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.003s) 2022-11-23T03:17:03.4414394Z test_get_torch_func_signature_exhaustive_equal_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T03:17:03.4414966Z test_get_torch_func_signature_exhaustive_erf_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T03:17:03.4415535Z test_get_torch_func_signature_exhaustive_erfc_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T03:17:03.4416092Z test_get_torch_func_signature_exhaustive_erfinv_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T03:17:03.4416824Z test_get_torch_func_signature_exhaustive_exp2_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T03:17:03.4417623Z test_get_torch_func_signature_exhaustive_exp_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T03:17:03.4418211Z test_get_torch_func_signature_exhaustive_expand_as_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T03:17:03.4418801Z test_get_torch_func_signature_exhaustive_expand_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T03:17:03.4419378Z test_get_torch_func_signature_exhaustive_expm1_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T03:17:03.4419947Z test_get_torch_func_signature_exhaustive_eye_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T03:17:03.4420525Z test_get_torch_func_signature_exhaustive_fft_fft2_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T03:17:03.4421101Z test_get_torch_func_signature_exhaustive_fft_fft_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T03:17:03.4421660Z test_get_torch_func_signature_exhaustive_fft_fftn_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T03:17:03.4422242Z test_get_torch_func_signature_exhaustive_fft_fftshift_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T03:17:03.4422961Z test_get_torch_func_signature_exhaustive_fft_hfft2_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T03:17:03.4423710Z test_get_torch_func_signature_exhaustive_fft_hfft_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T03:17:03.4424428Z test_get_torch_func_signature_exhaustive_fft_hfftn_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T03:17:03.4425001Z test_get_torch_func_signature_exhaustive_fft_ifft2_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T03:17:03.4425569Z test_get_torch_func_signature_exhaustive_fft_ifft_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T03:17:03.4426252Z test_get_torch_func_signature_exhaustive_fft_ifftn_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T03:17:03.4426814Z test_get_torch_func_signature_exhaustive_fft_ifftshift_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T03:17:03.4427404Z test_get_torch_func_signature_exhaustive_fft_ihfft2_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.003s) 2022-11-23T03:17:03.4428051Z test_get_torch_func_signature_exhaustive_fft_ihfft_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.003s) 2022-11-23T03:17:03.4428640Z test_get_torch_func_signature_exhaustive_fft_ihfftn_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.003s) 2022-11-23T03:17:03.4429344Z test_get_torch_func_signature_exhaustive_fft_irfft2_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T03:17:03.4429937Z test_get_torch_func_signature_exhaustive_fft_irfft_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T03:17:03.4430760Z test_get_torch_func_signature_exhaustive_fft_irfftn_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T03:17:03.4431331Z test_get_torch_func_signature_exhaustive_fft_rfft2_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T03:17:03.4431906Z test_get_torch_func_signature_exhaustive_fft_rfft_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T03:17:03.4432461Z test_get_torch_func_signature_exhaustive_fft_rfftn_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T03:17:03.4433025Z test_get_torch_func_signature_exhaustive_fill_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T03:17:03.4433605Z test_get_torch_func_signature_exhaustive_flatten_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.003s) 2022-11-23T03:17:03.4434183Z test_get_torch_func_signature_exhaustive_flip_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T03:17:03.4434755Z test_get_torch_func_signature_exhaustive_fliplr_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T03:17:03.4435334Z test_get_torch_func_signature_exhaustive_flipud_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T03:17:03.4436045Z test_get_torch_func_signature_exhaustive_float_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T03:17:03.4437005Z test_get_torch_func_signature_exhaustive_float_power_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T03:17:03.4437610Z test_get_torch_func_signature_exhaustive_floor_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T03:17:03.4438174Z test_get_torch_func_signature_exhaustive_floor_divide_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T03:17:03.4438759Z test_get_torch_func_signature_exhaustive_fmax_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T03:17:03.4439337Z test_get_torch_func_signature_exhaustive_fmin_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T03:17:03.4439905Z test_get_torch_func_signature_exhaustive_fmod_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.011s) 2022-11-23T03:17:03.4440469Z test_get_torch_func_signature_exhaustive_frac_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T03:17:03.4441158Z test_get_torch_func_signature_exhaustive_frexp_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T03:17:03.4441732Z test_get_torch_func_signature_exhaustive_full_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T03:17:03.4442452Z test_get_torch_func_signature_exhaustive_full_like_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T03:17:03.4443387Z test_get_torch_func_signature_exhaustive_gather_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T03:17:03.4444047Z test_get_torch_func_signature_exhaustive_ge_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T03:17:03.4444624Z test_get_torch_func_signature_exhaustive_geqrf_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T03:17:03.4445205Z test_get_torch_func_signature_exhaustive_gradient_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T03:17:03.4445800Z test_get_torch_func_signature_exhaustive_grid_sampler_2d_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T03:17:03.4446385Z test_get_torch_func_signature_exhaustive_gt_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T03:17:03.4446953Z test_get_torch_func_signature_exhaustive_half_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.003s) 2022-11-23T03:17:03.4447532Z test_get_torch_func_signature_exhaustive_heaviside_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T03:17:03.4448113Z test_get_torch_func_signature_exhaustive_histc_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T03:17:03.4448822Z test_get_torch_func_signature_exhaustive_hsplit_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T03:17:03.4449763Z test_get_torch_func_signature_exhaustive_hstack_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T03:17:03.4450354Z test_get_torch_func_signature_exhaustive_hypot_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T03:17:03.4450925Z test_get_torch_func_signature_exhaustive_i0_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T03:17:03.4451493Z test_get_torch_func_signature_exhaustive_igamma_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T03:17:03.4452069Z test_get_torch_func_signature_exhaustive_igammac_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T03:17:03.4452652Z test_get_torch_func_signature_exhaustive_index_add_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T03:17:03.4453243Z test_get_torch_func_signature_exhaustive_index_copy_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T03:17:03.4453828Z test_get_torch_func_signature_exhaustive_index_fill_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T03:17:03.4454389Z test_get_torch_func_signature_exhaustive_index_put_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T03:17:03.4455117Z test_get_torch_func_signature_exhaustive_index_reduce_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T03:17:03.4455894Z test_get_torch_func_signature_exhaustive_index_select_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T03:17:03.4456659Z test_get_torch_func_signature_exhaustive_inner_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T03:17:03.4457342Z test_get_torch_func_signature_exhaustive_int_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T03:17:03.4457914Z test_get_torch_func_signature_exhaustive_isclose_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T03:17:03.4458495Z test_get_torch_func_signature_exhaustive_isfinite_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.003s) 2022-11-23T03:17:03.4459146Z test_get_torch_func_signature_exhaustive_isin_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T03:17:03.4459738Z test_get_torch_func_signature_exhaustive_isinf_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T03:17:03.4460293Z test_get_torch_func_signature_exhaustive_isnan_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T03:17:03.4460876Z test_get_torch_func_signature_exhaustive_isneginf_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T03:17:03.4461610Z test_get_torch_func_signature_exhaustive_isposinf_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T03:17:03.4462518Z test_get_torch_func_signature_exhaustive_isreal_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T03:17:03.4463146Z test_get_torch_func_signature_exhaustive_jiterator_2inputs_2outputs_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T03:17:03.4463789Z test_get_torch_func_signature_exhaustive_jiterator_4inputs_with_extra_args_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T03:17:03.4464418Z test_get_torch_func_signature_exhaustive_jiterator_binary_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T03:17:03.4465050Z test_get_torch_func_signature_exhaustive_jiterator_binary_return_by_ref_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.010s) 2022-11-23T03:17:03.4465668Z test_get_torch_func_signature_exhaustive_jiterator_unary_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T03:17:03.4466238Z test_get_torch_func_signature_exhaustive_kron_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T03:17:03.4466819Z test_get_torch_func_signature_exhaustive_kthvalue_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T03:17:03.4467406Z test_get_torch_func_signature_exhaustive_ldexp_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T03:17:03.4468122Z test_get_torch_func_signature_exhaustive_le_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T03:17:03.4468984Z test_get_torch_func_signature_exhaustive_lerp_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T03:17:03.4469707Z test_get_torch_func_signature_exhaustive_lgamma_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T03:17:03.4470300Z test_get_torch_func_signature_exhaustive_linalg_cholesky_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T03:17:03.4470913Z test_get_torch_func_signature_exhaustive_linalg_cholesky_ex_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T03:17:03.4471516Z test_get_torch_func_signature_exhaustive_linalg_cond_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T03:17:03.4472086Z test_get_torch_func_signature_exhaustive_linalg_cross_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T03:17:03.4472794Z test_get_torch_func_signature_exhaustive_linalg_det_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T03:17:03.4473397Z test_get_torch_func_signature_exhaustive_linalg_det_singular_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T03:17:03.4473998Z test_get_torch_func_signature_exhaustive_linalg_eig_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T03:17:03.4474810Z test_get_torch_func_signature_exhaustive_linalg_eigh_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T03:17:03.4475601Z test_get_torch_func_signature_exhaustive_linalg_eigvals_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T03:17:03.4476331Z test_get_torch_func_signature_exhaustive_linalg_eigvalsh_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T03:17:03.4476959Z test_get_torch_func_signature_exhaustive_linalg_householder_product_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T03:17:03.4477570Z test_get_torch_func_signature_exhaustive_linalg_inv_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T03:17:03.4478141Z test_get_torch_func_signature_exhaustive_linalg_inv_ex_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T03:17:03.4478744Z test_get_torch_func_signature_exhaustive_linalg_ldl_factor_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T03:17:03.4479347Z test_get_torch_func_signature_exhaustive_linalg_ldl_factor_ex_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T03:17:03.4479948Z test_get_torch_func_signature_exhaustive_linalg_ldl_solve_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T03:17:03.4480545Z test_get_torch_func_signature_exhaustive_linalg_lstsq_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T03:17:03.4481284Z test_get_torch_func_signature_exhaustive_linalg_lstsq_grad_oriented_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T03:17:03.4482162Z test_get_torch_func_signature_exhaustive_linalg_lu_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.003s) 2022-11-23T03:17:03.4482768Z test_get_torch_func_signature_exhaustive_linalg_lu_factor_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T03:17:03.4483369Z test_get_torch_func_signature_exhaustive_linalg_lu_factor_ex_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T03:17:03.4483952Z test_get_torch_func_signature_exhaustive_linalg_lu_solve_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T03:17:03.4484551Z test_get_torch_func_signature_exhaustive_linalg_matrix_norm_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.007s) 2022-11-23T03:17:03.4485150Z test_get_torch_func_signature_exhaustive_linalg_matrix_power_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T03:17:03.4485749Z test_get_torch_func_signature_exhaustive_linalg_matrix_rank_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T03:17:03.4486367Z test_get_torch_func_signature_exhaustive_linalg_matrix_rank_hermitian_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T03:17:03.4486981Z test_get_torch_func_signature_exhaustive_linalg_multi_dot_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T03:17:03.4487812Z test_get_torch_func_signature_exhaustive_linalg_norm_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T03:17:03.4488667Z test_get_torch_func_signature_exhaustive_linalg_norm_subgradients_at_zero_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T03:17:03.4489291Z test_get_torch_func_signature_exhaustive_linalg_pinv_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T03:17:03.4489961Z test_get_torch_func_signature_exhaustive_linalg_pinv_hermitian_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T03:17:03.4490667Z 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.002s) 2022-11-23T03:17:03.4491333Z test_get_torch_func_signature_exhaustive_linalg_qr_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T03:17:03.4491926Z test_get_torch_func_signature_exhaustive_linalg_slogdet_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T03:17:03.4492523Z test_get_torch_func_signature_exhaustive_linalg_solve_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T03:17:03.4493120Z test_get_torch_func_signature_exhaustive_linalg_solve_ex_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T03:17:03.4493729Z test_get_torch_func_signature_exhaustive_linalg_solve_triangular_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T03:17:03.4494508Z test_get_torch_func_signature_exhaustive_linalg_svd_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T03:17:03.4495332Z test_get_torch_func_signature_exhaustive_linalg_svdvals_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T03:17:03.4495948Z test_get_torch_func_signature_exhaustive_linalg_tensorinv_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T03:17:03.4496541Z test_get_torch_func_signature_exhaustive_linalg_tensorsolve_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T03:17:03.4497153Z test_get_torch_func_signature_exhaustive_linalg_vander_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T03:17:03.4497747Z test_get_torch_func_signature_exhaustive_linalg_vecdot_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T03:17:03.4498348Z test_get_torch_func_signature_exhaustive_linalg_vector_norm_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T03:17:03.4498945Z test_get_torch_func_signature_exhaustive_linspace_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T03:17:03.4499529Z test_get_torch_func_signature_exhaustive_log10_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T03:17:03.4500096Z test_get_torch_func_signature_exhaustive_log1p_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T03:17:03.4500811Z test_get_torch_func_signature_exhaustive_log2_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T03:17:03.4501510Z test_get_torch_func_signature_exhaustive_log_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.003s) 2022-11-23T03:17:03.4502212Z test_get_torch_func_signature_exhaustive_log_softmax_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T03:17:03.4502925Z test_get_torch_func_signature_exhaustive_log_softmax_with_dtype_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T03:17:03.4503528Z test_get_torch_func_signature_exhaustive_logaddexp2_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T03:17:03.4504118Z test_get_torch_func_signature_exhaustive_logaddexp_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T03:17:03.4504777Z test_get_torch_func_signature_exhaustive_logcumsumexp_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T03:17:03.4505383Z test_get_torch_func_signature_exhaustive_logdet_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T03:17:03.4505967Z test_get_torch_func_signature_exhaustive_logical_and_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T03:17:03.4506557Z test_get_torch_func_signature_exhaustive_logical_not_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T03:17:03.4507303Z test_get_torch_func_signature_exhaustive_logical_or_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T03:17:03.4508106Z test_get_torch_func_signature_exhaustive_logical_xor_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.010s) 2022-11-23T03:17:03.4508695Z test_get_torch_func_signature_exhaustive_logit_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T03:17:03.4509280Z test_get_torch_func_signature_exhaustive_logspace_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T03:17:03.4509865Z test_get_torch_func_signature_exhaustive_logsumexp_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T03:17:03.4510444Z test_get_torch_func_signature_exhaustive_long_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T03:17:03.4511012Z test_get_torch_func_signature_exhaustive_lt_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T03:17:03.4511572Z test_get_torch_func_signature_exhaustive_lu_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.011s) 2022-11-23T03:17:03.4512150Z test_get_torch_func_signature_exhaustive_lu_solve_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T03:17:03.4512714Z test_get_torch_func_signature_exhaustive_lu_unpack_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T03:17:03.4513451Z test_get_torch_func_signature_exhaustive_mH_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T03:17:03.4514025Z test_get_torch_func_signature_exhaustive_mT_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T03:17:03.4514835Z test_get_torch_func_signature_exhaustive_masked_amax_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T03:17:03.4515424Z test_get_torch_func_signature_exhaustive_masked_amin_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T03:17:03.4516020Z test_get_torch_func_signature_exhaustive_masked_argmax_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T03:17:03.4516617Z test_get_torch_func_signature_exhaustive_masked_argmin_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T03:17:03.4517214Z test_get_torch_func_signature_exhaustive_masked_cumprod_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T03:17:03.4517922Z test_get_torch_func_signature_exhaustive_masked_cumsum_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T03:17:03.4518497Z test_get_torch_func_signature_exhaustive_masked_fill_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T03:17:03.4519095Z test_get_torch_func_signature_exhaustive_masked_log_softmax_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T03:17:03.4519916Z test_get_torch_func_signature_exhaustive_masked_logaddexp_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T03:17:03.4520703Z test_get_torch_func_signature_exhaustive_masked_logsumexp_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T03:17:03.4521429Z test_get_torch_func_signature_exhaustive_masked_mean_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T03:17:03.4522030Z test_get_torch_func_signature_exhaustive_masked_median_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T03:17:03.4522620Z test_get_torch_func_signature_exhaustive_masked_norm_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T03:17:03.4523221Z test_get_torch_func_signature_exhaustive_masked_normalize_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T03:17:03.4523857Z test_get_torch_func_signature_exhaustive_masked_prod_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T03:17:03.4524437Z test_get_torch_func_signature_exhaustive_masked_scatter_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T03:17:03.4525038Z test_get_torch_func_signature_exhaustive_masked_select_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T03:17:03.4525636Z test_get_torch_func_signature_exhaustive_masked_softmax_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T03:17:03.4526369Z test_get_torch_func_signature_exhaustive_masked_softmin_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T03:17:03.4527075Z test_get_torch_func_signature_exhaustive_masked_std_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T03:17:03.4527794Z test_get_torch_func_signature_exhaustive_masked_sum_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.003s) 2022-11-23T03:17:03.4528370Z test_get_torch_func_signature_exhaustive_masked_var_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T03:17:03.4528937Z test_get_torch_func_signature_exhaustive_matmul_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T03:17:03.4529520Z test_get_torch_func_signature_exhaustive_matrix_exp_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T03:17:03.4530085Z test_get_torch_func_signature_exhaustive_max_binary_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T03:17:03.4530691Z test_get_torch_func_signature_exhaustive_max_pool2d_with_indices_backward_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T03:17:03.4531319Z test_get_torch_func_signature_exhaustive_max_reduction_no_dim_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T03:17:03.4531931Z test_get_torch_func_signature_exhaustive_max_reduction_with_dim_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T03:17:03.4533416Z test_get_torch_func_signature_exhaustive_maximum_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T03:17:03.4534131Z test_get_torch_func_signature_exhaustive_mean_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.010s) 2022-11-23T03:17:03.4534709Z test_get_torch_func_signature_exhaustive_median_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T03:17:03.4535306Z test_get_torch_func_signature_exhaustive_meshgrid_list_of_tensors_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T03:17:03.4536036Z test_get_torch_func_signature_exhaustive_meshgrid_variadic_tensors_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Skipped! (0.001s) 2022-11-23T03:17:03.4536648Z test_get_torch_func_signature_exhaustive_min_binary_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T03:17:03.4537257Z test_get_torch_func_signature_exhaustive_min_reduction_no_dim_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T03:17:03.4537869Z test_get_torch_func_signature_exhaustive_min_reduction_with_dim_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T03:17:03.4538466Z test_get_torch_func_signature_exhaustive_minimum_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T03:17:03.4539194Z test_get_torch_func_signature_exhaustive_mm_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T03:17:03.4539920Z test_get_torch_func_signature_exhaustive_mode_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T03:17:03.4540636Z test_get_torch_func_signature_exhaustive_movedim_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T03:17:03.4541223Z test_get_torch_func_signature_exhaustive_msort_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T03:17:03.4541790Z test_get_torch_func_signature_exhaustive_mul_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T03:17:03.4542355Z test_get_torch_func_signature_exhaustive_multinomial_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T03:17:03.4542935Z test_get_torch_func_signature_exhaustive_mv_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T03:17:03.4543531Z test_get_torch_func_signature_exhaustive_mvlgamma_mvlgamma_p_1_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T03:17:03.4544151Z test_get_torch_func_signature_exhaustive_mvlgamma_mvlgamma_p_3_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T03:17:03.4544761Z test_get_torch_func_signature_exhaustive_mvlgamma_mvlgamma_p_5_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T03:17:03.4545498Z test_get_torch_func_signature_exhaustive_nan_to_num_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T03:17:03.4546216Z test_get_torch_func_signature_exhaustive_nanmean_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T03:17:03.4546923Z test_get_torch_func_signature_exhaustive_nanmedian_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T03:17:03.4547513Z test_get_torch_func_signature_exhaustive_nanquantile_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T03:17:03.4548083Z test_get_torch_func_signature_exhaustive_nansum_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T03:17:03.4548781Z test_get_torch_func_signature_exhaustive_narrow_copy_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T03:17:03.4549367Z test_get_torch_func_signature_exhaustive_narrow_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T03:17:03.4549953Z test_get_torch_func_signature_exhaustive_native_batch_norm_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T03:17:03.4550641Z test_get_torch_func_signature_exhaustive_native_dropout_backward_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T03:17:03.4551273Z test_get_torch_func_signature_exhaustive_native_layer_norm_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T03:17:03.4552005Z test_get_torch_func_signature_exhaustive_ne_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T03:17:03.4552718Z test_get_torch_func_signature_exhaustive_neg_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T03:17:03.4553421Z test_get_torch_func_signature_exhaustive_new_empty_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T03:17:03.4554000Z test_get_torch_func_signature_exhaustive_new_empty_strided_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T03:17:03.4554601Z test_get_torch_func_signature_exhaustive_new_full_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T03:17:03.4555178Z test_get_torch_func_signature_exhaustive_new_ones_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T03:17:03.4555748Z test_get_torch_func_signature_exhaustive_new_zeros_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T03:17:03.4556332Z test_get_torch_func_signature_exhaustive_nextafter_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T03:17:03.4556958Z 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-23T03:17:03.4557619Z test_get_torch_func_signature_exhaustive_nn_functional_adaptive_avg_pool1d_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.011s) 2022-11-23T03:17:03.4558413Z test_get_torch_func_signature_exhaustive_nn_functional_adaptive_avg_pool2d_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T03:17:03.4559211Z test_get_torch_func_signature_exhaustive_nn_functional_adaptive_avg_pool3d_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T03:17:03.4559981Z test_get_torch_func_signature_exhaustive_nn_functional_adaptive_max_pool1d_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T03:17:03.4560599Z test_get_torch_func_signature_exhaustive_nn_functional_adaptive_max_pool2d_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T03:17:03.4561227Z test_get_torch_func_signature_exhaustive_nn_functional_adaptive_max_pool3d_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T03:17:03.4561871Z test_get_torch_func_signature_exhaustive_nn_functional_alpha_dropout_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T03:17:03.4562497Z test_get_torch_func_signature_exhaustive_nn_functional_avg_pool1d_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T03:17:03.4563116Z test_get_torch_func_signature_exhaustive_nn_functional_avg_pool2d_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T03:17:03.4563836Z test_get_torch_func_signature_exhaustive_nn_functional_avg_pool3d_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T03:17:03.4564446Z test_get_torch_func_signature_exhaustive_nn_functional_batch_norm_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T03:17:03.4565220Z 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-23T03:17:03.4566206Z test_get_torch_func_signature_exhaustive_nn_functional_bilinear_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T03:17:03.4566860Z test_get_torch_func_signature_exhaustive_nn_functional_binary_cross_entropy_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T03:17:03.4567511Z 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-23T03:17:03.4568160Z test_get_torch_func_signature_exhaustive_nn_functional_celu_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T03:17:03.4568771Z test_get_torch_func_signature_exhaustive_nn_functional_conv1d_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T03:17:03.4569383Z test_get_torch_func_signature_exhaustive_nn_functional_conv2d_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T03:17:03.4570013Z test_get_torch_func_signature_exhaustive_nn_functional_conv_transpose1d_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T03:17:03.4570655Z test_get_torch_func_signature_exhaustive_nn_functional_conv_transpose2d_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T03:17:03.4571462Z test_get_torch_func_signature_exhaustive_nn_functional_conv_transpose3d_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T03:17:03.4572349Z test_get_torch_func_signature_exhaustive_nn_functional_cosine_embedding_loss_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T03:17:03.4573008Z test_get_torch_func_signature_exhaustive_nn_functional_cosine_similarity_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T03:17:03.4573651Z test_get_torch_func_signature_exhaustive_nn_functional_cross_entropy_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T03:17:03.4574257Z test_get_torch_func_signature_exhaustive_nn_functional_ctc_loss_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T03:17:03.4574884Z test_get_torch_func_signature_exhaustive_nn_functional_dropout2d_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T03:17:03.4575509Z test_get_torch_func_signature_exhaustive_nn_functional_dropout3d_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.003s) 2022-11-23T03:17:03.4576128Z test_get_torch_func_signature_exhaustive_nn_functional_dropout_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T03:17:03.4576738Z test_get_torch_func_signature_exhaustive_nn_functional_elu_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T03:17:03.4577358Z test_get_torch_func_signature_exhaustive_nn_functional_embedding_bag_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T03:17:03.4578126Z test_get_torch_func_signature_exhaustive_nn_functional_embedding_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T03:17:03.4579227Z test_get_torch_func_signature_exhaustive_nn_functional_feature_alpha_dropout_with_train_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T03:17:03.4579919Z 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-23T03:17:03.4580675Z test_get_torch_func_signature_exhaustive_nn_functional_fractional_max_pool2d_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T03:17:03.4581318Z test_get_torch_func_signature_exhaustive_nn_functional_fractional_max_pool3d_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T03:17:03.4581954Z test_get_torch_func_signature_exhaustive_nn_functional_gaussian_nll_loss_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T03:17:03.4582583Z test_get_torch_func_signature_exhaustive_nn_functional_gelu_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T03:17:03.4583187Z test_get_torch_func_signature_exhaustive_nn_functional_glu_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T03:17:03.4583882Z test_get_torch_func_signature_exhaustive_nn_functional_grid_sample_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T03:17:03.4584566Z test_get_torch_func_signature_exhaustive_nn_functional_group_norm_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T03:17:03.4585577Z test_get_torch_func_signature_exhaustive_nn_functional_hardshrink_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T03:17:03.4586210Z test_get_torch_func_signature_exhaustive_nn_functional_hardsigmoid_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T03:17:03.4586836Z test_get_torch_func_signature_exhaustive_nn_functional_hardswish_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T03:17:03.4587456Z test_get_torch_func_signature_exhaustive_nn_functional_hardtanh_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T03:17:03.4588080Z test_get_torch_func_signature_exhaustive_nn_functional_hinge_embedding_loss_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T03:17:03.4588714Z test_get_torch_func_signature_exhaustive_nn_functional_huber_loss_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T03:17:03.4589339Z test_get_torch_func_signature_exhaustive_nn_functional_instance_norm_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T03:17:03.4589979Z test_get_torch_func_signature_exhaustive_nn_functional_interpolate_area_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T03:17:03.4590773Z test_get_torch_func_signature_exhaustive_nn_functional_interpolate_bicubic_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T03:17:03.4591720Z test_get_torch_func_signature_exhaustive_nn_functional_interpolate_bilinear_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T03:17:03.4592387Z test_get_torch_func_signature_exhaustive_nn_functional_interpolate_linear_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T03:17:03.4593041Z test_get_torch_func_signature_exhaustive_nn_functional_interpolate_nearest_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T03:17:03.4593810Z test_get_torch_func_signature_exhaustive_nn_functional_interpolate_trilinear_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T03:17:03.4594444Z test_get_torch_func_signature_exhaustive_nn_functional_kl_div_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T03:17:03.4595033Z test_get_torch_func_signature_exhaustive_nn_functional_l1_loss_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T03:17:03.4595725Z test_get_torch_func_signature_exhaustive_nn_functional_layer_norm_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T03:17:03.4596358Z test_get_torch_func_signature_exhaustive_nn_functional_leaky_relu_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T03:17:03.4597139Z test_get_torch_func_signature_exhaustive_nn_functional_linear_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.003s) 2022-11-23T03:17:03.4598080Z test_get_torch_func_signature_exhaustive_nn_functional_local_response_norm_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T03:17:03.4598724Z test_get_torch_func_signature_exhaustive_nn_functional_logsigmoid_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T03:17:03.4599364Z test_get_torch_func_signature_exhaustive_nn_functional_margin_ranking_loss_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T03:17:03.4599999Z test_get_torch_func_signature_exhaustive_nn_functional_max_pool1d_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T03:17:03.4600619Z test_get_torch_func_signature_exhaustive_nn_functional_max_pool2d_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T03:17:03.4601234Z test_get_torch_func_signature_exhaustive_nn_functional_max_pool3d_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T03:17:03.4601832Z test_get_torch_func_signature_exhaustive_nn_functional_max_unpool1d_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T03:17:03.4602465Z test_get_torch_func_signature_exhaustive_nn_functional_max_unpool1d_grad_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T03:17:03.4603231Z test_get_torch_func_signature_exhaustive_nn_functional_max_unpool2d_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T03:17:03.4604069Z test_get_torch_func_signature_exhaustive_nn_functional_max_unpool2d_grad_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.011s) 2022-11-23T03:17:03.4604885Z test_get_torch_func_signature_exhaustive_nn_functional_max_unpool3d_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T03:17:03.4605519Z test_get_torch_func_signature_exhaustive_nn_functional_max_unpool3d_grad_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T03:17:03.4606141Z test_get_torch_func_signature_exhaustive_nn_functional_mish_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T03:17:03.4606747Z test_get_torch_func_signature_exhaustive_nn_functional_mse_loss_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T03:17:03.4607371Z test_get_torch_func_signature_exhaustive_nn_functional_multi_margin_loss_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T03:17:03.4608018Z test_get_torch_func_signature_exhaustive_nn_functional_multilabel_margin_loss_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T03:17:03.4608775Z test_get_torch_func_signature_exhaustive_nn_functional_multilabel_soft_margin_loss_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T03:17:03.4609419Z test_get_torch_func_signature_exhaustive_nn_functional_nll_loss_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T03:17:03.4610174Z test_get_torch_func_signature_exhaustive_nn_functional_normalize_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T03:17:03.4611706Z test_get_torch_func_signature_exhaustive_nn_functional_pad_circular_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T03:17:03.4612406Z test_get_torch_func_signature_exhaustive_nn_functional_pad_constant_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T03:17:03.4613036Z test_get_torch_func_signature_exhaustive_nn_functional_pad_reflect_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T03:17:03.4613674Z test_get_torch_func_signature_exhaustive_nn_functional_pad_replicate_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T03:17:03.4614318Z test_get_torch_func_signature_exhaustive_nn_functional_pairwise_distance_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T03:17:03.4614947Z test_get_torch_func_signature_exhaustive_nn_functional_pdist_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T03:17:03.4615567Z test_get_torch_func_signature_exhaustive_nn_functional_pixel_shuffle_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.003s) 2022-11-23T03:17:03.4616350Z test_get_torch_func_signature_exhaustive_nn_functional_pixel_unshuffle_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T03:17:03.4617391Z test_get_torch_func_signature_exhaustive_nn_functional_poisson_nll_loss_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T03:17:03.4618023Z test_get_torch_func_signature_exhaustive_nn_functional_prelu_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T03:17:03.4618637Z test_get_torch_func_signature_exhaustive_nn_functional_relu6_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T03:17:03.4619245Z test_get_torch_func_signature_exhaustive_nn_functional_relu_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T03:17:03.4619853Z test_get_torch_func_signature_exhaustive_nn_functional_rrelu_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T03:17:03.4620454Z test_get_torch_func_signature_exhaustive_nn_functional_selu_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T03:17:03.4621059Z test_get_torch_func_signature_exhaustive_nn_functional_silu_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T03:17:03.4621672Z test_get_torch_func_signature_exhaustive_nn_functional_smooth_l1_loss_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T03:17:03.4622281Z test_get_torch_func_signature_exhaustive_nn_functional_soft_margin_loss_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.003s) 2022-11-23T03:17:03.4623054Z test_get_torch_func_signature_exhaustive_nn_functional_softmin_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T03:17:03.4624088Z test_get_torch_func_signature_exhaustive_nn_functional_softmin_with_dtype_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T03:17:03.4624857Z test_get_torch_func_signature_exhaustive_nn_functional_softplus_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T03:17:03.4625479Z test_get_torch_func_signature_exhaustive_nn_functional_softshrink_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T03:17:03.4626102Z test_get_torch_func_signature_exhaustive_nn_functional_softsign_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T03:17:03.4626798Z test_get_torch_func_signature_exhaustive_nn_functional_tanhshrink_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T03:17:03.4627437Z test_get_torch_func_signature_exhaustive_nn_functional_threshold_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T03:17:03.4628077Z test_get_torch_func_signature_exhaustive_nn_functional_triplet_margin_loss_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T03:17:03.4628822Z 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-23T03:17:03.4629940Z test_get_torch_func_signature_exhaustive_nn_functional_unfold_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.011s) 2022-11-23T03:17:03.4631169Z test_get_torch_func_signature_exhaustive_nn_functional_upsample_bilinear_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T03:17:03.4632301Z test_get_torch_func_signature_exhaustive_nn_functional_upsample_nearest_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T03:17:03.4633403Z test_get_torch_func_signature_exhaustive_nonzero_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T03:17:03.4634140Z test_get_torch_func_signature_exhaustive_norm_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T03:17:03.4634717Z test_get_torch_func_signature_exhaustive_norm_fro_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T03:17:03.4635398Z test_get_torch_func_signature_exhaustive_norm_inf_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T03:17:03.4636007Z test_get_torch_func_signature_exhaustive_norm_nuc_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T03:17:03.4636721Z test_get_torch_func_signature_exhaustive_normal_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T03:17:03.4637428Z test_get_torch_func_signature_exhaustive_normal_number_mean_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T03:17:03.4638026Z test_get_torch_func_signature_exhaustive_ones_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T03:17:03.4638601Z test_get_torch_func_signature_exhaustive_ones_like_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T03:17:03.4639180Z test_get_torch_func_signature_exhaustive_ormqr_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T03:17:03.4639765Z test_get_torch_func_signature_exhaustive_outer_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T03:17:03.4640348Z test_get_torch_func_signature_exhaustive_pca_lowrank_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T03:17:03.4640934Z test_get_torch_func_signature_exhaustive_permute_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T03:17:03.4641641Z test_get_torch_func_signature_exhaustive_pinverse_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T03:17:03.4642367Z test_get_torch_func_signature_exhaustive_polar_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T03:17:03.4643121Z test_get_torch_func_signature_exhaustive_polygamma_polygamma_n_0_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T03:17:03.4643967Z test_get_torch_func_signature_exhaustive_polygamma_polygamma_n_1_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T03:17:03.4644597Z test_get_torch_func_signature_exhaustive_polygamma_polygamma_n_2_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T03:17:03.4645223Z test_get_torch_func_signature_exhaustive_polygamma_polygamma_n_3_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T03:17:03.4645844Z test_get_torch_func_signature_exhaustive_polygamma_polygamma_n_4_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T03:17:03.4646450Z test_get_torch_func_signature_exhaustive_positive_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T03:17:03.4647026Z test_get_torch_func_signature_exhaustive_pow_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T03:17:03.4647602Z test_get_torch_func_signature_exhaustive_prod_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T03:17:03.4648172Z test_get_torch_func_signature_exhaustive_put_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T03:17:03.4648879Z test_get_torch_func_signature_exhaustive_qr_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T03:17:03.4649604Z test_get_torch_func_signature_exhaustive_quantile_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T03:17:03.4650336Z test_get_torch_func_signature_exhaustive_rad2deg_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T03:17:03.4650921Z test_get_torch_func_signature_exhaustive_rand_like_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.003s) 2022-11-23T03:17:03.4651506Z test_get_torch_func_signature_exhaustive_randint_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T03:17:03.4652088Z test_get_torch_func_signature_exhaustive_randint_like_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T03:17:03.4652667Z test_get_torch_func_signature_exhaustive_randn_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T03:17:03.4653247Z test_get_torch_func_signature_exhaustive_randn_like_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T03:17:03.4653832Z test_get_torch_func_signature_exhaustive_ravel_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T03:17:03.4654386Z test_get_torch_func_signature_exhaustive_real_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T03:17:03.4655071Z test_get_torch_func_signature_exhaustive_reciprocal_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T03:17:03.4655712Z test_get_torch_func_signature_exhaustive_remainder_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T03:17:03.4656569Z test_get_torch_func_signature_exhaustive_renorm_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T03:17:03.4657256Z test_get_torch_func_signature_exhaustive_repeat_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T03:17:03.4657856Z test_get_torch_func_signature_exhaustive_repeat_interleave_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T03:17:03.4658456Z test_get_torch_func_signature_exhaustive_reshape_as_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.003s) 2022-11-23T03:17:03.4659119Z test_get_torch_func_signature_exhaustive_reshape_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T03:17:03.4659715Z test_get_torch_func_signature_exhaustive_resize__cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T03:17:03.4660274Z test_get_torch_func_signature_exhaustive_resize_as__cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T03:17:03.4660868Z test_get_torch_func_signature_exhaustive_resolve_conj_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T03:17:03.4661612Z test_get_torch_func_signature_exhaustive_resolve_neg_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T03:17:03.4662336Z test_get_torch_func_signature_exhaustive_roll_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T03:17:03.4663033Z test_get_torch_func_signature_exhaustive_rot90_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T03:17:03.4663602Z test_get_torch_func_signature_exhaustive_round_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T03:17:03.4664193Z test_get_torch_func_signature_exhaustive_round_decimals_0_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T03:17:03.4664788Z test_get_torch_func_signature_exhaustive_round_decimals_3_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T03:17:03.4665394Z test_get_torch_func_signature_exhaustive_round_decimals_neg_3_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T03:17:03.4665968Z test_get_torch_func_signature_exhaustive_rsqrt_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T03:17:03.4666550Z test_get_torch_func_signature_exhaustive_rsub_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T03:17:03.4667138Z test_get_torch_func_signature_exhaustive_scalar_tensor_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T03:17:03.4667731Z test_get_torch_func_signature_exhaustive_scatter_add_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T03:17:03.4668464Z test_get_torch_func_signature_exhaustive_scatter_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T03:17:03.4669343Z test_get_torch_func_signature_exhaustive_scatter_reduce_amax_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T03:17:03.4669954Z test_get_torch_func_signature_exhaustive_scatter_reduce_amin_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T03:17:03.4670553Z test_get_torch_func_signature_exhaustive_scatter_reduce_mean_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T03:17:03.4671155Z test_get_torch_func_signature_exhaustive_scatter_reduce_prod_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T03:17:03.4671736Z test_get_torch_func_signature_exhaustive_scatter_reduce_sum_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T03:17:03.4672450Z test_get_torch_func_signature_exhaustive_searchsorted_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T03:17:03.4673062Z test_get_torch_func_signature_exhaustive_segment_reduce_lengths_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.003s) 2022-11-23T03:17:03.4673683Z test_get_torch_func_signature_exhaustive_segment_reduce_offsets_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T03:17:03.4674505Z test_get_torch_func_signature_exhaustive_select_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T03:17:03.4675241Z test_get_torch_func_signature_exhaustive_select_scatter_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T03:17:03.4675954Z test_get_torch_func_signature_exhaustive_sgn_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T03:17:03.4676535Z test_get_torch_func_signature_exhaustive_short_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T03:17:03.4677108Z test_get_torch_func_signature_exhaustive_sigmoid_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T03:17:03.4677670Z test_get_torch_func_signature_exhaustive_sign_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T03:17:03.4678272Z test_get_torch_func_signature_exhaustive_signal_windows_cosine_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T03:17:03.4678895Z test_get_torch_func_signature_exhaustive_signal_windows_exponential_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T03:17:03.4679522Z test_get_torch_func_signature_exhaustive_signal_windows_gaussian_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.010s) 2022-11-23T03:17:03.4680143Z test_get_torch_func_signature_exhaustive_signal_windows_kaiser_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T03:17:03.4680860Z test_get_torch_func_signature_exhaustive_signbit_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T03:17:03.4681558Z test_get_torch_func_signature_exhaustive_sin_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T03:17:03.4682275Z test_get_torch_func_signature_exhaustive_sinc_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T03:17:03.4682848Z test_get_torch_func_signature_exhaustive_sinh_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T03:17:03.4683405Z test_get_torch_func_signature_exhaustive_slice_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T03:17:03.4684000Z test_get_torch_func_signature_exhaustive_slice_scatter_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T03:17:03.4684588Z test_get_torch_func_signature_exhaustive_softmax_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T03:17:03.4685180Z test_get_torch_func_signature_exhaustive_softmax_with_dtype_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T03:17:03.4685771Z test_get_torch_func_signature_exhaustive_sort_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T03:17:03.4686366Z test_get_torch_func_signature_exhaustive_sparse_sampled_addmm_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T03:17:03.4686975Z test_get_torch_func_signature_exhaustive_special_airy_ai_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T03:17:03.4687970Z test_get_torch_func_signature_exhaustive_special_bessel_j0_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T03:17:03.4688724Z test_get_torch_func_signature_exhaustive_special_bessel_j1_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T03:17:03.4689302Z test_get_torch_func_signature_exhaustive_special_bessel_y0_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T03:17:03.4689970Z test_get_torch_func_signature_exhaustive_special_bessel_y1_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T03:17:03.4690610Z test_get_torch_func_signature_exhaustive_special_chebyshev_polynomial_t_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T03:17:03.4691261Z test_get_torch_func_signature_exhaustive_special_chebyshev_polynomial_u_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T03:17:03.4691969Z 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-23T03:17:03.4692723Z 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-23T03:17:03.4693502Z test_get_torch_func_signature_exhaustive_special_entr_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T03:17:03.4694214Z test_get_torch_func_signature_exhaustive_special_erfcx_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T03:17:03.4694999Z test_get_torch_func_signature_exhaustive_special_hermite_polynomial_h_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T03:17:03.4695855Z test_get_torch_func_signature_exhaustive_special_hermite_polynomial_he_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T03:17:03.4696923Z test_get_torch_func_signature_exhaustive_special_i0e_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T03:17:03.4697965Z test_get_torch_func_signature_exhaustive_special_i1_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.003s) 2022-11-23T03:17:03.4698999Z test_get_torch_func_signature_exhaustive_special_i1e_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T03:17:03.4700077Z test_get_torch_func_signature_exhaustive_special_laguerre_polynomial_l_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T03:17:03.4701051Z test_get_torch_func_signature_exhaustive_special_legendre_polynomial_p_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.006s) 2022-11-23T03:17:03.4701735Z test_get_torch_func_signature_exhaustive_special_log_ndtr_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T03:17:03.4702353Z test_get_torch_func_signature_exhaustive_special_modified_bessel_i0_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T03:17:03.4702989Z test_get_torch_func_signature_exhaustive_special_modified_bessel_i1_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T03:17:03.4703615Z test_get_torch_func_signature_exhaustive_special_modified_bessel_k0_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T03:17:03.4704361Z test_get_torch_func_signature_exhaustive_special_modified_bessel_k1_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T03:17:03.4704948Z test_get_torch_func_signature_exhaustive_special_ndtr_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.011s) 2022-11-23T03:17:03.4705544Z test_get_torch_func_signature_exhaustive_special_ndtri_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T03:17:03.4706384Z test_get_torch_func_signature_exhaustive_special_polygamma_special_polygamma_n_0_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T03:17:03.4707230Z test_get_torch_func_signature_exhaustive_special_scaled_modified_bessel_k0_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T03:17:03.4708003Z test_get_torch_func_signature_exhaustive_special_scaled_modified_bessel_k1_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T03:17:03.4708724Z 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-23T03:17:03.4709487Z 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.002s) 2022-11-23T03:17:03.4709883Z 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-23T03:17:03.4710258Z 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.002s) 2022-11-23T03:17:03.4710577Z test_get_torch_func_signature_exhaustive_special_spherical_bessel_j0_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T03:17:03.4710875Z test_get_torch_func_signature_exhaustive_special_xlog1py_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T03:17:03.4711168Z test_get_torch_func_signature_exhaustive_special_zeta_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.003s) 2022-11-23T03:17:03.4711454Z test_get_torch_func_signature_exhaustive_split_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T03:17:03.4711752Z test_get_torch_func_signature_exhaustive_split_list_args_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T03:17:03.4712045Z test_get_torch_func_signature_exhaustive_split_with_sizes_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T03:17:03.4712327Z test_get_torch_func_signature_exhaustive_sqrt_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T03:17:03.4712611Z test_get_torch_func_signature_exhaustive_square_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T03:17:03.4712896Z test_get_torch_func_signature_exhaustive_squeeze_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T03:17:03.4713183Z test_get_torch_func_signature_exhaustive_stack_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T03:17:03.4713462Z test_get_torch_func_signature_exhaustive_std_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T03:17:03.4713745Z test_get_torch_func_signature_exhaustive_std_mean_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T03:17:03.4714131Z test_get_torch_func_signature_exhaustive_stft_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T03:17:03.4714410Z test_get_torch_func_signature_exhaustive_sub_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T03:17:03.4714676Z test_get_torch_func_signature_exhaustive_sum_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.003s) 2022-11-23T03:17:03.4715008Z test_get_torch_func_signature_exhaustive_sum_to_size_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T03:17:03.4715297Z test_get_torch_func_signature_exhaustive_svd_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T03:17:03.4715590Z test_get_torch_func_signature_exhaustive_svd_lowrank_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T03:17:03.4715879Z test_get_torch_func_signature_exhaustive_symeig_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T03:17:03.4716156Z test_get_torch_func_signature_exhaustive_t_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T03:17:03.4716452Z test_get_torch_func_signature_exhaustive_take_along_dim_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T03:17:03.4716734Z test_get_torch_func_signature_exhaustive_take_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T03:17:03.4717016Z test_get_torch_func_signature_exhaustive_tan_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T03:17:03.4717294Z test_get_torch_func_signature_exhaustive_tanh_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T03:17:03.4717590Z test_get_torch_func_signature_exhaustive_tensor_split_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.010s) 2022-11-23T03:17:03.4718041Z test_get_torch_func_signature_exhaustive_tensordot_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Skipped! (0.000s) 2022-11-23T03:17:03.4718324Z test_get_torch_func_signature_exhaustive_tile_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T03:17:03.4718722Z test_get_torch_func_signature_exhaustive_to_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T03:17:03.4719151Z test_get_torch_func_signature_exhaustive_to_sparse_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T03:17:03.4719436Z test_get_torch_func_signature_exhaustive_topk_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T03:17:03.4719721Z test_get_torch_func_signature_exhaustive_trace_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T03:17:03.4720016Z test_get_torch_func_signature_exhaustive_transpose_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.010s) 2022-11-23T03:17:03.4720308Z test_get_torch_func_signature_exhaustive_trapezoid_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T03:17:03.4720589Z test_get_torch_func_signature_exhaustive_trapz_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T03:17:03.4720890Z test_get_torch_func_signature_exhaustive_triangular_solve_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T03:17:03.4721167Z test_get_torch_func_signature_exhaustive_tril_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T03:17:03.4721446Z test_get_torch_func_signature_exhaustive_triu_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T03:17:03.4721839Z test_get_torch_func_signature_exhaustive_true_divide_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.011s) 2022-11-23T03:17:03.4722122Z test_get_torch_func_signature_exhaustive_trunc_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.003s) 2022-11-23T03:17:03.4722406Z test_get_torch_func_signature_exhaustive_unbind_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T03:17:03.4722769Z test_get_torch_func_signature_exhaustive_unflatten_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T03:17:03.4723073Z test_get_torch_func_signature_exhaustive_unfold_copy_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T03:17:03.4723389Z test_get_torch_func_signature_exhaustive_unfold_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T03:17:03.4723680Z test_get_torch_func_signature_exhaustive_uniform_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T03:17:03.4723988Z test_get_torch_func_signature_exhaustive_unique_consecutive_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T03:17:03.4724270Z test_get_torch_func_signature_exhaustive_unique_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T03:17:03.4724562Z test_get_torch_func_signature_exhaustive_unsqueeze_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T03:17:03.4724840Z test_get_torch_func_signature_exhaustive_var_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T03:17:03.4725121Z test_get_torch_func_signature_exhaustive_var_mean_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T03:17:03.4725404Z test_get_torch_func_signature_exhaustive_vdot_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T03:17:03.4725701Z test_get_torch_func_signature_exhaustive_view_as_complex_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T03:17:03.4725964Z test_get_torch_func_signature_exhaustive_view_as_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T03:17:03.4726254Z test_get_torch_func_signature_exhaustive_view_copy_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T03:17:03.4726538Z test_get_torch_func_signature_exhaustive_view_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T03:17:03.4726821Z test_get_torch_func_signature_exhaustive_vsplit_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T03:17:03.4727108Z test_get_torch_func_signature_exhaustive_vstack_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T03:17:03.4727392Z test_get_torch_func_signature_exhaustive_where_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T03:17:03.4727664Z test_get_torch_func_signature_exhaustive_xlogy_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T03:17:03.4727948Z test_get_torch_func_signature_exhaustive_zero__cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T03:17:03.4728233Z test_get_torch_func_signature_exhaustive_zeros_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T03:17:03.4728525Z test_get_torch_func_signature_exhaustive_zeros_like_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T03:17:03.4728800Z test_pass_manager (fx.test_pass_infra.TestPassManager) 2022-11-23T03:17:03.4728988Z Tests that the pass manager runs the passes correctly. ... ok (0.004s) 2022-11-23T03:17:03.4729182Z test_pass_manager_bad_checks (fx.test_pass_infra.TestPassManager) 2022-11-23T03:17:03.4729402Z Checks that we error if we pass in a check function with the wrong parameters ... ok (0.003s) 2022-11-23T03:17:03.4729589Z test_pass_manager_checks (fx.test_pass_infra.TestPassManager) 2022-11-23T03:17:03.4729772Z Tests that users can add in check functions correctly ... ok (0.000s) 2022-11-23T03:17:03.4730025Z test_pass_manager_error (fx.test_pass_infra.TestPassManager) 2022-11-23T03:17:03.4730175Z Tests error catching + debug ... ok (0.006s) 2022-11-23T03:17:03.4730383Z test_this_before_that_pass_constraint (fx.test_pass_infra.TestPassManager) 2022-11-23T03:17:03.4730544Z Tests the construction of constraints ... ok (0.000s) 2022-11-23T03:17:03.4730729Z test_topological_sort (fx.test_pass_infra.TestPassManager) 2022-11-23T03:17:03.4730903Z Tests that passes are correctly ordered based on contraints. ... ok (0.000s) 2022-11-23T03:17:03.4731166Z test_matching_pattern_with_list_type_arg (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.019s) 2022-11-23T03:17:03.4731418Z test_replace_pattern_with_filters (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.021s) 2022-11-23T03:17:03.4731676Z test_subgraph_rewriter_annotations_int (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.006s) 2022-11-23T03:17:03.4731931Z test_subgraph_rewriter_call_method (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.007s) 2022-11-23T03:17:03.4732208Z test_subgraph_rewriter_correct_output_replacement (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.016s) 2022-11-23T03:17:03.4732471Z test_subgraph_rewriter_graph_argument_order (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.011s) 2022-11-23T03:17:03.4732795Z test_subgraph_rewriter_internal_pattern_nodes_cannot_have_users_that_are_not_matched (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.010s) 2022-11-23T03:17:03.4733045Z test_subgraph_rewriter_local_revert (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.010s) 2022-11-23T03:17:03.4733310Z test_subgraph_rewriter_multiple_pattern_match (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.021s) 2022-11-23T03:17:03.4733570Z test_subgraph_rewriter_nodes_with_kwargs (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.009s) 2022-11-23T03:17:03.4733839Z test_subgraph_rewriter_pattern_is_entire_graph (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.010s) 2022-11-23T03:17:03.4734337Z test_subgraph_rewriter_pattern_output_pattern_node_can_have_users_that_are_not_matched (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.010s) 2022-11-23T03:17:03.4734594Z test_subgraph_rewriter_placeholder_matching (fx.test_subgraph_rewriter.TestSubgraphRewriter) 2022-11-23T03:17:03.4734800Z This tests that a placeholder Node can be matched to a Node with ... ok (0.010s) 2022-11-23T03:17:03.4735342Z test_subgraph_rewriter_preserves_logic (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.021s) 2022-11-23T03:17:03.4735634Z test_subgraph_rewriter_replace_consecutive_submodules (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.016s) 2022-11-23T03:17:03.4735916Z test_subgraph_rewriter_replace_with_duplicated_outputs (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.017s) 2022-11-23T03:17:03.4736197Z test_subgraph_rewriter_replace_with_multiple_outputs (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.009s) 2022-11-23T03:17:03.4736477Z test_subgraph_rewriter_replaces_referenced_submodules (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.006s) 2022-11-23T03:17:03.4736739Z test_subgraph_rewriter_single_pattern_match (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.020s) 2022-11-23T03:17:03.4737102Z test_subgraph_rewriter_traced_as_callable (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.013s) 2022-11-23T03:17:03.4737365Z test_subgraph_rewriter_with_oneliner_pattern (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.014s) 2022-11-23T03:17:03.4737633Z test_subgraph_rewriter_with_overlapping_matches (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.012s) 2022-11-23T03:17:03.4737887Z test_subgraph_rewriter_with_unused_args (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.012s) 2022-11-23T03:17:03.4738077Z test_flatten_fully_static (fx.test_gradual_type.TypeCheckerTest) ... ok (0.012s) 2022-11-23T03:17:03.4738374Z test_resnet50 (fx.test_gradual_type.TypeCheckerTest) ... skip: no torchvision (0.000s) 2022-11-23T03:17:03.4738613Z test_symbolic_add_with_broadcast (fx.test_gradual_type.TypeCheckerTest) ... ok (0.015s) 2022-11-23T03:17:03.4738832Z test_symbolic_add_with_broadcast_2 (fx.test_gradual_type.TypeCheckerTest) ... ok (0.006s) 2022-11-23T03:17:03.4739043Z test_type_check_add_false (fx.test_gradual_type.TypeCheckerTest) ... ok (0.004s) 2022-11-23T03:17:03.4739246Z test_type_check_add_true (fx.test_gradual_type.TypeCheckerTest) ... ok (0.004s) 2022-11-23T03:17:03.4739466Z test_type_check_add_with_broadcast (fx.test_gradual_type.TypeCheckerTest) ... ok (0.004s) 2022-11-23T03:17:03.4739680Z test_type_check_add_with_scalar (fx.test_gradual_type.TypeCheckerTest) ... ok (0.004s) 2022-11-23T03:17:03.4739890Z test_type_check_batch_norm_2D (fx.test_gradual_type.TypeCheckerTest) ... ok (0.006s) 2022-11-23T03:17:03.4740121Z test_type_check_batch_norm_2D_broadcast (fx.test_gradual_type.TypeCheckerTest) ... ok (0.008s) 2022-11-23T03:17:03.4740339Z test_type_check_batch_norm_2D_false (fx.test_gradual_type.TypeCheckerTest) ... ok (0.003s) 2022-11-23T03:17:03.4740560Z test_type_check_batch_norm_symbolic (fx.test_gradual_type.TypeCheckerTest) ... ok (0.006s) 2022-11-23T03:17:03.4740760Z test_type_check_conv2D (fx.test_gradual_type.TypeCheckerTest) ... ok (0.010s) 2022-11-23T03:17:03.4740963Z test_type_check_conv2D_2 (fx.test_gradual_type.TypeCheckerTest) ... ok (0.016s) 2022-11-23T03:17:03.4741188Z test_type_check_conv2D_2_fully_static (fx.test_gradual_type.TypeCheckerTest) ... ok (0.073s) 2022-11-23T03:17:03.4741417Z test_type_check_conv2D_maxpool2d_flatten (fx.test_gradual_type.TypeCheckerTest) ... ok (0.009s) 2022-11-23T03:17:03.4741627Z test_type_check_conv2D_types (fx.test_gradual_type.TypeCheckerTest) ... ok (0.116s) 2022-11-23T03:17:03.4741832Z test_type_check_flatten (fx.test_gradual_type.TypeCheckerTest) ... ok (0.007s) 2022-11-23T03:17:03.4742037Z test_type_check_flatten3 (fx.test_gradual_type.TypeCheckerTest) ... ok (0.006s) 2022-11-23T03:17:03.4742225Z test_type_check_flatten_2 (fx.test_gradual_type.TypeCheckerTest) ... ok (0.005s) 2022-11-23T03:17:03.4742441Z test_type_check_reshape_dyn_false (fx.test_gradual_type.TypeCheckerTest) ... ok (0.003s) 2022-11-23T03:17:03.4742655Z test_type_check_reshape_dyn_true (fx.test_gradual_type.TypeCheckerTest) ... ok (0.006s) 2022-11-23T03:17:03.4742898Z test_type_check_reshape_dyn_true_param_false (fx.test_gradual_type.TypeCheckerTest) ... ok (0.000s) 2022-11-23T03:17:03.4743112Z test_type_check_reshape_false (fx.test_gradual_type.TypeCheckerTest) ... ok (0.014s) 2022-11-23T03:17:03.4743320Z test_type_check_reshape_true (fx.test_gradual_type.TypeCheckerTest) ... ok (0.007s) 2022-11-23T03:17:03.4743583Z test_type_check_symbolic_inferenceconv2D_maxpool2d_flatten (fx.test_gradual_type.TypeCheckerTest) ... ok (0.039s) 2022-11-23T03:17:03.4743800Z test_type_check_transpose_False (fx.test_gradual_type.TypeCheckerTest) ... ok (0.000s) 2022-11-23T03:17:03.4744018Z test_type_check_transpose_true (fx.test_gradual_type.TypeCheckerTest) ... ok (0.008s) 2022-11-23T03:17:03.4744231Z test_type_maxpool2d_fully_static (fx.test_gradual_type.TypeCheckerTest) ... ok (0.050s) 2022-11-23T03:17:03.4744461Z test_type_typechecl_maxpool2d_3dinput (fx.test_gradual_type.TypeCheckerTest) ... ok (0.008s) 2022-11-23T03:17:03.4745258Z test_typecheck_basicblock (fx.test_gradual_type.TypeCheckerTest) ... ok (0.015s) 2022-11-23T03:17:03.4745269Z 2022-11-23T03:17:03.4745464Z ---------------------------------------------------------------------- 2022-11-23T03:17:03.4745570Z Ran 1044 tests in 14.454s 2022-11-23T03:17:03.4745578Z 2022-11-23T03:17:03.4745673Z OK (skipped=627) 2022-11-23T03:17:03.4745681Z 2022-11-23T03:17:03.4745791Z Generating XML reports... 2022-11-23T03:17:03.4746110Z Generated XML report: test-reports\python-unittest\test_fx\TEST-fx.test_gradual_type.AnnotationsTest-20221123031647.xml 2022-11-23T03:17:03.4746503Z Generated XML report: test-reports\python-unittest\test_fx\TEST-fx.test_cse_pass.TestCSEPass-20221123031647.xml 2022-11-23T03:17:03.4746821Z Generated XML report: test-reports\python-unittest\test_fx\TEST-fx.test_common_passes.TestCommonPass-20221123031647.xml 2022-11-23T03:17:03.4747117Z Generated XML report: test-reports\python-unittest\test_fx\TEST-fx.test_fx_const_fold.TestConstFold-20221123031647.xml 2022-11-23T03:17:03.4747508Z Generated XML report: test-reports\python-unittest\test_fx\TEST-fx.test_fx_param_shape_control_flow.TestConstParamShapeInControlFlow-20221123031647.xml 2022-11-23T03:17:03.4747786Z Generated XML report: test-reports\python-unittest\test_fx\TEST-fx.test_dce_pass.TestDCE-20221123031647.xml 2022-11-23T03:17:03.4748008Z Generated XML report: test-reports\python-unittest\test_fx\TEST-TestFX-20221123031647.xml 2022-11-23T03:17:03.4748329Z Generated XML report: test-reports\python-unittest\test_fx\TEST-TestFXAPIBackwardCompatibility-20221123031647.xml 2022-11-23T03:17:03.4748624Z Generated XML report: test-reports\python-unittest\test_fx\TEST-TestFunctionalTracing-20221123031647.xml 2022-11-23T03:17:03.4748927Z Generated XML report: test-reports\python-unittest\test_fx\TEST-fx.test_pass_infra.TestPassManager-20221123031647.xml 2022-11-23T03:17:03.4749265Z Generated XML report: test-reports\python-unittest\test_fx\TEST-fx.test_subgraph_rewriter.TestSubgraphRewriter-20221123031647.xml 2022-11-23T03:17:03.4749573Z Generated XML report: test-reports\python-unittest\test_fx\TEST-fx.test_gradual_type.TypeCheckerTest-20221123031647.xml 2022-11-23T03:17:03.4749876Z Generated XML report: test-reports\python-unittest\test_fx\TEST-TestOperatorSignaturesCUDA-20221123031647.xml 2022-11-23T03:17:03.4749884Z 2022-11-23T03:17:03.4750330Z ##[endgroup] 2022-11-23T03:17:03.4750616Z FINISHED PRINTING LOG FILE of test_fx (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_fx_63u994v0) 2022-11-23T03:17:03.4750624Z 2022-11-23T03:17:03.4750771Z Running test_cuda_trace ... [2022-11-23 03:17:03.402666] 2022-11-23T03:17:03.4751145Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_cuda_trace.py', '-v', '--subprocess', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 03:17:03.404029] 2022-11-23T03:18:03.7805869Z 2022-11-23T03:18:03.7806843Z Expand the folded group to see the log file of test_cuda_trace 2022-11-23T03:18:03.7808626Z ##[group]PRINTING LOG FILE of test_cuda_trace (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_cuda_trace_1ecfqr9u) 2022-11-23T03:18:03.7809631Z 2022-11-23T03:18:03.7812404Z , <__main__.TestCudaTrace testMethod=test_device_synchronization_callback>, <__main__.TestCudaTrace testMethod=test_event_creation_callback>, <__main__.TestCudaTrace testMethod=test_event_deletion_callback>, <__main__.TestCudaTrace testMethod=test_event_record_callback>, <__main__.TestCudaTrace testMethod=test_event_synchronization_callback>, <__main__.TestCudaTrace testMethod=test_event_wait_callback>, <__main__.TestCudaTrace testMethod=test_memcpy_synchronization>, <__main__.TestCudaTrace testMethod=test_memory_allocation_callback>, <__main__.TestCudaTrace testMethod=test_memory_deallocation_callback>, <__main__.TestCudaTrace testMethod=test_stream_creation_callback>, <__main__.TestCudaTrace testMethod=test_stream_synchronization_callback>]> 2022-11-23T03:18:03.7815756Z test_all_trace_callbacks_called (__main__.TestCudaTrace) 2022-11-23T03:18:03.7816509Z test_device_synchronization_callback (__main__.TestCudaTrace) 2022-11-23T03:18:03.7817135Z test_event_creation_callback (__main__.TestCudaTrace) 2022-11-23T03:18:03.7817694Z test_event_deletion_callback (__main__.TestCudaTrace) 2022-11-23T03:18:03.7818263Z test_event_record_callback (__main__.TestCudaTrace) 2022-11-23T03:18:03.7818896Z test_event_synchronization_callback (__main__.TestCudaTrace) 2022-11-23T03:18:03.7819745Z test_event_wait_callback (__main__.TestCudaTrace) 2022-11-23T03:18:03.7820437Z test_memcpy_synchronization (__main__.TestCudaTrace) 2022-11-23T03:18:03.7821084Z test_memory_allocation_callback (__main__.TestCudaTrace) 2022-11-23T03:18:03.7821839Z test_memory_deallocation_callback (__main__.TestCudaTrace) 2022-11-23T03:18:03.7822649Z test_stream_creation_callback (__main__.TestCudaTrace) 2022-11-23T03:18:03.7823401Z test_stream_synchronization_callback (__main__.TestCudaTrace) 2022-11-23T03:18:03.7824340Z 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:18:03.7825297Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T03:18:03.7825839Z 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:18:03.7826560Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T03:18:03.7826794Z 2022-11-23T03:18:03.7826891Z Running tests... 2022-11-23T03:18:03.7827217Z ---------------------------------------------------------------------- 2022-11-23T03:18:03.7827926Z Test results will be stored in test-reports\python-unittest\test_cuda_trace 2022-11-23T03:18:03.7828743Z test_all_trace_callbacks_called (__main__.TestCudaTrace) ... ok (0.088s) 2022-11-23T03:18:03.7829269Z 2022-11-23T03:18:03.7829733Z ---------------------------------------------------------------------- 2022-11-23T03:18:03.7830291Z Ran 1 test in 0.078s 2022-11-23T03:18:03.7830540Z 2022-11-23T03:18:03.7830674Z OK 2022-11-23T03:18:03.7830862Z 2022-11-23T03:18:03.7831043Z Generating XML reports... 2022-11-23T03:18:03.7831758Z Generated XML report: test-reports\python-unittest\test_cuda_trace\TEST-TestCudaTrace-20221123031710.xml 2022-11-23T03:18:03.7832802Z 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:18:03.7833746Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T03:18:03.7834695Z 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:18:03.7835863Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T03:18:03.7836486Z 2022-11-23T03:18:03.7836660Z Running tests... 2022-11-23T03:18:03.7837240Z ---------------------------------------------------------------------- 2022-11-23T03:18:03.7838012Z Test results will be stored in test-reports\python-unittest\test_cuda_trace 2022-11-23T03:18:03.7838828Z test_device_synchronization_callback (__main__.TestCudaTrace) ... ok (0.086s) 2022-11-23T03:18:03.7839236Z 2022-11-23T03:18:03.7839581Z ---------------------------------------------------------------------- 2022-11-23T03:18:03.7840238Z Ran 1 test in 0.094s 2022-11-23T03:18:03.7840571Z 2022-11-23T03:18:03.7840725Z OK 2022-11-23T03:18:03.7840945Z 2022-11-23T03:18:03.7841161Z Generating XML reports... 2022-11-23T03:18:03.7842058Z Generated XML report: test-reports\python-unittest\test_cuda_trace\TEST-TestCudaTrace-20221123031713.xml 2022-11-23T03:18:03.7843891Z 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:18:03.7844697Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T03:18:03.7845214Z 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:18:03.7845744Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T03:18:03.7845966Z 2022-11-23T03:18:03.7846060Z Running tests... 2022-11-23T03:18:03.7846381Z ---------------------------------------------------------------------- 2022-11-23T03:18:03.7846798Z Test results will be stored in test-reports\python-unittest\test_cuda_trace 2022-11-23T03:18:03.7847313Z test_event_creation_callback (__main__.TestCudaTrace) ... ok (1.838s) 2022-11-23T03:18:03.7847544Z 2022-11-23T03:18:03.7847734Z ---------------------------------------------------------------------- 2022-11-23T03:18:03.7848024Z Ran 1 test in 1.844s 2022-11-23T03:18:03.7848165Z 2022-11-23T03:18:03.7848238Z OK 2022-11-23T03:18:03.7850226Z 2022-11-23T03:18:03.7850353Z Generating XML reports... 2022-11-23T03:18:03.7850790Z Generated XML report: test-reports\python-unittest\test_cuda_trace\TEST-TestCudaTrace-20221123031717.xml 2022-11-23T03:18:03.7851406Z 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:18:03.7851908Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T03:18:03.7852430Z 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:18:03.7852944Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T03:18:03.7853165Z 2022-11-23T03:18:03.7853257Z Running tests... 2022-11-23T03:18:03.7853575Z ---------------------------------------------------------------------- 2022-11-23T03:18:03.7853990Z Test results will be stored in test-reports\python-unittest\test_cuda_trace 2022-11-23T03:18:03.7854403Z test_event_deletion_callback (__main__.TestCudaTrace) ... ok (1.820s) 2022-11-23T03:18:03.7854617Z 2022-11-23T03:18:03.7856457Z ---------------------------------------------------------------------- 2022-11-23T03:18:03.7856784Z Ran 1 test in 1.813s 2022-11-23T03:18:03.7856927Z 2022-11-23T03:18:03.7857000Z OK 2022-11-23T03:18:03.7857113Z 2022-11-23T03:18:03.7857223Z Generating XML reports... 2022-11-23T03:18:03.7857654Z Generated XML report: test-reports\python-unittest\test_cuda_trace\TEST-TestCudaTrace-20221123031723.xml 2022-11-23T03:18:03.7858277Z 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:18:03.7858772Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T03:18:03.7859368Z 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:18:03.7860069Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T03:18:03.7860288Z 2022-11-23T03:18:03.7860378Z Running tests... 2022-11-23T03:18:03.7860696Z ---------------------------------------------------------------------- 2022-11-23T03:18:03.7861111Z Test results will be stored in test-reports\python-unittest\test_cuda_trace 2022-11-23T03:18:03.7863213Z test_event_record_callback (__main__.TestCudaTrace) ... ok (1.837s) 2022-11-23T03:18:03.7863430Z 2022-11-23T03:18:03.7863617Z ---------------------------------------------------------------------- 2022-11-23T03:18:03.7863906Z Ran 1 test in 1.828s 2022-11-23T03:18:03.7864047Z 2022-11-23T03:18:03.7864123Z OK 2022-11-23T03:18:03.7864237Z 2022-11-23T03:18:03.7864348Z Generating XML reports... 2022-11-23T03:18:03.7864775Z Generated XML report: test-reports\python-unittest\test_cuda_trace\TEST-TestCudaTrace-20221123031728.xml 2022-11-23T03:18:03.7865393Z 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:18:03.7866029Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T03:18:03.7866551Z 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:18:03.7867058Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T03:18:03.7867274Z 2022-11-23T03:18:03.7867438Z Running tests... 2022-11-23T03:18:03.7869411Z ---------------------------------------------------------------------- 2022-11-23T03:18:03.7869951Z Test results will be stored in test-reports\python-unittest\test_cuda_trace 2022-11-23T03:18:03.7870394Z test_event_synchronization_callback (__main__.TestCudaTrace) ... ok (1.806s) 2022-11-23T03:18:03.7870621Z 2022-11-23T03:18:03.7870809Z ---------------------------------------------------------------------- 2022-11-23T03:18:03.7871114Z Ran 1 test in 1.812s 2022-11-23T03:18:03.7871261Z 2022-11-23T03:18:03.7871336Z OK 2022-11-23T03:18:03.7871448Z 2022-11-23T03:18:03.7871542Z Generating XML reports... 2022-11-23T03:18:03.7871966Z Generated XML report: test-reports\python-unittest\test_cuda_trace\TEST-TestCudaTrace-20221123031734.xml 2022-11-23T03:18:03.7872577Z 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:18:03.7873076Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T03:18:03.7873597Z 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:18:03.7875777Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T03:18:03.7876013Z 2022-11-23T03:18:03.7876106Z Running tests... 2022-11-23T03:18:03.7876410Z ---------------------------------------------------------------------- 2022-11-23T03:18:03.7876827Z Test results will be stored in test-reports\python-unittest\test_cuda_trace 2022-11-23T03:18:03.7877229Z test_event_wait_callback (__main__.TestCudaTrace) ... ok (1.826s) 2022-11-23T03:18:03.7877433Z 2022-11-23T03:18:03.7877616Z ---------------------------------------------------------------------- 2022-11-23T03:18:03.7877922Z Ran 1 test in 1.828s 2022-11-23T03:18:03.7878064Z 2022-11-23T03:18:03.7878138Z OK 2022-11-23T03:18:03.7878252Z 2022-11-23T03:18:03.7878345Z Generating XML reports... 2022-11-23T03:18:03.7878772Z Generated XML report: test-reports\python-unittest\test_cuda_trace\TEST-TestCudaTrace-20221123031740.xml 2022-11-23T03:18:03.7879396Z 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:18:03.7879894Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T03:18:03.7881564Z 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:18:03.7882611Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T03:18:03.7882833Z 2022-11-23T03:18:03.7882924Z Running tests... 2022-11-23T03:18:03.7883225Z ---------------------------------------------------------------------- 2022-11-23T03:18:03.7883638Z Test results will be stored in test-reports\python-unittest\test_cuda_trace 2022-11-23T03:18:03.7884051Z test_memcpy_synchronization (__main__.TestCudaTrace) ... ok (1.857s) 2022-11-23T03:18:03.7884266Z 2022-11-23T03:18:03.7884447Z ---------------------------------------------------------------------- 2022-11-23T03:18:03.7884752Z Ran 1 test in 1.860s 2022-11-23T03:18:03.7884894Z 2022-11-23T03:18:03.7884969Z OK 2022-11-23T03:18:03.7885081Z 2022-11-23T03:18:03.7885174Z Generating XML reports... 2022-11-23T03:18:03.7885605Z Generated XML report: test-reports\python-unittest\test_cuda_trace\TEST-TestCudaTrace-20221123031745.xml 2022-11-23T03:18:03.7886353Z 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:18:03.7888484Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T03:18:03.7889038Z 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:18:03.7889558Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T03:18:03.7889776Z 2022-11-23T03:18:03.7889867Z Running tests... 2022-11-23T03:18:03.7890293Z ---------------------------------------------------------------------- 2022-11-23T03:18:03.7890810Z Test results will be stored in test-reports\python-unittest\test_cuda_trace 2022-11-23T03:18:03.7891225Z test_memory_allocation_callback (__main__.TestCudaTrace) ... ok (0.084s) 2022-11-23T03:18:03.7891442Z 2022-11-23T03:18:03.7891625Z ---------------------------------------------------------------------- 2022-11-23T03:18:03.7891931Z Ran 1 test in 0.078s 2022-11-23T03:18:03.7892072Z 2022-11-23T03:18:03.7892146Z OK 2022-11-23T03:18:03.7892258Z 2022-11-23T03:18:03.7892352Z Generating XML reports... 2022-11-23T03:18:03.7892780Z Generated XML report: test-reports\python-unittest\test_cuda_trace\TEST-TestCudaTrace-20221123031751.xml 2022-11-23T03:18:03.7895094Z 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:18:03.7895619Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T03:18:03.7896145Z 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:18:03.7896663Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T03:18:03.7896879Z 2022-11-23T03:18:03.7896969Z Running tests... 2022-11-23T03:18:03.7897273Z ---------------------------------------------------------------------- 2022-11-23T03:18:03.7897693Z Test results will be stored in test-reports\python-unittest\test_cuda_trace 2022-11-23T03:18:03.7898113Z test_memory_deallocation_callback (__main__.TestCudaTrace) ... ok (0.085s) 2022-11-23T03:18:03.7898336Z 2022-11-23T03:18:03.7898520Z ---------------------------------------------------------------------- 2022-11-23T03:18:03.7898822Z Ran 1 test in 0.078s 2022-11-23T03:18:03.7898963Z 2022-11-23T03:18:03.7899038Z OK 2022-11-23T03:18:03.7899150Z 2022-11-23T03:18:03.7899243Z Generating XML reports... 2022-11-23T03:18:03.7900867Z Generated XML report: test-reports\python-unittest\test_cuda_trace\TEST-TestCudaTrace-20221123031755.xml 2022-11-23T03:18:03.7902013Z 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:18:03.7902508Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T03:18:03.7903022Z 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:18:03.7903542Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T03:18:03.7903759Z 2022-11-23T03:18:03.7903849Z Running tests... 2022-11-23T03:18:03.7904154Z ---------------------------------------------------------------------- 2022-11-23T03:18:03.7904572Z Test results will be stored in test-reports\python-unittest\test_cuda_trace 2022-11-23T03:18:03.7904980Z test_stream_creation_callback (__main__.TestCudaTrace) ... ok (0.091s) 2022-11-23T03:18:03.7905190Z 2022-11-23T03:18:03.7905375Z ---------------------------------------------------------------------- 2022-11-23T03:18:03.7905681Z Ran 1 test in 0.093s 2022-11-23T03:18:03.7905823Z 2022-11-23T03:18:03.7905896Z OK 2022-11-23T03:18:03.7906011Z 2022-11-23T03:18:03.7907269Z Generating XML reports... 2022-11-23T03:18:03.7908328Z Generated XML report: test-reports\python-unittest\test_cuda_trace\TEST-TestCudaTrace-20221123031759.xml 2022-11-23T03:18:03.7909088Z 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:18:03.7909589Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T03:18:03.7910110Z 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:18:03.7910629Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T03:18:03.7910845Z 2022-11-23T03:18:03.7910937Z Running tests... 2022-11-23T03:18:03.7911910Z ---------------------------------------------------------------------- 2022-11-23T03:18:03.7912400Z Test results will be stored in test-reports\python-unittest\test_cuda_trace 2022-11-23T03:18:03.7914633Z test_stream_synchronization_callback (__main__.TestCudaTrace) ... ok (0.085s) 2022-11-23T03:18:03.7914875Z 2022-11-23T03:18:03.7915067Z ---------------------------------------------------------------------- 2022-11-23T03:18:03.7915372Z Ran 1 test in 0.094s 2022-11-23T03:18:03.7915513Z 2022-11-23T03:18:03.7915589Z OK 2022-11-23T03:18:03.7915701Z 2022-11-23T03:18:03.7915812Z Generating XML reports... 2022-11-23T03:18:03.7916223Z Generated XML report: test-reports\python-unittest\test_cuda_trace\TEST-TestCudaTrace-20221123031802.xml 2022-11-23T03:18:03.7916523Z 2022-11-23T03:18:03.7916853Z ##[endgroup] 2022-11-23T03:18:03.7917288Z FINISHED PRINTING LOG FILE of test_cuda_trace (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_cuda_trace_1ecfqr9u) 2022-11-23T03:18:03.7917617Z 2022-11-23T03:18:03.7917758Z Running test_indexing ... [2022-11-23 03:18:03.784840] 2022-11-23T03:18:03.7918274Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_indexing.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 03:18:03.785601] 2022-11-23T03:18:13.2259085Z 2022-11-23T03:18:13.2259993Z Expand the folded group to see the log file of test_indexing 2022-11-23T03:18:13.2261379Z ##[group]PRINTING LOG FILE of test_indexing (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_indexing_5ehrai2l) 2022-11-23T03:18:13.2261975Z 2022-11-23T03:18:13.2262138Z Running tests... 2022-11-23T03:18:13.2262693Z ---------------------------------------------------------------------- 2022-11-23T03:18:13.2263368Z Test results will be stored in test-reports\python-unittest\test_indexing 2022-11-23T03:18:13.2264214Z test_boolean_assignment_value_mismatch_cuda (__main__.NumpyTestsCUDA) ... ok (2.677s) 2022-11-23T03:18:13.2265150Z test_boolean_indexing_alldims_cuda (__main__.NumpyTestsCUDA) ... ok (0.004s) 2022-11-23T03:18:13.2265931Z test_boolean_indexing_onedim_cuda (__main__.NumpyTestsCUDA) ... ok (0.004s) 2022-11-23T03:18:13.2266355Z test_boolean_indexing_twodim_cuda (__main__.NumpyTestsCUDA) ... ok (0.003s) 2022-11-23T03:18:13.2266771Z test_boolean_indexing_weirdness_cuda (__main__.NumpyTestsCUDA) ... ok (0.005s) 2022-11-23T03:18:13.2267209Z test_boolean_indexing_weirdness_tensors_cuda (__main__.NumpyTestsCUDA) ... ok (0.006s) 2022-11-23T03:18:13.2267625Z test_boolean_list_indexing_cuda (__main__.NumpyTestsCUDA) ... ok (0.000s) 2022-11-23T03:18:13.2268458Z test_boolean_shape_mismatch_cuda (__main__.NumpyTestsCUDA) ... C:\actions-runner\_work\pytorch\pytorch\test\test_indexing.py:1465: UserWarning: indexing with dtype torch.uint8 is now deprecated, please use a dtype torch.bool instead. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/native/IndexingUtils.h:28.) 2022-11-23T03:18:13.2269266Z self.assertRaisesRegex(IndexError, 'mask', lambda: arr[index]) 2022-11-23T03:18:13.2270017Z C:\actions-runner\_work\pytorch\pytorch\test\test_indexing.py:1466: UserWarning: indexing with dtype torch.uint8 is now deprecated, please use a dtype torch.bool instead. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/native/IndexingUtils.h:28.) 2022-11-23T03:18:13.2271200Z self.assertRaisesRegex(IndexError, 'mask', lambda: arr[(slice(None), index)]) 2022-11-23T03:18:13.2271501Z ok (0.011s) 2022-11-23T03:18:13.2271818Z test_broadcast_subspace_cuda (__main__.NumpyTestsCUDA) ... ok (0.003s) 2022-11-23T03:18:13.2272493Z test_broaderrors_indexing_cuda (__main__.NumpyTestsCUDA) ... ok (0.004s) 2022-11-23T03:18:13.2272892Z test_ellipsis_index_cuda (__main__.NumpyTestsCUDA) ... ok (0.004s) 2022-11-23T03:18:13.2273278Z test_empty_fancy_index_cuda (__main__.NumpyTestsCUDA) ... ok (0.003s) 2022-11-23T03:18:13.2273795Z test_empty_tuple_index_cuda (__main__.NumpyTestsCUDA) ... ok (0.001s) 2022-11-23T03:18:13.2274201Z test_everything_returns_views_cuda (__main__.NumpyTestsCUDA) ... ok (0.002s) 2022-11-23T03:18:13.2274598Z test_index_is_larger_cuda (__main__.NumpyTestsCUDA) ... ok (0.002s) 2022-11-23T03:18:13.2274977Z test_index_no_floats_cuda (__main__.NumpyTestsCUDA) ... ok (0.005s) 2022-11-23T03:18:13.2275350Z test_none_index_cuda (__main__.NumpyTestsCUDA) ... ok (0.002s) 2022-11-23T03:18:13.2275724Z test_single_bool_index_cuda (__main__.NumpyTestsCUDA) ... ok (0.002s) 2022-11-23T03:18:13.2276103Z test_single_int_index_cuda (__main__.NumpyTestsCUDA) ... ok (0.003s) 2022-11-23T03:18:13.2276548Z test_trivial_fancy_out_of_bounds_cuda (__main__.NumpyTestsCUDA) ... skip: CUDA asserts instead of raising an exception (0.002s) 2022-11-23T03:18:13.2277016Z test_advancedindex_big_cuda (__main__.TestIndexingCUDA) ... ok (0.002s) 2022-11-23T03:18:13.2277427Z test_advancedindex_cuda_float16 (__main__.TestIndexingCUDA) ... ok (0.059s) 2022-11-23T03:18:13.2278432Z test_advancedindex_cuda_float64 (__main__.TestIndexingCUDA) ... 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:18:13.2279442Z warnings.warn(message, UserWarning) 2022-11-23T03:18:13.2279704Z ok (0.636s) 2022-11-23T03:18:13.2280027Z test_basic_advanced_combined_cuda (__main__.TestIndexingCUDA) ... ok (0.004s) 2022-11-23T03:18:13.2280421Z test_bool_indices_accumulate_cuda (__main__.TestIndexingCUDA) ... ok (0.003s) 2022-11-23T03:18:13.2280824Z test_bool_indices_cuda (__main__.TestIndexingCUDA) ... ok (0.005s) 2022-11-23T03:18:13.2281202Z test_byte_mask2d_cuda (__main__.TestIndexingCUDA) ... ok (0.002s) 2022-11-23T03:18:13.2281591Z test_byte_mask_accumulate_cuda (__main__.TestIndexingCUDA) ... ok (0.003s) 2022-11-23T03:18:13.2281975Z test_byte_mask_cuda (__main__.TestIndexingCUDA) ... ok (0.004s) 2022-11-23T03:18:13.2282361Z test_byte_tensor_assignment_cuda (__main__.TestIndexingCUDA) ... ok (0.004s) 2022-11-23T03:18:13.2282733Z test_cpu_indices_cuda (__main__.TestIndexingCUDA) ... ok (0.003s) 2022-11-23T03:18:13.2283120Z test_ellipsis_tensor_cuda (__main__.TestIndexingCUDA) ... ok (0.002s) 2022-11-23T03:18:13.2283507Z test_empty_index_cuda (__main__.TestIndexingCUDA) ... ok (0.003s) 2022-11-23T03:18:13.2283891Z test_empty_ndim_index_bool_cuda (__main__.TestIndexingCUDA) ... ok (0.002s) 2022-11-23T03:18:13.2284445Z test_empty_ndim_index_cuda (__main__.TestIndexingCUDA) ... ok (0.004s) 2022-11-23T03:18:13.2284836Z test_empty_slice_cuda (__main__.TestIndexingCUDA) ... ok (0.002s) 2022-11-23T03:18:13.2285505Z test_gather_take_along_dim_cross_device_cuda_float32 (__main__.TestIndexingCUDA) ... ok (0.006s) 2022-11-23T03:18:13.2285933Z test_getitem_scalars_cuda (__main__.TestIndexingCUDA) ... ok (0.007s) 2022-11-23T03:18:13.2286337Z test_index_cuda (__main__.TestIndexingCUDA) ... ok (0.061s) 2022-11-23T03:18:13.2286736Z test_index_getitem_copy_bools_slices_cuda (__main__.TestIndexingCUDA) ... ok (0.005s) 2022-11-23T03:18:13.2287141Z test_index_ind_dtype_cuda (__main__.TestIndexingCUDA) ... ok (0.006s) 2022-11-23T03:18:13.2287567Z test_index_put_accumulate_duplicate_indices_cuda (__main__.TestIndexingCUDA) ... ok (0.582s) 2022-11-23T03:18:13.2288155Z test_index_put_accumulate_expanded_values_cuda (__main__.TestIndexingCUDA) ... ok (0.008s) 2022-11-23T03:18:13.2288607Z test_index_put_accumulate_large_tensor_cuda (__main__.TestIndexingCUDA) ... ok (0.322s) 2022-11-23T03:18:13.2289034Z test_index_put_accumulate_non_contiguous_cuda (__main__.TestIndexingCUDA) ... ok (0.004s) 2022-11-23T03:18:13.2289493Z test_index_put_accumulate_with_optional_tensors_cuda (__main__.TestIndexingCUDA) ... ok (0.099s) 2022-11-23T03:18:13.2289940Z test_index_put_src_datatype_cuda_bfloat16 (__main__.TestIndexingCUDA) ... ok (0.003s) 2022-11-23T03:18:13.2290442Z test_index_put_src_datatype_cuda_bool (__main__.TestIndexingCUDA) ... ok (0.003s) 2022-11-23T03:18:13.2291070Z test_index_put_src_datatype_cuda_complex128 (__main__.TestIndexingCUDA) ... ok (0.003s) 2022-11-23T03:18:13.2291513Z test_index_put_src_datatype_cuda_complex64 (__main__.TestIndexingCUDA) ... ok (0.003s) 2022-11-23T03:18:13.2292217Z test_index_put_src_datatype_cuda_float16 (__main__.TestIndexingCUDA) ... ok (0.003s) 2022-11-23T03:18:13.2292637Z test_index_put_src_datatype_cuda_int64 (__main__.TestIndexingCUDA) ... ok (0.003s) 2022-11-23T03:18:13.2293056Z test_index_scalar_with_bool_mask_cuda (__main__.TestIndexingCUDA) ... ok (0.005s) 2022-11-23T03:18:13.2293474Z test_index_setitem_bools_slices_cuda (__main__.TestIndexingCUDA) ... ok (0.011s) 2022-11-23T03:18:13.2293891Z test_index_src_datatype_cuda_bfloat16 (__main__.TestIndexingCUDA) ... ok (0.002s) 2022-11-23T03:18:13.2294304Z test_index_src_datatype_cuda_bool (__main__.TestIndexingCUDA) ... ok (0.003s) 2022-11-23T03:18:13.2294718Z test_index_src_datatype_cuda_float16 (__main__.TestIndexingCUDA) ... ok (0.000s) 2022-11-23T03:18:13.2295115Z test_index_src_datatype_cuda_int64 (__main__.TestIndexingCUDA) ... ok (0.006s) 2022-11-23T03:18:13.2295514Z test_int_assignment_cuda (__main__.TestIndexingCUDA) ... ok (0.000s) 2022-11-23T03:18:13.2295902Z test_int_indices2d_cuda (__main__.TestIndexingCUDA) ... ok (0.000s) 2022-11-23T03:18:13.2296297Z test_int_indices_broadcast_cuda (__main__.TestIndexingCUDA) ... ok (0.000s) 2022-11-23T03:18:13.2296681Z test_int_indices_cuda (__main__.TestIndexingCUDA) ... ok (0.000s) 2022-11-23T03:18:13.2297060Z test_invalid_device_cuda (__main__.TestIndexingCUDA) ... ok (0.010s) 2022-11-23T03:18:13.2297422Z test_invalid_index_cuda (__main__.TestIndexingCUDA) ... ok (0.000s) 2022-11-23T03:18:13.2297800Z test_jit_indexing_cuda (__main__.TestIndexingCUDA) ... ok (0.010s) 2022-11-23T03:18:13.2298195Z test_multiple_bool_indices_cuda (__main__.TestIndexingCUDA) ... ok (0.003s) 2022-11-23T03:18:13.2298593Z test_multiple_byte_mask_cuda (__main__.TestIndexingCUDA) ... ok (0.003s) 2022-11-23T03:18:13.2298978Z test_multiple_int_cuda (__main__.TestIndexingCUDA) ... ok (0.002s) 2022-11-23T03:18:13.2299344Z test_none_cuda (__main__.TestIndexingCUDA) ... ok (0.003s) 2022-11-23T03:18:13.2299699Z test_out_of_bound_index_cuda (__main__.TestIndexingCUDA) ... ok (0.005s) 2022-11-23T03:18:13.2300099Z test_set_item_to_scalar_tensor_cuda (__main__.TestIndexingCUDA) ... ok (0.003s) 2022-11-23T03:18:13.2300511Z test_setitem_expansion_error_cuda (__main__.TestIndexingCUDA) ... ok (0.004s) 2022-11-23T03:18:13.2300906Z test_setitem_scalars_cuda (__main__.TestIndexingCUDA) ... ok (0.005s) 2022-11-23T03:18:13.2301283Z test_single_int_cuda (__main__.TestIndexingCUDA) ... ok (0.002s) 2022-11-23T03:18:13.2301660Z test_step_assignment_cuda (__main__.TestIndexingCUDA) ... ok (0.003s) 2022-11-23T03:18:13.2302015Z test_step_cuda (__main__.TestIndexingCUDA) ... ok (0.003s) 2022-11-23T03:18:13.2302397Z test_take_along_dim_cuda_float32 (__main__.TestIndexingCUDA) ... ok (0.012s) 2022-11-23T03:18:13.2302979Z test_take_along_dim_cuda_int64 (__main__.TestIndexingCUDA) ... ok (0.010s) 2022-11-23T03:18:13.2303392Z test_take_along_dim_invalid_cuda_float32 (__main__.TestIndexingCUDA) ... ok (0.006s) 2022-11-23T03:18:13.2304399Z test_take_along_dim_invalid_cuda_int64 (__main__.TestIndexingCUDA) ... ok (0.006s) 2022-11-23T03:18:13.2305142Z test_variable_slicing_cuda (__main__.TestIndexingCUDA) ... ok (0.002s) 2022-11-23T03:18:13.2305606Z test_zero_dim_index_cuda (__main__.TestIndexingCUDA) ... ok (0.002s) 2022-11-23T03:18:13.2305802Z 2022-11-23T03:18:13.2305994Z ---------------------------------------------------------------------- 2022-11-23T03:18:13.2306311Z Ran 82 tests in 4.734s 2022-11-23T03:18:13.2306458Z 2022-11-23T03:18:13.2306553Z OK (skipped=1) 2022-11-23T03:18:13.2306689Z 2022-11-23T03:18:13.2306802Z Generating XML reports... 2022-11-23T03:18:13.2307358Z Generated XML report: test-reports\python-unittest\test_indexing\TEST-NumpyTestsCUDA-20221123031807.xml 2022-11-23T03:18:13.2307978Z Generated XML report: test-reports\python-unittest\test_indexing\TEST-TestIndexingCUDA-20221123031807.xml 2022-11-23T03:18:13.2308291Z 2022-11-23T03:18:13.2308578Z ##[endgroup] 2022-11-23T03:18:13.2309018Z FINISHED PRINTING LOG FILE of test_indexing (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_indexing_5ehrai2l) 2022-11-23T03:18:13.2309339Z 2022-11-23T03:18:13.2309484Z Running test_overrides ... [2022-11-23 03:18:13.226500] 2022-11-23T03:18:13.2310005Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_overrides.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 03:18:13.227214] 2022-11-23T03:18:22.2452992Z 2022-11-23T03:18:22.2453999Z Expand the folded group to see the log file of test_overrides 2022-11-23T03:18:22.2455524Z ##[group]PRINTING LOG FILE of test_overrides (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_overrides_o3hhq16t) 2022-11-23T03:18:22.2476201Z 2022-11-23T03:18:22.2476554Z Running tests... 2022-11-23T03:18:22.2477284Z ---------------------------------------------------------------------- 2022-11-23T03:18:22.2477992Z Test results will be stored in test-reports\python-unittest\test_overrides 2022-11-23T03:18:22.2478745Z test_broadcast_all (__main__.TestBroadcastAllOverride) ... ok (2.472s) 2022-11-23T03:18:22.2479511Z test_parameter_does_not_prevent_dispatch (__main__.TestDisabledTorchFunction) ... ok (0.003s) 2022-11-23T03:18:22.2480217Z test_wrapper (__main__.TestEinsumOverride) ... ok (0.004s) 2022-11-23T03:18:22.2480894Z test_gradcheck (__main__.TestGradCheckOverride) ... ok (0.041s) 2022-11-23T03:18:22.2481572Z test_newones (__main__.TestGradNewOnesOverride) ... ok (0.003s) 2022-11-23T03:18:22.2482164Z test_getitem (__main__.TestIndexing) ... ok (0.003s) 2022-11-23T03:18:22.2482771Z test_getitem_subclass (__main__.TestIndexing) ... ok (0.004s) 2022-11-23T03:18:22.2483372Z test_setitem (__main__.TestIndexing) ... ok (0.003s) 2022-11-23T03:18:22.2483975Z test_setitem_subclass (__main__.TestIndexing) ... ok (0.003s) 2022-11-23T03:18:22.2484574Z test_setitem_val (__main__.TestIndexing) ... ok (0.003s) 2022-11-23T03:18:22.2485162Z test_iterator (__main__.TestIterator) ... ok (0.002s) 2022-11-23T03:18:22.2485726Z test_max (__main__.TestNamedTuple) ... ok (0.003s) 2022-11-23T03:18:22.2486283Z test_pickle (__main__.TestPickle) ... ok (0.002s) 2022-11-23T03:18:22.2486812Z test_rnn (__main__.TestRNN) ... ok (0.005s) 2022-11-23T03:18:22.2487395Z test_resolve_name (__main__.TestResolveName) ... ok (0.217s) 2022-11-23T03:18:22.2487993Z test_all_same_mode (__main__.TestTorchFunctionMode) ... ok (0.002s) 2022-11-23T03:18:22.2488375Z test_basic (__main__.TestTorchFunctionMode) ... ok (0.002s) 2022-11-23T03:18:22.2488748Z test_disable_enable_subclass (__main__.TestTorchFunctionMode) ... ok (0.001s) 2022-11-23T03:18:22.2489177Z test_disable_subclass_not_mode (__main__.TestTorchFunctionMode) ... ok (0.001s) 2022-11-23T03:18:22.2489601Z test_distributions_bernoulli (__main__.TestTorchFunctionMode) ... ok (0.001s) 2022-11-23T03:18:22.2490032Z test_error_using_class_method_on_mode (__main__.TestTorchFunctionMode) ... ok (0.025s) 2022-11-23T03:18:22.2490727Z test_factory_override (__main__.TestTorchFunctionMode) ... ok (0.002s) 2022-11-23T03:18:22.2491119Z test_get_cur_mode (__main__.TestTorchFunctionMode) ... ok (0.002s) 2022-11-23T03:18:22.2491507Z test_get_mode_stack (__main__.TestTorchFunctionMode) ... ok (0.002s) 2022-11-23T03:18:22.2491899Z test_mode_notimplemented_loop (__main__.TestTorchFunctionMode) ... ok (0.002s) 2022-11-23T03:18:22.2492312Z test_modes_handle_first (__main__.TestTorchFunctionMode) ... ok (0.001s) 2022-11-23T03:18:22.2492756Z test_modes_return_notimplemented (__main__.TestTorchFunctionMode) ... ok (0.002s) 2022-11-23T03:18:22.2493354Z test_nested_modes_with_python_has_torch_function (__main__.TestTorchFunctionMode) ... ok (0.000s) 2022-11-23T03:18:22.2493808Z test_nested_same_mode (__main__.TestTorchFunctionMode) ... ok (0.003s) 2022-11-23T03:18:22.2494193Z test_nn_parse_to (__main__.TestTorchFunctionMode) ... ok (0.000s) 2022-11-23T03:18:22.2494572Z test_reentrant_mode_idiom (__main__.TestTorchFunctionMode) ... ok (0.005s) 2022-11-23T03:18:22.2494994Z test_restacking_with_ancestor (__main__.TestTorchFunctionMode) ... ok (0.001s) 2022-11-23T03:18:22.2495400Z test_subclass_hash (__main__.TestTorchFunctionMode) ... ok (0.002s) 2022-11-23T03:18:22.2495776Z test_with_mode (__main__.TestTorchFunctionMode) ... ok (0.002s) 2022-11-23T03:18:22.2496181Z test_with_mode_created_separately (__main__.TestTorchFunctionMode) ... ok (0.001s) 2022-11-23T03:18:22.2496596Z test_with_nested_modes (__main__.TestTorchFunctionMode) ... ok (0.002s) 2022-11-23T03:18:22.2496980Z test_Tensor___add__ (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T03:18:22.2497387Z test_Tensor___and__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2497795Z test_Tensor___array__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2498465Z test_Tensor___array_wrap__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2498885Z test_Tensor___bool__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2499297Z test_Tensor___complex__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2499697Z test_Tensor___contains__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2500148Z test_Tensor___cuda_array_interface_____get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2500595Z test_Tensor___deepcopy__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2501000Z test_Tensor___div__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2501411Z test_Tensor___dlpack__ (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T03:18:22.2501840Z test_Tensor___dlpack_device__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2502253Z test_Tensor___eq__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2502637Z test_Tensor___float__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2503053Z test_Tensor___floordiv__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2503467Z test_Tensor___format__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2503868Z test_Tensor___ge__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2504275Z test_Tensor___getitem__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2504680Z test_Tensor___gt__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2505061Z test_Tensor___iadd__ (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T03:18:22.2505463Z test_Tensor___iand__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2505856Z test_Tensor___idiv__ (__main__.TestTorchFunctionOverride) ... ok (0.003s) 2022-11-23T03:18:22.2506260Z test_Tensor___ifloordiv__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2506803Z test_Tensor___ilshift__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2507206Z test_Tensor___imod__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2507589Z test_Tensor___imul__ (__main__.TestTorchFunctionOverride) ... ok (0.006s) 2022-11-23T03:18:22.2508227Z test_Tensor___index__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2508647Z test_Tensor___int__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2509052Z test_Tensor___invert__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2509545Z test_Tensor___ior__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2509965Z test_Tensor___irshift__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2510371Z test_Tensor___isub__ (__main__.TestTorchFunctionOverride) ... ok (0.010s) 2022-11-23T03:18:22.2510754Z test_Tensor___ixor__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2511232Z test_Tensor___le__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2511783Z test_Tensor___len__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2512246Z test_Tensor___long__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2512720Z test_Tensor___lshift__ (__main__.TestTorchFunctionOverride) ... ok (0.012s) 2022-11-23T03:18:22.2513189Z test_Tensor___lt__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2513688Z test_Tensor___matmul__ (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T03:18:22.2514117Z test_Tensor___mod__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2514582Z test_Tensor___mul__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2515040Z test_Tensor___ne__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2516160Z test_Tensor___nonzero__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2516639Z test_Tensor___or__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2517116Z test_Tensor___radd__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2517588Z test_Tensor___rand__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2518003Z test_Tensor___rdiv__ (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T03:18:22.2518476Z test_Tensor___reduce_ex__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2518953Z test_Tensor___repr__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2519444Z test_Tensor___reversed__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2519937Z test_Tensor___rfloordiv__ (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T03:18:22.2520420Z test_Tensor___rlshift__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2520851Z test_Tensor___rmatmul__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2521346Z test_Tensor___rmod__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2521816Z test_Tensor___rmul__ (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T03:18:22.2522276Z test_Tensor___ror__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2522740Z test_Tensor___rpow__ (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T03:18:22.2523227Z test_Tensor___rrshift__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2523711Z test_Tensor___rshift__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2524135Z test_Tensor___rsub__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2524602Z test_Tensor___rxor__ (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T03:18:22.2525071Z test_Tensor___setitem__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2525690Z test_Tensor___setstate__ (__main__.TestTorchFunctionOverride) ... ok (0.003s) 2022-11-23T03:18:22.2526169Z test_Tensor___sub__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2526637Z test_Tensor___truediv__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2527055Z test_Tensor___xor__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2527574Z test_Tensor__autocast_to_full_precision (__main__.TestTorchFunctionOverride) ... ok (0.006s) 2022-11-23T03:18:22.2528198Z test_Tensor__autocast_to_reduced_precision (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2549090Z test_Tensor__coalesced_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2549967Z test_Tensor__dimI (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T03:18:22.2550689Z test_Tensor__dimV (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2551589Z test_Tensor__indices (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2552435Z test_Tensor__is_view (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2553300Z test_Tensor__nested_tensor_size (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T03:18:22.2554102Z test_Tensor__nnz (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2554863Z test_Tensor__storage (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2555626Z test_Tensor__to_dense (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2556421Z test_Tensor__update_names (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T03:18:22.2557188Z test_Tensor__values (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2557950Z test_Tensor_abs (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2558822Z test_Tensor_abs_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2559695Z test_Tensor_absolute (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2560420Z test_Tensor_absolute_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2561188Z test_Tensor_acos (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2561984Z test_Tensor_acos_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2562767Z test_Tensor_acosh (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T03:18:22.2563541Z test_Tensor_acosh_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2564285Z test_Tensor_add (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2564990Z test_Tensor_add_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2565406Z test_Tensor_addbmm (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T03:18:22.2566101Z test_Tensor_addbmm_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2566764Z test_Tensor_addcdiv (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2567468Z test_Tensor_addcdiv_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2568051Z test_Tensor_addcmul (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T03:18:22.2568473Z test_Tensor_addcmul_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2568879Z test_Tensor_addmm (__main__.TestTorchFunctionOverride) ... ok (0.003s) 2022-11-23T03:18:22.2569295Z test_Tensor_addmm_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2569691Z test_Tensor_addmv (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2570097Z test_Tensor_addmv_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2570504Z test_Tensor_addr (__main__.TestTorchFunctionOverride) ... ok (0.006s) 2022-11-23T03:18:22.2571443Z test_Tensor_addr_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2571952Z test_Tensor_adjoint (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2572469Z test_Tensor_align_as (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2572862Z test_Tensor_align_to (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2573266Z test_Tensor_all (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2573672Z test_Tensor_allclose (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2574177Z test_Tensor_amax (__main__.TestTorchFunctionOverride) ... ok (0.010s) 2022-11-23T03:18:22.2574596Z test_Tensor_amin (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T03:18:22.2575022Z test_Tensor_aminmax (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T03:18:22.2575410Z test_Tensor_angle (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T03:18:22.2576049Z test_Tensor_any (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T03:18:22.2576559Z test_Tensor_apply_ (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T03:18:22.2577271Z test_Tensor_arccos (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2578071Z test_Tensor_arccos_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2579209Z test_Tensor_arccosh (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T03:18:22.2580159Z test_Tensor_arccosh_ (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T03:18:22.2580935Z test_Tensor_arcsin (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T03:18:22.2581718Z test_Tensor_arcsin_ (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T03:18:22.2582493Z test_Tensor_arcsinh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2583289Z test_Tensor_arcsinh_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2584102Z test_Tensor_arctan (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T03:18:22.2585018Z test_Tensor_arctan2 (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T03:18:22.2585983Z test_Tensor_arctan2_ (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T03:18:22.2586751Z test_Tensor_arctan_ (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T03:18:22.2587529Z test_Tensor_arctanh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2588609Z test_Tensor_arctanh_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2589375Z test_Tensor_argmax (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T03:18:22.2590088Z test_Tensor_argmin (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T03:18:22.2591173Z test_Tensor_argsort (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T03:18:22.2592236Z test_Tensor_argwhere (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T03:18:22.2593291Z test_Tensor_as_strided (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T03:18:22.2594370Z test_Tensor_as_strided_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2595150Z test_Tensor_as_strided_scatter (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2595852Z test_Tensor_asin (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2596608Z test_Tensor_asin_ (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T03:18:22.2597103Z test_Tensor_asinh (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T03:18:22.2597524Z test_Tensor_asinh_ (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T03:18:22.2597937Z test_Tensor_atan (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2598492Z test_Tensor_atan2 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2599129Z test_Tensor_atan2_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2599865Z test_Tensor_atan_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2600272Z test_Tensor_atanh (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T03:18:22.2600682Z test_Tensor_atanh_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2601098Z test_Tensor_backward (__main__.TestTorchFunctionOverride) ... ok (0.003s) 2022-11-23T03:18:22.2601516Z test_Tensor_baddbmm (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2602036Z test_Tensor_baddbmm_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2602473Z test_Tensor_bernoulli (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2602875Z test_Tensor_bernoulli_ (__main__.TestTorchFunctionOverride) ... ok (0.006s) 2022-11-23T03:18:22.2603294Z test_Tensor_bfloat16 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2603714Z test_Tensor_bincount (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2604131Z test_Tensor_bitwise_and (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2604561Z test_Tensor_bitwise_and_ (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T03:18:22.2605153Z test_Tensor_bitwise_left_shift (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2605587Z test_Tensor_bitwise_left_shift_ (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T03:18:22.2606259Z test_Tensor_bitwise_not (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2606695Z test_Tensor_bitwise_not_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2607114Z test_Tensor_bitwise_or (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2607531Z test_Tensor_bitwise_or_ (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T03:18:22.2607973Z test_Tensor_bitwise_right_shift (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2608409Z test_Tensor_bitwise_right_shift_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2608846Z test_Tensor_bitwise_xor (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2609268Z test_Tensor_bitwise_xor_ (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T03:18:22.2609679Z test_Tensor_bmm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2610077Z test_Tensor_bool (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2610497Z test_Tensor_broadcast_to (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T03:18:22.2610914Z test_Tensor_byte (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2611452Z test_Tensor_cauchy_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2611883Z test_Tensor_ccol_indices (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2612549Z test_Tensor_cdouble (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2612959Z test_Tensor_ceil (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2613362Z test_Tensor_ceil_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2613766Z test_Tensor_cfloat (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2614177Z test_Tensor_chalf (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2614587Z test_Tensor_char (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2614999Z test_Tensor_cholesky (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2615424Z test_Tensor_cholesky_inverse (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2615857Z test_Tensor_cholesky_solve (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2616296Z test_Tensor_chunk (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T03:18:22.2616805Z test_Tensor_clamp (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2617211Z test_Tensor_clamp_ (__main__.TestTorchFunctionOverride) ... ok (0.003s) 2022-11-23T03:18:22.2617772Z test_Tensor_clamp_max (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2618203Z test_Tensor_clamp_max_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2618883Z test_Tensor_clamp_min (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2619398Z test_Tensor_clamp_min_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2619806Z test_Tensor_clip (__main__.TestTorchFunctionOverride) ... ok (0.006s) 2022-11-23T03:18:22.2620213Z test_Tensor_clip_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2620617Z test_Tensor_clone (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2621035Z test_Tensor_coalesce (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2621453Z test_Tensor_col_indices (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2621866Z test_Tensor_conj (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2622266Z test_Tensor_conj_physical (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2622702Z test_Tensor_conj_physical_ (__main__.TestTorchFunctionOverride) ... ok (0.010s) 2022-11-23T03:18:22.2623128Z test_Tensor_contiguous (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2623546Z test_Tensor_copy_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2624083Z test_Tensor_copysign (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2624527Z test_Tensor_copysign_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2625190Z test_Tensor_corrcoef (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2625587Z test_Tensor_cos (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2625987Z test_Tensor_cos_ (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T03:18:22.2626384Z test_Tensor_cosh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2626785Z test_Tensor_cosh_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2627203Z test_Tensor_count_nonzero (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2627617Z test_Tensor_cov (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2628005Z test_Tensor_cpu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2628408Z test_Tensor_cross (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2628824Z test_Tensor_crow_indices (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2629238Z test_Tensor_cuda (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2629650Z test_Tensor_cummax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2630059Z test_Tensor_cummin (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2630627Z test_Tensor_cumprod (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2631043Z test_Tensor_cumprod_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2631728Z test_Tensor_cumsum (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2632171Z test_Tensor_cumsum_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2632586Z test_Tensor_data_ptr (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T03:18:22.2632998Z test_Tensor_deg2rad (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2633564Z test_Tensor_deg2rad_ (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T03:18:22.2634039Z test_Tensor_dense_dim (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2634584Z test_Tensor_dequantize (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2634998Z test_Tensor_det (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2635400Z test_Tensor_detach (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2635810Z test_Tensor_detach_ (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T03:18:22.2636198Z test_Tensor_diag (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2636612Z test_Tensor_diag_embed (__main__.TestTorchFunctionOverride) ... ok (0.003s) 2022-11-23T03:18:22.2637305Z test_Tensor_diagflat (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2637998Z test_Tensor_diagonal (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2638437Z test_Tensor_diagonal_scatter (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2638866Z test_Tensor_diff (__main__.TestTorchFunctionOverride) ... ok (0.006s) 2022-11-23T03:18:22.2639273Z test_Tensor_digamma (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2639667Z test_Tensor_digamma_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2640074Z test_Tensor_dim (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2640473Z test_Tensor_dist (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2640871Z test_Tensor_div (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2641274Z test_Tensor_div_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2641682Z test_Tensor_divide (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2642074Z test_Tensor_divide_ (__main__.TestTorchFunctionOverride) ... ok (0.011s) 2022-11-23T03:18:22.2642476Z test_Tensor_dot (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2642881Z test_Tensor_double (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2643529Z test_Tensor_dsplit (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2644330Z test_Tensor_element_size (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2645140Z test_Tensor_eq (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2645780Z test_Tensor_eq_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2646191Z test_Tensor_equal (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2646601Z test_Tensor_erf (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2646998Z test_Tensor_erf_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2647400Z test_Tensor_erfc (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2647807Z test_Tensor_erfc_ (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T03:18:22.2648201Z test_Tensor_erfinv (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2648613Z test_Tensor_erfinv_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2649018Z test_Tensor_exp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2649420Z test_Tensor_exp2 (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T03:18:22.2650004Z test_Tensor_exp2_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2650525Z test_Tensor_exp_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2651049Z test_Tensor_expand (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2651463Z test_Tensor_expand_as (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T03:18:22.2651874Z test_Tensor_expm1 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2652279Z test_Tensor_expm1_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2653488Z test_Tensor_exponential_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2653905Z test_Tensor_fill_ (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T03:18:22.2654326Z test_Tensor_fill_diagonal_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2654722Z test_Tensor_fix (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2655119Z test_Tensor_fix_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2655526Z test_Tensor_flatten (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2656221Z test_Tensor_flip (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2656672Z test_Tensor_fliplr (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2657355Z test_Tensor_flipud (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2657751Z test_Tensor_float (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T03:18:22.2658170Z test_Tensor_float_power (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2658594Z test_Tensor_float_power_ (__main__.TestTorchFunctionOverride) ... ok (0.003s) 2022-11-23T03:18:22.2659009Z test_Tensor_floor (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2659413Z test_Tensor_floor_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2659830Z test_Tensor_floor_divide (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2660240Z test_Tensor_floor_divide_ (__main__.TestTorchFunctionOverride) ... ok (0.006s) 2022-11-23T03:18:22.2660657Z test_Tensor_fmax (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2661060Z test_Tensor_fmin (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2661460Z test_Tensor_fmod (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2661863Z test_Tensor_fmod_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2662396Z test_Tensor_frac (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2662800Z test_Tensor_frac_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2663319Z test_Tensor_frexp (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2663870Z test_Tensor_gather (__main__.TestTorchFunctionOverride) ... ok (0.010s) 2022-11-23T03:18:22.2664278Z test_Tensor_gcd (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2664682Z test_Tensor_gcd_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2665083Z test_Tensor_ge (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2665462Z test_Tensor_ge_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2665872Z test_Tensor_geometric_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2666288Z test_Tensor_geqrf (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2666688Z test_Tensor_ger (__main__.TestTorchFunctionOverride) ... ok (0.010s) 2022-11-23T03:18:22.2667094Z test_Tensor_get_device (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2667507Z test_Tensor_greater (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2667902Z test_Tensor_greater_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2668332Z test_Tensor_greater_equal (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2668931Z test_Tensor_greater_equal_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2669356Z test_Tensor_gt (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2670001Z test_Tensor_gt_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2670408Z test_Tensor_half (__main__.TestTorchFunctionOverride) ... ok (0.010s) 2022-11-23T03:18:22.2670931Z test_Tensor_hardshrink (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2671336Z test_Tensor_has_names (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2671756Z test_Tensor_heaviside (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2672172Z test_Tensor_heaviside_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2672583Z test_Tensor_histc (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2672994Z test_Tensor_histogram (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2673489Z test_Tensor_hsplit (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2673897Z test_Tensor_hypot (__main__.TestTorchFunctionOverride) ... ok (0.010s) 2022-11-23T03:18:22.2674301Z test_Tensor_hypot_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2674699Z test_Tensor_i0 (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2675250Z test_Tensor_i0_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2675660Z test_Tensor_igamma (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2676310Z test_Tensor_igamma_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2676710Z test_Tensor_igammac (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2677119Z test_Tensor_igammac_ (__main__.TestTorchFunctionOverride) ... ok (0.010s) 2022-11-23T03:18:22.2677532Z test_Tensor_index_add (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2677953Z test_Tensor_index_add_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2678375Z test_Tensor_index_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2678795Z test_Tensor_index_copy_ (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T03:18:22.2679197Z test_Tensor_index_fill (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2679617Z test_Tensor_index_fill_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2680038Z test_Tensor_index_put (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2680453Z test_Tensor_index_put_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2680876Z test_Tensor_index_reduce (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2681301Z test_Tensor_index_reduce_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2681890Z test_Tensor_index_select (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T03:18:22.2682414Z test_Tensor_indices (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2682943Z test_Tensor_inner (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2683346Z test_Tensor_int (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2683753Z test_Tensor_int_repr (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T03:18:22.2684166Z test_Tensor_inverse (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2684567Z test_Tensor_ipu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2684962Z test_Tensor_is_coalesced (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2685383Z test_Tensor_is_complex (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2685798Z test_Tensor_is_conj (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2686221Z test_Tensor_is_contiguous (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2686655Z test_Tensor_is_distributed (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2687095Z test_Tensor_is_floating_point (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T03:18:22.2687514Z test_Tensor_is_inference (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2688221Z test_Tensor_is_neg (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2688766Z test_Tensor_is_nonzero (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2689310Z test_Tensor_is_pinned (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T03:18:22.2689729Z test_Tensor_is_same_size (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2690148Z test_Tensor_is_set_to (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2690633Z test_Tensor_is_shared (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2691063Z test_Tensor_is_signed (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2691470Z test_Tensor_isclose (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2691885Z test_Tensor_isfinite (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2692297Z test_Tensor_isinf (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2692701Z test_Tensor_isnan (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2693114Z test_Tensor_isneginf (__main__.TestTorchFunctionOverride) ... ok (0.003s) 2022-11-23T03:18:22.2693513Z test_Tensor_isposinf (__main__.TestTorchFunctionOverride) ... ok (0.003s) 2022-11-23T03:18:22.2693927Z test_Tensor_isreal (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T03:18:22.2694488Z test_Tensor_istft (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T03:18:22.2695026Z test_Tensor_item (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2695566Z test_Tensor_kron (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2695974Z test_Tensor_kthvalue (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T03:18:22.2696365Z test_Tensor_lcm (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2696768Z test_Tensor_lcm_ (__main__.TestTorchFunctionOverride) ... ok (0.003s) 2022-11-23T03:18:22.2697171Z test_Tensor_ldexp (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2697578Z test_Tensor_ldexp_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2697980Z test_Tensor_le (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2698375Z test_Tensor_le_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2698754Z test_Tensor_lerp (__main__.TestTorchFunctionOverride) ... ok (0.006s) 2022-11-23T03:18:22.2699161Z test_Tensor_lerp_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2699565Z test_Tensor_less (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2699964Z test_Tensor_less_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2700373Z test_Tensor_less_equal (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2700905Z test_Tensor_less_equal_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2701426Z test_Tensor_lgamma (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2701964Z test_Tensor_lgamma_ (__main__.TestTorchFunctionOverride) ... ok (0.010s) 2022-11-23T03:18:22.2702369Z test_Tensor_log (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2702768Z test_Tensor_log10 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2703166Z test_Tensor_log10_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2703577Z test_Tensor_log1p (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2703961Z test_Tensor_log1p_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2704362Z test_Tensor_log2 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2704759Z test_Tensor_log2_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2705266Z test_Tensor_log_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2705675Z test_Tensor_log_normal_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2706095Z test_Tensor_log_softmax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2706500Z test_Tensor_logaddexp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2707082Z test_Tensor_logaddexp2 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2707524Z test_Tensor_logcumsumexp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2708261Z test_Tensor_logdet (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2708691Z test_Tensor_logical_and (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2709117Z test_Tensor_logical_and_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2709547Z test_Tensor_logical_not (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2709952Z test_Tensor_logical_not_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2710370Z test_Tensor_logical_or (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2710787Z test_Tensor_logical_or_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2711210Z test_Tensor_logical_xor (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2711630Z test_Tensor_logical_xor_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2712046Z test_Tensor_logit (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2712433Z test_Tensor_logit_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2712850Z test_Tensor_logsumexp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2713431Z test_Tensor_long (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2713843Z test_Tensor_lt (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2714474Z test_Tensor_lt_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2714871Z test_Tensor_lu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2715255Z test_Tensor_lu_solve (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T03:18:22.2715663Z test_Tensor_map2_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2716063Z test_Tensor_map_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2716475Z test_Tensor_masked_fill (__main__.TestTorchFunctionOverride) ... ok (0.003s) 2022-11-23T03:18:22.2716897Z test_Tensor_masked_fill_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2717327Z test_Tensor_masked_scatter (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2717744Z test_Tensor_masked_scatter_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2718181Z test_Tensor_masked_select (__main__.TestTorchFunctionOverride) ... ok (0.006s) 2022-11-23T03:18:22.2718600Z test_Tensor_matmul (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2719011Z test_Tensor_matrix_exp (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2719436Z test_Tensor_matrix_power (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2719995Z test_Tensor_max (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2720640Z test_Tensor_maximum (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2721047Z test_Tensor_mean (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2721451Z test_Tensor_median (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2721854Z test_Tensor_min (__main__.TestTorchFunctionOverride) ... ok (0.010s) 2022-11-23T03:18:22.2722360Z test_Tensor_minimum (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2722765Z test_Tensor_mm (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2723163Z test_Tensor_mode (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2723549Z test_Tensor_moveaxis (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2723964Z test_Tensor_movedim (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2724371Z test_Tensor_msort (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2724775Z test_Tensor_mul (__main__.TestTorchFunctionOverride) ... ok (0.010s) 2022-11-23T03:18:22.2725259Z test_Tensor_mul_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2725686Z test_Tensor_multinomial (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2726229Z test_Tensor_multiply (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2726653Z test_Tensor_multiply_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2727194Z test_Tensor_mv (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2727723Z test_Tensor_mvlgamma (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2728141Z test_Tensor_mvlgamma_ (__main__.TestTorchFunctionOverride) ... ok (0.010s) 2022-11-23T03:18:22.2728559Z test_Tensor_nan_to_num (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2728956Z test_Tensor_nan_to_num_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2729371Z test_Tensor_nanmean (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2729786Z test_Tensor_nanmedian (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2730209Z test_Tensor_nanquantile (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2730627Z test_Tensor_nansum (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2731039Z test_Tensor_narrow (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2731436Z test_Tensor_narrow_copy (__main__.TestTorchFunctionOverride) ... ok (0.010s) 2022-11-23T03:18:22.2731867Z test_Tensor_ndimension (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2732318Z test_Tensor_ne (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2732831Z test_Tensor_ne_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2733250Z test_Tensor_neg (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2733772Z test_Tensor_neg_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2734324Z test_Tensor_negative (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2734725Z test_Tensor_negative_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2735139Z test_Tensor_nelement (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2735558Z test_Tensor_nextafter (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2735974Z test_Tensor_nextafter_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2736388Z test_Tensor_nonzero (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2736795Z test_Tensor_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2737178Z test_Tensor_normal_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2737587Z test_Tensor_not_equal (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2738002Z test_Tensor_not_equal_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2738408Z test_Tensor_numel (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2738810Z test_Tensor_numpy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2739351Z test_Tensor_orgqr (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2739865Z test_Tensor_ormqr (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2740657Z test_Tensor_outer (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2741074Z test_Tensor_permute (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2741489Z test_Tensor_pin_memory (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2741909Z test_Tensor_pinverse (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2742908Z test_Tensor_polygamma (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2743388Z test_Tensor_polygamma_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2743806Z test_Tensor_positive (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2744213Z test_Tensor_pow (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2744620Z test_Tensor_pow_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2745021Z test_Tensor_prelu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2745425Z test_Tensor_prod (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T03:18:22.2745999Z test_Tensor_put (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2746553Z test_Tensor_put_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2747105Z test_Tensor_q_per_channel_axis (__main__.TestTorchFunctionOverride) ... ok (0.003s) 2022-11-23T03:18:22.2747563Z test_Tensor_q_per_channel_scales (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2748025Z test_Tensor_q_per_channel_zero_points (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2748459Z test_Tensor_q_scale (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2748879Z test_Tensor_q_zero_point (__main__.TestTorchFunctionOverride) ... ok (0.006s) 2022-11-23T03:18:22.2749279Z test_Tensor_qr (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2749684Z test_Tensor_qscheme (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2750096Z test_Tensor_quantile (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2750506Z test_Tensor_rad2deg (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2750911Z test_Tensor_rad2deg_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2751315Z test_Tensor_random_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2751702Z test_Tensor_ravel (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2752235Z test_Tensor_reciprocal (__main__.TestTorchFunctionOverride) ... ok (0.010s) 2022-11-23T03:18:22.2752668Z test_Tensor_reciprocal_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2753361Z test_Tensor_record_stream (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2753797Z test_Tensor_refine_names (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2754227Z test_Tensor_register_hook (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2754625Z test_Tensor_relu (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2755032Z test_Tensor_relu_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2755444Z test_Tensor_remainder (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2755867Z test_Tensor_remainder_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2756290Z test_Tensor_rename (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2756698Z test_Tensor_rename_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2757087Z test_Tensor_renorm (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2757627Z test_Tensor_renorm_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2758035Z test_Tensor_repeat (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2758613Z test_Tensor_repeat_interleave (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2759062Z test_Tensor_requires_grad_ (__main__.TestTorchFunctionOverride) ... ok (0.010s) 2022-11-23T03:18:22.2759745Z test_Tensor_reshape (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2760170Z test_Tensor_reshape_as (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2760649Z test_Tensor_resize (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2761070Z test_Tensor_resize_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2761481Z test_Tensor_resize_as (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2761899Z test_Tensor_resize_as_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2762336Z test_Tensor_resize_as_sparse_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2762770Z test_Tensor_resolve_conj (__main__.TestTorchFunctionOverride) ... ok (0.010s) 2022-11-23T03:18:22.2763175Z test_Tensor_resolve_neg (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2763603Z test_Tensor_retain_grad (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2764013Z test_Tensor_roll (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2764416Z test_Tensor_rot90 (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2764935Z test_Tensor_round (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2765370Z test_Tensor_round_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2765765Z test_Tensor_row_indices (__main__.TestTorchFunctionOverride) ... ok (0.010s) 2022-11-23T03:18:22.2766437Z test_Tensor_rsqrt (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2766849Z test_Tensor_rsqrt_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2767255Z test_Tensor_scatter (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2767668Z test_Tensor_scatter_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2768088Z test_Tensor_scatter_add (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2768496Z test_Tensor_scatter_add_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2768935Z test_Tensor_scatter_reduce (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2769369Z test_Tensor_scatter_reduce_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2769789Z test_Tensor_select (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2770210Z test_Tensor_select_scatter (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2770630Z test_Tensor_set_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2771032Z test_Tensor_sgn (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2771413Z test_Tensor_sgn_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2771995Z test_Tensor_share_memory_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2772408Z test_Tensor_short (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2773068Z test_Tensor_sigmoid (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2773492Z test_Tensor_sigmoid_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2773899Z test_Tensor_sign (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2774284Z test_Tensor_sign_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2774793Z test_Tensor_signbit (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2775198Z test_Tensor_sin (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2775597Z test_Tensor_sin_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2775993Z test_Tensor_sinc (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2776397Z test_Tensor_sinc_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2776778Z test_Tensor_sinh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2777179Z test_Tensor_sinh_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2777655Z test_Tensor_size (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2778083Z test_Tensor_slice_scatter (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2778670Z test_Tensor_slogdet (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2779201Z test_Tensor_smm (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T03:18:22.2779717Z test_Tensor_softmax (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2780123Z test_Tensor_sort (__main__.TestTorchFunctionOverride) ... ok (0.003s) 2022-11-23T03:18:22.2780534Z test_Tensor_sparse_dim (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2780956Z test_Tensor_sparse_mask (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2781385Z test_Tensor_sparse_resize_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2781837Z test_Tensor_sparse_resize_and_clear_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2782272Z test_Tensor_split (__main__.TestTorchFunctionOverride) ... ok (0.006s) 2022-11-23T03:18:22.2782677Z test_Tensor_split_with_sizes (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2783098Z test_Tensor_sqrt (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2783502Z test_Tensor_sqrt_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2783904Z test_Tensor_square (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2784311Z test_Tensor_square_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2784872Z test_Tensor_squeeze (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2785277Z test_Tensor_squeeze_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2785881Z test_Tensor_sspaddmm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2786330Z test_Tensor_std (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2786736Z test_Tensor_stft (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2787147Z test_Tensor_storage (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2787571Z test_Tensor_storage_offset (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2787989Z test_Tensor_storage_type (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2788403Z test_Tensor_sub (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2788801Z test_Tensor_sub_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2789210Z test_Tensor_subtract (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2789626Z test_Tensor_subtract_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2790032Z test_Tensor_sum (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2790425Z test_Tensor_sum_to_size (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T03:18:22.2790836Z test_Tensor_svd (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2791370Z test_Tensor_swapaxes (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2791907Z test_Tensor_swapaxes_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2792483Z test_Tensor_swapdims (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2793029Z test_Tensor_swapdims_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2793431Z test_Tensor_symeig (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2793833Z test_Tensor_t (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2794228Z test_Tensor_t_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2794707Z test_Tensor_take (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2795141Z test_Tensor_take_along_dim (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T03:18:22.2795557Z test_Tensor_tan (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2795954Z test_Tensor_tan_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2796344Z test_Tensor_tanh (__main__.TestTorchFunctionOverride) ... ok (0.003s) 2022-11-23T03:18:22.2796750Z test_Tensor_tanh_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2797163Z test_Tensor_tensor_split (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2797575Z test_Tensor_tile (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2797973Z test_Tensor_to (__main__.TestTorchFunctionOverride) ... ok (0.006s) 2022-11-23T03:18:22.2798515Z test_Tensor_to_dense (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2798920Z test_Tensor_to_mkldnn (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2799615Z test_Tensor_to_sparse (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2800027Z test_Tensor_tolist (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2800429Z test_Tensor_topk (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2800837Z test_Tensor_trace (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2801252Z test_Tensor_transpose (__main__.TestTorchFunctionOverride) ... ok (0.010s) 2022-11-23T03:18:22.2801658Z test_Tensor_transpose_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2802090Z test_Tensor_triangular_solve (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2802508Z test_Tensor_tril (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2802906Z test_Tensor_tril_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2803310Z test_Tensor_triu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2803712Z test_Tensor_triu_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2804106Z test_Tensor_true_divide (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2804534Z test_Tensor_true_divide_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2805105Z test_Tensor_trunc (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2805705Z test_Tensor_trunc_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2806283Z test_Tensor_type (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2806691Z test_Tensor_type_as (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2807080Z test_Tensor_unbind (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2807489Z test_Tensor_unfold (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2807895Z test_Tensor_uniform_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2808307Z test_Tensor_unique (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2808733Z test_Tensor_unique_consecutive (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2809273Z test_Tensor_unsafe_chunk (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2809701Z test_Tensor_unsafe_split (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2810130Z test_Tensor_unsafe_split_with_sizes (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2810568Z test_Tensor_unsqueeze (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2810987Z test_Tensor_unsqueeze_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2811563Z test_Tensor_values (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2812197Z test_Tensor_var (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2812780Z test_Tensor_vdot (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2813162Z test_Tensor_view (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2813568Z test_Tensor_view_as (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T03:18:22.2813981Z test_Tensor_vsplit (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2814390Z test_Tensor_where (__main__.TestTorchFunctionOverride) ... ok (0.003s) 2022-11-23T03:18:22.2814793Z test_Tensor_xlogy (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2815196Z test_Tensor_xlogy_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2815579Z test_Tensor_xpu (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2815977Z test_Tensor_zero_ (__main__.TestTorchFunctionOverride) ... ok (0.006s) 2022-11-23T03:18:22.2816396Z test__TensorBase_H___get__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2816825Z test__TensorBase_T___get__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2817272Z test__TensorBase__backward_hooks___get__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2817850Z test__TensorBase__base___get__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2818281Z test__TensorBase__cdata___get__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2819040Z test__TensorBase__grad___get__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2819485Z test__TensorBase__grad_fn___get__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2819928Z test__TensorBase__version___get__ (__main__.TestTorchFunctionOverride) ... ok (0.010s) 2022-11-23T03:18:22.2820372Z test__TensorBase_data___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2820813Z test__TensorBase_device___get__ (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T03:18:22.2821252Z test__TensorBase_dtype___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2821670Z test__TensorBase_grad___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2822114Z test__TensorBase_grad_fn___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2822554Z test__TensorBase_imag___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2822984Z test__TensorBase_is_cpu___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2823423Z test__TensorBase_is_cuda___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2823859Z test__TensorBase_is_ipu___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2824443Z test__TensorBase_is_leaf___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2824866Z test__TensorBase_is_meta___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2825631Z test__TensorBase_is_mkldnn___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2826084Z test__TensorBase_is_mps___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2826634Z test__TensorBase_is_nested___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2827074Z test__TensorBase_is_ort___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2827519Z test__TensorBase_is_quantized___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2827952Z test__TensorBase_is_sparse___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2828402Z test__TensorBase_is_sparse_csr___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2828930Z test__TensorBase_is_vulkan___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2829386Z test__TensorBase_is_xpu___get__ (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T03:18:22.2829825Z test__TensorBase_layout___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2830259Z test__TensorBase_mH___get__ (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T03:18:22.2830786Z test__TensorBase_mT___get__ (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T03:18:22.2831230Z test__TensorBase_name___get__ (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T03:18:22.2831996Z test__TensorBase_names___get__ (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T03:18:22.2832475Z test__TensorBase_ndim___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2832919Z test__TensorBase_output_nr___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2833362Z test__TensorBase_real___get__ (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T03:18:22.2833812Z test__TensorBase_requires_grad___get__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2834254Z test__TensorBase_retains_grad___get__ (__main__.TestTorchFunctionOverride) ... ok (0.003s) 2022-11-23T03:18:22.2834705Z test__TensorBase_shape___get__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2835148Z test__TensorBase_volatile___get__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2835558Z test_base (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2835939Z test_grad (__main__.TestTorchFunctionOverride) ... ok (0.006s) 2022-11-23T03:18:22.2836364Z test_has_torch_function_non_sequence (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2836786Z test_mean_semantics (__main__.TestTorchFunctionOverride) 2022-11-23T03:18:22.2837264Z Test that a function with one argument can be overrided ... ok (0.000s) 2022-11-23T03:18:22.2837674Z test_mm_semantics (__main__.TestTorchFunctionOverride) 2022-11-23T03:18:22.2838251Z Test that a function with multiple arguments can be overrided ... ok (0.000s) 2022-11-23T03:18:22.2838796Z test_pow_rpow (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2839205Z test_precedence_semantics (__main__.TestTorchFunctionOverride) 2022-11-23T03:18:22.2839612Z Test semantics for __torch_function__ for functions that take ... ok (0.010s) 2022-11-23T03:18:22.2840012Z test_tensor_subclass_propagation (__main__.TestTorchFunctionOverride) 2022-11-23T03:18:22.2840417Z this test exercises the functionality described in ... ok (0.000s) 2022-11-23T03:18:22.2840822Z test_torch__C__fft_fft_fft (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2841249Z test_torch__C__fft_fft_fft2 (__main__.TestTorchFunctionOverride) ... ok (0.011s) 2022-11-23T03:18:22.2841677Z test_torch__C__fft_fft_fftn (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2842108Z test_torch__C__fft_fft_fftshift (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T03:18:22.2842520Z test_torch__C__fft_fft_hfft (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T03:18:22.2842945Z test_torch__C__fft_fft_hfft2 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2843487Z test_torch__C__fft_fft_hfftn (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T03:18:22.2844077Z test_torch__C__fft_fft_ifft (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T03:18:22.2844774Z test_torch__C__fft_fft_ifft2 (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T03:18:22.2845223Z test_torch__C__fft_fft_ifftn (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2845660Z test_torch__C__fft_fft_ifftshift (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T03:18:22.2846161Z test_torch__C__fft_fft_ihfft (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T03:18:22.2846600Z test_torch__C__fft_fft_ihfft2 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2847033Z test_torch__C__fft_fft_ihfftn (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2847461Z test_torch__C__fft_fft_irfft (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T03:18:22.2847891Z test_torch__C__fft_fft_irfft2 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2848309Z test_torch__C__fft_fft_irfftn (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2848717Z test_torch__C__fft_fft_rfft (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T03:18:22.2849139Z test_torch__C__fft_fft_rfft2 (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T03:18:22.2849569Z test_torch__C__fft_fft_rfftn (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2850156Z test_torch__C__linalg_linalg_cholesky (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T03:18:22.2850647Z test_torch__C__linalg_linalg_cholesky_ex (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2851407Z test_torch__C__linalg_linalg_cond (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2851869Z test_torch__C__linalg_linalg_cross (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T03:18:22.2852299Z test_torch__C__linalg_linalg_det (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2852758Z test_torch__C__linalg_linalg_diagonal (__main__.TestTorchFunctionOverride) ... ok (0.003s) 2022-11-23T03:18:22.2853210Z test_torch__C__linalg_linalg_eig (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2853659Z test_torch__C__linalg_linalg_eigh (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2854120Z test_torch__C__linalg_linalg_eigvals (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2854581Z test_torch__C__linalg_linalg_eigvalsh (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2855044Z test_torch__C__linalg_linalg_householder_product (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2855518Z test_torch__C__linalg_linalg_inv (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2855964Z test_torch__C__linalg_linalg_inv_ex (__main__.TestTorchFunctionOverride) ... ok (0.003s) 2022-11-23T03:18:22.2856564Z test_torch__C__linalg_linalg_ldl_factor (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2857052Z test_torch__C__linalg_linalg_ldl_factor_ex (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2857837Z test_torch__C__linalg_linalg_ldl_solve (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2858290Z test_torch__C__linalg_linalg_lstsq (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2858719Z test_torch__C__linalg_linalg_lu (__main__.TestTorchFunctionOverride) ... ok (0.007s) 2022-11-23T03:18:22.2859172Z test_torch__C__linalg_linalg_lu_factor (__main__.TestTorchFunctionOverride) ... ok (0.003s) 2022-11-23T03:18:22.2859635Z test_torch__C__linalg_linalg_lu_factor_ex (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2860205Z test_torch__C__linalg_linalg_lu_solve (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2860659Z test_torch__C__linalg_linalg_matmul (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2861120Z test_torch__C__linalg_linalg_matrix_exp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2861585Z test_torch__C__linalg_linalg_matrix_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2862039Z test_torch__C__linalg_linalg_matrix_power (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2862585Z test_torch__C__linalg_linalg_matrix_rank (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2863220Z test_torch__C__linalg_linalg_multi_dot (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2863809Z test_torch__C__linalg_linalg_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2864420Z test_torch__C__linalg_linalg_pinv (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2864871Z test_torch__C__linalg_linalg_qr (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2865320Z test_torch__C__linalg_linalg_slogdet (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2865753Z test_torch__C__linalg_linalg_solve (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2866204Z test_torch__C__linalg_linalg_solve_ex (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2866674Z test_torch__C__linalg_linalg_solve_triangular (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2867178Z test_torch__C__linalg_linalg_svd (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2867628Z test_torch__C__linalg_linalg_svdvals (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2868083Z test_torch__C__linalg_linalg_tensorinv (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2868533Z test_torch__C__linalg_linalg_tensorsolve (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2868997Z test_torch__C__linalg_linalg_vander (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2869589Z test_torch__C__linalg_linalg_vecdot (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2870226Z test_torch__C__linalg_linalg_vector_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2870812Z test_torch__C__nn_avg_pool2d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2871250Z test_torch__C__nn_avg_pool3d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2871673Z test_torch__C__nn_gelu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2872071Z test_torch__C__nn_linear (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2872500Z test_torch__C__nn_log_sigmoid (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2872930Z test_torch__C__nn_one_hot (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T03:18:22.2873353Z test_torch__C__nn_softplus (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2873786Z test_torch__C__nn_softshrink (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2874235Z test_torch__C__special_special_airy_ai (__main__.TestTorchFunctionOverride) ... ok (0.003s) 2022-11-23T03:18:22.2874855Z test_torch__C__special_special_bessel_j0 (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2875328Z test_torch__C__special_special_bessel_j1 (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2875949Z test_torch__C__special_special_bessel_y0 (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2876517Z test_torch__C__special_special_bessel_y1 (__main__.TestTorchFunctionOverride) ... ok (0.006s) 2022-11-23T03:18:22.2877318Z test_torch__C__special_special_chebyshev_polynomial_t (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2877836Z test_torch__C__special_special_chebyshev_polynomial_u (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2878338Z test_torch__C__special_special_chebyshev_polynomial_v (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2878820Z test_torch__C__special_special_chebyshev_polynomial_w (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2879389Z test_torch__C__special_special_digamma (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2879864Z test_torch__C__special_special_entr (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2880318Z test_torch__C__special_special_erf (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2880767Z test_torch__C__special_special_erfc (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2881230Z test_torch__C__special_special_erfcx (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2881689Z test_torch__C__special_special_erfinv (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2882285Z test_torch__C__special_special_exp2 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2882752Z test_torch__C__special_special_expit (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2883528Z test_torch__C__special_special_expm1 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2883992Z test_torch__C__special_special_gammainc (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2884464Z test_torch__C__special_special_gammaincc (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2884935Z test_torch__C__special_special_gammaln (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2885426Z test_torch__C__special_special_hermite_polynomial_h (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2885911Z test_torch__C__special_special_hermite_polynomial_he (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2886387Z test_torch__C__special_special_i0 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2886836Z test_torch__C__special_special_i0e (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2887282Z test_torch__C__special_special_i1 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2887727Z test_torch__C__special_special_i1e (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2888202Z test_torch__C__special_special_laguerre_polynomial_l (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2888868Z test_torch__C__special_special_legendre_polynomial_p (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2889680Z test_torch__C__special_special_log1p (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2890163Z test_torch__C__special_special_log_ndtr (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2890631Z test_torch__C__special_special_log_softmax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2891093Z test_torch__C__special_special_logit (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2891555Z test_torch__C__special_special_logsumexp (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T03:18:22.2892046Z test_torch__C__special_special_modified_bessel_i0 (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2892544Z test_torch__C__special_special_modified_bessel_i1 (__main__.TestTorchFunctionOverride) ... ok (0.003s) 2022-11-23T03:18:22.2893014Z test_torch__C__special_special_modified_bessel_k0 (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2893617Z test_torch__C__special_special_modified_bessel_k1 (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2894104Z test_torch__C__special_special_multigammaln (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2894571Z test_torch__C__special_special_ndtr (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2895173Z test_torch__C__special_special_ndtri (__main__.TestTorchFunctionOverride) ... ok (0.006s) 2022-11-23T03:18:22.2895649Z test_torch__C__special_special_polygamma (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2896530Z test_torch__C__special_special_psi (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2897005Z test_torch__C__special_special_round (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2897498Z test_torch__C__special_special_scaled_modified_bessel_k0 (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2898016Z test_torch__C__special_special_scaled_modified_bessel_k1 (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2898544Z test_torch__C__special_special_shifted_chebyshev_polynomial_t (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2899070Z test_torch__C__special_special_shifted_chebyshev_polynomial_u (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2899593Z test_torch__C__special_special_shifted_chebyshev_polynomial_v (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2900112Z test_torch__C__special_special_shifted_chebyshev_polynomial_w (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2900578Z test_torch__C__special_special_sinc (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2901042Z test_torch__C__special_special_softmax (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2901636Z test_torch__C__special_special_spherical_bessel_j0 (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2902154Z test_torch__C__special_special_xlog1py (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2902960Z test_torch__C__special_special_xlogy (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2903423Z test_torch__C__special_special_zeta (__main__.TestTorchFunctionOverride) ... ok (0.010s) 2022-11-23T03:18:22.2903862Z test_torch__assert_async (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2904267Z test_torch__conj_copy (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2904699Z test_torch__fw_primal_copy (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2905128Z test_torch__indices_copy (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2905558Z test_torch__lobpcg_lobpcg (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2906005Z test_torch__lowrank_pca_lowrank (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2906454Z test_torch__lowrank_svd_lowrank (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2906871Z test_torch__make_dual_copy (__main__.TestTorchFunctionOverride) ... ok (0.010s) 2022-11-23T03:18:22.2907299Z test_torch__neg_view_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2907733Z test_torch__reshape_alias_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2908310Z test_torch__rowwise_prune (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2908771Z test_torch__sparse_broadcast_to_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2909580Z test_torch__values_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2909992Z test_torch_abs (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2910487Z test_torch_absolute (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2910893Z test_torch_acos (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2911295Z test_torch_acosh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2911724Z test_torch_adaptive_avg_pool1d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2912164Z test_torch_adaptive_max_pool1d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2912577Z test_torch_add (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2913039Z test_torch_addbmm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2913469Z test_torch_addcdiv (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2913879Z test_torch_addcmul (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2914287Z test_torch_addmm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2914847Z test_torch_addmv (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2915388Z test_torch_addr (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2915955Z test_torch_adjoint (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2916396Z test_torch_affine_grid_generator (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2916837Z test_torch_alias_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2917246Z test_torch_all (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2917659Z test_torch_allclose (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2918087Z test_torch_alpha_dropout (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2918485Z test_torch_amax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2918885Z test_torch_amin (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2919295Z test_torch_aminmax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2919702Z test_torch_angle (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T03:18:22.2920102Z test_torch_any (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2920503Z test_torch_arccos (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2921074Z test_torch_arccosh (__main__.TestTorchFunctionOverride) ... ok (0.003s) 2022-11-23T03:18:22.2921474Z test_torch_arcsin (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2922232Z test_torch_arcsinh (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2922649Z test_torch_arctan (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2923058Z test_torch_arctan2 (__main__.TestTorchFunctionOverride) ... ok (0.006s) 2022-11-23T03:18:22.2923463Z test_torch_arctanh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2923875Z test_torch_argmax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2924265Z test_torch_argmin (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2924671Z test_torch_argsort (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2925082Z test_torch_argwhere (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2925509Z test_torch_as_strided_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2925950Z test_torch_as_strided_scatter (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2926376Z test_torch_asin (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2926755Z test_torch_asinh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2927159Z test_torch_atan (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2927723Z test_torch_atan2 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2929273Z test_torch_atanh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2929699Z test_torch_avg_pool1d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2930119Z test_torch_baddbmm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2930516Z test_torch_batch_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2930960Z test_torch_batch_norm_backward_elemt (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2931540Z test_torch_batch_norm_backward_reduce (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2932014Z test_torch_batch_norm_elemt (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2932507Z test_torch_batch_norm_gather_stats (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2932981Z test_torch_batch_norm_gather_stats_with_counts (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2933446Z test_torch_batch_norm_stats (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T03:18:22.2933878Z test_torch_batch_norm_update_stats (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2934449Z test_torch_bernoulli (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2934872Z test_torch_bilinear (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2935631Z test_torch_binary_cross_entropy_with_logits (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2936083Z test_torch_bincount (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2936493Z test_torch_binomial (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2936888Z test_torch_bitwise_and (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T03:18:22.2937322Z test_torch_bitwise_left_shift (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2937752Z test_torch_bitwise_not (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2938167Z test_torch_bitwise_or (__main__.TestTorchFunctionOverride) ... ok (0.003s) 2022-11-23T03:18:22.2938595Z test_torch_bitwise_right_shift (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2939024Z test_torch_bitwise_xor (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2939411Z test_torch_bmm (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2939825Z test_torch_broadcast_to (__main__.TestTorchFunctionOverride) ... ok (0.006s) 2022-11-23T03:18:22.2940246Z test_torch_bucketize (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2940799Z test_torch_cat (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2941227Z test_torch_ccol_indices_copy (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2941968Z test_torch_ceil (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2942370Z test_torch_celu (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2942770Z test_torch_channel_shuffle (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2943194Z test_torch_cholesky (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2943617Z test_torch_cholesky_inverse (__main__.TestTorchFunctionOverride) ... ok (0.010s) 2022-11-23T03:18:22.2944049Z test_torch_cholesky_solve (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2944501Z test_torch_choose_qparams_optimized (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2944934Z test_torch_chunk (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2945317Z test_torch_clamp (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2945727Z test_torch_clamp_max (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2946710Z test_torch_clamp_min (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2947115Z test_torch_clip (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2947520Z test_torch_clone (__main__.TestTorchFunctionOverride) ... ok (0.010s) 2022-11-23T03:18:22.2947938Z test_torch_col_indices_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2948351Z test_torch_column_stack (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2948777Z test_torch_combinations (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2949291Z test_torch_complex (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2949721Z test_torch_concat (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2950139Z test_torch_concatenate (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2950558Z test_torch_conj (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2950953Z test_torch_conj_physical (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2951385Z test_torch_constant_pad_nd (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2951811Z test_torch_conv1d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2952393Z test_torch_conv2d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2952907Z test_torch_conv3d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2953547Z test_torch_conv_tbc (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2953974Z test_torch_conv_transpose1d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2954391Z test_torch_conv_transpose2d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2954828Z test_torch_conv_transpose3d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2955262Z test_torch_convolution (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2955682Z test_torch_copysign (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2956093Z test_torch_corrcoef (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2956492Z test_torch_cos (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2956870Z test_torch_cosh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2957299Z test_torch_cosine_embedding_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2957752Z test_torch_cosine_similarity (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2958187Z test_torch_count_nonzero (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2958595Z test_torch_cov (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2958992Z test_torch_cross (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2959399Z test_torch_crow_indices_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2959824Z test_torch_ctc_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2960230Z test_torch_cummax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2960633Z test_torch_cummin (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2961043Z test_torch_cumprod (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T03:18:22.2961453Z test_torch_cumsum (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2961866Z test_torch_cumulative_trapezoid (__main__.TestTorchFunctionOverride) ... ok (0.003s) 2022-11-23T03:18:22.2962303Z test_torch_deg2rad (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2962722Z test_torch_dequantize (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2963677Z test_torch_det (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2964080Z test_torch_detach (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2964496Z test_torch_detach_copy (__main__.TestTorchFunctionOverride) ... ok (0.006s) 2022-11-23T03:18:22.2964909Z test_torch_diag (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2965305Z test_torch_diag_embed (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2965722Z test_torch_diagflat (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2966235Z test_torch_diagonal (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2966672Z test_torch_diagonal_copy (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2967109Z test_torch_diagonal_scatter (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2967530Z test_torch_diff (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2967923Z test_torch_digamma (__main__.TestTorchFunctionOverride) ... ok (0.011s) 2022-11-23T03:18:22.2968334Z test_torch_dist (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2968919Z test_torch_div (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2969506Z test_torch_divide (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2970011Z test_torch_dot (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2970417Z test_torch_dropout (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2970808Z test_torch_dsmm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2971213Z test_torch_dsplit (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2971618Z test_torch_dstack (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2972032Z test_torch_embedding (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2972463Z test_torch_embedding_bag (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2972884Z test_torch_empty_like (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2973272Z test_torch_eq (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2973674Z test_torch_equal (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2974070Z test_torch_erf (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2974467Z test_torch_erfc (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2974872Z test_torch_erfinv (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2975276Z test_torch_exp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2975658Z test_torch_exp2 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2976070Z test_torch_expand_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2976488Z test_torch_expm1 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2976935Z test_torch_fake_quantize_per_channel_affine (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2977418Z test_torch_fake_quantize_per_tensor_affine (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2977890Z test_torch_fbgemm_linear_fp16_weight (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2978381Z test_torch_fbgemm_linear_fp16_weight_fp32_activation (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2978839Z test_torch_fbgemm_linear_int8_weight (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2979325Z test_torch_fbgemm_linear_int8_weight_fp32_activation (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2979810Z test_torch_fbgemm_linear_quantize_weight (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2980823Z test_torch_fbgemm_pack_gemm_matrix_fp16 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2981295Z test_torch_fbgemm_pack_quantized_matrix (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2981760Z test_torch_feature_alpha_dropout (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2982208Z test_torch_feature_dropout (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2982604Z test_torch_fix (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2983107Z test_torch_flatten (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2983532Z test_torch_flip (__main__.TestTorchFunctionOverride) ... ok (0.003s) 2022-11-23T03:18:22.2983939Z test_torch_fliplr (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2984351Z test_torch_flipud (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2984774Z test_torch_float_power (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2985169Z test_torch_floor (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2985591Z test_torch_floor_divide (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2986002Z test_torch_fmax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2986401Z test_torch_fmin (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2986795Z test_torch_fmod (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T03:18:22.2987193Z test_torch_frac (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2987580Z test_torch_frexp (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2987999Z test_torch_frobenius_norm (__main__.TestTorchFunctionOverride) ... ok (0.003s) 2022-11-23T03:18:22.2988417Z test_torch_full_like (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2988637Z test_torch_functional_atleast_1d (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2988855Z test_torch_functional_atleast_2d (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2989065Z test_torch_functional_atleast_3d (__main__.TestTorchFunctionOverride) ... ok (0.006s) 2022-11-23T03:18:22.2989275Z test_torch_functional_block_diag (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2989504Z test_torch_functional_broadcast_tensors (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2989732Z test_torch_functional_cartesian_prod (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2989939Z test_torch_functional_cdist (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2990157Z test_torch_functional_chain_matmul (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2990366Z test_torch_functional_einsum (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2990571Z test_torch_functional_lu (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2990786Z test_torch_functional_meshgrid (__main__.TestTorchFunctionOverride) ... ok (0.010s) 2022-11-23T03:18:22.2990973Z test_torch_functional_norm (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2991183Z test_torch_functional_split (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2991391Z test_torch_functional_stft (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2991609Z test_torch_functional_tensordot (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2991823Z test_torch_functional_unique (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2992053Z test_torch_functional_unique_consecutive (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2992282Z test_torch_fused_moving_avg_obs_fake_quant (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2992967Z test_torch_gather (__main__.TestTorchFunctionOverride) ... ok (0.010s) 2022-11-23T03:18:22.2993152Z test_torch_gcd (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2993336Z test_torch_ge (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2993524Z test_torch_geqrf (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2993707Z test_torch_ger (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2993901Z test_torch_gradient (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2994181Z test_torch_greater (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2994399Z test_torch_greater_equal (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2994605Z test_torch_grid_sampler (__main__.TestTorchFunctionOverride) ... ok (0.010s) 2022-11-23T03:18:22.2994812Z test_torch_grid_sampler_2d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2995016Z test_torch_grid_sampler_3d (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2995196Z test_torch_group_norm (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2995378Z test_torch_gru (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2995569Z test_torch_gru_cell (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2995754Z test_torch_gt (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2995960Z test_torch_hardshrink (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2996154Z test_torch_heaviside (__main__.TestTorchFunctionOverride) ... ok (0.010s) 2022-11-23T03:18:22.2996368Z test_torch_hinge_embedding_loss (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2996555Z test_torch_histc (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2996754Z test_torch_histogram (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2996955Z test_torch_histogramdd (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2997140Z test_torch_hsmm (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2997331Z test_torch_hsplit (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2997521Z test_torch_hstack (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.2997708Z test_torch_hypot (__main__.TestTorchFunctionOverride) ... ok (0.010s) 2022-11-23T03:18:22.2997896Z test_torch_i0 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2998088Z test_torch_igamma (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2998280Z test_torch_igammac (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2998449Z test_torch_imag (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2998644Z test_torch_index_add (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2998841Z test_torch_index_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2999032Z test_torch_index_fill (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2999224Z test_torch_index_put (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2999422Z test_torch_index_reduce (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2999620Z test_torch_index_select (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.2999825Z test_torch_indices_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.3000200Z test_torch_inner (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.3000402Z test_torch_instance_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.3000594Z test_torch_int_repr (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.3001565Z test_torch_inverse (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.3001763Z test_torch_is_complex (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.3001951Z test_torch_is_conj (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.3002155Z test_torch_is_distributed (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.3002363Z test_torch_is_floating_point (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.3002991Z test_torch_is_inference (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.3003218Z test_torch_is_neg (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.3003415Z test_torch_is_nonzero (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.3003610Z test_torch_is_same_size (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.3003809Z test_torch_is_signed (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.3004000Z test_torch_isclose (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.3004196Z test_torch_isfinite (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.3004383Z test_torch_isin (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.3004571Z test_torch_isinf (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.3004759Z test_torch_isnan (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.3004952Z test_torch_isneginf (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.3005144Z test_torch_isposinf (__main__.TestTorchFunctionOverride) ... ok (0.003s) 2022-11-23T03:18:22.3005333Z test_torch_isreal (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.3005519Z test_torch_istft (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.3005710Z test_torch_kl_div (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.3005897Z test_torch_kron (__main__.TestTorchFunctionOverride) ... ok (0.006s) 2022-11-23T03:18:22.3006089Z test_torch_kthvalue (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.3006288Z test_torch_layer_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.3006455Z test_torch_lcm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.3006640Z test_torch_ldexp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.3006827Z test_torch_le (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.3007012Z test_torch_lerp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.3007192Z test_torch_less (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T03:18:22.3007384Z test_torch_less_equal (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.3007577Z test_torch_lgamma (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.3007761Z test_torch_log (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.3007947Z test_torch_log10 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.3008134Z test_torch_log1p (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.3008318Z test_torch_log2 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.3008516Z test_torch_log_softmax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.3008718Z test_torch_logaddexp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.3008918Z test_torch_logaddexp2 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.3009121Z test_torch_logcumsumexp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.3009310Z test_torch_logdet (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.3009978Z test_torch_logical_and (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.3010178Z test_torch_logical_not (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.3010373Z test_torch_logical_or (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.3010567Z test_torch_logical_xor (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.3010757Z test_torch_logit (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.3010954Z test_torch_logsumexp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.3011229Z test_torch_lstm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.3011436Z test_torch_lstm_cell (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.3011621Z test_torch_lt (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.3011812Z test_torch_lu_solve (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.3012006Z test_torch_lu_unpack (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.3012220Z test_torch_margin_ranking_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.3012416Z test_torch_masked_fill (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.3012620Z test_torch_masked_scatter (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.3012823Z test_torch_masked_select (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T03:18:22.3013015Z test_torch_matmul (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.3013212Z test_torch_matrix_exp (__main__.TestTorchFunctionOverride) ... ok (0.003s) 2022-11-23T03:18:22.3013394Z test_torch_matrix_power (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.3013579Z test_torch_max (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.3013775Z test_torch_max_pool1d (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.3013992Z test_torch_max_pool1d_with_indices (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.3014190Z test_torch_max_pool2d (__main__.TestTorchFunctionOverride) ... ok (0.006s) 2022-11-23T03:18:22.3014385Z test_torch_max_pool3d (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.3014574Z test_torch_maximum (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.3014758Z test_torch_mean (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.3014955Z test_torch_median (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.3015139Z test_torch_min (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.3015328Z test_torch_minimum (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.3015536Z test_torch_miopen_batch_norm (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.3015751Z test_torch_miopen_convolution (__main__.TestTorchFunctionOverride) ... ok (0.010s) 2022-11-23T03:18:22.3015977Z test_torch_miopen_convolution_add_relu (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.3016194Z test_torch_miopen_convolution_relu (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.3016422Z test_torch_miopen_convolution_transpose (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.3016650Z test_torch_miopen_depthwise_convolution (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.3016850Z test_torch_miopen_rnn (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.3017016Z test_torch_mode (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.3017211Z test_torch_moveaxis (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.3017403Z test_torch_movedim (__main__.TestTorchFunctionOverride) ... ok (0.011s) 2022-11-23T03:18:22.3018066Z test_torch_msort (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.3018251Z test_torch_mul (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.3018451Z test_torch_multinomial (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.3018646Z test_torch_multiply (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.3018829Z test_torch_mv (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.3019021Z test_torch_mvlgamma (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.3019303Z test_torch_nan_to_num (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.3019507Z test_torch_nanmean (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.3019705Z test_torch_nanmedian (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.3019908Z test_torch_nanquantile (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.3020096Z test_torch_nansum (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.3020286Z test_torch_narrow (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.3020483Z test_torch_narrow_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.3020695Z test_torch_native_batch_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.3020892Z test_torch_native_channel_shuffle (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.3021098Z test_torch_native_dropout (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.3021306Z test_torch_native_group_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.3021510Z test_torch_native_layer_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.3021706Z test_torch_native_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.3021895Z test_torch_ne (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.3022080Z test_torch_neg (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.3022274Z test_torch_negative (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.3022470Z test_torch_nextafter (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.3022688Z test_torch_nn_functional__threshold (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.3022932Z test_torch_nn_functional_adaptive_avg_pool2d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.3023164Z test_torch_nn_functional_adaptive_avg_pool3d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.3023400Z test_torch_nn_functional_adaptive_max_pool1d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.3023654Z test_torch_nn_functional_adaptive_max_pool1d_with_indices (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T03:18:22.3023892Z test_torch_nn_functional_adaptive_max_pool2d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.3024144Z test_torch_nn_functional_adaptive_max_pool2d_with_indices (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.3024378Z test_torch_nn_functional_adaptive_max_pool3d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.3024633Z test_torch_nn_functional_adaptive_max_pool3d_with_indices (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T03:18:22.3024858Z test_torch_nn_functional_affine_grid (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.3025084Z test_torch_nn_functional_alpha_dropout (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.3025283Z test_torch_nn_functional_batch_norm (__main__.TestTorchFunctionOverride) ... ok (0.003s) 2022-11-23T03:18:22.3026029Z test_torch_nn_functional_binary_cross_entropy (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.3026285Z test_torch_nn_functional_binary_cross_entropy_with_logits (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.3026494Z test_torch_nn_functional_celu (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.3026734Z test_torch_nn_functional_cosine_embedding_loss (__main__.TestTorchFunctionOverride) ... ok (0.006s) 2022-11-23T03:18:22.3026957Z test_torch_nn_functional_cross_entropy (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.3027257Z test_torch_nn_functional_ctc_loss (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.3027487Z test_torch_nn_functional_dropout (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.3027705Z test_torch_nn_functional_dropout1d (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.3027925Z test_torch_nn_functional_dropout2d (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.3028147Z test_torch_nn_functional_dropout3d (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.3028354Z test_torch_nn_functional_elu (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.3028568Z test_torch_nn_functional_embedding (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.3028793Z test_torch_nn_functional_embedding_bag (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.3029034Z test_torch_nn_functional_feature_alpha_dropout (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.3029248Z test_torch_nn_functional_fold (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.3029485Z test_torch_nn_functional_fractional_max_pool2d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.3029742Z test_torch_nn_functional_fractional_max_pool2d_with_indices (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.3029980Z test_torch_nn_functional_fractional_max_pool3d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.3030231Z test_torch_nn_functional_fractional_max_pool3d_with_indices (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.3030442Z test_torch_nn_functional_gaussian_nll_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.3030651Z test_torch_nn_functional_glu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.3030874Z test_torch_nn_functional_grid_sample (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.3031090Z test_torch_nn_functional_group_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.3031315Z test_torch_nn_functional_gumbel_softmax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.3031532Z test_torch_nn_functional_hardtanh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.3031771Z test_torch_nn_functional_hinge_embedding_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.3031988Z test_torch_nn_functional_huber_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.3032209Z test_torch_nn_functional_instance_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.3032481Z test_torch_nn_functional_interpolate (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.3032692Z test_torch_nn_functional_kl_div (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.3032906Z test_torch_nn_functional_l1_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.3033121Z test_torch_nn_functional_layer_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.3033337Z test_torch_nn_functional_leaky_relu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.3033667Z test_torch_nn_functional_local_response_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.3033886Z test_torch_nn_functional_log_softmax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.3034103Z test_torch_nn_functional_lp_pool1d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.3034313Z test_torch_nn_functional_lp_pool2d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.3034549Z test_torch_nn_functional_margin_ranking_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.3034828Z test_torch_nn_functional_max_pool1d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.3035061Z test_torch_nn_functional_max_pool1d_with_indices (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.3035275Z test_torch_nn_functional_max_pool2d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.3035514Z test_torch_nn_functional_max_pool2d_with_indices (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.3035732Z test_torch_nn_functional_max_pool3d (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T03:18:22.3035969Z test_torch_nn_functional_max_pool3d_with_indices (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.3036191Z test_torch_nn_functional_max_unpool1d (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.3036412Z test_torch_nn_functional_max_unpool2d (__main__.TestTorchFunctionOverride) ... ok (0.003s) 2022-11-23T03:18:22.3036635Z test_torch_nn_functional_max_unpool3d (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.3036844Z test_torch_nn_functional_mish (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.3037056Z test_torch_nn_functional_mse_loss (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.3037302Z test_torch_nn_functional_multi_head_attention_forward (__main__.TestTorchFunctionOverride) ... ok (0.006s) 2022-11-23T03:18:22.3037533Z test_torch_nn_functional_multi_margin_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.3037771Z test_torch_nn_functional_multilabel_margin_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.3038018Z test_torch_nn_functional_multilabel_soft_margin_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.3038229Z test_torch_nn_functional_nll_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.3038449Z test_torch_nn_functional_normalize (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.3038656Z test_torch_nn_functional_pad (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.3038882Z test_torch_nn_functional_poisson_nll_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.3039091Z test_torch_nn_functional_relu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.3039304Z test_torch_nn_functional_relu6 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.3039492Z test_torch_nn_functional_rrelu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.3039695Z test_torch_nn_functional_selu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.3039905Z test_torch_nn_functional_silu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.3040124Z test_torch_nn_functional_smooth_l1_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.3040355Z test_torch_nn_functional_soft_margin_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.3040571Z test_torch_nn_functional_softmax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.3040785Z test_torch_nn_functional_softmin (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.3041085Z test_torch_nn_functional_softsign (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.3041305Z test_torch_nn_functional_tanhshrink (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.3041537Z test_torch_nn_functional_triplet_margin_loss (__main__.TestTorchFunctionOverride) ... ok (0.003s) 2022-11-23T03:18:22.3041794Z test_torch_nn_functional_triplet_margin_with_distance_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.3042009Z test_torch_nn_functional_unfold (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.3042278Z test_torch_nn_init_constant_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.3042505Z test_torch_nn_init_kaiming_uniform_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.3042707Z test_torch_nn_init_normal_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.3042910Z test_torch_nn_init_uniform_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.3043105Z test_torch_nonzero (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.3043308Z test_torch_norm_except_dim (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.3043503Z test_torch_not_equal (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.3043683Z test_torch_nuclear_norm (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T03:18:22.3043873Z test_torch_numel (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.3044064Z test_torch_ones_like (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.3044252Z test_torch_orgqr (__main__.TestTorchFunctionOverride) ... ok (0.003s) 2022-11-23T03:18:22.3044436Z test_torch_ormqr (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.3044617Z test_torch_outer (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.3044830Z test_torch_pairwise_distance (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.3045022Z test_torch_pdist (__main__.TestTorchFunctionOverride) ... ok (0.006s) 2022-11-23T03:18:22.3045216Z test_torch_permute (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.3045417Z test_torch_permute_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.3045611Z test_torch_pinverse (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.3045813Z test_torch_pixel_shuffle (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.3046022Z test_torch_pixel_unshuffle (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.3046217Z test_torch_poisson (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.3046420Z test_torch_poisson_nll_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.3046610Z test_torch_polar (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.3046810Z test_torch_polygamma (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.3046986Z test_torch_positive (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.3047170Z test_torch_pow (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.3047357Z test_torch_prelu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.3047544Z test_torch_prod (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.3047730Z test_torch_put (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.3047944Z test_torch_q_per_channel_axis (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.3048158Z test_torch_q_per_channel_scales (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.3048377Z test_torch_q_per_channel_zero_points (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.3048567Z test_torch_q_scale (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.3048858Z test_torch_q_zero_point (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.3049042Z test_torch_qr (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.3049236Z test_torch_quantile (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.3049450Z test_torch_quantize_per_channel (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.3049663Z test_torch_quantize_per_tensor (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.3049953Z test_torch_quantize_per_tensor_dynamic (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.3050178Z test_torch_quantized_batch_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.3050388Z test_torch_quantized_gru_cell (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.3050596Z test_torch_quantized_lstm_cell (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.3050792Z test_torch_quantized_max_pool1d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.3051002Z test_torch_quantized_max_pool2d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.3051216Z test_torch_quantized_rnn_relu_cell (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.3051428Z test_torch_quantized_rnn_tanh_cell (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.3051622Z test_torch_rad2deg (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.3051820Z test_torch_rand_like (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T03:18:22.3052020Z test_torch_randint_like (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.3052218Z test_torch_randn_like (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.3052410Z test_torch_ravel (__main__.TestTorchFunctionOverride) ... ok (0.003s) 2022-11-23T03:18:22.3052599Z test_torch_real (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.3052800Z test_torch_reciprocal (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.3052989Z test_torch_relu (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.3053184Z test_torch_remainder (__main__.TestTorchFunctionOverride) ... ok (0.006s) 2022-11-23T03:18:22.3053375Z test_torch_renorm (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.3053586Z test_torch_repeat_interleave (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.3053781Z test_torch_reshape (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.3053980Z test_torch_resolve_conj (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.3054181Z test_torch_resolve_neg (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.3054352Z test_torch_rnn_relu (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.3054556Z test_torch_rnn_relu_cell (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.3054749Z test_torch_rnn_tanh (__main__.TestTorchFunctionOverride) ... ok (0.010s) 2022-11-23T03:18:22.3054949Z test_torch_rnn_tanh_cell (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.3055136Z test_torch_roll (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.3055323Z test_torch_rot90 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.3055510Z test_torch_round (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.3055723Z test_torch_row_indices_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.3055916Z test_torch_row_stack (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.3056100Z test_torch_rrelu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.3056532Z test_torch_rsqrt (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.3056860Z test_torch_rsub (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.3057092Z test_torch_saddmm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.3057453Z test_torch_scatter (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.3057881Z test_torch_scatter_add (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.3058095Z test_torch_scatter_reduce (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.3058404Z test_torch_searchsorted (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.3058604Z test_torch_segment_reduce (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.3058789Z test_torch_select (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.3058988Z test_torch_select_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.3059192Z test_torch_select_scatter (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.3059377Z test_torch_selu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.3059563Z test_torch_sgn (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.3059756Z test_torch_sigmoid (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.3059939Z test_torch_sign (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.3060129Z test_torch_signbit (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T03:18:22.3060313Z test_torch_sin (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.3060497Z test_torch_sinc (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.3060676Z test_torch_sinh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.3060876Z test_torch_slice_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.3061078Z test_torch_slice_scatter (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.3061269Z test_torch_slogdet (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T03:18:22.3061452Z test_torch_smm (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.3061641Z test_torch_softmax (__main__.TestTorchFunctionOverride) ... ok (0.003s) 2022-11-23T03:18:22.3061807Z test_torch_sort (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.3062003Z test_torch_split_copy (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.3062210Z test_torch_split_with_sizes (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.3062421Z test_torch_split_with_sizes_copy (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.3062602Z test_torch_sqrt (__main__.TestTorchFunctionOverride) ... ok (0.006s) 2022-11-23T03:18:22.3062790Z test_torch_square (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.3062981Z test_torch_squeeze (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.3063186Z test_torch_squeeze_copy (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.3063371Z test_torch_stack (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.3063555Z test_torch_std (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.3063747Z test_torch_std_mean (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.3063931Z test_torch_sub (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.3064127Z test_torch_subtract (__main__.TestTorchFunctionOverride) ... ok (0.011s) 2022-11-23T03:18:22.3064308Z test_torch_sum (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.3064486Z test_torch_svd (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.3064773Z test_torch_swapaxes (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.3064963Z test_torch_swapdims (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.3065133Z test_torch_symeig (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.3065313Z test_torch_t (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.3065502Z test_torch_t_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.3065688Z test_torch_take (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.3065957Z test_torch_take_along_dim (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.3066155Z test_torch_tan (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.3066343Z test_torch_tanh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.3066543Z test_torch_tensor_split (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.3066741Z test_torch_threshold (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.3066924Z test_torch_tile (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.3067109Z test_torch_topk (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.3067298Z test_torch_trace (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.3067491Z test_torch_transpose (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.3067694Z test_torch_transpose_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.3067896Z test_torch_trapezoid (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.3068084Z test_torch_trapz (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.3068275Z test_torch_triangular_solve (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.3068461Z test_torch_tril (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.3068678Z test_torch_triplet_margin_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.3068862Z test_torch_triu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.3069058Z test_torch_true_divide (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.3069245Z test_torch_trunc (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.3069434Z test_torch_unbind (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.3069628Z test_torch_unbind_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.3069827Z test_torch_unflatten (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.3070025Z test_torch_unfold_copy (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T03:18:22.3070222Z test_torch_unsafe_chunk (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.3070421Z test_torch_unsafe_split (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.3070638Z test_torch_unsafe_split_with_sizes (__main__.TestTorchFunctionOverride) ... ok (0.003s) 2022-11-23T03:18:22.3070831Z test_torch_unsqueeze (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.3071037Z test_torch_unsqueeze_copy (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.3071231Z test_torch_values_copy (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.3071416Z test_torch_var (__main__.TestTorchFunctionOverride) ... ok (0.006s) 2022-11-23T03:18:22.3071611Z test_torch_var_mean (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.3071778Z test_torch_vdot (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.3071983Z test_torch_view_as_complex (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.3072194Z test_torch_view_as_complex_copy (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.3072482Z test_torch_view_as_real (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.3072689Z test_torch_view_as_real_copy (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.3072881Z test_torch_view_copy (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.3073072Z test_torch_vsplit (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:18:22.3073260Z test_torch_vstack (__main__.TestTorchFunctionOverride) ... ok (0.011s) 2022-11-23T03:18:22.3073449Z test_torch_where (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.3073695Z test_torch_xlogy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.3073903Z test_torch_zeros_like (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:18:22.3074104Z test_user_implementation_raises (__main__.TestTorchFunctionOverride) 2022-11-23T03:18:22.3074322Z Test that errors raised in user implementations propagate correctly ... ok (0.001s) 2022-11-23T03:18:22.3074539Z test_warn_on_invalid_torch_function (__main__.TestTorchFunctionWarning) ... ok (0.012s) 2022-11-23T03:18:22.3074731Z test_wrap_torch_function (__main__.TestWrapTorchFunction) ... ok (0.001s) 2022-11-23T03:18:22.3074742Z 2022-11-23T03:18:22.3074939Z ---------------------------------------------------------------------- 2022-11-23T03:18:22.3075042Z Ran 1415 tests in 4.797s 2022-11-23T03:18:22.3075050Z 2022-11-23T03:18:22.3075124Z OK 2022-11-23T03:18:22.3075131Z 2022-11-23T03:18:22.3075225Z Generating XML reports... 2022-11-23T03:18:22.3075556Z Generated XML report: test-reports\python-unittest\test_overrides\TEST-TestBroadcastAllOverride-20221123031816.xml 2022-11-23T03:18:22.3075877Z Generated XML report: test-reports\python-unittest\test_overrides\TEST-TestDisabledTorchFunction-20221123031816.xml 2022-11-23T03:18:22.3076176Z Generated XML report: test-reports\python-unittest\test_overrides\TEST-TestEinsumOverride-20221123031816.xml 2022-11-23T03:18:22.3076486Z Generated XML report: test-reports\python-unittest\test_overrides\TEST-TestGradCheckOverride-20221123031816.xml 2022-11-23T03:18:22.3076793Z Generated XML report: test-reports\python-unittest\test_overrides\TEST-TestGradNewOnesOverride-20221123031816.xml 2022-11-23T03:18:22.3077068Z Generated XML report: test-reports\python-unittest\test_overrides\TEST-TestIndexing-20221123031816.xml 2022-11-23T03:18:22.3077333Z Generated XML report: test-reports\python-unittest\test_overrides\TEST-TestIterator-20221123031816.xml 2022-11-23T03:18:22.3077609Z Generated XML report: test-reports\python-unittest\test_overrides\TEST-TestNamedTuple-20221123031816.xml 2022-11-23T03:18:22.3077877Z Generated XML report: test-reports\python-unittest\test_overrides\TEST-TestPickle-20221123031816.xml 2022-11-23T03:18:22.3078129Z Generated XML report: test-reports\python-unittest\test_overrides\TEST-TestRNN-20221123031816.xml 2022-11-23T03:18:22.3078402Z Generated XML report: test-reports\python-unittest\test_overrides\TEST-TestResolveName-20221123031816.xml 2022-11-23T03:18:22.3078705Z Generated XML report: test-reports\python-unittest\test_overrides\TEST-TestTorchFunctionMode-20221123031816.xml 2022-11-23T03:18:22.3079022Z Generated XML report: test-reports\python-unittest\test_overrides\TEST-TestTorchFunctionOverride-20221123031816.xml 2022-11-23T03:18:22.3079331Z Generated XML report: test-reports\python-unittest\test_overrides\TEST-TestTorchFunctionWarning-20221123031816.xml 2022-11-23T03:18:22.3079628Z Generated XML report: test-reports\python-unittest\test_overrides\TEST-TestWrapTorchFunction-20221123031816.xml 2022-11-23T03:18:22.3079636Z 2022-11-23T03:18:22.3080055Z ##[endgroup] 2022-11-23T03:18:22.3080371Z FINISHED PRINTING LOG FILE of test_overrides (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_overrides_o3hhq16t) 2022-11-23T03:18:22.3080378Z 2022-11-23T03:18:22.3080528Z Running test_jit_disabled ... [2022-11-23 03:18:22.244401] 2022-11-23T03:18:22.3080979Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_jit_disabled.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 03:18:22.244401] 2022-11-23T03:18:29.0529630Z 2022-11-23T03:18:29.0530631Z Expand the folded group to see the log file of test_jit_disabled 2022-11-23T03:18:29.0532747Z ##[group]PRINTING LOG FILE of test_jit_disabled (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_jit_disabled_s_5l68a1) 2022-11-23T03:18:29.0533425Z 2022-11-23T03:18:29.0533668Z Running tests... 2022-11-23T03:18:29.0534288Z ---------------------------------------------------------------------- 2022-11-23T03:18:29.0535404Z Test results will be stored in test-reports\python-unittest\test_jit_disabled 2022-11-23T03:18:29.0536227Z test_attribute (__main__.TestJitDisabled) ... ok (2.601s) 2022-11-23T03:18:29.0536914Z test_recursive_script (__main__.TestJitDisabled) ... ok (0.164s) 2022-11-23T03:18:29.0537807Z test_script_module_construction (__main__.TestJitDisabled) ... ok (0.172s) 2022-11-23T03:18:29.0538274Z 2022-11-23T03:18:29.0538733Z ---------------------------------------------------------------------- 2022-11-23T03:18:29.0539399Z Ran 3 tests in 2.938s 2022-11-23T03:18:29.0539680Z 2022-11-23T03:18:29.0539812Z OK 2022-11-23T03:18:29.0540036Z 2022-11-23T03:18:29.0540243Z Generating XML reports... 2022-11-23T03:18:29.0541089Z Generated XML report: test-reports\python-unittest\test_jit_disabled\TEST-TestJitDisabled-20221123031825.xml 2022-11-23T03:18:29.0541692Z 2022-11-23T03:18:29.0542235Z ##[endgroup] 2022-11-23T03:18:29.0543080Z FINISHED PRINTING LOG FILE of test_jit_disabled (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_jit_disabled_s_5l68a1) 2022-11-23T03:18:29.0543718Z 2022-11-23T03:18:29.0544188Z Running test_cuda_nvml_based_avail ... [2022-11-23 03:18:29.053217] 2022-11-23T03:18:29.0547718Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_cuda_nvml_based_avail.py', '-v', '--subprocess', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 03:18:29.054523] 2022-11-23T03:18:54.7913279Z 2022-11-23T03:18:54.7914048Z Expand the folded group to see the log file of test_cuda_nvml_based_avail 2022-11-23T03:18:54.7915573Z ##[group]PRINTING LOG FILE of test_cuda_nvml_based_avail (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_cuda_nvml_based_avail_25ng030z) 2022-11-23T03:18:54.7916932Z 2022-11-23T03:18:54.7918411Z , <__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-23T03:18:54.7919604Z test_cuda_is_available_nvml_avail_False_avoid_init_0 (__main__.TestExtendedCUDAIsAvail) 2022-11-23T03:18:54.7920066Z test_cuda_is_available_nvml_avail_False_avoid_init_1 (__main__.TestExtendedCUDAIsAvail) 2022-11-23T03:18:54.7920583Z test_cuda_is_available_nvml_avail_False_avoid_init_None (__main__.TestExtendedCUDAIsAvail) 2022-11-23T03:18:54.7921042Z test_cuda_is_available_nvml_avail_True_avoid_init_0 (__main__.TestExtendedCUDAIsAvail) 2022-11-23T03:18:54.7921496Z test_cuda_is_available_nvml_avail_True_avoid_init_1 (__main__.TestExtendedCUDAIsAvail) 2022-11-23T03:18:54.7921957Z test_cuda_is_available_nvml_avail_True_avoid_init_None (__main__.TestExtendedCUDAIsAvail) 2022-11-23T03:18:54.7922542Z 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:18:54.7923028Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T03:18:54.7923815Z 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:18:54.7924343Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T03:18:54.7924566Z 2022-11-23T03:18:54.7924659Z Running tests... 2022-11-23T03:18:54.7924979Z ---------------------------------------------------------------------- 2022-11-23T03:18:54.7925418Z Test results will be stored in test-reports\python-unittest\test_cuda_nvml_based_avail 2022-11-23T03:18:54.7926028Z test_cuda_is_available_nvml_avail_False_avoid_init_0 (__main__.TestExtendedCUDAIsAvail) ... skip: Needs fork (0.002s) 2022-11-23T03:18:54.7926326Z 2022-11-23T03:18:54.7926515Z ---------------------------------------------------------------------- 2022-11-23T03:18:54.7926825Z Ran 1 test in 0.000s 2022-11-23T03:18:54.7926969Z 2022-11-23T03:18:54.7927060Z OK (skipped=1) 2022-11-23T03:18:54.7927199Z 2022-11-23T03:18:54.7927311Z Generating XML reports... 2022-11-23T03:18:54.7927790Z Generated XML report: test-reports\python-unittest\test_cuda_nvml_based_avail\TEST-TestExtendedCUDAIsAvail-20221123031835.xml 2022-11-23T03:18:54.7928453Z 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:18:54.7928933Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T03:18:54.7929455Z 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:18:54.7929976Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T03:18:54.7930192Z 2022-11-23T03:18:54.7930289Z Running tests... 2022-11-23T03:18:54.7930608Z ---------------------------------------------------------------------- 2022-11-23T03:18:54.7931046Z Test results will be stored in test-reports\python-unittest\test_cuda_nvml_based_avail 2022-11-23T03:18:54.7931550Z test_cuda_is_available_nvml_avail_False_avoid_init_1 (__main__.TestExtendedCUDAIsAvail) ... skip: Needs fork (0.000s) 2022-11-23T03:18:54.7931825Z 2022-11-23T03:18:54.7931991Z ---------------------------------------------------------------------- 2022-11-23T03:18:54.7932300Z Ran 1 test in 0.000s 2022-11-23T03:18:54.7932443Z 2022-11-23T03:18:54.7932534Z OK (skipped=1) 2022-11-23T03:18:54.7932669Z 2022-11-23T03:18:54.7932779Z Generating XML reports... 2022-11-23T03:18:54.7933262Z Generated XML report: test-reports\python-unittest\test_cuda_nvml_based_avail\TEST-TestExtendedCUDAIsAvail-20221123031839.xml 2022-11-23T03:18:54.7933923Z 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:18:54.7934419Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T03:18:54.7934920Z 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:18:54.7935447Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T03:18:54.7935663Z 2022-11-23T03:18:54.7935755Z Running tests... 2022-11-23T03:18:54.7936073Z ---------------------------------------------------------------------- 2022-11-23T03:18:54.7936508Z Test results will be stored in test-reports\python-unittest\test_cuda_nvml_based_avail 2022-11-23T03:18:54.7937013Z test_cuda_is_available_nvml_avail_False_avoid_init_None (__main__.TestExtendedCUDAIsAvail) ... skip: Needs fork (0.000s) 2022-11-23T03:18:54.7937295Z 2022-11-23T03:18:54.7937482Z ---------------------------------------------------------------------- 2022-11-23T03:18:54.7937772Z Ran 1 test in 0.000s 2022-11-23T03:18:54.7937914Z 2022-11-23T03:18:54.7938005Z OK (skipped=1) 2022-11-23T03:18:54.7938140Z 2022-11-23T03:18:54.7938251Z Generating XML reports... 2022-11-23T03:18:54.7938839Z Generated XML report: test-reports\python-unittest\test_cuda_nvml_based_avail\TEST-TestExtendedCUDAIsAvail-20221123031842.xml 2022-11-23T03:18:54.7939545Z 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:18:54.7940046Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T03:18:54.7940553Z 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:18:54.7941071Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T03:18:54.7941369Z 2022-11-23T03:18:54.7941482Z Running tests... 2022-11-23T03:18:54.7941804Z ---------------------------------------------------------------------- 2022-11-23T03:18:54.7942238Z Test results will be stored in test-reports\python-unittest\test_cuda_nvml_based_avail 2022-11-23T03:18:54.7942741Z test_cuda_is_available_nvml_avail_True_avoid_init_0 (__main__.TestExtendedCUDAIsAvail) ... skip: Needs fork (0.002s) 2022-11-23T03:18:54.7943019Z 2022-11-23T03:18:54.7943204Z ---------------------------------------------------------------------- 2022-11-23T03:18:54.7943496Z Ran 1 test in 0.015s 2022-11-23T03:18:54.7943640Z 2022-11-23T03:18:54.7943730Z OK (skipped=1) 2022-11-23T03:18:54.7943864Z 2022-11-23T03:18:54.7943974Z Generating XML reports... 2022-11-23T03:18:54.7944453Z Generated XML report: test-reports\python-unittest\test_cuda_nvml_based_avail\TEST-TestExtendedCUDAIsAvail-20221123031846.xml 2022-11-23T03:18:54.7945121Z 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:18:54.7945618Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T03:18:54.7946134Z 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:18:54.7946638Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T03:18:54.7946857Z 2022-11-23T03:18:54.7946950Z Running tests... 2022-11-23T03:18:54.7947266Z ---------------------------------------------------------------------- 2022-11-23T03:18:54.7947700Z Test results will be stored in test-reports\python-unittest\test_cuda_nvml_based_avail 2022-11-23T03:18:54.7948204Z test_cuda_is_available_nvml_avail_True_avoid_init_1 (__main__.TestExtendedCUDAIsAvail) ... skip: Needs fork (0.002s) 2022-11-23T03:18:54.7948480Z 2022-11-23T03:18:54.7948666Z ---------------------------------------------------------------------- 2022-11-23T03:18:54.7948975Z Ran 1 test in 0.000s 2022-11-23T03:18:54.7949103Z 2022-11-23T03:18:54.7949194Z OK (skipped=1) 2022-11-23T03:18:54.7949329Z 2022-11-23T03:18:54.7949439Z Generating XML reports... 2022-11-23T03:18:54.7949917Z Generated XML report: test-reports\python-unittest\test_cuda_nvml_based_avail\TEST-TestExtendedCUDAIsAvail-20221123031850.xml 2022-11-23T03:18:54.7950582Z 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:18:54.7951080Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T03:18:54.7951600Z 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:18:54.7952119Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T03:18:54.7952322Z 2022-11-23T03:18:54.7952416Z Running tests... 2022-11-23T03:18:54.7952743Z ---------------------------------------------------------------------- 2022-11-23T03:18:54.7953179Z Test results will be stored in test-reports\python-unittest\test_cuda_nvml_based_avail 2022-11-23T03:18:54.7953690Z test_cuda_is_available_nvml_avail_True_avoid_init_None (__main__.TestExtendedCUDAIsAvail) ... skip: Needs fork (0.003s) 2022-11-23T03:18:54.7954078Z 2022-11-23T03:18:54.7954266Z ---------------------------------------------------------------------- 2022-11-23T03:18:54.7954571Z Ran 1 test in 0.000s 2022-11-23T03:18:54.7954714Z 2022-11-23T03:18:54.7954787Z OK (skipped=1) 2022-11-23T03:18:54.7954925Z 2022-11-23T03:18:54.7955035Z Generating XML reports... 2022-11-23T03:18:54.7955510Z Generated XML report: test-reports\python-unittest\test_cuda_nvml_based_avail\TEST-TestExtendedCUDAIsAvail-20221123031854.xml 2022-11-23T03:18:54.7956088Z 2022-11-23T03:18:54.7956631Z ##[endgroup] 2022-11-23T03:18:54.7957642Z FINISHED PRINTING LOG FILE of test_cuda_nvml_based_avail (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_cuda_nvml_based_avail_25ng030z) 2022-11-23T03:18:54.7958310Z 2022-11-23T03:18:54.7958613Z Running test_show_pickle ... [2022-11-23 03:18:54.791126] 2022-11-23T03:18:54.7959555Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_show_pickle.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 03:18:54.791126] 2022-11-23T03:18:58.4028042Z 2022-11-23T03:18:58.4028728Z Expand the folded group to see the log file of test_show_pickle 2022-11-23T03:18:58.4029802Z ##[group]PRINTING LOG FILE of test_show_pickle (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_show_pickle_9iy29spt) 2022-11-23T03:18:58.4030150Z 2022-11-23T03:18:58.4030247Z Running tests... 2022-11-23T03:18:58.4030582Z ---------------------------------------------------------------------- 2022-11-23T03:18:58.4031028Z Test results will be stored in test-reports\python-unittest\test_show_pickle 2022-11-23T03:18:58.4031497Z test_scripted_model (__main__.TestShowPickle) ... skip: Can't re-open temp file on Windows (0.001s) 2022-11-23T03:18:58.4031759Z 2022-11-23T03:18:58.4031949Z ---------------------------------------------------------------------- 2022-11-23T03:18:58.4032262Z Ran 1 test in 0.015s 2022-11-23T03:18:58.4032407Z 2022-11-23T03:18:58.4032498Z OK (skipped=1) 2022-11-23T03:18:58.4032642Z 2022-11-23T03:18:58.4032755Z Generating XML reports... 2022-11-23T03:18:58.4033343Z Generated XML report: test-reports\python-unittest\test_show_pickle\TEST-TestShowPickle-20221123031857.xml 2022-11-23T03:18:58.4033751Z 2022-11-23T03:18:58.4034115Z ##[endgroup] 2022-11-23T03:18:58.4034562Z FINISHED PRINTING LOG FILE of test_show_pickle (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_show_pickle_9iy29spt) 2022-11-23T03:18:58.4034887Z 2022-11-23T03:18:58.4036436Z Running test_cuda_primary_ctx ... [2022-11-23 03:18:58.403374] 2022-11-23T03:18:58.4045053Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_cuda_primary_ctx.py', '-v', '--subprocess', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 03:18:58.404013] 2022-11-23T03:19:13.0290200Z 2022-11-23T03:19:13.0290924Z Expand the folded group to see the log file of test_cuda_primary_ctx 2022-11-23T03:19:13.0294719Z ##[group]PRINTING LOG FILE of test_cuda_primary_ctx (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_cuda_primary_ctx_c2m9w_bq) 2022-11-23T03:19:13.0295661Z 2022-11-23T03:19:13.0296649Z , <__main__.TestCudaPrimaryCtx testMethod=test_pin_memory>, <__main__.TestCudaPrimaryCtx testMethod=test_str_repr>]> 2022-11-23T03:19:13.0297665Z test_copy (__main__.TestCudaPrimaryCtx) 2022-11-23T03:19:13.0298248Z test_pin_memory (__main__.TestCudaPrimaryCtx) 2022-11-23T03:19:13.0298827Z test_str_repr (__main__.TestCudaPrimaryCtx) 2022-11-23T03:19:13.0299807Z 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:19:13.0300741Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T03:19:13.0301725Z 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:19:13.0302972Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T03:19:13.0303379Z 2022-11-23T03:19:13.0303552Z Running tests... 2022-11-23T03:19:13.0304123Z ---------------------------------------------------------------------- 2022-11-23T03:19:13.0304865Z Test results will be stored in test-reports\python-unittest\test_cuda_primary_ctx 2022-11-23T03:19:13.0305855Z test_copy (__main__.TestCudaPrimaryCtx) ... skip: only one GPU detected (0.001s) 2022-11-23T03:19:13.0306282Z 2022-11-23T03:19:13.0306676Z ---------------------------------------------------------------------- 2022-11-23T03:19:13.0307281Z Ran 1 test in 0.000s 2022-11-23T03:19:13.0307720Z 2022-11-23T03:19:13.0307898Z OK (skipped=1) 2022-11-23T03:19:13.0308141Z 2022-11-23T03:19:13.0308334Z Generating XML reports... 2022-11-23T03:19:13.0309148Z Generated XML report: test-reports\python-unittest\test_cuda_primary_ctx\TEST-TestCudaPrimaryCtx-20221123031904.xml 2022-11-23T03:19:13.0310316Z 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:19:13.0311252Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T03:19:13.0312184Z 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:19:13.0313131Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T03:19:13.0313529Z 2022-11-23T03:19:13.0313688Z Running tests... 2022-11-23T03:19:13.0314242Z ---------------------------------------------------------------------- 2022-11-23T03:19:13.0314999Z Test results will be stored in test-reports\python-unittest\test_cuda_primary_ctx 2022-11-23T03:19:13.0315783Z test_pin_memory (__main__.TestCudaPrimaryCtx) ... skip: only one GPU detected (0.003s) 2022-11-23T03:19:13.0316222Z 2022-11-23T03:19:13.0316553Z ---------------------------------------------------------------------- 2022-11-23T03:19:13.0317089Z Ran 1 test in 0.000s 2022-11-23T03:19:13.0317341Z 2022-11-23T03:19:13.0317498Z OK (skipped=1) 2022-11-23T03:19:13.0317750Z 2022-11-23T03:19:13.0317948Z Generating XML reports... 2022-11-23T03:19:13.0318762Z Generated XML report: test-reports\python-unittest\test_cuda_primary_ctx\TEST-TestCudaPrimaryCtx-20221123031908.xml 2022-11-23T03:19:13.0319914Z 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:19:13.0320805Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T03:19:13.0321814Z 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:19:13.0322819Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T03:19:13.0323223Z 2022-11-23T03:19:13.0323391Z Running tests... 2022-11-23T03:19:13.0323980Z ---------------------------------------------------------------------- 2022-11-23T03:19:13.0324782Z Test results will be stored in test-reports\python-unittest\test_cuda_primary_ctx 2022-11-23T03:19:13.0325627Z test_str_repr (__main__.TestCudaPrimaryCtx) ... skip: only one GPU detected (0.001s) 2022-11-23T03:19:13.0326083Z 2022-11-23T03:19:13.0326400Z ---------------------------------------------------------------------- 2022-11-23T03:19:13.0326976Z Ran 1 test in 0.000s 2022-11-23T03:19:13.0327247Z 2022-11-23T03:19:13.0327410Z OK (skipped=1) 2022-11-23T03:19:13.0327655Z 2022-11-23T03:19:13.0327856Z Generating XML reports... 2022-11-23T03:19:13.0328706Z Generated XML report: test-reports\python-unittest\test_cuda_primary_ctx\TEST-TestCudaPrimaryCtx-20221123031912.xml 2022-11-23T03:19:13.0329337Z 2022-11-23T03:19:13.0329868Z ##[endgroup] 2022-11-23T03:19:13.0330690Z FINISHED PRINTING LOG FILE of test_cuda_primary_ctx (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_cuda_primary_ctx_c2m9w_bq) 2022-11-23T03:19:13.0331539Z 2022-11-23T03:19:13.5426704Z 2022-11-23T03:19:13.5427461Z (base) C:\actions-runner\_work\pytorch\pytorch\test>if ERRORLEVEL 1 goto fail 2022-11-23T03:19:13.5429450Z 2022-11-23T03:19:13.5429977Z (base) C:\actions-runner\_work\pytorch\pytorch\test>popd 2022-11-23T03:19:13.5439243Z 2022-11-23T03:19:13.5439611Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2022-11-23T03:19:13.5471360Z + [[ 4 == 1 ]] 2022-11-23T03:19:13.5471810Z + [[ 4 == 2 ]] 2022-11-23T03:19:13.5472334Z + assert_git_not_dirty 2022-11-23T03:19:13.5472895Z + [[ win-vs2019-cuda11.6-py3 != *rocm* ]] 2022-11-23T03:19:13.5473380Z + [[ win-vs2019-cuda11.6-py3 != *xla* ]] 2022-11-23T03:19:13.5589675Z ++ git status --porcelain 2022-11-23T03:19:15.1038117Z + git_status= 2022-11-23T03:19:15.1039045Z + [[ -n '' ]] 2022-11-23T03:19:15.1040258Z + echo 'TEST PASSED' 2022-11-23T03:19:15.1040697Z TEST PASSED 2022-11-23T03:19:15.1252580Z Prepare all required actions 2022-11-23T03:19:15.1253412Z Getting action download info 2022-11-23T03:19:15.2664854Z Download action repository 'nick-fields/retry@3e91a01664abd3c5cd539100d10d33b9c5b68482' (SHA:3e91a01664abd3c5cd539100d10d33b9c5b68482) 2022-11-23T03:19:15.5470403Z ##[group]Run ./.github/actions/get-workflow-job-id 2022-11-23T03:19:15.5470684Z with: 2022-11-23T03:19:15.5471296Z github-token: *** 2022-11-23T03:19:15.5471516Z env: 2022-11-23T03:19:15.5471734Z GIT_DEFAULT_BRANCH: master 2022-11-23T03:19:15.5472194Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:19:15.5472722Z PKG_CONFIG_PATH: C:\actions-runner\_work\_tool\Python\3.11.0\x64/lib/pkgconfig 2022-11-23T03:19:15.5473133Z Python_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:19:15.5473516Z Python2_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:19:15.5473926Z Python3_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:19:15.5474221Z ##[endgroup] 2022-11-23T03:19:15.5698712Z ##[group]Run nick-fields/retry@3e91a01664abd3c5cd539100d10d33b9c5b68482 2022-11-23T03:19:15.5699021Z with: 2022-11-23T03:19:15.5699219Z shell: bash 2022-11-23T03:19:15.5699439Z timeout_minutes: 10 2022-11-23T03:19:15.5699663Z max_attempts: 5 2022-11-23T03:19:15.5699869Z retry_wait_seconds: 30 2022-11-23T03:19:15.5700627Z 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-23T03:19:15.5701126Z polling_interval_seconds: 1 2022-11-23T03:19:15.5701378Z warning_on_retry: true 2022-11-23T03:19:15.5701618Z continue_on_error: false 2022-11-23T03:19:15.5701836Z env: 2022-11-23T03:19:15.5702030Z GIT_DEFAULT_BRANCH: master 2022-11-23T03:19:15.5702359Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:19:15.5702780Z PKG_CONFIG_PATH: C:\actions-runner\_work\_tool\Python\3.11.0\x64/lib/pkgconfig 2022-11-23T03:19:15.5703190Z Python_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:19:15.5703567Z Python2_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:19:15.5703944Z Python3_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:19:15.5704475Z GITHUB_TOKEN: *** 2022-11-23T03:19:15.5704685Z ##[endgroup] 2022-11-23T03:19:15.7307618Z + python3 -m pip install requests==2.26.0 2022-11-23T03:19:16.7538543Z Collecting requests==2.26.0 2022-11-23T03:19:16.7655942Z Using cached requests-2.26.0-py2.py3-none-any.whl (62 kB) 2022-11-23T03:19:16.8707324Z Collecting urllib3<1.27,>=1.21.1 2022-11-23T03:19:16.8799685Z Using cached urllib3-1.26.12-py2.py3-none-any.whl (140 kB) 2022-11-23T03:19:16.9328670Z Collecting certifi>=2017.4.17 2022-11-23T03:19:16.9416023Z Using cached certifi-2022.9.24-py3-none-any.whl (161 kB) 2022-11-23T03:19:17.0376396Z Collecting charset-normalizer~=2.0.0 2022-11-23T03:19:17.0488000Z Using cached charset_normalizer-2.0.12-py3-none-any.whl (39 kB) 2022-11-23T03:19:17.0895921Z Collecting idna<4,>=2.5 2022-11-23T03:19:17.0979877Z Using cached idna-3.4-py3-none-any.whl (61 kB) 2022-11-23T03:19:17.2630748Z Installing collected packages: urllib3, idna, charset-normalizer, certifi, requests 2022-11-23T03:19:18.4078196Z Successfully installed certifi-2022.9.24 charset-normalizer-2.0.12 idna-3.4 requests-2.26.0 urllib3-1.26.12 2022-11-23T03:19:18.5264800Z ++ python3 .github/scripts/get_workflow_job_id.py 3528293554 i-0a6df148f5ea3488e 2022-11-23T03:19:21.0824663Z + GHA_WORKFLOW_JOB_ID=9655481165 2022-11-23T03:19:21.0827714Z + echo job-id=9655481165 2022-11-23T03:19:21.7403751Z Command completed after 1 attempt(s). 2022-11-23T03:19:21.7789385Z ##[group]Run kill "$MONITOR_SCRIPT_PID" 2022-11-23T03:19:21.7789769Z kill "$MONITOR_SCRIPT_PID" 2022-11-23T03:19:21.7826634Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2022-11-23T03:19:21.7826974Z env: 2022-11-23T03:19:21.7827216Z GIT_DEFAULT_BRANCH: master 2022-11-23T03:19:21.7827553Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:19:21.7827978Z PKG_CONFIG_PATH: C:\actions-runner\_work\_tool\Python\3.11.0\x64/lib/pkgconfig 2022-11-23T03:19:21.7828387Z Python_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:19:21.7828749Z Python2_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:19:21.7829129Z Python3_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:19:21.7829437Z MONITOR_SCRIPT_PID: 1080 2022-11-23T03:19:21.7829674Z ##[endgroup] 2022-11-23T03:19:21.8451417Z Prepare all required actions 2022-11-23T03:19:21.8451835Z Getting action download info 2022-11-23T03:19:22.0314642Z Download action repository 'seemethere/upload-artifact-s3@v5' (SHA:baba72d0712b404f646cebe0730933554ebce96a) 2022-11-23T03:19:23.1266515Z Download action repository 'actions/upload-artifact@v3' (SHA:83fd05a356d7e2593de66fc9913b3002723633cb) 2022-11-23T03:19:23.4629234Z ##[group]Run ./.github/actions/upload-test-artifacts 2022-11-23T03:19:23.4629851Z with: 2022-11-23T03:19:23.4630442Z file-suffix: test-default-4-5-windows.8xlarge.nvidia.gpu_9655481165 2022-11-23T03:19:23.4630763Z env: 2022-11-23T03:19:23.4630981Z GIT_DEFAULT_BRANCH: master 2022-11-23T03:19:23.4631309Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:19:23.4631707Z PKG_CONFIG_PATH: C:\actions-runner\_work\_tool\Python\3.11.0\x64/lib/pkgconfig 2022-11-23T03:19:23.4632111Z Python_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:19:23.4632535Z Python2_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:19:23.4632908Z Python3_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:19:23.4633201Z ##[endgroup] 2022-11-23T03:19:23.4817335Z ##[group]Run # -ir => recursive include all files in pattern 2022-11-23T03:19:23.4817697Z # -ir => recursive include all files in pattern 2022-11-23T03:19:23.4818055Z 7z a "test-jsons-$Env:FILE_SUFFIX.zip" -ir'!test\*.json' 2022-11-23T03:19:23.4848008Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2022-11-23T03:19:23.4848347Z env: 2022-11-23T03:19:23.4848566Z GIT_DEFAULT_BRANCH: master 2022-11-23T03:19:23.4849141Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:19:23.4849571Z PKG_CONFIG_PATH: C:\actions-runner\_work\_tool\Python\3.11.0\x64/lib/pkgconfig 2022-11-23T03:19:23.4849976Z Python_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:19:23.4850359Z Python2_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:19:23.4850737Z Python3_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:19:23.4851149Z FILE_SUFFIX: test-default-4-5-windows.8xlarge.nvidia.gpu_9655481165 2022-11-23T03:19:23.4851473Z ##[endgroup] 2022-11-23T03:19:24.0122747Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2022-11-23T03:19:24.1690590Z Finished 2022-11-23T03:19:24.4782950Z 2022-11-23T03:19:24.4783532Z 7-Zip 22.01 (x64) : Copyright (c) 1999-2022 Igor Pavlov : 2022-07-15 2022-11-23T03:19:24.4783784Z 2022-11-23T03:19:24.4783908Z Scanning the drive: 2022-11-23T03:19:24.4784163Z 5 files, 366191 bytes (358 KiB) 2022-11-23T03:19:24.4784316Z 2022-11-23T03:19:24.4784915Z Creating archive: test-jsons-test-default-4-5-windows.8xlarge.nvidia.gpu_9655481165.zip 2022-11-23T03:19:24.4785357Z 2022-11-23T03:19:24.4785553Z Add new data to archive: 5 files, 366191 bytes (358 KiB) 2022-11-23T03:19:24.4785757Z 2022-11-23T03:19:24.4785763Z 2022-11-23T03:19:24.4785869Z Files read from disk: 5 2022-11-23T03:19:24.4786126Z Archive size: 39272 bytes (39 KiB) 2022-11-23T03:19:24.4786368Z Everything is Ok 2022-11-23T03:19:24.5230208Z ##[group]Run # -ir => recursive include all files in pattern 2022-11-23T03:19:24.5230578Z # -ir => recursive include all files in pattern 2022-11-23T03:19:24.5230968Z 7z a "test-reports-$Env:FILE_SUFFIX.zip" -ir'!test\*.xml' -ir'!test\*.csv' 2022-11-23T03:19:24.5259077Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2022-11-23T03:19:24.5259414Z env: 2022-11-23T03:19:24.5259637Z GIT_DEFAULT_BRANCH: master 2022-11-23T03:19:24.5259969Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:19:24.5260368Z PKG_CONFIG_PATH: C:\actions-runner\_work\_tool\Python\3.11.0\x64/lib/pkgconfig 2022-11-23T03:19:24.5261877Z Python_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:19:24.5262328Z Python2_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:19:24.5262706Z Python3_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:19:24.5263114Z FILE_SUFFIX: test-default-4-5-windows.8xlarge.nvidia.gpu_9655481165 2022-11-23T03:19:24.5263441Z ##[endgroup] 2022-11-23T03:19:25.0394538Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2022-11-23T03:19:25.1996095Z Finished 2022-11-23T03:19:25.8011692Z 2022-11-23T03:19:25.8012433Z 7-Zip 22.01 (x64) : Copyright (c) 1999-2022 Igor Pavlov : 2022-07-15 2022-11-23T03:19:25.8012846Z 2022-11-23T03:19:25.8013018Z Scanning the drive: 2022-11-23T03:19:25.8013446Z 307 files, 14976998 bytes (15 MiB) 2022-11-23T03:19:25.8013709Z 2022-11-23T03:19:25.8014194Z Creating archive: test-reports-test-default-4-5-windows.8xlarge.nvidia.gpu_9655481165.zip 2022-11-23T03:19:25.8014724Z 2022-11-23T03:19:25.8015013Z Add new data to archive: 307 files, 14976998 bytes (15 MiB) 2022-11-23T03:19:25.8015338Z 2022-11-23T03:19:25.8015349Z 2022-11-23T03:19:25.8015538Z Files read from disk: 307 2022-11-23T03:19:25.8015965Z Archive size: 683245 bytes (668 KiB) 2022-11-23T03:19:25.8016492Z Everything is Ok 2022-11-23T03:19:25.8583265Z ##[group]Run # -ir => recursive include all files in pattern 2022-11-23T03:19:25.8583649Z # -ir => recursive include all files in pattern 2022-11-23T03:19:25.8584003Z 7z a "usage-log-$Env:FILE_SUFFIX.zip" 'usage_log.txt' 2022-11-23T03:19:25.8620737Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2022-11-23T03:19:25.8621075Z env: 2022-11-23T03:19:25.8621300Z GIT_DEFAULT_BRANCH: master 2022-11-23T03:19:25.8621615Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:19:25.8622037Z PKG_CONFIG_PATH: C:\actions-runner\_work\_tool\Python\3.11.0\x64/lib/pkgconfig 2022-11-23T03:19:25.8622451Z Python_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:19:25.8623005Z Python2_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:19:25.8623394Z Python3_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:19:25.8623903Z FILE_SUFFIX: test-default-4-5-windows.8xlarge.nvidia.gpu_9655481165 2022-11-23T03:19:25.8624358Z ##[endgroup] 2022-11-23T03:19:26.3572444Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2022-11-23T03:19:26.5055494Z Finished 2022-11-23T03:19:27.1118319Z 2022-11-23T03:19:27.1118932Z 7-Zip 22.01 (x64) : Copyright (c) 1999-2022 Igor Pavlov : 2022-07-15 2022-11-23T03:19:27.1119220Z 2022-11-23T03:19:27.1119326Z Scanning the drive: 2022-11-23T03:19:27.1119590Z 1 file, 6245114 bytes (6099 KiB) 2022-11-23T03:19:27.1119781Z 2022-11-23T03:19:27.1120365Z Creating archive: usage-log-test-default-4-5-windows.8xlarge.nvidia.gpu_9655481165.zip 2022-11-23T03:19:27.1121199Z 2022-11-23T03:19:27.1121613Z Add new data to archive: 1 file, 6245114 bytes (6099 KiB) 2022-11-23T03:19:27.1121828Z 2022-11-23T03:19:27.1121835Z 2022-11-23T03:19:27.1121948Z Files read from disk: 1 2022-11-23T03:19:27.1122300Z Archive size: 229141 bytes (224 KiB) 2022-11-23T03:19:27.1122651Z Everything is Ok 2022-11-23T03:19:27.1570812Z ##[group]Run seemethere/upload-artifact-s3@v5 2022-11-23T03:19:27.1571082Z with: 2022-11-23T03:19:27.1571342Z s3-prefix: pytorch/pytorch/3528293554/1/artifact 2022-11-23T03:19:27.1571620Z retention-days: 14 2022-11-23T03:19:27.1571868Z if-no-files-found: warn 2022-11-23T03:19:27.1572119Z path: test-jsons-*.zip 2022-11-23T03:19:27.1572332Z name: artifact 2022-11-23T03:19:27.1572558Z s3-bucket: gha-artifacts 2022-11-23T03:19:27.1572798Z region: us-east-1 2022-11-23T03:19:27.1573003Z env: 2022-11-23T03:19:27.1573217Z GIT_DEFAULT_BRANCH: master 2022-11-23T03:19:27.1573527Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:19:27.1574692Z PKG_CONFIG_PATH: C:\actions-runner\_work\_tool\Python\3.11.0\x64/lib/pkgconfig 2022-11-23T03:19:27.1575429Z Python_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:19:27.1575820Z Python2_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:19:27.1576200Z Python3_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:19:27.1576501Z ##[endgroup] 2022-11-23T03:19:28.3756286Z NOTE: s3-prefix specified, ignoring name parameter 2022-11-23T03:19:28.3756705Z With the provided path, there will be 1 file uploaded 2022-11-23T03:19:28.3757063Z Uploading to s3 prefix: pytorch/pytorch/3528293554/1/artifact 2022-11-23T03:19:28.3780681Z Starting upload of test-jsons-test-default-4-5-windows.8xlarge.nvidia.gpu_9655481165.zip 2022-11-23T03:19:28.5781783Z Finished upload of test-jsons-test-default-4-5-windows.8xlarge.nvidia.gpu_9655481165.zip 2022-11-23T03:19:28.6137837Z ##[group]Run seemethere/upload-artifact-s3@v5 2022-11-23T03:19:28.6138128Z with: 2022-11-23T03:19:28.6138385Z s3-prefix: pytorch/pytorch/3528293554/1/artifact 2022-11-23T03:19:28.6138668Z retention-days: 14 2022-11-23T03:19:28.6138926Z if-no-files-found: error 2022-11-23T03:19:28.6139190Z path: test-reports-*.zip 2022-11-23T03:19:28.6139436Z name: artifact 2022-11-23T03:19:28.6139655Z s3-bucket: gha-artifacts 2022-11-23T03:19:28.6139911Z region: us-east-1 2022-11-23T03:19:28.6140133Z env: 2022-11-23T03:19:28.6140363Z GIT_DEFAULT_BRANCH: master 2022-11-23T03:19:28.6140701Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:19:28.6141128Z PKG_CONFIG_PATH: C:\actions-runner\_work\_tool\Python\3.11.0\x64/lib/pkgconfig 2022-11-23T03:19:28.6141527Z Python_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:19:28.6141918Z Python2_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:19:28.6142303Z Python3_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:19:28.6142611Z ##[endgroup] 2022-11-23T03:19:29.1775663Z NOTE: s3-prefix specified, ignoring name parameter 2022-11-23T03:19:29.1776078Z With the provided path, there will be 1 file uploaded 2022-11-23T03:19:29.1776595Z Uploading to s3 prefix: pytorch/pytorch/3528293554/1/artifact 2022-11-23T03:19:29.1797920Z Starting upload of test-reports-test-default-4-5-windows.8xlarge.nvidia.gpu_9655481165.zip 2022-11-23T03:19:29.3786800Z Finished upload of test-reports-test-default-4-5-windows.8xlarge.nvidia.gpu_9655481165.zip 2022-11-23T03:19:29.4136249Z ##[group]Run seemethere/upload-artifact-s3@v5 2022-11-23T03:19:29.4136508Z with: 2022-11-23T03:19:29.4136785Z s3-prefix: pytorch/pytorch/3528293554/1/artifact 2022-11-23T03:19:29.4137083Z retention-days: 14 2022-11-23T03:19:29.4137345Z if-no-files-found: ignore 2022-11-23T03:19:29.4137608Z path: usage-log-*.zip 2022-11-23T03:19:29.4137829Z name: artifact 2022-11-23T03:19:29.4138073Z s3-bucket: gha-artifacts 2022-11-23T03:19:29.4138324Z region: us-east-1 2022-11-23T03:19:29.4138553Z env: 2022-11-23T03:19:29.4138781Z GIT_DEFAULT_BRANCH: master 2022-11-23T03:19:29.4139095Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:19:29.4139524Z PKG_CONFIG_PATH: C:\actions-runner\_work\_tool\Python\3.11.0\x64/lib/pkgconfig 2022-11-23T03:19:29.4140073Z Python_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:19:29.4140485Z Python2_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:19:29.4141099Z Python3_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:19:29.4141420Z ##[endgroup] 2022-11-23T03:19:29.9818880Z NOTE: s3-prefix specified, ignoring name parameter 2022-11-23T03:19:29.9819672Z With the provided path, there will be 1 file uploaded 2022-11-23T03:19:29.9820397Z Uploading to s3 prefix: pytorch/pytorch/3528293554/1/artifact 2022-11-23T03:19:29.9841888Z Starting upload of usage-log-test-default-4-5-windows.8xlarge.nvidia.gpu_9655481165.zip 2022-11-23T03:19:30.2072013Z Finished upload of usage-log-test-default-4-5-windows.8xlarge.nvidia.gpu_9655481165.zip 2022-11-23T03:19:30.2439291Z ##[group]Run .github/scripts/parse_ref.py 2022-11-23T03:19:30.2439926Z .github/scripts/parse_ref.py 2022-11-23T03:19:30.2504933Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2022-11-23T03:19:30.2505289Z env: 2022-11-23T03:19:30.2505539Z GIT_DEFAULT_BRANCH: master 2022-11-23T03:19:30.2505864Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:19:30.2506304Z PKG_CONFIG_PATH: C:\actions-runner\_work\_tool\Python\3.11.0\x64/lib/pkgconfig 2022-11-23T03:19:30.2506731Z Python_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:19:30.2507127Z Python2_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:19:30.2507525Z Python3_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:19:30.2507836Z ##[endgroup] 2022-11-23T03:19:30.7528838Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2022-11-23T03:19:30.9181329Z Finished 2022-11-23T03:19:31.0589051Z ##[group]Run set -x 2022-11-23T03:19:31.0589387Z set -x 2022-11-23T03:19:31.0589673Z python3 -m pip install -r requirements.txt 2022-11-23T03:19:31.0589995Z python3 -m pip install boto3==1.19.12 2022-11-23T03:19:31.0590386Z python3 -m tools.stats.print_test_stats --upload-to-s3 --compare-with-s3 test 2022-11-23T03:19:31.0634997Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2022-11-23T03:19:31.0635609Z env: 2022-11-23T03:19:31.0636022Z GIT_DEFAULT_BRANCH: master 2022-11-23T03:19:31.0636653Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:19:31.0637434Z PKG_CONFIG_PATH: C:\actions-runner\_work\_tool\Python\3.11.0\x64/lib/pkgconfig 2022-11-23T03:19:31.0638210Z Python_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:19:31.0638927Z Python2_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:19:31.0639678Z Python3_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:19:31.0640278Z AWS_DEFAULT_REGION: us-east-1 2022-11-23T03:19:31.0640708Z BRANCH: 2022-11-23T03:19:31.0641069Z TEST_CONFIG: default 2022-11-23T03:19:31.0641333Z SHARD_NUMBER: 4 2022-11-23T03:19:31.0642078Z BUILD_ENVIRONMENT: win-vs2019-cuda11.6-py3 2022-11-23T03:19:31.0642345Z PR_NUMBER: 2022-11-23T03:19:31.0642576Z PYTORCH_RETRY_TEST_CASES: 1 2022-11-23T03:19:31.0643009Z PYTORCH_OVERRIDE_FLAKY_SIGNAL: 1 2022-11-23T03:19:31.0643450Z SHA1: 1cfd3858ac54fe3883534309081631a0a892ba3f 2022-11-23T03:19:31.0643695Z TAG: 2022-11-23T03:19:31.0643902Z WORKFLOW_ID: 3528293554 2022-11-23T03:19:31.0644430Z GITHUB_TOKEN: *** 2022-11-23T03:19:31.0644658Z GHA_WORKFLOW_JOB_ID: 9655481165 2022-11-23T03:19:31.0644893Z ##[endgroup] 2022-11-23T03:19:31.1001535Z + python3 -m pip install -r requirements.txt 2022-11-23T03:19:31.9833195Z Collecting astunparse 2022-11-23T03:19:32.0266792Z Downloading astunparse-1.6.3-py2.py3-none-any.whl (12 kB) 2022-11-23T03:19:32.0598776Z Collecting expecttest 2022-11-23T03:19:32.0648110Z Downloading expecttest-0.1.4-py3-none-any.whl (6.5 kB) 2022-11-23T03:19:32.0989479Z Collecting future 2022-11-23T03:19:32.1037982Z Downloading future-0.18.2.tar.gz (829 kB) 2022-11-23T03:19:32.1384610Z ------------------------------------- 829.2/829.2 kB 17.4 MB/s eta 0:00:00 2022-11-23T03:19:32.6692506Z Preparing metadata (setup.py): started 2022-11-23T03:19:33.5281376Z Preparing metadata (setup.py): finished with status 'done' 2022-11-23T03:19:34.1326193Z Collecting hypothesis 2022-11-23T03:19:34.1380223Z Downloading hypothesis-6.58.0-py3-none-any.whl (396 kB) 2022-11-23T03:19:34.1554222Z ------------------------------------- 396.8/396.8 kB 25.8 MB/s eta 0:00:00 2022-11-23T03:19:34.3954746Z Collecting numpy 2022-11-23T03:19:34.4030387Z Downloading numpy-1.23.5-cp311-cp311-win_amd64.whl (14.6 MB) 2022-11-23T03:19:34.6162082Z --------------------------------------- 14.6/14.6 MB 59.4 MB/s eta 0:00:00 2022-11-23T03:19:34.6921873Z 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-23T03:19:34.7718690Z Collecting pyyaml 2022-11-23T03:19:34.7918954Z Using cached PyYAML-6.0-cp311-cp311-win_amd64.whl (143 kB) 2022-11-23T03:19:34.8064501Z 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-23T03:19:34.8082612Z 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-23T03:19:34.8688449Z Collecting six 2022-11-23T03:19:34.8733675Z Downloading six-1.16.0-py2.py3-none-any.whl (11 kB) 2022-11-23T03:19:34.9045769Z Collecting types-dataclasses 2022-11-23T03:19:34.9091964Z Downloading types_dataclasses-0.6.6-py3-none-any.whl (2.9 kB) 2022-11-23T03:19:34.9481805Z Collecting typing_extensions 2022-11-23T03:19:34.9527985Z Downloading typing_extensions-4.4.0-py3-none-any.whl (26 kB) 2022-11-23T03:19:35.0291631Z Collecting sympy 2022-11-23T03:19:35.0573687Z Using cached sympy-1.11.1-py3-none-any.whl (6.5 MB) 2022-11-23T03:19:35.1407831Z Collecting filelock 2022-11-23T03:19:35.1452088Z Downloading filelock-3.8.0-py3-none-any.whl (10 kB) 2022-11-23T03:19:35.2083074Z Collecting networkx 2022-11-23T03:19:35.2197082Z Downloading networkx-2.8.8-py3-none-any.whl (2.0 MB) 2022-11-23T03:19:35.2564239Z ---------------------------------------- 2.0/2.0 MB 65.0 MB/s eta 0:00:00 2022-11-23T03:19:35.3047442Z Collecting jinja2 2022-11-23T03:19:35.3101476Z Downloading Jinja2-3.1.2-py3-none-any.whl (133 kB) 2022-11-23T03:19:35.3227588Z ---------------------------------------- 133.1/133.1 kB ? eta 0:00:00 2022-11-23T03:19:35.3887047Z Collecting wheel<1.0,>=0.23.0 2022-11-23T03:19:35.3961547Z Using cached wheel-0.38.4-py3-none-any.whl (36 kB) 2022-11-23T03:19:35.4819274Z Collecting attrs>=19.2.0 2022-11-23T03:19:35.4891768Z Downloading attrs-22.1.0-py2.py3-none-any.whl (58 kB) 2022-11-23T03:19:35.5005517Z ---------------------------------------- 58.8/58.8 kB ? eta 0:00:00 2022-11-23T03:19:35.5334603Z Collecting sortedcontainers<3.0.0,>=2.1.0 2022-11-23T03:19:35.5382324Z Downloading sortedcontainers-2.4.0-py2.py3-none-any.whl (29 kB) 2022-11-23T03:19:35.5953078Z 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-23T03:19:35.5971134Z 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-23T03:19:35.6005688Z 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-23T03:19:35.6038534Z 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-23T03:19:35.6400127Z Collecting mpmath>=0.19 2022-11-23T03:19:35.6514116Z Using cached mpmath-1.2.1-py3-none-any.whl (532 kB) 2022-11-23T03:19:35.7837568Z Collecting MarkupSafe>=2.0 2022-11-23T03:19:35.7924070Z Downloading MarkupSafe-2.1.1.tar.gz (18 kB) 2022-11-23T03:19:35.8536197Z Preparing metadata (setup.py): started 2022-11-23T03:19:36.5829706Z Preparing metadata (setup.py): finished with status 'done' 2022-11-23T03:19:37.0496963Z 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-23T03:20:20.7523304Z 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-23T03:20:20.7534225Z Running setup.py install for MarkupSafe: started 2022-11-23T03:20:24.3030096Z Running setup.py install for MarkupSafe: finished with status 'done' 2022-11-23T03:20:24.3122852Z 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-23T03:20:24.3131083Z Running setup.py install for future: started 2022-11-23T03:20:29.2094722Z Running setup.py install for future: finished with status 'done' 2022-11-23T03:20:31.6451296Z 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-23T03:20:31.9888550Z + python3 -m pip install boto3==1.19.12 2022-11-23T03:20:33.3741570Z Collecting boto3==1.19.12 2022-11-23T03:20:33.4233129Z Downloading boto3-1.19.12-py3-none-any.whl (131 kB) 2022-11-23T03:20:33.4416147Z -------------------------------------- 131.8/131.8 kB 7.6 MB/s eta 0:00:00 2022-11-23T03:20:34.0063992Z Collecting botocore<1.23.0,>=1.22.12 2022-11-23T03:20:34.0132281Z Downloading botocore-1.22.12-py3-none-any.whl (8.1 MB) 2022-11-23T03:20:34.1265528Z ---------------------------------------- 8.1/8.1 MB 74.2 MB/s eta 0:00:00 2022-11-23T03:20:34.2010103Z Collecting jmespath<1.0.0,>=0.7.1 2022-11-23T03:20:34.2202769Z Downloading jmespath-0.10.0-py2.py3-none-any.whl (24 kB) 2022-11-23T03:20:34.2614185Z Collecting s3transfer<0.6.0,>=0.5.0 2022-11-23T03:20:34.2663602Z Downloading s3transfer-0.5.2-py3-none-any.whl (79 kB) 2022-11-23T03:20:34.2773517Z ---------------------------------------- 79.5/79.5 kB ? eta 0:00:00 2022-11-23T03:20:34.3203870Z Collecting python-dateutil<3.0.0,>=2.1 2022-11-23T03:20:34.3257778Z Downloading python_dateutil-2.8.2-py2.py3-none-any.whl (247 kB) 2022-11-23T03:20:34.3397038Z ---------------------------------------- 247.7/247.7 kB ? eta 0:00:00 2022-11-23T03:20:34.3581713Z 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-23T03:20:34.5178575Z 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-23T03:20:34.8642001Z Installing collected packages: python-dateutil, jmespath, botocore, s3transfer, boto3 2022-11-23T03:20:38.6674315Z 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-23T03:20:38.8277123Z + python3 -m tools.stats.print_test_stats --upload-to-s3 --compare-with-s3 test 2022-11-23T03:21:49.2678967Z [scribe] Scribe access token not provided, sending report via boto3... 2022-11-23T03:21:49.2682208Z 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-23T03:21:49.2684721Z 2022-11-23T03:21:49.2685031Z ----- Historic stats comparison result ------ 2022-11-23T03:21:49.2685492Z 2022-11-23T03:21:49.2685722Z job: win-vs2019-cuda11.6-py3 2022-11-23T03:21:49.2686391Z commit: 1cfd3858ac54fe3883534309081631a0a892ba3f 2022-11-23T03:21:49.2686823Z 2022-11-23T03:21:49.2687209Z Commit graph (base is most recent master ancestor with at least one S3 report): 2022-11-23T03:21:49.2687651Z 2022-11-23T03:21:49.2687805Z : (master) 2022-11-23T03:21:49.2688157Z | 2022-11-23T03:21:49.2688933Z * 1cfd3858ac (HEAD) total time 7993.76s 2022-11-23T03:21:49.2690284Z * 26322544b8 (base) 7 reports, total time 6322.35s � 2234.21s 2022-11-23T03:21:49.2690970Z * 7f4b4d2827 7 reports, total time 6271.08s � 2280.71s 2022-11-23T03:21:49.2691567Z * b50699f247 7 reports, total time 6308.10s � 2206.06s 2022-11-23T03:21:49.2692406Z * 8bf8e4d71e 7 reports, total time 6304.27s � 2211.70s 2022-11-23T03:21:49.2693090Z * ce856cee7e 7 reports, total time 6336.58s � 2273.01s 2022-11-23T03:21:49.2693783Z * 391b593ca2 7 reports, total time 6378.48s � 2342.47s 2022-11-23T03:21:49.2694382Z * 5bba783d21 7 reports, total time 6277.93s � 2268.16s 2022-11-23T03:21:49.2694945Z * ea920a1115 7 reports, total time 6257.12s � 2205.16s 2022-11-23T03:21:49.2695546Z * 74e62a1fef 7 reports, total time 6273.74s � 2219.45s 2022-11-23T03:21:49.2696144Z * 00b7d8ef23 7 reports, total time 6299.57s � 2254.43s 2022-11-23T03:21:49.2696614Z | 2022-11-23T03:21:49.2696956Z : 2022-11-23T03:21:49.2697164Z 2022-11-23T03:21:49.2697448Z Removed (across 501 suites) 0 tests, totaling 0.00s 2022-11-23T03:21:49.2698028Z Modified (across 0 suites) 0 tests, totaling 0.00s 2022-11-23T03:21:49.2698969Z Added (across 287 suites) 66168 tests, totaling +7993.76s 2022-11-23T03:21:49.5121146Z Prepare all required actions 2022-11-23T03:21:49.5172828Z ##[group]Run ./.github/actions/teardown-win 2022-11-23T03:21:49.5173100Z with: 2022-11-23T03:21:49.5173280Z env: 2022-11-23T03:21:49.5173511Z GIT_DEFAULT_BRANCH: master 2022-11-23T03:21:49.5173852Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:21:49.5174285Z PKG_CONFIG_PATH: C:\actions-runner\_work\_tool\Python\3.11.0\x64/lib/pkgconfig 2022-11-23T03:21:49.5174707Z Python_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:21:49.5175128Z Python2_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:21:49.5175496Z Python3_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:21:49.5175795Z ##[endgroup] 2022-11-23T03:21:49.5336637Z ##[group]Run .github\scripts\wait_for_ssh_to_drain.ps1 2022-11-23T03:21:49.5337016Z .github\scripts\wait_for_ssh_to_drain.ps1 2022-11-23T03:21:49.5367352Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2022-11-23T03:21:49.5367742Z env: 2022-11-23T03:21:49.5367956Z GIT_DEFAULT_BRANCH: master 2022-11-23T03:21:49.5368543Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:21:49.5369025Z PKG_CONFIG_PATH: C:\actions-runner\_work\_tool\Python\3.11.0\x64/lib/pkgconfig 2022-11-23T03:21:49.5369444Z Python_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:21:49.5369843Z Python2_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:21:49.5370237Z Python3_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:21:49.5370543Z ##[endgroup] 2022-11-23T03:21:50.0676513Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2022-11-23T03:21:50.2308779Z Finished 2022-11-23T03:21:50.8112515Z Holding runner until all ssh sessions have logged out 2022-11-23T03:21:50.8548499Z ##[group]Run .github\scripts\kill_active_ssh_sessions.ps1 2022-11-23T03:21:50.8549070Z .github\scripts\kill_active_ssh_sessions.ps1 2022-11-23T03:21:50.8579599Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2022-11-23T03:21:50.8579960Z env: 2022-11-23T03:21:50.8580202Z GIT_DEFAULT_BRANCH: master 2022-11-23T03:21:50.8580554Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:21:50.8580966Z PKG_CONFIG_PATH: C:\actions-runner\_work\_tool\Python\3.11.0\x64/lib/pkgconfig 2022-11-23T03:21:50.8581398Z Python_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:21:50.8581797Z Python2_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:21:50.8582193Z Python3_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:21:50.8582508Z ##[endgroup] 2022-11-23T03:21:51.3712219Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2022-11-23T03:21:51.5402982Z Finished 2022-11-23T03:21:51.6261230Z ##[group]Run [ ! -z "${EXTRA_DELETE_DIR}" ] || rm -rf "${EXTRA_DELETE_DIR}" 2022-11-23T03:21:51.6261655Z [ ! -z "${EXTRA_DELETE_DIR}" ] || rm -rf "${EXTRA_DELETE_DIR}" 2022-11-23T03:21:51.6261963Z rm -rf ./* 2022-11-23T03:21:51.6311647Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2022-11-23T03:21:51.6311994Z env: 2022-11-23T03:21:51.6312233Z GIT_DEFAULT_BRANCH: master 2022-11-23T03:21:51.6312558Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:21:51.6313000Z PKG_CONFIG_PATH: C:\actions-runner\_work\_tool\Python\3.11.0\x64/lib/pkgconfig 2022-11-23T03:21:51.6313426Z Python_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:21:51.6313822Z Python2_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:21:51.6314219Z Python3_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:21:51.6314687Z EXTRA_DELETE_DIR: 2022-11-23T03:21:51.6317854Z ##[endgroup] 2022-11-23T03:22:18.7870934Z Post job cleanup. 2022-11-23T03:22:18.8047540Z Post job cleanup. 2022-11-23T03:22:19.4042210Z Cache hit occurred on the primary key setup-python-Windows-python-3.11.0-pip-cea00ec539b2709af8423a66810a978e4769be06900e3cb8842e8370b70b0daf, not saving cache. 2022-11-23T03:22:19.4393825Z Post job cleanup. 2022-11-23T03:22:19.4668901Z Post job cleanup. 2022-11-23T03:22:23.3485378Z [command]"C:\Program Files\Git\cmd\git.exe" version 2022-11-23T03:22:23.3750099Z git version 2.38.1.windows.1 2022-11-23T03:22:23.3832866Z Copying 'C:\Users\runneruser\.gitconfig' to 'C:\actions-runner\_work\_temp\7d5dd1e2-2fa4-4f79-b247-b59a03e06c80\.gitconfig' 2022-11-23T03:22:23.3910446Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\7d5dd1e2-2fa4-4f79-b247-b59a03e06c80' before making global git config changes 2022-11-23T03:22:23.3911322Z Adding repository directory to the temporary git global config as a safe directory 2022-11-23T03:22:23.3922902Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\pytorch\pytorch 2022-11-23T03:22:23.4267926Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand 2022-11-23T03:22:23.4586680Z [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-23T03:22:24.1860837Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2022-11-23T03:22:24.2141717Z http.https://github.com/.extraheader 2022-11-23T03:22:24.2187107Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --unset-all http.https://github.com/.extraheader 2022-11-23T03:22:24.2539698Z [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-23T03:22:24.8709934Z Cleaning up orphan processes